.hero-slide-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-slide-container:not(.hero-slide-contained) {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hero-slide-container.hero-slide-contained {
  max-width: 90rem;
  margin: 0 auto;
}

.hero-banner-carousel-slide .hero-slide-container, [class*="experience-commerce_layouts"] .hero-slide-container {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (width >= 1400px) {
  .hero-banner-carousel-slide > .hero-slide-container.hero-slide-contained {
    width: auto;
    max-width: 90rem;
    margin: 0;
    left: calc(50% - 45rem);
    right: calc(50% - 45rem);
  }
}

.hero-slide-wrapper {
  width: 100%;
  min-height: 22rem;
  max-height: 75rem;
  height: var(--hero-slide-height-mobile-svh, 85svh);
  display: flex;
  position: relative;
}

@media (width >= 1000px) {
  .hero-slide-wrapper {
    height: var(--hero-slide-height-desktop-svh, 85svh);
  }
}

.hero-banner-carousel-slide .hero-slide-wrapper {
  height: 100%;
  min-height: 0;
  max-height: none;
}

.hero-slide-overlay, .hero-slide-figure {
  position: absolute;
  inset: 0;
}

.hero-slide-overlay {
  background-color: var(--overlay-color, #000);
  opacity: var(--overlay-opacity, 0);
  z-index: 1;
  pointer-events: none;
}

.hero-slide-figure {
  z-index: 0;
  margin: 0;
}

.hero-slide-figure picture {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-slide-image {
  object-fit: cover;
  object-position: var(--focal-point-x-mobile, 50%) var(--focal-point-y-mobile, 50%);
  width: 100%;
  height: 100%;
  display: block;
}

@media (width >= 1000px) {
  .hero-slide-image {
    object-position: var(--focal-point-x-desktop, var(--focal-point-x-mobile, 50%)) var(--focal-point-y-desktop, var(--focal-point-y-mobile, 50%));
  }
}

.hero-slide-link {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-slide-content {
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  display: flex;
  position: relative;
}

@media (width >= 1000px) {
  .hero-slide-content {
    padding: 0 3rem;
  }

  .position-desktop-topLeft .hero-slide-content {
    padding: 0 0 0 3rem;
  }

  .position-desktop-topCenter .hero-slide-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .position-desktop-topRight .hero-slide-content {
    padding: 0 3rem 0 0;
  }

  :is(body:has(header.transparent-overlay-header) .experience-component:first-child .position-desktop-topLeft .hero-slide-content, body:has(header.transparent-overlay-header) .experience-component:first-child .position-desktop-topCenter .hero-slide-content, body:has(header.transparent-overlay-header) .experience-component:first-child .position-desktop-topRight .hero-slide-content) {
    margin-block-start: var(--nav-desktop-height, 0);
  }

  :is(body:has(header.transparent-overlay-header) [class*="experience-commerce_layouts"] .position-desktop-topLeft .hero-slide-content, body:has(header.transparent-overlay-header) [class*="experience-commerce_layouts"] .position-desktop-topCenter .hero-slide-content, body:has(header.transparent-overlay-header) [class*="experience-commerce_layouts"] .position-desktop-topRight .hero-slide-content) {
    margin-block-start: 0 !important;
  }

  .position-desktop-center .hero-slide-content {
    padding-bottom: 0;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .position-desktop-centerLeft .hero-slide-content {
    padding: 0 0 0 3rem;
  }

  .position-desktop-centerRight .hero-slide-content {
    padding: 0 3rem 0 0;
  }

  .position-desktop-bottomLeft .hero-slide-content {
    padding: 0 0 0 3rem;
  }

  .position-desktop-bottomCenter .hero-slide-content {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .position-desktop-bottomRight .hero-slide-content {
    padding: 0 3rem 0 0;
  }

  .position-desktop-bottomLeft .hero-slide-content, .position-desktop-bottomCenter .hero-slide-content, .position-desktop-bottomRight .hero-slide-content {
    margin-block-end: 4.5rem;
  }
}

@media (width <= 999.98px) {
  body:has(header.transparent-overlay-header) .experience-component:first-child .position-mobile-top .hero-slide-content {
    margin-block-start: var(--nav-mobile-height, 0);
  }

  body:has(header.transparent-overlay-header) [class*="experience-commerce_layouts"] .position-mobile-top .hero-slide-content {
    margin-block-start: 0 !important;
  }
}

.hero-slide-text-container {
  opacity: 1;
  padding: var(--text-bg-padding, 2rem);
  background-color: #0000;
  max-width: 100%;
  position: relative;
}

.hero-slide-text-container:before {
  content: "";
  background-color: var(--text-bg-color, transparent);
  opacity: var(--text-bg-opacity, 0);
  z-index: -1;
  border-radius: .5rem;
  position: absolute;
  inset: 0;
}

@media (width >= 1000px) {
  .hero-slide-text-container {
    max-width: var(--text-bg-max-width, 48.75rem);
  }

  .position-desktop-bottomLeft .hero-slide-text-container, .position-desktop-bottomCenter .hero-slide-text-container, .position-desktop-bottomRight .hero-slide-text-container {
    margin-bottom: calc(var(--text-bg-padding, 2rem)  + 1.75rem);
  }
}

.hero-slide-subheader {
  letter-spacing: .1em;
  font-weight: var(--skin-font-weight-bold);
  color: var(--skin-main-text-color-1);
  margin-bottom: .5rem;
}

.hero-slide-header {
  color: var(--skin-main-text-color-1);
  margin-bottom: .75rem;
  line-height: 1.1;
}

.hero-slide-subtitle {
  color: var(--skin-main-text-color-1);
  margin-bottom: 1rem;
}

.hero-slide-ctas {
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.5rem;
  display: flex;
}

@media (width >= 1000px) {
  .hero-slide-ctas {
    gap: 1rem;
  }
}


/*# sourceMappingURL=heroSlide.css.map*/