/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.marquee-group {
  position: relative;
}

.marquee {
  position: relative;
}

.marquee .marquee-scroll {
  position: relative;
  display: flex;
  width: 240%;
  margin-left: -20%;
}

.marquee .marquee-content {
  position: relative;
  display: flex;
}

.marquee .marquee-item {
  width: 20vw;
}

.section-images-marquee .marquee-item {
  width: 20vw;
  margin-right: 2.5vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-images-marquee .marquee-item {
    justify-content: center;
    width: 50vw;
  }
}

.section-clients-marquee {
  overflow: hidden;
  width: 100%;
}

.section-clients-marquee .marquee-item {
  width: fit-content;
  margin-right: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.section-clients-marquee .marquee-item h2 {
  text-wrap: nowrap;
}

.section-clients-marquee .marquee-item span {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .section-clients-marquee .marquee-item {
    width: fit-content;
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 540px) {
  .section-clients-marquee .marquee-item {
    width: fit-content;
  }
}
:root {
  --light: #f8f8f8;
  --dark: #0f1012;
  --primary: #FB7353;
  --secondary: #7654DE;
  --gradient-angle: {$gradient-angle};
}

/* --- Swup --- */
html.is-animating .transition-fade {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.transition-fade {
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* --- [5] Body --- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

li, ul {
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #0f1012;
  background-color: #ffffff;
  line-height: 1;
  overflow-x: hidden;
}

canvas, img, video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

svg {
  max-width: none;
  height: auto;
  box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p, a, li, ul, ol, span, strong, em {
  padding: 0;
  margin: 0;
  font-style: normal;
  letter-spacing: normal;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

p {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1rem, 0.8214rem + 0.4464vw, 1.125rem);
  line-height: 1.4;
}

a {
  font-family: "Geist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0.9rem, 0.8286rem + 0.1786vw, 1rem);
  text-decoration: none;
  line-height: 1;
  color: #0f1012;
}

p a {
  text-decoration: none;
  font-size: inherit;
  color: #FB7353;
  line-height: inherit;
  overflow: hidden;
}

h1 {
  font-size: clamp(2.25rem, -0.2857rem + 6vw, 4rem);
  line-height: 1.05;
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: clamp(1.9rem, -0.2857rem + 6vw, 6rem);
  }
}

h2 {
  font-size: clamp(2.25rem, -0.2857rem + 4.4643vw, 3.5rem);
}
@media screen and (max-width: 479px) {
  h2 {
    line-height: 1.1;
    font-size: clamp(1.9rem, -0.2857rem + 4.4643vw, 3.5rem);
  }
}

h3 {
  font-size: clamp(1.8rem, -0.2857rem + 4.4643vw, 3.25rem);
}

h4 {
  font-size: clamp(1.25rem, -0.2857rem + 4.4643vw, 2.25rem);
}

h5 {
  font-size: clamp(1.45rem, 0.8571rem + 1vw, 1.75rem);
}

h6 {
  font-size: clamp(1rem, 0.8571rem + 1vw, 1.25rem);
}

.mono {
  font-family: "Geist Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.big {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .big {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.small {
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .small {
    font-size: 0.75rem;
  }
}

.scroll-lock {
  overflow-y: hidden;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.full-height {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .full-height {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}

.is-android .full-height {
  height: 100vh;
}

.min-full-height {
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .min-full-height {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.is-android .min-full-height {
  min-height: 100vh;
}

.full-height-150 {
  height: 150vh;
}
@media screen and (max-width: 768px) {
  .full-height-150 {
    height: 150vh;
    height: calc(var(--vh, 1vh) * 150);
  }
}

.is-android .full-height-150 {
  height: 150vh;
}

.min-height-120 {
  min-height: 120vh;
}
@media screen and (max-width: 768px) {
  .min-height-120 {
    min-height: 120vh;
    min-height: calc(var(--vh, 1vh) * 120);
  }
}

.is-android .min-height-120 {
  min-height: 120vh;
}

.min-height-150 {
  min-height: 150vh;
}
@media screen and (max-width: 768px) {
  .min-height-150 {
    min-height: 120vh;
    min-height: calc(var(--vh, 1vh) * 120);
  }
}

.is-android .min-height-150 {
  min-height: 150vh;
}
@media screen and (max-width: 768px) {
  .is-android .min-height-150 {
    min-height: 120vh;
  }
}

@supports (text-wrap: balance) {
  .text-balance {
    text-wrap: balance !important;
  }
}
.is-mac-desktop .text-balance {
  text-wrap: unset !important;
}

.is-iphone .text-balance {
  text-wrap: unset !important;
}

.dg {
  z-index: 99999 !important;
}

#bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  border-radius: 8px;
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}

main {
  position: relative;
  z-index: 10;
}

section {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

header {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

footer {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.container {
  position: relative;
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  max-width: 96rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.btn {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  text-align: center;
  background-color: #0f1012;
  border: 1px solid rgba(248, 248, 248, 0.1);
  padding: 0.75rem 1rem 0.7rem 1.125rem;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.25;
  cursor: pointer;
}

.btn-small {
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
}

[btn-text-split=light].btn {
  color: #f8f8f8;
  text-shadow: 0px 1.25em 0px #f8f8f8;
}

[btn-text-split=dark].btn {
  color: #0f1012;
  text-shadow: 0px 1.25em 0px #0f1012;
}

.btn:hover {
  border: 1px solid rgba(248, 248, 248, 0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 248, 248, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(248, 248, 248, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(248, 248, 248, 0.1);
}

#ctabtn {
  letter-spacing: 0.1px;
  background-color: #0f1012;
  color: #f8f8f8;
  text-shadow: 0px 1.25em 0px #f8f8f8;
  padding: 0.75rem 1rem 0.7rem 1.125rem;
}

.is-active #ctabtn {
  background-color: #f8f8f8;
  color: #0f1012;
  text-shadow: 0px 1.25em 0px #0f1012;
}

.mobile-menu-btn {
  cursor: pointer;
  border: 1px solid rgba(248, 248, 248, 0.1);
  border-radius: 4px;
}

.mobile-menu {
  display: none;
}

[data-mobile-theme=light].mobile-menu.is-open {
  background-color: #0f1012 !important;
}

[data-mobile-theme=dark].mobile-menu.is-open {
  background-color: #f8f8f8 !important;
}

[data-mobile-theme=light].mobile-menu.is-open ul li a {
  color: #f8f8f8 !important;
  text-shadow: 0px 1em 0px #f8f8f8;
}

[data-mobile-theme=dark].mobile-menu.is-open ul li a {
  color: #0f1012 !important;
  text-shadow: 0px 1em 0px #0f1012;
  border-top: 1px solid rgba(15, 16, 18, 0.1);
}

.mobile-menu.is-open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding-inline: 1rem;
  backdrop-filter: blur(48px);
}

.mobile-menu ul li a {
  padding-block: 1rem;
  border-top: 1px solid rgba(248, 248, 248, 0.1);
  font-size: clamp(2rem, -0.2857rem + 4.4643vw, 4rem);
}

.btn-link {
  font-size: 1.25rem;
  color: #f8f8f8;
  white-space: nowrap;
}

.btn-link-wrap {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  padding: 1rem;
}

.btn-link-wrap:hover .btn-ul-line {
  transform: scaleX(0);
}

.link-circle {
  margin-top: 0.15rem;
  border-radius: 100%;
  border: 1px solid rgba(248, 248, 248, 0.5);
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.link-circle svg {
  color: #0f1012;
  opacity: 0;
}

.btn-ul-line {
  width: 100%;
  margin-top: 1px;
  height: 1px;
  background: #f8f8f8;
  transform-origin: right;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.5, 0.5, 0, 1);
  transform: scaleX(1);
}

.btn-link-wrap.dark .btn-ul-line {
  background: #0f1012;
}

.btn-link-wrap.dark .link-circle svg {
  color: #f8f8f8;
  opacity: 0;
}

.btn-link-wrap.dark .btn-link {
  color: #0f1012;
}

.btn-link-wrap.dark .link-circle {
  border: 1px solid #0f1012;
}

.btn-light {
  color: #0f1012;
  background: #f8f8f8;
  border: 1px solid rgba(15, 16, 18, 0.1);
}

.btn-light:hover {
  border: 1px solid #bfbfbf;
}

.btn-light-2 {
  color: #0f1012;
  background: #efefef;
  border: 1px solid rgba(15, 16, 18, 0.1);
}

.btn-light-2:hover {
  border: 1px solid #bfbfbf;
}

.btn-dark {
  background-color: #0f1012;
  color: #f8f8f8;
  border: 1px solid rgba(248, 248, 248, 0.1);
}

.btn-primary {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  background-image: linear-gradient(280deg, #FD9F8A, #FB7353);
  color: #f8f8f8;
  border: 1px solid rgba(251, 115, 83, 0.5);
  overflow: hidden;
}

.btn-primary:hover {
  border: 1px solid #fb7353;
  -webkit-box-shadow: 0px 0px 10px 1px #fb7353;
  -moz-box-shadow: 0px 0px 10px 1px #fb7353;
  box-shadow: 0px 0px 5px 1px #fb7353;
}

.btn-secondary {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  background-color: #2a195e;
  background-image: linear-gradient(to left, #8c79fb, #8670f4, #8167ed, #7b5de5, #7654de);
  color: #f8f8f8;
  border: 1px solid rgba(118, 84, 222, 0.1);
}

.btn-secondary:hover {
  -webkit-box-shadow: 0px 0px 10px 1px #7654de;
  -moz-box-shadow: 0px 0px 10px 1px #7654de;
  box-shadow: 0px 0px 10px 1px #7654de;
}

[data-split=btn] {
  overflow: hidden;
  cursor: pointer;
}

[btn-text-split=light] {
  color: #f8f8f8;
  text-shadow: 0px 1em 0px #f8f8f8;
}

[btn-text-split=dark] {
  color: rgba(15, 16, 18, 0.7);
  text-shadow: 0px 1em 0px #0f1012;
}

[btn-text-split=primary] {
  color: rgba(251, 115, 83, 0.7);
  text-shadow: 0px 1em 0px #FB7353;
}

[btn-text-split=secondary] {
  color: rgba(118, 84, 222, 0.7);
  text-shadow: 0px 1em 0px #7654DE;
}

[btn-text-split=dark-primary] {
  color: #3e1910;
  text-shadow: 0px 1em 0px #3e1910;
}

.scene-wrap {
  padding: 1rem;
  width: 100%;
  aspect-ratio: 16/9;
}

.main-menu .menu-item a {
  overflow: hidden;
  padding: 10px 16px;
  border-radius: 4px;
}

.main-menu .menu-item:hover a {
  background-color: #efefef;
}

.main-menu[data-theme=dark] .menu-item:hover a {
  background-color: #0f1012;
}

.main-menu[data-theme=light] .menu-item:hover a {
  background-color: #efefef;
}

.bg-blur-soft {
  backdrop-filter: blur(20px);
}

.bg-blur-hard {
  backdrop-filter: blur(150px);
}

.bg-radial-gradient {
  background: #0f1012;
}

.bg-dark-radial {
  background-image: radial-gradient(circle, #1b1d20 0%, #0F1012 100%);
}

.bg-radial-gradient-top {
  background: #161719;
  background-image: radial-gradient(32% 15% at 50% 0%, rgba(251, 115, 83, 0.25) 0, rgb(22, 23, 25) 100%);
}

.bg-radial-gradient-top-left {
  background: #161719;
  background-image: radial-gradient(80% 30% at 15% 0%, rgba(251, 115, 83, 0.25) 0, rgb(22, 23, 25) 100%);
}

.bg-radial-gradient-center {
  background: #161719;
  background-image: radial-gradient(80% 30% at 50% 0%, rgba(251, 115, 83, 0.25) 0, rgb(22, 23, 25) 100%);
}

.bg-radial-gradient-light {
  background: #f8f8f8;
  background-image: radial-gradient(circle at 50% 0%, rgba(198, 189, 254, 0.5) 0%, rgb(244, 243, 242) 50%);
}

.bg-dot-matrix {
  background-image: url("./assets/dot-matrix.svg");
  background-repeat: repeat;
  background-position: center;
}

.card-radial-gradient {
  background: #efefef;
}

.card-placeholder {
  background-color: #dbdbdb;
}

.bg-dark {
  background-color: #0f1012;
}

.bg-grey {
  background-color: #161719;
}

.bg-light {
  background-color: #f8f8f8;
}

.bg-white {
  background-color: #ffffff;
}

.bg-eblue {
  background-color: #778FBF;
}

.bg-secondary {
  background-color: #7654DE;
}

.bg-eplum {
  background-color: #C075AC;
}

.bg-gradient {
  background-image: linear-gradient(180deg, #F68365, #C075AC, #7654DE, #778FBF);
}

.form-wrap input#email {
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  padding: 0.5rem 1.75rem 0.5rem 1rem;
  background-color: #f8f8f8;
}

button.btn {
  border-radius: 4px;
}

button {
  font-weight: 500;
}

.main-menu {
  padding: 0.5rem 0.75rem 0.5rem 1rem;
  transition: max-width 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s ease, backdrop-filter 0.4s ease;
  max-width: 100%;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  will-change: max-width, background-color, backdrop-filter;
}
@media screen and (max-width: 1024px) {
  .main-menu {
    transition: all 0.2 ease;
    border: 1px solid rgba(248, 248, 248, 0.1);
    background-color: rgba(15, 16, 18, 0.5);
    backdrop-filter: blur(48px);
    border-radius: 8px;
  }
}

#site-navigation.is-active .main-menu {
  border: 1px solid rgba(15, 16, 18, 0.1);
  background-color: rgba(15, 16, 18, 0.5);
  backdrop-filter: blur(48px);
  max-width: 1548px !important;
}

.current-menu-item a {
  color: #f8f8f8 !important;
}

[data-theme=dark] .current-menu-item a {
  color: #f8f8f8 !important;
}

[data-theme=light] .current-menu-item a {
  color: #0f1012 !important;
}

.the-logo svg {
  width: 100px;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.1s ease;
}

.the-logo.is-big svg {
  width: 128px;
  height: 48px;
}
@media screen and (max-width: 1024px) {
  .the-logo.is-big svg {
    width: 96px;
    height: 32px;
  }
}

[data-theme=dark].main-menu {
  border-color: rgba(227, 227, 227, 0.1) !important;
}

.is-active [data-theme=light].main-menu {
  background-color: #0f1012 !important;
}

.is-active [data-logo-theme=light] svg {
  color: #ffffff;
}

.is-active [btn-text-split=dark] {
  color: #ffffff;
  text-shadow: 0px 1em 0px #ffffff;
}

.is-active [data-theme=light] .current-menu-item a {
  color: #ffffff !important;
  text-shadow: 0px 1em 0px #ffffff;
}

.is-active .main-menu[data-theme=light] .menu-item:hover a {
  background-color: #2d2e31;
}

.is-active [data-theme=light] .out-link:hover svg {
  color: #f8f8f8;
}

@media screen and (max-width: 1024px) {
  [data-theme=light].main-menu {
    background-color: #e3e3e3 !important;
  }
}

[data-logo-theme=dark] svg {
  color: #f8f8f8;
}

[data-logo-theme=light] svg {
  color: #0f1012;
}

[data-mobile-theme=light] {
  color: #f8f8f8;
}

[data-mobile-theme=dark] {
  color: #0f1012;
}

.text-light {
  color: #f8f8f8;
}

.text-white {
  color: #ffffff;
}

.text-dark {
  color: #0f1012;
}

.text-primary {
  color: #FB7353;
}

.text-secondary {
  color: #7654DE;
}

.text-plum {
  color: #C075AC;
}

.text-eblue {
  color: #778FBF;
}

.gradient-text-primary {
  background: linear-gradient(180deg, #F68365, #C075AC, #7654DE, #778FBF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-text-light {
  background: linear-gradient(60deg, #f8f8f8, #dbdbdb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-text-secondary {
  background: linear-gradient(to left, #8c79fb, #8670f4, #8167ed, #7b5de5, #7654de);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-text-blue {
  background: linear-gradient(60deg, #56688D, #778FBF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-text-plum {
  background: linear-gradient(60deg, #8E567F, #C075AC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-text-purple {
  background: linear-gradient(60deg, #7654DE, #8C79FB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.inner-glow-light {
  box-shadow: inset 0px 1px 8px rgba(248, 248, 248, 0.1);
}

.inner-glow-orange {
  box-shadow: inset 0px 1px 24px rgba(251, 115, 83, 0.1);
}

.inner-glow-orange-light {
  box-shadow: inset 0px 1px 24px rgba(253, 159, 138, 0.1);
}

.inner-glow-purple {
  box-shadow: inset 0px 1px 24px rgba(118, 84, 222, 0.1);
}

.inner-glow-plum {
  box-shadow: inset 0px 1px 24px rgba(192, 117, 172, 0.1);
}

.inner-glow-blue {
  box-shadow: inset 0px 1px 24px rgba(119, 143, 191, 0.1);
}

.circle-plum {
  background-color: #C075AC;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  position: absolute;
  right: -10%;
  top: 10%;
}
@media screen and (max-width: 768px) {
  .circle-plum {
    right: -40%;
  }
}

.circle-blue {
  background-color: #778FBF;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  position: absolute;
  right: 0%;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .circle-blue {
    right: -40%;
  }
}

.circle-primary {
  background-image: linear-gradient(180deg, #F68365, #C075AC, #7654DE, #778FBF);
  opacity: 0.25;
  width: 100%;
  height: 900px;
  border-radius: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(128px);
}
@media screen and (max-width: 1024px) {
  .circle-primary {
    width: 500px;
    height: 500px;
  }
}

.circle-orange-purple {
  background-image: linear-gradient(220deg, #FB7353, #7654DE);
  opacity: 0.5;
  width: 85%;
  height: 750px;
  border-radius: 100%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(128px);
}
@media screen and (max-width: 1024px) {
  .circle-orange-purple {
    width: 500px;
    height: 500px;
    opacity: 0.1;
  }
}

.circle-bento {
  background: linear-gradient(180deg, #F68365, #C075AC, #7654DE, #778FBF);
  opacity: 0.25;
  width: 85%;
  height: 500px;
  border-radius: 100%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .circle-bento {
    top: 9%;
    width: 100%;
    height: 500px;
  }
}

.circle-orange {
  background-color: #FB7353;
  opacity: 0.25;
  width: 85%;
  height: 500px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .circle-orange {
    top: 50%;
    width: 100%;
    height: 500px;
  }
}

.circle-secondary {
  background-color: #8C79FB;
  width: 250px;
  height: 250px;
  border-radius: 100%;
  position: absolute;
  left: -10%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .circle-secondary {
    left: -40%;
  }
}

.noise-overlay {
  background-image: url("./assets/static.png");
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.glow-border {
  background-color: #161719;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(248, 248, 248, 0.1);
}

.glow-border::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(45deg, #FB7353, #C075AC, #7654DE, #778FBF);
  border-radius: inherit;
  pointer-events: none;
}

.glow-border::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  background: linear-gradient(45deg, #FB7353, #C075AC, #7654DE, #778FBF);
  border-radius: inherit;
}

.glow-border.glow-extra::before {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  background: conic-gradient(from 180deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #FB7353, #F68365, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0));
  border-radius: inherit;
  pointer-events: none;
}

.glow-border.glow-extra::after {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  filter: blur(24px);
  background: conic-gradient(from 180deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #FB7353, #F68365, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0));
  border-radius: inherit;
}

.glow-border::after {
  filter: blur(8px);
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.glow-border:hover::after {
  filter: blur(12px);
}

.glow-border.glow-extra:hover::after {
  filter: blur(32px);
}

.glow-border-bottom::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: conic-gradient(from 320deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #7654DE, #FB7353, rgba(15, 16, 18, 0));
  border-radius: inherit;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .glow-border-bottom::before {
    background: conic-gradient(from 135deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #FB7353, #C075AC, #7654DE, rgba(15, 16, 18, 0));
  }
}

.glow-border-bottom::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  background: conic-gradient(from 320deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #7654DE, #FB7353, rgba(15, 16, 18, 0));
  border-radius: inherit;
}
@media screen and (max-width: 1024px) {
  .glow-border-bottom::after {
    background: conic-gradient(from 135deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #FB7353, #C075AC, #7654DE, rgba(15, 16, 18, 0));
  }
}

.glow-border-right::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: conic-gradient(from 180deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #7654DE, #FB7353, rgba(15, 16, 18, 0));
  border-radius: inherit;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .glow-border-right::before {
    background: conic-gradient(from 135deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #FB7353, #C075AC, #7654DE, rgba(15, 16, 18, 0));
  }
}

.glow-border-right::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: -1;
  background: conic-gradient(from 180deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #7654DE, #FB7353, rgba(15, 16, 18, 0));
  border-radius: inherit;
}
@media screen and (max-width: 1024px) {
  .glow-border-right::after {
    background: conic-gradient(from 135deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #FB7353, #C075AC, #7654DE, rgba(15, 16, 18, 0));
  }
}

.glow-border-left::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: conic-gradient(from 60deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #F68365, #FB7353, rgba(15, 16, 18, 0));
  border-radius: inherit;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .glow-border-left::before {
    background: conic-gradient(from 135deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #F68365, #FB7353, rgba(15, 16, 18, 0));
  }
}

.glow-border-left::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: conic-gradient(from 60deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #F68365, #FB7353, rgba(15, 16, 18, 0));
  border-radius: inherit;
}
@media screen and (max-width: 1024px) {
  .glow-border-left::after {
    background: conic-gradient(from 135deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #F68365, #FB7353, rgba(15, 16, 18, 0));
  }
}

.glow-border-blue {
  background-color: #161719;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(248, 248, 248, 0.1);
}

.glow-border-blue::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: conic-gradient(from 180deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #778FBF, #56688D, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0));
  border-radius: inherit;
  pointer-events: none;
}

.glow-border-blue::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: conic-gradient(from 180deg, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0), #778FBF, #56688D, rgba(15, 16, 18, 0), rgba(15, 16, 18, 0));
  border-radius: inherit;
}

.glow-border-blue::after {
  filter: blur(48px);
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.glow-border-blue:hover::after {
  filter: blur(48px);
}

.grid-overlay {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.border-grid-right {
  border-right: 1px solid rgba(15, 16, 18, 0.05);
}
@media screen and (max-width: 768px) {
  .border-grid-right {
    border: unset;
  }
}

.border-grid-left {
  border-left: 1px solid rgba(15, 16, 18, 0.05);
}
@media screen and (max-width: 768px) {
  .border-grid-left {
    border: unset;
  }
}

.border-grid-right-dark {
  border-right: 1px solid rgba(15, 16, 18, 0.1);
}
@media screen and (max-width: 768px) {
  .border-grid-right-dark {
    border: unset;
  }
}

.border-grid-left-dark {
  border-left: 1px solid rgba(15, 16, 18, 0.1);
}
@media screen and (max-width: 768px) {
  .border-grid-left-dark {
    border: unset;
  }
}

@media screen and (max-width: 768px) {
  .border-mobile-left {
    border-left: 1px solid #fb7353;
  }
}

@media screen and (max-width: 768px) {
  .border-mobile-right {
    border-right: 1px solid #fb7353;
  }
}

.badge-light {
  background-color: rgba(22, 23, 25, 0.25);
  border-radius: 8px;
  border: 1px solid rgba(248, 248, 248, 0.1);
  color: #0f1012;
  backdrop-filter: blur(20px);
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.badge-dark {
  background-color: rgba(15, 16, 18, 0.25);
  font-weight: 200;
  background-image: linear-gradient(180deg, #F68365, #C075AC, #7654DE, #778FBF);
  border-radius: 48px;
  color: #f8f8f8;
  backdrop-filter: blur(20px);
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.badge-primary {
  background-color: #fb7353;
  border-radius: 8px;
  border: 1px solid rgba(137, 70, 53, 0.25);
  color: #0f1012;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.badge-gradient {
  background-image: linear-gradient(180deg, #F68365, #C075AC, #7654DE, #778FBF);
  border-radius: 8px;
  border: 1px solid rgba(248, 248, 248, 0.1);
  color: #f8f8f8;
  backdrop-filter: blur(20px);
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.feat-box {
  background-color: rgba(248, 248, 248, 0.5);
  backdrop-filter: blur(48px);
  padding: 0.5rem;
  border-radius: 16px 0px 0px 16px;
  border: 1px solid rgba(15, 16, 18, 0.1);
}
@media screen and (max-width: 768px) {
  .feat-box {
    padding: 0.25rem;
    border-radius: 8px;
  }
}
@media screen and (max-width: 1280px) {
  .feat-box {
    height: 450px; /* fixed height matching your design */
  }
}

.feat-box img {
  border-radius: 8px 0px 0px 8px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 1280px) {
  .feat-box img {
    border-radius: 4px;
  }
}

.feat-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  grid-template-areas: "feat-2 feat-2 feat-1 feat-1 feat-1 feat-1" "feat-2 feat-2 feat-5 feat-5 feat-4 feat-4";
}
@media screen and (max-width: 1280px) {
  .feat-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 1rem 1rem;
    grid-template-areas: "feat-2" "feat-5" "feat-1" "feat-4";
  }
}

.feat-bg {
  background-color: #efefef;
  border: 1px solid rgba(15, 16, 18, 0.1);
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
}

.feat-bg-dark {
  background-color: #0f1012;
  border: 1px solid rgba(15, 16, 18, 0.1);
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
}

.feat-bg-1 {
  background-image: linear-gradient(220deg, #FB7353, #7654DE);
}

.feat-bg-2 {
  background-image: linear-gradient(280deg, #FD9F8A, #FB7353);
}

.feat-bg-3 {
  background-image: linear-gradient(280deg, #FD9F8A, #fbb974);
}

.feat-bg-4 {
  background-image: linear-gradient(280deg, #58b2dd, #bee4ed);
}

.feat-1 {
  grid-area: feat-1;
  border-radius: 8px;
  cursor: pointer;
}

.feat-2 {
  grid-area: feat-2;
  border-radius: 8px;
  cursor: pointer;
}

.feat-3 {
  grid-area: feat-3;
  border-radius: 8px;
  cursor: pointer;
}

.feat-4 {
  grid-area: feat-4;
  border-radius: 8px;
  cursor: pointer;
}

.feat-5 {
  grid-area: feat-5;
  border-radius: 8px;
  cursor: pointer;
}

.feat-6 {
  grid-area: feat-6;
  border-radius: 8px;
  cursor: pointer;
}

.e-feat-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-auto-flow: row;
  grid-template-areas: "e-feat-1 e-feat-3";
}
@media screen and (max-width: 1280px) {
  .e-feat-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 1rem 1rem;
    grid-template-areas: "e-feat-1" "e-feat-3";
  }
}

.e-feat-1 {
  grid-area: e-feat-1;
  border-radius: 8px;
  cursor: pointer;
}

.e-feat-2 {
  grid-area: e-feat-2;
  border-radius: 8px;
  cursor: pointer;
}

.e-feat-3 {
  grid-area: e-feat-3;
  border-radius: 8px;
  cursor: pointer;
}

.box {
  width: 100%;
  height: 500px;
  background: #ededed;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}

.box-dark {
  border-radius: 8px;
  cursor: pointer;
  background-color: rgba(15, 16, 18, 0.5);
}

.box-light {
  background: #ededed;
  border-radius: 8px;
}

.blog-wrapper .swiper-button-next,
.blog-wrapper .swiper-button-prev {
  color: #FB7353;
}

.tab-menu {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  background-color: #efefef;
  border: 1px solid rgba(15, 16, 18, 0.1);
  cursor: pointer;
  box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  padding: 1rem 2.125rem 1rem 2.125rem;
  border-radius: 4px;
  white-space: nowrap;
  width: fit-content;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .tab-menu {
    padding: 1rem 1rem 1rem 1rem;
  }
}

.tab-1 {
  padding-right: 1rem;
  border-right: 1px solid rgba(15, 16, 18, 0.25);
  user-select: none;
}
@media screen and (max-width: 768px) {
  .tab-1 {
    padding-right: 0.5rem;
  }
}

.tab-2 {
  border-right: 1px solid rgba(15, 16, 18, 0.25);
  padding-right: 1rem;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .tab-2 {
    padding-right: 0.5rem;
  }
}

.tab-3 {
  user-select: none;
}

.tab-1, .tab-2, .tab-3 {
  color: #0f1012;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .tab-1, .tab-2, .tab-3 {
    font-size: 0.8rem;
  }
}

.tab-1 svg, .tab-2 svg, .tab-3 svg {
  opacity: 0.7;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.tab-1:hover svg, .tab-2:hover svg, .tab-3:hover svg {
  opacity: 1;
}

.tab-1.active {
  color: #FB7353 !important;
  text-shadow: 0px 1em 0px #FB7353 !important;
}

.tab-1.active span {
  color: #FB7353 !important;
  text-shadow: 0px 1em 0px #FB7353 !important;
}

.tab-2.active span {
  color: #7654DE !important;
  text-shadow: 0px 1em 0px #7654DE !important;
}

.tab-3.active span {
  color: #778FBF !important;
  text-shadow: 0px 1em 0px #778FBF !important;
}

.tab-2.active {
  color: #7654DE !important;
  text-shadow: 0px 1em 0px #7654DE !important;
}

.tab-3.active {
  color: #778FBF !important;
  text-shadow: 0px 1em 0px #778FBF !important;
}

.tab-1.active svg, .tab-2.active svg, .tab-3.active svg {
  opacity: 1;
}

.radar-container {
  position: relative;
  width: 100%; /* fill the parent width */
  aspect-ratio: 1; /* maintain square ratio */
  height: 100%; /* optional max size */
  min-height: 400px;
  min-width: 400px;
}
@media screen and (max-width: 640px) {
  .radar-container {
    max-height: 400px;
    max-width: 400px;
    min-height: 300px;
    min-width: 300px;
  }
}

.radar-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(rgba(231, 135, 79, 0.3) 0deg, rgba(231, 135, 79, 0.01) 60deg, transparent 360deg);
  z-index: 5;
  pointer-events: none;
}

.radar-svg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  color: rgba(248, 248, 248, 0.5);
  background-color: #0f1012;
}

.radar-sweep,
.radar-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.blip {
  fill: #f8f8f8;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
}

.blip.active {
  opacity: 1;
  fill: #e7874f;
}

.radar-wrap {
  height: 400px;
}
@media screen and (max-width: 1024px) {
  .radar-wrap {
    max-width: 400px; /* optional max size */
  }
}
@media screen and (max-width: 640px) {
  .radar-wrap {
    max-height: 300px;
  }
}

.radar-logo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 64px;
  width: 64px;
  z-index: 30;
  color: #f8f8f8;
  border-radius: 100%;
}

.drop-glow {
  filter: drop-shadow(4px 4px 4px #f8f8f8);
}

.section-rim {
  border-radius: 24px;
  margin: 0.75rem;
}
@media screen and (max-width: 768px) {
  .section-rim {
    border-radius: 0;
    margin: 0;
  }
}

.swiper-button-disabled {
  opacity: 0.5;
}

.btn-swiper {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  text-align: center;
  background-color: #0f1012;
  border: 1px solid rgba(248, 248, 248, 0.1);
  padding: 0.5rem 1.125rem 0.5rem 1.125rem;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
}

.btn-swiper:hover {
  border: 1px solid #0f1012;
  background-color: #f8f8f8;
  color: #0f1012;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 248, 248, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(248, 248, 248, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(248, 248, 248, 0.1);
}

#toc-list a {
  color: rgba(15, 16, 18, 0.7);
  font-weight: 400;
  transition: color 0.2s cubic-bezier(0.625, 0.05, 0, 1);
}

#toc-list a:hover {
  color: #0f1012;
}

#toc-list a[data-active=true] {
  color: #0f1012;
  font-weight: 600;
}

.bg-logo-left {
  position: absolute;
  opacity: 0.05;
  color: #0f1012;
  top: 45%;
  left: 15%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .bg-logo-left {
    display: none;
  }
}

.bg-logo-right {
  position: absolute;
  opacity: 0.05;
  color: #f8f8f8;
  top: 25%;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .bg-logo-right {
    right: 0;
    top: 25%;
    width: 350px;
  }
}

.mask-wrap {
  clip-path: circle(25% at 50% 50%);
}
@media screen and (max-width: 1024px) {
  .mask-wrap {
    clip-path: circle(35% at 50% 50%);
  }
}

.data-silo-active {
  display: flex;
  cursor: pointer;
  gap: 0.75rem;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  color: #0f1012;
  border: 1px solid #0f1012;
  border-radius: 4px;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  opacity: 0.7;
  flex-wrap: nowrap;
  text-wrap: nowrap;
}
@media screen and (max-width: 1024px) {
  .data-silo-active {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    gap: 0.5rem;
  }
}

.data-silo-inactive {
  display: flex;
  cursor: not-allowed;
  gap: 0.75rem;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  color: rgba(248, 248, 248, 0.5);
  background: #2d2e31;
  border-radius: 4px;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {
  .data-silo-inactive {
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
    gap: 0.5rem;
  }
}

.data-silo-active:hover {
  color: #0f1012;
  background: #FB7353;
  border-color: rgba(251, 115, 83, 0.5);
  opacity: 1;
}

.data-silo-inactive:hover {
  color: #0f1012;
  background: #f8f8f8;
  opacity: 0.7;
}

.marquee-group h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .marquee-group h2 {
    font-size: 1.25rem;
  }
}

.marquee-group h2.mono {
  font-size: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .marquee-group h2.mono {
    font-size: 1.25rem;
  }
}

.source-container-desktop {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.source-card {
  --grad-angle: 100deg;
  --grad-opacity: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #efefef;
  border: 1px solid rgba(15, 16, 18, 0.1);
  box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 14px 1px rgba(0, 0, 0, 0.05);
  margin-top: 1rem;
  height: 350px;
  border-radius: 8px;
  padding-block: 1rem;
  overflow: hidden;
  transition: color 0.5s cubic-bezier(0.625, 0.05, 0, 1), background 0.5s cubic-bezier(0.625, 0.05, 0, 1), filter 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .source-card {
    height: 200px;
    justify-content: center;
  }
}

.source-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(var(--grad-angle), #f8f8f8, #dbdbdb);
  opacity: var(--grad-opacity);
  transition: color 0.5s cubic-bezier(0.625, 0.05, 0, 1), background 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.source-card img {
  max-width: 64px;
}
@media screen and (max-width: 1024px) {
  .source-card img {
    max-width: 64px;
  }
}

.data-title,
.int-title {
  overflow: hidden;
}

.data-title span,
.int-title span {
  display: inline-block;
  color: #0f1012;
}

.source-column {
  width: 14.2857142857vw;
  margin-top: 0;
}
.source-column:nth-child(2), .source-column:nth-child(6) {
  margin-top: 8rem;
}
.source-column:nth-child(3), .source-column:nth-child(5) {
  margin-top: 16rem;
}
.source-column:nth-child(4) {
  margin-top: 24rem;
}
@media screen and (max-width: 1024px) {
  .source-column {
    width: 33.3333333333vw;
    margin-top: 0;
  }
  .source-column:nth-child(1), .source-column:nth-child(3) {
    margin-top: 4rem;
  }
  .source-column:nth-child(2) {
    margin-top: 0rem;
  }
}

.source-column-mb {
  width: 14.2857142857vw;
  margin-top: 0;
}
.source-column-mb:nth-child(2), .source-column-mb:nth-child(6) {
  margin-top: 8rem;
}
.source-column-mb:nth-child(3), .source-column-mb:nth-child(5) {
  margin-top: 16rem;
}
.source-column-mb:nth-child(4) {
  margin-top: 24rem;
}
@media screen and (max-width: 1024px) {
  .source-column-mb {
    width: 33.3333333333vw;
    margin-top: 0;
  }
  .source-column-mb:nth-child(1), .source-column-mb:nth-child(3) {
    margin-top: 4rem;
  }
  .source-column-mb:nth-child(2) {
    margin-top: 0rem;
  }
}

.source-card-mb {
  --grad-angle: 100deg;
  --grad-opacity: 0;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #efefef;
  margin-top: 1rem;
  height: 350px;
  border-radius: 8px;
  padding-block: 1rem;
  overflow: hidden;
  transition: color 0.5s cubic-bezier(0.625, 0.05, 0, 1), background 0.5s cubic-bezier(0.625, 0.05, 0, 1), filter 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .source-card-mb {
    height: 200px;
    justify-content: center;
  }
}

.source-card-mb:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(var(--grad-angle), #F68365, #7654DE);
  opacity: var(--grad-opacity);
  transition: color 0.5s cubic-bezier(0.625, 0.05, 0, 1), background 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.source-card-mb:hover img {
  filter: invert(1);
}
@media screen and (max-width: 1024px) {
  .source-card-mb:hover img {
    filter: none;
  }
}

.source-card-mb img {
  max-width: 64px;
}

.insight-title-final {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[data-faq-trigger] {
  cursor: pointer;
}

[data-faq-trigger] span {
  font-size: clamp(1.125rem, 0.8571rem + 1vw, 1.25rem);
}

[data-faq-content] p {
  line-height: 1.3;
}

[data-faq=open] span {
  background: linear-gradient(280deg, #FD9F8A, #FB7353);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.border-faq {
  border-top: 1px solid rgba(15, 16, 18, 0.1);
  margin-bottom: 0;
}

.footer-logo svg {
  color: #f8f8f8;
  width: 200px;
}

.out-link {
  width: fit-content;
}

.out-link a {
  display: flex;
  gap: 0.25rem;
}

.out-link svg {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.out-link:hover svg {
  color: #f8f8f8;
}

[data-theme=dark] .out-link:hover svg {
  color: #f8f8f8;
}

[data-theme=light] .out-link:hover svg {
  color: #0f1012;
}

.tooltip-text {
  font-size: 14px;
  fill: #f8f8f8;
  pointer-events: none;
  opacity: 0;
}

canvas {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.bg-grey-2 {
  background-color: #e3e3e3;
}

.bg-primary {
  background-color: #F68365;
}

.bg-green {
  background-color: #a4c187;
}

@media screen and (max-width: 1024px) {
  .intro-text {
    line-height: 1.15;
  }
}

.text-highlight-1, .text-highlight-2, .text-highlight-3 {
  position: relative;
  display: inline-block;
  background: linear-gradient(120deg, #FD9F8A 0%, #FD9F8A 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.5s ease;
  z-index: 99;
}

.silo-search {
  position: absolute;
  background: #efefef;
  border: 1px solid #d1d1d1;
  backdrop-filter: blur(3px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 1px 1px 4px 2px rgba(15, 16, 18, 0.1);
  -moz-box-shadow: 1px 1px 4px 2px rgba(15, 16, 18, 0.1);
  box-shadow: 1px 1px 4px 2px rgba(15, 16, 18, 0.1);
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .silo-search {
    display: none;
  }
}

.silo-search p {
  text-wrap: nowrap;
}

.voice-ani-wrapper {
  position: relative;
  width: 300px;
  height: 250px;
}

#barsSvg {
  color: #dbdbdb;
  position: absolute;
  top: 0;
  left: 0;
}

.micSvg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f8f8f8;
  z-index: 10;
}

.circleSvg {
  color: #894635;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  border-radius: 100%;
}

.text-to-speech p {
  color: #0f1012;
  text-align: center;
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.unify-container {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1; /* Or adjust to 3 / 1 if needed */
  overflow: visible;
  position: relative;
}

.unify-container .uni-circles {
  width: 100%;
  height: 100%;
  display: block;
  color: rgba(248, 248, 248, 0.1);
}

.sl-logo {
  border-radius: 8px;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .sl-logo {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 30%);
  }
}

.sl-logo svg {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .sl-logo svg {
    width: 156px;
    height: 156px;
  }
}

.border-orange {
  border: 1px solid rgba(137, 70, 53, 0.5);
}

.border-plum {
  border: 1px solid rgba(142, 86, 127, 0.5);
}

.border-blue {
  border: 1px solid rgba(119, 143, 191, 0.5);
}

.border-purple {
  border: 1px solid rgba(118, 84, 222, 0.5);
}

.uf-logo {
  height: 64px;
  width: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teams-ani-wrapper {
  position: relative;
  overflow: hidden;
}

.cursor-icon {
  pointer-events: none;
}

.email-text {
  width: 280px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

.team-list {
  background-color: #f8f8f8;
}

.team-list-col li {
  padding-block: 0.5rem;
  font-size: clamp(0.8rem, 0.5442rem + 0.605vw, 1.125rem);
}

.team-list-col li:nth-child(even) {
  background-color: rgba(219, 219, 219, 0.25);
  border-radius: 0;
}

.team-list-col li:nth-child(odd) {
  border-radius: 0;
}

.hero-box {
  border-radius: 8px;
}

.list-title-wrap {
  border-bottom: 1px solid rgba(15, 16, 18, 0.1);
}

.b-badge-blue {
  color: #f8f8f8;
  background-color: #778FBF;
  padding-block: 0.25rem;
  padding-inline: 0.75rem;
  border-radius: 4px;
}

.b-badge-plum {
  color: #f8f8f8;
  background-color: #C075AC;
  padding-block: 0.25rem;
  padding-inline: 0.75rem;
  border-radius: 4px;
}

.b-badge-purple {
  color: #f8f8f8;
  background-color: #7654DE;
  padding-block: 0.25rem;
  padding-inline: 0.75rem;
  border-radius: 4px;
}

.b-badge-orange {
  color: #f8f8f8;
  background-color: #FB7353;
  padding-block: 0.25rem;
  padding-inline: 0.75rem;
  border-radius: 4px;
}

.b-badge-white {
  color: #f8f8f8;
  padding-block: 0.25rem;
  border-radius: 4px;
}

.b-badge-gradient {
  background: linear-gradient(180deg, #F68365, #C075AC, #7654DE, #778FBF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-block: 0.25rem;
  border-radius: 4px;
}

.list-plum li::marker {
  color: #C075AC;
}

@media screen and (max-width: 1024px) {
  .list-plum {
    font-size: 0.9rem;
  }
}

.list-primary li::marker {
  color: #FB7353;
}

@media screen and (max-width: 1024px) {
  .list-primary {
    font-size: 0.9rem;
  }
}

.is-active .glow-border-btn {
  background: rgba(248, 248, 248, 0.85);
}

.is-active .mobile-menu-btn {
  color: #f8f8f8;
}

.glow-border-btn {
  --gradient-angle: -45deg;
  background: #f8f8f8;
  position: relative;
  border: none;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.25;
  cursor: pointer;
  overflow: visible;
  letter-spacing: 0.1px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .glow-border-btn {
    background: #f8f8f8;
    border-radius: 4px;
  }
}

[btn-text-split=dark].glow-border-btn {
  color: rgba(15, 16, 18, 0.9);
  text-shadow: 0px 1.25em 0px #0f1012;
}

[btn-text-split=light].btn-dark {
  color: rgba(248, 248, 248, 0.9);
  text-shadow: 0px 1.25em 0px #f8f8f8;
}

.glow-border-btn.glow-btn-dark {
  background: #0f1012;
}

.glow-border-btn.glow-btn-dark:hover {
  background: #0f1012;
}

.glow-padding {
  padding: 0.75rem 2.125rem 0.7rem 2.125rem;
}

.glow-border-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(var(--gradient-angle), #FB7353, #C075AC, #7654DE, #778FBF);
  border-radius: inherit;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .glow-border-btn::before {
    inset: -1px;
  }
}

.glow-border-btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(var(--gradient-angle), #FB7353, #C075AC, #7654DE, #778FBF);
  border-radius: inherit;
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  filter: blur(2px);
}
@media screen and (max-width: 1024px) {
  .glow-border-btn::after {
    filter: blur(4px);
    inset: -1px;
  }
}

.glow-border-btn.glow-active::after {
  filter: blur(4px);
}

.glow-border-btn:hover::after {
  filter: blur(8px);
}
@media screen and (max-width: 1024px) {
  .glow-border-btn:hover::after {
    filter: blur(4px);
  }
}

.glow-border-btn:hover {
  background: #f8f8f8;
}

.dot-grid-bg {
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.35) 1px, transparent 0);
  background-size: 5px 5px;
  pointer-events: none;
}

.square-dot-grid-bg {
  background-image: linear-gradient(90deg, rgba(219, 219, 219, 0.04) 1px, transparent 0), linear-gradient(rgba(219, 219, 219, 0.04) 1px, transparent 0);
  background-size: 5px 5px;
  pointer-events: none;
}

.tab-btn {
  color: rgba(15, 16, 18, 0.5);
  cursor: pointer;
  background-color: rgba(219, 219, 219, 0.5);
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  border-right-color: rgba(15, 16, 18, 0.1);
}

.tab-btn span {
  overflow: hidden;
}

.tab-btn.active {
  color: #0f1012;
  background-color: #dbdbdb;
}

.tab-btn:hover {
  background-color: #dbdbdb;
}

.hover-orange-glow {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  box-shadow: 0 0 0px 0px #FB7353;
}

.hover-orange-glow:hover {
  box-shadow: 0 0 24px -8px #FB7353;
}

.hover-plum-glow {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  box-shadow: 0 0 0px 0px #C075AC;
}

.hover-plum-glow:hover {
  box-shadow: 0 0 24px -8px #C075AC;
}

.hover-purple-glow {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  box-shadow: 0 0 0px 0px #7654DE;
}

.hover-purple-glow:hover {
  box-shadow: 0 0 24px -8px #7654DE;
}

.hover-blue-glow {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
  box-shadow: 0 0 0px 0px #778FBF;
}

.hover-blue-glow:hover {
  box-shadow: 0 0 24px -8px #778FBF;
}

.bg-plum-soft {
  background: rgba(142, 86, 127, 0.1);
}

.bg-orange-soft {
  background: rgba(137, 70, 53, 0.1);
}

.drawer-close {
  cursor: pointer;
}

.box-glow-plum {
  box-shadow: 0 0 8px -2px #C075AC;
}

.box-glow-light {
  box-shadow: 0 0 8px -2px #f8f8f8;
}

.join-drawer {
  display: none;
}

.orange-accent {
  position: absolute;
  height: 1.45rem;
  width: 4px;
  background-color: #FB7353;
  top: 5px;
  left: 0;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .orange-accent {
    top: 0;
  }
}

.hero-feat-buttons .swiper-slide {
  width: auto !important;
}

.hero-feat-box .swiper-slide {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .hero-feat-buttons .swiper-slide {
    font-size: 0.75rem;
  }
}

.swiper-slide.active {
  background-color: #ffffff;
  border: 1px solid rgba(15, 16, 18, 0.5);
}

.swiper-slide.btn {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.swiper-slide.btn:hover {
  background-color: #ffffff;
}

.hero-img-prev, .hero-img-next {
  border: 1px solid rgba(15, 16, 18, 0.25);
}

.hero-feat-box {
  background-color: rgba(248, 248, 248, 0.5);
  backdrop-filter: blur(48px);
  padding: 0.5rem;
  border-radius: 16px;
  border: 1px solid rgba(15, 16, 18, 0.1);
}
@media screen and (max-width: 768px) {
  .hero-feat-box {
    padding: 0.25rem;
    border-radius: 8px;
  }
}

[data-indent] {
  --indent: 7rem;
  text-indent: var(--indent);
}
@media screen and (max-width: 768px) {
  [data-indent] {
    --indent: 3rem;
  }
}

.adaly-text-box {
  background-color: rgba(248, 248, 248, 0.5);
  cursor: text;
  backdrop-filter: blur(48px);
  border: 1px solid rgba(15, 16, 18, 0.1);
  min-width: 600px;
  max-width: 600px;
  padding-inline: 1rem;
  padding-block: 0.75rem;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .adaly-text-box {
    width: 100%;
    min-width: 100%;
  }
}

.typed-text {
  font-size: clamp(0.8rem, 0.5442rem + 0.605vw, 1.125rem);
}

.adaly-text-box .typed-text::after {
  content: "|";
  animation: blink 1s steps(2, start) infinite;
  margin-left: 0.1em;
  display: inline-block;
  color: currentColor;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.adaly-text-box .adaly-submit-btn {
  background-image: linear-gradient(280deg, #FD9F8A, #FB7353);
  padding: 0.5rem;
  border-radius: 4px;
  cursor: pointer;
}

.fact-placeholder {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
}

#gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #f18a72;
  --gradient-color-2: #7654DE;
  --gradient-color-3: #778FBF;
  --gradient-color-4: #C075AC;
}

.fact {
  transition: all 0.5s cubic-bezier(0.625, 0.05, 0, 1);
}

.fact.is-focused {
  background-image: linear-gradient(280deg, #FD9F8A, #FB7353);
}

.fact.is-focused h2, .fact.is-focused p {
  color: #ffffff !important;
}

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