body .container {
  max-width: 1920px;
  margin: 0 auto;
}
body .hidden {
  display: none;
}
body .inline-padding {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1500px) {
  body .inline-padding {
    padding-left: 96px;
    padding-right: 96px;
  }
}
@media screen and (min-width: 768px) {
  body .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body .hide-mobile {
    display: none;
  }
}
body .section-margin {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  body .section-margin {
    margin-top: 144px;
    margin-bottom: 90px;
  }
}
body .section-padding {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (min-width: 768px) {
  body .section-padding {
    padding-top: 144px;
    padding-bottom: 90px;
  }
}
body .text-center {
  text-align: center;
}
body .text-left {
  text-align: left;
}
body .text-right {
  text-align: right;
}
body .light-blue {
  color: #6ac6ff;
}
body .blue {
  color: #239ce6;
}
body .black {
  color: #142251;
}
body .dark {
  color: #090630;
}
body .white {
  color: #fff;
}
body .btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  padding: 17px 24px;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 100px;
  background: linear-gradient(89.71deg, #0e0671 -9.78%, #4135dc 87.15%);
}
body .section-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (min-width: 1200px) {
  body .section-title {
    font-size: 120px;
    line-height: 120px;
    text-transform: uppercase;
  }
}
body .paragraph {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  body .paragraph {
    font-size: 18px;
    line-height: 24px;
  }
}
body .title-56 {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  body .title-56 {
    font-size: 56px;
    line-height: 64px;
  }
}
body .title-50 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  body .title-50 {
    font-size: 50px;
    line-height: 64px;
  }
}
body .title-28 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  body .title-28 {
    font-size: 28px;
  }
}
body .title-48 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  body .title-48 {
    font-size: 48px;
    line-height: 63px;
  }
}
@media screen and (max-width: 767px) {
  body .text-center-mobile {
    text-align: center;
  }
}
body .section-stack-effect {
  border-radius: 24px 24px 0 0;
  padding-top: 56px;
  padding-bottom: 110px;
  margin-bottom: -70px;
}
@media screen and (min-width: 768px) {
  body .section-stack-effect {
    padding-bottom: 140px;
    padding-top: 144px;
    margin-bottom: -100px;
    border-radius: 64px 64px 0 0;
  }
}

.hover-scale {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.light-frame {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px 10px;
  background-color: #eefbff;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .light-frame {
    padding: 24px 24px 48px;
    border-radius: 32px;
    row-gap: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .light-frame--row-desktop {
    flex-direction: row;
    column-gap: 20px;
    row-gap: unset;
  }
}

.light-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  row-gap: 8px;
}

.light-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #090630;
}
@media screen and (min-width: 768px) {
  .light-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.light-img {
  display: flex;
  position: relative;
  z-index: -1;
  width: 100%;
  max-width: 150px;
  margin: 0 auto -20px;
}
@media screen and (min-width: 768px) {
  .light-img {
    max-width: 262px;
    margin: 0 auto -50px;
  }
}

.light-inner-img {
  display: flex;
  width: 114px;
  height: 114px;
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
.header__container {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header__container {
    padding: 20px;
  }
}
.header__logo-container {
  display: flex;
  align-items: center;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .header__logo-container {
    height: 48px;
    min-width: 48px;
  }
}
.header__logo-img {
  display: flex;
  height: 100%;
  width: 100%;
}
.header__burger-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 18px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.header__burger-menu.active .header__burger-menu-img--default {
  opacity: 0;
}
.header__burger-menu.active .header__burger-menu-img--close {
  opacity: 1;
}
.header__burger-menu-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 24px;
  height: 18px;
  object-fit: contain;
  transition: opacity 0.15s ease;
}
.header__burger-menu-img--default {
  opacity: 1;
}
.header__nav-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1300px) {
  .header__nav-list {
    column-gap: 72px;
  }
}
.header__nav-link {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #090630;
  text-decoration: none;
}

