body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1vw;
  line-height: 1;
}

.hero-section {
  position: relative;
  padding-right: 4em;
  padding-left: 4em;
  background-image: url('../images/img-hero-new.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 1.5em;
  padding-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  padding: 1em 1.7em;
  background-color: #3e59e8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.button:hover {
  background-color: #0b2158;
}

.button.margin-left {
  margin-left: 1em;
  padding-top: 1.1em;
  padding-bottom: 1.1em;
}

.button.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.social.margin-left.alt {
  padding-top: 1em;
  padding-bottom: 1em;
}

.button.social.margin-left.alt:hover {
  background-color: #f1711e;
}

.icon-social-button {
  width: 1.4em;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  font-family: 'Saira Extra Condensed', sans-serif;
  color: #f1711e;
  font-size: 27.2em;
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hero-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-bot-container {
  width: 100%;
  max-width: 41.5em;
  padding-top: 2em;
}

.p-medium {
  font-size: 1.6em;
  line-height: 1.3;
  font-weight: 500;
}

.p-medium.marginbot {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #0b2158;
}

.btn {
  padding: 1em 2.4em;
  background-color: #0b2158;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.6em;
  font-weight: 300;
  text-transform: capitalize;
}

.btn:hover {
  background-color: #3e59e8;
}

.btn.alt {
  background-color: #3e59e8;
}

.btn.alt:hover {
  background-color: #0b2158;
}

.hero-cat-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3em;
  padding-left: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-cat {
  position: relative;
  z-index: 2;
  width: 32.3em;
}

.section.steelblue {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
  background-color: #006e90;
  color: #fff;
}

.section.light {
  padding-top: 6.5em;
  padding-bottom: 3em;
  color: #040d23;
}

.section.royalblue {
  padding-top: 6.5em;
  padding-bottom: 0em;
  background-color: #040d23;
  color: #fff;
}

.section.withbg {
  padding-top: 8em;
  padding-bottom: 12em;
  background-color: #fff;
  background-image: url('../images/bg-s-final.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #040d23;
}

.section.footer {
  padding: 8em 4em;
  background-color: #040d23;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 65vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container.full {
  max-width: 100%;
  padding-right: 2em;
  padding-left: 2em;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 0.2em;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 14.8em;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05px;
}

.section-title.small {
  margin-bottom: 0.4em;
  font-size: 7.1em;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper.topm {
  margin-top: 5em;
}

.content._50-s {
  width: 50%;
  padding: 6.8em 6em 6.8em 8em;
  background-color: #040d23;
  color: #fff;
}

.content._40 {
  position: relative;
  width: 40%;
}

.content._50 {
  position: relative;
  width: 50%;
}

.cat2 {
  width: 60%;
}

.cat2.fade0 {
  display: none;
}

.cat2-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-list {
  padding-top: 1em;
}

.list-item {
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.faq-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #0b2158;
}

.dropdown-faq {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 1em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #040d23;
  text-align: center;
  white-space: normal;
}

.dropdown-faq:hover {
  background-color: rgba(11, 33, 88, 0.1);
}

.dropdown-faq.w--open {
  background-color: rgba(11, 33, 88, 0.1);
}

.arrow-small {
  font-size: 0.8em;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  padding: 1em 2em;
  background-color: rgba(11, 33, 88, 0.1);
  color: #040d23;
  text-align: center;
}

.shape-royalblue-s {
  margin-top: 3em;
}

.logo-footer-item {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  font-family: 'Saira Extra Condensed', sans-serif;
  color: #fff;
  font-size: 6.6em;
  line-height: 0.8;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.footer-menu {
  display: block;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.footer-menu:hover {
  text-decoration: underline;
}

.bg-s2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.loading-screen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  background-color: #040d23;
  color: #fff;
}

.loading-screen-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-screen-t {
  font-family: 'Saira Extra Condensed', sans-serif;
  font-size: 8.9em;
  font-weight: 900;
  text-align: center;
}

.btn.frm {
  padding-top: 0em;
  padding-bottom: 0em;
}

.input {
  width: 2.5em;
  height: 2.5em;
  margin-bottom: 0px;
  padding: 0px 0em 0px 0.4em;
  border-style: solid;
  border-width: 1px;
  border-color: #0b2158;
  font-size: 2em;
  line-height: 0;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block {
  display: inline-block;
}

.hero-announce {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding: 0.3em;
  background-color: #fff;
  color: #0b2158;
  font-size: 1em;
  font-weight: 500;
}

.hero-announce.reverse {
  background-color: #0b2158;
  color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5vw;
  }

  .hero-section {
    background-color: #b4e4f2;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .hero-wrapper {
    min-height: auto;
    padding-top: 2em;
    padding-bottom: 5em;
  }

  .hero-h1 {
    padding-top: 0.3em;
    font-size: 17em;
  }

  .hero-bot-container {
    padding-top: 9.4em;
  }

  .hero-cat-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-cat {
    width: 14.3em;
    padding-bottom: 5em;
  }

  .section-title {
    font-size: 11.4em;
  }

  .section-title.small {
    font-size: 5.7em;
  }

  .content._50-s {
    padding-right: 4em;
    padding-left: 5.5em;
  }
}

@media screen and (max-width: 767px) {
  .content._50-s {
    width: 100%;
  }

  .content._50 {
    width: 100%;
  }

  .loading-screen-t {
    font-size: 7.7em;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3vw;
  }

  .hero-section {
    padding-right: 1.5em;
    padding-left: 1.5em;
    background-position: 61% 100%;
    background-size: cover;
  }

  .navbar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3.5vw;
  }

  .nav-wrapper.footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button.margin-left {
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding: 0.8em 1em;
  }

  .button.social.margin-left.alt {
    margin-right: 1em;
    margin-left: 0em;
  }

  .hero-h1 {
    font-size: 8.8em;
  }

  .hero-bot-container {
    padding-top: 0em;
  }

  .p-medium.marginbot {
    z-index: 5;
  }

  .hero-cat-wrapper {
    position: static;
    padding-bottom: 0em;
    padding-left: 0em;
  }

  .hero-cat {
    width: 100%;
    padding-bottom: 0em;
  }

  .section.steelblue {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }

  .section.light {
    padding-top: 7.5em;
    padding-bottom: 7.5em;
  }

  .section.royalblue {
    padding-top: 7.5em;
  }

  .container {
    max-width: 100vw;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .section-title {
    font-size: 7.9em;
  }

  .wrapper.topm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content._50-s {
    width: 100%;
    padding: 7.5em 1.5em;
  }

  .content._40 {
    width: 100%;
  }

  .list-item {
    font-size: 1.4em;
    line-height: 1.4;
  }

  .list-item.ft {
    margin-top: 1em;
    margin-bottom: 0em;
    font-size: 1.2em;
  }

  .logo-footer-item {
    margin-bottom: 0.5em;
  }

  .footer-menu {
    margin-bottom: 2em;
    font-size: 1.2em;
  }

  .loading-screen-t {
    font-size: 4.4em;
  }

  .btn.frm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-block {
    width: 100%;
    padding-right: 2.5em;
    padding-left: 2.5em;
  }
}

