@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700");
.banner img {
  width: 100%;
}

.container-fluid {
  max-width: 1600px;
  margin: 0 auto;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  overflow-x: hidden;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #1829ac;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.text--block ul {
  list-style-type: none;
  padding-left: 0;
}

.text--block ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.text--block ul li:last-child {
  margin-bottom: 0;
}

.text--block ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #1829ac;
}

.background--white {
  background-color: #ffffff;
}

.background--grey {
  background-color: #f3f3f3;
}

.background--menu {
  background-color: #e1e1e1;
}

.background--light {
  background-color: #f1f1f1;
}

.background--blue {
  background-color: #e7edf7;
}

.background--main {
  background-color: #1829ac;
}

.background--image {
  background-position: center;
  background-size: cover;
}

.padding--0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 992px) {
  .padding--0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.padding--5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 992px) {
  .padding--5 {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
}

.padding--10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .padding--10 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.padding--15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  .padding--15 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
}

.padding--20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .padding--20 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.padding--25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 992px) {
  .padding--25 {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

.padding--30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .padding--30 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.padding--35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media only screen and (max-width: 992px) {
  .padding--35 {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }
}

.padding--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 992px) {
  .padding--40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.padding--45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media only screen and (max-width: 992px) {
  .padding--45 {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
}

.padding--50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .padding--50 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.padding--55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media only screen and (max-width: 992px) {
  .padding--55 {
    padding-top: 27.5px;
    padding-bottom: 27.5px;
  }
}

.padding--60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 992px) {
  .padding--60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.padding--65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

@media only screen and (max-width: 992px) {
  .padding--65 {
    padding-top: 32.5px;
    padding-bottom: 32.5px;
  }
}

.padding--70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 992px) {
  .padding--70 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.padding--75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media only screen and (max-width: 992px) {
  .padding--75 {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}

.padding--80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 992px) {
  .padding--80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding--85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

@media only screen and (max-width: 992px) {
  .padding--85 {
    padding-top: 42.5px;
    padding-bottom: 42.5px;
  }
}

.padding--90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 992px) {
  .padding--90 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.padding--95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

@media only screen and (max-width: 992px) {
  .padding--95 {
    padding-top: 47.5px;
    padding-bottom: 47.5px;
  }
}

.padding--100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 992px) {
  .padding--100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.padding-s--0 {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 992px) {
  .padding-s--0 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding-s--5 {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 992px) {
  .padding-s--5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding-s--10 {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 992px) {
  .padding-s--10 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding-s--15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 992px) {
  .padding-s--15 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding-s--20 {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 992px) {
  .padding-s--20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding-s--25 {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 992px) {
  .padding-s--25 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding-s--30 {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 992px) {
  .padding-s--30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.border--top {
  border-top: 1px solid #f3f3f3;
}

.border--right {
  border-right: 1px solid #f3f3f3;
}

.border--bottom {
  border-bottom: 1px solid #f3f3f3;
}

.border--left {
  border-left: 1px solid #f3f3f3;
}

.border--all {
  border: 1px solid #f3f3f3;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex--align-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex--align-start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex--align-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex--align-stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex--justify-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex--justify-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex--justify-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex--justify-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex--justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .flex--responsive-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex--responsive-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex--responsive-block {
    display: block;
  }
}

.width--0 {
  width: 0%;
}

@media only screen and (max-width: 992px) {
  .width--0-mobile {
    width: 0%;
  }
}

.width--5 {
  width: 5%;
}

@media only screen and (max-width: 992px) {
  .width--5-mobile {
    width: 5%;
  }
}

.width--10 {
  width: 10%;
}

@media only screen and (max-width: 992px) {
  .width--10-mobile {
    width: 10%;
  }
}

.width--15 {
  width: 15%;
}

@media only screen and (max-width: 992px) {
  .width--15-mobile {
    width: 15%;
  }
}

.width--20 {
  width: 20%;
}

@media only screen and (max-width: 992px) {
  .width--20-mobile {
    width: 20%;
  }
}

.width--25 {
  width: 25%;
}

@media only screen and (max-width: 992px) {
  .width--25-mobile {
    width: 25%;
  }
}

.width--30 {
  width: 30%;
}

@media only screen and (max-width: 992px) {
  .width--30-mobile {
    width: 30%;
  }
}

.width--35 {
  width: 35%;
}

@media only screen and (max-width: 992px) {
  .width--35-mobile {
    width: 35%;
  }
}

.width--40 {
  width: 40%;
}

@media only screen and (max-width: 992px) {
  .width--40-mobile {
    width: 40%;
  }
}

.width--45 {
  width: 45%;
}

@media only screen and (max-width: 992px) {
  .width--45-mobile {
    width: 45%;
  }
}

.width--50 {
  width: 50%;
}

@media only screen and (max-width: 992px) {
  .width--50-mobile {
    width: 50%;
  }
}

.width--55 {
  width: 55%;
}

@media only screen and (max-width: 992px) {
  .width--55-mobile {
    width: 55%;
  }
}

.width--60 {
  width: 60%;
}

@media only screen and (max-width: 992px) {
  .width--60-mobile {
    width: 60%;
  }
}

.width--65 {
  width: 65%;
}

@media only screen and (max-width: 992px) {
  .width--65-mobile {
    width: 65%;
  }
}

.width--70 {
  width: 70%;
}

@media only screen and (max-width: 992px) {
  .width--70-mobile {
    width: 70%;
  }
}

.width--75 {
  width: 75%;
}

@media only screen and (max-width: 992px) {
  .width--75-mobile {
    width: 75%;
  }
}

.width--80 {
  width: 80%;
}

@media only screen and (max-width: 992px) {
  .width--80-mobile {
    width: 80%;
  }
}

.width--85 {
  width: 85%;
}

@media only screen and (max-width: 992px) {
  .width--85-mobile {
    width: 85%;
  }
}

.width--90 {
  width: 90%;
}

@media only screen and (max-width: 992px) {
  .width--90-mobile {
    width: 90%;
  }
}

.width--95 {
  width: 95%;
}

@media only screen and (max-width: 992px) {
  .width--95-mobile {
    width: 95%;
  }
}

.width--100 {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .width--100-mobile {
    width: 100%;
  }
}

.font--16 {
  font-size: 16px;
  line-height: 21px;
}

@media only screen and (max-width: 992px) {
  .font--16.font--responsive {
    font-size: 10.66667px;
    line-height: 15.66667px;
  }
}

.font--18 {
  font-size: 18px;
  line-height: 23px;
}

@media only screen and (max-width: 992px) {
  .font--18.font--responsive {
    font-size: 12px;
    line-height: 17px;
  }
}

.font--20 {
  font-size: 20px;
  line-height: 25px;
}

@media only screen and (max-width: 992px) {
  .font--20.font--responsive {
    font-size: 13.33333px;
    line-height: 18.33333px;
  }
}

.font--22 {
  font-size: 22px;
  line-height: 27px;
}

@media only screen and (max-width: 992px) {
  .font--22.font--responsive {
    font-size: 14.66667px;
    line-height: 19.66667px;
  }
}

.font--24 {
  font-size: 24px;
  line-height: 29px;
}

@media only screen and (max-width: 992px) {
  .font--24.font--responsive {
    font-size: 16px;
    line-height: 21px;
  }
}

.font--26 {
  font-size: 26px;
  line-height: 31px;
}

@media only screen and (max-width: 992px) {
  .font--26.font--responsive {
    font-size: 17.33333px;
    line-height: 22.33333px;
  }
}

.font--28 {
  font-size: 28px;
  line-height: 33px;
}

@media only screen and (max-width: 992px) {
  .font--28.font--responsive {
    font-size: 18.66667px;
    line-height: 23.66667px;
  }
}

.font--30 {
  font-size: 30px;
  line-height: 35px;
}

@media only screen and (max-width: 992px) {
  .font--30.font--responsive {
    font-size: 20px;
    line-height: 25px;
  }
}

.font--32 {
  font-size: 32px;
  line-height: 37px;
}

@media only screen and (max-width: 992px) {
  .font--32.font--responsive {
    font-size: 21.33333px;
    line-height: 26.33333px;
  }
}

.font--34 {
  font-size: 34px;
  line-height: 39px;
}

@media only screen and (max-width: 992px) {
  .font--34.font--responsive {
    font-size: 22.66667px;
    line-height: 27.66667px;
  }
}

.font--36 {
  font-size: 36px;
  line-height: 41px;
}

@media only screen and (max-width: 992px) {
  .font--36.font--responsive {
    font-size: 24px;
    line-height: 29px;
  }
}

.font--38 {
  font-size: 38px;
  line-height: 43px;
}

@media only screen and (max-width: 992px) {
  .font--38.font--responsive {
    font-size: 25.33333px;
    line-height: 30.33333px;
  }
}

.font--40 {
  font-size: 40px;
  line-height: 45px;
}

@media only screen and (max-width: 992px) {
  .font--40.font--responsive {
    font-size: 26.66667px;
    line-height: 31.66667px;
  }
}

.font--42 {
  font-size: 42px;
  line-height: 47px;
}

@media only screen and (max-width: 992px) {
  .font--42.font--responsive {
    font-size: 28px;
    line-height: 33px;
  }
}

.font--44 {
  font-size: 44px;
  line-height: 49px;
}

@media only screen and (max-width: 992px) {
  .font--44.font--responsive {
    font-size: 29.33333px;
    line-height: 34.33333px;
  }
}

.font--46 {
  font-size: 46px;
  line-height: 51px;
}

@media only screen and (max-width: 992px) {
  .font--46.font--responsive {
    font-size: 30.66667px;
    line-height: 35.66667px;
  }
}

.font--48 {
  font-size: 48px;
  line-height: 53px;
}

@media only screen and (max-width: 992px) {
  .font--48.font--responsive {
    font-size: 32px;
    line-height: 37px;
  }
}

.font--50 {
  font-size: 50px;
  line-height: 55px;
}

@media only screen and (max-width: 992px) {
  .font--50.font--responsive {
    font-size: 33.33333px;
    line-height: 38.33333px;
  }
}

.font--52 {
  font-size: 52px;
  line-height: 57px;
}

@media only screen and (max-width: 992px) {
  .font--52.font--responsive {
    font-size: 34.66667px;
    line-height: 39.66667px;
  }
}

.font--54 {
  font-size: 54px;
  line-height: 59px;
}

@media only screen and (max-width: 992px) {
  .font--54.font--responsive {
    font-size: 36px;
    line-height: 41px;
  }
}

.font--56 {
  font-size: 56px;
  line-height: 61px;
}

@media only screen and (max-width: 992px) {
  .font--56.font--responsive {
    font-size: 37.33333px;
    line-height: 42.33333px;
  }
}

.font--58 {
  font-size: 58px;
  line-height: 63px;
}

@media only screen and (max-width: 992px) {
  .font--58.font--responsive {
    font-size: 38.66667px;
    line-height: 43.66667px;
  }
}

.font--60 {
  font-size: 60px;
  line-height: 65px;
}

@media only screen and (max-width: 992px) {
  .font--60.font--responsive {
    font-size: 40px;
    line-height: 45px;
  }
}

.font--62 {
  font-size: 62px;
  line-height: 67px;
}

@media only screen and (max-width: 992px) {
  .font--62.font--responsive {
    font-size: 41.33333px;
    line-height: 46.33333px;
  }
}

.font--64 {
  font-size: 64px;
  line-height: 69px;
}

@media only screen and (max-width: 992px) {
  .font--64.font--responsive {
    font-size: 42.66667px;
    line-height: 47.66667px;
  }
}

.font--66 {
  font-size: 66px;
  line-height: 71px;
}

@media only screen and (max-width: 992px) {
  .font--66.font--responsive {
    font-size: 44px;
    line-height: 49px;
  }
}

.font--68 {
  font-size: 68px;
  line-height: 73px;
}

@media only screen and (max-width: 992px) {
  .font--68.font--responsive {
    font-size: 45.33333px;
    line-height: 50.33333px;
  }
}

.font--70 {
  font-size: 70px;
  line-height: 75px;
}

@media only screen and (max-width: 992px) {
  .font--70.font--responsive {
    font-size: 46.66667px;
    line-height: 51.66667px;
  }
}

.font--72 {
  font-size: 72px;
  line-height: 77px;
}

@media only screen and (max-width: 992px) {
  .font--72.font--responsive {
    font-size: 48px;
    line-height: 53px;
  }
}

.font--74 {
  font-size: 74px;
  line-height: 79px;
}

@media only screen and (max-width: 992px) {
  .font--74.font--responsive {
    font-size: 49.33333px;
    line-height: 54.33333px;
  }
}

.font--76 {
  font-size: 76px;
  line-height: 81px;
}

@media only screen and (max-width: 992px) {
  .font--76.font--responsive {
    font-size: 50.66667px;
    line-height: 55.66667px;
  }
}

.font--78 {
  font-size: 78px;
  line-height: 83px;
}

@media only screen and (max-width: 992px) {
  .font--78.font--responsive {
    font-size: 52px;
    line-height: 57px;
  }
}

.font--80 {
  font-size: 80px;
  line-height: 85px;
}

@media only screen and (max-width: 992px) {
  .font--80.font--responsive {
    font-size: 53.33333px;
    line-height: 58.33333px;
  }
}

.font--82 {
  font-size: 82px;
  line-height: 87px;
}

@media only screen and (max-width: 992px) {
  .font--82.font--responsive {
    font-size: 54.66667px;
    line-height: 59.66667px;
  }
}

.font--84 {
  font-size: 84px;
  line-height: 89px;
}

@media only screen and (max-width: 992px) {
  .font--84.font--responsive {
    font-size: 56px;
    line-height: 61px;
  }
}

.font--86 {
  font-size: 86px;
  line-height: 91px;
}

@media only screen and (max-width: 992px) {
  .font--86.font--responsive {
    font-size: 57.33333px;
    line-height: 62.33333px;
  }
}

.font--88 {
  font-size: 88px;
  line-height: 93px;
}

@media only screen and (max-width: 992px) {
  .font--88.font--responsive {
    font-size: 58.66667px;
    line-height: 63.66667px;
  }
}

.font--90 {
  font-size: 90px;
  line-height: 95px;
}

@media only screen and (max-width: 992px) {
  .font--90.font--responsive {
    font-size: 60px;
    line-height: 65px;
  }
}

.font--92 {
  font-size: 92px;
  line-height: 97px;
}

@media only screen and (max-width: 992px) {
  .font--92.font--responsive {
    font-size: 61.33333px;
    line-height: 66.33333px;
  }
}

.font--94 {
  font-size: 94px;
  line-height: 99px;
}

@media only screen and (max-width: 992px) {
  .font--94.font--responsive {
    font-size: 62.66667px;
    line-height: 67.66667px;
  }
}

.font--96 {
  font-size: 96px;
  line-height: 101px;
}

@media only screen and (max-width: 992px) {
  .font--96.font--responsive {
    font-size: 64px;
    line-height: 69px;
  }
}

.font--98 {
  font-size: 98px;
  line-height: 103px;
}

@media only screen and (max-width: 992px) {
  .font--98.font--responsive {
    font-size: 65.33333px;
    line-height: 70.33333px;
  }
}

.font--100 {
  font-size: 100px;
  line-height: 105px;
}

@media only screen and (max-width: 992px) {
  .font--100.font--responsive {
    font-size: 66.66667px;
    line-height: 71.66667px;
  }
}

.font--light {
  font-weight: 300;
}

.font--normal {
  font-weight: 400;
}

.font--semi {
  font-weight: 500;
}

.font--bold {
  font-weight: 700;
}

.font--opensans {
  font-family: 'Open Sans', sans-serif;
}

.font--poppins {
  font-family: 'Poppins', sans-serif;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--block {
  line-height: 1.8em;
}

.text--block p:first-child {
  margin-top: 0;
}

.text--block p:last-child {
  margin-bottom: 0;
}

.color--blue {
  color: #1829ac;
}

.color--grey {
  color: #7d7d7d;
}

.color--main {
  color: #363636;
}

.color--white {
  color: #ffffff;
}

.btn {
  font-size: 15px;
  background-color: #1829ac;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  border: 2px solid #1829ac;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.btn:hover {
  background-color: transparent;
  color: #1829ac;
}

.padding-top--15 {
  padding-top: 15px;
}

.btn__blue--outline {
  font-size: 15px;
  background-color: transparent;
  color: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.btn__blue--outline:hover {
  background-color: #fff;
  color: #1829ac;
}

.btn--big {
  padding: 10px 35px;
}

.btn--login {
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  padding: 12px 25px;
}

.btn--red {
  background-color: #d82c33;
  border-color: #d82c33;
}

.btn--red.btn--outline {
  color: #d82c33;
}

.btn--red.btn--outline:hover {
  background-color: #d82c33;
  color: #ffffff;
}

.btn--outline {
  background-color: transparent;
  color: #1829ac;
  padding: 5px 25px;
}

.btn--outline:hover {
  background-color: #1829ac;
  color: #ffffff;
}

.btn--white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1829ac;

}

.btn--white:hover {
  background-color: #1829ac;
  color: #ffffff;
}

.cta {
  color: #1829ac;
  display: inline-block;
  text-decoration: none;
}

.cta:hover {
  text-decoration: underline;
}

.nav {
  background-color: #f1f1f1;
}

@media only screen and (max-width: 992px) {
  .nav {
    padding: 10px 0;
  }
}

.nav__container {
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .nav__container {
    height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.nav__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 992px) {
  .nav__right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
}

.nav__ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.nav__ul > li > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  padding: 0 30px;
  text-decoration: none;
  text-align: center;
  color: #7d7d7d;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  .nav__ul > li > a {
    height: 50px;
    padding: 0 15px;
  }
}

.nav__ul > li.current-menu-item > a {
  color: #1829ac;
  background-color: #e8e8e8;
  border-bottom: 4px solid #1829ac;
}

.nav__ul > li > a:hover {
  color: #1829ac;
}

.nav__phone {
  margin-left: 30px;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

.nav__phone-link {
  color: #1829ac;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .nav__phone {
    margin-left: 0;
    font-size: 18px;
  }
}

.nav__cta {
  margin-left: 30px;
}

@media only screen and (max-width: 992px) {
  .nav__cta {
    margin-left: 0;
    margin-top: 5px;
  }
}

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .menu {
    display: none;
  }
}

.menu li a {
  font-size: 13px;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  color: #7d7d7d;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
}

.menu li a:hover {
  color: #1829ac;
}

.menu li:last-child a {
  background-color: #1829ac;
  color: #ffffff;
}

.menu li:last-child a:hover {
  background-color: #ffffff;
  color: #1829ac;
}

.logo {
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo--footer {
  height: auto;
  display: inline-block;
}

.logo--footer img {
  max-height: none;
}

.logo__img {
  display: block;
  max-height: 80px;
  max-width: 100%;
}

.title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 -15px;
}

@media only screen and (max-width: 992px) {
  .title {
    display: block;
  }
}

.title__content {
  padding: 0 15px;
}

@media only screen and (max-width: 992px) {
  .title__content {
    padding: 5px 15px;
  }
}

.title__cta {
  padding: 0 15px;
}

@media only screen and (max-width: 992px) {
  .title__cta {
    padding: 5px 15px;
  }
}

.title--border {
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
}

.icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icons__item {
  padding: 15px 15px 55px 15px;
  width: 20%;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .container .icons .icons__item {
    width: 50% !important;
  }
}

.icons__item--33 {
  width: 30%;
}

.items--4 .icons__item--33 {
  width: 25% !important;
}

@media only screen and (max-width: 992px) {
  .icons__item--33 {
    width: 100% !important;
  }
}

.icons__label {
  display: block;
  text-decoration: none;
  color: #363636;
}

.icons__label:hover {
  color: #1829ac;
}

.icons__icon {
  background-color: #e7edf7;
  border: 5px solid #e7edf7;
  border-radius: 50%;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
}

.icons__icon img {
  display: block;
  max-width: 80%;
}

.icons__icon:hover {
  background-color: transparent;
}

.icons__cta {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}

.cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cards__item {
  margin: 1.5%;
  width: 30%;
  position: relative;
  background-color: #ffffff;
  transition: all 0.15s ease-in-out;
  border-radius: 3px;
}
.cards__item:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 992px) {
  .cards__item {
    width: 100%;
  }
}

.cards__card {
  padding-bottom: 55px;
}

.cards__thumb {
  display: block;
  text-decoration: none;
}

.cards__thumb img {
  display: block;
  width: 100%;
}

.cards__title {
  font-size: 17px;
  display: block;
  line-height: 24px;
  padding: 15px;
  text-decoration: none;
  color: #363636;
  transition: all 0.15s ease-in-out;
}

.cards__title:hover {
  color: #1829ac;
}

.cards__text {
  padding: 0 15px 15px 15px;
}

.cards__cta {
  position: absolute;
  text-align: right;
  bottom: 15px;
  padding: 0 15px;
  left: 0;
  width: 100%;
}

.footer {
  border-top: 1px solid #dadada;
}

@media only screen and (max-width: 992px) {
  .footer {
    text-align: center;
  }
}

.contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .contact {
    display: block;
  }
}

.contact__map {
  min-width: 50%;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .contact__map {
    padding-bottom: 65%;
  }
}

.contact__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact__map.active::after {
  display: none;
}

.contact__map::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
}

@media only screen and (max-width: 992px) {
  .contact__info {
    display: block;
    text-align: center;
  }
}

.contact__info--col {
  width: 50%;
  padding: 15px;
}

@media only screen and (max-width: 992px) {
  .contact__info--col {
    width: auto;
  }
}

.form__inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -5px;
}

.form__inline > * {
  margin: 5px;
}

@media only screen and (max-width: 992px) {
  .form__inline {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form__block {
  margin: 5px 0;
}

.form__block--center {
  text-align: center;
}

.form__field {
  display: block;
  width: 50%;
}

.form--upload {
  max-width: 870px;
  margin: 0 auto;
}

form select,
form input[type=text], form input[type=password], form input[type=email], form input[type=phone], form input[type=number], form input[type=date],
.form input[type=text], .form input[type=email], .form input[type=phone], .form input[type=number], .form input[type=date] {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  display: block;
  width: 100%;
  outline: none;
}

.form input[type=submit] {
  height: 50px;
  padding: 0 30px;
  border: 1px solid #1829ac;
  background-color: #1829ac;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  outline: none;
  transition: all 0.15s ease-in-out;
}

.form input[type=submit]:hover {
  background-color: transparent;
  color: #1829ac;
}

.form textarea {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 100px;
  padding: 12.5px 20px;
  border-radius: 3px;
  display: block;
  width: 100%;
  outline: none;
}

.input__field {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  display: block;
  width: 100%;
  outline: none;
}

.input__field--outline {
  background-color: transparent;
  color: #ffffff;
}

.input__file {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input__submit {
  height: 50px;
  padding: 0 20px;
  border: 1px solid #1829ac;
  background-color: #1829ac;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  outline: none;
  transition: all 0.15s ease-in-out;
}

.input__submit:hover {
  background-color: transparent;
  color: #1829ac;
}

.input__submit--outline {
  background-color: transparent;
  color: #1829ac;
}

.input__submit--outline:hover {
  background-color: #1829ac;
  color: #ffffff;
}

.input__submit--white {
  background-color: #ffffff;
  color: #1829ac;
  border-color: #ffffff;
  padding: 0 35px;
}

.input__submit--white:hover {
  background-color: transparent;
  color: #ffffff;
}

.input__file {
  background-color: #ffffff;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  display: block;
  width: 100%;
  outline: none;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.input__file input[type=file] {
  display: none;
}

.input__file-label {
  opacity: .65;
  margin-right: 25%;
  overflow: scroll;
  white-space: nowrap;
}

.input__file:hover::after {
  background-color: #ffffff;
  color: #1829ac;
}

.input__file::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  content: 'SELECT';
  background-color: #1829ac;
  border: 1px solid #1829ac;
  color: #ffffff;
  width: 25%;
  text-align: center;
  border-radius: 0 3px 3px 0;
  transition: all 0.15s ease-in-out;
}

.table {
  overflow: scroll;
  max-width: 100%;
}

.table__row {
  min-width: 850px;
}

.table__row {
  background-color: #f3f3f3;
}

.table__row--white {
  background-color: #ffffff;
}

@media all and (max-width: 992px) {
  .table__col--hidden-sm {
    display: none;
  }
  .sm-width--15 {
    width: 45%;
  }
}

.faq {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq__item {
  border: 1px solid #f3f3f3;
  padding: 15px 25px 15px 75px;
  margin-bottom: 10px;
}

.faq__item.active .faq__title {
  color: #1829ac;
}

.faq__item.active .faq__title::before {
  content: '-';
}

.faq__title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.15s ease-in-out;
}

.faq__title:hover {
  color: #1829ac;
}

.faq__title::before {
  content: '+';
  position: absolute;
  font-weight: 400;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  right: 100%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #1829ac;
  color: #ffffff;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
}

.faq__content {
  display: none;
}

.btn--view-more {
  margin-top: 20px;
}

.separate-posts {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.separate-posts:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.flex--align-right {
  justify-content: flex-end;
}

.tender--download {
  margin: 15px auto;
  width: 100%;
  text-align: center;
}

.wpb_revslider_element {
  margin-bottom: 0 !important;
}

.section--logo-strip img {
  max-width: 100%;
  height: auto;
}

.supplier-upload-states--wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.supplier-upload-states--wrapper > div {
  margin-right: 15px;
}

@media all and (max-width: 992px) {
  .members-directory .width--25,
  .members-directory input[type="select"],
  .members-directory input[type="text"] {
    width: 100% !important;
  }
  .members-directory .flex--responsive-block {
    display: flex;
  }
}
