@use 'sass:string';
@use 'sass:list';
.priamry-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #d82128;
  padding-bottom: 0.25rem;
  position: relative; }
  .priamry-link::after {
    content: '';
    position: absolute;
    background: url("../../../../images/right-arrow-red.svg");
    width: 1.5rem;
    top: 0.375rem;
    right: -2.5rem;
    height: 0.9375rem;
    background-size: 100%; }
  .priamry-link:hover {
    color: #231f20;
    text-decoration: none; }
  .priamry-link.disabled, .priamry-link:disabled {
    color: #626366;
    pointer-events: none; }
    .priamry-link.disabled::after, .priamry-link:disabled::after {
      background: url("../../../../images/right-arrow-gray.svg"); }
    .priamry-link.disabled:hover, .priamry-link:disabled:hover {
      text-decoration: none; }

.seconday-link {
  font-size: 1.125rem;
  color: #231f20;
  line-height: 22px;
  font-weight: bold;
  border-bottom: 2px solid #231f20;
  padding-bottom: 0.25rem; }
  .seconday-link:hover {
    color: #d82128;
    text-decoration: none;
    border-bottom: 2px solid #d82128; }
  .seconday-link.disabled, .seconday-link:disabled {
    color: #626366;
    pointer-events: none;
    border-bottom: 2px solid #626366; }
    .seconday-link.disabled:hover, .seconday-link:disabled:hover {
      text-decoration: none; }

.tertiary-link {
  font-size: 0.75rem;
  color: #d82128;
  line-height: 14px;
  font-weight: bold;
  text-decoration: underline; }
  .tertiary-link:hover {
    color: #d82128;
    text-decoration: underline; }
  .tertiary-link.disabled, .tertiary-link:disabled {
    color: #626366;
    pointer-events: none; }
    .tertiary-link.disabled:hover, .tertiary-link:disabled:hover {
      text-decoration: none; }

.btn {
  text-transform: capitalize;
  height: 3.375rem;
  border-radius: 2rem;
  min-width: 8.125rem;
  padding: 1rem 2.375rem;
  max-width: 21.875rem;
  margin: auto;
  font-family: "Myriad Pro Bold Cond"; }

button {
  -webkit-appearance: none;
  border: none;
  font-weight: 700; }

button:focus,
button:active,
button:hover,
button:visited,
button:focus-within {
  outline: none !important; }

.btn-primary {
  background: #d82128;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-primary.disabled {
    pointer-events: none; }
    .btn-primary.disabled:hover {
      text-decoration: none; }
  .btn-primary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #626366;
    background: #c7c8ca; }

.btn-secondary {
  background: #231f20;
  font-weight: 700;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-secondary.disabled {
    pointer-events: none; }
    .btn-secondary.disabled:hover {
      text-decoration: none; }
  .btn-secondary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #c7c8ca;
    background: #626366; }

.btn-tertiary {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none; }
  .btn-tertiary.disabled {
    pointer-events: none; }
    .btn-tertiary.disabled:hover {
      text-decoration: none; }
  .btn-tertiary:hover {
    color: #fff;
    background: #971b1e; }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #626366;
    background: #f3f3f3; }

.btn-with-border {
  background: #fff;
  font-weight: 700;
  color: #000;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  border: none;
  border: 1px solid #d82128; }
  .btn-with-border.disabled {
    pointer-events: none; }
    .btn-with-border.disabled:hover {
      text-decoration: none; }
  .btn-with-border:hover {
    color: #fff;
    background: #971b1e; }
  .btn-with-border.disabled, .btn-with-border:disabled {
    color: #626366;
    background: #f3f3f3; }

.loyalty-program {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #f3f3f3; }
  .loyalty-program.container {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .loyalty-program .banner-image-section .desktop-image {
    height: 30vh;
    object-fit: cover;
    width: 100%; }
    @media (min-width: 768px) {
      .loyalty-program .banner-image-section .desktop-image {
        height: unset;
        object-fit: unset; } }
  .loyalty-program .text-paragraph {
    text-align: center; }
    @media (min-width: 768px) {
      .loyalty-program .text-paragraph {
        text-align: left; } }
    .loyalty-program .text-paragraph .text-h2 {
      font-family: "Myriad Pro Bold Cond";
      text-align: center;
      margin-bottom: 0;
      padding: 1.75rem 0rem 1.375rem 0rem; }
      @media (min-width: 1024px) {
        .loyalty-program .text-paragraph .text-h2 {
          font-size: 4rem;
          line-height: 4.8125rem;
          text-align: left; } }
      .loyalty-program .text-paragraph .text-h2.true {
        font-size: 2.25rem;
        color: #d82128;
        line-height: 43px; }
        @media (min-width: 1024px) {
          .loyalty-program .text-paragraph .text-h2.true {
            font-size: 3rem;
            color: #d82128;
            line-height: 58px;
            padding: 1.25rem 0rem 0.625rem 0rem; } }
    .loyalty-program .text-paragraph .text-b1 {
      font-family: "Myriad Pro Regular";
      font-weight: normal; }
      @media (min-width: 768px) {
        .loyalty-program .text-paragraph .text-b1 {
          -ms-flex-preferred-size: 65%;
              flex-basis: 65%; } }
    @media (min-width: 1024px) {
      .loyalty-program .text-paragraph .button-spec {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .loyalty-program .text-paragraph .button-spec .text-b1 {
      margin-bottom: 1.5625rem;
      text-align: center; }
      @media (min-width: 768px) {
        .loyalty-program .text-paragraph .button-spec .text-b1 {
          margin-bottom: 1.875rem; } }
      @media (min-width: 1024px) {
        .loyalty-program .text-paragraph .button-spec .text-b1 {
          text-align: left;
          font-size: 1.25rem;
          line-height: 1.875rem; } }
    .loyalty-program .text-paragraph .button-spec .btn {
      font-family: "Myriad Pro Bold Cond";
      width: 100%;
      margin-bottom: 1.5625rem; }
      @media (min-width: 768px) {
        .loyalty-program .text-paragraph .button-spec .btn {
          display: block;
          width: auto;
          margin: auto;
          margin-bottom: 1.5625rem;
          padding: 1rem 1.625rem; } }
      @media (min-width: 1024px) {
        .loyalty-program .text-paragraph .button-spec .btn {
          margin: unset; } }
    .loyalty-program .text-paragraph .button-spec .nomal-link {
      font-family: "Myriad Pro Bold Cond";
      font-size: 1.125rem;
      color: #231f20;
      line-height: 22px;
      text-decoration: underline;
      -webkit-text-decoration-color: #d82128;
              text-decoration-color: #d82128;
      text-underline-position: under;
      display: block;
      text-align: center;
      margin-bottom: 1.875rem; }
  .loyalty-program.bottom .banner-image-section {
    -ms-flex-order: 2;
        order: 2; }
  .loyalty-program.true {
    position: relative; }
    .loyalty-program.true .special-message {
      position: absolute;
      background: #c7c8ca;
      border-radius: 10px;
      color: #231f20;
      font-family: "Myriad Pro Bold Cond";
      padding: 0.1875rem 0.9375rem 0.125rem;
      top: 3.125rem;
      left: 2.5rem; }
      @media (min-width: 768px) {
        .loyalty-program.true .special-message {
          left: 3.125rem; } }

.loyalty-program-PDP .banner-image-section img {
  width: 100%; }

.loyalty-program-PDP .banner-text-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 1024px) {
    .loyalty-program-PDP .banner-text-block {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .loyalty-program-PDP .banner-text-block .text-paragraph {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding-top: 2.5rem;
    -ms-flex-order: 2;
        order: 2; }
    .loyalty-program-PDP .banner-text-block .text-paragraph .text-heading .heading-one {
      font-size: 0.875rem;
      color: #d82128;
      line-height: 24px;
      text-align: center;
      font-family: "Myriad Pro Bold"; }
      @media (min-width: 1024px) {
        .loyalty-program-PDP .banner-text-block .text-paragraph .text-heading .heading-one {
          font-size: 1rem;
          color: #d82128;
          line-height: 24px;
          text-align: left; } }
    .loyalty-program-PDP .banner-text-block .text-paragraph .text-heading-two .heading-two {
      font-size: 2.25rem;
      color: #231f20;
      line-height: 43px;
      text-align: center;
      font-family: "Myriad Pro Bold Cond"; }
      @media (min-width: 1024px) {
        .loyalty-program-PDP .banner-text-block .text-paragraph .text-heading-two .heading-two {
          font-size: 2.875rem;
          color: #231f20;
          line-height: 58px;
          text-align: left; } }
    @media (min-width: 768px) {
      .loyalty-program-PDP .banner-text-block .text-paragraph .button-spec {
        text-align: center; } }
    @media (min-width: 1024px) {
      .loyalty-program-PDP .banner-text-block .text-paragraph .button-spec {
        text-align: left; } }
    .loyalty-program-PDP .banner-text-block .text-paragraph .button-spec p {
      font-size: 1rem;
      color: #231f20;
      line-height: 19px;
      margin-bottom: 2.25rem;
      text-align: center; }
      @media (min-width: 1024px) {
        .loyalty-program-PDP .banner-text-block .text-paragraph .button-spec p {
          text-align: left;
          max-width: 43.125rem;
          width: 100%; } }
    .loyalty-program-PDP .banner-text-block .text-paragraph .button-spec .btn {
      width: 100%;
      min-width: 100%; }
      @media (min-width: 768px) {
        .loyalty-program-PDP .banner-text-block .text-paragraph .button-spec .btn {
          min-width: 13.75rem; } }
      @media (min-width: 1024px) {
        .loyalty-program-PDP .banner-text-block .text-paragraph .button-spec .btn {
          width: auto; } }
  .loyalty-program-PDP .banner-text-block .banner-bottom-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 1;
        order: 1;
    text-align: center; }
    .loyalty-program-PDP .banner-text-block .banner-bottom-image img {
      width: 40%; }
      @media (min-width: 1024px) {
        .loyalty-program-PDP .banner-text-block .banner-bottom-image img {
          width: 90%; } }
    @media (min-width: 1024px) {
      .loyalty-program-PDP .banner-text-block .banner-bottom-image {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        -ms-flex-order: 2;
            order: 2;
        text-align: right; } }

.loyalty-program-PDP.white_theme {
  background: #fff; }

.loyalty-program-PDP.red_theme {
  background: linear-gradient(#d82128 0%, #971b1e 100%); }
  .loyalty-program-PDP.red_theme .banner-text-block .text-paragraph .text-heading .heading-one {
    color: #fff; }
  .loyalty-program-PDP.red_theme .banner-text-block .text-paragraph .text-heading-two .heading-two {
    color: #fff; }
  .loyalty-program-PDP.red_theme .banner-text-block .text-paragraph .button-spec p {
    color: #fff; }