.mobile-menu {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.mobile-menu__inner-container {
  border-radius: 24px 24px 0 0;
  margin-top: 72px;
  padding-top: 44px;
  width: 100%;
  height: 100%;
  background: #eefbff;
}
.mobile-menu.active {
  opacity: 1;
  pointer-events: all;
}
.mobile-menu__nav {
  display: flex;
  gap: 30px;
  padding-bottom: 50px;
}
.mobile-menu__nav-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 38px;
}
.mobile-menu__nav-item {
  display: flex;
  width: 100%;
}
.mobile-menu__nav-link {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #090630;
  text-decoration: none;
  text-align: center;
}
.mobile-menu__btn {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.footer__container {
  position: relative;
  z-index: 3;
  padding: 34px 0;
  background-color: #ffffff;
  border-radius: 24px 24px 0 0;
}
@media screen and (min-width: 768px) {
  .footer__container {
    border-radius: 64px 64px 0 0;
  }
}
.footer__image-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 5px;
}
.footer__image-wrapper::after {
  content: "";
  display: flex;
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  backdrop-filter: blur(3px);
}
.footer__logo {
  display: flex;
  align-items: center;
  width: 100%;
}
.footer__links-list {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer__links-list {
    padding-left: 16px;
    border-left: 0.5px solid #757575;
  }
}
@media screen and (min-width: 1500px) {
  .footer__links-list {
    margin-top: unset;
  }
}
.footer__list-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #142251;
}
@media screen and (min-width: 768px) {
  .footer__list-title {
    font-size: 16px;
  }
}
.footer__link {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0%;
  text-decoration: none;
  color: #757575;
}
.footer__link:hover {
  color: #142251;
}
@media screen and (min-width: 768px) {
  .footer__link {
    font-size: 16px;
  }
}
.footer__link--black {
  color: #142251;
}
.footer__link::after {
  content: "";
  display: flex;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background: url("../images/icon-link-arrow-up.svg") no-repeat center;
  background-size: contain;
}
.footer__actions-wrapper {
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 1500px) {
  .footer__actions-wrapper {
    width: fit-content;
    flex-direction: row;
    column-gap: 24px;
    margin-top: unset;
  }
}
.footer__login {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .footer__login {
    height: fit-content;
    max-width: 140px;
  }
}
.footer__list-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #142251;
}
@media screen and (min-width: 768px) {
  .footer__list-title {
    font-size: 16px;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}
.footer__info p {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #757575;
}
@media screen and (min-width: 768px) {
  .footer__info p {
    font-size: 12px;
    text-align: center;
  }
}
.footer__info span {
  font-weight: 500;
}
.footer__info a {
  text-decoration: underline;
  font-weight: 300;
  color: #067ee6;
}
.footer__info a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer__info {
    margin-top: 50px;
    row-gap: 50px;
  }
}
.footer__copyright {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #142251;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 50px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .footer__inner-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .footer__inner-wrap {
    display: flex;
    justify-content: center;
    column-gap: 140px;
  }
}

.expandable-item {
  background-color: #ffffff;
  border-radius: 12px;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .expandable-item {
    border-radius: 24px;
  }
}
.expandable-item.active .expandable-item__text {
  max-height: fit-content;
  padding: 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .expandable-item.active .expandable-item__text {
    padding: 0 24px 16px;
  }
}
.expandable-item.active .expandable-item__icon {
  background: url("../images/minus.svg") no-repeat center;
}
.expandable-item__text {
  transition: max-height 0.3s ease;
  max-height: 0;
  overflow: hidden;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #949494;
}
.expandable-item__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 10px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .expandable-item__button {
    border-radius: 24px;
    padding: 16px 24px;
  }
}
.expandable-item__title {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #172958;
}
@media screen and (min-width: 768px) {
  .expandable-item__title {
    font-size: 20px;
    line-height: 24px;
  }
}
.expandable-item__icon {
  background: url("../images/plus.svg") no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.scroll-to-top__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  padding: 0 !important;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #239ce6;
  border-radius: 100%;
  cursor: pointer;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .scroll-to-top__button {
    width: 56px;
    height: 56px;
  }
}
.scroll-to-top__button.active {
  pointer-events: all;
  opacity: 1;
}
.scroll-to-top__icon {
  position: absolute;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumbs__container {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__container {
    padding: 20px;
  }
}
.breadcrumbs__link {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #949494;
  padding-right: 4px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__link {
    font-size: 12px;
  }
}
.breadcrumbs__link:hover {
  color: #142251;
}
.breadcrumbs__separator {
  position: relative;
  display: flex;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__separator {
    width: 16px;
    height: 16px;
  }
}
.breadcrumbs__separator img {
  display: flex;
  width: 12px;
  height: 12px;
  object-fit: cover;
}
.breadcrumbs__current {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #142251;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__current {
    font-size: 12px;
  }
}

.light-line {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  row-gap: 8px;
  border-radius: 24px;
  background-color: #eefbff;
}
@media screen and (min-width: 768px) {
  .light-line {
    padding: 40px;
    border-radius: 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .light-line--full-width {
    grid-column: span 2;
  }
}
.light-line__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  .light-line__title {
    font-size: 28px;
    line-height: 34px;
  }
}
.light-line__value {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  .light-line__value {
    font-size: 20px;
    line-height: 24px;
  }
}

