.amplienceComponent .athleteTag > div {
  background: transparent;
  display: inline;
  font: inherit;
  font-size: 10px;
  gap: 8px;
  letter-spacing: 1px;
  overflow-wrap: break-word;
  position: absolute;
  width: 100%;
  padding: 20px;
}
.amplienceComponent .athleteTag > div.posX--50 {
  left: 0;
}
.amplienceComponent .athleteTag > div.posX-50, .amplienceComponent .athleteTag > div.posX-0 {
  right: 0;
  text-align: right;
}
.amplienceComponent .athleteTag > div.posY--50 {
  top: 0;
}
.amplienceComponent .athleteTag > div.posY-50, .amplienceComponent .athleteTag > div.posY-0 {
  bottom: 0;
}
.amplienceComponent .athleteTag > div .athleteInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .amplienceComponent .athleteTag > div .athleteInfo {
    gap: 3px;
  }
}
.amplienceComponent .athleteTag > div .athleteName {
  font-weight: 700;
  text-transform: uppercase;
}
.amplienceComponent .athleteTag > div.two-items {
  gap: 8px;
}
.amplienceComponent .athleteTag > div.two-items .athleteInfo {
  gap: 4px;
  margin-bottom: 8px;
}
.amplienceComponent .athleteTag > div.single-item {
  gap: 0;
}
@media (max-width: 768px) {
  .amplienceComponent .athleteTag > div {
    font-size: 8px;
    letter-spacing: 0.25px;
    padding: 8px;
  }
}

