:root {
  --promoCarouselItem: var(--hpCarouselCard-bg);
  --hpCarouselCard-bg: var(--promoCard);
  --promoCard: var(--themePrimary);
  --promoCardTitle: var(--themeSecondary);
  --promoCardBodyText: var(--white);
  --promoCardTitleHover: var(--white);
  --promoCardOpacity: 0.5;
  --promoCardborderRadius: 15px;
  --promoCardborderRadiusBtn: 15px 0 0 0;
  --promoCatBg: var(--white);
  --promoCatTextColor: var(--black);
  --swiperArrowsColor: var(--themePrimaryLight);
  --swiperBulletColor: var(--themePrimaryLight); }

.promotions-slider-root {
  display: none; }
  .promotions-slider-root.swiper-initialized {
    display: flex; }

.promotion-slider {
  padding: 0;
  overflow: hidden;
  margin: 45px auto;
  position: relative;
  padding-bottom: 30px;
  width: 100%; }
  @media (min-width: 320px) and (max-width: 768px) and (min-height: 700px) and (max-height: 1050px) {
    .promotion-slider {
      margin: 20px auto; } }
  @media only screen and (max-width: 992px) {
    .promotion-slider {
      margin: 20px auto 0px auto;
      padding-left: 20px; } }
  .promotion-slider__prev, .promotion-slider__more {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 5;
    height: calc(100% - 30px);
    width: 50px;
    top: 0;
    pointer-events: none; }
    @media only screen and (max-width: 769px) {
      .promotion-slider__prev, .promotion-slider__more {
        width: 35px; } }
    .promotion-slider__prev .swiper-button-disabled, .promotion-slider__more .swiper-button-disabled {
      display: none; }
      .promotion-slider__prev .swiper-button-disabled span:before, .promotion-slider__more .swiper-button-disabled span:before {
        opacity: 0.3;
        color: var(--white); }
    .promotion-slider__prev span, .promotion-slider__more span {
      height: 50px; }
      .promotion-slider__prev span:before, .promotion-slider__more span:before {
        display: flex;
        justify-items: center;
        align-content: center;
        align-items: center;
        height: 100%;
        color: var(--swiperArrowsColor);
        font-size: 55px;
        text-shadow: 0 0 15px #0000004d;
        pointer-events: all; }
        @media only screen and (max-width: 769px) {
          .promotion-slider__prev span:before, .promotion-slider__more span:before {
            font-size: 25px; } }
  .promotion-slider__prev {
    left: 0; }
    .promotion-slider__prev span:before {
      font-family: "global-icon";
      content: "\e918";
      font-style: normal; }
  .promotion-slider__more {
    right: 0; }
    .promotion-slider__more span:before {
      font-family: "global-icon";
      content: "\e919";
      font-style: normal; }
  .promotion-slider_slide {
    background: var(--promoCarouselItem);
    overflow: hidden;
    height: auto !important;
    position: relative;
    transition: all  0.5s ease-in-out;
    display: flex !important;
    flex-flow: column nowrap;
    border-radius: var(--promoCardborderRadius);
    align-self: stretch; }
    .promotion-slider_slide .button-container {
      display: inline-flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
      width: 100%;
      max-width: none;
      padding: 0 25px 25px 25px; }
      @media only screen and (max-width: 992px) {
        .promotion-slider_slide .button-container {
          padding: 0 15px 15px 15px; } }
      .promotion-slider_slide .button-container .btn {
        flex-shrink: 1;
        width: 100%;
        min-width: 0; }
    .promotion-slider_slide_anchore {
      display: flex;
      flex-flow: column nowrap;
      align-items: center; }
    .promotion-slider_slide__inner {
      display: flex;
      flex-flow: column nowrap;
      align-items: center; }
  .promotion-slider .swiper-horizontal > .swiper-pagination-bullets, .promotion-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
    transition: .3s opacity;
    z-index: 10;
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0 0;
    position: absolute;
    bottom: 0; }
    @media only screen and (max-width: 768px) {
      .promotion-slider .swiper-horizontal > .swiper-pagination-bullets, .promotion-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        display: none; } }
  .promotion-slider .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10; }
    .promotion-slider .swiper-pagination .swiper-pagination-bullet {
      border: solid 2px var(--swiperBulletColor);
      background: none;
      opacity: 0.5; }
      .promotion-slider .swiper-pagination .swiper-pagination-bullet-active {
        background: var(--swiperBulletColor);
        opacity: 1; }

.promotion-slide-img {
  content: "";
  width: 100%;
  position: relative;
  z-index: 0;
  order: 0;
  aspect-ratio: 16/6; }

.promotion-slide-content {
  display: flex;
  flex-flow: column nowrap;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
  order: 2;
  flex: 1 auto;
  justify-content: center; }
  .promotion-slide-content:hover .promotion-slide-content_body .title {
    color: var(--promoCardTitleHover); }
  .promotion-slide-content .promo-cat {
    background: var(--promoCatBg);
    color: var(--promoCatTextColor);
    width: fit-content;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 10px; }
  .promotion-slide-content_body {
    width: 100%;
    container-type: inline-size;
    padding: 25px;
    color: var(--promoCardBodyText); }
    @media only screen and (max-width: 992px) {
      .promotion-slide-content_body {
        padding: 15px; } }
    .promotion-slide-content_body .title {
      font-weight: 600;
      font-size: 24px;
      line-height: 1.1;
      margin: 20px 0 0 0;
      color: var(--promoCardTitle); }
    .promotion-slide-content_body p {
      margin: 20px 0;
      font-size: 14px;
      line-height: 1.1; }
      @media only screen and (min-width: 992px) {
        .promotion-slide-content_body p {
          font-size: 16px; } }

.promotion-slider-slide__sigterms {
  display: inline-block;
  font-size: 9px;
  line-height: 13px;
  margin: auto 0 0 0;
  padding: 0 25px 25px 25px;
  color: var(--sigTermsColour); }
  @media only screen and (max-width: 992px) {
    .promotion-slider-slide__sigterms {
      padding: 0 15px 15px 15px; } }
  .promotion-slider-slide__sigterms .link {
    text-decoration: underline; }
  .promotion-slider-slide__sigterms a {
    text-decoration: underline;
    color: var(--sigTermsColour); }
    .promotion-slider-slide__sigterms a:hover {
      color: var(--sigTermsColourLink); }

.cta-slider {
  display: flex;
  justify-content: flex-end; }
  .cta-slider .btn--large {
    border-radius: var(--promoCardborderRadiusBtn) !important; }