.hero-banner {
  margin-top: 30px;
  margin-bottom: -33px;
}
@media screen and (min-width: 768px) {
  .hero-banner {
    margin-top: 45px;
    margin-bottom: -76px;
  }
}
.hero-banner__logo {
  display: flex;
  width: 100%;
  padding: 0 15px;
  margin-bottom: -8px !important;
}
@media screen and (min-width: 768px) {
  .hero-banner__logo {
    margin-bottom: -20px !important;
    padding: 0 36px;
  }
}
@media screen and (min-width: 1500px) {
  .hero-banner__logo {
    margin-bottom: -40px !important;
  }
}
.hero-banner__slider-container {
  display: grid;
  width: 100%;
}
.hero-banner__container {
  display: grid;
  column-gap: 24px;
  row-gap: 20px;
  padding: 40px 0 75px;
  background: linear-gradient(176.18deg, #6ac6ff 15.2%, #0c7ec5 111.5%);
  border-radius: 24px 24px 0 0;
}
@media screen and (min-width: 768px) {
  .hero-banner__container {
    border-radius: 64px 64px 0 0;
  }
}
@media screen and (min-width: 1300px) {
  .hero-banner__container {
    padding: 81px 0 136px;
    grid-template-columns: 1fr 1fr;
  }
}
.hero-banner__details-promo {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 10px 10px 35px;
  border-radius: 24px;
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 42px;
}
@media screen and (min-width: 768px) {
  .hero-banner__details-promo {
    border-radius: 32px;
    margin-top: 24px;
    padding: 32px 32px 70px;
    margin-bottom: 90px;
  }
}
.hero-banner__details-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #090630;
}
@media screen and (min-width: 768px) {
  .hero-banner__details-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.hero-banner__details-bottom {
  display: grid;
  width: 100%;
  row-gap: 20px;
  column-gap: 30px;
}
@media screen and (min-width: 768px) {
  .hero-banner__details-bottom {
    grid-template-columns: 1fr 283px;
  }
}
.hero-banner__details-text {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #0083d5;
}
.hero-banner__details-link {
  column-gap: 16px;
}
.hero-banner__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-banner__title {
    font-size: 40px;
  }
}
.hero-banner__description {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #090630;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .hero-banner__description {
    margin-top: 13px;
    margin-bottom: 24px;
  }
}
.hero-banner__swiper {
  width: 100%;
}
.hero-banner__slide-image {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner__swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero-banner__swiper-slide {
    border-radius: 50px;
  }
}
.hero-banner__swiper-navigation-wrapper {
  display: flex;
  width: 100%;
  column-gap: 27px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 1300px) {
  .hero-banner__swiper-navigation-wrapper {
    margin-top: 44px;
    justify-content: flex-start;
  }
}
.hero-banner__swiper-button {
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .hero-banner__swiper-button {
    width: 56px;
    height: 56px;
  }
}
.hero-banner__swiper-button > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-banner__swiper-button > svg path {
  stroke: #ffffff;
}
.hero-banner__swiper-button:disabled {
  pointer-events: none;
  background: #81cfff;
}
.hero-banner__swiper-button:disabled path {
  stroke: #63bbf1;
}

.calculator {
  /* Dimensions */
  --range-track-height: 24px;
  --range-track-radius: 24px;
  --range-thumb-height: 32px;
  --range-thumb-width: 6px;
  --range-thumb-radius: 4px;
  /* Colors */
  --range-track-bg: #ececec;
  --range-fill-start: #0e0671;
  --range-fill-end: #4135dc;
  --range-thumb-color: #1b128d;
}
.calculator input[type=range] {
  width: 100%;
  appearance: none;
  background: var(--range-track-bg);
  border: none;
  border-radius: var(--range-track-radius);
}
.calculator input[type=range]::-webkit-slider-runnable-track {
  height: var(--range-track-height);
  border-radius: var(--range-track-radius);
  background: linear-gradient(to right, var(--range-fill-start) 0%, var(--range-fill-end) var(--fill-percent), var(--range-track-bg) var(--fill-percent), var(--range-track-bg) 100%);
}
.calculator input[type=range]::-moz-range-track {
  height: var(--range-track-height);
  border-radius: var(--range-track-radius);
  border: none;
  background: linear-gradient(to right, var(--range-fill-start) 0%, var(--range-fill-end) var(--fill-percent), var(--range-track-bg) var(--fill-percent), var(--range-track-bg) 100%);
}
.calculator input[type=range]::-moz-range-progress {
  height: var(--range-track-height);
  border-radius: var(--range-track-radius);
  background: linear-gradient(to right, var(--range-fill-start) 0%, var(--range-fill-end) var(--fill-percent), var(--range-track-bg) var(--fill-percent), var(--range-track-bg) 100%);
}
.calculator input[type=range]::-webkit-slider-thumb {
  appearance: none;
  height: var(--range-thumb-height);
  width: var(--range-thumb-width);
  margin-top: -4px;
  background: var(--range-thumb-color);
  box-shadow: 0px 0px 15px 0px rgba(0, 64, 8, 0.3882352941);
  border: none;
  border-radius: var(--range-thumb-radius);
  cursor: pointer;
}
.calculator input[type=range]::-moz-range-thumb {
  height: var(--range-thumb-height);
  width: var(--range-thumb-width);
  background: var(--range-thumb-color);
  border: none;
  border-radius: var(--range-thumb-radius);
  cursor: pointer;
}
.calculator input[type=text] {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #090630;
  background: transparent;
  border: none;
  outline: none;
  max-width: 400px;
  width: 100%;
  text-align: start;
  padding: 0;
}
.calculator input[type=text]::placeholder {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #090630;
}
.calculator {
  max-width: 490px;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 24px;
}
@media screen and (min-width: 1300px) {
  .calculator {
    padding: 32px 32px 64px;
    border-radius: 32px;
    max-width: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
  }
}
.calculator__limits-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
}
.calculator__limit {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #949494;
}
.calculator__text-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calculator__details {
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  background-color: #eefbff;
  row-gap: 32px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .calculator__details {
    padding: 0px;
  }
}
.calculator__info-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding: 12px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .calculator__info-wrapper {
    border-radius: 24px;
    padding: 24px;
  }
}
.calculator__info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator__label {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #239ce6;
}
@media screen and (min-width: 768px) {
  .calculator__label {
    font-size: 16px;
  }
}
.calculator__value {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: end;
  color: #239ce6;
}
@media screen and (min-width: 768px) {
  .calculator__value {
    font-size: 16px;
  }
}
.calculator .btn-primary {
  width: 100%;
  justify-content: center;
}
.calculator__btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .calculator__btn {
    margin-top: 32px;
  }
}
.calculator__input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .calculator__input-wrapper {
    margin-bottom: 32px;
  }
}
.calculator__note {
  display: flex;
  width: 100%;
  align-items: center;
  column-gap: 8px;
  justify-content: center;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #949494;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .calculator__note {
    margin-top: 32px;
  }
}

