::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
}

::-webkit-scrollbar-thumb {
  background: #390440;
  border-radius: 2.5px;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

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

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

button {
  background: none;
  border: none;
  cursor: pointer;
}

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

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: 600;
}

body {
  font-family: "Figtree", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  color: #9e9e9e;
  background-color: #100112;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

::-moz-selection {
  background: #d30cfa;
  color: #ffffff;
}

::selection {
  background: #d30cfa;
  color: #ffffff;
}

body.menuOpen {
  overflow: hidden;
}

.btnPrimary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 12px 24px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  white-space: nowrap;
  background: linear-gradient(90deg, #5833f7, #d30cfa, #5833f7);
  background-size: 200% 100%;
  background-position: 0% 50%;
  transition: background-position 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.btnPrimary:hover {
  background-position: 100% 50%;
}
.btnPrimary:active {
  transform: scale(0.97);
}
.btnPrimary--compact {
  gap: 0.75rem;
  padding: 0.35rem 0.35rem 0.35rem 1.25rem;
  font-size: 1rem;
}
.btnPrimary__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: #ffffff;
  color: #100112;
}
.btnPrimary__icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.titleLabel {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #9e9e9e;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.titleLabel::before {
  content: "// ";
  color: #d30cfa;
  opacity: 0.65;
}

.titleA {
  font-size: clamp(2rem, 3.2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.005em;
}
.titleA .accent {
  color: #d30cfa;
}

.titleB {
  display: flex;
  flex-direction: column;
  font-size: clamp(2.2rem, 7vw, 3.6rem);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.titleB .lineOne {
  color: #ffffff;
}
.titleB .lineTwo {
  color: #606060;
}

.titleC {
  font-size: clamp(1.6rem, 3.2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.005em;
}
.titleC .accent {
  color: #d30cfa;
}

.accentGradient {
  background: linear-gradient(-120deg, #d30cfa 0%, #3d0745 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.numberGradient {
  background: linear-gradient(-120deg, #d30cfa 0%, #100112 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.pill {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.animatedDivider {
  position: relative;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.animatedDivider::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 3px;
  width: 28%;
  background: linear-gradient(90deg, transparent 0%, rgba(211, 12, 250, 0.2) 30%, #d30cfa 50%, rgba(211, 12, 250, 0.2) 70%, transparent 100%);
  filter: blur(1px);
  border-radius: 2px;
  animation: animatedDividerSlide 7s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.animatedDivider::after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  height: 16px;
  width: 22%;
  background: radial-gradient(ellipse at center, rgba(211, 12, 250, 0.45), transparent 70%);
  filter: blur(8px);
  pointer-events: none;
  animation: animatedDividerGlow 7s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

@keyframes animatedDividerSlide {
  0% {
    left: 0;
  }
  50% {
    left: 72%;
  }
  100% {
    left: 0;
  }
}
@keyframes animatedDividerGlow {
  0% {
    left: 0;
  }
  50% {
    left: 78%;
  }
  100% {
    left: 0;
  }
}
body {
  overflow-x: clip;
}

.pageTransition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}
.pageTransition__svg {
  width: 100%;
  height: 100%;
  display: block;
}
.pageTransition__path {
  fill: #100112;
}

.siteHeader {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1280px;
  z-index: 100;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.siteHeader__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.siteHeader__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.siteHeader__logo img {
  height: 20px;
  width: auto;
}
.siteHeader__nav > ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.siteHeader__nav a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.75;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.siteHeader__nav a:hover {
  opacity: 1;
}
.siteHeader__navItem {
  position: relative;
}
.siteHeader__navItem--hasDropdown.isOpen .siteHeader__navArrow {
  transform: rotate(180deg);
}
.siteHeader__navItem--hasDropdown.isOpen .siteHeader__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.siteHeader__navTrigger {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.75;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: inherit;
}
.siteHeader__navTrigger:hover {
  opacity: 1;
}
.siteHeader__navArrow {
  font-size: 0.5rem;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: inline-block;
}
.siteHeader__dropdown {
  position: absolute;
  top: calc(100% + 1.25rem);
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
  transform-origin: top center;
  min-width: 13rem;
  padding: 0.4rem;
  border-radius: 0.85rem;
  background: rgba(20, 8, 26, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset, 0 12px 30px rgba(0, 0, 0, 0.45), 0 4px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  list-style: none;
  margin: 0;
  display: block;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.4s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.siteHeader__dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  background: rgba(20, 8, 26, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
  border-radius: 2px 0 0 0;
}
.siteHeader__dropdown li {
  display: block;
  width: 100%;
  list-style: none;
}
.siteHeader__dropdown li + li {
  margin-top: 0.15rem;
}
.siteHeader__dropdown a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  opacity: 0.7;
  border-radius: 0.5rem;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -0.005em;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.siteHeader__dropdown a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.06);
}
.siteHeader__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 3rem;
  height: 2.5rem;
  padding: 0 0.65rem;
  border-radius: 50%;
}
.siteHeader__burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.siteHeader__burger.isActive span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}
.siteHeader__burger.isActive span:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}
@media (max-width: 768px) {
  .siteHeader {
    padding: 0.4rem 0.4rem 0.4rem 1.25rem;
  }
  .siteHeader__nav {
    display: none;
  }
  .siteHeader__cta {
    display: none;
  }
  .siteHeader__burger {
    display: flex;
  }
}

.mobileMenu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(16, 1, 18, 0.98);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 7rem 0 3rem;
  overflow-y: auto;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.65s cubic-bezier(0.77, 0, 0.18, 1);
  pointer-events: none;
}
.mobileMenu.isOpen {
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}
.mobileMenu__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 0 2rem;
  width: 100%;
  max-width: 28rem;
}
.mobileMenu__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.mobileMenu__list > li {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobileMenu__list a {
  color: #ffffff;
  opacity: 0.8;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobileMenu__list a:hover {
  opacity: 1;
}
.mobileMenu__item--hasDropdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mobileMenu__item--hasDropdown .mobileMenu__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 24px;
  font-weight: inherit;
  color: #ffffff;
  opacity: 0.8;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobileMenu__item--hasDropdown .mobileMenu__trigger:hover {
  opacity: 1;
}
.mobileMenu__item--hasDropdown.isOpen .mobileMenu__arrow {
  transform: rotate(180deg);
}
.mobileMenu__item--hasDropdown.isOpen .mobileMenu__dropdown {
  max-height: 30rem;
  opacity: 1;
  margin-top: 1.25rem;
}
.mobileMenu__item--hasDropdown.isOpen .mobileMenu__dropdown li {
  opacity: 1;
  transform: translateX(0);
}
.mobileMenu__arrow {
  font-size: 0.55em;
  opacity: 0.6;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: inline-block;
}
.mobileMenu__dropdown {
  list-style: none;
  padding: 0 0 0 1.25rem;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  width: 100%;
  transition: max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobileMenu__dropdown li {
  font-size: 1.1rem;
  font-weight: 500;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.mobileMenu__dropdown li:nth-child(1) {
  transition-delay: 0.09s;
}
.mobileMenu__dropdown li:nth-child(2) {
  transition-delay: 0.13s;
}
.mobileMenu__dropdown li:nth-child(3) {
  transition-delay: 0.17s;
}
.mobileMenu__dropdown li:nth-child(4) {
  transition-delay: 0.21s;
}
.mobileMenu__dropdown li:nth-child(5) {
  transition-delay: 0.25s;
}
.mobileMenu__dropdown a {
  opacity: 0.7;
  font-weight: 500;
}
.mobileMenu__dropdown a:hover {
  opacity: 1;
}
.mobileMenu__cta {
  margin-top: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.4s;
}
.mobileMenu.isOpen .mobileMenu__list > li {
  opacity: 1;
  transform: translateY(0);
}
.mobileMenu.isOpen .mobileMenu__list > li:nth-child(1) {
  transition-delay: 0.25s;
}
.mobileMenu.isOpen .mobileMenu__list > li:nth-child(2) {
  transition-delay: 0.3s;
}
.mobileMenu.isOpen .mobileMenu__list > li:nth-child(3) {
  transition-delay: 0.35s;
}
.mobileMenu.isOpen .mobileMenu__list > li:nth-child(4) {
  transition-delay: 0.4s;
}
.mobileMenu.isOpen .mobileMenu__list > li:nth-child(5) {
  transition-delay: 0.45s;
}
.mobileMenu.isOpen .mobileMenu__list > li:nth-child(6) {
  transition-delay: 0.5s;
}
.mobileMenu.isOpen .mobileMenu__cta {
  opacity: 1;
  transform: translateY(0);
}

body.menuOpen {
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero__video--mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero__video {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }
  .hero__video--desktop {
    display: none;
  }
  .hero__video--mobile {
    display: block;
  }
}
.hero__panel {
  position: relative;
  z-index: 2;
  margin-left: 50%;
  width: 50%;
  min-height: 100vh;
  padding: 10rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(16, 1, 18, 0.35);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-left: 1px solid rgba(255, 255, 255, 0.04);
}
@media (max-width: 1024px) {
  .hero__panel {
    padding: 9rem 3rem 6rem;
  }
}
@media (max-width: 768px) {
  .hero__panel {
    margin-left: 0;
    width: 100%;
    min-height: 0;
    padding: 3rem 1.5rem 5rem;
    background: #100112;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-left: none;
  }
}
.hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.5rem;
}
.hero__title {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 1.75rem;
  max-width: 32rem;
}
.hero__desc {
  font-size: 1rem;
  line-height: 1.55;
  color: #9e9e9e;
  max-width: 22rem;
  margin-bottom: 2.5rem;
}
.hero__cta {
  align-self: flex-start;
}
.hero__divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
  .hero__divider {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero__hero__divider__mobile__secondary {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 3;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
}
.hero__dividerMobile {
  display: none;
}
@media (max-width: 768px) {
  .hero__dividerMobile {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    z-index: 3;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transform: translateY(-50%);
  }
}

.solution {
  padding: 7rem 0 8rem;
}
@media (max-width: 768px) {
  .solution {
    padding: 5rem 0 6rem;
  }
}
.solution__head {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
.solution__divider {
  margin: 4rem 0 5rem;
}
@media (max-width: 768px) {
  .solution__divider {
    margin: 3rem 0 3.5rem;
  }
}
@keyframes dividerSlide {
  0% {
    left: 0;
  }
  50% {
    left: 72%;
  }
  100% {
    left: 0;
  }
}
@keyframes dividerGlow {
  0% {
    left: 0;
  }
  50% {
    left: 78%;
  }
  100% {
    left: 0;
  }
}
.solution__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 1024px) {
  .solution__grid {
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .solution__grid {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
}
.solution__item {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 20rem;
}
.solution__number {
  display: block;
  font-size: clamp(3.75rem, 6vw, 5.25rem);
  font-weight: 600;
  line-height: 1;
  color: #d30cfa;
  letter-spacing: -0.02em;
  text-shadow: 0 0 24px rgba(211, 12, 250, 0.15), 0 0 165px rgba(211, 12, 250, 0.1);
}
.solution__desc {
  font-size: 1rem;
  line-height: 1.5;
  color: #9e9e9e;
}

.partners {
  padding: 7rem 0 8rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100vw;
  --itemWidth: 14rem;
  --itemHeight: 8rem;
  --itemCount: 8;
  --duration: 80s;
}
@media (max-width: 768px) {
  .partners {
    padding: 5rem 0 6rem;
    --itemWidth: 10rem;
    --itemHeight: 6.5rem;
    --duration: 65s;
  }
}
.partners__head {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 4rem;
}
@media (max-width: 768px) {
  .partners__head {
    margin-bottom: 3rem;
  }
}
.partners__marquee {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}
.partners__row {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  animation: partnersScroll var(--duration) linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.partners__row--reverse {
  animation-direction: reverse;
  border-top: none;
}
.partners__row:hover {
  animation-play-state: paused;
}
.partners__item {
  flex: 0 0 var(--itemWidth);
  width: var(--itemWidth);
  height: var(--itemHeight);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 2.5rem;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.partners__item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.75;
  filter: grayscale(1) brightness(1.4);
}
@media (hover: hover) {
  .partners__item {
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .partners__item:hover {
    background: rgba(255, 255, 255, 0.03);
  }
  .partners__item img {
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .partners__item:hover img {
    opacity: 1;
    filter: grayscale(0) brightness(1);
  }
}
@media (max-width: 768px) {
  .partners__item {
    padding: 1rem 1.5rem;
  }
}

@keyframes partnersScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(var(--itemWidth) * var(--itemCount) * -1), 0, 0);
  }
}
.about {
  position: relative;
  padding: 10rem 0;
  margin: 10rem 0;
  background-color: #0d0d0d;
}
@media (max-width: 768px) {
  .about {
    padding: 7rem 0 0;
    margin: 4rem 0 7rem;
  }
}
.about__glow {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 400px);
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about__glow {
    display: none;
  }
}
.about__glow::before {
  content: "";
  position: absolute;
  top: -5%;
  left: -15%;
  width: 90%;
  height: 110%;
  background: radial-gradient(ellipse 55% 45% at 20% 20%, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.07) 25%, rgba(255, 255, 255, 0.02) 50%, transparent 75%);
  filter: blur(40px);
  transform: rotate(-25deg);
}
.about__dividerTop, .about__dividerBottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.about__dividerTop {
  top: 0;
  transform: translateY(-100%);
}
.about__dividerBottom {
  bottom: 0;
  transform: translateY(100%);
}
.about__outline {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.about__outline span {
  display: block;
  white-space: nowrap;
  font-size: clamp(10rem, 22vw, 22rem);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  margin-left: -8vw;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
}
@media (max-width: 768px) {
  .about__outline {
    gap: 0.25rem;
    opacity: 0.5;
  }
  .about__outline span {
    font-size: clamp(7rem, 30vw, 14rem);
    margin-left: -6vw;
  }
}
.about__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .about__grid {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .about__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.about__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 38rem;
}
@media (max-width: 768px) {
  .about__visual {
    order: 2;
    min-height: 0;
  }
}
.about__pillar {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: 40rem;
  height: auto;
  z-index: 4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 50%, transparent 100%);
}
@media (max-width: 1024px) {
  .about__pillar {
    width: 100%;
    bottom: -8rem;
  }
}
@media (max-width: 768px) {
  .about__pillar {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin: 0 auto;
  }
}
.about__content {
  position: relative;
  z-index: 2;
  max-width: 30rem;
}
@media (max-width: 768px) {
  .about__content {
    order: 1;
    max-width: 100%;
  }
}
.about__title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin-bottom: 2rem;
}
.about__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #9e9e9e;
}

.process {
  padding: 8rem 0 12rem;
}
@media (max-width: 768px) {
  .process {
    padding: 5rem 0;
  }
}
.process__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .process__grid {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .process__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.process__head {
  position: sticky;
  top: 8rem;
  align-self: start;
}
@media (max-width: 768px) {
  .process__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: static;
    top: auto;
  }
}
.process__list {
  display: flex;
  flex-direction: column;
}
.process__item {
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.process__item:first-child {
  padding-top: 0;
}
.process__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.process__number {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: #9e9e9e;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
.process__title {
  font-size: clamp(1.75rem, 2.5vw, 1.875rem);
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
}
.process__desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #9e9e9e;
  max-width: 28rem;
}

.showcase {
  position: relative;
  padding: 8rem 0;
  background-color: #0d0d0d;
}
@media (max-width: 768px) {
  .showcase {
    padding: 5rem 0;
  }
}
.showcase__dividerTop, .showcase__dividerBottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.showcase__dividerTop {
  top: 0;
  transform: translateY(-100%);
}
.showcase__dividerBottom {
  bottom: 0;
  transform: translateY(100%);
}
.showcase__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .showcase__head {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.showcase__animation {
  width: 100%;
  max-width: 12rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .showcase__animation {
    max-width: 6rem;
  }
}
.showcase__animationVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}
.showcase__meta {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #9e9e9e;
  text-align: left;
  max-width: 12rem;
}
@media (max-width: 768px) {
  .showcase__meta {
    text-align: left;
    justify-self: start;
    max-width: 100%;
    font-size: 0.9rem;
  }
}
.showcase__stage {
  position: relative;
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  line-height: 0;
}
@media (max-width: 768px) {
  .showcase__stage {
    border-radius: 1rem;
  }
}
.showcase__video {
  width: 100%;
  height: auto;
  display: block;
}
.showcase__video--mobile {
  display: none;
}
@media (max-width: 768px) {
  .showcase__video--desktop {
    display: none;
  }
  .showcase__video--mobile {
    display: block;
  }
}
.showcase__caption {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: right;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .showcase__caption {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .showcase__caption {
    right: 1rem;
    bottom: 1rem;
  }
}

.services {
  padding: 14rem 0 8rem;
}
@media (max-width: 768px) {
  .services {
    padding: 5rem 0;
  }
}
.services__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: end;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .services__head {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3.5rem;
  }
}
.services__intro {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #9e9e9e;
  max-width: 14rem;
  justify-self: end;
}
@media (max-width: 768px) {
  .services__intro {
    max-width: 100%;
    justify-self: start;
  }
}
.services__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.services__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.services__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #d30cfa;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.services__item:hover::after {
  width: 100%;
}
.services__item:hover .services__arrow {
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .services__item {
    padding: 1.5rem 0.25rem;
    gap: 1rem;
  }
}
.services__title {
  font-size: clamp(1.5rem, 1.3vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}
.services__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  color: #d30cfa;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services__arrow svg {
  width: 100%;
  height: 100%;
}

.testimonials {
  padding: 8rem 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .testimonials {
    padding: 5rem 0;
  }
}
.testimonials__head {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 5rem;
}
@media (max-width: 768px) {
  .testimonials__head {
    margin-bottom: 3rem;
  }
}
.testimonials__columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  max-height: 42rem;
  overflow: hidden;
  --trackGap: 1.25rem;
  --cardHeight: 38rem;
  --duration: 70s;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}
@media (max-width: 1024px) {
  .testimonials__columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    max-height: 36rem;
    --trackGap: 1rem;
    --cardHeight: 32rem;
  }
}
.testimonials__column {
  position: relative;
  height: 100%;
}
@media (max-width: 1024px) {
  .testimonials__column--3 {
    display: none;
  }
}
@media (max-width: 768px) {
  .testimonials__column--3 {
    display: block;
  }
}
@media (max-width: 1024px) {
  .testimonials__column--4 {
    display: none;
  }
}
.testimonials__track {
  display: flex;
  flex-direction: column;
  gap: var(--trackGap);
  animation: testimonialsScroll var(--duration) linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.testimonials__track--reverse {
  animation-direction: reverse;
}
.testimonials__track:hover {
  animation-play-state: paused;
}
.testimonials__card {
  flex: 0 0 var(--cardHeight);
  height: var(--cardHeight);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.testimonials__card img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonials__card:hover {
  border-color: rgba(255, 255, 255, 0.18);
  transform: scale(1.01);
}
@media (max-width: 768px) {
  .testimonials__card {
    flex: 0 0 auto;
    height: auto;
    aspect-ratio: 738/1600;
  }
  .testimonials__card img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@keyframes testimonialsScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, calc(-50% - var(--trackGap) / 2), 0);
  }
}
.cta {
  position: relative;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .cta {
    padding: 6rem 0;
  }
}
.cta__dividerTop, .cta__dividerBottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cta__dividerTop {
  top: 0;
  transform: translateY(-100%);
}
.cta__dividerBottom {
  bottom: 0;
  transform: translateY(100%);
}
.cta__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(211, 12, 250, 0.18) 0%, rgba(88, 51, 247, 0.08) 40%, transparent 70%);
  filter: blur(60px);
}
.cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 48rem;
  margin: 0 auto;
}
.cta__title {
  font-size: clamp(2.5rem, 5.5vw, 4.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.75rem;
}
.cta__title .accentGradient {
  display: inline-block;
}
.cta__desc {
  font-size: 1.125rem;
  line-height: 1.55;
  color: #9e9e9e;
  max-width: 34rem;
  margin: 0 auto 3rem;
}
@media (max-width: 768px) {
  .cta__desc {
    font-size: 1rem;
    margin-bottom: 2.25rem;
  }
}
.cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.siteFooter {
  padding: 4rem 0 3rem;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .siteFooter {
    padding: 3rem 0 2.5rem;
    margin-top: 4rem;
  }
}
.siteFooter__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 1024px) {
  .siteFooter__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 768px) {
  .siteFooter__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.siteFooter__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.siteFooter__heading {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.siteFooter__text, .siteFooter__link {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #9e9e9e;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.siteFooter__link:hover {
  color: #ffffff;
}
.siteFooter__social {
  display: flex;
  gap: 0.75rem;
  flex-direction: row;
}
.siteFooter__socialLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.siteFooter__socialLink:hover {
  background: #d30cfa;
  border-color: #d30cfa;
  color: #ffffff;
}
.siteFooter__scrollTop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.siteFooter__scrollTop svg {
  width: 1.1rem;
  height: 1.1rem;
}
.siteFooter__scrollTop:hover {
  background: #d30cfa;
  border-color: #d30cfa;
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .siteFooter__scrollTop {
    justify-self: start;
  }
}
.siteFooter__bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .siteFooter__bottom {
    justify-content: flex-start;
  }
}
.siteFooter__copy {
  font-size: 0.85rem;
  color: #9e9e9e;
}
.siteFooter__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}
.siteFooter__logo img {
  height: 1.75rem;
  width: auto;
}
.siteFooter__tagline {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #9e9e9e;
  max-width: 18rem;
}

