/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:300,regular,500,600,700);
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss (1) ***!
  \******************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Work+Sans:300,regular,500,600,700,800,900);
/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss (2) ***!
  \******************************************************************************************************************************************************************************************/
@keyframes hero-enter {
  from {
    opacity: 0;
    transform: skew(-10deg) translateX(-100px);
  }
  to {
    opacity: 1;
    transform: skew(0) translateX(0);
  }
}
@keyframes hero-reverse-enter {
  from {
    opacity: 0;
    transform: skew(-15deg) translateX(100px);
  }
  to {
    opacity: 1;
    transform: skew(0) translateX(0);
  }
}
@keyframes hero-about-enter {
  from {
    opacity: 0;
    transform: translateY(80px) scaleX(0.85);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleX(1);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  scrollbar-width: thin;
  scrollbar-color: #0f352c transparent;
  scrollbar-gutter: stable;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #0f352c;
  border-radius: 10px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  line-height: 150%;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
}

h1 {
  font-size: clamp(2rem, 5vw, 4.6875rem);
  line-height: 110%;
  text-align: center;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  h1 {
    letter-spacing: -4px;
  }
}

h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 110%;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  h2 {
    letter-spacing: -4px;
  }
}

h3 {
  line-height: 100%;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0916;
  z-index: 998;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
body._overflow-hidden {
  overflow: hidden;
  position: relative;
}
body._overflow-hidden::after {
  opacity: 1;
  pointer-events: auto;
}
body._popup-opened {
  overflow: hidden;
  position: relative;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 0;
  z-index: 1000;
  transition: color 0.2s, fill 0.2s;
}
.site-header.header--dark._active .site-header__container {
  background-color: transparent !important;
}
.site-header.header--dark._active .site-header__burger span {
  border-color: #ffffff;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .site-header.header--dark .site-header__burger span {
    border-color: #000000;
    background-color: #000000;
  }
}
.site-header.header--dark.header--scrolled .site-header__container {
  border: 1px solid rgba(204, 204, 204, 0.6039215686);
  background-color: rgba(255, 255, 255, 0.8745098039);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.site-header.header--dark li a {
  color: #000000;
}
.site-header.header--dark li a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .site-header.header--dark li a {
    color: #ffffff;
  }
}
.site-header.header--dark .full-logo svg path {
  fill: #5d51e5;
}
.site-header.header--light._active .site-header__container {
  background-color: transparent !important;
}
.site-header.header--light.header--scrolled .site-header__container {
  border: 1px solid rgba(204, 204, 204, 0.6039215686);
  background-color: rgba(65, 65, 65, 0.5176470588);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.site-header.header--light li a {
  color: #ffffff;
}
.site-header.header--light li a:hover {
  text-decoration: underline;
}
.site-header.header--light .full-logo svg path {
  fill: #ffffff;
}
@media (max-width: 768px) {
  .site-header {
    padding: 8px 8px 0;
  }
}
.site-header__container {
  height: 80px;
  max-width: 1444px;
  transition: 0.3s ease;
  margin: 0 auto;
  padding: 0px 15px 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3rem;
  color: #ffffff;
  gap: 32px;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  border: 1px solid transparent;
}
@media (max-width: 1024px) {
  .site-header__container {
    padding: 0px 28px 0 28px;
  }
}
@media (max-width: 768px) {
  .site-header__container {
    height: 70px;
  }
}
.site-header__logo .full-logo {
  display: block;
}
.site-header__logo .full-logo svg {
  width: 140px;
}
.site-header__logo .full-logo svg path {
  transition: color 0.2s, fill 0.2s;
}
@media (max-width: 768px) {
  .site-header__logo .full-logo {
    display: block;
  }
  .site-header__logo .full-logo svg {
    width: 110px;
  }
}
.site-header__nav {
  position: relative;
}
.site-header__nav-mobile-btn {
  display: none;
}
@media (max-width: 768px) {
  .site-header__nav-mobile-btn {
    display: block;
  }
  .site-header__nav-mobile-btn .site-header__actions {
    display: flex !important;
    width: 100%;
  }
}
.site-header__menu {
  display: flex !important;
  gap: 20px;
  row-gap: 4px;
  flex-wrap: wrap;
}
.site-header__menu li.current_page_item a {
  text-decoration: underline;
}
.site-header__menu a {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 400;
  transition: 0.3s ease;
}
.site-header__menu a:hover {
  color: #9e96ff;
}
.site-header__burger {
  flex-shrink: 0;
  display: none;
  flex-direction: column;
  gap: 7px;
  background: none;
  border: none;
  cursor: pointer;
}
.site-header__burger span {
  display: block;
  flex-shrink: 0;
  width: 32px;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
  transition: 0.3s ease;
}
.site-header__burger._active span:nth-child(1) {
  transform: rotate(45deg) translate(7.5px, 7.5px);
}
.site-header__burger._active span:nth-child(2) {
  opacity: 0;
}
.site-header__burger._active span:nth-child(3) {
  transform: rotate(-45deg) translate(7.5px, -7.5px);
}
.site-header__actions {
  display: flex;
  gap: 12px;
}
@media (max-width: 1024px) {
  .site-header__actions {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .site-header__actions {
    display: none;
    width: 100%;
  }
  .site-header__actions a {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .site-header__nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 80px + 20px);
    padding: 32px 20px 20px;
    gap: 64px;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .site-header__nav._active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-header__menu {
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
    height: 100%;
  }
  .site-header__menu a {
    font-size: clamp(3rem, 10vw, 5rem);
    line-height: 80%;
    font-family: "Space Grotesk", sans-serif;
  }
  .site-header__burger {
    display: flex;
  }
}
@media (max-width: 768px) {
  .site-header__nav {
    top: 78px;
    height: calc(100dvh - 70px - 8px);
  }
  .site-header__nav::after {
    height: 100%;
  }
}

.site-footer {
  width: 100%;
  background-color: #111111;
  padding: 80px 20px 170px;
  color: #f3f3f3 !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .site-footer {
    padding: 60px 20px 100px;
  }
}
.site-footer__container {
  max-width: 1240px;
  margin: 0 auto;
}
.site-footer__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
@media (max-width: 768px) {
  .site-footer__bg {
    transform: translateX(-50%) scale(150%);
  }
}
.site-footer h2 {
  font-weight: 600;
  font-size: clamp(2.75rem, 6vw, 6rem);
  line-height: 110%;
  vertical-align: middle;
}
.site-footer h2 a {
  width: -moz-fit-content;
  width: fit-content;
  color: #46e0ff;
  display: inline-block;
  text-decoration: underline;
}
.site-footer__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin-top: 70px;
  justify-content: space-between;
}
.site-footer__col {
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.site-footer__col h3 {
  display: block;
  height: -moz-max-content;
  height: max-content;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #f3f3f3 !important;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #5b5b5b;
}
.site-footer__col ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer__col ul li a {
  font-weight: 400;
  color: #f3f3f3;
  font-size: 16px;
  transition: 0.3s ease;
}
.site-footer__col ul li a:hover {
  color: #46e0ff;
}
.site-footer__col-socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer__col-socials span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-footer__col-socials span a {
  font-weight: 400;
  color: #f3f3f3;
  font-size: 16px;
  transition: 0.3s ease;
}
.site-footer__col-socials span a:hover {
  color: #46e0ff;
}

.hero-main {
  padding: 190px 0 150px;
  background-color: #141414;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .hero-main {
    padding: 120px 0 80px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.hero-main__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
  animation: main-bg-ani-about 1.5s ease 0s forwards;
}
@keyframes main-bg-ani-about {
  from {
    opacity: 0;
    transform: scale(105%);
  }
  to {
    opacity: 0.7;
    transform: scale(100%);
  }
}
@media (max-width: 768px) {
  .hero-main__bg {
    display: none;
  }
}
.hero-main__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  align-items: center;
  gap: 50px;
  flex-direction: column;
  text-align: center;
}
.hero-main__container h1 {
  color: #ffffff;
  z-index: 2;
  font-size: clamp(3rem, 7vw, 6rem);
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.2s forwards;
}
@media (max-width: 1023px) {
  .hero-main__container h1 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-main__container h1 span {
  color: #d6ff5b;
}
@media (max-width: 768px) {
  .hero-main__container h1 {
    font-size: 2rem;
  }
}
.hero-main__container a {
  z-index: 2;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.3s forwards;
}
@media (max-width: 1023px) {
  .hero-main__container a {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-main .services-slider {
  margin-top: 74px;
  position: relative;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.3s forwards;
}
@media (max-width: 1023px) {
  .hero-main .services-slider {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-main .services-slider__container {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
.hero-main .services-slider__inner {
  display: flex;
  gap: 24px;
  min-width: -moz-max-content;
  min-width: max-content;
  will-change: transform;
}
@media (max-width: 768px) {
  .hero-main .services-slider__inner {
    gap: 24px;
  }
}
.hero-main .services-slider__item {
  width: 238px;
  border-radius: 16px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: linear-gradient(124deg, rgba(238, 237, 237, 0.1764705882), rgba(238, 237, 237, 0.0117647059));
  border: 2px solid rgba(238, 237, 237, 0.3098039216);
}
@media (max-width: 1024px) {
  .hero-main .services-slider__item {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .hero-main .services-slider__item {
    padding: 6px;
    width: 160px;
  }
}
.hero-main .services-slider__item img {
  aspect-ratio: 1/1;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero-main .services-slider__item span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.section-scroll.main-page-section-scroll {
  background-color: #f3f3f3;
}
.section-scroll.main-page-section-scroll .horizontal-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 32px 0 32px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
.section-scroll.main-page-section-scroll .horizontal-scroll__container {
  overflow: hidden;
  width: 100%;
}
.section-scroll.main-page-section-scroll .horizontal-scroll__inner {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
  gap: 26px;
  align-items: center;
}
.section-scroll.main-page-section-scroll .horizontal-scroll__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #111111;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 768px) {
  .section-scroll.main-page-section-scroll .horizontal-scroll__item {
    letter-spacing: -2px;
  }
}
@media (max-width: 768px) {
  .section-scroll.main-page-section-scroll .horizontal-scroll__item {
    font-size: 1rem;
  }
}
.section-scroll.main-page-section-scroll .horizontal-scroll svg {
  display: block;
  width: 24px;
  height: 24px;
}

.infinite-scroll {
  margin-top: -40px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
.infinite-scroll__container {
  padding: 100px 20px;
  border-radius: 40px 40px 0 0;
  background-color: #00833d;
}
.infinite-scroll__title {
  max-width: 950px;
  text-align: center;
  margin: 0 auto 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .infinite-scroll__title {
    background: radial-gradient(circle at 80% 260%, #aff500 0%, #ffffff 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.infinite-scroll .horizontal-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  background-color: #00833d;
}
.infinite-scroll .horizontal-scroll__container {
  overflow: hidden;
  width: 100%;
}
.infinite-scroll .horizontal-scroll__inner {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
}
.infinite-scroll .horizontal-scroll__item {
  flex-shrink: 0;
  margin-top: 48px;
  margin-left: 48px;
  width: 200px;
  height: 200px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.infinite-scroll .horizontal-scroll__item img {
  display: block;
  max-height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .infinite-scroll .horizontal-scroll__item {
    width: 150px;
    height: 150px;
    margin-top: 32px;
    margin-left: 32px;
  }
}
@media (max-width: 768px) {
  .infinite-scroll .horizontal-scroll__item {
    width: 120px;
    height: 120px;
    padding: 10px;
    margin-top: 8px;
    margin-left: 8px;
  }
}
.infinite-scroll .horizontal-scroll .horizontal-scroll__container {
  -webkit-mask: linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);
  mask: linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);
}
@keyframes scroll {
  to {
    transform: translateX(calc(-50% - 1rem));
  }
}

.sticky-cols {
  position: relative;
  background-color: #ffffff;
}
.sticky-cols__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100dvh;
  position: sticky;
  top: 0;
}
.sticky-cols__item:nth-child(even) {
  background-color: #fcfcfc;
}
.sticky-cols__item:nth-child(even) .sticky-cols__content {
  flex-direction: row;
}
@media (max-width: 1024px) {
  .sticky-cols__item:nth-child(even) .sticky-cols__content {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sticky-cols__item {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0;
  }
}
.sticky-cols__content {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  padding: 48px 20px;
}
@media (max-width: 1024px) {
  .sticky-cols__content {
    flex-direction: column;
    gap: 60px;
    padding: 100px 32px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .sticky-cols__content {
    padding: 60px 20px;
    gap: 32px;
  }
}
.sticky-cols__info {
  max-width: 550px;
}
@media (max-width: 1024px) {
  .sticky-cols__info {
    max-width: 100%;
  }
}
.sticky-cols__info > span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5d51e5;
}
.sticky-cols__info h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 110%;
  color: #111111;
  margin: 24px 0 20px;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .sticky-cols__info h2 {
    letter-spacing: -4px;
  }
}
.sticky-cols p {
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 150%;
  letter-spacing: -1px;
}

.section-main-pricing {
  background-color: #5d51e5;
  padding: 0 20px;
  position: relative;
}
.section-main-pricing__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.5;
}
.section-main-pricing__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .section-main-pricing__container {
    padding: 80px 0 80px;
  }
}
.section-main-pricing__container h2 {
  font-weight: 600;
  font-size: clamp(2rem, 6vw, 5.5rem);
  line-height: 110%;
  color: #ffffff;
  margin: 24px 0 50px;
  text-align: center;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .section-main-pricing__container h2 {
    letter-spacing: -4px;
  }
}
.section-main-pricing__container > p {
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d6ff5b;
}
.section-main-pricing__tabs {
  max-width: 900px;
  margin: 80px auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section-main-pricing__tabs {
    flex-direction: column;
    gap: 20px;
  }
}
.section-main-pricing__tabs .tabs-text {
  flex-shrink: 0;
  color: #46e0ff;
  font-family: "Space Grotesk", sans-serif;
  line-height: 18px;
  align-self: flex-start;
  margin-top: -25px;
  margin-right: 6px;
  font-size: 1.25rem;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .section-main-pricing__tabs .tabs-text {
    margin-top: -40px;
    font-size: 1.5rem;
  }
}
.section-main-pricing__tabs svg {
  margin-top: -9px;
  margin-right: 20px;
}
.section-main-pricing__tabs svg path {
  stroke: #46e0ff;
}
@media (max-width: 768px) {
  .section-main-pricing__tabs svg {
    display: none;
  }
}
.section-main-pricing__tabs-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  counter-reset: step;
}
.section-main-pricing__tabs-wrapper .tab-dot {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  background-color: #5d51e5;
  border-radius: 50%;
  border: 3px solid #ffffff;
  position: relative;
  cursor: pointer;
  counter-increment: step;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
@media (max-width: 768px) {
  .section-main-pricing__tabs-wrapper .tab-dot {
    width: 24px;
    height: 24px;
  }
}
.section-main-pricing__tabs-wrapper .tab-dot:hover {
  background-color: #9e96ff;
}
.section-main-pricing__tabs-wrapper .tab-dot.active {
  background-color: #f0efff;
  transform: scale(110%);
}
.section-main-pricing__tabs-wrapper .tab-dot.active::after {
  color: #ffffff;
}
.section-main-pricing__tabs-wrapper .tab-dot::after {
  content: counter(step);
  position: absolute;
  top: 24px;
  transition: 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  color: #867bfa;
}
.section-main-pricing__tabs-wrapper .tab-dot:last-of-type::after {
  content: "More";
}
.section-main-pricing__tabs-wrapper .tab-line {
  width: 100%;
  height: 2.5px;
  background-color: #867bfa;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.section-main-pricing__tabs-wrapper .tab-line.active {
  background-color: #ffffff;
}
.section-main-pricing__content {
  background-color: #0c0c0c;
  border-radius: 24px;
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .section-main-pricing__content {
    padding: 40px 20px;
  }
}
.section-main-pricing__content > h3 {
  color: #ffffff;
  font-size: clamp(1.75rem, 4vw, 3rem);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-main-pricing__content > p {
  font-size: clamp(1rem, 4vw, 1.125rem);
  line-height: 120%;
  color: #ffffff;
  max-width: 700px;
  padding-bottom: 50px !important;
  margin: none !important;
}
.section-main-pricing__content-wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-main-pricing__content-wrapper {
    flex-wrap: wrap-reverse;
    gap: 12px;
  }
}
.section-main-pricing__content-wrapper ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .section-main-pricing__content-wrapper ul {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .section-main-pricing__content-wrapper ul {
    width: 43%;
  }
}
@media (max-width: 425px) {
  .section-main-pricing__content-wrapper ul {
    width: 100%;
  }
}
.section-main-pricing__content-wrapper ul li {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 120%;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-main-pricing__content-wrapper ul li svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.section-main-pricing__content-wrapper ul li svg path {
  stroke: #d6ff5b;
}
.section-main-pricing__content-price {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .section-main-pricing__content-price {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .section-main-pricing__content-price {
    padding-bottom: 40px !important;
  }
}
.section-main-pricing__content-price h3 {
  font-size: clamp(3rem, 7vw, 4.5rem);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.section-main-pricing__content-price span {
  color: #898989;
  text-align: center;
  font-size: 0.875rem;
}

.section-deal {
  background: linear-gradient(45deg, #ededed, #ffffff);
  padding: 0 20px;
}
.section-deal__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section-deal__container {
    padding: 80px 0;
  }
}
.section-deal h2 {
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 5rem);
  margin-bottom: 56px;
  max-width: 900px;
}
.section-deal__content {
  display: flex;
  gap: 50px;
}
@media (max-width: 1024px) {
  .section-deal__content {
    flex-direction: column;
    gap: 20px;
  }
}
.section-deal__owner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  background-color: #ffffff;
}
.section-deal__owner-quote {
  position: absolute;
  top: 32px;
  right: 32px;
}
@media (max-width: 768px) {
  .section-deal__owner-quote {
    display: none;
  }
}
.section-deal__owner .block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-deal__owner .block img {
  width: 60px;
  height: 60px;
}
.section-deal__owner .block-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.section-deal__owner .block-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.section-deal__owner .block-info p {
  color: #666666;
  font-size: 1rem;
}
.section-deal__owner blockquote {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 500;
  color: #313131;
}
.section-deal__details {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px 32px;
  border-radius: 24px;
  background-color: #0c0c0c;
}
.section-deal__details div {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 500;
  color: #fff;
  padding: 16px 0;
}
.section-deal__details div:not(:last-child) {
  border-bottom: 1px solid #1c1c1c;
}
.section-deal__details div svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.section-deal__numbers {
  margin-top: 100px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-deal__numbers {
    flex-direction: column;
    margin-top: 50px;
  }
}
.section-deal__numbers-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-deal__numbers-item span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(3rem, 5vw, 4rem);
  letter-spacing: -2px;
  color: #5d51e5;
}
.section-deal__numbers-item p {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.section-3-items {
  background: #fff;
  padding: 0 20px;
}
.section-3-items__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
.section-3-items h2 {
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 5rem);
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.section-3-items p {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 150%;
}
.section-3-items__content {
  margin-top: 72px;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section-3-items__content {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .section-3-items__content {
    flex-direction: column;
    gap: 20px;
  }
}
.section-3-items__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-3-items__item svg {
  width: 120px;
  height: 120px;
}
.section-3-items__item h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 24px 0 16px;
}
.section-3-items__item p {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #4b4b4b;
}

.section-way {
  background: linear-gradient(135deg, #ededed, #ffffff);
  padding: 0 20px;
}
.section-way__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section-way__container {
    padding: 80px 0;
  }
}
.section-way span {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #5d51e5;
}
.section-way h2 {
  text-align: center;
  margin: 16px auto 56px;
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #111111;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .section-way h2 {
    letter-spacing: -4px;
  }
}
.section-way__cols {
  display: flex;
  gap: 32px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .section-way__cols {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .section-way__cols {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.section-way__item {
  padding: 10px;
  border-radius: 20px;
  height: 420px !important;
  flex: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .section-way__item {
    padding: 140px 16px 16px;
  }
}
@media (min-width: 1024px) {
  .section-way__item:hover .section-way__item-content {
    padding-bottom: 28px;
  }
  .section-way__item:hover .section-way__item-content p {
    max-height: 70px;
    opacity: 1;
  }
}
.section-way__item:nth-child(1) .section-way__item-content {
  background-color: #5d51e5;
  color: #ffffff;
}
.section-way__item:nth-child(2) .section-way__item-content {
  background-color: #46e0ff;
  color: #111111;
}
.section-way__item:nth-child(3) .section-way__item-content {
  background-color: #ffbf00;
  color: #111111;
}
.section-way__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-way__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform: translateZ(0);
}
.section-way__item-content {
  position: relative !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 24px 0;
  border-radius: 10px;
  z-index: 10;
  height: -moz-fit-content !important;
  height: fit-content !important;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .section-way__item-content {
    padding: 24px;
  }
}
.section-way__item-content h3 {
  font-size: clamp(1.5rem, 4vw, 1.75rem);
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .section-way__item-content h3 {
    margin-bottom: 16px;
  }
}
.section-way__item-content p {
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 120%;
  max-height: 0;
  overflow: hidden;
  font-weight: 400;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 1024px) {
  .section-way__item-content p {
    max-height: 100%;
    opacity: 1;
  }
}

.section-tools {
  background: linear-gradient(45deg, #0c0c0c, #141414);
  padding: 0 20px;
  overflow: hidden;
}
.section-tools__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .section-tools__container {
    gap: 30px;
    padding: 80px 0;
  }
}
.section-tools h2 {
  text-align: center;
  font-size: clamp(2rem, 6vw, 5rem) !important;
  color: #ffffff;
  max-width: 1000px;
}
.section-tools .horizontal-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .section-tools .horizontal-scroll {
    padding: 16px 0;
  }
}
.section-tools .horizontal-scroll__container {
  overflow: hidden;
  width: 100%;
}
.section-tools .horizontal-scroll__inner {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
  gap: 16px;
}
@media (max-width: 768px) {
  .section-tools .horizontal-scroll__inner {
    gap: 10px;
  }
}
.section-tools .horizontal-scroll__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 4vw, 1.25rem);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  color: #aff500;
  padding: 16px 32px;
  text-transform: uppercase;
  background-color: #191919;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .section-tools .horizontal-scroll__item {
    padding: 12px 20px;
  }
}
.section-tools .horizontal-scroll .horizontal-scroll__container {
  -webkit-mask: linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);
  mask: linear-gradient(90deg, transparent, #00833d 20%, #00833d 80%, transparent);
}
.section-tools svg {
  transform: scale(110%);
}

.section-alt {
  background-color: #fdfdfd;
  padding: 0 20px;
}
.section-alt__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section-alt__container {
    padding: 80px 0;
  }
}
.section-alt__container > span {
  display: block;
  color: #5d51e5;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.section-alt__container h2 {
  text-align: center;
  margin: 20px auto 56px;
  font-size: clamp(2rem, 6vw, 5rem);
  color: #111111;
  max-width: 700px;
}
.section-alt__container h2 span {
  color: #d0ff5b;
}
.section-alt__table {
  width: 100%;
  --table-grid: 460px repeat(5, 1fr);
  --table-gap: 40px;
  --table-padding-head: 0px 0px 0px 40px;
  --table-padding-body: 0 0 0 40px;
}
@media (max-width: 1024px) {
  .section-alt__table {
    --table-grid: 200px repeat(5, 1fr);
    --table-gap: 24px;
    --table-padding-head: 0px 0px 0px 24px;
    --table-padding-body: 0 0 0 24px;
  }
}
@media (max-width: 768px) {
  .section-alt__table {
    --table-grid: 150px repeat(5, 1fr);
    --table-gap: 24px;
    --table-padding-head: 0px 0px 0px 24px;
    --table-padding-body: 0 0 0 24px;
  }
}
.section-alt__table-wrapper {
  width: 100%;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #d0ff5b transparent;
}
.section-alt__table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.section-alt__table-wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.section-alt__table-wrapper::-webkit-scrollbar-thumb {
  background-color: #d0ff5b;
  border-radius: 10px;
}
.section-alt__table-head {
  display: grid;
  align-items: center;
  grid-template-columns: var(--table-grid);
  padding: var(--table-padding-head);
  background-color: #111111;
  border-radius: 8px;
  min-width: 620px;
}
.section-alt__table-head-item {
  padding: 50px 0px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f3f3f3;
}
@media (max-width: 768px) {
  .section-alt__table-head-item {
    padding: 40px 0px;
  }
}
.section-alt__table-head-item:first-child {
  grid-column: 3;
}
.section-alt__table-item {
  display: grid;
  align-items: center;
  grid-template-columns: var(--table-grid);
  color: #111111;
  padding: var(--table-padding-body);
  border-bottom: 1px solid #ededed;
  min-width: 620px;
}
.section-alt__table-item:last-child {
  border-bottom: 1px solid transparent;
}
.section-alt__table-item.-selected {
  overflow: hidden;
  position: relative;
}
.section-alt__table-item.-selected::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(460px + var(--table-gap));
  right: 0;
  bottom: 0;
  border: 8px solid #ffffff;
  border-radius: 18px;
  background-color: #d6ff5b;
  z-index: 0;
}
@media (max-width: 1024px) {
  .section-alt__table-item.-selected::after {
    left: calc(200px + var(--table-gap));
  }
}
@media (max-width: 768px) {
  .section-alt__table-item.-selected::after {
    left: calc(150px + var(--table-gap));
  }
}
.section-alt__table-item.-selected > * {
  position: relative;
  z-index: 1;
}
.section-alt__table-item.-selected p {
  font-weight: 500 !important;
}
.section-alt__table-item.-selected svg path {
  stroke: #0a211f !important;
}
.section-alt__table-item .item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 430px;
  width: 100%;
}
.section-alt__table-item .item-content h3 {
  font-size: clamp(1.5rem, 4vw, 1.75rem);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-alt__table-item .item-content h3 {
    font-size: 1rem;
  }
}
.section-alt__table-item .item-content p {
  font-size: 1rem;
  line-height: 120%;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .section-alt__table-item .item-content p {
    font-size: 0.875rem;
    display: none;
  }
}
.section-alt__table-item .item-stat {
  padding: 50px 0px;
  border-left: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-alt__table-item .item-stat {
    padding: 30px 0px;
  }
}
.section-alt__table-item .item-stat svg path {
  stroke: #111111;
}

.projects {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 80px 0 0;
}
.projects__title {
  width: 100%;
  border-bottom: 1px solid #f8f8f8;
  padding: 0 20px;
}
.projects__title h2 {
  max-width: 1240px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  color: #5d51e5;
  letter-spacing: 0;
  margin-bottom: 16px;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
}
.projects__item {
  margin: 0 auto;
  padding: 70px 0 70px;
}
.projects__item:nth-child(odd) {
  background-color: #f0efff;
}
.projects__info {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .projects__info {
    flex-direction: column;
    gap: 16px;
  }
}
.projects__info h3 {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 100%;
  color: #111111;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
}
.projects__info .info-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .projects__info .info-details {
    gap: 6px;
  }
}
.projects__info .info-details span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 1.25rem);
}
.projects__info .info-details a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, 3vw, 1.125rem);
  color: #5d51e5;
  text-transform: uppercase;
  transition: 0.3s ease;
  line-height: 110%;
}
.projects__info .info-details a:hover {
  color: #9e96ff;
}
.projects__slider {
  margin-top: 58px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  height: 100%;
  position: relative;
  cursor: none;
  overflow: visible;
}
.projects__slider .swiper {
  width: 100%;
}
@media (min-width: 1024px) {
  .projects__slider .swiper {
    width: calc(100vw - (50vw - 620px));
  }
}
.projects__slider .swiper-wrapper {
  margin: 0 auto;
  cursor: none;
  height: 100%;
}
.projects__slider .swiper-slide {
  height: auto;
  display: flex;
  height: auto;
  cursor: none;
}
.projects__slider .swiper-slide img {
  border-radius: 4px;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: none;
}
.projects__slider .swiper-controls {
  max-width: 1240px;
  cursor: none;
  margin: 30px auto 0;
}
.projects__slider .swiper-controls .swiper-scrollbar.projects-scrollbar {
  position: static;
  height: 3px !important;
  background-color: #ffbf00;
  width: 100%;
}
.projects__slider .swiper-controls .swiper-scrollbar-drag {
  height: 3px !important;
  background-color: #5d51e5;
  cursor: pointer;
}
.projects__slider .swiper-controls .projects-prev,
.projects__slider .swiper-controls .projects-next {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 90px !important;
  height: 90px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  pointer-events: none;
  cursor: none;
  scale: 0.9;
  transition: scale 0.1s ease, opacity 0.1s ease, translate 0s linear;
  z-index: 50;
  opacity: 0;
  background-color: #ffffff;
  will-change: translate, scale, opacity;
}
.projects__slider .swiper-controls .projects-prev svg,
.projects__slider .swiper-controls .projects-next svg {
  width: 90px !important;
  height: 90px !important;
  fill: #ffffff !important;
  stroke-width: 0.5px !important;
  stroke: #ffffff;
  transition: scale 0.05s ease;
}
.projects__slider .swiper-controls .projects-prev svg path,
.projects__slider .swiper-controls .projects-next svg path {
  fill: #111111 !important;
}
.projects__slider .swiper-controls .projects-prev.visible,
.projects__slider .swiper-controls .projects-next.visible {
  transition: scale 0.3s ease, opacity 0.3s ease, translate 0s linear;
  scale: 1;
  opacity: 1;
  pointer-events: auto;
}
.projects__slider .swiper-controls .projects-prev.visible.first-slide,
.projects__slider .swiper-controls .projects-next.visible.last-slide {
  opacity: 0.5;
  pointer-events: auto;
}
.projects__slider .swiper-controls .projects-prev svg {
  rotate: 180deg;
}
.projects__slider .swiper-controls .projects-prev:active svg {
  scale: 0.85;
}
.projects__slider .swiper-controls .projects-next:active svg {
  scale: 0.85;
}