.promo-grid__container {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .promo-grid__container {
    row-gap: 64px;
  }
}
.promo-grid__grid {
  display: grid;
  width: 100%;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .promo-grid__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}

.featured-block__title-1 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .featured-block__title-1 {
    font-size: 40px;
    line-height: 72px;
  }
}
.featured-block__title-2 {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  .featured-block__title-2 {
    font-size: 75px;
    line-height: 120px;
  }
}
.featured-block__description {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .featured-block__description {
    width: 50%;
    font-size: 28px;
    line-height: 34px;
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.featured-block__list {
  display: grid;
  width: 100%;
  row-gap: 20px;
  column-gap: 24px;
}
@media screen and (min-width: 500px) {
  .featured-block__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 900px) {
  .featured-block__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.featured-block__btn {
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 32px auto 0;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .featured-block__btn {
    margin: 44px auto 0;
  }
}

.promo-hero {
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .promo-hero {
    padding: 170px 0;
  }
}
.promo-hero__container {
  max-width: 1728px !important;
  display: flex;
  overflow-x: clip;
  flex-direction: column;
  padding: 28px 0;
  border-radius: 24px;
  background: linear-gradient(183.11deg, #6ac6ff 13.95%, #0c7ec5 138.13%);
}
@media screen and (min-width: 1300px) {
  .promo-hero__container {
    padding: 90px 0;
    position: relative;
    display: grid;
    grid-template-columns: 70%;
  }
}
@media screen and (min-width: 1500px) {
  .promo-hero__container {
    grid-template-columns: 70%;
  }
}
@media screen and (max-width: 767px) {
  .promo-hero .title-56,
  .promo-hero .title-50 {
    font-size: 14px;
    line-height: 20px;
  }
}
.promo-hero .title-56,
.promo-hero .title-50,
.promo-hero .title-48 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .promo-hero__code {
    font-size: 64px;
  }
}
.promo-hero__img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto 32px;
}
@media screen and (min-width: 1300px) {
  .promo-hero__img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 60%;
    z-index: 1;
    overflow: visible;
  }
}
@media screen and (min-width: 1500px) {
  .promo-hero__img {
    width: 70%;
    right: -5%;
  }
}
.promo-hero__btn {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .promo-hero__btn {
    margin: 48px auto 48px 0;
    font-size: 20px;
  }
}
.promo-hero__img-mobile {
  display: flex;
  width: 100%;
  object-fit: cover;
}
.promo-hero__img-desktop {
  display: flex;
  width: 100%;
  object-fit: cover;
}
.promo-hero__note {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .promo-hero__note {
    margin: 0;
    font-size: 16px;
    text-align: start;
  }
}

.simple-faq__container {
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, #6ac6ff, #6ac6ff);
}
.simple-faq__grid {
  display: grid;
  margin-top: 32px;
  row-gap: 20px;
}
@media screen and (min-width: 768px) {
  .simple-faq__grid {
    margin-top: 64px;
    column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
  }
}

.reviews__title {
  font-weight: 400 !important;
  color: #172958;
}
.reviews__container {
  background-color: #a4dcff;
}
.reviews__subtitle {
  display: flex;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .reviews__subtitle {
    margin-bottom: 64px;
  }
}
.reviews__slide {
  display: flex;
  flex-direction: column;
  height: fit-content;
  padding: 20px 10px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .reviews__slide {
    padding: 24px;
  }
}
.reviews__author-wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.reviews__author-photo {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .reviews__author-photo {
    width: 48px;
    height: 48px;
  }
}
.reviews__author-info {
  display: flex;
  flex-direction: column;
  column-gap: 16px;
}
.reviews__author-name {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #142251;
}
.reviews__author-rating {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.reviews__stars {
  display: flex;
  column-gap: 8px;
  align-items: center;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #239ce6;
}
.reviews__date {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #757575;
}
.reviews__text {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 16px;
  color: #239ce6;
}
.reviews__swiper-navigation-wrapper {
  display: flex;
  width: 100%;
  column-gap: 27px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 1300px) {
  .reviews__swiper-navigation-wrapper {
    margin-top: 44px;
    justify-content: flex-start;
  }
}
.reviews__unwrap-button {
  display: inline;
  width: fit-content;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #172958;
  background: transparent;
  border: none;
  cursor: pointer;
}
.reviews__input-wrapper {
  margin-top: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}
.reviews__input {
  padding: 21px 12px 21px 16px;
  border-radius: 64px;
  color: #239ce6;
  background: #eefbff;
  border: none;
}
@media screen and (min-width: 768px) {
  .reviews__input {
    margin-top: 44px;
  }
}
.reviews__input:focus, .reviews__input:active {
  border: none;
  outline: none;
}
.reviews__input::placeholder {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #239ce6;
}
.reviews__input-button {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .reviews__input-button {
    display: flex;
    position: absolute;
    top: 0;
    right: 5px;
    height: 58px;
    margin-top: 48px;
  }
}
.reviews__swiper-button {
  position: relative;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .reviews__swiper-button {
    width: 56px;
    height: 56px;
  }
}
.reviews__swiper-button > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reviews__swiper-button > svg path {
  stroke: #ffffff;
}
.reviews__swiper-button:disabled {
  pointer-events: none;
  background: #81cfff;
}
.reviews__swiper-button:disabled path {
  stroke: #63bbf1;
}

.main-about-us {
  padding: 45px 0;
}
.main-about-us__container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .main-about-us__container {
    row-gap: 90px;
  }
}
.main-about-us__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media screen and (min-width: 1200px) {
  .main-about-us__wrapper {
    width: 100%;
    column-gap: 67px;
    grid-template-columns: 1fr 1fr;
  }
}
.main-about-us__image-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
}
.main-about-us__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .main-about-us__content {
    row-gap: 30px;
  }
}
.main-about-us__content p {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  .main-about-us__content p {
    font-size: 28px;
    line-height: 34px;
  }
}
.main-about-us__img {
  display: flex;
  width: 100%;
  object-fit: contain;
}

