@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  font-size: 62.5%;
}

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

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul,
li {
  list-style: none;
}

body {
  font-family: "SF Pro Display", sans-serif;
  font-style: normal;
  color: #000;
  padding-bottom: 6rem;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.container {
  max-width: 114rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 2.4rem;
  }
}

.heading-1 {
  font-weight: bold;
  font-size: 8rem;
  line-height: 9.5rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1024px) {
  .heading-1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media (max-width: 920px) {
  .heading-1 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 768px) {
  .heading-1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 570px) {
  .heading-1 {
    font-size: 3.6rem;
    line-height: 4.3rem;
  }
}

.heading-2 {
  font-weight: bold;
  font-size: 5rem;
  line-height: 6rem;
  letter-spacing: -0.01em;
}
.heading-2--white {
  color: #fff;
}
@media (max-width: 1024px) {
  .heading-2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 920px) {
  .heading-2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.heading-3 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 5.2rem;
}
@media (max-width: 1024px) {
  .heading-3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 920px) {
  .heading-3 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.paragraph-1 {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
@media (max-width: 1024px) {
  .paragraph-1 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 920px) {
  .paragraph-1 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .paragraph-1 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 570px) {
  .paragraph-1 {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.paragraph-2 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.4rem;
}
@media (max-width: 1024px) {
  .paragraph-2 {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 920px) {
  .paragraph-2 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .paragraph-2 {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
@media (max-width: 570px) {
  .paragraph-2 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.paragraph-2--white {
  color: #fff;
}

.sc-hero {
  position: relative;
  padding-bottom: 5rem;
  padding-top: 5rem;
  background-image: url(../assets/bg-abstracts/bg-abstract-1.webp), url(../assets/bg-abstracts/bg-abstract-2.webp), url(../assets/bg-abstracts/bg-abstract-3.webp);
  background-repeat: no-repeat;
  background-position: top right 35%, bottom 2rem left 10%, bottom -1rem right 13%;
  background-size: auto, 9rem, auto;
}
@media screen and (max-width: 768px) {
  .sc-hero {
    padding-top: 3rem;
    background-position: top 150px right -20px, center left, bottom right 30px;
    background-size: 105px, 70px, 6rem;
  }
}
.sc-hero__logo-img {
  transition: all ease 0.3s;
}
.sc-hero__logo-img:hover {
  opacity: 0.7;
}
.sc-hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sc-hero__content {
    flex-direction: column-reverse;
  }
}
.sc-hero__content-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
  max-width: 66rem;
}
@media screen and (max-width: 768px) {
  .sc-hero__content-left {
    margin-top: 0;
  }
}
.sc-hero__content-left::after {
  content: "";
  position: absolute;
  top: -11rem;
  left: -5rem;
  width: 38rem;
  height: 38rem;
  background-color: #fcbd2c;
  opacity: 0.3;
  border-radius: 50%;
  filter: blur(18rem);
  z-index: -1;
}
@media screen and (max-width: 520px) {
  .sc-hero__content-left::after {
    width: 28rem;
    height: 28rem;
  }
}
.sc-hero__content-right {
  width: 100%;
  position: relative;
}
.sc-hero__content-right::before {
  content: "";
  position: absolute;
  background: #0f0f54;
  opacity: 0.15;
  border-radius: 50%;
  filter: blur(15rem);
  max-width: 49rem;
  max-height: 49rem;
  top: 15rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sc-hero__content-right::before {
    display: none;
  }
}
.sc-hero__content-img {
  object-fit: fill;
  width: 100%;
}
.sc-hero__content-heading {
  margin-bottom: 2.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .sc-hero__content-heading {
    margin-bottom: 1.6rem;
  }
}
.sc-hero__content-btn {
  color: #fff;
  padding: 1.6rem 4rem;
  text-align: center;
  background-color: #0f0f54;
  border-radius: 8px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  cursor: pointer;
  letter-spacing: -0.01em;
  border: 2px solid transparent;
  transition: all ease 0.5s;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .sc-hero__content-btn {
    margin-top: 3rem;
    padding: 1.8rem 3rem;
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}
.sc-hero__content-btn:hover {
  border: 2px solid #0f0f54;
  background-color: #fff;
  color: #0f0f54;
}

.sc-video {
  padding: 20rem 0;
}
@media screen and (max-width: 768px) {
  .sc-video {
    padding: 10rem 0;
  }
}
.sc-video__link {
  position: relative;
  transition: all ease 0.5s;
  display: grid;
  place-items: center;
  height: auto;
}
.sc-video__link:hover .sc-video__img {
  filter: brightness(0.5);
}
.sc-video__link:hover .sc-video__icon {
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .sc-video__link .sc-video__img {
    filter: brightness(0.5);
  }
  .sc-video__link .sc-video__icon {
    transform: scale(1.2);
  }
}
.sc-video__img {
  border-radius: 2rem;
  transition: all ease 0.5s;
}
@media screen and (max-width: 768px) {
  .sc-video__img {
    border-radius: 1rem;
  }
}
.sc-video__icon {
  position: absolute;
  transition: all ease 0.5s;
  width: 7%;
  z-index: 30;
}

.sc-about {
  margin-top: 15rem;
  background-color: #0f0f54;
  border-radius: 2rem;
  padding: 12rem 6rem;
  display: flex;
  align-items: center;
  position: relative;
}
.sc-about::before {
  content: "";
  position: absolute;
  top: -230px;
  left: 375px;
  width: 15rem;
  height: 15rem;
  z-index: 10;
  background-image: url("../assets/bg-abstracts/bg-abstract-1.webp");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 940px) {
  .sc-about::before {
    top: -230px;
    left: -25px;
    width: 10rem;
    height: 10rem;
    transform: rotate(30deg);
  }
}
@media screen and (max-width: 940px) {
  .sc-about {
    padding: 6rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .sc-about {
    flex-direction: column;
    justify-content: flex-end;
    padding: 3.6rem 2.4rem;
    border-radius: 1rem;
    min-height: 61rem;
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  .sc-about {
    text-align: left;
  }
}
.sc-about__left {
  max-width: 54rem;
  margin-right: 44rem;
}
@media screen and (max-width: 940px) {
  .sc-about__left {
    margin-right: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sc-about__left {
    margin-right: 0;
  }
}
.sc-about__right {
  max-width: 100%;
}
.sc-about__heading {
  margin-bottom: 3rem;
}
@media screen and (max-width: 680px) {
  .sc-about__heading {
    margin-bottom: 1.6rem;
  }
}
.sc-about__img {
  max-width: 495px;
  position: absolute;
  right: 0;
  bottom: -9rem;
}
@media screen and (max-width: 840px) {
  .sc-about__img {
    max-width: 355px;
  }
}
@media screen and (max-width: 768px) {
  .sc-about__img {
    top: -16rem;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 520px) {
  .sc-about__img {
    padding: 10px;
  }
}

.sc-benefits {
  margin-top: 14rem;
  display: flex;
  align-items: center;
  padding: 0 0 10rem;
  background-image: url("../assets/bg-abstracts/bg-abstract-4.webp");
  background-position: bottom left;
  background-size: 12.5rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .sc-benefits {
    margin-top: 5rem;
    flex-direction: column;
    text-align: center;
    padding: 4rem 0 0;
    background-image: url("../assets/bg-abstracts/bg-abstract-4.webp");
    background-position: top right;
    background-size: 7rem;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 520px) {
  .sc-benefits {
    text-align: left;
  }
}
.sc-benefits__content {
  margin-left: 5rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .sc-benefits__content {
    margin-left: 0;
  }
}
.sc-benefits__content::after {
  position: absolute;
  top: -10rem;
  left: 8rem;
  bottom: 0;
  right: 0;
  content: "";
  background: #0f0f54;
  opacity: 0.15;
  border-radius: 50%;
  filter: blur(12rem);
  max-width: 49rem;
  max-height: 49rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sc-benefits__content::after {
    display: none;
  }
}
.sc-benefits__content::before {
  position: absolute;
  top: -10rem;
  left: -8rem;
  bottom: 0;
  right: 0;
  content: "";
  background: #fcbd2c;
  opacity: 0.2;
  border-radius: 50%;
  filter: blur(14rem);
  max-width: 38rem;
  height: 38rem;
  z-index: -1;
}
@media screen and (max-widht: 768px) {
  .sc-benefits__content::before {
    top: -5rem;
    left: 0rem;
    max-width: 20.8rem;
    height: 20.8rem;
    filter: blur(10rem);
  }
}
.sc-benefits__heading {
  white-space: nowrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .sc-benefits__heading {
    margin: 4rem 0 1.6rem;
  }
}
@media screen and (max-width: 405px) {
  .sc-benefits__heading {
    white-space: unset;
  }
}
.sc-benefits__description {
  max-width: 54rem;
}
.sc-benefits__left {
  margin-left: -4rem;
}
@media screen and (max-width: 1200px) {
  .sc-benefits__left {
    margin-left: 0;
  }
}

.sc-pay {
  margin-top: 15rem;
  background-color: #f9e0c7;
  border-radius: 2rem;
  padding: 12rem 6rem;
  display: flex;
  align-items: center;
  position: relative;
}
.sc-pay::before {
  content: "";
  position: absolute;
  bottom: -15rem;
  right: 1rem;
  width: 9rem;
  height: 9rem;
  z-index: 10;
  background-image: url("../assets/bg-abstracts/bg-abstract-3.webp");
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(16deg);
}
@media screen and (max-width: 940px) {
  .sc-pay::before {
    bottom: -8rem;
    left: 1rem;
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 940px) {
  .sc-pay {
    padding: 6rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .sc-pay {
    flex-direction: column;
    justify-content: flex-end;
    padding: 3.2rem 2.4rem;
    border-radius: 1rem;
    min-height: 61rem;
    text-align: center;
    margin-top: 29rem;
  }
}
@media screen and (max-width: 580px) {
  .sc-pay {
    text-align: left;
  }
}
.sc-pay__left {
  max-width: 54rem;
  margin-right: 44rem;
}
@media screen and (max-width: 940px) {
  .sc-pay__left {
    margin-right: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sc-pay__left {
    margin-right: 0;
  }
}
.sc-pay__right {
  max-width: 100%;
}
.sc-pay__heading {
  margin-bottom: 3rem;
}
@media screen and (max-width: 680px) {
  .sc-pay__heading {
    margin-bottom: 1.6rem;
  }
}
.sc-pay__img {
  max-width: max-content;
  position: absolute;
  right: 4rem;
  bottom: -9rem;
}
@media screen and (max-width: 840px) {
  .sc-pay__img {
    max-width: 30rem;
    bottom: -6rem;
  }
}
@media screen and (max-width: 768px) {
  .sc-pay__img {
    max-width: 29rem;
    top: -16rem;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 475px) {
  .sc-pay__img {
    top: -21rem;
  }
}
@media screen and (max-width: 370px) {
  .sc-pay__img {
    padding: 20px;
  }
}

.sc-store {
  margin-top: 25rem;
  margin-bottom: 10rem;
  background-color: #F8F8F8;
  border-radius: 2rem;
  padding: 0 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sc-store {
    margin-top: 20rem;
  }
}
.sc-store::after {
  content: url("../assets/bg-abstracts/bg-abstract-1.webp");
  position: absolute;
  bottom: -6.5rem;
  left: -14rem;
  transform: rotate(50deg);
}
@media screen and (max-width: 768px) {
  .sc-store::after {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  .sc-store {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .sc-store {
    flex-direction: column;
    background-color: transparent;
  }
}
.sc-store__content {
  max-width: 54rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .sc-store__left {
    background-color: #F8F8F8;
    width: 100%;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
  }
}
.sc-store__img {
  max-width: max-content;
}
@media screen and (max-width: 768px) {
  .sc-store__img {
    margin-top: -110px;
    max-width: 30rem;
    padding: 0 1rem;
  }
}
.sc-store__heading {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .sc-store__heading {
    margin-bottom: 3rem;
  }
}
.sc-store__links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sc-store__link {
  transition: all ease 0.3s;
}
.sc-store__link:hover {
  filter: invert(0.4);
}

.footer {
  margin-top: 17rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 620px) {
  .footer {
    margin-top: 13rem;
    position: relative;
    flex-direction: column;
    padding-bottom: 6rem;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__logo-img {
  width: 12.2rem;
  transition: all ease 0.3s;
}
.footer__logo-img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 620px) {
  .footer__logo-img {
    margin-bottom: 4.4rem;
    width: 11.3rem;
  }
}
.footer__copy {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-top: 4rem;
}
@media screen and (max-width: 620px) {
  .footer__copy {
    position: absolute;
    bottom: 0;
  }
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.footer__link {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000;
  transition: all ease 0.3s;
}
.footer__link:hover {
  transform: translateX(0.7rem);
}
.footer__contact {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 620px) {
  .footer__contact {
    flex-direction: column-reverse;
    position: absolute;
    top: 1rem;
    right: 0;
  }
}
.footer__number-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 620px) {
  .footer__number-wrapper {
    margin-top: 3.5rem;
  }
}
.footer__number-icon {
  margin-right: 1.6rem;
  width: auto;
}
@media screen and (max-width: 360px) {
  .footer__number-icon {
    margin-right: 0;
  }
}
.footer__number-link {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  transition: all ease 0.3s;
}
.footer__number-link span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 5px;
}
.footer__number-link:hover {
  filter: invert(0.5);
}
@media screen and (max-width: 360px) {
  .footer__number-link {
    font-size: 16px;
    line-height: 18px;
  }
}
.footer__social-list {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 620px) {
  .footer__social-list {
    margin-top: 0;
    margin-left: auto;
  }
}
.footer__social-link {
  transition: all ease 0.3s;
}
.footer__social-link:hover {
  filter: invert(0.5);
}

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