.faq-section {
  padding: 0 20px;
}
.faq-section__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  gap: clamp(40px, 5vw, 70px);
}
@media (max-width: 768px) {
  .faq-section__container {
    padding: 80px 0;
    flex-direction: column;
    gap: 60px;
  }
}
.faq-section__container h2 {
  font-size: clamp(3rem, 5vw, 5.5rem);
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: -3px;
  color: #111111;
}
@media (max-width: 768px) {
  .faq-section__container h2 {
    margin-bottom: 16px;
  }
}
.faq-section__founder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  padding: 32px;
  border-radius: 24px;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.08);
  gap: 16px;
}
@media (min-width: 768px) {
  .faq-section__founder {
    gap: 24px;
    max-width: 350px;
    box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
  }
}
.faq-section__founder img {
  width: 60px;
  height: 60px;
}
.faq-section__founder h3 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 110%;
  text-align: center;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .faq-section__founder h3 {
    letter-spacing: -4px;
  }
}
.faq-section__founder p {
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 125%;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
  color: #4b4b4b;
}
.faq-section__founder a {
  margin-top: 10px;
  background-color: #ffbf00;
  width: -moz-fit-content;
  width: fit-content;
  color: #111111;
}
.faq-section__content {
  display: flex;
  flex-direction: column;
}