.featured-promo {
  margin-top: 50px;
}
.featured-promo__container {
  background-color: #a4dcff;
}
.featured-promo__list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 16px;
}
@media screen and (min-width: 500px) {
  .featured-promo__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .featured-promo__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.featured-promo__list .light-frame {
  flex-grow: 1;
}
.featured-promo__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: stretch;
  flex-grow: 1;
}
.featured-promo__btn {
  margin: 32px auto;
  max-width: 320px;
  width: 100%;
}
.featured-promo__note {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .featured-promo__note {
    margin-top: 45px;
    margin-bottom: 32px;
    font-size: 12px;
  }
}

.main-loyalty {
  padding: 45px 0;
}
.main-loyalty__subtitle {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .main-loyalty__subtitle {
    margin-top: 90px;
  }
}

.featured-hero {
  margin: 56px 0;
}
@media screen and (min-width: 768px) {
  .featured-hero {
    margin: 152px 0;
  }
}
.featured-hero__container {
  max-width: 1728px !important;
  position: relative;
  padding: 28px 10px 0;
  border-radius: 24px;
  background: linear-gradient(183.11deg, #6ac6ff 13.95%, #0c7ec5 138.13%);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  column-gap: 64px;
}
@media screen and (min-width: 768px) {
  .featured-hero__container {
    border-radius: 64px;
    padding-bottom: 64px;
    grid-template-columns: 1fr 0.25fr;
    overflow-x: clip;
  }
}
@media screen and (min-width: 1300px) {
  .featured-hero__container {
    grid-template-columns: 1fr 0.3fr;
  }
}
.featured-hero__description {
  margin-top: 8px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .featured-hero__description {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  .featured-hero__title {
    margin-top: 8px;
  }
}
.featured-hero__list {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  row-gap: 16px;
  column-gap: 24px;
}
@media screen and (min-width: 768px) {
  .featured-hero__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.featured-hero__icon {
  position: relative;
  z-index: 1;
  margin: 0 auto -20px;
}
.featured-hero__item {
  display: flex;
  flex-direction: column;
}
.featured-hero__item-text {
  position: relative;
  display: flex;
  align-items: center;
  text-wrap: balance;
  flex-grow: 1;
  z-index: 2;
  padding: 20px 10px;
  background-color: #eefbff;
  border-radius: 24px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #142251;
}
.featured-hero__image-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.featured-hero__content {
  position: relative;
  z-index: 3;
}
.featured-hero__img {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .featured-hero__img {
    position: absolute;
    bottom: 0;
    height: 110%;
    object-fit: contain;
    z-index: 0;
  }
}
.featured-hero--reverse .featured-hero__container {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .featured-hero--reverse .featured-hero__container {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .featured-hero--reverse .featured-hero__container {
    grid-template-columns: 0.5fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .featured-hero--reverse .featured-hero__img {
    width: fit-content;
    left: -20%;
  }
}
@media screen and (min-width: 1100px) {
  .featured-hero--reverse .featured-hero__img {
    left: unset;
  }
}
.featured-hero__label {
  display: block;
}
.featured-hero .featured-hero__promocode {
  display: block;
  margin-top: 8px;
  font-size: 64px;
}
@media screen and (min-width: 768px) {
  .featured-hero .featured-hero__promocode {
    font-size: 120px;
  }
}
.featured-hero__note {
  display: block;
  margin-top: 20px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .featured-hero__note {
    margin-top: 55px;
    margin-bottom: 64px;
  }
}

.promo-list__container {
  background-color: #a4dcff;
}
.promo-list__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  .promo-list__title {
    font-size: 75px;
    line-height: 120px;
  }
}
.promo-list__description {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-top: 8px;
  margin-bottom: 32px;
}
.promo-list__description a {
  color: #142251;
  text-decoration: none;
}
.promo-list__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .promo-list__list {
    margin-bottom: 64px;
  }
}
.promo-list__item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  background-color: #eefbff;
  padding: 20px 10px;
  border-radius: 32px;
}
@media screen and (min-width: 768px) {
  .promo-list__item {
    padding: 20px 40px;
  }
}
.promo-list__item-text {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #142251;
}
.promo-list__links {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .promo-list__links {
    flex-direction: row;
    width: fit-content;
    margin: 0 auto 50px;
    column-gap: 32px;
  }
}
.promo-list .promo-list__link {
  border: 1px solid #4135dc;
}
.promo-list .promo-list__link--hollow {
  column-gap: 13px;
  background: transparent;
  align-items: center;
  color: #4135dc;
}

.main-faq__container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding: 32px 0 56px;
}
@media screen and (min-width: 768px) {
  .main-faq__container {
    padding: 45px 0 90px;
    row-gap: 90px;
  }
}
.main-faq__description {
  text-wrap: balance;
}
@media screen and (min-width: 768px) {
  .main-faq__description {
    padding: 0 100px;
  }
}

.faq-list__container {
  background-color: #a4dcff;
}
.faq-list__list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .faq-list__list {
    row-gap: 24px;
  }
}
.faq-list__link {
  display: flex;
  width: 100%;
  margin: 32px auto 50px;
}
@media screen and (min-width: 768px) {
  .faq-list__link {
    margin: 64px auto 90px;
    width: 315px;
  }
}

