/* Saint Global business development hero — loads after page CDN CSS */

@property --sg-spiral-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.body-76 .bg-img---200-vh .spiral-border,
.body-76 .section-100 .section_text-scroll,
.body-76 .section-regular-17 .code-embed-5 .opacity-sweep,
.body-76 .section-103 .tabs-8 {
  --sg-spiral-radius: 16px;
  --sg-spiral-radius-outer: 17px;
  position: relative;
  isolation: isolate;
  overflow: visible;
}

.body-76 .bg-img---200-vh {
  overflow: visible;
  perspective: 1600px;
  perspective-origin: 50% 68%;
  padding-bottom: 80px;
  margin-bottom: 192px;
}

.body-76 .bg-img---200-vh .spiral-border {
  --sg-spiral-radius: 15px;
  --sg-spiral-radius-outer: 16px;
  z-index: 4;
  margin-top: -80px;
  margin-bottom: 96px;
  outline: none;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  opacity: 1;
  transform: perspective(1200px) translate3d(0, 112px, -320px) scale(0.74) rotateX(26deg);
  filter: none;
  box-shadow: 0 52px 88px rgba(4, 22, 30, 0.05);
  will-change: transform, box-shadow;
}

.body-76 .bg-img---200-vh .spiral-border .youtube-2 {
  transform: scale(1);
}