.final-cta {
  background-color: #ffbf00;
  padding: 0px 20px;
  position: relative;
}
.final-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  opacity: 0.3;
  filter: brightness(200%);
}
@media (max-width: 768px) {
  .final-cta__bg {
    display: none;
  }
}
.final-cta__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .final-cta__container {
    padding: 80px 0;
    gap: 36px;
  }
}
.final-cta__container h2 {
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 5.5rem);
  line-height: 110%;
  z-index: 2;
  text-align: center;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .final-cta__container h2 {
    letter-spacing: -4px;
  }
}
.final-cta__actions {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .final-cta__actions {
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
  }
}
.final-cta__actions a {
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  color: #111111;
  padding: 16px 32px;
  border-radius: 3rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 1.25rem);
  text-transform: uppercase;
  transition: 0.3s ease;
}
.final-cta__actions a:hover {
  background-color: #111111;
  color: #ffffff;
}
@media (max-width: 768px) {
  .final-cta__actions a {
    width: 100% !important;
  }
}
.final-cta__actions a:first-child {
  background-color: #5d51e5;
  color: #ffffff;
}
.final-cta__actions a:first-child:hover {
  background-color: #ffffff;
  color: #5d51e5;
}

.hero-about {
  padding: 150px 20px 80px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-about {
    padding: 120px 20px 20px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.hero-about__container {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  height: 100%;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .hero-about__container {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .hero-about__container {
    flex-direction: column;
    gap: 30px;
  }
}
.hero-about__image {
  width: 100%;
  max-width: 650px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .hero-about__image {
    max-width: 100%;
  }
}
.hero-about__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  animation: hero-enter 1s ease 0.2s forwards;
}
@media (max-width: 1023px) {
  .hero-about__image img {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-about__content h1 {
  font-weight: 600;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  text-align: left;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.3s forwards;
}
@media (max-width: 1023px) {
  .hero-about__content h1 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-about__content p {
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 140%;
  margin-top: 20px;
}
.hero-about__content p:nth-of-type(1) {
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.4s forwards;
}
@media (max-width: 1023px) {
  .hero-about__content p:nth-of-type(1) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-about__content p:nth-of-type(2) {
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.45s forwards;
}
@media (max-width: 1023px) {
  .hero-about__content p:nth-of-type(2) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-about__content p:nth-of-type(3) {
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.5s forwards;
}
@media (max-width: 1023px) {
  .hero-about__content p:nth-of-type(3) {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-about__content a {
  margin-top: 30px;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.6s forwards;
}
@media (max-width: 1023px) {
  .hero-about__content a {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 768px) {
  .hero-about__content a {
    width: 100%;
    margin: 30px auto;
  }
  .hero-about__content a div {
    margin-left: auto;
  }
}

.section-metrics {
  background-color: #ffffff;
  padding: 0 20px;
}
.section-metrics__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 0;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .section-metrics__container {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-metrics__container {
    gap: 20px;
    text-align: center;
  }
}
.section-metrics__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .section-metrics__item {
    gap: 6px;
  }
}
.section-metrics__item h2 {
  font-size: clamp(2rem, 5vw, 4rem) !important;
  text-transform: uppercase;
}
.section-metrics__item p {
  color: #7a7a7a;
  line-height: 140%;
  font-weight: 500;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  text-transform: capitalize;
}

.section-positioning {
  position: relative;
  padding: 0 20px;
}
.section-positioning__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: brightness(80%);
}
.section-positioning__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-positioning__container {
    padding: 80px 0;
  }
}
.section-positioning h2 {
  text-align: center;
  font-size: clamp(3rem, 6vw, 6rem);
  color: #292929;
}
.section-positioning h2 span {
  color: #5d51e5;
}
@media (max-width: 768px) {
  .section-positioning h2 {
    font-size: 2rem;
  }
}
.section-positioning__scroll {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .section-positioning__scroll {
    margin-top: 50px;
  }
}
.section-positioning__scroll h3 {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 32px;
}
.section-positioning__scroll .partners-scroll {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 20px 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
.section-positioning__scroll .partners-scroll__inner {
  display: flex;
  align-items: center;
  gap: 90px;
  width: -moz-max-content;
  width: max-content;
  list-style: none;
  padding: 0;
  margin: 0;
  will-change: transform;
}
@media (max-width: 768px) {
  .section-positioning__scroll .partners-scroll__inner {
    gap: 40px;
  }
}
.section-positioning__scroll .partners-scroll__item {
  flex-shrink: 0;
}
.section-positioning__scroll .partners-scroll__item img {
  max-width: 150px;
  display: block;
  height: auto;
}

.section-promise {
  background-color: #0c0c0c;
  padding: 0 20px;
}
.section-promise__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section-promise__container {
    padding: 80px 0;
  }
}
.section-promise__content {
  display: flex;
  flex-direction: column;
}
.section-promise__content span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #d6ff5b;
  text-transform: uppercase;
  font-size: clamp(1rem, 3vw, 1.125rem);
  text-align: center;
}
.section-promise__content h2 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  text-align: center;
  color: #ffffff;
}
.section-promise__content p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 140%;
  margin-top: 20px;
  text-align: center;
  color: #b9b9b9;
}
.section-promise__content img {
  margin-top: 30px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-promise__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .section-promise__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-promise__grid {
    grid-template-columns: 1fr;
  }
}
.section-promise__grid-item {
  display: flex;
  flex-direction: column;
  background-color: #121212;
  padding: 32px 20px;
  border-radius: 24px;
}
.section-promise__grid-item svg {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}
.section-promise__grid-item h3 {
  font-weight: 500;
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  color: #ffffff;
  margin-bottom: 16px;
}
.section-promise__grid-item p {
  color: #b9b9b9;
  line-height: 125%;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}

.about-team {
  background-color: #5d51e5;
  padding: 0 20px;
  position: relative;
}
.about-team__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: brightness(80%);
}
.about-team__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
@media (max-width: 768px) {
  .about-team__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
  }
}
.about-team__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .about-team__content {
    max-width: 600px;
  }
}
.about-team__content span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #d6ff5b;
  text-transform: uppercase;
  font-size: clamp(1rem, 3vw, 1.125rem);
}
.about-team__content h2 {
  color: #ffffff;
  z-index: 2;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin: 20px 0 20px;
}
.about-team__content > p {
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 125%;
  color: #f7f9f2;
  font-weight: 300;
  margin-bottom: 12px;
}
.about-team__content-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background-color: rgba(12, 12, 12, 0.0862745098);
  border-radius: 24px;
  padding: 26px;
  margin: 16px 0 0;
}
@media (max-width: 768px) {
  .about-team__content-item {
    padding: 25px 20px;
    flex-direction: column;
  }
}
.about-team__content-item svg {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
.about-team__content-item .block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-team__content-item .block h3 {
  font-family: "Work Sans", sans-serif;
  margin-top: 10px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 600;
}
.about-team__content-item .block p {
  font-size: 1rem;
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 125%;
  color: #f7f9f2;
  font-weight: 300;
}
.about-team__img {
  width: 100%;
}
@media (min-width: 1024px) {
  .about-team__img {
    max-width: 600px;
    min-width: 530px;
  }
}
.about-team__img img {
  width: 100%;
  height: auto;
  display: block;
}

.section-workflow {
  background-color: #0c0c0c;
  padding: 0 20px;
}
.section-workflow__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .section-workflow__container {
    flex-direction: column;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .section-workflow__container {
    padding: 80px 0;
  }
}
.section-workflow__content {
  position: relative;
}
@media (max-width: 1024px) {
  .section-workflow__content {
    max-width: 100%;
  }
}
.section-workflow__content-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 560px;
}
@media (min-width: 1025px) {
  .section-workflow__content-inner {
    position: sticky;
    top: 130px;
  }
}
.section-workflow__content-inner > span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  color: #46e0ff;
  text-transform: uppercase;
  font-size: clamp(1rem, 3vw, 1.125rem);
}
.section-workflow__content h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #ffffff;
}
.section-workflow__content p {
  margin: 0 auto;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 120%;
  font-weight: 300;
  color: #e9e9e9;
}
.section-workflow__content a {
  margin-top: 10px;
  background-color: #d6ff5b;
  color: #111111;
  box-shadow: 0px 6px 20px rgba(255, 255, 255, 0.1725490196);
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  font-size: 1.125rem;
}
.section-workflow__content .stats {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .section-workflow__content .stats {
    margin-top: 40px;
  }
}
.section-workflow__content .stats__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid rgba(247, 249, 242, 0.1019607843);
  padding-bottom: 32px;
}
.section-workflow__content .stats__item h3 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #ffffff;
  font-weight: 500;
}
.section-workflow__content .stats__item p {
  color: #8f8f8f;
  line-height: 125%;
  font-size: clamp(0.875rem, 2.5vw, 1.125rem);
}
.section-workflow__col {
  display: flex;
  flex-direction: column;
  max-width: 560px;
  position: relative;
}
@media (max-width: 1024px) {
  .section-workflow__col {
    max-width: 100%;
  }
}
.section-workflow__col-item {
  display: flex;
  gap: 36px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .section-workflow__col-item {
    gap: 20px;
    padding-bottom: 48px;
  }
}
.section-workflow__col-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 27px;
  width: 2px;
  height: 300px;
  background-color: #d8ff85;
  z-index: 0;
}
.section-workflow__col-item .item-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background-color: #0c0c0c;
  border: 2px solid #1d1d1d;
  font-size: 1.5rem;
  border-radius: 50%;
  color: #f7f9f2;
  z-index: 1;
}
.section-workflow__col-item .item-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .section-workflow__col-item .item-block {
    padding-top: 16px;
  }
}
.section-workflow__col-item .item-block .item-subtitle {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #828282;
}
.section-workflow__col-item .item-block .item-title {
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  color: #ffffff;
  line-height: 120%;
  font-weight: 500;
}
.section-workflow__col-item .item-block .item-p {
  color: #9c9c9c;
  line-height: 120%;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}

