* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #001A35;
  font-family: "Graphik LCG", sans-serif;
  font-weight: 400;
  color: #fff;
}

img {
  width: 100%;
}

.page-wrapper {
  overflow: hidden;
}

.container {
  max-width: 370px;
  width: 92%;
  min-width: 290px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 800px;
    position: relative;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1110px;
  }
}

.btn {
  font-family: "Graphik LCG", sans-serif;
  background-color: #E4E541;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
  color: #002E5D;
  width: 100%;
  height: 74px;
  margin-bottom: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 10;
  position: relative;
  transition: background-color 0.7s;
}
.btn:focus {
  border: none;
  outline: none;
}
.btn:hover {
  background-color: #E4E541;
}

section {
  padding-bottom: 62px;
}
@media (min-width: 768px) {
  section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  section:nth-child(2n) {
    background-color: #07223F;
  }
}
section h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 48px;
  font-weight: normal;
  z-index: 10;
  position: relative;
}
section h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 30px;
  z-index: 10;
  position: relative;
}
@media (min-width: 768px) {
  section h2 {
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    margin-bottom: 41px;
  }
}
section h3 {
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  font-family: "Graphik LCG", sans-serif;
  margin-bottom: 8px;
  font-weight: 400;
  color: #A7C539;
  z-index: 10;
  position: relative;
}
section p {
  font-family: "Arial", sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  z-index: 10;
  position: relative;
}
section a {
  font-size: 18px;
  line-height: 26px;
  color: #00BBCE;
  z-index: 10;
  position: relative;
}
section .logo-container {
  display: flex;
  padding: 48px 0 10px;
  justify-content: center;
  order: 1;
}
section .logo-container__logo {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section .logo-container .logo-btn {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
  display: flex;
  position: relative;
  font-family: "Arial", sans-serif;
}
section .logo-container .logo-btn img {
  width: 20px;
  display: block;
  margin-left: 10px;
  position: absolute;
  top: 3px;
  right: -27px;
}
section .logo-container__steps {
  display: none;
}
section:first-child .logo-container {
  display: flex;
}

.yellow {
  color: #E4E541;
}

@media (min-width: 1280px) {
  .anim-desk {
    animation: myAnimDesk 8s ease 0s infinite;
  }

  .anim01 {
    animation: myAnim 8s ease 0s infinite reverse forwards;
  }

  .anim02 {
    animation: myAnim2 11s ease-in-out 0s infinite reverse forwards;
  }

  .anim03 {
    animation: myAnim2 8s ease-in-out 0s infinite reverse forwards;
  }

  .anim04 {
    animation: myAnim2 14s ease-in-out 0s infinite reverse forwards;
  }

  .animation-item {
    transform: scale(0);
    opacity: 0;
  }

  .animation-play {
    transition: all 1.2s;
    transform: scale(1);
    opacity: 1;
  }

  @keyframes myAnim2 {
    0%, 100% {
      transform: translateX(0%);
      transform-origin: 50% 50%;
    }
    15% {
      transform: translateX(-40px) rotate(-16deg);
    }
    30% {
      transform: translateX(25px) rotate(16deg);
    }
    45% {
      transform: translateX(-25px) rotate(-13.6deg);
    }
    60% {
      transform: translateX(19px) rotate(12.4deg);
    }
    75% {
      transform: translateX(-16px) rotate(-11.2deg);
    }
  }
  @keyframes myAnim {
    0% {
      transform: translate(0);
    }
    10% {
      transform: translate(-2px, -2px);
    }
    20% {
      transform: translate(2px, -2px);
    }
    30% {
      transform: translate(-2px, 2px);
    }
    40% {
      transform: translate(2px, 2px);
    }
    50% {
      transform: translate(-2px, -2px);
    }
    60% {
      transform: translate(2px, -2px);
    }
    70% {
      transform: translate(-2px, 2px);
    }
    80% {
      transform: translate(-2px, -2px);
    }
    90% {
      transform: translate(2px, -2px);
    }
    100% {
      transform: translate(0);
    }
  }
  @keyframes myAnimDesk {
    0% {
      transform: translate3d(0, -10px, 0);
    }
    50% {
      transform: translate3d(0, 10px, 0);
    }
    100% {
      transform: translate3d(0, -10px, 0);
    }
  }
  @keyframes myAnim3 {
    0% {
      animation-timing-function: ease-in;
      opacity: 1;
      transform: translateY(45px);
    }
    24% {
      opacity: 1;
    }
    40% {
      animation-timing-function: ease-in;
      transform: translateY(24px);
    }
    65% {
      animation-timing-function: ease-in;
      transform: translateY(12px);
    }
    82% {
      animation-timing-function: ease-in;
      transform: translateY(6px);
    }
    93% {
      animation-timing-function: ease-in;
      transform: translateY(4px);
    }
    25%, 55%, 75%, 87% {
      animation-timing-function: ease-out;
      transform: translateY(0px);
    }
    100% {
      animation-timing-function: ease-out;
      opacity: 1;
      transform: translateY(0px);
    }
  }
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.modal .wrapper {
  overflow: hidden;
  width: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 100;
}
.modal h2 {
  font-size: 28px;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
  color: #001A35;
  position: relative;
  z-index: 10;
  padding-top: 20px;
  text-align: center;
  max-width: 100%;
}
.modal .b24-form-header-padding {
  display: none;
}
.modal .b24-form-wrapper.b24-form-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .b24-form-padding-side {
  transform: translateY(63px);
}
.modal p {
  font-size: 18px;
  text-align: center;
  color: #001A35;
  margin-bottom: -80px;
  position: relative;
  z-index: 10;
  opacity: 0.4;
}
.modal .b24-form-btn {
  background-color: #E4E541;
  font-size: 24px;
  line-height: 29px;
  color: #002E5D;
}
.modal .b24-form-btn:hover {
  background-color: #C7C830 !important;
}
.modal .bg_x {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: #001A35;
  opacity: 0.7;
}
.modal .b24-form-padding-side {
  transform: translateY(63px);
  margin-top: -80px;
}

.active {
  visibility: visible;
  opacity: 1;
}

.section-hero h1 {
  margin-bottom: 16px;
}
.section-hero p {
  font-family: "Graphik LCG", sans-serif;
}
.section-hero .btn {
  margin: 32px 0;
}
.section-hero__img {
  position: relative;
  width: 360px;
  margin: 0px 0 0px;
  left: 50%;
  transform: translateX(-50%);
}
.section-hero__img--gradient {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
  height: 760px;
  background: radial-gradient(circle, rgba(0, 187, 206, 0.3312675412) 0%, rgba(204, 241, 245, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-hero__link {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  font-family: "Graphik LCG", sans-serif;
}
.section-hero__link span {
  width: 48%;
  padding: 14px 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-hero p b {
  font-weight: 400;
  display: block;
}

.section-short__img {
  position: relative;
  width: 420px;
  margin-bottom: 62px;
  left: 50%;
  transform: translateX(-52%);
}
.section-short__img--gradient {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
  height: 760px;
  background: radial-gradient(circle, rgba(0, 187, 206, 0.3312675412) 0%, rgba(204, 241, 245, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-short__content {
  display: grid;
  grid-gap: 24px;
}
.section-short__content p {
  text-align: left;
  margin-bottom: 24px;
}
.section-short__item {
  padding: 0 8px;
  border-bottom: 1px solid #3C2F48;
}
.section-short__item:last-child {
  border-bottom: none;
  margin-bottom: 12px;
}

.section-shortTwo__img {
  position: relative;
  width: 420px;
  margin-bottom: 62px;
  margin: -80px 1px -30px;
  left: 50%;
  transform: translateX(-52%);
}
.section-shortTwo__img--gradient {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
  height: 760px;
  background: radial-gradient(circle, rgba(0, 187, 206, 0.3312675412) 0%, rgba(204, 241, 245, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.section-shortTwo__content {
  display: grid;
  grid-gap: 24px;
}
.section-shortTwo__content p {
  text-align: left;
  margin-bottom: 12px;
}
.section-shortTwo__item {
  padding: 0 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid #3C2F48;
}
.section-shortTwo__item:last-child {
  border-bottom: none;
  margin-bottom: 12px;
}

.section-footer {
  position: relative;
}
.section-footer .b24-form-header-padding {
  padding: 0;
}
.section-footer__rw {
  font-size: 12px;
}
.section-footer__rw a {
  font-size: 12px;
  color: #fff;
}
.section-footer h2 {
  text-align: left;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.section-footer__img {
  max-width: 309px;
  margin: 0 auto;
  margin-bottom: 58px;
}
.section-footer__img .doodle {
  display: none;
}
.section-footer__form {
  margin-bottom: 20px;
}
.section-footer__form .b24-form-sign {
  display: none;
}
.section-footer__form .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none;
}
.section-footer__form .b24-form-control-string .b24-form-control, .section-footer__form .b24-form-control-list .b24-form-control, .section-footer__form .b24-form-control-text .b24-form-control, .section-footer__form .b24-form-control-select .field-item {
  background-color: #fff;
}
.section-footer__form .b24-form-control-icon-after .b24-form-control, .section-footer__form .b24-form-control-icon-after .b24-form-control-label {
  font-size: 18px;
  font-family: "Graphik LCG", sans-serif;
}
.section-footer__form .b24-form-btn {
  background-color: #E4E541;
  font-size: 24px;
  line-height: 29px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #002E5D;
  box-shadow: none;
  width: 100%;
  height: 56px;
  margin-bottom: 16px;
  border: none;
  outline: none;
  font-weight: bold;
}
.section-footer__form .b24-form-btn:focus {
  border: none;
  outline: none;
}

.social-link__grid {
  display: grid;
  grid-gap: 24px;
}
.social-link h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
}
.social-link__item {
  background-color: #0E2D4C;
  padding: 54px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-link__item a {
  color: #E4E541;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.01em;
}
.social-link__item img {
  width: 120px;
  margin-bottom: 26px;
}

.sticky-btn {
  width: 100%;
  position: fixed;
  bottom: -80;
  left: 0;
  transition: transform 0.5s;
}
.sticky-btn .btn {
  margin: 0;
}

.check-st {
  transition: transform 0.5s;
  bottom: 0;
}

@media (min-width: 768px) {
  .section-hero .logo-container {
    justify-content: flex-start;
    margin-bottom: 80px;
    padding-top: 0;
  }
  .section-hero h1 {
    margin-bottom: 25px;
    font-size: 63px;
    line-height: 83px;
    text-align: left;
  }
  .section-hero__content {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-hero p b {
    display: inline;
    margin-left: 10px;
  }
  .section-hero__btn-container {
    width: 100%;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-hero__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 16px 0 45px;
  }
  .section-hero__link br {
    display: none;
  }
  .section-hero__link span {
    width: auto;
    margin-bottom: 10px;
    padding: 0;
  }
  .section-hero__img {
    width: 680px;
    margin: 0;
    bottom: -62px;
    position: absolute;
    left: 50%;
    transform: translateX(5%);
  }
  .section-hero__img--gradient {
    display: none;
  }

  .section-short .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .section-short__content {
    max-width: 540px;
  }
  .section-short__item {
    border-bottom: none;
    background-color: #0E2D4C;
    border-radius: 10px;
    padding: 26px 30px;
  }
  .section-short__item:last-child {
    margin-bottom: 0;
  }
  .section-short__img {
    width: 590px;
    transform: translateX(-64%);
  }
  .section-short__img--gradient {
    display: none;
  }
  .section-short p {
    margin-bottom: 0;
  }
  .section-short .btn {
    display: none;
  }

  .section-shortTwo .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .section-shortTwo__content {
    max-width: 540px;
  }
  .section-shortTwo__item {
    border-bottom: none;
    background-color: #0E2D4C;
    border-radius: 10px;
    padding: 26px 30px;
  }
  .section-shortTwo__item:last-child {
    margin-bottom: 0;
  }
  .section-shortTwo__img {
    width: 590px;
    transform: translateX(-64%);
  }
  .section-shortTwo__img--gradient {
    display: none;
  }
  .section-shortTwo p {
    margin-bottom: 0;
  }
  .section-shortTwo .btn {
    display: none;
  }

  .section-footer h2 {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    /* or 48px */
    margin-bottom: 12px;
  }
  .section-footer__form-container {
    margin-left: 310px;
    margin-top: 160px;
    margin-bottom: 160px;
  }
  .section-footer__img {
    max-width: 309px;
    margin: 0 auto;
    top: 330px;
    left: -70px;
    position: absolute;
    margin-bottom: 58px;
  }
}
@media (min-width: 1280px) {
  .section-hero {
    padding-top: 42px;
    padding-bottom: 120px;
  }
  .section-hero .logo-container {
    justify-content: flex-start;
    margin-bottom: 127px;
    padding-top: 0;
  }
  .section-hero h1 {
    font-size: 72px;
    line-height: 83px;
  }
  .section-hero__content {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-hero p {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
  }
  .section-hero p b {
    margin-left: 30px;
  }
  .section-hero p strong {
    display: block;
  }
  .section-hero__btn-container {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 42px;
  }
  .section-hero__btn-container .btn {
    max-width: 330px;
    margin-right: 50px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .section-hero__subTitle {
    font-size: 24px !important;
    line-height: 24px;
  }
  .section-hero__img {
    width: 910px;
    bottom: -122px;
    transform: translateX(-7%);
  }

  .section-short__content {
    margin-left: auto;
  }
  .section-short__img {
    width: 750px;
    top: 180px;
    transform: translateX(-103%);
    position: absolute;
  }

  .section-shortTwo__content {
    margin-right: auto;
  }
  .section-shortTwo__img {
    width: 530px;
    top: 119px;
    transform: translateX(0%);
    position: absolute;
  }
  .section-shortTwo__item {
    position: relative;
  }
  .section-shortTwo__item a {
    position: absolute;
    right: 24px;
    top: 24px;
  }

  .section-footer__img {
    max-width: 359px;
    margin: 0 auto;
    top: 190px;
    left: 122px;
  }
  .section-footer__form-container {
    max-width: 530px;
    margin-left: auto;
  }
  .section-footer br {
    display: none;
  }
  .section-footer .doodle {
    width: 220px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .section-footer .doodle-1 {
    top: -10%;
    left: 100%;
    z-index: 20;
  }
  .section-footer .doodle-2 {
    left: -50%;
    top: 80%;
  }
  .section-footer .doodle-3 {
    top: -20%;
    left: -40%;
  }
}

/*# sourceMappingURL=main.css.map */