.main-receive {
  padding: 32px 0 56px;
}
.main-receive__container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (min-width: 1200px) {
  .main-receive__container {
    row-gap: 90px;
  }
}
.main-receive__description {
  text-wrap: balance;
}

.explain-block {
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .explain-block {
    padding: 90px 0;
  }
}
.explain-block__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .explain-block__title {
    font-size: 75px;
    line-height: 120%;
  }
}
.explain-block__container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
@media screen and (min-width: 768px) {
  .explain-block__container {
    row-gap: 64px;
  }
}
.explain-block__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .explain-block__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .explain-block__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1500px) {
  .explain-block__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.explain-block__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.explain-block__item-img {
  position: relative;
  z-index: 1;
  margin: 0 auto -20px;
  display: flex;
  width: 150px;
}
@media screen and (min-width: 768px) {
  .explain-block__item-img {
    width: 262px;
    margin-bottom: -40px;
  }
}
.explain-block__content-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  row-gap: 8px;
  padding: 20px 10px;
  background-color: #eefbff;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .explain-block__content-wrapper {
    padding: 40px;
    border-radius: 32px;
  }
}
.explain-block__step-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .explain-block__step-title {
    font-size: 56px;
    line-height: 64px;
  }
}

.promo-info__container {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  background-color: #a4dcff;
}
@media screen and (min-width: 768px) {
  .promo-info__container {
    row-gap: 64px;
  }
}
.promo-info__wrapper {
  display: grid;
  row-gap: 32px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .promo-info__wrapper {
    grid-template-columns: 1fr 315px;
    column-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .promo-info__wrapper {
    column-gap: 200px;
  }
}
.promo-info__btn {
  height: fit-content;
}
.promo-info__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .promo-info__title {
    font-size: 75px;
    line-height: 120px;
  }
}
.promo-info__text {
  width: 100%;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}
@media screen and (min-width: 768px) {
  .promo-info__text {
    font-size: 28px;
    line-height: 34px;
  }
}