.about-sticky-cols {
  position: relative;
  background-color: #ffffff;
}
.about-sticky-cols__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
.about-sticky-cols__item:nth-child(even) {
  justify-content: flex-start;
  background: linear-gradient(to bottom, #f0efff, #ffffff);
}
.about-sticky-cols__item:nth-child(even) .about-sticky-cols__content {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .about-sticky-cols__item:nth-child(even) .about-sticky-cols__content {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .about-sticky-cols__item {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0;
  }
}
.about-sticky-cols__content {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 20px;
  gap: 60px;
}
@media (max-width: 1024px) {
  .about-sticky-cols__content {
    flex-direction: column;
    gap: 60px;
    padding: 100px 32px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .about-sticky-cols__content {
    padding: 80px 20px;
    gap: 32px;
  }
}
.about-sticky-cols__info {
  max-width: 550px;
}
@media (max-width: 1024px) {
  .about-sticky-cols__info {
    max-width: 100%;
  }
}
.about-sticky-cols__info > span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5d51e5;
}
.about-sticky-cols__info h2 {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 4rem);
  color: #111111;
  margin: 24px 0 20px;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .about-sticky-cols__info h2 {
    letter-spacing: -4px;
  }
}
.about-sticky-cols .b-p {
  font-weight: 500;
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  line-height: 120%;
  display: block;
}
.about-sticky-cols .l-p {
  margin-top: 20px;
  font-weight: 400;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  line-height: 120%;
  display: block;
  color: #4b4b4b;
}

.founder {
  padding: 0 20px;
  background: linear-gradient(to top, #f2f2f2, #ffffff);
}
.founder__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media (max-width: 768px) {
  .founder__container {
    padding: 50px 0 80px;
  }
}
.founder__content {
  display: flex;
  gap: 90px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .founder__content {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .founder__content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.founder__image {
  max-width: 360px;
  min-width: 300px;
  width: 100%;
  height: auto;
  position: relative;
}
.founder__image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: 101%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12rem;
  opacity: 0;
  transition: 0.3s ease;
}
.founder__image-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 50%;
}
.founder__image:hover .founder__image-link {
  opacity: 1;
  background-color: rgba(255, 250, 227, 0.19);
}
.founder__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.founder__info h2 {
  color: #111111;
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 4rem);
}
.founder__info span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #5d51e5;
  display: block;
  margin: 20px 0 30px;
}
@media (max-width: 768px) {
  .founder__info span {
    margin: 10px 0 20px;
  }
}
.founder__info p {
  display: inline-block;
  border-left: 2px solid #5d51e5;
  padding-left: 16px;
  color: #374151;
  line-height: 140%;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}
