.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-outer {
  position: relative;
  overflow: visible;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
  display: flex;
}

.tns-slider>.tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.equal-height .tns-item {
  min-height: 100%;
}

.equal-height .tns-item>div {
  height: 100%;
}

.slider-overflow-visible .tns-ovh {
  overflow: visible;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel>.tns-item {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel>.tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery>.tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery>.tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery>.tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix>div,
.tns-vpfix>li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct>div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.tns-controls {
  display: flex;
  gap: 8px;
}

.tns-controls button {
  background-color: #00a5ee;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-out;
  line-height: 0;
}

.tns-controls button svg {
  transition: 0.4s ease-out;
}

.tns-controls button:focus {
  outline: none;
}

.tns-controls button:disabled {
  opacity: 0.4;
  pointer-events: none;
}

.tns-controls button:hover {
  background-color: #038bc5;
}

.tns-controls button:hover svg path {
  fill: #fff;
}

@media (max-width: 767px) {
  .tns-controls button {
    @apply h-12 w-12;
  }
}

.white-controls .tns-controls button {
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.white-controls .tns-controls button svg path {
  fill: #000;
}

.border-controls .tns-controls button {
  @apply border border-black;
}

.border-controls .tns-controls button:hover {
  @apply border-primary;
}

.top-controls .tns-controls {
  position: absolute;
  top: -16px;
  right: 0;
  transform: translateY(-100%);
}

.tns-nav {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0;
  overflow: hidden;
}

.tns-nav button {
  width: 25px;
  height: 4px;
  @apply bg-black/10;
}

.tns-nav button:first-child {
  @apply rounded-l-full;
}

.tns-nav button:last-child {
  @apply rounded-r-full;
}

.tns-nav .tns-nav-active {
  @apply bg-primary;
}

@media (max-width: 767px) {
  .tns-nav {
    bottom: -60px;
    right: 0;
    left: 0;
    justify-content: center;
  }
}

@media (max-width: 990px) {
  .tns-arrows-mobile .tns-controls {
    display: flex;
    justify-content: center;
    position: static;
    transform: none;
    margin: 10px 0 0;
  }

  .tns-arrows-mobile .tns-controls button {
    position: relative;
  }
}

.controls-center .tns-controls {
  margin: 32px 0 0;
  justify-content: center;
}

.top-right-controls .tns-controls {
  position: absolute;
  top: -120px;
  right: 0;
}

.wd-slider .tns-nav button {
  background-color: #d9d9d9;
}

.wd-slider .tns-nav button.tns-nav-active {
  background-color: #101828;
}

.wd-slider.light .tns-nav button {
  background-color: rgba(255, 255, 255, 0.2);
}

.wd-slider.light .tns-nav button.tns-nav-active {
  background-color: #ffffff;
}

.product-slider .tns-nav {
  left: 50%;
  right: initial;
}

@media (min-width: 768px) {
  .product-slider .tns-nav {
    bottom: -100%;
    transform: translateX(-50%);
  }
}

.testimonial-slider .tns-nav {
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  right: initial;
}

.black-button-slider .tns-controls {
  margin-bottom: 24px;
}

.black-button-slider .tns-controls button {
  width: 40px;
  height: 40px;
  border: none;
}

.black-button-slider .tns-controls button svg {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.black-button-slider .tns-controls button:hover svg path {
  stroke: white;
}

.our-story-slider .tns-slide-active>div {
  opacity: 1;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../fonts/OpenSauceOne-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("../fonts/OpenSauceSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-lightgrey: #f5f6f7;
  --color-blue: #00a5ee;
  --color-night: #00151e;
  --color-text: #001b27;
  --font-mono: "Open Sauce Sans", sans-serif;
  --font-opensauce: "Open Sauce One", sans-serif;
}

body {
  color: var(--color-text);
  font-family: var(--font-opensauce);
  background-color: #fff;
  line-height: 1.1;
}

body.gray-body {
  background-color: #fdfbff;
}

.container {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 16px;
}

.button {
  background-color: var(--color-night);
  color: #fff;
  padding: 14px 48px;
  font-family: var(--font-mono);
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 12px;
  transition: 0.3s ease-out;
  display: inline-flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  font-size: 14px;
}

.button.button-white {
  background-color: #fff;
  color: var(--color-text);
}

.button.button-small {
  padding: 8px 16px;
  border-radius: 8px;
}

.button.button-blue {
  background-color: var(--color-blue);
  color: #fff;
}

.button.button-blue:hover {
  background-color: #0092d1;
}

.button.button-secondary {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
}

.button.button-secondary:hover {
  border: 1px solid rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

@media (max-width: 767px) {
  .button {
    font-weight: 500;
  }
}

.button:hover {
  background-color: var(--color-blue);
}

.hero-bg {
  background: linear-gradient(180deg, rgba(224, 242, 253, 0.12) 0%, rgba(224, 242, 253, 0.3) 9.52%, rgba(224, 242, 253, 0.5) 19.81%, rgba(224, 242, 253, 0.72) 31.83%, #d4efff 42.59%, #d4efff 56.73%), #fff;
}

.hero-floater-shadow {
  box-shadow: 0px 65px 18px 0px rgba(61, 61, 82, 0), 0px 42px 17px 0px rgba(61, 61, 82, 0.01), 0px 23px 14px 0px rgba(61, 61, 82, 0.05), 0px 10px 10px 0px rgba(61, 61, 82, 0.09), 0px 3px 6px 0px rgba(61, 61, 82, 0.1);
}

button {
  cursor: pointer;
}

.cloud-animation {
  animation: clouds 60s linear infinite;
}

.cloud-animation.delay-anim {
  animation-delay: 20s;
}

@keyframes clouds {
  0% {
    left: 100%;
  }

  100% {
    left: -50%;
  }
}

.section-pad {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .section-pad {
    padding: 50px 0;
  }
}

.heading {
  font-size: 42px;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.2;
  text-wrap: balance;
}

@media (max-width: 767px) {
  .heading {
    font-size: 24px;
    line-height: 32px;
  }
}

.gradient-text {
  background: linear-gradient(90deg, #00bdaa 50%, #00a6ef 99.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gradient-bg {
  background: linear-gradient(90deg, #00bdaa 0%, #00a6ef 100%), rgba(0, 0, 0, 0.06);
}

.gradient-bg-2 {
  background: linear-gradient(92deg, #fd519d 15.31%, #01a7eb 86.87%);
}

.light-gradient-bg {
  background: linear-gradient(91deg, rgba(0, 189, 170, 0.12) 0%, rgba(1, 167, 235, 0.12) 100%);
}

.auto-accordion-main .accordion-single {
  border-radius: 12px;
  transition: 0.4s ease-out;
  padding: 0 16px;
  position: relative;
}

.auto-accordion-main .accordion-single button {
  opacity: 0.4;
  transition: 0.4s ease-out;
}

.auto-accordion-main .accordion-single.active:after {
  width: 100%;
  opacity: 1;
}

.auto-accordion-main .accordion-single.active button {
  margin-bottom: 16px;
  opacity: 1;
}

.accordion-single button {
  transition: 0.4s ease-out;
}

.accordion-single .accordion-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.4s ease-out;
}

.accordion-single.active .accordion-answer {
  grid-template-rows: 1fr;
}

.accordion-main .accordion-single button {
  width: 100%;
  text-align: left;
  transition: 0.3s ease-out;
}

.accordion-main .accordion-single button .accordion-icon {
  position: relative;
}

.accordion-main .accordion-single button .accordion-icon span:nth-child(2) {
  transform: rotate(90deg);
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.3s ease-out;
}

.accordion-main .accordion-single.active button {
  margin-bottom: 16px;
}

.accordion-main .accordion-single.active button .accordion-icon span:nth-child(2) {
  transform: rotate(0deg);
}

.highlight {
  background: linear-gradient(90deg, rgba(0, 189, 170, 0.2) 50%, rgba(0, 166, 239, 0.2) 99.98%);
}

.testimonial-slider .tns-item {
  opacity: 0.6;
  transition: 0.4s ease-out;
}

.testimonial-slider .tns-item.tns-slide-active {
  opacity: 1;
}

.radial-border {
  background: radial-gradient(34.88% 34.88% at 50% 50%, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-plane {
  transform: translate(-320px, 120px);
  transition: 1s ease-out;
}

.hero-plane.active {
  transform: translate(0, 0);
}

@media (max-width: 1279px) {
  .overlay-bg.active {
    visibility: visible;
    opacity: 1;
  }

  .nav-main {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
    height: fit-content;
    border-radius: 20px;
    height: 100%;
    max-height: calc(100vh - 100px);
    padding: 0;
    background-color: #fff;
    z-index: 99;
    flex-direction: column;
    display: flex;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    gap: 0;
    transition: 0.4s ease-out;
    transform: translateY(-100%);
  }

  .nav-main.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0%);
  }

  .nav-main .dropdown .chevron.active {
    transform: rotate(180deg);
  }

  .nav-main .dropdown-menu {
    display: none;
  }

  .nav-main .dropdown-menu.active {
    display: block;
    animation: fadein 0.3s ease-out 1 forwards;
  }

  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
  }

  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -6px);
  }
}

@media (max-width: 512px) {
  .nav-main {
    min-height: 500px;
  }
}

.sky-gradient {
  background: linear-gradient(0deg, rgb(224, 242, 253) 0%, rgba(224, 242, 253, 0.3) 16.77%, rgba(224, 242, 253, 0.5) 34.92%, rgba(224, 242, 253, 0.72) 56.11%, #d4efff 75.07%, #ddf5f5 100%), #fff;
}

.sky-gradient-2 {
  background: linear-gradient(0deg, rgba(224, 242, 253, 0.12) 0%, rgba(224, 242, 253, 0.3) 16.77%, rgba(224, 242, 253, 0.5) 34.92%, rgba(224, 242, 253, 0.72) 56.11%, #d4efff 75.07%, #ddf5f5 100%), #fff;
}

.hover-accordions .accordion-single {
  opacity: 0.6;
  transition: 0.4s ease-out;
}

.hover-accordions .accordion-single.active {
  opacity: 1;
}

.hover-accordions .accordion-single.active button {
  margin-bottom: 16px;
}

.type-effect .word {
  opacity: 0.4;
  transition: opacity 0.4s ease;
  display: inline-block;
  white-space: pre;
}

.type-effect .visible {
  opacity: 1;
}

.modal-main {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-out;
  pointer-events: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  isolation: isolate;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}

.modal-main .modal-body {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 50px);
}

@media (max-width: 767px) {
  .modal-main .modal-body {
    max-height: calc(100vh - 150px);
  }
}

.modal-main.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.hero-video {
  clip-path: path("M377.366.703 16.24 84.666C6.833 86.853.333 95.45.792 105.096l15.094 317.4c.462 9.725 7.86 17.703 17.52 18.899l346.033 42.826c11.929 1.476 22.456-7.829 22.456-19.849V20.183c0-12.875-11.988-22.396-24.529-19.48Z");
}

.hover-accordion-images {
  position: relative;
}

.hover-accordion-images .single-image {
  opacity: 0;
  transition: 0.4s ease-out;
}

.hover-accordion-images .single-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hover-accordion-images .single-image:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.hover-accordion-images .single-image.active {
  opacity: 1;
}

.hero-video-area {
  will-change: left, top;
}

.hero-video-area {
  cursor: none;
  /* hide default cursor */
}

.unmute-cursor {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0) scale(0);
  transform-origin: center center;
  transition: transform 0.15s ease-out;
  z-index: 10;
  will-change: transform;
}

@media (min-width: 1280px) {
  .unmute-cursor {
    transform: translate(-50%, -50%) scale(0);
  }
}

.basic-accordion .accordion-single button {
  transition: 0.4s ease-out;
}

.basic-accordion .accordion-single .accordion-answer {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: 0.4s ease-out;
}

.basic-accordion .accordion-single.active .accordion-answer {
  grid-template-rows: 1fr;
}

.basic-accordion .accordion-single.active button {
  padding-bottom: 12px;
}

.roleplay-accordion-2 .accordion-single button {
  opacity: 0.5;
}

.roleplay-accordion-2 .active button {
  opacity: 1;
}

.roleplay-accordion-2 .active .accordion-answer {
  grid-template-rows: 1fr;
}

.role-play-accordion-images {
  position: sticky;
}

.role-play-accordion-images .single-rolepaly-img {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s ease-out;
}

.role-play-accordion-images .single-rolepaly-img.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.role-play-accordion-images .single-rolepaly-img:not(:first-child) {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.sticky-cards-section {
  position: relative;
}

.sticky-cards-section .single-card {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sticky-cards-section .single-card:nth-child(1) {
  z-index: 0;
}

.sticky-cards-section .single-card:nth-child(2) {
  z-index: 24;
}

.sticky-cards-section .single-card:nth-child(3) {
  z-index: 48;
}

.sticky-cards-section .single-card:nth-child(4) {
  z-index: 72;
}

.sticky-cards-section .single-card:nth-child(5) {
  z-index: 96;
}

.sticky-cards-section .single-card:nth-child(6) {
  z-index: 120;
}

.sticky-cards-section .single-card:nth-child(7) {
  z-index: 144;
}

.sticky-cards-section .single-card:nth-child(8) {
  z-index: 168;
}

.sticky-cards-section .single-card:nth-child(9) {
  z-index: 192;
}

.sticky-cards-section .single-card:nth-child(10) {
  z-index: 216;
}

.sticky-cards-section .single-card:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 990px) {
  .sticky-cards-section .single-card {
    position: static !important;
  }
}

.marquee-vertical {
  animation: marquee-top 30s linear infinite forwards;
}

.marquee-vertical-reverse {
  animation: marquee-top 30s linear infinite forwards;
  animation-direction: reverse;
}

@keyframes marquee-top {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

.hero-marquee-area {
  position: relative;
}

.hero-marquee-area:before,
.hero-marquee-area:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(to bottom, rgb(255, 255, 255) 9%, rgba(255, 255, 255, 0.99) 10%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 250px;
  z-index: 9;
}

.hero-marquee-area.cta-area:before {
  background: linear-gradient(180deg, rgba(0, 21, 30, 0) 0%, rgba(0, 21, 30, 0.5) 22.94%, #00151e 100%);
  height: 100px;
}

.hero-marquee-area.cta-area:after {
  background: linear-gradient(0deg, rgba(0, 21, 30, 0) 0%, rgba(0, 21, 30, 0.5) 22.94%, #00151e 100%);
  height: 100px;
}

.hero-marquee-area:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(212, 239, 255, 0.99) 90%, rgb(212, 239, 255) 91%);
  bottom: 0;
  top: auto;
}

@media (max-width: 767px) {
  .hero-marquee-area:after {
    background: linear-gradient(to bottom, rgb(212, 239, 255) 9%, rgba(212, 239, 255, 0.99) 10%, rgba(212, 239, 255, 0) 100%);
  }
}

.marquee {
  animation: marquee 60s linear infinite forwards;
  min-width: fit-content;
}

.reverse-marquee {
  animation: marquee 60s linear infinite forwards;
  transform: translateX(50%);
  animation-direction: reverse;
  min-width: fit-content;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.button-container .active button {
  background: linear-gradient(90deg, #00bdaa 0%, #00a6ef 100%), rgba(0, 0, 0, 0.06);
  color: #fff;
}

.floating-tab-images {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-out;
}

.floating-tab-images.active {
  opacity: 1;
  visibility: visible;
}

.floating-tab-content .single-floating-tab-content.active {
  display: block;
  animation: fadein 0.6s ease-out 1 forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ai-botshadow {
  box-shadow: 0px 65px 18px 0px rgba(0, 0, 0, 0), 0px 42px 17px 0px rgba(0, 0, 0, 0.01), 0px 23px 14px 0px rgba(0, 0, 0, 0.05), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.aurora-gradient {
  position: absolute;
  width: 180px;
  height: 150%;
  top: 0;
  left: -24px;
  transform: rotate(-45deg);
  transform-origin: top;
  filter: blur(100px);
  opacity: 0.2;
  background: linear-gradient(138deg, rgb(0, 165, 238) 10.73%, rgba(0, 165, 238, 0) 96.25%);
}

@media (max-width: 767px) {
  .aurora-gradient {
    width: 100px;
    filter: blur(50px);
    opacity: 0.1;
  }
}

.aurora-gradient:nth-child(2) {
  left: 100px;
  background: linear-gradient(138deg, rgb(0, 183, 187) 10.73%, rgba(0, 183, 187, 0) 96.25%);
  opacity: 0.3;
}

@media (max-width: 767px) {
  .aurora-gradient:nth-child(2) {
    left: 40px;
  }
}

.aurora-gradient:nth-child(3) {
  left: 200px;
  background: linear-gradient(138deg, rgb(232, 0, 212) 10.73%, rgba(232, 0, 212, 0) 96.25%);
  opacity: 0.2;
}

@media (max-width: 767px) {
  .aurora-gradient:nth-child(3) {
    left: 80px;
  }
}

.bg-glow {
  background: linear-gradient(110deg, #00a5ee 10.24%, rgba(115, 115, 115, 0) 88.15%);
}

.id-verify .auto-accordion-main .accordion-single {
  border-radius: 12px;
  transition: 0.4s ease-out;
  padding: 0 16px;
  position: relative;
}

.id-verify .auto-accordion-main .accordion-single button {
  opacity: 0.4;
  transition: 0.4s ease-out;
}

.id-verify .auto-accordion-main .accordion-single.active:after {
  width: 100%;
  opacity: 1;
}

.id-verify .auto-accordion-main .accordion-single.active button {
  margin-bottom: 16px;
  opacity: 1;
}

.id-verify .accordion-single button {
  transition: 0.4s ease-out;
}

.id-verify .accordion-single .accordion-answer {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: 0.4s ease-out;
}

.id-verify .accordion-single.active .accordion-answer {
  grid-template-rows: 1fr;
}

.id-verify .accordion-main .accordion-single button {
  width: 100%;
  text-align: left;
  transition: 0.3s ease-out;
}

.id-verify .accordion-main .accordion-single button .accordion-icon {
  position: relative;
}

.id-verify .accordion-main .accordion-single button .accordion-icon span:nth-child(2) {
  transform: rotate(90deg);
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.3s ease-out;
}

.id-verify .accordion-main .accordion-single.active button {
  margin-bottom: 16px;
}

.id-verify .accordion-main .accordion-single.active button .accordion-icon span:nth-child(2) {
  transform: rotate(0deg);
}

.accordion-type-1 .accordion-single {
  position: relative;
  padding-left: 32px;
  opacity: 0.6;
}

@media (max-width: 990px) {
  .accordion-type-1 .accordion-single {
    padding-left: 16px;
  }
}

.accordion-type-1 .accordion-single:before {
  position: absolute;
  left: -4px;
  top: 0;
  height: 0%;
  background: linear-gradient(90deg, #00bdaa 0%, #01a7eb 100%);
  content: "";
  width: 4px;
}

.accordion-type-1 .accordion-single.active {
  opacity: 1;
}

.accordion-type-1 .accordion-single.active:before {
  height: 100%;
  transition: 8s linear;
}

.accordion-type-1 .accordion-single.active button {
  margin-bottom: 8px;
}

.accordion-type-2 .accordion-single>button {
  position: relative;
  border-radius: 12px;
  transition: 0.4s ease-out;
  padding: 16px 16px;
}

.accordion-type-2 .accordion-single>button>.circle-icon {
  position: absolute;
  left: 13px;
  top: 20px;
  transform: rotate(-80deg);
  opacity: 0;
  transition: 0.3s ease-out;
}

.accordion-type-2 .accordion-single>button>.circle-icon circle {
  stroke-dasharray: 64px;
  stroke-dashoffset: 64px;
}

@media (max-width: 767px) {
  .accordion-type-2 .accordion-single>button {
    padding: 12px 42px 12px 12px;
    border-radius: 12px 12px 0 0;
    font-weight: 700;
  }

  .accordion-type-2 .accordion-single>button:after {
    position: absolute;
    right: 12px;
    top: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01Ljk5ODU3IDQuOTc2MjVMMS44NzM4MiAwLjg1MTQxOEwwLjY5NTMxMiAyLjAyOTkyTDUuOTk4NTcgNy4zMzMyNUwxMS4zMDE5IDIuMDI5OTJMMTAuMTIzNCAwLjg1MTQxOEw1Ljk5ODU3IDQuOTc2MjVaIiBmaWxsPSIjMDAxQjI3Ii8+Cjwvc3ZnPgo=);
    content: "";
    background-repeat: no-repeat;
    width: 10px;
    height: 7px;
    background-position: center;
    transition: 0.4s ease-out;
    opacity: 1;
  }

  .accordion-type-2 .accordion-single>button .circle-icon {
    right: 12px;
    left: auto;
    top: 14px;
  }
}

.accordion-type-2 .accordion-single.active>button {
  color: #fff;
  padding: 16px 16px 16px 42px;
  font-weight: 600;
  background: linear-gradient(91deg, #00bdaa 0%, #01a7eb 100%);
}

.accordion-type-2 .accordion-single.active>button .circle-icon {
  opacity: 1;
}

.accordion-type-2 .accordion-single.active>button .circle-icon circle {
  transition: 8s linear;
  stroke-dashoffset: 0px;
}

@media (max-width: 767px) {
  .accordion-type-2 .accordion-single.active>button {
    padding: 12px 42px 12px 12px;
  }

  .accordion-type-2 .accordion-single.active>button:after {
    opacity: 0;
  }
}

.float-anim {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.accordion-indicator {
  width: 14px;
  height: 14px;
  position: relative;
  display: grid;
  place-content: center;
}

.accordion-indicator span {
  width: 14px;
  height: 2px;
  background-color: #000;
}

.accordion-indicator span:nth-child(2) {
  position: absolute;
  inset: 0;
  transform: rotate(90deg);
  top: 6px;
  transition: 0.3s ease-out;
}

.active .accordion-indicator span:nth-child(2) {
  transform: rotate(0);
}

.basic-accordion .accordion-single.active button {
  padding-bottom: 12px;
}

.scroll-block .floating-text {
  position: absolute;
  left: 128px;
  top: 13%;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  width: calc(100% - 128px);
  text-align: center;
  font-family: var(--font-mono);
  color: rgba(0, 0, 0, 0.3);
}

.scroll-block:after {
  position: absolute;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  top: 64px;
  left: 0;
  content: "";
  height: 2px;
  width: 100%;
}

.scroll-block:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .scroll-block:after {
    border-top: none;
    border-left: 2px dashed rgba(0, 0, 0, 0.1);
    width: 2px;
    height: 100%;
    left: 24px;
    right: auto;
    top: 0%;
  }

  .scroll-block .floating-text {
    top: 70%;
    padding: 4px;
    font-size: 12px;
    left: 0;
    width: auto;
    background: #f5f6f7;
    z-index: 99;
  }
}

.scroll-block-colored::after {
  background: linear-gradient(90deg, #00bdaa 0%, #01a7eb 100%);
  border: none;
}

.scroll-block-colored .floating-text span {
  background: linear-gradient(91deg, #00bdaa 0%, #01a7eb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-radial-white {
  background: radial-gradient(68.38% 72.95% at 50% 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 51.69%, rgba(255, 255, 255, 0.72) 75.84%, #fff 100%);
}

/* Fade on hero videos */
.hero-video-fade-container {
  -webkit-mask-image: radial-gradient(ellipse 265% 100% at top center, white 80%, transparent 90%);
  mask-image: radial-gradient(ellipse 265% 100% at top center, white 80%, transparent 90%);
  -webkit-mask-size: auto 200%;
  mask-size: auto 200%;
}

@media (max-width: 767px) {
  .hero-video-fade-container {
    -webkit-mask-image: none;
    mask-image: none;
    margin-bottom: 0px !important;
  }
}

.hero-video-fade-container[data-video-fade=true] {
  margin-bottom: -8%;
  -webkit-mask-position: 50% 99%;
  /*99% to avoid glitch px when scaling up size on large screens*/
  mask-position: 50% 99%;
  transition: mask-position 0.75s ease, margin-bottom 1.5s ease;
}

.hero-video-fade-container[data-video-fade=false] {
  margin-bottom: 40px;
  -webkit-mask-position: top;
  mask-position: top;
  transition: mask-position 1.5s ease, margin-bottom 0.75s ease;
}

.particle {
  width: 0.7px;
  height: 0.7px;
  background-color: white;
  position: absolute;
  border-radius: 50%;
}

.accordion-images {
  position: relative;
}

.accordion-images .single-image {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-out;
}

.accordion-images .single-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.accordion-images .single-image:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}

.accordion-images .single-image.active {
  opacity: 1;
  pointer-events: all;
}

.check-list li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDEwIj4KICA8cGF0aCBmaWxsPSIjMEM5RDM1IiBkPSJNNS41IDcuMzc4IDEyLjM5NC40ODRsMS4wNiAxLjA2TDUuNSA5LjUuNzI3IDQuNzI3bDEuMDYtMS4wNjFMNS41IDcuMzc4WiIvPgo8L3N2Zz4K);
  background-position: 0 5px;
  padding-left: 24px;
  background-repeat: no-repeat;
  font-weight: 400;
}

.check-list.black-check li {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE0IDEwIj4KICA8cGF0aCBmaWxsPSIjMDAwIiBkPSJNNS41IDcuMzc4IDEyLjM5NC40ODRsMS4wNiAxLjA2TDUuNSA5LjUuNzI3IDQuNzI3bDEuMDYtMS4wNjFMNS41IDcuMzc4WiIvPgo8L3N2Zz4K);
}

.hide-heading-accordion .accordion-single>button {
  max-height: 30px;
  transition: 0.3s ease-out;
}

.hide-heading-accordion .active>button {
  padding: 0 !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.hide-heading-accordion .active .hide-heading-progress {
  width: 100%;
  transition: 8s linear all;
}

.triangle-bg {
  background-image: url(../img/triangle-pattern.svg);
  background-repeat: no-repeat;
}

.triangle-bg-flipped {
  background-image: url(../img/triangle-pattern-flipped.svg);
  background-repeat: no-repeat;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.accordion-area-main {
  display: none;
}

.accordion-area-main.active {
  display: grid;
}

.tab-button button.active {
  background: linear-gradient(90deg, #00bdaa 0%, #00a6ef 100%), rgba(0, 0, 0, 0.06);
  color: #fff;
}

.card-gradient-overlay {
  background: linear-gradient(180deg, rgba(0, 21, 30, 0.8) 24.04%, rgba(0, 21, 30, 0) 100%);
}

.middle-east-hero-bg {
  background: linear-gradient(266deg, rgba(224, 242, 253, 0.05) 49%, rgba(224, 242, 253, 0.12) 54.79%, rgba(224, 242, 253, 0.2) 61.04%, rgba(224, 242, 253, 0.29) 68.35%, rgba(212, 239, 255, 0.4) 74.89%, rgba(212, 239, 255, 0.4) 83.49%), #fff;
}

.middle-east-cta-overlay {
  background: linear-gradient(360deg, rgba(0, 21, 30, 0.2) 10.78%, rgba(0, 21, 30, 0) 100%);
}

.inerview-product-bg {
  background: linear-gradient(266deg, rgba(224, 242, 253, 0.05) 49%, rgba(224, 242, 253, 0.12) 54.79%, rgba(224, 242, 253, 0.2) 61.04%, rgba(224, 242, 253, 0.29) 68.35%, rgba(212, 239, 255, 0.4) 74.89%, rgba(212, 239, 255, 0.4) 83.49%), #fff;
}

.horizontal-tab-controls>div {
  transition: 0.3s ease-out;
}

.horizontal-tab-controls>div:before {
  width: 8px;
  height: 8px;
  background-color: var(--color-blue);
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  opacity: 0;
  transition: 0.3s ease-out;
}

.horizontal-tab-controls>div.active {
  padding-left: 20px;
  opacity: 1;
}

.horizontal-tab-controls>div.active::before {
  opacity: 1;
}

@media (max-width: 767px) {
  .horizontal-tab-controls>div:before {
    top: 6px;
  }
}

.single-tab-img {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s ease-out;
}

.single-tab-img.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.single-tab-img:not(:first-child) {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.single-tab-content {
  display: none;
}

.single-tab-content.active {
  display: block;
  animation: fadein 0.4s ease-out 1 forwards;
}

.plane-pattern {
  background-image: url(../img/plane-pattern.webp);
  background-position: 90% 130%;
  background-repeat: no-repeat;
  background-size: 120%;
}

.interview-suite-bg {
  background-image: url(../img/gradient-blur.png);
  background-size: cover;
  background-position: center;
}

@media (min-width: 990px) {
  .abs-slider-controls .tns-controls button {
    position: absolute;
    top: 50%;
  }

  .abs-slider-controls .tns-controls button:nth-child(1) {
    transform: translate(-50%, -50%);
    left: 0;
  }

  .abs-slider-controls .tns-controls button:nth-child(2) {
    transform: translate(50%, -50%);
    right: 0;
  }
}

.underline-text-area span {
  position: relative;
}

.underline-text-area span:after {
  position: absolute;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .slider-clip {
    clip-path: inset(0% -100% 0% 0%);
  }
}

.single-voice-slide {
  position: relative;
  width: 100%;
  margin-top: auto;
  transition: 0.5s ease-out;
}

.single-voice-slide:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000 100%);
  content: "";
  z-index: 0;
  pointer-events: none;
}

.ai-slider-wrapper .tns-ovh {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .ai-slider-wrapper .tns-ovh {
    padding-left: 0;
  }
}

.ai-voice-slider .tns-item {
  display: flex !important;
  opacity: 0.2;
}

.ai-voice-slider .tns-item .single-voice-slide {
  width: 80%;
}

@media (max-width: 767px) {
  .ai-voice-slider .tns-item .single-voice-slide {
    width: 100%;
  }
}

.ai-voice-slider .floating-voice-controls.isplaying .audio-icon {
  display: none;
}

.ai-voice-slider .floating-voice-controls.isplaying .mute-icon {
  display: block;
}

.ai-voice-slider .floating-voice-controls .mute-icon {
  display: none;
}

.ai-voice-slider .tns-slide-active {
  opacity: 1;
}

.ai-voice-slider .tns-slide-active .floating-voice-controls {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease-out;
}

.ai-voice-slider .tns-slide-active .audio-block {
  opacity: 1;
  transition: 0.5s ease-out;
}

.ai-voice-slider .tns-slide-active .single-voice-slide {
  width: 100%;
}

.ai-voice-slider .tns-slide-active .single-voice-slide .voice-slide-title {
  opacity: 1;
  transition: 0.4s ease-out;
}

@media (min-width: 768px) {
  .ai-voice-slider .tns-slide-active~.tns-slide-active {
    opacity: 0.2;
  }

  .ai-voice-slider .tns-slide-active~.tns-slide-active .floating-voice-controls {
    opacity: 0;
    visibility: hidden;
  }

  .ai-voice-slider .tns-slide-active~.tns-slide-active .audio-block {
    opacity: 0;
  }

  .ai-voice-slider .tns-slide-active~.tns-slide-active .single-voice-slide {
    width: 80%;
  }

  .ai-voice-slider .tns-slide-active~.tns-slide-active .single-voice-slide .voice-slide-title {
    opacity: 0;
  }
}

.gt_float_switcher {
  box-shadow: none !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0 !important;
}

.gt_float_switcher .gt_options {
  position: absolute !important;
  top: 100%;
  padding: 0 !important;
}

.gt_float_switcher .gt_options a:hover {
  background-color: #f5f6f7 !important;
  color: #000 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 14px !important;
}

.gt_float_switcher img {
  width: 20px !important;
}

.gt_float_switcher .gt_options a {
  font-size: 14px !important;
  padding: 4px !important;
}

.step-section-line .step-line {
  position: absolute;
  left: 0;
  height: 2px;
  background: white;
  content: "";
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clip-path: inset(0% 100% 0% 0%);
  transition: 2s clip-path ease-out;
  transition-delay: 1.5s;
}

.step-section-line .step-line.left-line {
  left: 0;
  margin: 0;
  height: 1px;
}

.step-section-line .triangle-icon {
  opacity: 0;
  transition: 0.3s ease-out;
}

.step-section-line.active .step-line {
  clip-path: inset(0% 0% 0% 0%);
}

.step-section-line.active .triangle-icon {
  opacity: 1;
  transition-delay: 3.5s;
}

@media (max-width: 767px) {
  .step-section-line.active .triangle-icon {
    transition-delay: 2s;
  }
}

@media (max-width: 767px) {
  .step-section-line .step-line {
    width: 1px;
    height: 0%;
    right: auto;
    left: 4px;
    top: 10px;
    clip-path: inset(0% 0% 0% 0%);
    transition: 2s height ease-out;
  }

  .step-section-line .step-line.left-line {
    left: 4px;
  }

  .step-section-line.active .step-line {
    width: 1px;
    height: calc(100% - 15px);
  }
}

@media (max-width: 767px) {
  .middle-east-page .header-demo-btn {
    display: none;
  }
}

.ai-slider-wrapper .tns-controls {
  position: absolute;
  top: 50%;
  right: 6%;
  z-index: 99;
}

.ai-slider-wrapper .tns-controls button:nth-child(1) {
  display: none;
}

@media (max-width: 1170px) {
  .ai-slider-wrapper .tns-controls {
    right: -15px;
  }
}

@media (max-width: 767px) {
  .ai-slider-wrapper .tns-controls {
    right: 7%;
  }
}

@media (max-width: 565px) {
  .ai-slider-wrapper .tns-controls {
    right: -10px;
  }
}

.findem-vertical-text {
  writing-mode: sideways-lr;
}

@media (max-width: 990px) {
  .findem-vertical-text {
    writing-mode: horizontal-tb;
  }
}

.hover-image {
  will-change: opacity;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hover-image>div {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.rounded-circle-bg-gradient {
  background: linear-gradient(42deg, #00a5ee 33.99%, rgba(0, 165, 238, 0) 39.8%, rgba(0, 165, 238, 0) 42.65%, #e800d4 46.72%, rgba(232, 0, 212, 0) 49.84%, rgba(232, 0, 212, 0) 52.71%, #e800d4 55.25%, rgba(232, 0, 212, 0) 59.35%, rgba(0, 165, 238, 0) 66.17%, #00a5ee 72.21%);
}

.image-accordion .accordion-single.active button {
  background-color: transparent;
}

.image-accordion .accordion-single.active button span:nth-child(1) {
  opacity: 0;
}

.image-accordion .accordion-single.active .image-accordion-bg {
  opacity: 1;
}

.home-testimonial-main {
  background: #fbfdff;
}

.floating-glider-tile {
  animation: tile-animation 3s ease-in-out infinite;
}

.tile-shadow {
  animation: tile-shadow-animation 3s ease-in-out infinite;
  filter: drop-shadow(0px 80px 60px rgba(0, 0, 0, 0.6));
}

@keyframes tile-animation {
  0% {
    transform: translate(0, -10%);
  }

  50% {
    transform: translate(0, 0%);
  }

  100% {
    transform: translate(0, -10%);
  }
}

@keyframes tile-shadow-animation {
  0% {
    filter: drop-shadow(0px 80px 60px rgba(0, 165, 238, 0.4));
  }

  50% {
    filter: drop-shadow(0px 20px 10px rgba(0, 165, 238, 0.6));
  }

  100% {
    filter: drop-shadow(0px 80px 60px rgba(0, 165, 238, 0.4));
  }
}

.header-shadow {
  box-shadow: 0 3px 6px rgba(156, 156, 156, 0.1), 0 12px 12px rgba(156, 156, 156, 0.09), 0 26px 16px rgba(156, 156, 156, 0.05), 0 46px 18px rgba(156, 156, 156, 0.01);
}

.button-alt {
  position: relative;
}

.button-alt:after {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  border-radius: inherit;
  transition: opacity 0.3s ease-in-out;
}

.button-alt:hover:after {
  opacity: 0.3;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes float2 {

  0%,
  100% {
    transform: translateY(0px) translateX(0px);
  }

  50% {
    transform: translateY(-12px) translateX(5px);
  }
}

@keyframes float3 {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-18px) rotate(3deg);
  }
}

@keyframes float4 {

  0%,
  100% {
    transform: translateY(0px) translateX(0px);
  }

  50% {
    transform: translateY(-10px) translateX(-5px);
  }
}

.avatar-float-1 {
  animation: float 3s ease-in-out infinite;
}

.avatar-float-2 {
  animation: float2 3.5s ease-in-out infinite 0.2s;
}

.avatar-float-3 {
  animation: float3 4s ease-in-out infinite 0.5s;
}

.avatar-float-4 {
  animation: float4 3.2s ease-in-out infinite 0.8s;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.gradient-text-animated {
  background: linear-gradient(90deg, #00bdaa 0%, #00a6ef 25%, #00bdaa 50%, #00a6ef 75%, #00bdaa 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: gradient-shift 3s ease-in-out infinite;
}

.fade-up-on-load {
  opacity: 0;
  transform: translateY(30px);
}

.mask-grid-img::after {
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 10%);
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 10;
}

.funnel-visual-area[data-active="1"] .funnel-content div:nth-child(1),
.funnel-visual-area[data-active="1"] .funnel-content div:nth-child(2) {
  background: linear-gradient(90deg, #01A7EB 0%, #00BDAA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.funnel-visual-area[data-active="2"] .funnel-content div:nth-child(3),
.funnel-visual-area[data-active="2"] .funnel-content div:nth-child(4) {
  background: linear-gradient(90deg, #01A7EB 0%, #00BDAA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.funnel-visual-area[data-active="3"] .funnel-content div:nth-child(5) {
  background: linear-gradient(90deg, #01A7EB 0%, #00BDAA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-hero-pattern {
  mask-image: linear-gradient(to left, rgb(0, 0, 0) 50%, transparent 100%);
}

.home-hero-pattern .home-hero-stroke-animation path {
  stroke-dasharray: 100px, 9999px;
}

.case-study-scroll {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.case-study-scroll::-webkit-scrollbar {
  display: none;
}

.sonar-scanner-anim {
  animation: sonar-anim 5s linear infinite;
}

@keyframes sonar-anim {
  0% {
    opacity: 0;
    transform: rotate(-40deg);
  }

  30% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    transform: rotate(220deg);
  }
}

.science-tabs .accordion-single button:after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(91deg, rgba(0, 189, 170, 0.3) 0%, rgba(1, 167, 235, 0.3) 100%);
  opacity: 0;
  transition: 0.3s ease-out;
  border-radius: 400px;
}

.science-tabs .accordion-single.active button:after {
  opacity: 1;
}

.basic-tabs .single-tab {
  display: none;
}

.basic-tabs .single-tab.active {
  display: block;
  animation: fadein 0.4s ease-out 1 forwards;
}

.heading-label {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--color-gray-200);
  color: var(--color-text);
  padding: 4px 12px;
  border-radius: 9999px;
  display: inline-block;
}

.heading-label-white {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 4px 12px;
  border-radius: 9999px;
  display: inline-block;
}

.science-card-shadow {
  box-shadow: 0 0 0 0.446px rgba(227, 225, 222, 0.4), 0 0.446px 0.892px 0 rgba(95, 74, 46, 0.08), 0 1.783px 2.675px 0 rgba(95, 74, 46, 0.04), 0 17.831px 17.831px -10.699px rgba(104, 75, 37, 0.08), 0 3.585px 10.756px 0 rgba(0, 0, 0, 0.05);
}