/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

a,
a:hover {
  color: #002035;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

button:not(:disabled) {
  cursor: pointer;
}

button:focus {
  outline: none;
}

body {
  display: block;
  position: relative;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #2a3756;
  background: #fff;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  text-transform: inherit;
}

::-moz-placeholder {
  opacity: 0.7;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  text-transform: inherit;
}

:-ms-input-placeholder {
  opacity: 0.7;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  text-transform: inherit;
}

::-ms-input-placeholder {
  opacity: 0.7;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  text-transform: inherit;
}

::placeholder {
  opacity: 0.7;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  text-transform: inherit;
}

:-ms-input-placeholder {
  opacity: 0.7;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  text-transform: inherit;
}

::ms-input-placeholder {
  opacity: 0.7;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-size: inherit;
  text-transform: inherit;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-stretch: condensed;
}

h1 {
  font-size: 90px;
  line-height: 100px;
  letter-spacing: 2px;
  color: #002035;
  text-transform: uppercase;
}

h2 {
  font-size: 50px;
  letter-spacing: 2px;
  color: #2a3756;
  text-transform: uppercase;
}

h3 {
  font-size: 60px;
  letter-spacing: 2px;
  color: #002035;
}

h4 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.59;
  color: #0c4a7b;
}

h5 {
  font-size: 40px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
}