.founder__testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .founder__testimonials {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .founder__testimonials {
    grid-template-columns: 1fr;
  }
}
.founder__item {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
}
.founder__item-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.founder__item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .founder__item:nth-child(2) {
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .founder__item {
    gap: 16px;
  }
}
.founder__item-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px clamp(16px, 3vw, 20px);
}
.founder__item blockquote {
  font-size: clamp(0.875rem, 3vw, 1.125rem);
  line-height: 150%;
  font-weight: 600;
  color: #201b21;
  line-height: 125%;
  display: block;
}
.founder__item blockquote cite {
  font-size: 1rem;
  font-style: normal;
  margin-top: 28px;
  display: block;
}
@media (max-width: 768px) {
  .founder__item blockquote cite {
    margin-top: 16px;
  }
}

.page-404 {
  background: radial-gradient(circle at 20% 20%, #b1b1b1 10%, #474747 70%);
  height: 100vh;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-404__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 200px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .page-404__container {
    flex-direction: column;
    padding: 100px 0 50px;
    align-items: center !important;
  }
}
.page-404__container h1 {
  font-size: clamp(4rem, 10vw, 8rem);
  color: #ffffff;
  font-weight: 900;
}
@media (max-width: 768px) {
  .page-404__container h1 {
    align-items: center !important;
  }
}
.page-404__container a {
  width: -moz-fit-content;
  width: fit-content;
}

.hero-service {
  padding: 190px 0 120px;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-service {
    padding: 120px 0 80px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.hero-service__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
  filter: brightness(70%);
  animation: service-bg-ani-about 1.5s ease 0s forwards;
}
@keyframes service-bg-ani-about {
  from {
    opacity: 0;
    transform: scaleX(110%);
  }
  to {
    opacity: 1;
    transform: scaleX(100%);
  }
}
@media (max-width: 768px) {
  .hero-service__bg {
    display: none;
  }
}
.hero-service__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  height: 100% !important;
  gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
}
.hero-service__container h1 {
  z-index: 2;
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  opacity: 0;
  animation: hero-enter 1s ease 0.2s forwards;
  line-height: 100%;
  text-align: left !important;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .hero-service__container h1 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-service__container h1 span {
  color: #d6ff5b;
}
@media (max-width: 768px) {
  .hero-service__container h1 {
    font-size: 2rem;
  }
}
.hero-service__container a {
  z-index: 2;
  opacity: 0;
  animation: hero-enter 1s ease 0.3s forwards;
}
@media (max-width: 1023px) {
  .hero-service__container a {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.section-talent {
  background: linear-gradient(to top, #f8f8f8, #ffffff);
  padding: 0 20px;
}
.section-talent__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section-talent__container {
    padding: 80px 0;
  }
}
.section-talent h2 {
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 5rem);
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-talent p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 150%;
}
.section-talent__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .section-talent__cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-talent__cols {
    grid-template-columns: 1fr;
  }
}
.section-talent__cols-item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 10px 20px 20px rgba(0, 0, 0, 0.02);
}
@media (max-width: 768px) {
  .section-talent__cols-item {
    padding: 24px 16px;
  }
}
.section-talent__cols-item h3 {
  font-size: clamp(2rem, 4vw, 3rem);
}
.section-talent__cols-item p {
  text-align: left !important;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 120%;
  max-width: 220px;
  color: #4b4b4b;
  margin: 20px 0 38px;
}
.section-talent__cols-item svg {
  margin-top: auto;
  align-self: flex-end;
}

.section-recruitment {
  background-color: #ffffff;
  padding: 0 20px;
}
.section-recruitment__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section-recruitment__container {
    padding: 80px 0;
  }
}
.section-recruitment h2 {
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 5rem);
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-recruitment p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 150%;
}
.section-recruitment__cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .section-recruitment__cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .section-recruitment__cols {
    grid-template-columns: 1fr;
  }
}
.section-recruitment__cols-item {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .section-recruitment__cols-item {
    padding: 24px 16px;
  }
}
.section-recruitment__cols-item h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  max-width: 350px;
}
.section-recruitment__cols-item p {
  text-align: left !important;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 120%;
  max-width: 350px;
  color: #4b4b4b;
  margin: 20px 0 38px;
}
.section-recruitment__cols-item img {
  max-width: 240px;
  align-self: flex-end;
}

.section-skills {
  background-color: #5d51e5;
  padding: 0;
  position: relative;
}
.section-skills__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.section-skills__container {
  margin: 0 auto;
  padding: 120px 0 120px;
}
@media (max-width: 768px) {
  .section-skills__container {
    padding: 80px 0 80px;
  }
}
.section-skills__container h2 {
  font-weight: 600;
  font-size: clamp(2rem, 6vw, 5.5rem);
  line-height: 110%;
  padding: 0 20px;
  color: #ffffff;
  margin: 24px 0 50px;
  text-align: center;
  letter-spacing: -2px;
}
@media (min-width: 768px) {
  .section-skills__container h2 {
    letter-spacing: -4px;
  }
}
.section-skills__container > p {
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #d6ff5b;
}
.section-skills .section-scroll.service-page-section-scroll .horizontal-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1920px !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}
.section-skills .section-scroll.service-page-section-scroll .horizontal-scroll__container {
  overflow: hidden;
}
.section-skills .section-scroll.service-page-section-scroll .horizontal-scroll__inner {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
  gap: 32px;
  align-items: center;
}
.section-skills .section-scroll.service-page-section-scroll .horizontal-scroll__item {
  flex-shrink: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 6vw, 3.25rem);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  color: #877df4;
  position: relative;
  transition: 0.2s;
}
.section-skills .section-scroll.service-page-section-scroll .horizontal-scroll__item:hover {
  color: #c4bfff;
  cursor: default;
}
@media (max-width: 768px) {
  .section-skills .section-scroll.service-page-section-scroll .horizontal-scroll__item {
    height: 40px;
    font-size: 1.5rem;
  }
}

