/* HERO ROW ================================================================= */
body {
  --hero-height: 98dvh;
  padding-top: calc(var(--hero-height) - 22px);
  position: relative;
  background-color: #000;
}
#secondRow {
  border-top-left-radius: var(--space-fixed-sm);
  border-top-right-radius: var(--space-fixed-sm);
  scroll-margin-top: 0;
}
.HeroRow {
  padding: 0;
  overflow-x: clip;
  min-height: var(--hero-height);
  transform-origin: center top;
  opacity: 1;
  z-index: 0;
  position: fixed;
  top: 0;
}
.HeroRow::before,
.HeroRow::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 188px;
  mask-image: linear-gradient(0deg, rgba(217, 217, 217, 0) 0%, rgba(236, 236, 236, 0.8) 50%, #fff 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}
.HeroRow::after {
  top: auto;
  bottom: 0;
  height: 705px;
  mask-image: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(236, 236, 236, 0.8) 50%, #fff 100%);
  background: rgba(0, 0, 0, 0.45);
}
.HeroRow .hidden {
  display: none !important;
}
@keyframes hero-fade-in {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.HeroRow__title,
.HeroRow__caption,
.HeroRow__buttons {
  transition: none;
  @media (prefers-reduced-motion: no-preference) {
    transform: translateY(10px);
    opacity: 0;
    animation: hero-fade-in 0.6s;
    animation-fill-mode: forwards;
  }
}
.HeroRow__caption {
  animation-delay: 0.1s;
}
.HeroRow__buttons {
  will-change: auto;
  animation-delay: 0.2s;
}
.HeroRow.scrolling {
  --opacity: 1;
  --blur: 0px;
}
.HeroRow.scrolling .HeroRow__title,
.HeroRow.scrolling .HeroRow__caption,
.HeroRow.scrolling .HeroRow__buttons,
.HeroRow.scrolling .HeroRow-slide__headline,
.HeroRow.scrolling .HeroRow-slide__link,
.HeroRow.scrolling .HeroRow-slide__caption,
.HeroRow.scrolling .HeroRow__swiper-controls {
  -webkit-filter: blur(var(--blur));
  filter: blur(var(--blur));
  opacity: var(--opacity);
}
.HeroRow .swiper {
  overflow: visible;
  /* hide on mobile */
  opacity: 0;
  height: 1px;
}
.no-js .HeroRow .swiper {
  display: none;
}
.HeroRow .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
.swiper-slide-active .HeroRow-slide__link:hover,
.swiper-slide-active .HeroRow-slide__link:focus-visible {
  background: rgba(239, 240, 241, 0.2);
}
.swiper-slide-active .HeroRow-slide__link:focus-visible {
  outline-offset: -3px;
}
.swiper-slide-active .HeroRow-slide__link:hover .HeroRow-slide__headline,
.swiper-slide-active .HeroRow-slide__link:focus-visible .HeroRow-slide__headline {
  text-decoration-color: white;
}
.swiper-slide-active .HeroRow-slide__link:hover .HeroRow-slide__caption,
.swiper-slide-active .HeroRow-slide__link:focus-visible .HeroRow-slide__caption {
  color: white;
}
.HeroRow-slide-prevent-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
.HeroRow-slide.swiper-slide-active .HeroRow-slide-prevent-link {
  z-index: -1;
}
.HeroRow__slider {
  position: relative;
}
.HeroRow .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: calc(var(--space-fixed-2xs) / 2);
  all: inherit;
  display: inline-block;
  width: var(--space-fixed-2xs);
  height: var(--space-fixed-2xs);
  background: rgba(239, 240, 241, 0.2);
  background: rgb(from var(--color-slate-100) r g b/1);
  border-radius: 50%;
  opacity: 0.2;
  margin: 7px !important;
}
@media (prefers-reduced-transparency: reduce) {
  .HeroRow .swiper-pagination-bullet {
    opacity: 0.8;
  }
}
.HeroRow .swiper-pagination-bullet-active {
  color: #fff;
  opacity: 1;
}
.HeroRow .swiper-pagination-bullet-active.progress-bar-wrapper {
  width: var(--space-fixed-lg);
  height: var(--space-fixed-2xs);
  border-radius: 7px;
  background: rgb(from var(--color-slate-100) r g b/0.2);
}
@media (prefers-reduced-motion: reduce) {
  .HeroRow .swiper-pagination-bullet-active.progress-bar-wrapper {
    width: var(--space-fixed-2xs);
  }
}
.HeroRow .swiper-pagination-bullet-active .progress-bar {
  width: var(--space-fixed-2xs);
  height: var(--space-fixed-2xs);
  border-radius: 7px;
  background: var(--color-slate-100);
  background: rgb(from var(--color-slate-100) r g b/1);
  transition: none;
}
.HeroRow .swiper-pagination-bullet:not(.HeroRow .swiper-pagination-bullet-active):hover,
.HeroRow .swiper-pagination-bullet:not(.HeroRow .swiper-pagination-bullet-active):focus-visible {
  background: white;
  opacity: 1;
  cursor: pointer;
}
.HeroRow__swiper-controls {
  display: flex;
  flex-direction: row;
  gap: var(--space-fixed-sm);
  justify-content: center;
  align-items: center;
  margin-top: var(--space-fixed-sm);
  position: relative;
}
.HeroRow .swiper-pagination {
  position: relative;
  width: auto;
  top: auto;
  bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.HeroRow :where([class*='HeroRow__slider-button']) {
  all: initial;
}
.HeroRow :where([class*='HeroRow__slider-button']):hover {
  cursor: pointer;
  background: transparent;
}
.HeroRow :where([class*='HeroRow__slider-button']):focus-visible {
  outline: var(--focus-outline-width) solid var(--focus-outline-color);
  outline-offset: 3px;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .HeroRow__slider-button-pause {
    display: none;
  }
}
.HeroRow__slider-button-pause {
  position: absolute;
  right: var(--space-fixed-2xs);
  top: 3px;
}
.HeroRow__slider-button-pause::after {
  color: white;
  content: '\f04c';
  display: inline-block;
  font-family: var(--font-family-FA);
  font-style: normal;
  font-size: var(--font-size-sm);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: var(--transition-base);
  color: #fff;
  font-weight: 900;
  line-height: 1.57;
  opacity: 0.6;
}
.HeroRow__slider-button-pause:hover::after,
.HeroRow__slider-button-pause:focus-visible::after {
  opacity: 1;
}
.HeroRow__slider-button-pause.-play::after {
  color: white;
  content: '\f04c';
  display: inline-block;
  font-family: var(--font-family-FA);
  font-style: normal;
  font-size: var(--font-size-sm);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: var(--transition-base);
  color: #fff;
  font-weight: 900;
  line-height: 1.57;
  opacity: 0.6;
  content: '\f04b';
}
.HeroRow__slider-button-next::after,
.HeroRow__slider-button-prev::after {
  color: white;
  content: '\f054';
  display: inline-block;
  font-family: var(--font-family-FA);
  font-style: normal;
  font-size: var(--font-size-sm);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: var(--transition-base);
  font-weight: 400;
  line-height: 1.57;
  opacity: 0.6;
}
.HeroRow__slider-button-prev::after {
  transform: rotate(180deg);
}
.HeroRow__slider-button-next:hover::after,
.HeroRow__slider-button-prev:hover::after,
.HeroRow__slider-button-next:focus-visible::after,
.HeroRow__slider-button-prev:focus-visible::after {
  opacity: 1;
}
.HeroRow__mainWrapper {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: var(--hero-height);
  position: relative;
  overflow-x: clip;
  background: #000;
  text-align: left;
}
.HeroRow__image,
.HeroRow__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.HeroRow__image:after,
.HeroRow__video .videocontainer:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(14, 28, 27, 0) 24.52%, #0e1c1b 65%);
}
.HeroRow__feature-image,
.HeroRow__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HeroRow__video {
  overflow-x: clip;
}
.HeroRow__video .videocontainer {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}
.HeroRow__video.focus::after {
  content: '';
  position: absolute;
  border: 1px dotted #fff;
  top: 2px;
  left: 3px;
  right: 3px;
  bottom: 2px;
}
@supports (-ms-ime-align: auto) {
  .HeroRow__video video {
    margin-top: -4px;
  }
}
.HeroRow__image span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.HeroRow #video_button {
  position: absolute;
  bottom: var(--spacing-sm);
  left: var(--spacing-sm);
  color: #fff;
  padding: 7px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  z-index: 5;
  margin: 0;
  border-radius: 4px;
  background: rgba(217, 220, 221, 0.1);
  right: var(--spacing-sm);
  left: auto;
}
.HeroRow #video_button i {
  color: white;
  font-size: 14px;
}
.HeroRow #video_button i.fa-pause {
  margin-left: 0.1em;
}
.HeroRow #video_button i.fa-play {
  margin-left: 0.3em;
}
.HeroRow #video_button:hover,
.HeroRow #video_button:focus {
  color: #000;
  background: rgba(217, 220, 221, 0.2);
}
.HeroRow__text-wrapper {
  padding: 38dvh var(--space-fixed-sm) var(--77px);
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: none;
}
.HeroRow__text-content {
  padding: 0;
  transition: none;
  z-index: 5;
}
@media (prefers-reduced-transparency: reduce) {
  .HeroRow__text-content {
    padding: var(--space-fixed-sm) var(--space-fixed-lg);
    background: rgba(0, 0, 0, 0.7);
    border-radius: var(--space-xs);
  }
}
.HeroRow__title {
  padding: 0;
  padding-bottom: var(--space-fixed-sm);
  margin: 0;
  color: #fff;
  font-family: var(--font-family-slab);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  transition: none;
}
.HeroRow__caption {
  display: flex;
  padding: 0;
  margin: 0 0 var(--space-fixed-md) 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font-size-2md);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  transition: none;
}
.HeroRow__buttons {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
  gap: var(--space-fixed-md);
  flex: 1 0 0;
  /* For removing extra animations on mobile devices */
}
.HeroRow__buttons-primary,
.HeroRow__buttons-explore {
  color: var(--color-slate-100);
  font-family: var(--font-family-mono);
  font-size: var(--font-size-md);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  position: relative;
}
.HeroRow__buttons-primary {
  width: 100%;
  padding: var(--space-fixed-2xs) var(--space-fixed-md) var(--space-fixed-2xs) var(--space-fixed-sm);
  border-radius: var(--space-fixed-lg);
  border: 1px solid rgba(239, 240, 241, 0.35);
  background: rgba(239, 240, 241, 0.1);
  text-align: center;
}
.HeroRow__buttons-primary .button-icon {
  display: inline-block;
  position: relative;
  left: var(--space-fixed-2xs);
}
.HeroRow__buttons-primary .button-icon::after {
  display: inline-block;
  font-family: var(--font-family-FA);
  font-style: normal;
  font-size: var(--font-size-sm);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: var(--transition-base);
  display: block;
  content: '\f061';
  transform: rotate(-45deg);
}
.HeroRow__buttons-primary:hover .button-icon::after,
.HeroRow__buttons-primary:focus-visible .button-icon::after {
  transform: rotate(0deg);
}
.HeroRow__buttons-primary:hover,
.HeroRow__buttons-primary:focus-visible {
  background: var(--button-background-hover);
  color: var(--button-color-hover);
  border-color: var(--button-background-hover);
  text-decoration: none;
}
.HeroRow__buttons-primary:focus-visible {
  outline-offset: 3px;
}
.HeroRow__buttons-explore {
  display: none;
  color: white;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  min-width: var(--space-fixed-2xl);
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 11%;
  text-underline-offset: 14%;
  text-underline-position: from-font;
  transition: var(--transition-base);
}
.HeroRow__buttons-explore::before {
  content: '\f061';
  display: inline-block;
  font-family: var(--font-family-FA);
  font-style: normal;
  font-size: var(--font-size-sm);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  position: relative;
  transition: var(--transition-base);
  top: 1px;
  transform: rotate(-45deg);
  transform: rotate(90deg);
  transition: var(--transition-base);
  left: auto;
  right: var(--space-fixed-3xs);
}
.HeroRow__buttons-explore:hover,
.HeroRow__buttons-explore:focus-visible {
  text-decoration-color: var(--color-soft-black);
  text-decoration-style: dotted !important;
  text-decoration-color: white;
}
.HeroRow__buttons-explore:focus-visible {
  border-radius: 15px;
  outline-offset: 12px;
}
.HeroRow__buttons-explore:hover::before,
.HeroRow__buttons-explore:focus-visible::before {
  color: var(--button-background-hover);
}
@media (any-hover: none) {
  .HeroRow__buttons a:hover::after,
  .HeroRow__buttons a:focus::after {
    width: inherit;
  }
}
.HeroRow-slide__link {
  padding: var(--space-fixed-sm);
  width: 100%;
  height: 100%;
  border-radius: var(--space-fixed-2xs);
  border: 1px solid rgba(239, 240, 241, 0.35);
  background: rgba(239, 240, 241, 0.1);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  display: inline-block;
  color: var(--Text-button, #fff);
  font-family: var(--font-family-mono);
  font-weight: normal;
  font-size: var(--font-size-medium);
  line-height: 1.375;
  text-decoration: none !important;
  z-index: 1;
  position: relative;
}
.HeroRow-slide__link-text.go-icon::after {
  left: var(--space-fixed-2xs);
}
.HeroRow-slide__headline {
  margin: 0;
  margin-bottom: var(--space-fixed-2xs);
  color: #fff;
  font-family: var(--font-family-base);
  font-size: var(--24px);
  font-weight: 400;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 11%;
  text-underline-offset: 14%;
  text-underline-position: from-font;
  transition: var(--transition-base);
  text-decoration-thickness: 10%;
}
.HeroRow-slide__caption {
  margin-bottom: var(--space-fixed-sm);
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-family-base);
}
@media (min-width: 430px) {
  .HeroRow__buttons-primary {
    width: auto;
  }
  .HeroRow__buttons-explore {
    display: inline-block;
  }
}
@media (min-width: 52.188rem) {
  .HeroRow::after {
    height: 500px;
  }
  .HeroRow__slider {
    margin: 0 160px;
    margin: 0;
    position: relative;
    left: calc(-1 * var(--space-fixed-lg));
    width: calc(100% + var(--space-fixed-lg) * 2);
  }
  .HeroRow__slider-wrapper {
    width: calc(100% - 180px);
    max-width: 481px;
    margin: 0 auto;
  }
  .HeroRow .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
  }
  .HeroRow .swiper-slide:not(.swiper-slide-active) .HeroRow-slide__link {
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .swiper-slide:not(.swiper-slide-active) .HeroRow-slide__headline,
  .swiper-slide:not(.swiper-slide-active) .HeroRow-slide__caption,
  .swiper-slide:not(.swiper-slide-active) .HeroRow-slide__link-text {
    opacity: 0.3;
  }
}
@media (min-width: 52.188rem) and (prefers-reduced-transparency: reduce) {
  .swiper-slide:not(.swiper-slide-active) .HeroRow-slide__headline,
  .swiper-slide:not(.swiper-slide-active) .HeroRow-slide__caption,
  .swiper-slide:not(.swiper-slide-active) .HeroRow-slide__link-text {
    opacity: 0.6;
  }
}
@media (min-width: 52.188rem) {
  .HeroRow-slide::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  .HeroRow__text-wrapper {
    padding-left: var(--space-fixed-lg);
    padding-right: var(--space-fixed-lg);
  }
  .HeroRow__image:after,
  .HeroRow__video .videocontainer:after {
    background: none;
  }
  .HeroRow__buttons-primary {
    width: max-content;
  }
  .HeroRow__buttons-explore {
    display: inline-block;
  }
}
@media (min-width: 67.5rem) {
  .HeroRow__text-wrapper {
    margin-left: 0;
    flex-direction: row;
    max-width: 100%;
    gap: var(--space-fixed-md);
  }
  .HeroRow__text-content {
    flex: 0 1 50%;
  }
  .HeroRow .swiper {
    opacity: 1;
    height: auto;
  }
  .HeroRow__slider {
    width: 45%;
    flex: 0 1 48%;
    margin: 0 0px;
    display: flex;
    align-items: flex-end;
  }
  .HeroRow__slider-wrapper {
    width: calc(100% - 130px);
    margin: 0 auto;
    left: 0;
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
    position: relative;
    margin-left: 60px;
  }
  .HeroRow .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
  }
  .HeroRow .swiper-slide-next {
    opacity: 1 !important;
  }
  .HeroRow .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
  }
}
@media (min-width: 90rem) {
  .HeroRow__text-wrapper {
    padding-left: var(--77px);
  }
}
@media (prefers-reduced-motion) {
  .HeroRow__text-wrapper {
    transition:
      transform 0s,
      opacity 0.8s;
  }
  .HeroRow__text-content h2,
  .HeroRow__caption {
    transition:
      transform 0s,
      opacity 0.6s;
  }
  .HeroRow__buttons,
  .HeroRow__buttons a::after {
    transition: none;
  }
  .HeroRow__buttons a:hover::after,
  .HeroRow__buttons a:focus::after {
    width: calc(100% - 20px);
  }
}