.img-fit {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.posr {
  position: relative;
}

.tac {
  text-align: center;
}

.ttu {
  text-transform: uppercase;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ovh {
  overflow: hidden;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcsa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m0 {
  margin: 0 !important;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media only screen and (min-width: 576px) {
  .order-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (min-width: 768px) {
  .order-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (min-width: 992px) {
  .order-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (min-width: 1366px) {
  .order-first-xl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (min-width: 1680px) {
  .order-first-xxl {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.mb-1 {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .mb-1 {
    margin-bottom: 30px;
  }
}

.mb-2 {
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .mb-2 {
    margin-bottom: 56px;
  }
}

.mb-3 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .mb-3 {
    margin-bottom: 80px;
  }
}

.mt-1 {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .mt-1 {
    margin-top: 30px;
  }
}

.mt-2 {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) {
  .mt-2 {
    margin-top: 56px;
  }
}

.mt-3 {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .mt-3 {
    margin-top: 80px;
  }
}

.pb-1 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .pb-1 {
    padding-bottom: 30px;
  }
}

.pb-2 {
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .pb-2 {
    padding-bottom: 56px;
  }
}

.pb-3 {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .pb-3 {
    padding-bottom: 80px;
  }
}

.pt-1 {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .pt-1 {
    padding-top: 30px;
  }
}

.pt-2 {
  padding-top: 25px;
}

@media only screen and (min-width: 768px) {
  .pt-2 {
    padding-top: 56px;
  }
}

.pt-3 {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  .pt-3 {
    padding-top: 80px;
  }
}

.p-1 {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .p-1 {
    padding: 30px;
  }
}

.p-2 {
  padding: 25px;
}

@media only screen and (min-width: 768px) {
  .p-2 {
    padding: 56px;
  }
}

.p-3 {
  padding: 50px;
}

@media only screen and (min-width: 768px) {
  .p-3 {
    padding: 80px;
  }
}

.container {
  width: 100%;
  padding: 0 24px;
}

@media only screen and (min-width: 992px) {
  .container {
    padding: 0 43px;
  }
}

@media only screen and (min-width: 1680px) {
  .container {
    max-width: 1607px;
    margin: 0 auto;
    padding: 0;
  }
}

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.page-header {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 99;
}

.page-header__inner {
  padding: 92px 0 0;
}

@media only screen and (max-width: 991px) {
  .page-header__inner {
    padding: 16px 0 0;
  }
}

.page-header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 99;
}

.page-header__logo-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
}

@media only screen and (max-width: 991px) {
  .page-header__logo-left {
    max-width: 100px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 575px) {
  .page-header__logo-left {
    max-width: 62px;
  }
}

.page-header__logo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 187px;
}

@media only screen and (max-width: 991px) {
  .page-header__logo-right {
    max-width: 120px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    filter: drop-shadow(0 0 5px white);
  }
}

@media only screen and (max-width: 575px) {
  .page-header__logo-right {
    max-width: 67px;
      filter: drop-shadow(0 0 5px white);
  }
}

.page-header__logo img {
  width: 100%;
  height: 100%;
}

.page-header__menu {
  width: 233px;
  margin-top: 109.5px;
  padding-left: 4px;
}

@media only screen and (max-width: 991px) {
  .page-header__menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    padding: 120px 0 60px;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .page-header__menu.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.page-header__menu-item:not(:first-child) {
  margin-top: 58px;
}

@media only screen and (max-width: 991px) {
  .page-header__menu-item:not(:first-child) {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .page-header__menu-item {
    text-align: center;
  }
}

.page-header__menu-item a {
  font-size: 24px;
  line-height: 1.67;
  text-align: left;
  color: #0c4a7b;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-header__menu-item a:hover {
  color: #48DCFE;
}

.menu-button {
  display: none;
}

@media only screen and (max-width: 991px) {
  .menu-button {
    display: block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: transparent;
  }
}

.menu-button div {
  width: 50px;
  height: 2px;
  background: #4D4E4E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 575px) {
  .menu-button div {
    width: 25px;
  }
}

.menu-button div:nth-child(2) {
  margin: 8px 0;
}

@media only screen and (max-width: 575px) {
  .menu-button div:nth-child(2) {
    margin: 4px 0;
  }
}

.menu-button.active div:nth-child(1) {
  -webkit-transform: translate(2px, 6px) rotate(45deg);
  transform: translate(2px, 6px) rotate(45deg);
}

@media only screen and (min-width: 576px) {
  .menu-button.active div:nth-child(1) {
    -webkit-transform: translate(5px, 10px) rotate(45deg);
    transform: translate(5px, 10px) rotate(45deg);
  }
}

.menu-button.active div:nth-child(2) {
  width: 0;
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}

@media only screen and (min-width: 576px) {
  .menu-button.active div:nth-child(2) {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
  }
}

.menu-button.active div:nth-child(3) {
  -webkit-transform: translate(2px, -6px) rotate(-45deg);
  transform: translate(2px, -6px) rotate(-45deg);
}

@media only screen and (min-width: 576px) {
  .menu-button.active div:nth-child(3) {
    -webkit-transform: translate(5px, -9px) rotate(-45deg);
    transform: translate(5px, -9px) rotate(-45deg);
  }
}

.page-footer {
  background: url(../img/cloud-big.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #0c4a7b), to(#0c4a7b));
  background: url(../img/cloud-big.svg) no-repeat, linear-gradient(#ffffff 0%, #ffffff 50%, #0c4a7b 50%, #0c4a7b 100%);
  background-position-x: center;
  background-position-y: top;
  background-size: 125%;
}

@media only screen and (max-width: 991px) {
  .page-footer {
    background: url(../img/cloud-big.svg) no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(10%, #ffffff), color-stop(10%, #0c4a7b), to(#0c4a7b));
    background: url(../img/cloud-big.svg) no-repeat, linear-gradient(#ffffff 0%, #ffffff 10%, #0c4a7b 10%, #0c4a7b 100%);
    background-position-x: center;
    background-position-y: top;
    background-size: 125%;
  }
}

.page-footer h4 {
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .page-footer h4 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
  }
}

.page-footer__wrapper {
  padding: 337px 0 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .page-footer__wrapper {
    padding: 130px 0 88px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 77px;
}

@media only screen and (max-width: 991px) {
  .page-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.page-footer__info-left, .page-footer__info-right {
  width: 297px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .page-footer__info-left, .page-footer__info-right {
    width: 100%;
  }
}

.page-footer__info-left div:last-child,
.page-footer__info-right div:last-child {
  margin-top: 74px;
}

@media only screen and (max-width: 991px) {
  .page-footer__info-left div:last-child,
  .page-footer__info-right div:last-child {
    margin-top: 63px;
  }
}

.page-footer__info-left {
  margin-right: 111px;
}

@media only screen and (max-width: 1365px) {
  .page-footer__info-left {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .page-footer__info-left {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .page-footer__info-right {
    margin: 51px auto 0;
  }
}

.page-footer__info-subhead {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.67;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .page-footer__info-subhead {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
  }
}

.page-footer__info-text,
.page-footer__info-text a {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .page-footer__info-text,
  .page-footer__info-text a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
  }
}

.page-footer__info-text a:hover {
  color: #48DCFE;
}

.page-footer--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 991px) {
  .page-footer--right {
    margin-top: 111px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page-footer__logos--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-footer__logo-top {
  width: 219px;
}

@media only screen and (max-width: 1365px) {
  .page-footer__logo-top {
    width: 167px;
  }
}

@media only screen and (max-width: 991px) {
  .page-footer__logos--flex {
    margin-top: 53px;
  }
}

.page-footer img {
  width: 100%;
  height: 100%;
}

.page-footer__logo-bot-left {
  width: 183.8px;
}

@media only screen and (max-width: 1365px) {
  .page-footer__logo-bot-left {
    width: 96px;
  }
}

.page-footer__logo-bot-right {
  width: 162px;
  margin-left: 76.2px;
}

@media only screen and (max-width: 1365px) {
  .page-footer__logo-bot-right {
    width: 87px;
  }
}

.preloader {
  display: none;
}

.js .preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  color: #002035;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  text-transform: uppercase;
}

.iti__flag {
  background-image: url("/img/mask/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/img/mask/flags@2x.png");
  }
}

.link-button {
  display: inline-block;
  background: #56dcfc;
  margin-top: 35px;
  padding: 23.5px 51px 22.5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.11;
  text-align: center;
  color: #0c4a7b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-button:hover {
  background: #2a3756;
  color: #ffffff;
}

.link-button[disabled] {
  background: #e7e7e7;
}

.hero {
  position: relative;
  width: 100%;
  height: 798px;
}

@media only screen and (max-width: 991px) {
  .hero {
    height: 521px;
  }
}

@media only screen and (max-width: 767px) {
  .hero {
    height: 321px;
  }
}

@media (max-width: 375px) {
  .hero {
    height: 241px;
  }
}

.hero__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85%;
}

@media only screen and (max-width: 991px) {
  .hero__img {
    width: 100%;
  }
}

.hero .container {
  height: 100%;
  position: relative;
}

.hero .container:before {
  position: absolute;
  content: '';
  top: 0;
  left: calc(-100vw + 264px);
  bottom: 0;
  width: 100vw;
  background: #fff;
}

@media only screen and (max-width: 991px) {
  .hero .container:before {
    width: 0;
  }
}

.block-cloud {
  position: relative;
  margin-top: -228px;
  padding-bottom: 150px;
  z-index: 10;
}

@media only screen and (max-width: 1365px) {
  .block-cloud {
    margin-top: -120px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .block-cloud {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 767px) {
  .block-cloud {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .block-cloud .container {
    padding: 0;
  }
}

.block-cloud-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1365px) {
  .block-cloud-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.block-cloud__bg {
  background: #ffffff;
  max-width: 803px;
  margin-top: 41px;
  padding: 120px 0 0;
}

@media only screen and (max-width: 1365px) {
  .block-cloud__bg {
    padding: 48px 30px 0 34px;
  }
}

@media only screen and (max-width: 991px) {
  .block-cloud__bg {
    max-width: 560px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .block-cloud__bg {
    max-width: 352px;
    margin-top: 0;
    padding: 48px 27px 0 27px;
  }
}

.block-cloud__subheader {
  font-size: 28px;
  line-height: 0.6;
  letter-spacing: 5.6px;
  text-align: left;
  color: #0c4a7b;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .block-cloud__subheader {
    font-size: 14px;
    font-weight: bold;
    line-height: 0.5;
    letter-spacing: 2.8px;
  }
}

.block-cloud h1 {
  margin: 18px 0 51px 44px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 100px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -3px;
  text-align: left;
  color: #0c4a7b;
  text-transform: unset;
}

@media only screen and (max-width: 991px) {
  .block-cloud h1 {
    margin: 7px 0 25px 19px;
    font-size: 42px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.1;
    letter-spacing: -1.26px;
    color: #0070f2;
  }
}

.block-cloud__bg p {
  margin: 0 100px 0 44px;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #484e5f;
}

@media only screen and (max-width: 991px) {
  .block-cloud__bg p {
    margin: 0 0 0 22px;
    font-size: 16px;
    line-height: 1.63;
  }
}

.block-cloud__cloud {
  margin-right: -130px;
  padding: 112px 183.9px 112.1px 216px;
  font-size: 28px;
  line-height: 1.21;
  letter-spacing: 5.6px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  background: url(../img/cloud.svg) center/contain no-repeat;
}

@media only screen and (max-width: 1365px) {
  .block-cloud__cloud {
    margin: 0 auto;
    padding: 106px 188px 104px 189px;
  }
}

@media only screen and (max-width: 991px) {
  .block-cloud__cloud {
    height: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 2.8px;
  }
}

@media only screen and (max-width: 767px) {
  .block-cloud__cloud {
    background: url(../img/cloud.svg) center/cover no-repeat;
    width: 534px;
    padding: 60px 0;
  }
}

@media (max-width: 534px) {
  .block-cloud__cloud {
    width: 100%;
  }
}

.block-cloud__cloud span {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: normal;
  color: #56dcfc;
}

@media only screen and (max-width: 991px) {
  .block-cloud__cloud span {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.57;
  }
}

.block-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-form__img {
  width: 799px;
  height: 1190px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1679px) {
  .block-form__img {
    width: 50%;
  }
}

@media only screen and (max-width: 1365px) {
  .block-form__img {
    display: none;
  }
}

.block-form__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.block-form__content {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 39px 0 40px 159px;
}

@media only screen and (max-width: 1679px) {
  .block-form__content {
    padding: 39px 0 40px 80px;
    width: 520px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1365px) {
  .block-form__content {
    padding: 0 8px;
  }
}

@media only screen and (max-width: 575px) {
  .block-form__content {
    width: 100%;
  }
}

.block-form__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .block-form__header h4 {
    margin: 0 auto;
    font-size: 21px;
    text-align: center;
  }
}

.block-form__header-img {
  width: 59px;
}

@media only screen and (max-width: 991px) {
  .block-form__header-img {
    display: none;
  }
}

.block-form__header-img img {
  width: 100%;
  height: 100%;
}

.main-form {
  margin-top: 79px;
}

@media only screen and (max-width: 991px) {
  .main-form {
    margin-top: 24px;
    text-align: center;
  }
}

.main-form__item {
  width: 100%;
  margin-top: 34px;
}

@media only screen and (max-width: 991px) {
  .main-form__item {
    margin-top: 15px;
  }
}

.main-form__item input,
.main-form__item select {
  width: 100%;
  padding: 28px 43px 26px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  border: solid 1px #4d4e4e;
  background: #ffffff;
  color: #0c4a7b;
}

.main-form__item input:focus,
.main-form__item select:focus {
	box-shadow: 0 0 6px #0c4a7b;
}

@media only screen and (max-width: 1679px) {
  .main-form__item input,
  .main-form__item select {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .main-form__item input,
  .main-form__item select {
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.13;
  }
}

.main-form__item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-form .link-button {
  margin-top: 34px;
  padding: 32px 69px 30px;
  background: #0070f2;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .main-form .link-button {
    margin: 30px auto 0;
  }
}

.main-form .link-button:hover {
  background: #2a3756;
  color: #ffffff;
}

.main-form .link-button[disabled] {
  background: #e7e7e7;
}

.alert-text {
  height: 0;
  margin: 0 !important;
  font-size: 12px;
  text-align: left;
  color: red;
}

.block-color {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .block-color {
    padding: 133px 0 69px;
  }
}

@media only screen and (max-width: 767px) {
  .block-color {
    padding: 75px 0 69px;
  }
}

@media only screen and (max-width: 991px) {
  .block-color .container {
    padding: 0;
  }
}

.block-color-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .block-color-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.block-color__img {
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
  height: 868px;
}

@media only screen and (max-width: 991px) {
  .block-color__img {
    width: 308px;
    height: 288px;
    position: relative;
    z-index: 5;
  }
}

.block-color__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.block-color__content {
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%;
  padding: 117px 178px 86px 155px;
  background: #0c4a7b;
}

@media only screen and (max-width: 1679px) {
  .block-color__content {
    padding: 117px 60px 86px 60px;
  }
}

@media only screen and (max-width: 1365px) {
  .block-color__content {
    padding: 60px 40px 60px 34px;
  }
}

@media only screen and (max-width: 991px) {
  .block-color__content {
    margin-top: -144px;
    padding: 204px 40px 28px 34px;
  }
}

.block-color__content h4 {
  margin-bottom: 57px;
  line-height: 1;
  color: #56dcfc;
}

@media only screen and (max-width: 991px) {
  .block-color__content h4 {
    margin-bottom: 35px;
    font-size: 21px;
    line-height: 1;
    text-align: center;
  }
}

.block-color__content h5 {
  margin-bottom: 26px;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  color: #ffffff;
  text-transform: unset;
}

@media only screen and (max-width: 991px) {
  .block-color__content h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.78;
    letter-spacing: normal;
    text-align: center;
  }
}

.block-color__content p {
  font-size: 24px;
  line-height: 1.67;
  text-align: left;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .block-color__content p {
    font-size: 16px;
    line-height: 1.63;
    text-align: center;
  }
}

.block-grid {
  padding-bottom: 231px;
}

@media only screen and (max-width: 991px) {
  .block-grid {
    padding-bottom: 120px;
  }
}

.block-grid-wrapper h4 {
  margin-left: 155px;
}

@media only screen and (max-width: 991px) {
  .block-grid-wrapper h4 {
    margin: 0 auto;
    font-weight: bold;
    font-size: 21px;
    line-height: 3.33;
    text-align: center;
    color: #0070f2;
  }
}

.block-grid__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 143px;
}

@media only screen and (max-width: 991px) {
  .block-grid__content {
    margin-top: 47px;
  }
}

.block-grid__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media only screen and (max-width: 991px) {
  .block-grid__item {
    -ms-flex-preferred-size: 375px;
    flex-basis: 375px;
    position: relative;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 991px) {
  .block-grid__item:not(:nth-child(4)):after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dbdada;
  }
}

@media (max-width: 376px) {
  .block-grid__item:not(:nth-child(4)):after {
    width: 294px;
  }
}

.block-grid__item:nth-child(2) {
  margin-top: 73px;
}

.block-grid__item:nth-child(3) {
  margin-top: 300px;
}

.block-grid__item:nth-child(4) {
  margin-top: 400px;
}

@media only screen and (max-width: 991px) {
  .block-grid__item:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 797px) {
  .block-grid__item:nth-child(2) {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .block-grid__item:nth-child(3), .block-grid__item:nth-child(4) {
    margin-top: 100px;
  }
}

.block-grid__item-content {
  position: relative;
  max-width: 378px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 991px) {
  .block-grid__item-content {
    max-width: 280px;
  }
}

.block-grid__item-content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 992px) {
  .block-grid__item:hover .block-grid__item-content {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.block-grid__item:nth-child(2n + 1) .block-grid__item-content {
  margin: 0 140px 0 auto;
}

@media only screen and (max-width: 991px) {
  .block-grid__item:nth-child(2n + 1) .block-grid__item-content {
    margin: 0 auto;
  }
}

.block-grid__item:nth-child(2n + 2) .block-grid__item-content {
  margin: 0 auto 0 140px;
}

@media only screen and (max-width: 991px) {
  .block-grid__item:nth-child(2n + 2) .block-grid__item-content {
    margin: 0 auto;
  }
}

.block-grid__item h4 {
  margin-left: 0;
  line-height: 1;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .block-grid__item h4 {
    margin-top: 13.7px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.57;
    text-align: left;
    color: #0c4a7b;
  }
}

.block-grid__item p {
  margin-top: 57px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #484e5f;
}

@media only screen and (max-width: 991px) {
  .block-grid__item p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.63;
  }
}

.block-grid__item-img {
  position: relative;
  width: 139px;
  height: 93px;
  margin-left: 35px;
}

@media only screen and (max-width: 991px) {
  .block-grid__item-img {
    width: 81px;
    height: 54px;
    margin-left: 28.5px;
  }
}

.block-grid__item-img img {
  width: 100%;
  height: 100%;
}

.block-grid__item-numb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 52px;
  font-weight: 600;
  line-height: 1.27;
  color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .block-grid__item-numb {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.27;
    color: #ffffff;
  }
}

.block-grid__progress {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
  .block-grid__progress {
    display: none;
  }
}

.block-grid__circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #56dcfc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.block-grid__line {
  width: 2px;
  height: 197px;
  background: #56dcfc;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.block-grid__line.active, .block-grid__circle.active {
  background: #0070f2;
}

.full-size-block {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding: 35px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .full-size-block {
    display: none;
  }
}

.full-size-block:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 112, 242, 0.9);
  z-index: 1;
}

.full-size-block__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.full-size-block__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-size-block__logo--left {
  width: 112px;
}

@media (max-width: 375px) {
  .full-size-block__logo--left {
    width: 90px;
  }
}

.full-size-block__logo--right {
  width: 84px;
}

@media (max-width: 375px) {
  .full-size-block__logo--right {
    width: 74px;
  }
}

.full-size-block__cloud {
  position: relative;
  width: 152px;
  margin: 110px 0 33px auto;
}

@media (max-width: 375px) {
  .full-size-block__cloud {
    width: 132px;
    margin: 30px 0 23px auto;
  }
}

.full-size-block__item-img img {
  width: 100%;
  height: 100%;
}

.full-size-block__cloud-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 21px;
  font-weight: bold;
  line-height: 1.57;
  text-align: center;
  color: #56dcfc;
}

.full-size-block h3 {
  width: 260px;
  margin: 0 auto;
  font-size: 42px;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.1;
  letter-spacing: -1.86px;
  text-align: left;
  color: #ffffff;
}

@media (min-width: 375px) {
  .full-size-block h3 {
    font-size: 62px;
  }
}

.full-size-block .link-button {
  margin-top: 82px;
  padding: 23px 72px;
  color: #ffffff;
  background: #0c4a7b;
}

@media (max-width: 375px) {
  .full-size-block .link-button {
    margin-top: 52px;
  }
}

.full-size-block .link-button:hover {
  background: #009ADE;
}

.full-size-block.hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bodylock {
    overflow: hidden;
  }
}

/*# sourceMappingURL=styles.css.map */

/* videos */
.vid-wrapper {
  width: 100%; 
  max-width: 720px; 
  margin: 0 auto 3rem auto;
}

.vid-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