.hero-process {
  background-color: #ffffff;
  padding: 200px 20px 100px;
  overflow: hidden;
  position: sticky;
  top: 0px;
  height: 100dvh !important;
}
@media (max-width: 1024px) {
  .hero-process {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .hero-process {
    padding: 150px 20px 100px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.hero-process__bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: brightness(0);
  animation: bg__ani 1.75s ease forwards;
}
@keyframes bg__ani {
  from {
    opacity: 0;
    transform: scale(110%);
  }
  to {
    opacity: 0.05;
    transform: scale(100%);
  }
}
.hero-process__bg svg {
  height: 100% !important;
  width: 100%;
}
.hero-process__bg svg g {
  height: 100% !important;
}
.hero-process__pattern {
  position: absolute;
  bottom: 20%;
  right: 0;
  width: 500px;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.7;
  display: none;
}
.hero-process__container {
  max-width: 1240px;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  gap: 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-process__container {
    gap: 20px;
  }
}
.hero-process__title {
  max-width: 800px;
  z-index: 1;
}
.hero-process__title h1 {
  text-align: left !important;
  color: #111111;
  line-height: 90%;
  z-index: 2;
  font-size: clamp(4rem, 8vw, 9rem);
  text-transform: uppercase;
  opacity: 0;
  animation: hero-enter 1s ease 0.2s forwards;
}
@media (max-width: 1023px) {
  .hero-process__title h1 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-process__cta {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .hero-process__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-process__cta p {
  opacity: 0;
  animation: hero-enter 1s ease 0.3s forwards;
  font-weight: 500;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 120%;
  z-index: 2;
  max-width: 500px;
  color: #707070;
}
@media (max-width: 1023px) {
  .hero-process__cta p {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-process__cta a {
  opacity: 0;
  animation: hero-reverse-enter 1s ease 0.4s forwards;
}
@media (max-width: 1023px) {
  .hero-process__cta a {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 768px) {
  .hero-process__cta a {
    width: 100%;
  }
}

.sticky-cols-process {
  position: relative;
}
.sticky-cols-process__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0px;
  background-color: #ffffff;
}
.sticky-cols-process__item:nth-child(even) {
  background-color: #f0efff;
}
@media (max-width: 1024px) {
  .sticky-cols-process__item {
    position: static;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 0;
  }
}
.sticky-cols-process__content {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px 20px;
}
@media (max-width: 1024px) {
  .sticky-cols-process__content {
    flex-direction: column;
    gap: 60px;
    padding: 100px 32px;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .sticky-cols-process__content {
    padding: 60px 20px;
    gap: 32px;
  }
}
.sticky-cols-process__info {
  width: 100%;
}
@media (min-width: 1024px) {
  .sticky-cols-process__info {
    max-width: 640px;
  }
}
.sticky-cols-process__info > span {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #9acd00, #d6ff5b);
  border-radius: 5rem;
  font-family: "Space Grotesk", cursive;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -2px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .sticky-cols-process__info > span {
    width: 64px;
    height: 64px;
  }
}
.sticky-cols-process__info h2 {
  text-transform: uppercase;
  margin: 58px 0 20px;
  font-size: clamp(2rem, 6vw, 3.5rem);
  color: #111111;
}
@media (max-width: 768px) {
  .sticky-cols-process__info h2 {
    margin: 20px 0 20px;
  }
}
.sticky-cols-process__info p {
  font-weight: 400;
  color: #707070;
  line-height: 130%;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  margin-bottom: 58px;
}
@media (max-width: 768px) {
  .sticky-cols-process__info p {
    margin-bottom: 20px;
  }
}
.sticky-cols-process__img {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1024px) {
  .sticky-cols-process__img {
    max-width: 100%;
    margin-top: 30px;
    padding: 0 30px;
    display: none;
  }
}
.sticky-cols-process__img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.sticky-cols-process__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(8, 33, 27, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 2400;
  opacity: 0;
  transition: 0.5s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .sticky-cols-process__popup {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: none;
  }
}
.sticky-cols-process__popup .close-popup {
  z-index: 2500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(10px, -50%);
  width: 64px;
  height: 64px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.08);
  transition: 0.5s ease;
}
@media (max-width: 1024px) {
  .sticky-cols-process__popup .close-popup {
    left: 20%;
  }
}
@media (max-width: 768px) {
  .sticky-cols-process__popup .close-popup {
    right: 10px;
    top: 60px;
    left: auto;
    width: 74px;
    height: 74px;
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.2);
  }
}
.sticky-cols-process__popup .close-popup:hover::before, .sticky-cols-process__popup .close-popup:hover::after {
  scale: 1.2;
}
.sticky-cols-process__popup .close-popup:active::before, .sticky-cols-process__popup .close-popup:active::after {
  scale: 0.8;
}
.sticky-cols-process__popup .close-popup::before, .sticky-cols-process__popup .close-popup::after {
  transition: 0.3s ease;
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #000000;
  transform-origin: center;
}
.sticky-cols-process__popup .close-popup::before {
  transform: rotate(-45deg) translateY(-1px) translateX(3px);
}
.sticky-cols-process__popup .close-popup::after {
  transform: rotate(45deg) translateY(1px) translateX(3px);
}
.sticky-cols-process__popup .popup {
  background-color: hsl(0, 0%, 8%);
  padding: 48px 64px;
  border-radius: 32px 0 0 32px;
  width: 50dvw;
  height: calc(100dvh - 16px);
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(50px);
  transition: 0.5s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  scrollbar-width: 10px;
  scrollbar-color: rgb(175, 245, 0) transparent;
  scrollbar-gutter: stable;
}
@media (max-width: 1024px) {
  .sticky-cols-process__popup .popup {
    width: 80dvw;
    padding: 48px 32px 48px 64px;
  }
}
@media (max-width: 768px) {
  .sticky-cols-process__popup .popup {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    overflow-y: auto;
    top: 0;
    right: 0;
    transform: translateX(50px);
    border-radius: 0;
    padding: 32px 20px;
  }
}
.sticky-cols-process__popup .popup::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  background-color: transparent;
}
.sticky-cols-process__popup .popup::-webkit-scrollbar-thumb {
  background-color: rgb(175, 245, 0);
  border-radius: 10px;
}
.sticky-cols-process__popup .popup::-webkit-scrollbar-track {
  background: transparent;
}
.sticky-cols-process__popup .popup-title {
  margin-top: 40px;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-family: "Space Grotesk", cursive;
  text-transform: uppercase;
  font-weight: 400;
  color: hsl(77, 100%, 69%);
}
@media (min-width: 768px) {
  .sticky-cols-process__popup .popup-title {
    background: linear-gradient(165deg, rgb(218, 255, 126) 20%, rgb(175, 245, 0) 80%);
    line-height: 120%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.sticky-cols-process__popup .popup-p {
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 130%;
  color: #ececec;
}
.sticky-cols-process__popup .popup-questions {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  min-height: -moz-max-content;
  min-height: max-content;
  flex-shrink: 0;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sticky-cols-process__popup .popup-questions.active {
  cursor: grabbing;
}
@media (max-width: 768px) {
  .sticky-cols-process__popup .popup-questions {
    overflow-x: auto !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    height: -moz-fit-content;
    height: fit-content;
    overflow-x: visible;
  }
}
@media (min-width: 768px) {
  .sticky-cols-process__popup .popup-questions {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }
  .sticky-cols-process__popup .popup-questions::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }
}
.sticky-cols-process__popup .popup-questions__item {
  padding: 24px;
  display: flex;
  min-width: clamp(380px, 30vw, 420px);
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  background-color: hsl(0, 0%, 15%);
}
@media (max-width: 768px) {
  .sticky-cols-process__popup .popup-questions__item {
    min-width: 100%;
    width: 100%;
  }
}
.sticky-cols-process__popup .popup-questions__item span {
  font-family: "Space Grotesk", cursive;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-cols-process__popup .popup-questions__item p {
  font-size: clamp(1rem, 3vw, 1.125rem);
  line-height: 130%;
  color: hsl(0, 0%, 73%);
}
.sticky-cols-process__popup .popup-team {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.sticky-cols-process__popup .popup-team__item {
  padding: 12px 24px;
  background-color: #ffffff;
  font-family: "Space Grotesk", cursive;
  border-radius: 3rem;
  font-size: clamp(1rem, 3vw, 1.125rem);
  color: hsl(0, 0%, 8%);
  text-transform: uppercase;
  font-weight: 800;
}
.sticky-cols-process__popup .popup-team__item._qa {
  background-color: hsl(310, 65%, 78%);
}
.sticky-cols-process__popup .popup-team__item._dev {
  background-color: hsl(0, 100%, 79%);
}
.sticky-cols-process__popup .popup-team__item._pm {
  background-color: hsl(45, 100%, 50%);
}
.sticky-cols-process__popup .popup-team__item._ux {
  background-color: hsl(143, 100%, 77%);
}
.sticky-cols-process__popup .popup-team__item._cm {
  background-color: rgb(59, 190, 255);
}
.sticky-cols-process__popup .popup-team__item._hc {
  background-color: rgb(175, 245, 0);
}
.sticky-cols-process__popup.active {
  opacity: 1;
  pointer-events: auto;
}
.sticky-cols-process__popup.active .popup {
  transform: translateY(-50%) translateX(0);
}
@media (max-width: 768px) {
  .sticky-cols-process__popup.active .popup {
    transform: translateX(0);
  }
}
.sticky-cols-process__popup.active .close-popup {
  transform: translate(-60%, -50%);
}

.hero-pricing {
  padding: 190px 0 150px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-pricing {
    padding: 120px 0 80px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
.hero-pricing__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
  filter: brightness(90%);
  animation: main-bg-ani-about 1.5s ease 0s forwards;
}
@keyframes main-bg-ani-about {
  from {
    opacity: 0;
    transform: scale(105%);
  }
  to {
    opacity: 1;
    transform: scale(100%);
  }
}
@media (max-width: 768px) {
  .hero-pricing__bg {
    display: none;
  }
}
.hero-pricing__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  height: 100%;
  gap: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-pricing__container__pretitle {
  color: #5d51e5;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  text-transform: uppercase;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.2s forwards;
}
@media (max-width: 1023px) {
  .hero-pricing__container__pretitle {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-pricing__container h1 {
  z-index: 2;
  font-size: clamp(3rem, 7vw, 6.5rem);
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.3s forwards;
  line-height: 100%;
}
@media (max-width: 1023px) {
  .hero-pricing__container h1 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 768px) {
  .hero-pricing__container h1 {
    font-size: 2rem;
  }
}
.hero-pricing__container__text {
  color: #313131;
  letter-spacing: 1px;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.4s forwards;
}
@media (max-width: 1023px) {
  .hero-pricing__container__text {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-pricing__container a {
  z-index: 2;
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.5s forwards;
}
@media (max-width: 1023px) {
  .hero-pricing__container a {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.section-pricing {
  background-color: #ffffff;
  padding: 0 20px;
}
.section-pricing__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 0 80px;
}
@media (max-width: 768px) {
  .section-pricing__container {
    padding: 80px 0 60px;
  }
}
.section-pricing__tabs {
  max-width: 900px;
  margin: 80px auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section-pricing__tabs {
    flex-direction: column;
    gap: 20px;
  }
}
.section-pricing__tabs .tabs-text {
  flex-shrink: 0;
  color: #5d51e5;
  font-family: "Space Grotesk", sans-serif;
  line-height: 18px;
  align-self: flex-start;
  margin-top: -25px;
  margin-right: 6px;
  font-size: 1.25rem;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .section-pricing__tabs .tabs-text {
    margin-top: -40px;
    font-size: 1.5rem;
  }
}
.section-pricing__tabs svg {
  margin-top: -9px;
  margin-right: 20px;
}
.section-pricing__tabs svg path {
  stroke: #5d51e5;
}
@media (max-width: 768px) {
  .section-pricing__tabs svg {
    display: none;
  }
}
.section-pricing__tabs-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  counter-reset: step;
}
.section-pricing__tabs-wrapper .tab-dot {
  flex-shrink: 0;
  width: 21px;
  height: 21px;
  background-color: #b9b9b9;
  border-radius: 50%;
  border: 3px solid #ffffff;
  position: relative;
  cursor: pointer;
  counter-increment: step;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
@media (max-width: 768px) {
  .section-pricing__tabs-wrapper .tab-dot {
    width: 24px;
    height: 24px;
  }
}
.section-pricing__tabs-wrapper .tab-dot:hover {
  background-color: #9d9d9d;
}
.section-pricing__tabs-wrapper .tab-dot.active {
  background-color: #141414;
  transform: scale(110%);
}
.section-pricing__tabs-wrapper .tab-dot.active::after {
  color: #141414;
}
.section-pricing__tabs-wrapper .tab-dot::after {
  content: counter(step);
  position: absolute;
  top: 24px;
  transition: 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  color: #b9b9b9;
}
.section-pricing__tabs-wrapper .tab-dot:last-of-type::after {
  content: "More";
}
.section-pricing__tabs-wrapper .tab-line {
  width: 100%;
  height: 2.5px;
  background-color: #b9b9b9;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.section-pricing__tabs-wrapper .tab-line.active {
  background-color: #141414;
}
.section-pricing__content {
  background-color: #0c0c0c;
  border-radius: 24px;
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .section-pricing__content {
    padding: 40px 20px;
  }
}
.section-pricing__content > h3 {
  color: #ffffff;
  font-size: clamp(1.75rem, 4vw, 3rem);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-pricing__content > p {
  font-size: clamp(1rem, 4vw, 1.125rem);
  line-height: 120%;
  color: #ffffff;
  max-width: 700px;
  padding-bottom: 50px !important;
  margin: none !important;
}
.section-pricing__content-wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-pricing__content-wrapper {
    flex-wrap: wrap-reverse;
    gap: 12px;
  }
}
.section-pricing__content-wrapper ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .section-pricing__content-wrapper ul {
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .section-pricing__content-wrapper ul {
    width: 43%;
  }
}
@media (max-width: 425px) {
  .section-pricing__content-wrapper ul {
    width: 100%;
  }
}
.section-pricing__content-wrapper ul li {
  font-size: clamp(0.875rem, 2vw, 1rem);
  line-height: 120%;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-pricing__content-wrapper ul li svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
.section-pricing__content-wrapper ul li svg path {
  stroke: #d6ff5b;
}
.section-pricing__content-price {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .section-pricing__content-price {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .section-pricing__content-price {
    padding-bottom: 40px !important;
  }
}
.section-pricing__content-price h3 {
  font-size: clamp(3rem, 7vw, 4.5rem);
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.section-pricing__content-price span {
  color: #898989;
  text-align: center;
  font-size: 0.875rem;
}
.section-pricing__accordion {
  margin-top: 24px;
  border: none !important;
  border-radius: 12px;
}
.section-pricing__accordion .accordion-title {
  border-radius: 12px;
  background-color: #f8f8f8;
  color: #222222;
  font-size: 18px !important;
  font-family: "Space Grotesk", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 24px 60px !important;
  justify-content: flex-start !important;
  gap: 16px;
}
@media (max-width: 1024px) {
  .section-pricing__accordion .accordion-title {
    padding: 20px 20px !important;
  }
}
.section-pricing__accordion .accordion-title-chevron {
  transition: 0.3s ease;
}
.section-pricing__accordion.open .accordion-title {
  border-radius: 12px 12px 0 0;
}
.section-pricing__accordion.open .accordion-title-chevron {
  transform: rotate(180deg);
}
.section-pricing__accordion .accordion-content {
  transform: none !important;
  border-radius: 0;
  padding: 60px !important;
  transition: 0.3s ease;
  background-color: #f8f8f8 !important;
}
.section-pricing__accordion .accordion-content * {
  color: #111111;
}
.section-pricing__accordion .accordion-content svg path {
  stroke: #5d51e5 !important;
}
@media (max-width: 1024px) {
  .section-pricing__accordion .accordion-content {
    padding: 40px 20px !important;
  }
  .section-pricing__accordion .accordion-content .section-pricing__content-wrapper {
    flex-wrap: wrap !important;
  }
  .section-pricing__accordion .accordion-content .section-pricing__content-wrapper .section-pricing__content-price {
    margin-top: 20px !important;
    padding-bottom: 0 !important;
  }
}

.section-extras {
  background-color: #f8f8f8;
  padding: 0 20px;
}
.section-extras__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section-extras__container {
    padding: 80px 0;
  }
}
.section-extras h2 {
  text-transform: uppercase;
  margin: 0 auto 56px;
  font-size: clamp(2rem, 6vw, 4rem) !important;
  color: #111111;
  text-align: center !important;
}
@media (max-width: 768px) {
  .section-extras h2 {
    margin: 0 auto 26px;
  }
}
.section-extras__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-extras__note {
  text-align: right;
  font-size: 1rem;
  font-family: "Space Grotesk", sans-serif;
  font-weight: bold;
  color: #939393;
  margin-bottom: -8px;
  padding-right: 16px;
}
.section-extras__item {
  display: flex;
  align-items: center;
  padding: 32px 40px;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  gap: 24px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .section-extras__item {
    padding: 24px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-extras__item-img {
  align-self: flex-start;
  flex-shrink: 0;
}
.section-extras__item-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-extras__item-block h3 {
  font-size: clamp(1.5rem, 4vw, 1.75rem);
  text-transform: uppercase;
  color: #141414;
}
.section-extras__item-block p {
  font-size: 1.25rem;
  line-height: 120%;
  color: #141414;
  font-weight: 300;
}
.section-extras__item-price {
  margin-left: auto;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: bold;
  color: #111111;
}
@media (max-width: 768px) {
  .section-extras__item-price {
    margin-left: 0;
    margin-top: 16px;
    font-size: 2.75rem;
  }
}
.pricing-features {
  background-color: #ffffff;
  padding: 0 20px;
}
.pricing-features__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .pricing-features__container {
    padding: 80px 0;
  }
}
.pricing-features span {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 120%;
  color: #5d51e5;
  text-align: center;
  margin: auto;
  max-width: 200px;
  font-weight: 500;
  text-transform: uppercase;
}
.pricing-features h2 {
  margin: 26px auto 72px;
  font-size: clamp(2rem, 6vw, 6rem) !important;
  color: #111111;
  text-align: center !important;
}
@media (max-width: 768px) {
  .pricing-features h2 {
    margin: 16px auto 26px;
  }
}
.pricing-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .pricing-features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .pricing-features__grid {
    grid-template-columns: 1fr;
  }
}
.pricing-features__grid-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 20px 20px rgba(0, 0, 0, 0.02);
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
}
.pricing-features__grid-item .item-num {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -2px;
  text-transform: capitalize;
  color: #111111;
  background: linear-gradient(200deg, #e6ff9c, #a4d70a);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.pricing-features__grid-item h3 {
  font-size: clamp(2em, 4vw, 2.5rem);
  color: #141414;
  margin: 32px 0 16px;
}
.pricing-features__grid-item p {
  font-size: 1.125rem;
  line-height: 120%;
  color: #4b4b4b;
}

.pricing-why-us {
  background-color: #0c0c0c;
  padding: 0 20px;
}
.pricing-why-us__container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .pricing-why-us__container {
    padding: 80px 0;
  }
}
.pricing-why-us span {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 120%;
  color: #d6ff5b;
  text-align: center;
  margin: auto;
  max-width: 200px;
  font-weight: 500;
  text-transform: uppercase;
}
.pricing-why-us h2 {
  margin: 26px auto 72px;
  font-size: clamp(2rem, 6vw, 6rem) !important;
  color: #ffffff;
  text-align: center !important;
}
@media (max-width: 768px) {
  .pricing-why-us h2 {
    margin: 16px auto 26px;
  }
}
.pricing-why-us__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .pricing-why-us__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .pricing-why-us__grid {
    grid-template-columns: 1fr;
  }
}
.pricing-why-us__grid-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 20px 20px rgba(0, 0, 0, 0.02);
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background-color: #141414;
}
.pricing-why-us__grid-item .item-num {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -2px;
  text-transform: capitalize;
  color: #111111;
  background: linear-gradient(200deg, #dcdcff, #8d85ff);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.pricing-why-us__grid-item h3 {
  font-size: clamp(2em, 4vw, 2.5rem);
  color: #ffffff;
  margin: 32px 0 16px;
}
.pricing-why-us__grid-item p {
  font-size: 1.125rem;
  line-height: 120%;
  color: #a5a5a5;
}

.contact-page {
  background-color: #ffffff;
  animation: contact-bg-ani 1.5s ease 0.1s forwards;
}

@keyframes contact-bg-ani {
  from {
    background-color: #ffffff;
  }
  to {
    background-color: #f7f7f7;
  }
}
.hero-contact {
  padding: 200px 20px 70px;
  overflow: hidden;
}
.hero-contact__container {
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}
.hero-contact h1 {
  z-index: 1;
  font-size: clamp(4rem, 10vw, 7.5rem);
  text-transform: uppercase;
  opacity: 0;
  animation: hero-enter 1s ease 0.2s forwards;
  color: #111111;
}
@media (max-width: 1023px) {
  .hero-contact h1 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
.hero-contact .horizontal-scroll {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 30px 0 0;
  opacity: 0;
  animation: hero-enter 1s ease 0.3s forwards;
}
@media (max-width: 1023px) {
  .hero-contact .horizontal-scroll {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 768px) {
  .hero-contact .horizontal-scroll {
    padding: 30px 0 0;
  }
}
.hero-contact .horizontal-scroll__container {
  overflow: hidden;
  width: 100%;
}
.hero-contact .horizontal-scroll__inner {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
  gap: 26px;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-contact .horizontal-scroll__inner {
    gap: 10px;
  }
}
.hero-contact .horizontal-scroll__item {
  height: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(3rem, 6vw, 4.75rem);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
  color: #a19aff;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  .hero-contact .horizontal-scroll__item {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .hero-contact .horizontal-scroll__item {
    height: 50px;
    font-size: 2rem;
  }
}
.hero-contact .horizontal-scroll svg {
  display: block;
  width: 80px;
  height: 80px;
}
.hero-contact .horizontal-scroll svg path {
  fill: #a19aff;
}
@media (max-width: 1024px) {
  .hero-contact .horizontal-scroll svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .hero-contact .horizontal-scroll svg {
    width: 30px;
    height: 30px;
  }
}
.hero-contact .horizontal-scroll .horizontal-scroll__container {
  -webkit-mask: linear-gradient(90deg, transparent, #5d51e5 20%, #5d51e5 80%, transparent);
  mask: linear-gradient(90deg, transparent, #5d51e5 20%, #5d51e5 80%, transparent);
}

.section-contact-form {
  opacity: 0;
  transform-origin: center;
  animation: hero-about-enter 1s ease 0.4s forwards;
  padding: 0 20px 60px;
}
@media (max-width: 1023px) {
  .section-contact-form {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 768px) {
  .section-contact-form {
    padding: 0 0 60px;
  }
}
.section-contact-form__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 100px;
  background-color: #ffffff;
  border: 1px solid #fafafa;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .section-contact-form__container {
    padding: 40px 32px;
  }
}
.section-contact-form .form {
  display: flex;
  flex-direction: column;
}
.section-contact-form .form label,
.section-contact-form .form input {
  font-weight: 900;
  font-size: clamp(1.5rem, 5vw, 3.125rem);
  line-height: 120%;
  text-transform: uppercase;
}
.section-contact-form .form label {
  color: #092b23;
  flex-shrink: 0;
}
.section-contact-form .form input {
  width: 100%;
}
.section-contact-form .form input::-moz-placeholder {
  color: #d9d9d9;
}
.section-contact-form .form input::placeholder {
  color: #d9d9d9;
}
.section-contact-form .form input:focus {
  color: #5d51e5 !important;
}
.section-contact-form .form input:not(:-moz-placeholder) {
  color: #5d51e5 !important;
}
.section-contact-form .form input:not(:placeholder-shown) {
  color: #5d51e5 !important;
}
.section-contact-form .form input:-webkit-autofill {
  -webkit-text-fill-color: #5d51e5 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.section-contact-form .form input:autofill {
  -webkit-text-fill-color: #5d51e5 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.section-contact-form .form-row {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .section-contact-form .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.section-contact-form .form-col {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  gap: 20px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .section-contact-form .form-col {
    padding: 28px 0;
    gap: 16px;
  }
}
.section-contact-form .form-col-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 768px) {
  .section-contact-form .form-col-options {
    gap: 6px;
  }
}
.section-contact-form .form-col-options input[type=text] {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 5vw, 3.125rem);
  line-height: 120%;
  text-transform: uppercase;
}
.section-contact-form .form-col-options input[type=text]::-moz-placeholder {
  color: #d9d9d9;
}
.section-contact-form .form-col-options input[type=text]::placeholder {
  color: #d9d9d9;
}
.section-contact-form .form-col-options input[type=text]:focus {
  color: #5d51e5 !important;
}
.section-contact-form .form-col-options input[type=text]:not(:-moz-placeholder) {
  color: #5d51e5 !important;
}
.section-contact-form .form-col-options input[type=text]:not(:placeholder-shown) {
  color: #5d51e5 !important;
}
.section-contact-form .form-col-options input[type=radio],
.section-contact-form .form-col-options input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.section-contact-form .form-col-options .button-like {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border: 1px solid #092b23;
  border-radius: 3rem;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  transition: all 0.25s ease;
  color: #092b23;
  font-weight: 400;
  font-size: clamp(1.125rem, 4vw, 1.25rem);
}
@media (max-width: 768px) {
  .section-contact-form .form-col-options .button-like {
    font-weight: 500;
    padding: 8px 16px;
    font-size: clamp(1rem, 4vw, 1.25rem);
  }
}
.section-contact-form .form-col-options .button-like:hover {
  border-color: #5d51e5;
  color: #5d51e5;
}
.section-contact-form .form-col-options input[type=radio]:checked + .button-like,
.section-contact-form .form-col-options input[type=checkbox]:checked + .button-like {
  background-color: #5d51e5;
  border-color: #5d51e5;
  color: #fff;
}
.section-contact-form .form .hero-btn {
  margin-top: 60px;
  align-self: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #bef92a;
  color: #111111 !important;
}
@media (max-width: 768px) {
  .section-contact-form .form .hero-btn {
    margin-top: 40px;
    width: 100%;
  }
}
.section-contact-form .form .result {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
  margin-top: 30px;
  font-size: clamp(1.5rem, 5vw, 3.125rem);
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.section-contact-form .form .result.success {
  color: #5d51e5;
}
.section-contact-form .form .result.error {
  color: #ffbf00;
}

.contact-address {
  padding: 0 20px 100px;
}
.contact-address__container {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #111111;
  border-radius: 32px;
  padding: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 768px) {
  .contact-address__container {
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-address h2 {
  color: #bef92a;
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 2.5rem);
  text-transform: uppercase;
  margin-right: 80px;
}
.contact-address__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-address__col span {
  font-family: "Space Grotesk";
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #626262;
}
.contact-address__col a,
.contact-address__col address {
  font-family: "Space Grotesk";
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  transition: 0.3s ease;
}
.contact-address__col a:hover:not(address),
.contact-address__col address:hover:not(address) {
  color: #bef92a;
}

.faq-service-section {
  padding: 0 20px 120px;
}
@media (max-width: 768px) {
  .faq-service-section {
    padding: 0 20px 80px;
  }
}
.faq-service-section__container {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #fafafa;
  border-radius: 32px;
  padding: 56px;
}
@media (max-width: 1024px) {
  .faq-service-section__container {
    padding: 40px 28px;
  }
}
@media (max-width: 768px) {
  .faq-service-section__container {
    padding: 28px 18px;
    border-radius: 24px;
  }
}
.faq-service-section h2 {
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 105%;
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 28px;
}
.faq-service-section__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}
@media (max-width: 1024px) {
  .faq-service-section__cols {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .faq-service-section__cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.faq-service-section__cols-first, .faq-service-section__cols-second {
  min-width: 0;
}
.faq-service-section .faq-accordion:first-child {
  border-top: 1px solid #c9c9c9;
}

.hero-btn {
  display: inline-flex;
  gap: 24px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  align-items: center;
  padding: 10px 10px 10px 24px;
  border-radius: 4rem;
  background-color: #5d51e5;
  cursor: pointer;
}
.hero-btn.-green {
  background-color: #d6ff5b;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.hero-btn.-green span {
  color: #000;
}
.hero-btn.-green div {
  background-color: #000;
}
.hero-btn.-green div svg {
  transition: 0.3s ease;
  width: 12px;
}
.hero-btn.-green div svg path {
  fill: #ffffff;
}
.hero-btn span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
}
.hero-btn div {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-btn div svg {
  transition: 0.3s ease;
  width: 12px;
}
.hero-btn:hover span {
  transform: translateX(5px);
}
.hero-btn:hover svg {
  transform: rotate(-135deg);
}
.hero-btn:active {
  transform: scale(0.98);
  transition: 0.1s ease;
}

.base-btn {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #111111;
  background-color: #d6ff5b;
  padding: 16px 32px;
  border-radius: 4rem;
  transition: 0.3s ease;
  text-align: center;
}
.base-btn:hover {
  background-color: #ffffff;
  color: #5d51e5;
}

.small-btn {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #111111;
  background-color: #ffffff;
  padding: 16px 20px;
  border-radius: 5rem;
  transition: 0.3s ease;
  border: 1px solid #939393;
}
.small-btn:hover {
  background-color: #5d51e5;
  color: #ffffff;
}

.small-btn-glass {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #444444;
  padding: 16px 20px;
  border-radius: 5rem;
  border: 1px solid #ffffff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  transition: 0.3s ease;
}
.small-btn-glass:hover {
  background-color: #5d51e5;
  color: #ffffff;
}

.slide-btn {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 8px 50px;
  align-items: center;
  justify-content: center;
  height: 56px;
  border: 3px solid #e3e1ff;
  border-radius: 3rem;
  cursor: pointer;
  gap: 10px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  transition: 0.2s;
  background-color: #e3e1ff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0 32px !important;
}
@media (max-width: 768px) {
  .slide-btn {
    padding: 0 20px !important;
    width: 100%;
    height: 50px !important;
  }
}
.slide-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-110%);
  background: #5d51e5;
  border-radius: 3rem;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid #e3e1ff;
}
.slide-btn span {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #5d51e5;
  z-index: 2;
  font-size: clamp(16px, 3vw, 20px);
  transition: 0.2s;
}
.slide-btn svg {
  z-index: 2;
}
.slide-btn svg path {
  fill: #5d51e5;
  transition: 0.2s;
}
.slide-btn.-added {
  border-color: #e3e1ff;
}
.slide-btn.-added::after {
  transform: translateX(0);
}
.slide-btn.-added span {
  color: #e3e1ff;
}
@media (min-width: 768px) {
  .slide-btn:hover {
    border-color: #5d51e5;
  }
  .slide-btn:hover::after {
    transform: translateX(0);
  }
  .slide-btn:hover span {
    color: #e3e1ff;
  }
  .slide-btn:hover svg path {
    fill: #e3e1ff;
  }
}
.slide-btn:active {
  transform: scale(0.98);
  transition: 0.1s ease;
}

.faq-accordion {
  border-bottom: 1px solid #c9c9c9;
}
.faq-accordion .accordion-title {
  cursor: pointer;
  padding: 32px 0 32px;
  font-weight: 600;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.625rem);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #111111;
}
.faq-accordion .accordion-title:hover {
  color: rgb(29.75, 29.75, 29.75);
}
@media (max-width: 768px) {
  .faq-accordion .accordion-title {
    padding: 20px 0 20px;
  }
}
.faq-accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  padding: 0;
  transform: scaleX(95%);
  transform-origin: left;
}
.faq-accordion .accordion-content p {
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 130%;
  padding-bottom: 2rem;
  color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 768px) {
  .faq-accordion .accordion-content p {
    font-weight: 400;
  }
}
.faq-accordion.open .accordion-content {
  opacity: 1;
  transform: scaleX(100%);
}
.faq-accordion.open .accordion-title {
  padding: 32px 0 16px;
}
@media (max-width: 768px) {
  .faq-accordion.open .accordion-title {
    padding: 20px 0 16px;
  }
}
.faq-accordion .accordion-toggle {
  width: 24px;
  height: 24px;
  background-color: #000;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.faq-accordion .accordion-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: 0.3s ease;
  width: 12px;
  border: 1px solid #fff;
  height: 1px;
}
.faq-accordion .accordion-toggle span:first-child {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.faq-accordion .accordion-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.faq-accordion.open .accordion-toggle span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-accordion.open .accordion-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