.body-76 .section-100 .section_text-scroll,
.body-76 .section-103 .tabs-8 {
  opacity: 0;
  transform: translate3d(0, 44px, 0) scale(0.96);
  filter: blur(6px);
  animation: sgSpiralSectionEnter 1.35s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.body-76 .bg-img---200-vh .spiral-border::before,
.body-76 .bg-img---200-vh .spiral-border::after,
.body-76 .section-100 .section_text-scroll::before,
.body-76 .section-100 .section_text-scroll::after,
.body-76 .section-regular-17 .code-embed-5 .opacity-sweep::before,
.body-76 .section-regular-17 .code-embed-5 .opacity-sweep::after,
.body-76 .section-103 .tabs-8::before,
.body-76 .section-103 .tabs-8::after {
  content: '';
  display: block;
  position: absolute;
  inset: -1px;
  border-radius: var(--sg-spiral-radius);
  padding: 1.5px;
  pointer-events: none;
  z-index: 0;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.body-76 .bg-img---200-vh .spiral-border::before,
.body-76 .section-100 .section_text-scroll::before,
.body-76 .section-regular-17 .code-embed-5 .opacity-sweep::before,
.body-76 .section-103 .tabs-8::before {
  background: conic-gradient(
    from var(--sg-spiral-angle),
    transparent 0deg,
    transparent 285deg,
    rgba(255, 255, 255, 0.18) 305deg,
    rgba(255, 255, 255, 0.95) 325deg,
    rgba(255, 255, 255, 0.45) 340deg,
    transparent 360deg
  );
  animation: sgSpiralBorderSpin 4.5s linear infinite;
}

.body-76 .bg-img---200-vh .spiral-border::after,
.body-76 .section-100 .section_text-scroll::after,
.body-76 .section-regular-17 .code-embed-5 .opacity-sweep::after,
.body-76 .section-103 .tabs-8::after {
  inset: -2px;
  border-radius: var(--sg-spiral-radius-outer);
  padding: 1px;
  opacity: 0.55;
  background: conic-gradient(
    from calc(var(--sg-spiral-angle) + 180deg),
    transparent 0deg,
    transparent 315deg,
    rgba(255, 255, 255, 0.55) 335deg,
    transparent 360deg
  );
  animation: sgSpiralBorderSpin 7s linear infinite reverse;
}

.body-76 .bg-img---200-vh .spiral-border > *,
.body-76 .section-100 .section_text-scroll > *,
.body-76 .section-103 .tabs-8 > * {
  position: relative;
  z-index: 1;
  backface-visibility: hidden;
}

/* Stack badge text layers in one grid cell — avoids overlay drifting beside .base */
.body-76 .section-regular-17 .code-embed-5 .opacity-sweep,
.body-76 .section-100 .section_text-scroll .opacity-sweep {
  display: inline-grid;
  grid-template: 1fr / 1fr;
  align-items: start;
  justify-items: start;
  vertical-align: middle;
}

.body-76 .section-regular-17 .code-embed-5 .opacity-sweep > .base,
.body-76 .section-regular-17 .code-embed-5 .opacity-sweep > .overlay,
.body-76 .section-100 .section_text-scroll .opacity-sweep > .base,
.body-76 .section-100 .section_text-scroll .opacity-sweep > .overlay {
  grid-area: 1 / 1;
  position: static;
  inset: auto;
  width: max-content;
  max-width: 100%;
  backface-visibility: hidden;
}

.body-76 .section-regular-17 .code-embed-5 .opacity-sweep > .base,
.body-76 .section-100 .section_text-scroll .opacity-sweep > .base {
  z-index: 1;
}

.body-76 .section-regular-17 .code-embed-5 .opacity-sweep > .overlay,
.body-76 .section-100 .section_text-scroll .opacity-sweep > .overlay {
  z-index: 2;
  pointer-events: none;
}

.body-76 .bg-img---200-vh .hero-section {
  overflow: visible;
}

.body-76 .bg-img---200-vh .nav-menu-two > li {
  display: flex;
  align-items: center;
}

.body-76 .bg-img---200-vh .nav-menu-two .nav-link-2,
.body-76 .bg-img---200-vh .nav-menu-two .text-block-148 {
  display: inline-flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
}

.body-76 .bg-img---200-vh .nav-menu-two .dropdown-toggle-2 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.body-76 .bg-img---200-vh .navbar-logo-left-container,
.body-76 .bg-img---200-vh .navbar-wrapper,
.body-76 .bg-img---200-vh .nav-menu-wrapper {
  overflow: visible;
}

.body-76 .bg-img---200-vh .navbar-brand {
  width: auto;
  flex: 0 0 auto;
}

.body-76 .bg-img---200-vh .navbar-brand .image {
  width: auto;
  max-width: 190px;
  max-height: 34px;
  height: auto;
  margin-top: 0;
  display: block;
  object-fit: contain;
  object-position: left center;
}

@media (hover: hover) and (pointer: fine) {
  .body-76 .bg-img---200-vh .nav-menu-two .w-dropdown:hover > .dropdown-list.w-dropdown-list,
  .body-76 .bg-img---200-vh .nav-menu-two .w-dropdown:focus-within > .dropdown-list.w-dropdown-list {
    display: block;
    background-color: var(--media-blue-2);
    border-radius: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.hero-section .div-block-806 {
  z-index: 6;
  overflow: visible;
}

.hero-section .heading-div {
  z-index: 10;
  position: relative;
  pointer-events: none;
}

.hero-section .heading-div .button-wrap,
.hero-section .heading-div .button-wrap a {
  position: relative;
  z-index: 11;
  pointer-events: auto;
}

.body-76 .div-block-437 {
  margin-top: 0;
  padding-top: 88px;
  padding-bottom: 80px;
  margin-bottom: 64px;
}

.body-76 .div-block-437 .f-container-regular {
  width: calc(100% - 2%);
  max-width: 1280px;
}

.body-76 .div-block-437 .f-logo-carousel-wrap {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
}

.body-76 .div-block-437 .f-logo-gradient-l-2 {
  width: clamp(88px, 11vw, 168px);
  background-image: linear-gradient(
    to right,
    #fff 0%,
    #fff 18%,
    rgba(255, 255, 255, 0.82) 52%,
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}

.body-76 .div-block-437 .f-logo-carousel-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: clamp(88px, 11vw, 168px);
  background-image: linear-gradient(
    to left,
    #fff 0%,
    #fff 18%,
    rgba(255, 255, 255, 0.82) 52%,
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}

.hero-section .div-block-806 .notif-wrap.sg-hero-testimonials {
  display: block;
  flex-flow: unset;
  justify-content: unset;
  align-items: unset;
  height: auto;
  min-height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -80px;
  overflow: visible;
  z-index: 1;
}

.hero-section .div-block-806 .sg-hero-testimonials__backdrop {
  display: none;
}

.hero-section .div-block-806 .sg-hero-testimonials__grid {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-section .div-block-806 .sg-hero-testimonial {
  --sg-enter-delay: 0s;
  --sg-float-delay: 0s;
  --sg-emerge-x: 0px;
  --sg-emerge-y: 110px;
  --sg-emerge-rotate: 0deg;
  pointer-events: auto;
  position: absolute;
  z-index: 5;
  width: min(330px, 30vw);
  opacity: 0;
  transform: translate3d(var(--sg-emerge-x), var(--sg-emerge-y), 0) scale(0.82)
    rotate(var(--sg-emerge-rotate));
  filter: blur(8px);
  animation: sgHeroTestimonialEmerge 1.45s cubic-bezier(0.16, 1, 0.3, 1) var(--sg-enter-delay) forwards;
}

.hero-section .div-block-806 .sg-hero-testimonial__inner {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  padding: 16px 18px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow:
    0 16px 40px rgba(4, 22, 30, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  animation:
    sgHeroTestimonialFloat 7s ease-in-out calc(var(--sg-enter-delay) + 1.55s + var(--sg-float-delay, 0s))
    infinite;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  will-change: transform;
}

.hero-section .div-block-806 .sg-hero-testimonial__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.04) 38%,
    transparent 62%
  );
  pointer-events: none;
}

.hero-section .div-block-806 .sg-hero-testimonial:hover .sg-hero-testimonial__inner {
  animation-play-state: paused;
  transform: translate3d(0, -6px, 0) scale(1.015);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 22px 48px rgba(4, 22, 30, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.hero-section .div-block-806 .sg-hero-testimonial__profile {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  animation: sgHeroTestimonialContentIn 0.75s cubic-bezier(0.16, 1, 0.3, 1)
    calc(var(--sg-enter-delay) + 0.42s) forwards;
}

.hero-section .div-block-806 .sg-hero-testimonial__avatar {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 16px rgba(4, 22, 30, 0.28);
}

.hero-section .div-block-806 .sg-hero-testimonial__avatar-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  object-fit: cover;
  object-position: center center;
}

.hero-section .div-block-806 .sg-hero-testimonial__identity {
  min-width: 0;
}

.hero-section .div-block-806 .sg-hero-testimonial__name {
  margin: 0;
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-section .div-block-806 .sg-hero-testimonial__role {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-family: Mulish, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-section .div-block-806 .sg-hero-testimonial__body {
  min-width: 0;
}

.hero-section .div-block-806 .sg-hero-testimonial__title {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  animation: sgHeroTestimonialContentIn 0.75s cubic-bezier(0.16, 1, 0.3, 1)
    calc(var(--sg-enter-delay) + 0.56s) forwards;
}

.hero-section .div-block-806 .sg-hero-testimonial__quote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: Mulish, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
  animation: sgHeroTestimonialContentIn 0.8s cubic-bezier(0.16, 1, 0.3, 1)
    calc(var(--sg-enter-delay) + 0.72s) forwards;
}

.hero-section .div-block-806 .sg-hero-testimonial--top-left {
  top: 16%;
  left: 4%;
  transform-origin: 92% 88%;
}

.hero-section .div-block-806 .sg-hero-testimonial--top-right {
  top: 12%;
  right: 4%;
  transform-origin: 8% 88%;
}

.hero-section .div-block-806 .sg-hero-testimonial--bottom-left {
  top: 40%;
  left: 6%;
  transform-origin: 88% 72%;
  z-index: 9;
}

.hero-section .div-block-806 .sg-hero-testimonial--bottom-right {
  top: 36%;
  right: 6%;
  transform-origin: 12% 72%;
  z-index: 9;
}

@keyframes sgSpiralSectionEnter {
  0% {
    opacity: 0;
    transform: translate3d(0, 44px, 0) scale(0.96);
    filter: blur(6px);
  }

  55% {
    opacity: 1;
    filter: blur(1px);
  }

  78% {
    transform: translate3d(0, -4px, 0) scale(1.01);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

@keyframes sgSpiralBorderSpin {
  to {
    --sg-spiral-angle: 360deg;
  }
}

@keyframes sgHeroTestimonialEmerge {
  0% {
    opacity: 0;
    transform: translate3d(var(--sg-emerge-x), var(--sg-emerge-y), 0) scale(0.82)
      rotate(var(--sg-emerge-rotate));
    filter: blur(8px);
  }

  48% {
    opacity: 0.88;
    filter: blur(2px);
  }

  74% {
    opacity: 1;
    transform: translate3d(0, -5px, 0) scale(1.025) rotate(0deg);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

@keyframes sgHeroTestimonialContentIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes sgHeroTestimonialFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -10px, 0);
  }
}

@media screen and (max-width: 1199px) {
  .hero-section .div-block-806 .sg-hero-testimonial {
    width: min(300px, 33vw);
  }

  .hero-section .div-block-806 .sg-hero-testimonial--top-left {
    left: 2%;
    top: 14%;
  }

  .hero-section .div-block-806 .sg-hero-testimonial--top-right {
    right: 2%;
    top: 10%;
  }

  .hero-section .div-block-806 .sg-hero-testimonial--bottom-left {
    left: 4%;
    top: 38%;
  }

  .hero-section .div-block-806 .sg-hero-testimonial--bottom-right {
    right: 4%;
    top: 34%;
  }

  .hero-section .div-block-806 .sg-hero-testimonial__inner {
    padding: 16px;
  }

  .hero-section .div-block-806 .sg-hero-testimonial__title {
    font-size: 13px;
  }

  .hero-section .div-block-806 .sg-hero-testimonial__quote {
    font-size: 11.5px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section .div-block-806 .notif-wrap.sg-hero-testimonials {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .body-76 .bg-img---200-vh .spiral-border::before,
  .body-76 .bg-img---200-vh .spiral-border::after,
  .body-76 .section-100 .section_text-scroll::before,
  .body-76 .section-100 .section_text-scroll::after,
  .body-76 .section-regular-17 .code-embed-5 .opacity-sweep::before,
  .body-76 .section-regular-17 .code-embed-5 .opacity-sweep::after,
  .body-76 .section-103 .tabs-8::before,
  .body-76 .section-103 .tabs-8::after {
    animation: none;
    opacity: 0.35;
  }

  .body-76 .section-100 .section_text-scroll,
  .body-76 .section-103 .tabs-8 {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }

  .body-76 .bg-img---200-vh .spiral-border {
    opacity: 1;
    transform: none;
    filter: none;
    box-shadow: 0 22px 52px rgba(4, 22, 30, 0.2);
  }

  .hero-section .div-block-806 .sg-hero-testimonial {
    opacity: 1;
    transform: none;
    filter: none;
    animation: none;
  }

  .hero-section .div-block-806 .sg-hero-testimonial__profile,
  .hero-section .div-block-806 .sg-hero-testimonial__title,
  .hero-section .div-block-806 .sg-hero-testimonial__quote {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero-section .div-block-806 .sg-hero-testimonial__inner {
    animation: none;
  }

  .hero-section .div-block-806 .sg-hero-testimonial:hover .sg-hero-testimonial__inner {
    transform: none;
  }
}
