body {
    background: #fff;
    color: #0E2338;
    font-family: "Dosis", sans-serif;
    font-size: 18px;
    line-height: 24px;
    overflow-x: hidden;
    font-weight: 400;
  }
  a {
    color: #00BAC7;
  }
  a:hover {
    color: #00BAC7;
  }

  h2 {
    color: #0E2338;
    font-size: 56px;
    letter-spacing: -0.8px;
    line-height: 64px;
    font-weight: 800;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 991px) {
    h2 {
      font-size: 32px;
      letter-spacing: -0.2px;
      line-height: 42px;
      margin-bottom: 12px;
    }
  }
  h2 .highlighted {
    position: relative;
  }
  h2 .highlighted:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 10px;
    border-radius: 5px;
    width: 100%;
    background: #00BAC7;
    background: linear-gradient(90deg, rgb(0, 238, 216) 0%, rgb(0, 229, 139) 100%);
  }
  @media screen and (max-width: 991px) {
    h2 .highlighted:after {
      height: 6px;
    }
  }

  .footer_main {
    border-top: 1px solid #1C3854;
    background: #0E2338;
    color: #2E8198;
    font-size: 14px;
    padding: 24px 0;
  }
  @media screen and (max-width: 991px) {
    .footer_main {
      text-align: center;
    }
  }
  .footer_main a {
    color: #2E8198;
    text-decoration: none;
  }
  @media screen and (max-width: 991px) {
    .footer_main a {
      text-decoration: underline;
    }
  }
  .footer_main a:hover {
    text-decoration: underline;
  }
  .footer_main__logo {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    margin-right: 40px;
    position: relative;
    bottom: 4px;
  }
  @media screen and (max-width: 991px) {
    .footer_main__logo {
      height: 16px;
      margin: 0;
      display: inline-block;
    }
  }
  .footer_main__links {
    text-align: right;
    cursor: default;
  }
  @media screen and (max-width: 991px) {
    .footer_main__links {
      text-align: center;
      margin-top: 8px;
    }
  }
  .footer_main__links ul {
    padding: 0;
    margin: 0;
  }
  .footer_main__links ul li {
    list-style: none;
    display: inline-block;
    margin-left: 24px;
  }
  @media screen and (max-width: 991px) {
    .footer_main__links ul li {
      margin: 0 8px;
    }
  }

  .btn-primary {
    border-radius: 8px;
    border: none;
    background: #00BAC7;
    font-weight: bold;
  }
  .btn-primary:hover {
    background: #00AAB6;
  }
  .btn-md {
    font-size: 20px;
    padding: 12px 24px;
  }
  @media screen and (max-width: 991px) {
    .btn-md {
      font-size: 18px;
      padding: 12px 22px;
    }
  }
  .btn-lg {
    font-size: 24px;
    padding: 18px 36px;
  }
  @media screen and (max-width: 991px) {
    .btn-lg {
      font-size: 20px;
      padding: 16px 32px;
    }
  }

  @media screen and (max-width: 991px) {
    .mobile_horizontal_scroll {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding: 24px 0;
    }
    .mobile_horizontal_scroll__item {
      flex: 0 0 auto;
      width: 300px;
    }
  }

  .header_main {
    background: #0E2338;
    color: #fff;
    padding: 16px 0;
  }
  @media screen and (max-width: 991px) {
    .header_main {
      padding: 12px;
    }
  }
  .header_main a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .header_main a:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  .header_main__logo {
    margin-top: 8px;
  }
  @media screen and (max-width: 991px) {
    .header_main__logo {
      margin-top: 16px;
      margin-bottom: 16px;
      text-align: center;
    }
  }
  .header_main__logo img {
    height: 24px;
  }
  @media screen and (max-width: 991px) {
    .header_main__logo img {
      height: 28px;
    }
  }
  .header_main__menu {
    text-align: right;
    cursor: default;
  }
  @media screen and (max-width: 991px) {
    .header_main__menu {
      text-align: center;
      margin-top: 8px;
    }
  }
  .header_main__menu ul {
    margin: 0;
    padding: 0;
  }
  .header_main__menu__item {
    list-style: none;
    display: inline-block;
    margin-left: 24px;
  }
  @media screen and (max-width: 991px) {
    .header_main__menu__item {
      margin: 0 8px;
    }
  }
  .header_main__menu__item a {
    display: inline-block;
    font-size: 16px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 4px;
  }
  @media screen and (max-width: 991px) {
    .header_main__menu__item a {
      font-size: 14px;
      padding: 4px 12px;
    }
  }
  .header_main__menu__item--highlighted a {
    border: 1px solid #fff;
    font-weight: bold;
  }

  .hero {
    padding: 16px 0 80px 0;
    background: #0E2338;
    text-align: center;
    color: #fff;
  }
  @media screen and (max-width: 991px) {
    .hero {
      padding: 0 0 56px 0;
    }
  }
  .hero h1 {
    font-size: 96px;
    font-weight: 800;
    line-height: 100px;
    letter-spacing: -0.8px;
    color: #fff;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 991px) {
    .hero h1 {
      font-size: 48px;
      line-height: 56px;
      margin-top: 40px;
    }
  }
  .hero__subheadline {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 991px) {
    .hero__subheadline {
      font-size: 16px;
      line-height: 24px;
    }
  }
  .hero__cta__note {
    margin-top: 8px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.64);
  }
  @media screen and (max-width: 991px) {
    .hero__cta__note {
      font-size: 14px;
    }
  }

  .cta_picture_left {
    position: relative;
    padding: 80px 0;
    font-size: 24px;
    line-height: 36px;
    min-height: 496px;
  }
  @media screen and (max-width: 991px) {
    .cta_picture_left {
      padding: 40px 0;
      font-size: 18px;
      line-height: 28px;
      min-height: inherit;
    }
  }
  .cta_picture_left__img {
    content: "";
    display: block;
    position: absolute;
    top: -120px;
    right: 50px;
    background: url(../images/img-1.webp) center no-repeat;
    background-size: contain;
    width: 743px;
    height: 616px;
    border-radius: 32px;
  }

  @media screen and (max-width: 991px) {
    .cta_picture_left__img {
      background-image: url(../images/img-1-mobile.webp);
      position: inherit;
      top: auto;
      right: auto;
      width: calc(100% + 30px);
      height: 320px;
      background-size: 100%;
      border-radius: 0;
      margin-bottom: 24px;
      margin-top: -40px;
      margin-left: -15px;
      margin-right: -15px;
    }
  }

  @media screen and (max-width: 426px) {
    .cta_picture_left__img {
        background-image: url(../images/img-1-mobile.webp);
        position: inherit;
        top: auto;
        right: auto;
        width: calc(100% + 30px);
        height: 11rem;
        background-size: 100%;
        border-radius: 0;
        margin-bottom: 24px;
        margin-top: -40px;
        margin-left: -15px;
        margin-right: -15px;
      }
  }

  .cta_picture_left__cta {
    margin-top: 88px;
    border-top: 1px solid #E4E4E4;
    padding-top: 4px;
    font-weight: bold;
  }
  @media screen and (max-width: 991px) {
    .cta_picture_left__cta {
      margin-top: 24px;
    }
  }
  .cta_picture_left__cta a:after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/icon-arrow-down-green.svg) center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 6px;
  }

  .cta_picture_right {
    position: relative;
    padding: 80px 0;
    font-size: 24px;
    line-height: 36px;
    min-height: 544px;
    margin-bottom: 80px;
  }
  @media screen and (max-width: 991px) {
    .cta_picture_right {
      padding: 0;
      margin-top: 80px;
      margin-bottom: 0;
      min-height: inherit;
    }
  }
  .cta_picture_right__img {
    content: "";
    display: block;
    position: absolute;
    top: -80px;
    left: 50px;
    background: url(../images/img-2.webp) center no-repeat;
    background-size: contain;
    width: 743px;
    height: 544px;
    border-radius: 32px;
  }
  @media screen and (max-width: 991px) {
    .cta_picture_right__img {
      position: inherit;
      top: auto;
      left: auto;
      width: calc(100% + 30px);
      height: 370px;
      background-size: 100%;
      border-radius: 0;
      margin-top: 32px;
      margin-left: -15px;
      margin-right: -15px;
    }
  }
  .cta_picture_right__single_text {
    font-size: 32px;
    line-height: 40px;
    padding: 32px 0;
  }
  @media screen and (max-width: 991px) {
    .cta_picture_right__single_text {
      font-size: 24px;
      line-height: 32px;
      padding: 0;
    }
  }
  .cta_picture_right .highlighted {
    position: relative;
  }
  .cta_picture_right .highlighted:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 5px;
    border-radius: 3px;
    width: 100%;
    background: #00BAC7;
    background: linear-gradient(90deg, rgb(0, 238, 216) 0%, rgb(0, 229, 139) 100%);
  }
  .cta_picture_right__cta {
    margin-top: 88px;
    border-top: 1px solid #E4E4E4;
    padding-top: 4px;
    font-weight: bold;
  }
  .cta_picture_right__cta a:after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/icon-arrow-down-green.svg) center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 6px;
  }

  .feature_cards {
    margin: 80px 0;
  }
  @media screen and (max-width: 991px) {
    .feature_cards {
      margin: 24px 0;
    }
  }
  .feature_cards h2 {
    text-align: center;
    color: #0E2338;
    font-size: 40px;
    letter-spacing: -0.56px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 12px;
  }
  @media screen and (max-width: 991px) {
    .feature_cards h2 {
      font-size: 32px;
      letter-spacing: -0.2px;
      line-height: 42px;
      margin-bottom: 12px;
      text-align: left;
    }
  }
  .feature_cards__heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
  }
  @media screen and (max-width: 991px) {
    .feature_cards__heading {
      text-align: left;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 8px;
    }
  }
  .feature_cards__cards {
    margin-bottom: 80px;
  }
  @media screen and (max-width: 991px) {
    .feature_cards__cards {
      margin-bottom: 40px;
    }
  }
  .feature_cards__cards__card {
    border-radius: 16px;
    box-shadow: 0 12px 56px rgba(0, 0, 0, 0.1);
  }
  @media screen and (max-width: 991px) {
    .feature_cards__cards__card {
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }
  }
  @media screen and (max-width: 991px) {
    .feature_cards__cards__card {
      border-radius: 12px;
    }
  }
  .feature_cards__cards__card__body {
    padding: 48px 48px 24px 48px;
  }
  @media screen and (max-width: 991px) {
    .feature_cards__cards__card__body {
      padding: 24px;
    }
  }
  .feature_cards__cards__card__heading {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 991px) {
    .feature_cards__cards__card__heading {
      font-size: 20px;
      line-height: 24px;
    }
  }
  .feature_cards__cards__card__heading .highlighted {
    position: relative;
  }
  .feature_cards__cards__card__heading .highlighted:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 5px;
    border-radius: 3px;
    width: 100%;
    background: #00BAC7;
    background: linear-gradient(90deg, rgb(0, 238, 216) 0%, rgb(0, 229, 139) 100%);
  }
  .feature_cards__cards__card__desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 32px;
  }
  @media screen and (max-width: 991px) {
    .feature_cards__cards__card__desc {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 24px;
    }
  }
  .feature_cards__cards__card__cta {
    font-weight: bold;
  }
  .feature_cards__cards__card__cta a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/icon-arrow-right-green.svg) center no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 6px;
    margin-bottom: 2px;
  }
  .feature_cards__cards__card__thumbnail {
    height: 174px;
  }
  @media screen and (max-width: 991px) {
    .feature_cards__cards__card__thumbnail {
      height: 150px;
    }
  }
  .feature_cards__cards__card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 16px 16px;
  }
  .feature_cards__cta {
    text-align: center;
    color: #0E2338;
  }
  .feature_cards__cta__note {
    margin-top: 8px;
    font-size: 16px;
  }

  .pricing {
    background: #0E2338;
    padding: 40px 0;
    color: #fff;
  }
  .pricing__info_wrapper {
    padding-top: 104px;
    padding-right: 40px;
  }
  @media screen and (max-width: 991px) {
    .pricing__info_wrapper {
      padding: 0;
      margin-bottom: 32px;
    }
  }
  .pricing__heading {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.56px;
    line-height: 44px;
    margin-bottom: 32px;
  }
  @media screen and (max-width: 991px) {
    .pricing__heading {
      text-align: center;
      font-size: 32px;
      letter-spacing: -0.2px;
      line-height: 42px;
      margin-bottom: 12px;
    }
  }
  .pricing__body {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
  }
  @media screen and (max-width: 991px) {
    .pricing__body {
      text-align: center;
      font-size: 16px;
      line-height: 24px;
    }
  }
  .pricing__offer {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    color: #0E2338;
  }
  @media screen and (max-width: 991px) {
    .pricing__offer {
      padding: 32px;
    }
  }
  .pricing__offer__price {
    text-align: center;
    font-size: 96px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 4px;
  }
  @media screen and (max-width: 991px) {
    .pricing__offer__price {
      font-size: 56px;
      line-height: 64px;
      margin-bottom: 0;
    }
  }
  .pricing__offer__price sup {
    font-size: 32px;
    position: relative;
    top: -40px;
  }
  @media screen and (max-width: 991px) {
    .pricing__offer__price sup {
      font-size: 24px;
      top: -20px;
    }
  }
  .pricing__offer__note {
    text-align: center;
    font-size: 14px;
  }
  .pricing__offer__benefits {
    padding-top: 24px;
    padding-bottom: 12px;
  }
  .pricing__offer__benefits ul {
    padding: 0;
    padding-left: 32px;
    font-size: 18px;
    line-height: 32px;
  }
  .pricing__offer__benefits ul li {
    list-style: none;
    padding-left: 20px;
    background: url(../images/icon-check-blue-dark.svg) left center no-repeat;
  }
  .pricing__cta {
    text-align: center;
  }
  .pricing__cta__note {
    margin-top: 6px;
    font-size: 14px;
  }

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