html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: "Adventure Subtitles";
  src: url("../fonts/ljk_Adventure-Subtitles.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro";
  src: url("../fonts/SanFranciscoProDisplay/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Text";
  src: url("../fonts/SanFranciscoProText/SFProText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

a[href],
button:not(:disabled),
.btn:not(:disabled),
[role=button]:not(:disabled) {
  cursor: pointer;
  pointer-events: auto;
}

body {
  font-family: "Adventure Subtitles", sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

.heading-primary {
  font-size: 75px;
  font-weight: 400;
  letter-spacing: -2px;
}
@media (max-width: 600px) {
  .heading-primary {
    font-size: 38px;
  }
}

.heading-secondary {
  font-size: 44px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .heading-secondary {
    font-size: 28px;
  }
}

.heading-tertiary {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (max-width: 600px) {
  .heading-tertiary {
    font-size: 20px;
  }
}

.heading-quaternary {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: 2px;
}
@media (max-width: 600px) {
  .heading-quaternary {
    font-size: 28px;
  }
}

.u-color-white {
  color: #fff;
}

.u-color-green-1 {
  color: #E3FC58;
}

.u-color-black {
  color: #000;
}

.u-uppercase {
  text-transform: uppercase;
}

.bage {
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 100px;
  color: #151515;
  display: inline-block;
  width: fit-content;
}

.bage-1 {
  font-size: 14px;
  background-color: #fff;
}

.bage-2 {
  font-size: 15px;
  background-color: #E3FC58;
}
@media (max-width: 600px) {
  .bage-2 {
    font-size: 14px;
  }
}

.btn {
  border: none;
}
.btn, .btn:link, .btn:visited {
  font-family: "Adventure Subtitles", sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #151515;
  padding-block: 18px;
  border-radius: 14px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 600px) {
  .btn, .btn:link, .btn:visited {
    font-size: 16px;
  }
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
.btn--big-green {
  background-color: #E3FC58;
  width: 100%;
}
.btn--big-white {
  background-color: #fff;
  width: 100%;
}
.btn--small-green {
  background-color: #E3FC58;
  padding-inline: 41px;
}
@media (max-width: 600px) {
  .btn--small-green {
    padding-inline: 0;
    width: 100%;
  }
}

.company-partners {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .company-partners {
    padding-bottom: 44px;
  }
}
.company-partners::-webkit-scrollbar {
  display: none;
}
.company-partners {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.company-partners__container {
  display: flex;
  gap: 44px;
  padding-inline: 0;
  min-width: min-content;
  justify-content: center;
}
@media (max-width: 600px) {
  .company-partners__container {
    gap: 8px;
  }
}
.company-partners__logo {
  flex-shrink: 0;
  width: 122px;
  height: 55px;
  object-fit: contain;
  padding: 8px 24px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(20px);
}
@media (max-width: 600px) {
  .company-partners__logo {
    width: 88px;
    height: 40px;
    padding: 8px 12px;
  }
}

.cta {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  background-color: #9558F3;
}
@media (max-width: 600px) {
  .cta {
    padding-top: 44px;
    padding-bottom: 324px;
  }
}
.cta__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
@media (max-width: 600px) {
  .cta__bg {
    width: 75%;
  }
}
@media (max-width: 375px) {
  .cta__bg {
    width: 100%;
  }
}
.cta-title {
  display: inline-block;
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .cta-title {
    text-align: center;
  }
}
.cta__description {
  font-family: "SF Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #fff;
  max-width: 612px;
  margin-bottom: 44px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .cta__description {
    text-align: center;
    font-size: 16px;
  }
}
.cta__logo-img {
  width: 182px;
  height: 62px;
}
.cta__content {
  max-width: 773px;
}

.faq {
  padding-block: 120px;
  background-color: #F8F8F8;
}
@media (max-width: 600px) {
  .faq {
    padding-block: 44px;
  }
}
.faq__content {
  display: flex;
  justify-content: space-between;
  gap: 169px;
}
.faq__img {
  width: 25%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 600px) {
  .faq__img {
    display: none;
  }
}
.faq__list {
  width: 55%;
}
@media (max-width: 600px) {
  .faq__list {
    width: 100%;
  }
}
.faq__list-item {
  padding: 32px;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0px 0px 1px 0px #E3E3E3;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 600px) {
  .faq__list-item {
    padding: 20px;
    border-radius: 20px;
  }
}
.faq__list-item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .faq__list-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.faq__list-item.active .faq-answer {
  height: auto;
  opacity: 1;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .faq__list-item.active .faq-answer {
    margin-top: 16px;
  }
}
.faq__list-item.active .faq-arrow {
  background-image: url("../../img/faq-opened.png");
  transform: rotate(360deg);
}
.faq-question {
  font-weight: 400;
  font-size: 24px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .faq-question {
    font-size: 18px;
  }
}
.faq-arrow {
  width: 44px;
  height: 44px;
  transition: transform 0.3s;
  background-image: url("../../img/faq-closed.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 600px) {
  .faq-arrow {
    width: 32px;
    height: 32px;
  }
}
.faq-answer {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: rgba(21, 21, 21, 0.5);
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 600px) {
  .faq-answer {
    font-size: 16px;
  }
}

.footer {
  padding-block: 80px 20px;
  background-color: #151515;
}
@media (max-width: 600px) {
  .footer {
    padding-block: 40px 10px;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 40px;
}
@media (max-width: 600px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.footer__left {
  display: flex;
  flex-direction: row;
  gap: 44px;
  max-width: 653px;
}
@media (max-width: 600px) {
  .footer__left {
    gap: 24px;
  }
}
.footer__terms {
  order: 2;
}
@media (max-width: 600px) {
  .footer__terms {
    order: 3;
  }
}
.footer__terms-text {
  font-family: "SF Pro", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
}
.footer__terms-text--with-circle {
  padding-left: 16px;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 54px 64px;
}
@media (max-width: 600px) {
  .footer__nav {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .footer__logo {
    width: 86px;
    height: 42px;
  }
}
.footer__logo-img {
  width: 106px;
  height: 52px;
}
@media (max-width: 600px) {
  .footer__logo-img {
    width: 86px;
    height: 42px;
  }
}
.footer__link:link, .footer__link:visited {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.footer__link:hover, .footer__link:active {
  color: rgba(255, 255, 255, 0.7);
}
.footer__description {
  font-family: "SF Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.footer .circle-dot {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.footer__copyright {
  text-align: center;
  padding: 8px 0 4px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}
@media (max-width: 600px) {
  .footer__copyright {
    padding: 6px 0 3px 0;
    margin-top: 16px;
  }
}
.footer__copyright-text {
  font-family: "SF Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}

.hero-home {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .hero-home {
    padding-top: 44px;
    padding-bottom: 242px;
  }
}
.hero-home__content {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 600px) {
  .hero-home__content {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
.hero-home__description {
  font-family: "SF Pro", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 44px;
}
.hero-home__buttons {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
}
@media (max-width: 600px) {
  .hero-home__buttons {
    flex-direction: column;
    gap: 8px;
  }
}

.home-info {
  padding-block: 120px;
  background-color: #151515;
}
@media (max-width: 600px) {
  .home-info {
    padding-block: 44px;
  }
}
.home-info__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px 20px;
}
@media (max-width: 600px) {
  .home-info__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .home-info__grid > *:nth-child(3) {
    order: 4;
  }
  .home-info__grid > *:nth-child(4) {
    order: 3;
  }
}
.home-info__item {
  align-self: start;
}
@media (max-width: 600px) {
  .home-info__item {
    align-self: center;
    text-align: center;
  }
}
.home-info__item:last-child {
  justify-self: end;
}
@media (max-width: 600px) {
  .home-info__item:last-child {
    justify-self: center;
  }
}
.home-info__item-title {
  margin-bottom: 32px;
}
.home-info__item-img {
  width: 409px;
  height: 375px;
  object-fit: cover;
}
@media (max-width: 600px) {
  .home-info__item-img {
    width: 343px;
    height: 314px;
  }
}
.home-info__item-description {
  font-family: "SF Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 44px;
}
.home-info__item-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
.home-info__item-list-item {
  position: relative;
  font-family: "SF Pro", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #fff;
  padding-left: 32px;
  text-align: left;
}
.home-info__item-list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/greenCheckmark.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.green-title {
  color: #E3FC58;
  display: inline-block;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 14px;
  position: relative;
  z-index: 10;
}
@media (max-width: 600px) {
  .nav__logo {
    width: 86px;
    height: 42px;
  }
}
.nav__logo-img {
  width: 106px;
  height: 52px;
}
@media (max-width: 600px) {
  .nav__logo-img {
    width: 86px;
    height: 42px;
  }
}
.nav__app-store {
  display: flex;
  align-items: center;
}
.nav__app-store-img {
  width: 120px;
  height: 41px;
}
.nav__menu {
  display: flex;
  align-items: center;
  gap: 54px;
  list-style: none;
}
.nav__mobile {
  display: none;
}
@media (max-width: 600px) {
  .nav__mobile {
    display: block;
  }
}
.nav__checkbox {
  position: relative;
  z-index: 2000;
  display: none;
}
.nav__menu-mobile {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  opacity: 0;
  width: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.nav__menu-link:link, .nav__menu-link:visited {
  text-decoration: none;
  color: #151515;
  font-size: 14px;
  font-weight: 400;
}
.nav__menu-link:hover, .nav__menu-link:active {
  color: rgba(21, 21, 21, 0.5);
}
.nav__menu-mobile-link:link, .nav__menu-mobile-link:visited {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}
.nav__background {
  display: none;
  width: 24px;
  height: 24px;
  position: fixed;
  border-radius: 50%;
  top: 31px;
  right: 31px;
  background-image: radial-gradient(#A66CFF, #8B4CEB);
  z-index: 1000;
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s;
}
@media (max-width: 600px) {
  .nav__background {
    display: block;
  }
}
.nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 42px;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 2000;
  display: none;
}
@media (max-width: 600px) {
  .nav__button {
    display: block;
  }
}
.nav__icon {
  position: relative;
  width: 16px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  border-radius: 100px;
  z-index: 2000;
  margin: auto;
}
.nav__icon::before, .nav__icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #000;
  border-radius: 100px;
  transition: all 0.2s;
}
.nav__icon::before {
  top: -6px;
  right: 0;
}
.nav__icon::after {
  top: 6px;
  left: 0;
}
.nav__checkbox:checked ~ .nav__background {
  transform: scale(80);
  opacity: 1;
}
.nav__checkbox:checked ~ .nav__menu-mobile {
  opacity: 1;
  width: 100%;
}
.nav__checkbox:checked + .nav__button .nav__icon {
  background-color: transparent;
}
.nav__checkbox:checked + .nav__button .nav__icon::before {
  top: 0;
  width: 16px;
  transform: rotate(135deg);
  background-color: #fff;
}
.nav__checkbox:checked + .nav__button .nav__icon::after {
  top: 0;
  width: 16px;
  transform: rotate(-135deg);
  background-color: #fff;
}
@media (max-width: 600px) {
  .nav__menu, .nav__app-store {
    display: none;
  }
}

.why-choose-us {
  padding-block: 120px;
  background-color: #F8F8F8;
}
@media (max-width: 600px) {
  .why-choose-us {
    padding-block: 44px;
  }
}
.why-choose-us__header {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .why-choose-us__header {
    margin-bottom: 32px;
  }
}
.why-choose-us____title {
  padding-top: 16px;
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .why-choose-us____title {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
.why-choose-us__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 600px) {
  .why-choose-us__cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.why-choose-us__card {
  height: 512px;
  padding: 44px;
  position: relative;
  background-color: #fff;
  border-radius: 26px;
  border: 1px solid #E3E3E3;
  text-align: start;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .why-choose-us__card {
    height: 450px;
  }
}
.why-choose-us__card:hover {
  border-color: transparent;
  box-shadow: 0 0 0 3px #9558F3;
}
.why-choose-us__card-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 330px;
  height: 330px;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 600px) {
  .why-choose-us__card-img {
    width: 250px;
    height: 250px;
  }
}
.why-choose-us__card-title {
  margin-bottom: 24px;
}
.why-choose-us__card-description {
  font-family: "SF Pro Text", sans-serif;
  font-size: 19px;
  line-height: 160%;
  color: #151515;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .why-choose-us__card-description {
    font-size: 16px;
  }
}

.partners-header {
  background: linear-gradient(180deg, #A66CFF 0%, #8B4CEB 100%);
}

.about-hero {
  padding-block: 120px;
}
@media (max-width: 600px) {
  .about-hero {
    padding-block: 44px;
  }
}
.about-hero__content {
  width: 50%;
}
@media (max-width: 600px) {
  .about-hero__content {
    width: 100%;
  }
}
.about-hero__content-title {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .about-hero__content-title {
    padding-bottom: 16px;
    text-align: center;
  }
}
.about-hero__content-description {
  padding-bottom: 44px;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 600px) {
  .about-hero__content-description {
    padding-bottom: 32px;
    font-size: 16px;
    text-align: center;
  }
}
.about-hero__content-buttons {
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .about-hero__content-buttons {
    padding-bottom: 32px;
  }
}
.about-hero__info {
  display: flex;
  gap: 50px;
}
@media (max-width: 600px) {
  .about-hero__info {
    flex-direction: column;
    gap: 24px;
  }
}
.about-hero__info-item {
  width: 30%;
}
@media (max-width: 600px) {
  .about-hero__info-item {
    width: 100%;
  }
}
.about-hero__info-item-title {
  font-weight: 400;
  font-size: 44px;
  letter-spacing: 2px;
  color: #E3FC58;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .about-hero__info-item-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.about-hero__info-item-description {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #fff;
}
@media (max-width: 600px) {
  .about-hero__info-item-description {
    font-size: 14px;
  }
}

.our-mission {
  background-color: #fff;
  padding-block: 120px;
}
@media (max-width: 600px) {
  .our-mission {
    padding-block: 44px;
  }
}
.our-mission__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .our-mission__content {
    flex-direction: column;
  }
}
.our-mission__content-img {
  width: 26%;
}
@media (max-width: 600px) {
  .our-mission__content-img {
    width: 65%;
  }
}
.our-mission__content-info {
  width: 50%;
}
@media (max-width: 600px) {
  .our-mission__content-info {
    width: 100%;
  }
}
.our-mission__content-info-title {
  margin-top: 16px;
  margin-bottom: 44px;
}
@media (max-width: 600px) {
  .our-mission__content-info-title {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
.our-mission__content-info-description {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 160%;
  color: #151515;
}
@media (max-width: 600px) {
  .our-mission__content-info-description {
    font-size: 16px;
  }
}

.our-history {
  background-color: #fff;
  padding-block: 120px;
}
@media (max-width: 600px) {
  .our-history {
    padding-block: 44px;
  }
}
.our-history__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .our-history__content {
    flex-direction: column;
  }
}
.our-history__content-img {
  width: 26%;
}
@media (max-width: 600px) {
  .our-history__content-img {
    width: 65%;
  }
}
.our-history__content-info {
  width: 50%;
}
@media (max-width: 600px) {
  .our-history__content-info {
    width: 100%;
    order: -1;
  }
}
.our-history__content-info-title {
  margin-top: 16px;
  margin-bottom: 44px;
}
@media (max-width: 600px) {
  .our-history__content-info-title {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
.our-history__content-info-description {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 160%;
  color: #151515;
}
@media (max-width: 600px) {
  .our-history__content-info-description {
    font-size: 16px;
  }
}

.contact-us {
  background-color: #9558F3;
  padding-block: 120px;
}
@media (max-width: 600px) {
  .contact-us {
    padding-block: 44px;
  }
}
.contact-us__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 600px) {
  .contact-us__content {
    flex-direction: column;
  }
}
.contact-us__content-left {
  width: 40%;
}
@media (max-width: 600px) {
  .contact-us__content-left {
    width: 100%;
  }
}
.contact-us__content-left-title {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .contact-us__content-left-title {
    margin-bottom: 16px;
  }
}
.contact-us__content-left-description {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 64px;
}
@media (max-width: 600px) {
  .contact-us__content-left-description {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.contact-us__content-left-img {
  width: 70%;
}
@media (max-width: 600px) {
  .contact-us__content-left-img {
    display: none;
  }
}
.contact-us__content-form {
  width: 52%;
  padding: 44px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 600px) {
  .contact-us__content-form {
    width: 100%;
    padding: 24px;
    border-radius: 20px;
  }
}
.contact-us__content-form-title {
  margin-bottom: 44px;
}
@media (max-width: 600px) {
  .contact-us__content-form-title {
    margin-bottom: 32px;
  }
}

.form-group-inputs {
  margin-bottom: 44px;
}
@media (max-width: 600px) {
  .form-group-inputs {
    margin-bottom: 16px;
  }
}
.form__group-flex {
  margin-top: 24px;
  margin-bottom: 44px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 600px) {
  .form__group-flex {
    width: 100%;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
.form__group-flex .form__group {
  flex: 1;
}
@media (max-width: 600px) {
  .form__group-flex .form__group {
    width: 100%;
  }
}
.form__input {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 16px;
  color: #151515;
  border-radius: 10px;
  background-color: #fff;
  padding: 16px;
  border: none;
  display: block;
  width: 100%;
}
.form__input:focus {
  outline: none;
  box-shadow: 0 0 1px #E3FC58;
}
.form__input:focus:invalid {
  border: 1px solid red;
}
.form__input::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
.form__input--textarea {
  min-height: 157px;
  resize: vertical;
}
@media (max-width: 600px) {
  .form__input--textarea {
    margin-bottom: 32px;
  }
}
.form__label {
  display: block;
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 12px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal__content {
  background: #fff;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
  min-width: 400px;
}
.modal__loader {
  width: 48px;
  height: 48px;
  border: 4px solid #E3FC58;
  border-top: 4px solid transparent;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: none;
  animation: spin 1s linear infinite;
}
.modal__text {
  font-family: "SF Pro", sans-serif;
  font-size: 18px;
  color: #151515;
  margin-bottom: 24px;
  display: none;
}
.modal__button {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  background-color: #8B4CEB;
}

.header {
  background: linear-gradient(180deg, #A66CFF 0%, #8B4CEB 100%);
  position: relative;
  padding-top: 24px;
}
.header__hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
@media (max-width: 600px) {
  .header__hero-image {
    width: 45%;
  }
}
@media (max-width: 375px) {
  .header__hero-image {
    width: 100%;
  }
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.loan-selection-form {
  background-color: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .loan-selection-form {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}

.loan__content {
  background-color: #fff;
  border-radius: 26px;
  padding: 44px;
  border: 1px solid #E3E3E3;
}
@media (max-width: 600px) {
  .loan__content {
    border-radius: 20px;
    padding: 24px;
  }
}

.loan__header {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .loan__header {
    margin-bottom: 32px;
  }
}

.loan__title {
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .loan__title {
    text-align: left;
  }
}

.loan__description {
  text-align: center;
  font-family: "SF Pro Text", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 160%;
  color: rgba(21, 21, 21, 0.5);
}
@media (max-width: 600px) {
  .loan__description {
    text-align: left;
    font-size: 15px;
  }
}

.loan__button {
  width: 30%;
  display: block;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .loan__button {
    width: 100%;
  }
}

.loan__form-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 44px;
  margin-bottom: 80px;
  padding: 0 130px;
}
@media (max-width: 600px) {
  .loan__form-content {
    width: 100%;
    flex-direction: column;
    padding: 0;
    gap: 24px;
    margin-bottom: 32px;
  }
}
.loan__form-group {
  flex: 1;
  width: 100%;
}
.loan__form-input {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 16px;
  color: #151515;
  border-radius: 10px;
  background-color: #F8F8F8;
  padding: 16px;
  border: none;
  display: block;
  width: 100%;
}
.loan__form-input:focus {
  outline: none;
  box-shadow: 0 0 1px #E3FC58;
}
.loan__form-input:focus:invalid {
  border: 1px solid red;
}
.loan__form-input::-webkit-input-placeholder {
  color: rgba(21, 21, 21, 0.4);
}
.loan__form-label {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #151515;
  margin-bottom: 12px;
  display: block;
}
.loan__form-left {
  display: flex;
  flex-direction: column;
  gap: 44px;
  width: 100%;
}
.loan__form-right {
  display: flex;
  flex-direction: column;
  gap: 44px;
  width: 100%;
}
.loan__form__radio-group {
  display: inline-block;
}
.loan__form__radio-group:not(:last-child) {
  margin-right: 44px;
}
.loan__form__radio-input {
  display: none;
}
.loan__form__radio-label {
  font-family: "SF Pro", sans-serif;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.loan__form__radio-button {
  height: 24px;
  width: 24px;
  border: 1.5px solid #151515;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -4px;
}
.loan__form__radio-button::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #151515;
  opacity: 0;
  transition: opacity 0.2s;
}
.loan__form__radio-input:checked ~ .loan__form__radio-label .loan__form__radio-button::after {
  opacity: 1;
}

.offer-wall {
  background-color: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .offer-wall {
    padding-top: 24px;
    padding-bottom: 44px;
  }
}
.offer-wall__header {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .offer-wall__header {
    margin-bottom: 32px;
  }
}
.offer-wall__btn-back {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .offer-wall__btn-back {
    margin-bottom: 32px;
  }
}
.offer-wall__title {
  margin-bottom: 16px;
}
.offer-wall__description {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  color: rgba(21, 21, 21, 0.5);
}
@media (max-width: 600px) {
  .offer-wall__description {
    font-size: 15px;
  }
}
.offer-wall__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 600px) {
  .offer-wall__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.offer-wall__grid-item {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 24px 24px 24px;
  border: 1px solid #E3E3E3;
  display: flex;
  flex-direction: column;
  gap: 32px;
  transition: all 0.3s;
}
@media (max-width: 600px) {
  .offer-wall__grid-item {
    padding: 24px 20px 20px 20px;
    border-radius: 20px;
  }
}
.offer-wall__grid-item:hover {
  transform: translateY(-7px);
  box-shadow: 0px 7px 10px 3px rgba(227, 227, 227, 0.4);
}
.offer-wall__grid-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.offer-wall__grid-item-top-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #E3FC58;
  padding: 6px 12px;
  border-radius: 100px;
}
.offer-wall__grid-item-top-rating-text {
  font-weight: 400;
  font-size: 16px;
  color: #151515;
}
.offer-wall__grid-item-top-rating-img {
  width: 18px;
  height: 18px;
}
.offer-wall__grid-item-top-img {
  width: 197px;
  height: 83px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .offer-wall__grid-item-top-img {
    width: 160px;
    height: 68px;
  }
}
.offer-wall__grid-item-center {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.offer-wall__grid-item-center-title {
  font-weight: 400;
  font-size: 34px;
  color: #151515;
  text-align: center;
}
@media (max-width: 600px) {
  .offer-wall__grid-item-center-title {
    font-size: 28px;
  }
}
.offer-wall__grid-item-center-description {
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: rgba(21, 21, 21, 0.5);
  text-align: center;
}
@media (max-width: 600px) {
  .offer-wall__grid-item-center-description {
    font-size: 14px;
  }
}

.top-offer-border {
  border: 2.5px solid #A66CFF;
}

.top-offer-label {
  position: absolute;
  top: -20px;
  left: 24px;
  background-color: #9B5AFF;
  padding: 10px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.top-offer-label-text {
  font-family: "SF Pro", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
.top-offer-label-img {
  width: 20px;
  height: 20px;
}

.partners-body {
  background-color: #A66CFF;
}

.partners-header {
  background: linear-gradient(180deg, #A66CFF 0%, #8B4CEB 100%);
  padding-top: 24px;
  padding-bottom: 42px;
}
@media (max-width: 600px) {
  .partners-header {
    padding-top: 16px;
    padding-bottom: 44px;
  }
}

.partners-hero {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .partners-hero {
    margin-top: 44px;
    flex-direction: column;
    gap: 44px;
  }
}
.partners-hero__content {
  width: 47%;
}
@media (max-width: 600px) {
  .partners-hero__content {
    width: 100%;
  }
}
.partners-hero__content-title {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .partners-hero__content-title {
    margin-bottom: 16px;
    text-align: center;
  }
}
.partners-hero__content-description {
  padding-bottom: 44px;
  font-family: "SF Pro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 600px) {
  .partners-hero__content-description {
    padding-bottom: 32px;
    font-size: 16px;
    text-align: center;
  }
}
.partners-hero__img {
  width: 40%;
}
@media (max-width: 600px) {
  .partners-hero__img {
    width: 100%;
  }
}
.partners-hero__img-img {
  width: 100%;
}

.partners-section {
  background-color: #F8F8F8;
  padding-block: 120px;
}
@media (max-width: 600px) {
  .partners-section {
    padding-block: 44px;
  }
}
.partners-section__title {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .partners-section__title {
    margin-bottom: 32px;
  }
}
.partners-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 600px) {
  .partners-section__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.partners-section__grid-item {
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0px 0px 1px 0px #E3E3E3;
  transition: all 0.3s;
}
.partners-section__grid-item:hover {
  transform: translateY(-3px);
  box-shadow: 0px 7px 10px 3px rgba(227, 227, 227, 0.4);
}
@media (max-width: 600px) {
  .partners-section__grid-item {
    padding: 20px;
    gap: 16px;
    border-radius: 20px;
  }
}
.partners-section__grid-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partners-section__grid-item-top-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #E3FC58;
  padding: 6px 12px;
  border-radius: 100px;
}
.partners-section__grid-item-top-rating-text {
  font-weight: 400;
  font-size: 16px;
  color: #151515;
}
.partners-section__grid-item-top-rating-img {
  width: 18px;
  height: 18px;
}
.partners-section__grid-item-top-img {
  width: 197px;
  height: 83px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .partners-section__grid-item-top-img {
    width: 160px;
    height: 68px;
  }
}
.partners-section__grid-item-title {
  font-weight: 400;
  font-size: 20px;
  color: #151515;
}
@media (max-width: 600px) {
  .partners-section__grid-item-title {
    font-size: 17px;
  }
}
.partners-section__grid-item-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 600px) {
  .partners-section__grid-item-list {
    gap: 12px;
  }
}
.partners-section__grid-item-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.partners-section__grid-item-list-item:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #EAEAEA;
}
.partners-section__grid-item-list-item-title {
  font-family: "SF Pro Text", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: rgba(21, 21, 21, 0.5);
  flex-basis: auto;
  flex-shrink: 0;
  min-width: max-content;
}
@media (max-width: 600px) {
  .partners-section__grid-item-list-item-title {
    min-width: unset;
    font-size: 13px;
    flex: 1;
  }
}
.partners-section__grid-item-list-item-description {
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  color: #151515;
  flex-basis: 0;
  flex-grow: 1;
  text-align: right;
}
@media (max-width: 600px) {
  .partners-section__grid-item-list-item-description {
    font-size: 13px;
    flex: 1;
  }
}

.header-body {
  background-color: #F8F8F8;
}

.terms-header {
  background-color: #F8F8F8;
  padding-top: 24px;
}
@media (max-width: 600px) {
  .terms-header {
    padding-top: 16px;
    padding-bottom: 32px;
  }
}
.terms-header-title {
  padding-bottom: 80px;
}
@media (max-width: 600px) {
  .terms-header-title {
    padding-bottom: 32px;
  }
}

.terms-main {
  background-color: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 600px) {
  .terms-main {
    padding-top: 24px;
    padding-bottom: 44px;
  }
}

.terms-section:not(:last-child) {
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .terms-section:not(:last-child) {
    margin-bottom: 24px;
  }
}
.terms-section__title {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .terms-section__title {
    margin-bottom: 16px;
  }
}
.terms-section__text {
  font-family: "SF Pro Text", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 160%;
  color: #151515;
}
@media (max-width: 600px) {
  .terms-section__text {
    font-size: 15px;
  }
}

.btn-back__img, .btn-back__img:link, .btn-back__img:visited {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .btn-back__img, .btn-back__img:link, .btn-back__img:visited {
    width: 44px;
    height: 44px;
    margin-bottom: 32px;
  }
}

.partners-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 600px) {
  .partners-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }
}
.partners-cards__card {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #E3E3E3;
  transition: all 0.3s ease;
}
.partners-cards__card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 25px rgba(21, 21, 21, 0.1);
}
@media (max-width: 600px) {
  .partners-cards__card {
    padding: 20px;
    border-radius: 12px;
  }
}
.partners-cards__card-title {
  font-family: "SF Pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #151515;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .partners-cards__card-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.partners-cards__card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.partners-cards__card-info-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid rgba(227, 227, 227, 0.5);
}
.partners-cards__card-info-item:last-child {
  border-bottom: none;
}
.partners-cards__card-info-item-label {
  font-family: "SF Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.7);
  min-width: 120px;
  margin-right: 12px;
}
@media (max-width: 600px) {
  .partners-cards__card-info-item-label {
    font-size: 13px;
    min-width: 100px;
    margin-right: 8px;
  }
}
.partners-cards__card-info-item-value {
  font-family: "SF Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
  text-align: right;
  flex: 1;
}
@media (max-width: 600px) {
  .partners-cards__card-info-item-value {
    font-size: 13px;
  }
}

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