/** Shopify CDN: Minification failed

Line 721:11 Unexpected "{"
Line 721:20 Expected ":"
Line 722:12 Expected identifier but found whitespace
Line 722:14 Unexpected "{"
Line 722:23 Expected ":"
Line 725:11 Unexpected "{"
Line 725:20 Expected ":"

**/
/* Banner Base Styles */
.banner {
  display: flex;
  position: relative;
  flex-direction: column;
}

.banner__box {
  text-align: center;
  padding: 0 2%;
  position: relative;
  height: fit-content;
  align-items: center;
  width: 100%;
  word-wrap: break-word;
  z-index: 1;
}

/* Gradient continuity fix */
.banner__box.gradient {
  transform: perspective(0);
}

/* Banner Media */
.banner__media {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/* Banner Content */
.banner__content {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Banner Overlay */
.banner::after,
.banner__media::after {
  content: "";
  position: absolute;
  top: 0;
  background: #000000;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Text Styles */
.banner__heading {
  margin-bottom: 0;
  color: var(--text-white);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.banner__text p {
  color: var(--text-white);
  font-size: 20px;
  line-height: 25px;
  padding: 0.5rem 0;
}

/* Button Styles */
.banner__button a {
  display: inline-flex;
  flex-wrap: wrap;
  word-break: break-word;
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 20.5px;
  align-items: center;
}

.banner__button a:hover {
  text-decoration: underline;
}

.banner__button a svg {
  margin-left: 10px;
  height: 18px !important;
  width: 18px !important;
} 

.banner__box > * + .banner__buttons {
  margin-top: 2rem;
}

.banner__box .banner__heading + * {
  margin-top: 33px;
}

.banner__box > * + .banner__text {
  margin-top: 1.5rem;
}

.banner__box > * + * {
  margin-top: 33px;
}

.banner__box > *:first-child {
  margin-top: 0;
}

/* List Block Styles */
.block_banner_list_text {
  position: relative;
  color: var(--text-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.block_banner_list_text:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  right: -45px;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: white;
}

.block_banner_list_text:last-child:after {
  display: none;
}

.block_banner_list {
  display: flex;
  justify-content: center;
  column-gap: 90px;
  flex-wrap: wrap;
}

/* Slideshow Styles */
.banner--slideshow .slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: inherit;
}

.banner--slideshow .slide {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner--slideshow .slide.active {
  display: block;
}

.banner--slideshow .banner__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner--slideshow video,
.banner--slideshow .video--full__width-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner--slideshow .banner__content {
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Navigation buttons */
.banner--slideshow .slideshow-navigation-container {
  width: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}

.banner--slideshow .slideshow-navigation-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.banner--slideshow .slideshow-navigation-wrapper.banner__content--top-left,
.banner--slideshow .slideshow-navigation-wrapper.banner__content--middle-left,
.banner--slideshow .slideshow-navigation-wrapper.banner__content--bottom-left {
  justify-content: flex-start;
}

.banner--slideshow .slideshow-navigation-wrapper.banner__content--top-right,
.banner--slideshow .slideshow-navigation-wrapper.banner__content--middle-right,
.banner--slideshow .slideshow-navigation-wrapper.banner__content--bottom-right {
  justify-content: flex-end;
}

.banner--slideshow .slideshow-navigation-wrapper.banner__content--top-center,
.banner--slideshow .slideshow-navigation-wrapper.banner__content--middle-center,
.banner--slideshow .slideshow-navigation-wrapper.banner__content--bottom-center {
  justify-content: center;
}

.banner--slideshow .slideshow-navigation {
  position: relative;
  width: 100%;
  max-width: 71rem;
  min-width: 45rem;
  pointer-events: none;
  z-index: 10;
  display: flex;
  align-items: center;
}

.banner--slideshow .slideshow-navigation .slide-btn {
  position: absolute;
  cursor: pointer;
  width: 45px;
  height: 45px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  user-select: none;
  pointer-events: auto;
  transition: background 0.3s ease;
}

.banner--slideshow .slideshow-navigation .prev {
  left: 5rem;
}

.banner--slideshow .slideshow-navigation .next {
  right: 0;
}

.banner--slideshow .slideshow-navigation .prev svg {
  height: 12px !important;
  transform: rotate(90deg);
  margin-right: 2px;
  margin-bottom: 2px;
}

.banner--slideshow .slideshow-navigation .next svg {
  height: 12px !important;
  transform: rotate(-90deg);
  margin-left: 3px;
  margin-bottom: 2px;
}

.banner--slideshow .slideshow-navigation .slide-btn:hover {
  background: rgba(255, 255, 255, 0.35);
}

.banner--slideshow .slideshow-dots {
  position: relative;
  text-align: center;
  left: 50%;
  pointer-events: auto;
}

.banner--slideshow .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
  border: none;
}

.banner--slideshow .dot.active,
.banner--slideshow .dot:hover {
  background-color: white;
}

/* Mobile adjustments */
@media screen and (max-width: 749px) {
  .banner--slideshow .slideshow-navigation {
    padding: 0 2%; /* Reduced padding for mobile */
    bottom: 25px;
  }

  .banner--slideshow .slideshow-navigation .slide-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .banner--slideshow .dot {
    height: 10px;
    width: 10px;
    margin: 0 3px;
  }
}

/* Content positioning for slideshow */
.banner--slideshow .banner__content--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.banner--slideshow .banner__content--top-center {
  align-items: flex-start;
  justify-content: center;
}

.banner--slideshow .banner__content--top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.banner--slideshow .banner__content--middle-left {
  align-items: center;
  justify-content: flex-start;
}

.banner--slideshow .banner__content--middle-center {
  align-items: center;
  justify-content: center;
}

.banner--slideshow .banner__content--middle-right {
  align-items: center;
  justify-content: flex-end;
}

.banner--slideshow .banner__content--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.banner--slideshow .banner__content--bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.banner--slideshow .banner__content--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

/* Label styling for video clips */
.banner__box .banner__text.rte.body:first-child > p {
  background: #bb1f2e;
  border-radius: 8px;
  padding: 6px 12px;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

/* Placeholder media styling */
.placeholder-media {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  color: #666;
}

/* Mobile Styles (max-width: 749px) */
@media screen and (max-width: 749px) {
  /* Mobile content alignment */
  .banner--content-align-mobile-right .banner__box {
    text-align: right;
  }

  .banner--content-align-mobile-left .banner__box {
    text-align: left;
  }

  .banner--content-align-mobile-right .banner__buttons--multiple {
    justify-content: flex-end;
  }

  .banner--content-align-mobile-center .banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }

  /* Mobile banner heights */
  .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 28rem;
  }

  .banner--medium.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--medium.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 34rem;
  }

  .banner--large.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .banner--large.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 39rem;
  }

  .banner--small:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 28rem;
  }

  .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 34rem;
  }

  .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    min-height: 39rem;
  }

  /* Mobile stacked layout */
  .banner:not(.banner--stacked) {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .banner--stacked {
    height: auto;
  }

  .banner--stacked .banner__media {
    flex-direction: column;
  }

  .banner--mobile-bottom .banner__media,
  .banner--stacked:not(.banner--mobile-bottom) .banner__media {
    position: relative;
  }

  .banner--stacked.banner--adapt .banner__content {
    height: auto;
  }

  .banner:not(.banner--mobile-bottom) .banner__box {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
    position: absolute;
    height: auto;
  }

  .banner--stacked.banner--adapt:not(.banner--mobile-bottom) .banner__content {
    max-height: 100%;
    overflow: hidden;
    position: absolute;
  }

  .banner--stacked:not(.banner--adapt) .banner__media {
    position: relative;
  }

  .banner::before {
    display: none !important;
  }

  .banner--mobile-bottom:not(.banner--stacked) .banner__content {
    order: 2;
  }

  .banner--mobile-bottom:not(.banner--stacked) .banner__box.color-background-1 {
    background: transparent;
  }

  .banner--mobile-bottom::after,
  .banner--mobile-bottom .banner__media::after {
    display: none;
  }

  .banner--stacked .banner__box {
    width: 100%;
  }

  /* Mobile slideshow adjustments */
  .banner--slideshow .slideshow-container {
    position: relative;
    height: auto;
    min-height: 300px;
  }

  .banner--slideshow .slide {
    position: relative;
    height: auto;
    min-height: 300px;
  }

  .banner--slideshow .banner__media {
    position: absolute;
    height: auto;
    min-height: 300px;
  }

  .banner--slideshow video,
  .banner--slideshow .video--full__width-size {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    object-fit: cover;
  }

  .banner--slideshow .banner__content {
    position: relative;
    height: auto;
    z-index: 5;
  }

  /* Navigation buttons */
  .banner--slideshow .slideshow-navigation-container {
    width: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }

  .banner--slideshow .slideshow-navigation-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
  }

    .banner--slideshow .slideshow-navigation {
      position: relative;
      width: 100%;
      pointer-events: none;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: auto;
      max-width: none;
    }

  .banner--slideshow .slideshow-navigation .slide-btn {
    display: none;
  }

  .banner--slideshow .slideshow-navigation .prev svg {
    display: none;
  }

  .banner--slideshow .slideshow-navigation .next svg {
    display: none;
  }

  .banner__text.body p {
    font-size: 16px !important;
  }

  .banner__content .banner__button {
    display: none;
  }

  .banner__button {
    background-color: #202020;
    text-align: center;
    padding: 3px;
    position: relative;
    z-index: 2;
  }

  .banner__button a {
    font-size: 17px !important;
  }

  .banner__button a svg {
    height: 17px !important;
    width: 17px !important;
    width: 100%;
  }

  .banner--slideshow .slideshow-navigation .slide-btn:hover {
    background: rgba(255, 255, 255, 0.35);
  }

  .banner--slideshow .slideshow-dots {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    left: 0;
    pointer-events: auto;
  }

  .banner--slideshow .dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    border: none;
  }

  .banner--slideshow .dot.active,
  .banner--slideshow .dot:hover {
    background-color: white;
}

  .banner--slideshow.banner--mobile-bottom .slide {
    display: flex;
    flex-direction: column;
  }

  .banner--slideshow.banner--mobile-bottom .banner__media {
    order: 1;
  }

  .banner--slideshow.banner--mobile-bottom .banner__content {
    order: 2;
    position: relative;
  }

  .banner--slideshow.banner--small .slide,
  .banner--slideshow.banner--small .banner__media,
  .banner--slideshow.banner--small video {
    min-height: 28rem;
  }

  .banner--slideshow.banner--medium .slide,
  .banner--slideshow.banner--medium .banner__media,
  .banner--slideshow.banner--medium video {
    min-height: 34rem;
  }

  .banner--slideshow.banner--large .slide,
  .banner--slideshow.banner--large .banner__media,
  .banner--slideshow.banner--large video {
    min-height: 39rem;
  }

  /* Mobile typography adjustments */
  .banner__text p {
    font-size: 14px;
    line-height: 20px;
  }

  .banner__heading {
    font-size: 34px;
    line-height: 43px;
    margin: 22px 0px;
  }

  .block_banner_list_text:after {
    right: -25px;
  }

  .block_banner_list {
    column-gap: 50px;
  }

  .block_banner_list_text {
    font-size: 16px;
    line-height: 20px;
  }

  .banner__box > * + .banner__text {
    margin-top: 1.5rem;
  }

  #Banner-{{ section.id }}::after {
    opacity: {{ section.settings.image_overlay_opacity | divided_by: 100.0 }};
  }

  #Banner-{{ section.id }} .slideshow-container {
    touch-action: pan-y;
  }
}

