@charset "utf-8";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
}
body {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
}
@media (max-width: 1023.98px) {
  body.menu-open {
    overflow: hidden;
    max-height: 100vh;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.25;
  margin: 0 0 20px;
}
h1,
.h1 {
  font-weight: 400;
  font-size: 64px;
}
@media (max-width: 1023.98px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
h2,
.h2 {
  font-weight: 500;
  font-size: 40px;
}
@media (max-width: 1023.98px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
h3,
.h3 {
  font-weight: 500;
  font-size: 32px;
}
@media (max-width: 1023.98px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 18px;
  }
}
h4,
.h4 {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h5,
.h5 {
  font-weight: 500;
  font-size: 16px;
}
p {
  margin: 0 0 20px;
}
a {
  color: #11A97D;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #0f926c;
  text-decoration: none;
}
.box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1023.98px) {
  .hide-mobile {
    display: none!important;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none!important;
  }
}
.hide {
  display: none!important;
}
input,
textarea {
  padding: 5px 24px;
  border-radius: 50px;
  border: 1px solid #D6D6D6;
  font-size: 14px;
}
input:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #8E8E98;
}
input {
  height: 48px;
}
.form-group {
  position: relative;
}
.form-group label {
  position: absolute;
  left: 24px;
  top: 16px;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  color: #8E8E98;
}
.form-group.value label,
.form-group input:focus label {
  top: 6px;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Inter', sans-serif;
  color: #fff;
  background: #11A97D;
  border-radius: 16px;
  border: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 30px;
  min-height: 56px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .btn {
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
  }
}
.btn:hover {
  color: #fff;
  opacity: 0.85;
}
button:focus {
  outline: none!important;
}
.link-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
}
.link-arrow:hover {
  color: #11A97D;
}
.link-arrow:hover svg path {
  stroke: #11A97D;
}
.link-arrow svg {
  margin-left: 10px;
}
.link-arrow svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  z-index: 5;
}
@media (min-width: 1024px) {
  .header {
    min-height: 100px;
  }
}
.header__logo {
  display: inline-block;
}
.header__burger {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 5px;
  margin-right: -5px;
  height: 40px;
}
.header__burger span {
  width: 30px;
  height: 2px;
  display: block;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__burger.open {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 6;
}
.header__burger.open span:nth-of-type(2) {
  opacity: 0;
}
.header__burger.open span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(7px, 6px);
          transform: rotate(45deg) translate(7px, 6px);
}
.header__burger.open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .header__nav {
    margin-left: auto;
  }
}
@media (max-width: 1023.98px) {
  .header__nav {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #121212;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    scrollbar-width: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    opacity: 0;
    pointer-events: none;
  }
  .header__nav::-webkit-scrollbar {
    display: none;
  }
  .header__nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
}
.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1023.98px) {
  .header__nav-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    gap: 30px;
  }
}
.header__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1023.98px) {
  .header__item {
    font-size: 26px;
  }
}
a.header__item {
  color: #fff;
}
.header__item:hover {
  color: #11A97D;
}
@media (max-width: 1023.98px) {
  .header__item--arrow {
    margin-right: -24px;
  }
}
.header__item--arrow > svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 4px;
  opacity: 0.6;
}
.header__item--arrow > svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.header__item--arrow:hover > svg path {
  stroke: #11A97D;
}
@media (max-width: 1023.98px) {
  .header__item--collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__item--collapse > span {
    margin-right: -24px;
  }
}
.header__item--collapse > span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__item--collapse > span svg {
  margin-left: 4px;
  margin-top: -1px;
}
.header__item--collapse > span svg path {
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}
.header__item--collapse:hover > span svg path {
  stroke: #11A97D;
}
.header__item--collapse.open > span {
  color: #11A97D;
}
@media (max-width: 1023.98px) {
  .header__item--collapse.open > span {
    margin-bottom: 30px;
  }
}
.header__item--collapse.open > span svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__item--collapse.open > span svg path {
  stroke: #11A97D;
}
.header__item--collapse.open .header__collapse {
  opacity: 1;
  pointer-events: auto;
  max-height: 1000px;
}
.header__collapse {
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .header__collapse {
    position: absolute;
    right: 0;
    top: calc(100% + 15px);
    background-color: #050505;
    padding: 15px;
    border-radius: 15px;
  }
}
.header__collapse a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .header__collapse a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
  }
}
.header__collapse a:hover {
  color: #11A97D;
}
.header__collapse a + a {
  margin-top: 20px;
}
.header__collapse a .apps__icon {
  margin-right: 15px;
}
.footer {
  position: relative;
  padding: 50px 0 40px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .footer {
    padding: 80px 0 40px;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 150px 0 60px;
  }
}
.footer > img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1389.98px) {
  .footer > img {
    max-width: 120%;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .footer__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__wrap > .footer__logo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer__logo {
  width: 204px;
  display: inline-block;
  margin-bottom: 30px;
}
.footer__logo img {
  max-width: 100%;
}
.footer__info,
.footer__copy {
  color: rgba(255, 255, 255, 0.6);
}
.footer .social {
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .footer .social {
    margin: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .footer__main .footer__logo {
    display: none;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .footer__nav {
    margin-left: 70px;
  }
}
@media (min-width: 1024px) {
  .footer__nav {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer__nav {
    margin-bottom: 40px;
  }
}
.footer__col {
  white-space: nowrap;
}
.footer__col h3 {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .footer__col h3 {
    font-size: 18px;
  }
}
.footer__col + .footer__col {
  margin-left: 45px;
}
@media (min-width: 768px) {
  .footer__col + .footer__col {
    margin-left: 70px;
  }
}
@media (min-width: 1024px) {
  .footer__col + .footer__col {
    margin-left: 150px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__list a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .footer__list a {
    font-size: 18px;
  }
}
.footer__list a:hover {
  color: #fff;
}
.footer__list a:hover svg {
  opacity: 1;
}
.footer__list a + a {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .footer__list a + a {
    margin-top: 24px;
  }
}
.footer__list a svg {
  opacity: 0.6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -1px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .social {
    gap: 40px;
  }
}
.social a svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.4;
}
.social a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social a:hover svg {
  opacity: 1;
}
.social a:hover svg path {
  fill: #11A97D;
}
.main-wrap {
  overflow: hidden;
  margin: -60px 0;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .main-wrap {
    margin: -100px 0 -200px;
    padding: 100px 0 200px;
  }
}
.main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 140px;
}
@media (min-width: 1024px) {
  .main-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 200px 0 280px;
  }
}
.main-block__main {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-block__main {
    width: 420px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .main-block__main {
    width: 520px;
  }
}
@media (min-width: 1200px) {
  .main-block__main {
    width: 610px;
  }
}
.main-block__main p {
  margin: 30px 0 40px;
  font-size: 18px;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .main-block__main p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .main-block__main p {
    font-size: 24px;
    margin: 40px 0 60px;
  }
}
.main-block h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.56;
  margin: 0;
}
.main-block h2 {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.25;
  background: linear-gradient(66.47deg, #11A97D 15.12%, #6610F2 84.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 767.98px) {
  .main-block h2 {
    font-size: 58px;
  }
}
.main-block__side {
  position: relative;
  margin: auto 0;
}
@media (min-width: 1024px) {
  .main-block__side {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.main-block__card {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .main-block__card {
    display: none;
  }
}
.main-block__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.main-block__btn {
  height: 72px;
  min-width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
  background-color: #0a0a0a;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-block__btn span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 767.98px) {
  .main-block__btn span {
    display: none;
  }
}
.main-block__btn:hover {
  background-color: #1c1c1c;
}
.main-block__btn:hover span {
  margin-left: 12px;
  max-width: 200px;
  opacity: 1;
}
.decor-circle {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1023.98px) {
  .decor-circle {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
}
.decor-circle::before {
  content: '';
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 225px;
}
.decor-circle__wrap {
  position: relative;
  width: 900px;
  border-radius: 50%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.decor-circle__wrap::before,
.decor-circle__wrap::after {
  content: '';
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.decor-circle__wrap::before {
  width: 700px;
}
.decor-circle__wrap::after {
  width: 480px;
}
.decor-circle__line-3,
.decor-circle__line-2,
.decor-circle__line-1,
.decor-circle__wrap:before {
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.decor-circle__line-3 {
  width: 900px;
  -webkit-animation: rotateCircle 16s linear infinite;
          animation: rotateCircle 16s linear infinite;
}
.decor-circle__line-3::before,
.decor-circle__line-3::after {
  content: '';
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
.decor-circle__line-3::before {
  background-image: url(../img/b3.png);
  left: 115px;
  top: 115px;
}
.decor-circle__line-3::after {
  background-image: url(../img/b3-1.png);
  right: 115px;
  bottom: 115px;
}
.decor-circle__line-2 {
  width: 700px;
  animation: rotateCircle 14s linear infinite reverse;
}
.decor-circle__line-2::before,
.decor-circle__line-2::after {
  content: '';
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
}
.decor-circle__line-2::before {
  background-image: url(../img/b2.png);
  left: -17px;
  top: 315px;
}
.decor-circle__line-2::after {
  background-image: url(../img/b2-1.png);
  right: 160px;
  top: 30px;
}
.decor-circle__line-1 {
  width: 480px;
  -webkit-animation: rotateCircle 10s linear infinite;
          animation: rotateCircle 10s linear infinite;
}
.decor-circle__line-1::before {
  content: '';
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  background-image: url(../img/b1.png);
  left: 220px;
  bottom: -16px;
}
@-webkit-keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateCircle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.step-list {
  list-style: none;
  padding: 0;
  margin: 0 0 100px;
}
@media (min-width: 1024px) {
  .step-list {
    margin: 0 0 300px;
  }
}
.step-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1.28;
}
@media (min-width: 768px) {
  .step-list li {
    padding: 40px 0;
  }
}
.step-list li span {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .step-list li span {
    font-size: 36px;
  }
}
.step-list li p {
  font-size: 26px;
  margin: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .step-list li p {
    font-size: 36px;
  }
}
.step-list__progress {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .apps {
    margin-bottom: 280px;
  }
}
@media (min-width: 1024px) {
  .apps__main {
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.apps__main h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 80px;
  text-transform: capitalize;
}
@media (max-width: 1023.98px) {
  .apps__main h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .apps__main h2 {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .apps__main h2 {
    font-size: 40px;
  }
}
.apps__main h2 span {
  display: inline-block;
  background: linear-gradient(66.47deg, #11A97D 15.12%, #6610F2 84.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.apps__main > img {
  margin-bottom: 40px;
  max-width: 100%;
}
.apps__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .apps__list a {
    font-size: 20px;
  }
}
.apps__list a:hover {
  color: #fff;
}
.apps__list a:hover span::after {
  opacity: 1;
}
.apps__list a + a {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .apps__list a + a {
    margin-top: 20px;
  }
}
.apps__list a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apps__list a span::after {
  content: '';
  display: inline;
  width: 24px;
  height: 24px;
  background-image: url(/img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 767.98px) {
  .apps__list a span::after {
    display: none;
  }
}
.apps__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  margin-right: 24px;
  margin-top: -2px;
}
.apps__side {
  position: relative;
}
@media (min-width: 1024px) {
  .apps__side {
    margin-top: 10px;
  }
}
.apps__side img {
  max-width: 100%;
}
.info-block {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background-color: #11A97D;
  padding: 50px 80px 60px;
}
@media (max-width: 1023.98px) {
  .info-block {
    padding: 40px 50px 50px;
  }
}
@media (max-width: 767.98px) {
  .info-block {
    padding: 30px 20px 40px;
  }
}
.info-block h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .info-block h2 {
    font-size: 38px;
  }
}
.info-block p {
  max-width: 845px;
  font-weight: 500;
  font-size: 24px;
  margin: 0;
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .info-block p {
    font-size: 20px;
  }
}
.info-block img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  mix-blend-mode: screen;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .info-block img {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
a.info-block {
  display: block;
  color: #fff;
}
a.info-block:hover {
  background-color: rgba(17, 169, 125, 0.95);
}
.faq {
  margin: 80px 0 50px;
}
@media (min-width: 1024px) {
  .faq {
    margin: 110px 0 50px;
  }
}
.faq__header {
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .faq__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 80px;
  }
}
.faq__header h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
}
@media (min-width: 768px) {
  .faq__header h2 {
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .faq__header h2 {
    font-size: 64px;
    margin-right: 50px;
  }
}
.faq__header p {
  font-size: 20px;
  opacity: 0.6;
  margin: 30px 0 0;
}
@media (min-width: 1024px) {
  .faq__header p {
    font-size: 24px;
    max-width: 512px;
    min-width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 8px;
  }
}
.accordion-custom__item {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.accordion-custom__title {
  padding: 25px 40px 25px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .accordion-custom__title {
    padding: 40px 40px 40px 0;
  }
}
.accordion-custom__title h5 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .accordion-custom__title h5 {
    font-size: 26px;
  }
}
.accordion-custom__title:hover {
  opacity: 0.8;
}
.accordion-custom [aria-expanded="true"] .accordion-custom__arrow {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-custom [aria-expanded="true"] .accordion-custom__arrow::before,
.accordion-custom [aria-expanded="true"] .accordion-custom__arrow::after {
  background-color: rgba(255, 255, 255, 0.4);
}
.accordion-custom__arrow {
  position: absolute;
  right: 5px;
  top: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .accordion-custom__arrow {
    top: 60px;
  }
}
.accordion-custom__arrow::before,
.accordion-custom__arrow::after {
  content: '';
  display: block;
  width: 22px;
  height: 2px;
  background-color: #11A97D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-custom__arrow::after {
  -webkit-transform: rotate(90deg) translateX(-2px);
          transform: rotate(90deg) translateX(-2px);
}
.accordion-custom__content-wrapper {
  padding: 0 0 15px;
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .accordion-custom__content-wrapper {
    font-size: 20px;
    padding: 0 0 30px;
  }
}
.accordion-custom__content-wrapper p {
  margin-bottom: 15px;
}
.content {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .content {
    margin-top: 90px;
  }
}
.content h1 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.25;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .content h1 {
    margin-bottom: 40px;
  }
}
.content p,
.content ul {
  font-size: 24px;
  margin-bottom: 40px;
  opacity: 0.6;
}
@media (max-width: 1023.98px) {
  .content p,
  .content ul {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .content p,
  .content ul {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
.content p + h2,
.content ul + h2,
.content p + h3,
.content ul + h3 {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .content p + h2,
  .content ul + h2,
  .content p + h3,
  .content ul + h3 {
    margin-top: 40px;
  }
}
.content h2,
.content h3,
.content h4 {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .content h2,
  .content h3,
  .content h4 {
    margin-bottom: 30px;
  }
}
.content ul {
  padding-left: 24px;
}
.content ul li {
  position: relative;
}
.content ul li + li {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .content ul li + li {
    margin-top: 20px;
  }
}
.developers {
  margin-bottom: 100px;
}
@media (min-width: 1024px) {
  .developers {
    margin-bottom: 200px;
  }
}
.developers__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .developers__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .developers__wrap {
    margin-bottom: 120px;
  }
}
.developers__wrap h2 {
  margin-bottom: 40px;
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
}
@media (min-width: 768px) {
  .developers__wrap h2 {
    margin-bottom: 60px;
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .developers__wrap h2 {
    margin-bottom: 80px;
    font-size: 64px;
  }
}
.developers__wrap p {
  margin-bottom: 40px;
  opacity: 0.6;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .developers__wrap p {
    font-size: 24px;
    max-width: 740px;
  }
}
.developers__wrap a {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.developers__wrap a:hover {
  color: #11A97D;
}
.developers__wrap a:hover svg path {
  stroke: #11A97D;
}
.developers__wrap a svg {
  margin-left: 10px;
}
.developers__wrap a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.developers__wrap img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .developers__wrap img {
    margin-right: 50px;
  }
}
@media (max-width: 1023.98px) {
  .developers__wrap img {
    max-width: 300px;
  }
}
@media (max-width: 767.98px) {
  .developers__wrap img {
    max-width: 150px;
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: -1;
  }
}
@media (min-width: 768px) {
  .developers__main {
    margin-right: 50px;
  }
}
.developers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
}
@media (min-width: 768px) {
  .developers__list {
    gap: 80px 30px;
  }
}
.developers__item {
  width: 100%;
}
@media (min-width: 576px) {
  .developers__item {
    width: calc(100% / 2 - 20px);
  }
}
@media (min-width: 768px) {
  .developers__item {
    width: calc(100% / 3 - 20px);
  }
}
.developers__item span {
  font-family: 'Poppins', sans-serif;
  color: #11A97D;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .developers__item span {
    margin-bottom: 40px;
  }
}
.developers__item p {
  margin-bottom: 0;
  font-size: 24px;
}
.start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .start {
    margin-top: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  .start {
    display: block;
  }
}
@media (min-width: 768px) {
  .start > .start__group {
    display: none;
  }
}
@media (min-width: 768px) {
  .start__main {
    width: 50%;
    padding-right: 30px;
  }
}
.start__main h2 {
  margin-bottom: 40px;
  font-size: 38px;
  font-family: 'Poppins', sans-serif;
}
@media (min-width: 768px) {
  .start__main h2 {
    font-size: 52px;
  }
}
@media (min-width: 1024px) {
  .start__main h2 {
    font-size: 64px;
  }
}
.start__main p {
  margin-bottom: 40px;
  opacity: 0.6;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .start__main p {
    font-size: 24px;
    max-width: 620px;
  }
}
@media (max-width: 767.98px) {
  .start__main .start__group {
    display: none;
  }
}
.start__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 1023.98px) {
  .start__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .start__group .btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .start__side {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .start__side {
    margin-bottom: 30px;
  }
}
.start__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .start__header {
    margin-bottom: 40px;
  }
}
.start__header h3 {
  margin-right: 20px;
}
.start__item {
  display: block;
  padding: 20px;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .start__item {
    padding: 40px;
  }
}
.start__item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.start__item h3 {
  margin-bottom: 0;
}
.start__item span {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  margin-left: auto;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1023.98px) {
  .start__item span {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .start__item span {
    font-size: 18px;
  }
}
.start__item p {
  font-size: 20px;
  font-weight: 500;
}
.start__item.active {
  background-color: #fff;
  color: #000;
}
.start__item.active span {
  color: #11A97D;
}
.start__item.active:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.start__item + .start__item {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .start__item + .start__item {
    margin-top: 40px;
  }
}
.info-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  margin-bottom: 100px;
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .info-block-wrapper {
    margin-top: 180px;
  }
}
.info-block-wrapper .info-block {
  position: sticky;
  bottom: 0px;
  -webkit-box-shadow: 0px 5px 40px 0px #000;
          box-shadow: 0px 5px 40px 0px #000;
  z-index: 1;
}
.info-block-wrapper .info-block + .info-block {
  z-index: 2;
  bottom: 30px;
  margin-bottom: 30px;
}
.info-block-wrapper .info-block + .info-block + .info-block {
  z-index: 3;
  bottom: 60px;
}
.info-block-wrapper .info-block + .info-block + .info-block + .info-block {
  z-index: 4;
  bottom: 90px;
}
.info-block-wrapper .info-block + .info-block + .info-block + .info-block + .info-block {
  z-index: 5;
  bottom: 120px;
}
.title-wrap {
  margin: 80px 0;
}
.title-wrap h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.56;
  margin: 0;
}
.title-wrap h2 {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 1.25;
  background: linear-gradient(66.47deg, #11A97D 15.12%, #6610F2 84.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
}
@media (max-width: 767.98px) {
  .title-wrap h2 {
    font-size: 58px;
  }
}
