@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; }

.full-width-heading-body {
  padding: 2rem 1.375rem; }
  @media (min-width: 1024px) {
    .full-width-heading-body {
      padding: 0rem 0rem 2rem 0rem;
      max-width: 53.125rem;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .full-width-heading-body .heading {
    margin-bottom: 1.625rem; }
  .full-width-heading-body h1, .full-width-heading-body h2, .full-width-heading-body h3, .full-width-heading-body h4, .full-width-heading-body p {
    font-family: "Myriad Pro Bold Cond"; }
  .full-width-heading-body .description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 1rem;
    color: #626366;
    line-height: 20px; }
    @media (min-width: 1024px) {
      .full-width-heading-body .description {
        -ms-flex-direction: row;
            flex-direction: row;
        font-size: 1.25rem;
        color: #626366;
        line-height: 24px; } }
    .full-width-heading-body .description .column-1,
    .full-width-heading-body .description .column-1 {
      -ms-flex: 1;
          flex: 1; }
    @media (min-width: 1024px) {
      .full-width-heading-body .description .column-1:nth-child(2) {
        margin-left: 3.125rem; } }
    .full-width-heading-body .description ul, .full-width-heading-body .description ol {
      padding-left: 1rem; }
  .full-width-heading-body.itinerary-text .title {
    font-family: "Myriad Pro Bold Cond";
    margin-bottom: 1rem;
    font-size: 1.625rem;
    color: #231f20;
    line-height: 31px; }
    @media (min-width: 1024px) {
      .full-width-heading-body.itinerary-text .title {
        font-size: 2rem;
        color: #231f20;
        line-height: 38px; } }
  .full-width-heading-body.itinerary-text .sub-title {
    letter-spacing: 0.165em;
    font-family: 700;
    font-size: 1rem;
    color: #d82128;
    line-height: 24px;
    margin-bottom: 1.25rem; }
  .full-width-heading-body.itinerary-text p {
    font-size: 1rem;
    color: #626366;
    line-height: 24px; }
    @media (min-width: 1024px) {
      .full-width-heading-body.itinerary-text p {
        font-size: 1.25rem;
        color: #626366;
        line-height: 30px; } }
  .full-width-heading-body.itinerary-text .sub-heading {
    margin-bottom: 0.625rem;
    font-size: 1rem;
    color: #626366;
    line-height: 24px; }
    @media (min-width: 1024px) {
      .full-width-heading-body.itinerary-text .sub-heading {
        font-size: 1.25rem;
        color: #626366;
        line-height: 30px; } }
  .full-width-heading-body.itinerary-text ul {
    padding-left: 1.625rem;
    color: #d82128; }
    .full-width-heading-body.itinerary-text ul li {
      margin-bottom: 0.625rem; }
  .full-width-heading-body.itinerary-text a {
    text-decoration: underline;
    text-underline-position: under;
    font-size: 1rem;
    color: #d82128;
    line-height: 24px; }
    @media (min-width: 1024px) {
      .full-width-heading-body.itinerary-text a {
        font-size: 1.25rem;
        color: #d82128;
        line-height: 30px; } }
  .full-width-heading-body.accordion-component .title {
    font-family: "Myriad Pro Bold Cond";
    font-size: 1.875rem;
    color: #000;
    line-height: 36px; }
    @media (min-width: 1024px) {
      .full-width-heading-body.accordion-component .title {
        font-size: 3rem;
        color: #000;
        line-height: 58px; } }
  .full-width-heading-body.dynamic-accrdion-component #accordion .card {
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #c7c8ca;
    background-color: unset;
    border-radius: 0; }
    .full-width-heading-body.dynamic-accrdion-component #accordion .card .accrdion-heading {
      cursor: pointer;
      font-size: 1rem;
      color: #626366;
      line-height: 19px;
      padding: 2rem 0rem;
      border-bottom: none;
      font-family: "Myriad Pro Bold Cond"; }
      @media (min-width: 1024px) {
        .full-width-heading-body.dynamic-accrdion-component #accordion .card .accrdion-heading {
          font-size: 1.5rem;
          color: #626366;
          line-height: 29px; } }
      .full-width-heading-body.dynamic-accrdion-component #accordion .card .accrdion-heading::after {
        content: "+";
        font-size: 1.875rem;
        font-family: 700;
        float: right; }
      .full-width-heading-body.dynamic-accrdion-component #accordion .card .accrdion-heading.active {
        color: #d82128; }
        .full-width-heading-body.dynamic-accrdion-component #accordion .card .accrdion-heading.active::after {
          content: '_';
          position: absolute;
          top: 1.25rem;
          right: 0; }
      .full-width-heading-body.dynamic-accrdion-component #accordion .card .accrdion-heading:hover {
        color: #d82128; }
    .full-width-heading-body.dynamic-accrdion-component #accordion .card .accordion-description {
      display: none; }
      .full-width-heading-body.dynamic-accrdion-component #accordion .card .accordion-description .card-body {
        padding: 0;
        padding-bottom: 2rem; }
        @media (min-width: 1024px) {
          .full-width-heading-body.dynamic-accrdion-component #accordion .card .accordion-description .card-body {
            max-width: 46.25rem;
            width: 100%; } }
        .full-width-heading-body.dynamic-accrdion-component #accordion .card .accordion-description .card-body img {
          max-width: 100%; }
        .full-width-heading-body.dynamic-accrdion-component #accordion .card .accordion-description .card-body a {
          color: #d82128; }
          .full-width-heading-body.dynamic-accrdion-component #accordion .card .accordion-description .card-body a:hover {
            text-decoration: underline;
            text-underline-position: under; }
  .full-width-heading-body.dynamic-accrdion-component #accordion .experience-commerce_assets-accordionComponent:last-child .card {
    border-bottom: 0; }