.featured-methods {
  margin: 56px 0;
}
@media screen and (min-width: 768px) {
  .featured-methods {
    margin: 90px 0;
  }
}
.featured-methods .featured-methods__container {
  max-width: 1728px;
  border-radius: 24px;
  padding: 28px 10px;
  background: linear-gradient(183.11deg, #6ac6ff 13.95%, #0c7ec5 138.13%);
}
@media screen and (min-width: 768px) {
  .featured-methods .featured-methods__container {
    border-radius: 64px;
    padding: 120px 64px;
  }
}
.featured-methods__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 20px;
  row-gap: 16px;
  column-gap: 24px;
}
@media screen and (min-width: 768px) {
  .featured-methods__list {
    margin-top: 64px;
    grid-template-columns: 1fr 1fr;
  }
}
.featured-methods__item-title {
  display: flex;
  font-size: 20px;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .featured-methods__item-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.featured-methods--hollow .featured-methods__container {
  max-width: 1920px;
  background: transparent;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1500px) {
  .featured-methods--hollow .featured-methods__container {
    padding-left: 96px;
    padding-right: 96px;
  }
}

.articles__container {
  background-color: #a4dcff;
}
.articles__filters {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto 32px;
  background-color: #eefbff;
  border-radius: 24px;
  padding: 4px;
}
@media screen and (min-width: 1000px) {
  .articles__filters {
    width: fit-content;
    margin: 0 auto 64px;
    flex-direction: row;
  }
}
.articles__filter-btn {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #142251;
  padding: 17px 32px;
  border-radius: 64px;
  background-color: transparent;
  border: none;
}
.articles__filter-btn:focus {
  outline: none;
}
.articles__filter-btn.active {
  background: linear-gradient(183.11deg, #6ac6ff 13.95%, #0c7ec5 138.13%);
  color: #fff;
}
.articles__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media screen and (min-width: 600px) {
  .articles__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .articles__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.articles__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 10px;
  border-radius: 32px;
  background-color: #eefbff;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .articles__item {
    padding: 24px;
    row-gap: 24px;
  }
}
.articles__item-image {
  display: flex;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  aspect-ratio: 280/186;
}
.articles__img-link {
  display: flex;
  width: fit-content;
  height: fit-content;
}
.articles__content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  flex-grow: 1;
}
.articles__content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articles__item-tag {
  display: flex;
  width: fit-content;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fff;
  padding: 4px 12px;
  border-radius: 100px;
  background-color: gray;
}
@media screen and (min-width: 768px) {
  .articles__item-tag {
    font-size: 18px;
  }
}
.articles__item-date {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #239ce6;
}
@media screen and (min-width: 768px) {
  .articles__item-date {
    font-size: 18px;
    line-height: 24px;
  }
}
.articles__item-title {
  font-family: "Unbounded", sans-serif;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #142251;
}
@media screen and (min-width: 768px) {
  .articles__item-title {
    font-size: 24px;
    line-height: 34px;
  }
}
.articles__item-description {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #239ce6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .articles__item-description {
    font-size: 18px;
    line-height: 24px;
  }
}
.articles__content-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.articles__item-link {
  column-gap: 12px;
  align-items: center;
  margin: auto 0 0 auto;
}
.articles__pagination {
  display: flex;
  column-gap: 29px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}
.articles .pagination-number {
  background-color: transparent;
  border: none;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  cursor: pointer;
}
.articles .pagination-number.active {
  color: #142251;
}
.articles .pagination-ellipsis {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.articles__pagination-numbers {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.articles__pagination-btn {
  position: relative;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.articles__pagination-btn:disabled {
  background: #eefbff;
}
.articles__pagination-btn:disabled path {
  stroke: #949494;
}
.articles__pagination-icon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.articles__pagination-icon path {
  stroke: #fff;
}
.articles__grid-wrapper {
  display: none;
}
.articles__grid-wrapper.active {
  display: block;
}

.main-blog__container {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  .main-blog__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
}
.main-blog__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 32px 0 16px;
  color: #142251;
}
@media screen and (min-width: 768px) {
  .main-blog__title {
    font-size: 48px;
    line-height: 64px;
  }
}
.main-blog__presentation-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 24px;
}
.main-blog__additional-info {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .main-blog__additional-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.main-blog__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 4px 12px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .main-blog__tag {
    width: fit-content;
    font-size: 18px;
  }
}
.main-blog__date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .main-blog__date-wrapper {
    margin: unset;
  }
}
.main-blog__date {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #239ce6;
}
@media screen and (min-width: 768px) {
  .main-blog__date {
    font-size: 18px;
    line-height: 24px;
  }
}
.main-blog__estimate-wrap {
  display: flex;
  width: fit-content;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #239ce6;
}
@media screen and (min-width: 768px) {
  .main-blog__estimate-wrap {
    font-size: 18px;
    line-height: 24px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
}
.main-blog__estimate-time {
  display: inline-block;
  font-weight: 700;
  color: #142251;
  margin-left: 5px;
}
.main-blog__image-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.main-blog__image {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .main-blog__image {
    border-radius: 50px;
  }
}
.main-blog__text-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 16px;
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .main-blog__text-content {
    row-gap: 24px;
  }
}
.main-blog__text-content p,
.main-blog__text-content a {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #239ce6;
}
@media screen and (min-width: 768px) {
  .main-blog__text-content p,
  .main-blog__text-content a {
    font-size: 18px;
    line-height: 24px;
  }
}
.main-blog__text-content a {
  color: #142251;
}
.main-blog__promo-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 10px;
  background: linear-gradient(183.11deg, #6ac6ff 13.95%, #0c7ec5 138.13%);
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .main-blog__promo-wrapper {
    border-radius: 64px;
    padding: 64px;
  }
}
.main-blog__promo-title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #142251;
}
@media screen and (min-width: 768px) {
  .main-blog__promo-title {
    font-size: 48px;
    line-height: 64px;
  }
}
.main-blog__promo-title--bold {
  font-weight: 900;
}
.main-blog__promo-subtitle {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #f6f6f6;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .main-blog__promo-subtitle {
    font-size: 28px;
  }
}
.main-blog__promo-btn {
  width: 100%;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .main-blog__promo-btn {
    width: 315px;
    margin-top: 48px;
    margin-right: auto;
  }
}

