/* 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;
  padding-bottom: 80px;
  margin-bottom: 192px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.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;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.body-76 .bg-img---200-vh ._5-wrap {
  position: relative;
  z-index: 100;
  isolation: isolate;
  width: 100%;
  max-width: none;
  padding: 12px 1.25% 0;
  box-sizing: border-box;
}

.body-76 .bg-img---200-vh .navbar-logo-left-container {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: none;
  padding: 0;
  background: transparent;
}

.body-76 .bg-img---200-vh .navbar-logo-left-container.shadow-three {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Hero nav — glass bar (original colours, right-aligned links) */

.body-76 .bg-img---200-vh .navbar-wrapper {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  align-self: center;
  box-sizing: border-box;
  padding: 15px 20px;
  border-radius: 11px;
  background-color: #ffffff52;
  border: 1px solid #ffffff26;
  box-shadow: 0 3px 5px #fff3;
}

.body-76 .bg-img---200-vh .navbar-wrapper::before {
  display: none;
}

.body-76 .bg-img---200-vh .nav-menu-wrapper {
  flex: 0 1 auto;
  min-width: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .body-76 .bg-img---200-vh .navbar-wrapper {
    justify-content: flex-start !important;
  }

  .body-76 .bg-img---200-vh .nav-menu-wrapper.w-nav-menu {
    float: none !important;
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    width: auto;
    max-width: none;
  }

  .body-76 .bg-img---200-vh .nav-menu-two {
    justify-content: flex-end !important;
    width: auto !important;
    max-width: none;
    flex: 0 0 auto;
    flex-wrap: nowrap;
  }

  .body-76 .bg-img---200-vh .nav-menu-two > li {
    flex: 0 0 auto;
    width: auto;
  }
}

.body-76 .bg-img---200-vh .nav-menu-two {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0;
}

.body-76 .bg-img---200-vh .nav-menu-two .w-dropdown {
  position: relative;
  z-index: 100;
}

.body-76 .bg-img---200-vh .nav-menu-two .dropdown-list.w-dropdown-list {
  z-index: 101;
}

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

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

.body-76 .bg-img---200-vh .navbar-brand {
  position: relative;
  z-index: 1;
  width: auto;
  flex: 0 0 auto;
  max-width: none;
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.body-76 .bg-img---200-vh .navbar-brand .image {
  display: block;
  width: auto;
  max-width: 190px;
  max-height: 34px;
  height: auto;
  margin-top: 0;
  padding-right: 16px;
  margin-right: 6px;
  border-right: 1px solid #fff;
  object-fit: contain;
  object-position: left center;
}

.body-76 .bg-img---200-vh .nav-link-2,
.body-76 .bg-img---200-vh .dropdown-toggle-2,
.body-76 .bg-img---200-vh .text-block-148,
.body-76 .bg-img---200-vh .text-block-186,
.body-76 .bg-img---200-vh .text-block-187 {
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.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: 5px 10px;
  line-height: 20px;
  border-radius: 0;
  text-decoration: none;
}

.body-76 .bg-img---200-vh .nav-link-2:hover,
.body-76 .bg-img---200-vh .nav-link-2.w--current {
  color: #fff;
  background: transparent;
  text-decoration: none;
}

.body-76 .bg-img---200-vh .nav-menu-two .dropdown-toggle-2 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 0;
  color: #fff;
}

.body-76 .bg-img---200-vh .nav-menu-two .dropdown-toggle-2 .w-icon-dropdown-toggle {
  position: static;
  order: 2;
  flex-shrink: 0;
  width: auto;
  height: auto;
  margin: 0;
}

.body-76 .bg-img---200-vh .nav-menu-two .dropdown-toggle-2 .text-block-186,
.body-76 .bg-img---200-vh .nav-menu-two .dropdown-toggle-2 .text-block-187 {
  order: 1;
}

.body-76 .bg-img---200-vh .dropdown-toggle-2:hover {
  transform: none;
  background: transparent;
  color: #fff;
}

.body-76 .bg-img---200-vh .text-block-148:hover {
  transform: none;
  background: transparent;
  color: #fff;
}

.body-76 .bg-img---200-vh .nav-dropdown-icon,
.body-76 .bg-img---200-vh .icon-25,
.body-76 .bg-img---200-vh .icon-26 {
  color: rgba(255, 255, 255, 0.85);
}

.body-76 .bg-img---200-vh .button-67 {
  position: relative;
  z-index: 1;
  margin-left: 8px;
  padding: 3px 16px;
  border-radius: 10px;
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--sg-light-blue);
  border: 1px solid #46aaad;
  box-shadow: 0 4px 5px #0003;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.body-76 .bg-img---200-vh .button-67:hover {
  transform: none;
  color: #fff;
  box-shadow: 0 4px 5px #0003;
}

.body-76 .bg-img---200-vh .dropdown-list.w--open {
  margin-top: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 12px;
  background-color: var(--media-blue-2);
  border: none;
  box-shadow: 0 8px 50px #0000000d;
}

.body-76 .bg-img---200-vh .dropdown-link {
  color: #fff;
  padding: 8px 18px;
  transition: background-color 0.18s ease;
}

.body-76 .bg-img---200-vh .dropdown-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

@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;
    margin-top: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 12px;
    background-color: var(--media-blue-2);
    border: none;
    box-shadow: 0 8px 50px #0000000d;
  }
}

.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: 767px) {
  .body-76 .bg-img---200-vh .spiral-border {
    margin-top: 1.5rem !important;
    margin-bottom: 0 !important;
    transform: none !important;
    width: calc(100% - 8%);
    margin-left: auto;
    margin-right: auto;
  }

  .body-76 .section-100 .section_text-scroll::before,
  .body-76 .section-100 .section_text-scroll::after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .body-76 .bg-img---200-vh .navbar-brand {
    display: flex !important;
    max-width: min(170px, 42vw);
  }

  .body-76 .bg-img---200-vh .navbar-wrapper {
    justify-content: space-between;
  }

  .hero-section .div-block-806 .notif-wrap.sg-hero-testimonials {
    display: none;
  }

  .body-76 .bg-img---200-vh .navbar-wrapper {
    max-width: none;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .body-76 .bg-img---200-vh .navbar-brand {
    max-width: 170px;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }

  .body-76 .bg-img---200-vh .nav-menu-two {
    margin-top: 10px;
    padding: 20px;
    border-radius: 6px;
    background-color: var(--sg-dark-blue);
    border: 1px solid #ffffff7a;
    box-shadow: 0 8px 50px #0000000d;
  }

  .body-76 .bg-img---200-vh .button-67 {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    text-align: center;
  }
}

@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;
  }
}