.portfolio {
  padding: 12rem 0 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .portfolio {
    padding: 9rem 0 2rem;
  }
}
.portfolio__head {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 5rem;
}
@media (max-width: 768px) {
  .portfolio__head {
    margin-bottom: 3rem;
  }
}
.portfolio__divider {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .portfolio__divider {
    margin-top: 2rem;
  }
}
.portfolio__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1px;
  gap: 1.25rem;
  position: relative;
}
@media (max-width: 1024px) {
  .portfolio__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
.portfolio__item {
  position: relative;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.03);
  content-visibility: auto;
  contain-intrinsic-size: auto 400px;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}
.portfolio__item.isVisible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.portfolio__item--tall {
  aspect-ratio: 3/4;
}
.portfolio__item--vertical {
  aspect-ratio: 2/3;
}
.portfolio__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio__item:hover img {
  transform: scale(1.04);
}
@media (max-width: 768px) {
  .portfolio__item {
    border-radius: 0.75rem;
  }
}
.portfolio__fade {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 18rem;
  pointer-events: none;
  z-index: 50;
  background: linear-gradient(180deg, transparent 0%, rgba(16, 1, 18, 0.6) 50%, #100112 100%);
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio__fade.isHidden {
  opacity: 0;
}
@media (max-width: 768px) {
  .portfolio__fade {
    height: 12rem;
  }
}

.gslide-media {
  box-shadow: none !important;
}

.goverlay {
  background: rgba(16, 1, 18, 0.92) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.gbtn {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 50% !important;
  width: 3rem !important;
  height: 3rem !important;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.gbtn svg {
  fill: #ffffff !important;
  width: 1rem !important;
  height: 1rem !important;
}
.gbtn:hover {
  background: #d30cfa !important;
  border-color: #d30cfa !important;
  transform: scale(1.05);
}
.gbtn.disabled, .gbtn[disabled] {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}
.gbtn.disabled:hover, .gbtn[disabled]:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  transform: none;
}

.gclose {
  top: 2rem !important;
  right: 2rem !important;
}
@media (max-width: 768px) {
  .gclose {
    top: 1rem !important;
    right: 1rem !important;
    background: rgba(16, 1, 18, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

.gprev,
.gnext {
  top: 50% !important;
  transform: translateY(-50%);
}
.gprev:hover,
.gnext:hover {
  transform: translateY(-50%) scale(1.05);
}
@media (max-width: 768px) {
  .gprev,
  .gnext {
    position: fixed !important;
    top: auto !important;
    bottom: 1.5rem !important;
    transform: none;
    background: rgba(16, 1, 18, 0.7) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }
  .gprev:hover,
  .gnext:hover {
    transform: scale(1.05);
  }
}

.gprev {
  left: 2rem !important;
}
@media (max-width: 768px) {
  .gprev {
    left: 1rem !important;
  }
}

.gnext {
  right: 2rem !important;
}
@media (max-width: 768px) {
  .gnext {
    right: auto !important;
    left: 5rem !important;
  }
}/*# sourceMappingURL=main.css.map */