@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 0;
  margin: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-width: 375px;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-family: "Manrope", sans-serif;
  /* text-rendering: optimizeSpeed; */
  font-variant-numeric: lining-nums tabular-nums;
  background: #060509;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-text-size-adjust: 100%;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}

input {
  border-radius: 0;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
}

video {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1616px;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 1640px) {
  .container {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 1300px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 700px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blur-label {
  padding: 6px 12px;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  backdrop-filter: blur(16px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.blur-label::before {
  content: "";
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3BEC4F;
  -webkit-box-shadow: 0px 0px 10.8px #3BEC4F;
          box-shadow: 0px 0px 10.8px #3BEC4F;
}
.blur-label::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.grad-text {
  background: -webkit-gradient(linear, left top, right top, color-stop(60.94%, #FFF), to(#948A98));
  background: linear-gradient(90deg, #FFF 60.94%, #948A98 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.grad-text.pink {
  background: -webkit-gradient(linear, left top, right top, color-stop(52.27%, #FFF), to(#EAC9E4));
  background: linear-gradient(90deg, #FFF 52.27%, #EAC9E4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.grad-text.blue {
  background: linear-gradient(91deg, #FFF 52.96%, #5A4BFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  white-space: nowrap;
  position: relative;
  border-radius: 38px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px; /* 125% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.gradient-button::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0.13) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.gradient-button__wrap {
  position: relative;
  padding: 24px 36px;
  border-radius: 40px;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #E83BFF 0%, #369CFF 100%);
  overflow: hidden;
}
.gradient-button__wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0.13) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.gradient-button__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: radial-gradient(134.63% 144.12% at 50% 100%, #C710DF 0%, #1E90FF 100%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gradient-button__wrap span {
  position: relative;
  z-index: 3;
}
.gradient-button:hover .gradient-button__wrap::before {
  opacity: 1;
}
.gradient-button.gradient-button_second {
  font-size: 14px;
  line-height: 20px;
}
.gradient-button.gradient-button_second .gradient-button__wrap {
  background: radial-gradient(134.63% 144.12% at 50% 100%, #635A75 0%, #7A7096 100%);
  padding: 18px 24px;
}
.gradient-button.gradient-button_second .gradient-button__wrap::before {
  background: radial-gradient(134.63% 144.12% at 50% 100%, #695A85 0%, #493F69 100%);
}

h2 {
  text-align: center;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%; /* 61.6px */
  letter-spacing: -2.24px;
}
@media (max-width: 1100px) {
  h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
  }
}
@media (max-width: 700px) {
  h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}

/* Stretching corners effect - карточка деформируется к курсору */
.stretch-card {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: hidden;
}

/* Деформация карточки через transform */
.stretch-card {
  -webkit-transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(var(--translate-z, 0px));
  transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(var(--translate-z, 0px));
}

/* Эффект свечения при наведении */
.stretch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.stretch-card:hover::before {
  opacity: 1;
}

/* Содержимое карточки поверх эффекта */
.stretch-card > * {
  position: relative;
  z-index: 2;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 1000px) {
  .header {
    position: fixed;
    width: calc(100% - 20px);
    left: 10px;
    top: 10px;
    border-radius: 100px;
  }
  .header.scroll {
    background: rgba(15, 15, 15, 0.5);
    backdrop-filter: blur(5px);
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
  }
}
@media (max-width: 1640px) {
  .header .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 1300px) {
  .header .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 600px) {
  .header .container {
    padding-left: 16px;
    padding-right: 10px;
  }
}
.header__wrap {
  width: 100%;
  padding: 32px 0;
  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;
  gap: 32px;
}
@media (max-width: 1200px) {
  .header__wrap {
    padding: 24px 0;
  }
}
@media (max-width: 1000px) {
  .header__wrap {
    padding: 10px 0;
  }
}
.header__logo {
  display: block;
  width: 148px;
}
@media (max-width: 1000px) {
  .header__logo {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
  }
}
@media (max-width: 1000px) {
  .header__logo img {
    width: 148px;
    max-width: 148px;
    min-width: 148px;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  color: var(--Medium-Gray, #8A8F98);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .header__list {
    display: none;
  }
}
.header__list-item {
  position: relative;
}
.header__list-item.sub:hover {
  color: #fff;
}
.header__list-item.sub:hover .header__list-link .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header__list-item.sub:hover .sublist {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__list-item .sublist {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  white-space: nowrap;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
          box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
  backdrop-filter: blur(24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  color: #E6E6E6;
  padding: 4px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__list-item .sublist::before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 12px;
  width: 100%;
}
.header__list-item .sublist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px;
  gap: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__list-item .sublist a:hover {
  color: #fff;
}
.header__list-item .sublist a .icon {
  width: 24px;
  height: 24px;
}
.header__list-item .sublist a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__list-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.header__list-link .icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__list-link:hover {
  color: #fff;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 700px) {
  .header__nav {
    gap: 16px;
  }
}
.header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid #FFF;
  background: rgba(138, 143, 152, 0.18);
  padding: 13px 14px;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}
.header__login .icon {
  width: 16px;
  height: 16px;
}
@media (max-width: 700px) {
  .header .header__login {
    display: none;
  }
}
.header__lang {
  position: relative;
}
.header__lang .lang-list {
  position: absolute;
  top: calc(100% + 12px);
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.1)), color-stop(99.71%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1.52%, rgba(255, 255, 255, 0.13) 99.71%);
  -webkit-box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
          box-shadow: 0px 12px 64px 0px rgba(0, 0, 0, 0.77);
  backdrop-filter: blur(24px);
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__lang.open .lang-list {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__lang.open .header__lang-current .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.header__lang .header__lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  padding: 16px;
  width: 100%;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}
.header__lang .header__lang-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__lang .header__lang-item .icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1000px) {
  .header__lang .header__lang-item .flag {
    display: none;
  }
}
.header__lang .header__lang-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header__lang-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F6F6F6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  cursor: pointer;
  border-radius: 24px;
  background: rgba(138, 143, 152, 0.18);
  backdrop-filter: blur(2px);
  position: relative;
}
.header__lang-current::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(1.52%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.header__lang-current .icon {
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .header__lang-current .flag {
    display: none;
  }
}
@media (max-width: 1000px) {
  .header .header__lang {
    display: none;
  }
}
.header .burger {
  display: none;
}
@media (max-width: 1000px) {
  .header .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 48px;
    height: 48px;
  }
}
.header .burger::after, .header .burger::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .header .burger::after, .header .burger::before {
    width: 28px;
  }
}
.header .burger:after {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.header .burger:before {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.mobile-menu {
  display: none;
  background: rgba(15, 15, 15, 0.5);
  backdrop-filter: blur(30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .mobile-menu {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
.mobile-menu__wrap {
  width: 100%;
  padding: 160px 32px 40px;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100dvh;
  overflow: auto;
  gap: 16px;
}
@media (max-width: 700px) {
  .mobile-menu__wrap {
    padding: 130px 20px 40px;
  }
}
.mobile-menu .mob-nav {
  width: 100%;
  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;
  gap: 16px;
  margin-top: auto;
}
.mobile-menu .mob-nav a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mobile-menu .lang-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  z-index: 10;
}
.mobile-menu__list {
  color: var(--Medium-Gray, #8A8F98);
  font-family: Manrope;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 74.074% */
  text-transform: uppercase;
  width: 100%;
}
.mobile-menu__list li {
  margin-bottom: 78px;
}
@media (max-width: 600px) {
  .mobile-menu__list li {
    margin-bottom: 42px;
  }
}
.mobile-menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 6px;
}
.mobile-menu__list li .icon {
  width: 32px;
  height: 32px;
}
.mobile-menu__list .sublist {
  padding-top: 32px;
  display: none;
  font-size: 18px;
}
.mobile-menu__list .sublist li {
  margin-bottom: 24px;
}
.mobile-menu__list .sublist li:last-child {
  margin-bottom: 0;
}
.mobile-menu__list .sublink .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu__list .open > a > .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.mobile-menu__list .open .sublist {
  display: block;
}
.mobile-menu__list .open .sublist a {
  width: 100%;
  max-width: 100% !important;
  color: var(--Secondary-Light, #E6E6E6);
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  padding: 16px;
  border-radius: 12px;
}
.mobile-menu__list .open .sublist a .icon {
  width: 24px;
  height: 24px;
}
.mobile-menu__list .open .sublist a.active {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1000px) {
  .mobile-menu-open {
    overflow: hidden;
  }
  .mobile-menu-open .header {
    background: none !important;
    backdrop-filter: blur(0);
  }
  .mobile-menu-open .mobile-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.mobile-menu-open .burger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-menu-open .burger span {
  opacity: 0;
}
.mobile-menu-open .burger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hero {
  --headerHeight: 112px;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .hero {
    --headerHeight: 96px;
  }
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 540px;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 5, 9, 0)), color-stop(42.41%, rgba(6, 5, 9, 0.97)), to(#060509));
  background: linear-gradient(180deg, rgba(6, 5, 9, 0) 0%, rgba(6, 5, 9, 0.97) 42.41%, #060509 100%);
}
.hero__vector {
  position: absolute;
  width: 2500px;
  z-index: 3;
  rotate: 90deg;
  top: -1300px;
  left: -1000px;
  max-width: none;
  pointer-events: none;
  max-width: 2500px;
}
@media (max-width: 1300px) {
  .hero__vector {
    width: 250%;
  }
}
@media (max-width: 1000px) {
  .hero__vector {
    width: 300%;
  }
}
@media (max-width: 700px) {
  .hero__vector {
    bottom: -300px;
    width: 500%;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -80px;
     object-position: center -80px;
  opacity: 0.06;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  contain: layout style paint;
}
.hero__wrap {
  width: 100%;
  padding-top: calc(40px + var(--headerHeight));
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  max-width: 1156px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .hero__wrap {
    padding-top: calc(0px + var(--headerHeight));
  }
}
.hero__wrap h1 {
  text-align: center;
  font-size: 85px;
  font-style: normal;
  font-weight: 600;
  line-height: 94px; /* 110.588% */
  letter-spacing: -3.4px;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .hero__wrap h1 {
    font-size: 64px;
    line-height: 72px; /* 112.5% */
    letter-spacing: -2.56px;
  }
}
@media (max-width: 700px) {
  .hero__wrap h1 {
    font-size: 50px;
    line-height: 60px; /* 120% */
    letter-spacing: -2px;
    margin-bottom: 14px;
  }
}
.hero .blur-label {
  margin-bottom: 24px;
}
.hero__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 64px;
  max-width: 786px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .hero__text {
    margin-bottom: 48px;
  }
}
@media (max-width: 700px) {
  .hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.hero__text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  max-width: 768px;
  text-align: center;
  width: 100%;
}
@media (max-width: 700px) {
  .hero__text p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 700px) {
  .hero a {
    max-width: 100%;
    width: 100%;
  }
  .hero a .gradient-button__wrap {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.hero__images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 58px;
  max-width: 1156px;
}
@media (max-width: 1400px) {
  .hero__images {
    max-width: 90%;
  }
}
@media (max-width: 900px) {
  .hero__images {
    margin-top: 86px;
  }
}
@media (max-width: 700px) {
  .hero__images {
    margin-top: 56px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
    padding-left: 32px;
  }
}
.hero__images:after {
  content: "";
  width: 955px;
  height: 239px;
  display: block;
  border-radius: 955px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-3.02%, #060509), color-stop(47.63%, #D23EFF), color-stop(104.1%, #060509));
  background: linear-gradient(270deg, #060509 -3.02%, #D23EFF 47.63%, #060509 104.1%);
  -webkit-filter: blur(200px);
          filter: blur(200px);
  position: absolute;
  top: 40px;
  left: -99px;
}
.hero__images .image1 {
  width: 100%;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 10;
}
.hero__images .image1::before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 5%;
  width: 90%;
  height: 11px;
  background: linear-gradient(160deg, rgba(6, 5, 9, 0) 0%, rgba(178, 63, 255, 0.1176470588) 30%, #B23FFF 50%, rgba(178, 63, 255, 0.1176470588) 70%, rgba(6, 5, 9, 0) 100%);
  z-index: 10;
}
@media (max-width: 700px) {
  .hero__images .image1::before {
    height: 9px;
    top: -9px;
  }
}
@media (max-width: 700px) {
  .hero__images .image1 {
    min-width: 632px;
  }
}
.hero__images .hero__image1 {
  border-radius: 30px;
  position: relative;
}
@media (max-width: 700px) {
  .hero__images .hero__image1 {
    border-radius: 10px;
  }
}
.hero__images .hero__image2 {
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  z-index: 11;
  width: 163px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1215px) {
  .hero__images .hero__image2 {
    top: auto;
    bottom: 60px;
    -webkit-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  }
}
@media (max-width: 1000px) {
  .hero__images .hero__image2 {
    width: 132px;
  }
}
@media (max-width: 700px) {
  .hero__images .hero__image2 {
    left: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    bottom: 30px;
  }
}
.hero__images:hover .image1 {
  scale: 1.02;
}
.hero__images:hover .hero__image2 {
  left: -80px;
}
@media (max-width: 1500px) {
  .hero__images:hover .hero__image2 {
    left: -20px;
  }
}
@media (max-width: 1215px) {
  .hero__images:hover .hero__image2 {
    left: 30px;
  }
}
@media (max-width: 700px) {
  .hero__images:hover .hero__image2 {
    left: 10px;
  }
}

.benefits {
  width: 100%;
  position: relative;
}
.benefits .benefits__vector {
  position: absolute;
  width: 2500px;
  z-index: 3;
  rotate: 40deg;
  top: -1000px;
  left: -2100px;
  max-width: none;
  pointer-events: none;
  max-width: 2500px;
}
.benefits__wrap {
  width: 100%;
  padding-top: 160px;
}
@media (max-width: 1500px) {
  .benefits__wrap {
    padding-top: 160px;
  }
}
@media (max-width: 990px) {
  .benefits__wrap {
    padding-top: 128px;
  }
}
.benefits__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 990px) {
  .benefits__grid {
    grid-template-columns: 1fr;
  }
}
.benefits__item {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(252, 195, 255, 0.06) 28.04%, rgba(255, 255, 255, 0.01) 83.08%);
  backdrop-filter: blur(16px);
  padding: 24px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 310px;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 990px) {
  .benefits__item {
    min-height: 0;
    margin-top: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px;
  }
}
@media (max-width: 720px) {
  .benefits__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.benefits__item::before {
  content: "";
  display: block;
  width: 363px;
  height: 239px;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
  border-radius: 363px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.2) 2.78%, rgba(54, 156, 255, 0.2) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  position: absolute;
  left: -137px;
  top: -283px;
}
.benefits__item:nth-child(1) {
  margin-top: 100px;
}
.benefits__item:nth-child(2) {
  margin-top: 50px;
}
.benefits__item:nth-child(2)::before {
  left: 61px;
  top: -295px;
}
.benefits__item:nth-child(3)::before {
  left: auto;
  right: 28px;
  top: -279px;
}
.benefits__item::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.13) 1.52%, rgba(255, 255, 255, 0) 100%);
}
.benefits__item .icon {
  height: 80px;
  margin-bottom: 32px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 990px) {
  .benefits__item .icon {
    margin-bottom: 0;
  }
}
.benefits__item.aos-animate .icon {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.benefits__item.aos-animate:hover .icon {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: rotateY(360deg) !important;
          transform: rotateY(360deg) !important;
}
.benefits__item .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.96px;
  margin-top: auto;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  .benefits__item .title {
    font-size: 27px;
    line-height: 40px; /* 148.148% */
    letter-spacing: -0.81px;
  }
}
@media (max-width: 720px) {
  .benefits__item .title {
    font-size: 24px;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.72px;
  }
}
.benefits__item p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.why-work {
  width: 100%;
}
@media (max-width: 1000px) {
  .why-work .container {
    padding: 0;
  }
}
.why-work__wrap {
  width: 100%;
  padding-top: 160px;
  position: relative;
}
@media (max-width: 900px) {
  .why-work__wrap {
    padding-top: 144px;
  }
}
@media (max-width: 700px) {
  .why-work__wrap {
    padding-top: 128px;
  }
}
.why-work__wrap h2 {
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .why-work__wrap h2 {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 700px) {
  .why-work__wrap h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.why-work__table {
  width: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  .why-work__table {
    overflow: auto;
    -ms-overflow-style: none; /* IE/старый Edge */
    scrollbar-width: none;
  }
  .why-work__table::-webkit-scrollbar { /* Chrome/Safari/новый Edge/Opera */
    display: none;
  }
}
.why-work__table .border {
  position: absolute;
  width: 214px;
  top: 0;
  right: 642px;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(252, 195, 255, 0.06) 28.04%, rgba(255, 255, 255, 0.01) 83.08%);
  -webkit-box-shadow: 0 4px 94.3px 0 rgba(223, 42, 255, 0.11);
          box-shadow: 0 4px 94.3px 0 rgba(223, 42, 255, 0.11);
}
@media (max-width: 1500px) {
  .why-work__table .border {
    width: 200px;
    right: 600px;
  }
}
@media (max-width: 1300px) {
  .why-work__table .border {
    width: 186px;
    right: 558px;
  }
}
@media (max-width: 1180px) {
  .why-work__table .border {
    width: 150px;
    right: 450px;
  }
}
@media (max-width: 1000px) {
  .why-work__table .border {
    right: auto;
    left: 450px;
  }
}
@media (max-width: 700px) {
  .why-work__table .border {
    width: 100px;
    right: 300px;
    left: 247px;
  }
}
.why-work__table .border::before {
  content: "";
  display: block;
  width: 681px;
  height: 449px;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
  border-radius: 681.814px;
  background: linear-gradient(88deg, rgba(178, 63, 255, 0.15) 2.78%, rgba(54, 156, 255, 0.24) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
  position: absolute;
  position: absolute;
  right: -458px;
  bottom: 174px;
}
.why-work__table .border::after {
  content: "";
  display: block;
  padding: 3px;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(45deg, #B23FFF 28.04%, #7F74FF 83.08%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.why-work__row {
  display: grid;
  grid-template-columns: 1fr 214px 214px 214px 214px;
  position: relative;
}
@media (max-width: 1500px) {
  .why-work__row {
    grid-template-columns: 1fr 200px 200px 200px 200px;
  }
}
@media (max-width: 1300px) {
  .why-work__row {
    grid-template-columns: 1fr 186px 186px 186px 186px;
  }
}
@media (max-width: 1180px) {
  .why-work__row {
    grid-template-columns: 1fr 150px 150px 150px 150px;
  }
}
@media (max-width: 1000px) {
  .why-work__row {
    min-width: 1050px;
  }
}
@media (max-width: 700px) {
  .why-work__row {
    grid-template-columns: 247px 100px 100px 100px 100px;
    min-width: 647px;
    min-height: 82px;
  }
}
.why-work__row:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
@media (max-width: 1000px) {
  .why-work__row:nth-child(even)::before {
    width: 100%;
  }
}
.why-work__row:nth-child(even) .first::before {
  display: block;
}
.why-work__row.head {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 700px) {
  .why-work__row.head {
    min-height: 52px;
  }
}
.why-work__row.head .first {
  color: #6F6A7A;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 700px) {
  .why-work__row.head .first {
    font-size: 14px;
  }
}
.why-work__row.head .btcbnk img {
  max-width: 80%;
}
@media (max-width: 700px) {
  .why-work__row.head {
    font-size: 14px;
  }
}
.why-work__row.head .agregators {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.why-work__row.head .agregators span {
  display: block;
  color: #6F6A7A;
  font-size: 14px;
  font-weight: 600;
}
.why-work__row .first {
  padding: 28px 20px 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 247px;
}
@media (max-width: 1000px) {
  .why-work__row .first {
    min-width: 450px;
    padding-left: 32px;
    position: sticky;
    left: 0;
    background: #060509;
    z-index: 100;
    -webkit-box-shadow: 6px 0px 20px 2px rgba(6, 5, 9, 0.7294117647);
            box-shadow: 6px 0px 20px 2px rgba(6, 5, 9, 0.7294117647);
  }
  .why-work__row .first::before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
  }
}
@media (max-width: 700px) {
  .why-work__row .first {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    min-width: 247px;
  }
}
.why-work__row .first .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 1100px) {
  .why-work__row .first .texts {
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .why-work__row .first .texts {
    gap: 8px;
  }
}
.why-work__row .first .texts .num {
  color: #6F6A7A;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.54px;
  display: none;
}
@media (max-width: 700px) {
  .why-work__row .first .texts .num {
    font-size: 14px;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.42px;
  }
}
.why-work__row .first .texts p {
  color: var(--White, #FFF);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  letter-spacing: -0.48px;
  max-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  .why-work__row .first .texts p {
    font-size: 14px;
    line-height: 19px; /* 135.714% */
    letter-spacing: -0.42px;
  }
}
.why-work__row .btcbnk {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  .why-work__row .btcbnk {
    padding: 10px 0;
  }
}
.why-work__row .cex {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  .why-work__row .cex {
    padding: 10px 0;
  }
}
.why-work__row .desks {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  .why-work__row .desks {
    padding: 10px 0;
  }
}
.why-work__row .agregators {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 700px) {
  .why-work__row .agregators {
    padding: 10px 0;
  }
}

.stats {
  width: 100%;
}
.stats__wrap {
  width: 100%;
  padding-top: 160px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 900px) {
  .stats__wrap {
    gap: 16px;
    padding-top: 144px;
  }
}
@media (max-width: 700px) {
  .stats__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 128px;
  }
}
.stats__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 700px) {
  .stats__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.stats__item .num {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 88px; /* 91.667% */
  letter-spacing: -3.84px;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .stats__item .num {
    font-size: 80px;
    line-height: 80px; /* 100% */
    letter-spacing: -3.2px;
  }
}
@media (max-width: 600px) {
  .stats__item .num {
    font-size: 50px;
    line-height: 50px; /* 100% */
    letter-spacing: -1.88px;
    margin-bottom: 12px;
  }
}
.stats__item .num span {
  color: #B23FFF;
}
.stats__item p {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 900px) {
  .stats__item p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .stats__item p {
    font-size: 14px;
    line-height: 20px;
  }
}

.tailored {
  width: 100%;
  position: relative;
  padding-top: 160px;
}
@media (max-width: 900px) {
  .tailored {
    padding-top: 144px;
  }
}
@media (max-width: 700px) {
  .tailored {
    padding-top: 128px;
  }
}
.tailored__wrap {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tailored__wrap h2 {
  text-align: center;
  padding-bottom: 16px;
}
.tailored__wrap > p {
  color: var(--Secondary-Light, #E6E6E6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.18px;
  margin-bottom: 64px;
}
.tailored__item1 {
  width: 100%;
  max-width: 1336px;
  display: grid;
  gap: 128px;
  grid-template-columns: 1fr 648px;
  position: relative;
  margin-bottom: 160px;
}
@media (max-width: 1500px) {
  .tailored__item1 {
    gap: 88px;
    max-width: 1186px;
  }
}
@media (max-width: 1300px) {
  .tailored__item1 {
    gap: 48px;
    max-width: 100%;
  }
}
@media (max-width: 1150px) {
  .tailored__item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tailored__item1::before {
  content: "";
  display: block;
  width: 442px;
  height: 126px;
  border-radius: 442px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-3.02%, #060509), color-stop(47.63%, #B23FFF), color-stop(104.1%, #060509));
  background: linear-gradient(270deg, #060509 -3.02%, #B23FFF 47.63%, #060509 104.1%);
  -webkit-filter: blur(200px);
          filter: blur(200px);
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
@media (max-width: 1150px) {
  .tailored__item1::before {
    left: 100%;
  }
}
.tailored__item2 {
  width: 100%;
  max-width: 1336px;
  display: grid;
  gap: 128px;
  grid-template-columns: 648px 1fr;
  position: relative;
}
@media (max-width: 1500px) {
  .tailored__item2 {
    gap: 88px;
    max-width: 1186px;
  }
}
@media (max-width: 1300px) {
  .tailored__item2 {
    gap: 48px;
    max-width: 100%;
  }
}
@media (max-width: 1150px) {
  .tailored__item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tailored__item2 .tailored__item2__vector {
  position: absolute;
  width: 2500px;
  max-width: 2500px;
  left: 50%;
  top: -50%;
  -webkit-transform: translateX(-50%) scaleX(-1);
          transform: translateX(-50%) scaleX(-1);
  pointer-events: none;
}
@media (max-width: 1150px) {
  .tailored__item2 .tailored__item2__vector {
    top: -80%;
  }
}
@media (max-width: 900px) {
  .tailored__item2 .tailored__images {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .tailored__item2 .tailored__images {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .tailored__item2 .tailored__images .tailored__image1 {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
.tailored__item2 .tailored__images .tailored__image2 {
  right: auto;
  left: -62px;
  bottom: 30px;
}
@media (max-width: 1350px) {
  .tailored__item2 .tailored__images .tailored__image2 {
    left: -6px;
  }
}
@media (max-width: 1150px) {
  .tailored__item2 .tailored__images .tailored__image2 {
    left: -36px;
  }
}
@media (max-width: 900px) {
  .tailored__item2 .tailored__images .tailored__image2 {
    left: -6px;
    bottom: 0;
  }
}
@media (max-width: 600px) {
  .tailored__item2 .tailored__images .tailored__image2 {
    left: 0;
    width: 167px;
  }
}
.tailored__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1150px) {
  .tailored__cards {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .tailored__cards {
    grid-template-columns: 1fr;
  }
}
.tailored__card {
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(252, 195, 255, 0.06) 28.04%, rgba(255, 255, 255, 0.01) 83.08%);
  backdrop-filter: blur(16px);
  padding: 24px;
  position: relative;
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
@media (max-width: 600px) {
  .tailored__card {
    min-height: 0;
    gap: 24px;
  }
}
.tailored__card .icon {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: 1s;
  transition: 1s;
}
.tailored__card::before {
  content: "";
  display: block;
  width: 363px;
  height: 239px;
  -webkit-transform: rotate(66deg);
          transform: rotate(66deg);
  position: absolute;
  border-radius: 363px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.24) 2.78%, rgba(54, 156, 255, 0.24) 122.3%);
  -webkit-filter: blur(64px);
          filter: blur(64px);
}
.tailored__card::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(275deg, rgba(255, 255, 255, 0.06) 1.52%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.tailored__card.tailored__card1::before {
  top: 130px;
  right: -110px;
}
.tailored__card.tailored__card2::before {
  top: -80px;
  right: -150px;
}
.tailored__card .text {
  margin-top: auto;
}
.tailored__card .title {
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 118.519% */
  letter-spacing: -0.81px;
  margin-bottom: 16px;
}
@media (max-width: 600px) {
  .tailored__card .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    letter-spacing: -0.6px;
  }
}
.tailored__card p {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.tailored__card:hover .icon {
  -webkit-transform: rotateY(360deg) !important;
          transform: rotateY(360deg) !important;
}
.tailored__images {
  position: relative;
}
.tailored__images:hover .tailored__image1 {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.tailored__images:hover .tailored__image2 {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media (max-width: 1150px) {
  .tailored__images {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 74px;
  }
}
@media (max-width: 900px) {
  .tailored__images {
    max-width: 100%;
    padding-right: 62px;
  }
}
@media (max-width: 600px) {
  .tailored__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 0;
    max-width: 100%;
  }
}
.tailored__image1 {
  width: 100%;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 600px) {
  .tailored__image1 {
    min-width: 470px;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
.tailored__image1::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(160deg, rgba(6, 5, 9, 0) 0%, rgba(178, 63, 255, 0.1176470588) 30%, #B23FFF 50%, rgba(178, 63, 255, 0.1176470588) 70%, rgba(6, 5, 9, 0) 100%);
  z-index: 10;
}
.tailored__image1 img {
  border-radius: 24px;
  position: relative;
  z-index: 12;
}
.tailored__image2 {
  width: 197px;
  position: absolute;
  z-index: 13;
  right: -25px;
  bottom: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1350px) {
  .tailored__image2 {
    right: -6px;
  }
}
@media (max-width: 900px) {
  .tailored__image2 {
    right: 0;
    bottom: -30px;
  }
}
@media (max-width: 600px) {
  .tailored__image2 {
    width: 140px;
    bottom: 0px;
  }
}

.request {
  width: 100%;
  position: relative;
}
.request .request__vector {
  position: absolute;
  top: -300px;
  width: 3000px;
  max-width: 3000px;
  left: 20%;
  -webkit-transform: translateX(-50%) scaleY(-1) rotate(20deg);
          transform: translateX(-50%) scaleY(-1) rotate(20deg);
  pointer-events: none;
}
@media (max-width: 1150px) {
  .request .request__vector {
    top: -50%;
    left: 50%;
  }
}
@media (max-width: 1100px) {
  .request .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 600px) {
  .request .container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.request__wrap {
  width: 100%;
  padding: 160px 0 64px;
}
@media (max-width: 900px) {
  .request__wrap {
    padding-top: 144px;
  }
}
@media (max-width: 600px) {
  .request__wrap {
    padding-top: 104px;
  }
}
.request__block {
  width: 100%;
  max-width: 1320px;
  position: relative;
  border-radius: 24px;
  margin: 0 auto;
  background: #070708;
  overflow: hidden;
  padding: 72px 64px;
}
@media (max-width: 1500px) {
  .request__block {
    max-width: 1100px;
  }
}
@media (max-width: 1300px) {
  .request__block {
    max-width: 100%;
    padding: 72px 48px;
  }
}
@media (max-width: 1100px) {
  .request__block {
    padding: 64px 32px;
  }
}
@media (max-width: 600px) {
  .request__block {
    padding: 40px 20px;
  }
}
.request__block::before {
  content: "";
  display: block;
  position: absolute;
  width: 1145px;
  height: 449px;
  top: -369px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1145px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.24) 2.78%, rgba(54, 156, 255, 0.24) 122.3%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
}
.request__block::after {
  content: "";
  display: block;
  padding: 3px;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  position: absolute;
  border-radius: inherit;
  background: linear-gradient(45deg, #B23FFF 28.04%, #7F74FF 83.08%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.request__block h2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
}
.request__block > p {
  color: var(--Secondary-Light, #E6E6E6);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.18px;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .request__block > p {
    font-size: 16px;
    line-height: 24px; /* 150% */
    letter-spacing: -0.16px;
  }
}
.request__form {
  width: 100%;
}
.request__form::before {
  content: "";
  display: block;
  position: absolute;
  width: 1145px;
  height: 449px;
  left: -140px;
  bottom: -368px;
  border-radius: 1145px;
  background: linear-gradient(88deg, rgba(255, 59, 231, 0.24) 2.78%, rgba(54, 156, 255, 0.24) 122.3%);
  -webkit-filter: blur(100px);
          filter: blur(100px);
  pointer-events: none;
}
.request__form > p {
  color: #7B748B;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 32px;
}
.request__form-fields {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .request__form-fields {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.request__form-fields .form__field.span3 {
  grid-column: span 3;
}
.request__form-fields .form__field.span2 {
  grid-column: span 2;
}
@media (max-width: 900px) {
  .request__form-fields .form__field.span2 {
    grid-column: span 3;
  }
}
.request__form-fields .form__field {
  width: 100%;
}
.request__form-fields .form__field label {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: block;
  margin-bottom: 12px;
}
.request__form-fields .form__field .input {
  position: relative;
  width: 100%;
  position: relative;
  border-radius: 12px;
}
.request__form-fields .form__field .input span {
  content: "";
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(83deg, #FF3BE7 2.57%, #369CFF 98.93%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.request__form-fields .form__field .input input:focus + span {
  opacity: 1;
}
.request__form-fields .form__field input {
  width: 100%;
  height: 56px;
  border-radius: inherit;
  background: #1E1B21;
  padding: 6px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.request__form-fields .form__field input:hover {
  background: #242128;
}
.request__form-fields .form__field input::-webkit-input-placeholder {
  color: #474251;
}
.request__form-fields .form__field input::-moz-placeholder {
  color: #474251;
}
.request__form-fields .form__field input:-ms-input-placeholder {
  color: #474251;
}
.request__form-fields .form__field input::-ms-input-placeholder {
  color: #474251;
}
.request__form-fields .form__field input::placeholder {
  color: #474251;
}
.request .form__actions {
  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;
  gap: 32px;
  margin-top: auto;
}
@media (max-width: 1300px) {
  .request .form__actions {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .request .form__actions {
    -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;
  }
}
@media (max-width: 990px) {
  .request .form__actions button {
    width: 100%;
    max-width: 100%;
  }
  .request .form__actions button .gradient-button__wrap {
    width: 100%;
  }
}
.request .form__actions button .gradient-button__wrap {
  background: radial-gradient(134.63% 144.12% at 50% 100%, #E83BFF 0%, #369CFF 100%);
}
.request .form__actions button .gradient-button__wrap::before {
  background: radial-gradient(134.63% 144.12% at 50% 100%, #C710DF 0%, #1E90FF 100%);
}
.request .form__actions p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  text-transform: uppercase;
}
.request .form__actions p .icon {
  width: 32px;
  height: 32px;
}

.footer {
  width: 100%;
  background: #060509;
}
.footer__wrap {
  width: 100%;
  padding: 72px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 48px;
}
@media (max-width: 1300px) {
  .footer__wrap {
    padding: 52px 0;
  }
}
@media (max-width: 950px) {
  .footer__wrap {
    row-gap: 40px;
  }
}
@media (max-width: 600px) {
  .footer__wrap {
    gap: 32px;
    padding: 23px 0;
  }
}
@media (max-width: 950px) {
  .footer__left {
    grid-column: span 2;
  }
}
.footer__left p {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  max-width: 410px;
}
@media (max-width: 950px) {
  .footer__left p {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__left p {
    font-size: 11px;
    line-height: 16px;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .footer__logo {
    width: 120px;
    margin-bottom: 24px;
  }
}
.footer__nav {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 950px) {
  .footer__nav {
    grid-column: span 2;
  }
}
@media (max-width: 600px) {
  .footer__nav {
    grid-template-columns: 1fr 1fr;
  }
}
.footer__list {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 164.706% */
  letter-spacing: -0.34px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.footer__list a {
  color: var(--Secondary-Light, #E6E6E6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: -0.3px;
  text-transform: none;
}
@media (max-width: 760px) {
  .footer__logos {
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
.footer__logos .label {
  color: var(--Medium-Gray, #8A8F98);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .footer__logos .label {
    margin-bottom: 0;
  }
}
.footer__logos .icon {
  height: auto;
  max-height: 32px;
}
.footer__logos .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--Medium-Gray, #8A8F98);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}
@media (max-width: 950px) {
  .footer__info {
    gap: 16px;
  }
}
@media (max-width: 760px) {
  .footer__info {
    grid-column: span 2;
  }
}
.footer__info p {
  min-width: 320px;
}
@media (max-width: 950px) {
  .footer__info p {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}/*# sourceMappingURL=style.css.map */