.amplienceComponent.category-grid-bottom > .section1 > .snipeText {
  padding-bottom: 4px;
  font-size: var(--font-size-h6);
}
.amplienceComponent.category-grid-bottom > .section1 > .title {
  padding-bottom: 16px;
  font-size: var(--font-size-h5);
  font-weight: 500;
}
.amplienceComponent.category-grid-bottom > .section1 > .headerText {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  line-height: 1.5;
}
.amplienceComponent.category-grid-bottom > .section1 > .headerText > p {
  font-size: 1em;
}
@media (max-width: 768px) {
  .amplienceComponent.category-grid-bottom > .section1 > .headerText {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.amplienceComponent.contentCarousel {
  --width-content-max: 1200px;
}
.amplienceComponent.contentCarousel > .teaserCtaSection {
  min-height: 60px;
  padding: 0 16px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .amplienceComponent.contentCarousel > .teaserCtaSection {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .amplienceComponent.contentCarousel > .teaserCtaSection > div > .row-1 {
    padding-top: 18px; /* teaserCtaSection sets this to 0 on mobile and we dont want that for contentCarousel */
  }
}
.amplienceComponent.contentCarousel > .teaserCtaSection > div > .row-1 .subHeaderText {
  margin-bottom: 10px;
}
.amplienceComponent.contentCarousel > .section-2 {
  padding: 0 16px;
  padding-bottom: 3rem;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner {
  --swiper-pagination-bottom: -34px;
  --swiper-navigation-sides-offset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 338px; /* Fixed height until JS loads to prevent layout shift */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  visibility: hidden; /* Hidden until JS loads */
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card {
  --card-header-font-size: var(--font-size-body);
  --card-header-font-weight: bold;
  --card-subheader-font-size: var(--font-size-p);
  --card-subheader-font-weight: bold;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .mediaA {
  display: block;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .mediaA .media-desktop,
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .mediaA .media-mobile {
  margin-bottom: 15px;
  width: 100%;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .media-desktop,
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .media-mobile {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* stylelint-disable-next-line property-no-unknown */
  aspect-ratio: 4/5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .media-desktop img,
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .media-mobile img {
  /* stylelint-disable-next-line property-no-unknown */
  aspect-ratio: unset;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper a.b-tile-name h3 {
  font-size: 12px;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper ul.b-swatches_circle {
  all: inherit;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 100%;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchContainer .swiper-slide {
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
  width: 20px !important;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchSwiperNext path,
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchSwiperPrev path {
  stroke: var(--color-text);
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchSwiperNext.swiper-button-disabled path,
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper .swatchesSwiperWrapper .swatchSwiperPrev.swiper-button-disabled path {
  stroke: #666;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselProductCard .productWrapper .productDetailWrapper > .productDetails {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .numberedCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .numberedCard .numberedCard__circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  width: 70px;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .numberedCard .numberedCard__circle .numberedCard__number {
  font-size: 30px;
  font-weight: 400;
  margin-top: 5px;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 15px;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper .teaser {
  text-decoration: none;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper .teaser .teaserHeader p {
  font-size: var(--card-header-font-size);
  font-weight: var(--card-header-font-weight);
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper .teaser .teaserSubheader {
  color: #5f5f5f;
  margin: 0.25rem 0 0.5rem;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .cardContainer .card .contentCarouselMarketingCard .productWrapper .productDetailWrapper .teaser .teaserSubheader p {
  font-size: var(--card-subheader-font-size);
  font-weight: var(--card-subheader-font-weight);
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-pagination-bullet-active {
  background-color: #000 !important;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-next::after,
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-prev::after {
  display: none;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-prev,
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-next {
  height: 25px !important;
  width: 25px !important;
  border-radius: 50% !important;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background-color: white;
  margin: 0 -12px;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-prev svg,
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-next svg {
  padding: 6px;
}
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-prev svg path,
.amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-next svg path {
  stroke: #666;
}
@media (max-width: 768px) {
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner {
    --swiper-pagination-bottom: -44px;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-pagination,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-prev,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner .swiper-button-next {
    display: none;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Carousel .swiper-pagination,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Carousel .swiper-button-prev,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Carousel .swiper-button-next {
    display: block;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Carousel .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    width: 100%;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Carousel .cardContainer .card {
    min-width: 80%;
    margin: 0 !important;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.875rem;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Grid .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.875rem;
    width: 100%;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Grid .cardContainer .card {
    max-width: calc(50% - 0.4375rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.4375rem);
            flex: 0 0 calc(50% - 0.4375rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 !important;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.875rem;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Stack .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.875rem;
    width: 100%;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Stack .cardContainer .card {
    min-width: 100%;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.875rem;
    width: 100%;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.875rem;
    width: 100%;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .b-tile,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .b-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .media,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .b-tile-variations_container,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .media,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .b-tile-variations_container {
    min-width: 50%;
  }
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .productDetailWrapper,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselProductCard .productWrapper .b-tile-info,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .productDetailWrapper,
  .amplienceComponent.contentCarousel > .section-2 > .section-2-inner.Compact.Stack .cardContainer .contentCarouselMarketingCard .productWrapper .b-tile-info {
    min-width: 50%;
    max-width: 50%;
    padding: 0.875rem;
  }
}
.amplienceComponent.contentCarousel > .section-2 .commonCta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  padding-top: 4rem;
}
.amplienceComponent.contentCarousel > .section-2 .commonCta > a.button {
  background-color: var(--color-text);
  border-radius: 0.25rem;
  color: var(--color-background);
  font-weight: 500;
  line-height: 2.7rem;
  max-width: 212px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 768px) {
  .amplienceComponent.contentCarousel > .section-2 .commonCta > a.button {
    max-width: 100%;
  }
}
.amplienceComponent.contentCarousel .b-tile-name {
  color: var(--color-text);
}
.amplienceComponent.contentCarousel .b-price-value {
  color: var(--color-text);
}
.amplienceComponent.contentCarousel .b-tile-badge_top_left {
  background-color: white;
  color: #1d1d1d;
}

.amplienceComponent.hero .teaserCtaSection {
  padding-top: 56px;
}
.amplienceComponent.hero .teaserCtaSection > div > .row-1 .subHeaderText {
  margin-bottom: 24px;
}
.amplienceComponent.hero4 > .section1 {
  position: relative;
}
.amplienceComponent.hero1 > .section1 {
  position: relative;
}
.amplienceComponent.hero1 > .section1 > .body {
  background-color: transparent !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  max-width: var(--bodyWidth);
}
.amplienceComponent.hero1 > .section1 > .body.posX--50 {
  left: 8%;
  max-width: calc(var(--bodyWidth) - 8%);
}
.amplienceComponent.hero1 > .section1 > .body.posX-0, .amplienceComponent.hero1 > .section1 > .body.posX-, .amplienceComponent.hero1 > .section1 > .body.posX-null {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.amplienceComponent.hero1 > .section1 > .body.posX-50 {
  right: 8%;
  max-width: calc(var(--bodyWidth) - 8%);
}
.amplienceComponent.hero1 > .section1 > .body.posY--50 {
  top: 70px;
}
.amplienceComponent.hero1 > .section1 > .body.posY-0, .amplienceComponent.hero1 > .section1 > .body.posY-, .amplienceComponent.hero1 > .section1 > .body.posX-null {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.amplienceComponent.hero1 > .section1 > .body.posY-50 {
  bottom: 70px;
}
.amplienceComponent.hero1 > .section1 > .body.posX-0.posY-0, .amplienceComponent.hero1 > .section1 > .body.posX-.posY-, .amplienceComponent.hero1 > .section1 > .body.posX-null.posY-null {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.amplienceComponent.hero1 > .section1 > .body > .row-1 > .snipeText {
  padding-bottom: 4px;
}
.amplienceComponent.hero1 > .section1 > .body > .row-1 > .snipeText p {
  font-size: var(--font-size-h6);
}
.amplienceComponent.hero1 > .section1 > .body > .row-1 > .headerText {
  margin: 4px 0 12px;
}
.amplienceComponent.hero1 > .section1 > .body > .row-1 > .headerText * {
  line-height: 1;
  letter-spacing: 2px;
  font-stretch: condensed;
}
.amplienceComponent.hero1 > .section1 > .body > .row-1 > .subHeaderText {
  margin-bottom: 24px;
}
.amplienceComponent.hero1 > .section1 > .body > .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.amplienceComponent.hero1 > .section1 > .body > .row-2 > a.button {
  background-color: var(--color-text);
  border-radius: 0.25rem;
  color: var(--color-background);
  font-size: 0.75rem;
  font-weight: 500;
  max-width: 288px;
  width: 212px;
  padding: 17px 0 13px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .amplienceComponent.hero1 > .teaserCtaSection {
    display: none;
  }
}

.b-products_grid-tile:has(.doubleInGrid) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66%;
          flex: 0 0 66.66%;
}
@media (max-width: 767px) {
  .b-products_grid-tile:has(.doubleInGrid) {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.amplienceComponent.doubleInGrid .media img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.amplienceComponent.singleInGrid .teaserCtaSection, .amplienceComponent.doubleInGrid .teaserCtaSection {
  padding: 16px 16px;
}
.amplienceComponent.singleInGrid .teaserCtaSection > div > .row-1, .amplienceComponent.doubleInGrid .teaserCtaSection > div > .row-1 {
  padding-top: 0;
}
.amplienceComponent.singleInGrid .teaserCtaSection > div > .row-1 > .headerText > p, .amplienceComponent.doubleInGrid .teaserCtaSection > div > .row-1 > .headerText > p {
  font-weight: bold;
  font-size: var(--font-size-h4);
}
.amplienceComponent.singleInGrid .teaserCtaSection > div > .row-2 > a.button, .amplienceComponent.doubleInGrid .teaserCtaSection > div > .row-2 > a.button {
  /* outline button style for ingrid CTAs */
  background-color: var(--color-background);
  border: 1px solid var(--color-text);
  color: var(--color-text);
}
.amplienceComponent.singleInGrid .teaserCtaSection > div > .row-2 > a.button:hover, .amplienceComponent.doubleInGrid .teaserCtaSection > div > .row-2 > a.button:hover {
  opacity: 0.8;
}

.amplienceComponent .media img {
  /* stylelint-disable */
  aspect-ratio: calc(var(--width) / var(--height));
  /* stylelint-enable */
  display: block;
  width: 100%;
}

.amplienceComponent .teaserCtaSection {
  padding: 56px 16px;
}
.amplienceComponent .teaserCtaSection > div {
  margin: 0 auto;
  width: var(--desktopWidth);
}
@media (max-width: 768px) {
  .amplienceComponent .teaserCtaSection > div {
    width: var(--mobileWidth);
  }
}
.amplienceComponent .teaserCtaSection > div > .row-1 {
  padding-top: 18px;
}
@media (max-width: 768px) {
  .amplienceComponent .teaserCtaSection > div > .row-1 {
    padding-top: 0;
  }
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .snipeText {
  padding-bottom: 4px;
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .snipeText p {
  font-size: var(--font-size-h6);
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .headerText {
  margin: 4px 0 12px;
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .headerText * {
  line-height: 1.3;
  letter-spacing: 2px;
  font-stretch: condensed;
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .subHeaderText {
  margin-bottom: 12px;
}
.amplienceComponent .teaserCtaSection > div > .row-1 > .subHeaderText p {
  margin: unset;
}
.amplienceComponent .teaserCtaSection > div > .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.amplienceComponent .teaserCtaSection > div > .row-2 > a.button {
  background-color: var(--color-text);
  border-radius: 0.25rem;
  color: var(--color-background);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.7rem;
  max-width: 212px;
  padding-top: 4px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (max-width: 768px) {
  .amplienceComponent .teaserCtaSection > div > .row-2 > a.button {
    max-width: 100%;
  }
}

.amplienceComponent .video video {
  display: block;
  width: 100%;
}
.amplienceComponent .video > .playOverlay {
  display: none;
}
.amplienceComponent .video.experience-click-to-play, .amplienceComponent .video.experience-click-to-overlay, .amplienceComponent .video.experience-looping-to-overlay {
  position: relative;
}
.amplienceComponent .video.experience-click-to-play > .playOverlay, .amplienceComponent .video.experience-click-to-overlay > .playOverlay, .amplienceComponent .video.experience-looping-to-overlay > .playOverlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.amplienceComponent .video.experience-click-to-play > .playOverlay > .circle, .amplienceComponent .video.experience-click-to-overlay > .playOverlay > .circle, .amplienceComponent .video.experience-looping-to-overlay > .playOverlay > .circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  border-radius: 50%;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
}
.amplienceComponent .video.experience-click-to-play > .playOverlay > .circle > svg, .amplienceComponent .video.experience-click-to-overlay > .playOverlay > .circle > svg, .amplienceComponent .video.experience-looping-to-overlay > .playOverlay > .circle > svg {
  margin-left: 4px;
}
.amplienceComponent .video.experience-click-to-play > .dialog, .amplienceComponent .video.experience-click-to-overlay > .dialog, .amplienceComponent .video.experience-looping-to-overlay > .dialog {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  height: 90vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 80vw;
  /* stylelint-disable-next-line selector-pseudo-class-no-unknown */
}
@media (max-width: 768px) {
  .amplienceComponent .video.experience-click-to-play > .dialog, .amplienceComponent .video.experience-click-to-overlay > .dialog, .amplienceComponent .video.experience-looping-to-overlay > .dialog {
    height: 100%;
    width: 100%;
  }
}
.amplienceComponent .video.experience-click-to-play > .dialog:open, .amplienceComponent .video.experience-click-to-overlay > .dialog:open, .amplienceComponent .video.experience-looping-to-overlay > .dialog:open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.amplienceComponent .video.experience-click-to-play > .dialog::-ms-backdrop, .amplienceComponent .video.experience-click-to-overlay > .dialog::-ms-backdrop, .amplienceComponent .video.experience-looping-to-overlay > .dialog::-ms-backdrop {
  background: rgba(0, 0, 0, 0.9);
}
.amplienceComponent .video.experience-click-to-play > .dialog::backdrop, .amplienceComponent .video.experience-click-to-overlay > .dialog::backdrop, .amplienceComponent .video.experience-looping-to-overlay > .dialog::backdrop {
  background: rgba(0, 0, 0, 0.9);
}
.amplienceComponent .video.experience-click-to-play > .dialog .dialogContent, .amplienceComponent .video.experience-click-to-overlay > .dialog .dialogContent, .amplienceComponent .video.experience-looping-to-overlay > .dialog .dialogContent {
  position: relative;
}
.amplienceComponent .video.experience-click-to-play > .dialog .dialogClose, .amplienceComponent .video.experience-click-to-overlay > .dialog .dialogClose, .amplienceComponent .video.experience-looping-to-overlay > .dialog .dialogClose {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: unset;
  border-width: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
}

.amplienceComponent {
  --color-background: white;
  --color-text: #1d1d1d;
  --width-content-max: 1440px;
  /* stylelint-disable-next-line property-no-unknown */
  color-scheme: light;
  background-color: var(--color-background);
  color: var(--color-text);
  --font-size-body: 14px;
  --font-size-p: 0.875em;
  --font-size-h1: 4em;
  --font-size-h2: 3em;
  --font-size-h3: 2.5em;
  --font-size-h4: 2em;
  --font-size-h5: 1.5em;
  --font-size-h6: 1.3em;
  font-size: var(--font-size-body);
  line-height: 1.2;
}
.amplienceComponent.light,
.amplienceComponent .light {
  --color-background: white;
  --color-text: #1d1d1d;
  /* stylelint-disable-next-line property-no-unknown */
  color-scheme: light;
  background-color: var(--color-background);
  color: var(--color-text);
}
@media (min-width: 768px) {
  .amplienceComponent.desktop-light,
  .amplienceComponent .desktop-light {
    --color-background: white;
    --color-text: #1d1d1d;
    /* stylelint-disable-next-line property-no-unknown */
    color-scheme: light;
    background-color: var(--color-background);
    color: var(--color-text);
  }
}
@media (max-width: 768px) {
  .amplienceComponent.mobile-light,
  .amplienceComponent .mobile-light {
    --color-background: white;
    --color-text: #1d1d1d;
    /* stylelint-disable-next-line property-no-unknown */
    color-scheme: light;
    background-color: var(--color-background);
    color: var(--color-text);
  }
}
.amplienceComponent.dark,
.amplienceComponent .dark {
  --color-background: #1d1d1d;
  --color-text: white;
  /* stylelint-disable-next-line property-no-unknown */
  color-scheme: dark;
  background-color: var(--color-background);
  color: var(--color-text);
}
@media (min-width: 768px) {
  .amplienceComponent.desktop-dark,
  .amplienceComponent .desktop-dark {
    --color-background: #1d1d1d;
    --color-text: white;
    /* stylelint-disable-next-line property-no-unknown */
    color-scheme: dark;
    background-color: var(--color-background);
    color: var(--color-text);
  }
}
@media (max-width: 768px) {
  .amplienceComponent.mobile-dark,
  .amplienceComponent .mobile-dark {
    --color-background: #1d1d1d;
    --color-text: white;
    /* stylelint-disable-next-line property-no-unknown */
    color-scheme: dark;
    background-color: var(--color-background);
    color: var(--color-text);
  }
}
.amplienceComponent.display-false,
.amplienceComponent .display-false {
  display: none !important;
}
@media (max-width: 768px) {
  .amplienceComponent.desktop,
  .amplienceComponent .desktop, .amplienceComponent.mobileDisplay-false,
  .amplienceComponent .mobileDisplay-false {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .amplienceComponent.mobile,
  .amplienceComponent .mobile, .amplienceComponent.desktopDisplay-false,
  .amplienceComponent .desktopDisplay-false {
    display: none !important;
  }
}
.amplienceComponent.center,
.amplienceComponent .center,
.amplienceComponent .center-true {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .amplienceComponent.desktopCenter-true,
  .amplienceComponent .desktopCenter-true {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .amplienceComponent.mobileCenter-true,
  .amplienceComponent .mobileCenter-true {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .amplienceComponent {
    --font-size-h1: 2.5em;
    --font-size-h2: 2em;
    --font-size-h3: 1.5em;
    --font-size-h4: 1em;
    --font-size-h5: 1em;
    --font-size-h6: 1em;
  }
}
.amplienceComponent p {
  font-size: var(--font-size-p);
  margin: inherit;
}
.amplienceComponent hr {
  margin: inherit;
}
.amplienceComponent h1 {
  font-size: var(--font-size-h1);
}
.amplienceComponent h2 {
  font-size: var(--font-size-h2);
}
.amplienceComponent h3 {
  font-size: var(--font-size-h3);
}
.amplienceComponent h4 {
  font-size: var(--font-size-h4);
}
.amplienceComponent h5 {
  font-size: var(--font-size-h5);
}
.amplienceComponent h6 {
  font-size: var(--font-size-h6);
}
.amplienceComponent strong,
.amplienceComponent b {
  font-size: unset;
  font-weight: bold;
}
.amplienceComponent b,
.amplienceComponent i,
.amplienceComponent u {
  display: inline-block;
}
.amplienceComponent i {
  font-style: italic;
}
.amplienceComponent u {
  font-size: var(--font-size-p);
}
.amplienceComponent ul,
.amplienceComponent ol {
  all: unset;
  list-style-position: inside;
}
.amplienceComponent ul {
  list-style-type: disc;
}
.amplienceComponent ol {
  list-style-type: decimal;
  display: block;
}
.amplienceComponent *:not(.markdown) h1,
.amplienceComponent *:not(.markdown) h2,
.amplienceComponent *:not(.markdown) h3,
.amplienceComponent *:not(.markdown) h4,
.amplienceComponent *:not(.markdown) h5,
.amplienceComponent *:not(.markdown) h6 {
  font-weight: bold;
}
.amplienceComponent .pageCenter,
.amplienceComponent .pageCenter-true {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--width-content-max);
}

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