@keyframes exploreTeamsBounceOut {
  0%,
  20%,
  40%,
  60% {
    opacity: 1;
    transform: translateY(0);
  }

  10%,
  30%,
  50% {
    opacity: 1;
    transform: translateY(-12px);
  }

  85% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-8px);
    visibility: hidden;
  }
}

@keyframes logoCarouselScroll {
  from {
    transform: translateX(0);
  }

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

@keyframes bookingStatusPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(98, 231, 129, 0.65);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(98, 231, 129, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(98, 231, 129, 0);
  }
}

.pulser {
  box-shadow: 0 0 0 0 rgba(98, 231, 129, 0.65);
  animation: bookingStatusPulse 1.8s ease-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .pulser {
    animation: none;
  }
}

.exploreteams {
  display: block;
  pointer-events: none;
  animation: exploreTeamsBounceOut 5.5s ease-in-out 0.5s forwards;
}

.navigation-right .marxli-circle.mini,
.navigation-right .hope-circle.mini,
.link-hopecard,
.link-marlxlicard {
  overflow: visible;
}

.navigation-right .popup-header {
  display: flex;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.navigation-right .marxli-circle.mini:hover .popup-header,
.navigation-right .marxli-circle.mini:focus-visible .popup-header,
.navigation-right .hope-circle.mini:hover .popup-header,
.navigation-right .hope-circle.mini:focus-visible .popup-header {
  opacity: 1;
  transform: translateY(0);
}

.footer-socialcontainer .linkblock {
  overflow: visible;
}

.footer-socialcontainer .popup-footer {
  display: flex;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.footer-socialcontainer .linkblock:hover .popup-footer,
.footer-socialcontainer .linkblock:focus-visible .popup-footer {
  opacity: 1;
  transform: translateY(0);
}

.jetboost-filter-v6dq,
.tabs-menu {
  --toggle-pill-x: 67.5px;
  position: relative;
  width: 200px;
  height: 50px;
  padding: 5px;
}

.jetboost-filter-v6dq[data-active="hope"],
.tabs[data-active="hope"] .tabs-menu {
  --toggle-pill-x: 5px;
}

.jetboost-filter-v6dq[data-active="both"],
.tabs[data-active="both"] .tabs-menu {
  --toggle-pill-x: 67.5px;
}

.jetboost-filter-v6dq[data-active="marxli"],
.tabs[data-active="marxli"] .tabs-menu {
  --toggle-pill-x: 130px;
}

.jetboost-filter-v6dq .selectionpill,
.tabs-menu::after {
  width: 65px;
  height: 45px;
  border-radius: 60px;
  background-color: #242424;
  box-shadow: 0 4px 5px #0000004f, inset 0 3px 5px 1px #fff3;
  position: absolute;
  top: 2.5px;
  left: 0;
  transform: translateX(var(--toggle-pill-x));
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.tabs-menu::after {
  content: "";
  z-index: 1;
}

.jetboost-filter-v6dq .selectionpill {
  z-index: 1;
  margin-left: 0;
}

.jetboost-filter-v6dq .filterbutton,
.jetboost-filter-v6dq .bothbuttonwrapper,
.tabs-menu .teamtab {
  z-index: 2;
  cursor: pointer;
  flex: 0 0 63.333px;
  width: 63.333px;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.jetboost-filter-v6dq .textfilter {
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  color: #242424;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: color 180ms ease;
}

.jetboost-filter-v6dq .textfilter.both {
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

.tabs-menu .teamtab {
  color: #242424;
  transition: color 180ms ease;
}

.tabs-menu .teamtab.w--current {
  color: #242424;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.jetboost-filter-v6dq[data-active="hope"] .textfilter.hope,
.jetboost-filter-v6dq[data-active="both"] .textfilter.both,
.jetboost-filter-v6dq[data-active="marxli"] .textfilter.marxli,
.tabs[data-active="hope"] .teamtab[data-w-tab="Tab 1"],
.tabs[data-active="both"] .teamtab[data-w-tab="Tab 2"],
.tabs[data-active="marxli"] .teamtab[data-w-tab="Tab 3"] {
  color: #fff;
}

.casestudies-collectionitem {
  transition: opacity 160ms ease;
}

.hope_arrow,
.marxli_arrow {
  transition: opacity 180ms ease, transform 180ms ease;
}

.link-hopecard:hover .hope_arrow,
.link-hopecard:focus-visible .hope_arrow,
.link-marlxlicard:hover .marxli_arrow,
.link-marlxlicard:focus-visible .marxli_arrow {
  opacity: 1;
  transform: translateY(-6px);
}

.section-carousel.logo {
  overflow: hidden;
}

.section-carousel.logo .slide-wrap {
  width: max-content;
  min-width: 5000px;
  will-change: transform;
  animation: logoCarouselScroll 42s linear infinite;
}

.section-carousel.logo:hover .slide-wrap {
  animation-play-state: paused;
}

.section_services .cell-servicewrapper {
  display: flex;
}

.section_services .div-servicewrapper {
  transform: none !important;
  transform-style: flat !important;
}

@media screen and (max-width: 991px) {
  .navigation-wrap {
    position: relative;
    z-index: 1000;
  }

  .navigation-mob {
    overflow: visible;
    z-index: 1000;
  }

  .navigation-mob .navigation-container-mob {
    position: relative;
  }

  .navigation-mob .mobile-nav.w--open {
    position: absolute;
    top: 65px;
    left: -3vw;
    right: -3vw;
    width: 100vw;
    max-width: none;
    min-height: calc(100svh - 65px);
    padding: 16px 3vw 32px;
    background: #fff;
    box-shadow: 0 24px 40px rgba(32, 53, 90, 0.08);
  }

  .navigation-mob .mobile-dropdown,
  .navigation-mob .mobile-toggle,
  .navigation-mob .dropdown-list.w--open,
  .navigation-mob .dropdown-link-mobile,
  .navigation-mob .profile-wrapper {
    width: 100%;
  }

  .navigation-mob .mobile-toggle {
    padding: 15px 20px;
  }

  .navigation-mob .dropdown-list.w--open {
    position: static;
    padding: 8px 0 10px;
    background: transparent;
  }

  .navigation-mob .profile-wrapper {
    gap: 10px;
    height: auto;
    padding: 10px 0 0;
  }

  .navigation-mob .profile-wrapper .marxli-circle.mini,
  .navigation-mob .profile-wrapper .hope-circle.mini {
    flex: 1 1 0;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .section_services .div-servicewrapper {
    align-items: center;
  }

  .section_services .servicetext {
    text-align: center;
  }
}

[data-w-id][style*="opacity:0"],
[data-w-id][style*="opacity: 0"] {
  opacity: 1 !important;
}

.section-carousel.dark._3.comparecontrast .h2-heading.center.light {
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
}

.section-carousel.dark.parallax .h2-heading.light.div-center {
  line-height: 1.22;
}

@media screen and (max-width: 479px) {
  .exploreteams {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .exploreteams,
  .section-carousel.logo .slide-wrap {
    animation: none;
  }

  .exploreteams {
    opacity: 0;
    visibility: hidden;
  }
}