.promo-posts {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .promo-posts {
    margin-top: 90px;
  }
}
.promo-posts__swiper-navigation-wrapper {
  display: flex;
  column-gap: 24px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1300px) {
  .promo-posts__swiper-navigation-wrapper {
    justify-content: flex-start;
  }
}
.promo-posts .promo-posts__swiper-button {
  position: relative;
  width: 56px;
  height: 56px;
  padding: unset;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .promo-posts .promo-posts__swiper-button {
    width: 56px;
    height: 56px;
  }
}
.promo-posts .promo-posts__swiper-button > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promo-posts .promo-posts__swiper-button > svg path {
  stroke: #ffffff;
}
.promo-posts .promo-posts__swiper-button:disabled {
  pointer-events: none;
  background: #eefbff;
}
.promo-posts .promo-posts__swiper-button:disabled path {
  stroke: #949494;
}
.promo-posts__swiper {
  width: 100%;
}
.promo-posts__slider-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.promo-posts__container {
  background-color: #a4dcff;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .promo-posts__container {
    row-gap: 64px;
  }
}
.promo-posts__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #142251;
}
@media screen and (min-width: 768px) {
  .promo-posts__title {
    font-size: 48px;
    line-height: 64px;
  }
}
.promo-posts__header {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .promo-posts__header {
    flex-direction: row;
    justify-content: space-between;
  }
}

.framed-grid__description {
  margin: 24px 0;
}
@media screen and (min-width: 768px) {
  .framed-grid__description {
    margin: 90px 0;
  }
}
.framed-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media screen and (min-width: 1000px) {
  .framed-grid__grid {
    gap: 30px 24px;
    grid-template-columns: 1fr 1fr;
  }
}
.framed-grid__link {
  column-gap: 16px;
}

.contact-form {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .contact-form {
    margin-top: 90px;
  }
}
.contact-form__container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  background-color: #a4dcff;
}
@media screen and (min-width: 768px) {
  .contact-form__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
}
.contact-form__input {
  padding: 21px 12px 21px 16px;
  border-radius: 64px;
  color: #239ce6;
  background: #eefbff;
  border: none;
}
.contact-form__input:focus, .contact-form__input:active {
  border: none;
  outline: none;
}
.contact-form__input::placeholder {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #239ce6;
}
.contact-form__submit {
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .contact-form__submit {
    margin: 64px auto 0;
    width: 315px;
  }
}
.contact-form__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .contact-form__title {
    font-size: 75px;
    line-height: 120px;
    margin-bottom: 16px;
  }
}
.contact-form__inputs {
  margin-top: 32px;
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .contact-form__inputs {
    margin-top: 64px;
  }
}
.contact-form__img-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: -50px;
  z-index: 0;
}
.contact-form__form {
  position: relative;
  z-index: 2;
}
.contact-form__img {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-form__img {
    object-fit: cover;
    overflow: visible;
    max-width: 500px;
    margin: 0 auto;
  }
}

.featured-grid {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .featured-grid {
    margin-top: 90px;
  }
}
.featured-grid__container {
  background-color: #a4dcff;
}
.featured-grid__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .featured-grid__title {
    font-size: 75px;
    line-height: 120px;
    margin-bottom: 64px;
  }
}
.featured-grid__list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .featured-grid__list {
    grid-template-columns: 1fr 1fr;
  }
}
.featured-grid__item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 100px;
  background-color: #eefbff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .featured-grid__item {
    padding: 16px 24px;
  }
}
.featured-grid__item-text {
  display: flex;
  align-items: center;
  column-gap: 4px;
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #142251;
}
.featured-grid__main-link {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .featured-grid__main-link {
    margin: 64px auto 0;
    width: 300px;
  }
}