/* Desktop Styles (min-width: 750px) */
@media screen and (min-width: 750px) {
  .banner {
    flex-direction: row;
  }

  .banner--small:not(.banner--adapt) {
    min-height: 42rem;
  }

  .banner--medium:not(.banner--adapt) {
    min-height: 56rem;
  }

  .banner--large:not(.banner--adapt) {
    min-height: 65rem;
  }

  .banner--slideshow.banner--small:not(.banner--adapt) {
    min-height: 42rem;
  }

  .banner--slideshow.banner--medium:not(.banner--adapt) {
    min-height: 56rem;
  }

  .banner--slideshow.banner--large:not(.banner--adapt) {
    min-height: 65rem;
  }

  .banner--slideshow .slideshow-container {
    min-height: inherit;
  }

  /* Desktop content positioning */
  .banner__content {
    padding: 5rem;
  }

  .banner__content.banner__content--top-left {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .banner__content.banner__content--top-center {
    align-items: flex-start;
    justify-content: center;
  }

  .banner__content.banner__content--top-right {
    align-items: flex-start;
    justify-content: flex-end;
  }

  .banner__content.banner__content--middle-left {
    align-items: center;
    justify-content: flex-start;
  }

  .banner__content.banner__content--middle-center {
    align-items: center;
    justify-content: center;
  }

  .banner__content.banner__content--middle-right {
    align-items: center;
    justify-content: flex-end;
  }

  .banner__content.banner__content--bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .banner__content.banner__content--bottom-center {
    align-items: flex-end;
    justify-content: center;
  }

  .banner__content.banner__content--bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
  }

  /* Desktop content alignment */
  .banner--content-align-right .banner__box {
    text-align: right;
  }

  .banner--content-align-left .banner__box {
    text-align: left;
  }

  .banner--content-align-left.banner--desktop-transparent .banner__box,
  .banner--content-align-right.banner--desktop-transparent .banner__box,
  .banner--medium.banner--desktop-transparent .banner__box {
    max-width: 68rem;
  }

  .banner--content-align-center .banner__buttons--multiple > * {
    flex-grow: 1;
    min-width: 22rem;
  }

  .banner--content-align-right .banner__buttons--multiple {
    justify-content: flex-end;
  }

  /* Desktop transparent styles */
  .banner--desktop-transparent .banner__box {
    background: transparent;
    max-width: 55rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  /* Desktop banner box sizing */
  .banner__box {
    width: auto;
    max-width: 71rem;
    min-width: 45rem;
  }

  .banner__box > * + .banner__text {
    margin-top: 2rem;
  }
}

/* Extra large screens */
@media screen and (min-width: 1400px) {
  .banner__box {
    max-width: 90rem;
  }
}

/* Small mobile screens (max-width: 399px) */
@media (max-width: 399px) {
  .banner__heading {
    font-size: 28px;
    line-height: 38px;
  }
}

/* Very small mobile screens (max-width: 349px) */
@media (max-width: 349px) {
  .banner__heading {
    font-size: 20px;
    line-height: 30px;
  }

  .block_banner_list {
    column-gap: 32px;
  }

  .block_banner_list_text:after {
    right: -16px;
  }
}

/* Adapt height banners */
.banner--adapt,
.banner--adapt_image.banner--mobile-bottom .banner__media:not(.placeholder) {
  height: auto;
}