@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #434343; }

.btn-primary {
  background-color: #05405A;
  border-color: #05405A;
  color: #fff; }
  .btn-primary:hover {
    background-color: #07587c;
    border-color: #07587c; }

.btn-secondary {
  background-color: #3C6A7E;
  border-color: #3C6A7E;
  color: #fff; }
  .btn-secondary:hover {
    background-color: #487e96;
    border-color: #487e96; }

.button-next {
  background-color: #05405A;
  color: #fff !important;
  border-color: #05405A; }

.button-back {
  background-color: #3C6A7E;
  color: #fff !important;
  border-color: #3C6A7E; }

.button-next,
.button-back {
  align-items: center;
  border-radius: 0.35rem;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-width: 7rem;
  padding-block: 0.7rem;
  padding-inline: 2rem; }
  .button-next:hover,
  .button-back:hover {
    background-color: #ef5b5b;
    color: #fff;
    border-color: #ef5b5b; }

a:link, a:active, a:visited {
  color: inherit;
  text-decoration: none; }

.top-strip {
  background-color: #05405A;
  color: #fff; }
  .top-strip .top-strip__version {
    font-size: 0.7rem;
    opacity: 0.75; }

.main-navbar {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-shadow: 0 0 10px -5px #000; }
  .main-navbar .s4h-navbar__logo {
    display: block;
    max-height: 3.75rem;
    max-width: 100%;
    width: auto; }
  .main-navbar .s4h-navbar__social {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    font-size: 0.7rem;
    font-weight: 700;
    height: 1.65rem;
    justify-content: center;
    text-decoration: none;
    width: 1.65rem; }
  .main-navbar .s4h-social-icon {
    display: inline-block;
    fill: currentColor;
    height: 0.95rem;
    width: 0.95rem; }
  .main-navbar .s4h-navbar__city-logo {
    display: block;
    max-height: 3.6rem;
    max-width: 9.5rem;
    object-fit: contain;
    width: auto; }
  .main-navbar .main-menu-list {
    font-weight: 700;
    display: inline-block;
    font-size: 1.1rem; }
    .main-navbar .main-menu-list .menu-link {
      margin-left: 1rem;
      margin-right: 1rem; }
  .main-navbar .main-menu-options .s4h-language-switcher {
    position: relative; }
    .main-navbar .main-menu-options .s4h-language-switcher .summary {
      align-items: center;
      cursor: pointer;
      display: inline-flex;
      gap: 0.35rem;
      list-style: none; }
      .main-navbar .main-menu-options .s4h-language-switcher .summary::-webkit-details-marker {
        display: none; }
      .main-navbar .main-menu-options .s4h-language-switcher .summary::after {
        border-left: 0.28rem solid transparent;
        border-right: 0.28rem solid transparent;
        border-top: 0.32rem solid currentColor;
        content: "";
        display: inline-block;
        height: 0;
        width: 0; }
    .main-navbar .main-menu-options .s4h-language-switcher .menu {
      background-color: #fff;
      border: 1px solid #dee2e6;
      border-radius: 0.35rem;
      box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.14);
      list-style: none;
      margin: 0.35rem 0 0;
      min-width: 10rem;
      padding: 0.35rem 0;
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 30; }
      .main-navbar .main-menu-options .s4h-language-switcher .menu .item {
        background: transparent;
        border: 0;
        display: block;
        font: inherit;
        font-size: 0.88rem;
        font-weight: 700;
        padding: 0.42rem 0.85rem;
        text-align: left;
        width: 100%; }
        .main-navbar .main-menu-options .s4h-language-switcher .menu .item:hover {
          color: #05405A; }
        .main-navbar .main-menu-options .s4h-language-switcher .menu .item.active {
          background-color: #05405A;
          color: #fff; }
          .main-navbar .main-menu-options .s4h-language-switcher .menu .item.active:hover {
            color: #fff !important; }

.s4h-progress {
  border-bottom-color: #05405A;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-style: solid;
  border-bottom-width: 1px; }
  .s4h-progress .s4h-progress-steps {
    margin-top: 0; }
    .s4h-progress .s4h-progress-steps .s4h-progress-step {
      display: inline-block;
      font-size: clamp(0.58rem, 1.2vw, 0.78rem);
      font-weight: 500;
      line-height: 1.25;
      min-width: 0;
      text-align: center; }
      .s4h-progress .s4h-progress-steps .s4h-progress-step .s4h-progress-label {
        width: 100%;
        display: block; }
      .s4h-progress .s4h-progress-steps .s4h-progress-step .s4h-progress-marker {
        background-color: #05405A;
        align-items: center;
        border-style: solid;
        border-width: 0.16rem;
        color: #fff;
        display: inline-flex;
        font-size: clamp(0.68rem, 1.4vw, 0.9rem);
        font-weight: 700;
        height: clamp(1.45rem, 3.1vw, 2.15rem);
        justify-content: center;
        margin-bottom: 0.55rem;
        text-decoration: none;
        width: clamp(1.45rem, 3.1vw, 2.15rem); }
        .s4h-progress .s4h-progress-steps .s4h-progress-step .s4h-progress-marker:hover, .s4h-progress .s4h-progress-steps .s4h-progress-step .s4h-progress-marker:focus {
          color: #fff;
          text-decoration: none; }
      .s4h-progress .s4h-progress-steps .s4h-progress-step.is-active {
        font-weight: 700; }
        .s4h-progress .s4h-progress-steps .s4h-progress-step.is-active .s4h-progress-marker {
          background-color: #ef5b5b;
          color: #fff;
          border-color: #ef5b5b; }
      .s4h-progress .s4h-progress-steps .s4h-progress-step.is-complete .s4h-progress-marker {
        background-color: #72BF52;
        color: #fff;
        border-color: #72BF52; }

@media (max-width: 575.98px) {
  .s4h-progress {
    padding-block: 0.85rem !important; }

  .s4h-progress-bar, .s4h-progress-steps {
    min-width: 0; }

  .s4h-progress-steps {
    gap: 0.2rem; }

  .s4h-progress-step {
    font-size: 0.52rem; }

  .s4h-progress-marker {
    height: 1.25rem;
    margin-bottom: 0.45rem;
    width: 1.25rem; } }
.s4h-hero {
  background-color: #05405A;
  color: #fff;
  min-height: 10.3rem;
  padding-block: 2.35rem; }
  .s4h-hero .eyebrow {
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
    text-transform: none;
    -webkit-text-stroke-width: 0.08rem;
    paint-order: stroke fill;
    text-align: center; }
  .s4h-hero .title {
    font-size: clamp(2.6rem, 4.8vw, 3.6rem);
    font-weight: 500;
    line-height: 1;
    -webkit-text-stroke-width: 0.24rem;
    paint-order: stroke fill;
    text-align: center; }
  .s4h-hero .missing-image {
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 1rem; }
  @media (max-width: 575.98px) {
    .s4h-hero .s4h-hero {
      min-height: 8rem;
      padding-block: 2rem; }
    .s4h-hero .eyebrow {
      font-size: 1rem; } }

.confirmation-consents {
  border-radius: 0.95rem;
  border-style: solid;
  border-width: 1px;
  margin-top: 1rem;
  padding: 0.85rem 0.95rem; }

.confirmation-consents-legend {
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.55rem; }

.confirmation-consents-item {
  display: block;
  font-size: 1rem;
  line-height: 1.35; }

.confirmation-consents-item:nth-of-type(n + 2) {
  margin-top: 0.5rem; }

.confirmation-consents-item input {
  margin-top: 0.12rem; }

.confirmation-consents-hint {
  font-size: 0.75rem;
  margin: 0.55rem 0 0; }

.s4h-section-header {
  margin-top: 2rem;
  padding-bottom: 0.85rem;
  color: #05405A; }
  .s4h-section-header .s4h-section-header__subtitle {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase; }
  .s4h-section-header .s4h-section-header__title {
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.15; }
  .s4h-section-header .s4h-section-header__badge {
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.55rem 0.85rem;
    background-color: #05405A;
    color: #fff; }

.s4h-counter-grid {
  margin-inline: auto; }

.s4h-counter {
  padding: 0; }
  .s4h-counter .s4h-counter__control {
    align-items: center;
    border-radius: 0.35rem;
    border-style: solid;
    border-width: 1px;
    border-color: #D6DBE1;
    box-shadow: 0 0 10px -5px #000;
    column-gap: 1.25rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 4rem;
    padding: 0.75rem 0.95rem 0.75rem 1rem; }
  .s4h-counter .s4h-counter__label {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
    min-width: 0; }
  .s4h-counter .s4h-counter__input-group {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    width: auto; }
  .s4h-counter .s4h-counter__button {
    align-items: center;
    border-radius: 50% !important;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.95rem;
    font-weight: 800;
    height: 1.7rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 1.7rem; }
  .s4h-counter .s4h-counter__input {
    appearance: none;
    border-radius: 0.35rem !important;
    border-style: solid;
    border-width: 1px;
    border-color: #D6DBE1;
    box-shadow: 0 0 10px -5px #000;
    flex: 0 0 5rem !important;
    font-size: 1.12rem;
    font-weight: 800;
    height: 2.55rem;
    line-height: 1;
    padding: 0 1.9rem 0 0.85rem;
    text-align: left;
    width: 5rem !important; }
  .s4h-counter .s4h-counter__input:focus {
    outline: 0.18rem solid color-mix(in srgb, currentColor 28%, transparent);
    outline-offset: 0.12rem; }

.rooms {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(13.5rem, 1fr));
  margin-bottom: 2rem; }
  .rooms .room-choice-control {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px; }
  .rooms .room-card {
    border-radius: 0.35rem;
    border-style: solid;
    border-width: 1px;
    border-color: #D6DBE1;
    box-shadow: 0 0 10px -5px #000;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-inline: auto;
    max-width: none;
    overflow: hidden;
    scroll-margin-top: 2rem;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%; }
  .rooms .room-card:hover,
  .rooms .room-card:focus-within {
    transform: translateY(-0.125rem); }
  .rooms .room-choice-control:checked + .room-card {
    box-shadow: 0 0 10px -5px #000; }
  .rooms .room-choice-control:focus-visible + .room-card {
    outline: 0.18rem solid var(--room-selected-color);
    outline-offset: 0.18rem; }
  .rooms .room-choice-control:checked + .room-card .radio {
    background-color: #05405A !important;
    border-color: #3C6A7E !important;
    box-shadow: inset 0 0 0 3px #fff !important; }
  .rooms .room-image {
    flex: 0 0 auto;
    height: clamp(8.5rem, 10vw, 11rem);
    overflow: hidden;
    position: relative;
    width: 100%; }
    .rooms .room-image img {
      display: block;
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .rooms .room-footer {
    align-items: center;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #D6DBE1;
    display: flex;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.65rem;
    flex: 1 1 auto;
    min-height: 4.1rem;
    padding: 0.85rem 1.05rem; }
  .rooms .room-footer__label {
    min-width: 0;
    overflow-wrap: anywhere; }
  .rooms .radio {
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    flex: 0 0 auto;
    height: 1rem;
    width: 1rem; }
  .rooms .s4h-room-section {
    margin-top: 0.4rem; }

@media (min-width: 576px) {
  .rooms {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 992px) {
  .rooms {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1200px) {
  .rooms {
    grid-template-columns: repeat(5, minmax(0, 1fr)); } }
.s4h-offer-table {
  margin-inline: auto;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  width: 100%; }
  .s4h-offer-table .table-responsive {
    contain: layout paint;
    clip-path: inset(0);
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto; }
  .s4h-offer-table .table {
    border-spacing: 0;
    font-size: 0.95rem;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: none;
    min-width: 100%;
    table-layout: fixed;
    width: max-content; }
  .s4h-offer-table .s4h-offer-table__first-column {
    width: 13rem; }
  .s4h-offer-table .s4h-offer-table__package-column {
    width: 11.25rem; }
  .s4h-offer-table th,
  .s4h-offer-table td {
    border-style: solid;
    border-width: 1px;
    overflow-wrap: anywhere;
    padding: 0.78rem 0.8rem;
    vertical-align: middle;
    white-space: normal;
    word-break: break-word; }
  .s4h-offer-table th {
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase; }
  .s4h-offer-table .s4h-offer-table__head-content {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
    max-width: 100%;
    min-width: 0; }
  .s4h-offer-table .s4h-offer-table__head-label {
    display: inline-block;
    min-width: 0;
    overflow-wrap: anywhere; }
  .s4h-offer-table .s4h-offer-table__tooltip {
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
    text-transform: none; }
  .s4h-offer-table .s4h-offer-table__tooltip-button {
    align-items: center;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    cursor: help;
    display: inline-flex;
    font-size: 0.72rem;
    font-weight: 800;
    height: 1.12rem;
    justify-content: center;
    line-height: 1;
    outline: none;
    text-align: center;
    transform: translateY(-0.03rem);
    transition: box-shadow 0.16s ease, transform 0.16s ease;
    vertical-align: middle;
    width: 1.12rem; }
  .s4h-offer-table .s4h-offer-table__tooltip-button:hover, .s4h-offer-table .s4h-offer-table__tooltip-button:focus {
    box-shadow: 0 0 0 0.18rem color-mix(in srgb, currentColor 18%, transparent);
    transform: translateY(-0.06rem); }
  .s4h-offer-table .s4h-offer-table__tooltip-panel {
    border-radius: 0.45rem;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1rem 2.5rem color-mix(in srgb, currentColor 16%, transparent);
    display: none;
    font-size: 0.82rem;
    font-weight: 500;
    left: 50%;
    line-height: 1.45;
    min-width: 15rem;
    padding: 0.8rem 0.95rem;
    position: absolute;
    text-align: left;
    text-transform: none;
    top: calc(100% + 0.7rem);
    transform: translateX(-50%);
    white-space: normal;
    z-index: 20; }
  .s4h-offer-table .s4h-offer-table__tooltip-arrow {
    border-style: solid;
    border-width: 0 0.55rem 0.55rem 0.55rem;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    bottom: 100%;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0; }
  .s4h-offer-table .s4h-offer-table__tooltip:hover .s4h-offer-table__tooltip-panel, .s4h-offer-table .s4h-offer-table__tooltip:focus-within .s4h-offer-table__tooltip-panel {
    display: block; }
  .s4h-offer-table .s4h-offer-table__tooltip-title {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 0.45rem;
    text-transform: uppercase; }
  .s4h-offer-table .s4h-offer-table__tooltip-description {
    display: block; }
  .s4h-offer-table th:first-child,
  .s4h-offer-table td:first-child {
    text-align: left; }
  .s4h-offer-table th:not(:first-child),
  .s4h-offer-table td:not(:first-child) {
    text-align: center; }
  .s4h-offer-table .btn-row td {
    padding: 0.45rem 0.5rem; }
  .s4h-offer-table .package-choice-control {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px; }
  .s4h-offer-table .choose {
    align-items: center;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: flex;
    font-size: 0.95rem;
    font-weight: 800;
    justify-content: center;
    min-width: 0;
    min-height: 2.75rem;
    overflow-wrap: anywhere;
    padding: 0.62rem 0.6rem;
    text-align: center;
    text-decoration: none;
    transition: filter 0.16s ease, opacity 0.16s ease;
    width: 100%; }
  .s4h-offer-table .choose:hover,
  .s4h-offer-table .choose:focus {
    filter: brightness(0.96);
    text-decoration: none; }
  .s4h-offer-table .s4h-offer-table__check-marker {
    align-items: center;
    display: inline-flex;
    font-size: 1.15rem;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-height: 1.25rem;
    min-width: 1.25rem; }

.calendar-picker {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-inline: auto;
  max-width: 70rem;
  user-select: none;
  width: 100%; }
  .calendar-picker .calendar {
    flex: 0 1 38rem;
    margin-inline: auto;
    max-width: 38rem;
    min-width: 0;
    width: 100%; }
    .calendar-picker .calendar .month {
      background-color: #05405A;
      color: #fff;
      align-items: center;
      display: flex;
      justify-content: space-between;
      min-height: 4rem;
      padding: 1rem 0.75rem; }
      .calendar-picker .calendar .month .inline-form {
        display: contents; }
      .calendar-picker .calendar .month .month-button {
        color: #fff;
        align-items: center;
        background: transparent;
        border: 0;
        display: inline-flex;
        font-size: 0.875rem;
        font-weight: 400;
        justify-content: center;
        line-height: 1;
        min-height: 1.75rem;
        min-width: 1.75rem;
        padding: 0.25rem;
        text-decoration: none; }
        .calendar-picker .calendar .month .month-button:hover, .calendar-picker .calendar .month .month-button:focus {
          text-decoration: none; }
      .calendar-picker .calendar .month .month-button-active {
        cursor: pointer; }
      .calendar-picker .calendar .month .month-button-disabled {
        cursor: not-allowed;
        opacity: 0.4; }
      .calendar-picker .calendar .month .month-label {
        font-size: 1.35rem;
        font-weight: 700;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        margin: 0; }
    .calendar-picker .calendar .grid {
      display: grid;
      grid-template-columns: repeat(7, minmax(0, 1fr)); }
    .calendar-picker .calendar .weekday {
      background-color: #3C6A7E;
      color: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      line-height: 2.3rem;
      min-height: 2.3rem;
      padding-block: 0;
      text-align: center; }
      .calendar-picker .calendar .weekday:last-child {
        border-right: 0; }
    .calendar-picker .calendar .days {
      border: 0;
      grid-auto-rows: 4.75rem; }
    .calendar-picker .calendar .day {
      aspect-ratio: auto;
      border: 1px solid currentColor;
      display: block;
      font: inherit;
      min-height: 4.75rem;
      padding: 0.25rem;
      position: relative;
      text-decoration: none;
      width: 100%; }
      .calendar-picker .calendar .day:hover, .calendar-picker .calendar .day:focus {
        text-decoration: none; }
      .calendar-picker .calendar .day .day-selected {
        outline-width: 0; }
      .calendar-picker .calendar .day .day-disabled {
        cursor: not-allowed; }
      .calendar-picker .calendar .day .day-number {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1;
        position: absolute;
        right: 0.45rem;
        top: 0.55rem; }
      .calendar-picker .calendar .day .day-price {
        display: block;
        margin-top: 1.2rem;
        font-weight: 600; }

.time-panel {
  display: flex;
  flex-direction: column;
  flex: 0 1 33.5rem;
  min-width: 0;
  width: 100%; }
  .time-panel .time-title {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.65rem;
    text-align: left;
    text-transform: none; }
  .time-panel .time-list {
    display: grid;
    column-gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0.8rem; }
  .time-panel .time-slot {
    background-color: #3C6A7E;
    color: #fff;
    align-items: center;
    border: 0 !important;
    border-radius: 0.375rem;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 700;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.75rem 1.5rem;
    text-align: center;
    text-decoration: none;
    width: 100%; }
    .time-panel .time-slot:hover, .time-panel .time-slot:focus {
      text-decoration: none; }
  .time-panel .time-slot-selected {
    background-color: #ef5b5b;
    color: #fff; }

@media (min-width: 768px) {
  .calendar-picker {
    align-items: flex-start;
    flex-direction: row;
    gap: 3rem;
    justify-content: center; }
    .calendar-picker .calendar {
      margin-inline: 0; } }
@media (min-width: 1024px) {
  .calendar-picker {
    gap: 3rem; } }
@media (max-width: 575.98px) {
  .day {
    min-height: 3.25rem; }

  .calendar-picker__time-list {
    grid-template-columns: minmax(0, 1fr); } }
/*DETAILS */
.details-page {
  padding-bottom: 1.5rem; }
  .details-page .empty {
    background-color: #ef5b5b;
    color: #fff;
    border-radius: 0.95rem;
    border-style: solid;
    border-width: 1px;
    font-weight: 700;
    margin-inline: auto;
    max-width: 42rem;
    padding: 1rem 1.2rem;
    text-align: center; }
  .details-page .details-groups {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-inline: auto;
    width: 100%; }
  .details-page .details-group-frame {
    border-radius: 0.9rem;
    border-style: solid;
    border-width: 1px;
    border-color: #05405A;
    padding: clamp(1.25rem, 2vw, 1.75rem); }
  .details-page .details-group-header {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 1.25rem;
    padding-bottom: 0.9rem; }
  .details-page .details-group-title {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0; }
  .details-page .details-layout {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr); }
    .details-page .details-layout .details-item {
      display: block;
      margin: 0;
      min-width: 0;
      min-inline-size: 0;
      width: 100%; }
  .details-page .selector-section {
    border-style: solid;
    border-width: 1px;
    border-radius: 0.65rem;
    box-shadow: 0 1px 2px color-mix(in srgb, currentColor 6%, transparent);
    min-inline-size: 0;
    padding: 1rem; }
  .details-page .selector-header {
    margin-bottom: 0.85rem;
    min-width: 0; }
  .details-page .selector-title {
    float: none;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    padding: 0;
    width: auto; }
  .details-page .selector-subtext {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.45;
    margin: 0; }
  .details-page .selector-stack {
    clear: both;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    width: 100%; }
  .details-page .selector-option-label {
    cursor: pointer;
    display: block;
    margin: 0; }
  .details-page .selector-option-surface {
    border-style: solid;
    border-width: 1px;
    border-radius: 0.45rem;
    display: block;
    width: 100%;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease; }
  .details-page .selector-option-label:hover .selector-option-surface,
  .details-page .selector-option-label:focus-within .selector-option-surface {
    box-shadow: 0 0.35rem 1rem color-mix(in srgb, currentColor 8%, transparent);
    transform: translateY(-1px); }
  .details-page .selector-option-card {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: minmax(0, 1fr);
    padding: 0.85rem; }
  .details-page .selector-option-main {
    align-items: flex-start;
    display: flex;
    gap: 0.75rem;
    min-width: 0;
    width: 100%; }
  .details-page .selector-choice-control {
    flex: 0 0 auto;
    margin-top: 0.2rem; }
  .details-page .selector-choice-control[type=number] {
    border: 1px solid currentColor;
    border-radius: 0.35rem;
    font-weight: 800;
    margin-top: 0;
    min-height: 2.25rem;
    padding-inline: 0.4rem;
    text-align: center;
    width: 4rem; }
  .details-page .selector-option-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
    width: 100%; }
  .details-page .selector-option-title {
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: break-word;
    word-break: normal; }
  .details-page .selector-option-price {
    font-size: 0.86rem;
    font-weight: 600; }
  @media (min-width: 560px) {
    .details-page .details-layout {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 768px) {
    .details-page .details-layout {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (min-width: 1200px) {
    .details-page .details-layout {
      gap: 1.5rem; } }
  @media (max-width: 575.98px) {
    .details-page .details-page .step-actions-row {
      flex-direction: column; }
    .details-page .details-page .button-next,
    .details-page .details-page .button-back {
      width: 100%; } }

/*CONTACTFORM */
.s4h-loading-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2147483000; }
  .s4h-loading-modal.htmx-request {
    display: block; }
  .s4h-loading-modal[hidden] {
    display: none; }

.s4h-loading-modal__backdrop {
  background: rgba(0, 0, 0, 0.62);
  inset: 0;
  position: absolute; }

.s4h-loading-modal__dialog {
  align-items: center;
  background: #fff;
  border: 3px solid #05405A;
  border-radius: 0.95rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.28);
  color: #434343;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  left: 50%;
  max-width: 26rem;
  min-height: 12rem;
  padding: 2rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.s4h-loading-modal__spinner {
  animation: s4h-loading-spin 0.85s linear infinite;
  border: 0.42rem solid rgba(5, 64, 90, 0.18);
  border-radius: 999px;
  border-top-color: #05405A;
  height: 4rem;
  width: 4rem; }

.s4h-loading-modal__text {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0; }

.s4h-confirm-modal__dialog {
  min-height: auto; }

.s4h-confirm-modal[popover] {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100%; }
.s4h-confirm-modal:popover-open {
  display: block; }

.s4h-confirm-modal__text {
  max-width: 22rem; }

.s4h-confirm-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  width: 100%; }

.s4h-confirm-modal__button {
  border: 0;
  border-radius: 0.35rem;
  color: #fff;
  font: inherit;
  font-weight: 800;
  min-width: 7rem;
  padding: 0.7rem 1.2rem; }

.s4h-confirm-modal__button--secondary {
  background: #3C6A7E; }

.s4h-confirm-modal__button--primary {
  background: #ef5b5b; }

.s4h-confirm-modal__button:focus-visible {
  outline: 0.18rem solid #05405A;
  outline-offset: 0.18rem; }

.s4h-loading-modal-open {
  overflow: hidden; }

.ticket-native-disclosure > summary {
  border: 0;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 700;
  list-style: none; }
  .ticket-native-disclosure > summary::-webkit-details-marker {
    display: none; }
.ticket-native-disclosure > summary.more-info-button,
.ticket-native-disclosure > summary.buy-button {
  color: #fff;
  padding: 1rem;
  width: 100%; }
.ticket-native-disclosure > summary.more-info-button {
  background-color: #72BF52; }
.ticket-native-disclosure > summary.buy-button {
  background-color: #ef5b5b; }

.ticket-calendar-disclosure .pricelist-area {
  display: none; }
.ticket-calendar-disclosure:has(input[name="ticketDate"]:checked) .pricelist-area {
  display: block; }

@keyframes s4h-loading-spin {
  to {
    transform: rotate(360deg); } }
.s4h-contact-form .title {
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1.15rem;
  text-align: center; }
.s4h-contact-form .grid {
  display: grid;
  column-gap: 0.88rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 0.74rem; }
.s4h-contact-form .validation-summary {
  color: var(--contact-validation-color, currentColor);
  font-size: 0.72rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: center; }
.s4h-contact-form .field-wide {
  grid-column: 1/-1; }
.s4h-contact-form .label {
  display: block;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.28rem; }
.s4h-contact-form .control {
  appearance: none;
  border-radius: 0.95rem;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  display: block;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.35;
  min-height: 2.12rem;
  padding: 0.42rem 0.58rem;
  width: 100%; }
  .s4h-contact-form .control::placeholder {
    color: var(--contact-placeholder-color, currentColor);
    opacity: 0.72; }
  .s4h-contact-form .control:focus {
    box-shadow: 0 0 0 0.12rem color-mix(in srgb, currentColor 10%, transparent);
    outline: 0; }
  .s4h-contact-form .control.input-validation-error {
    border-color: #ef5b5b; }
.s4h-contact-form .validation {
  color: #ef5b5b;
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0.25rem; }
.s4h-contact-form .textarea {
  min-height: 6.15rem;
  resize: vertical; }
@media (max-width: 575.98px) {
  .s4h-contact-form .grid {
    grid-template-columns: minmax(0, 1fr); }
  .s4h-contact-form .s4h-contact-form .step-actions-row {
    flex-direction: column; } }

/*CONFIRMATION */
.confirmation-page {
  padding-bottom: 1.5rem; }
  .confirmation-page .step-header {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2;
    margin-block: 1.35rem 1.6rem;
    text-align: center; }
  .confirmation-page .confirmation-panel {
    background-color: #05405A;
    color: #fff;
    border-radius: 0.95rem;
    box-shadow: 0 0 10px -5px #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative; }
  .confirmation-page .confirmation-summary {
    border-bottom: 0.25rem dotted var(--confirmation-border);
    padding: 2.5rem; }
    .confirmation-page .confirmation-summary .title {
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.25;
      margin: 0;
      padding-bottom: 1rem; }
    .confirmation-page .confirmation-summary .line {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.45;
      margin: 0; }
    .confirmation-page .confirmation-summary .line-spaced {
      margin-top: 0.5rem; }
  .confirmation-page .confirmation-extras {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
    width: 100%; }
    .confirmation-page .confirmation-extras .empty,
    .confirmation-page .confirmation-extras .confirmation-copy {
      font-size: 0.95rem;
      font-weight: 500;
      line-height: 1.6; }
    .confirmation-page .confirmation-extras .groups,
    .confirmation-page .confirmation-extras .confirmation-extra-section {
      display: flex;
      flex-direction: column;
      gap: 1rem; }
  .confirmation-page .confirmation-extra-section + .confirmation-extra-section {
    margin-top: 1rem; }
  .confirmation-page .confirmation-extra-section-badge {
    background: #ef5b5b;
    colro: #fff;
    align-self: flex-start;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0 0.25rem;
    padding: 0.25rem 0.75rem; }
  .confirmation-page .confirmation-extra-section-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr); }
  .confirmation-page .confirmation-extra-group {
    background-color: color-mix(in srgb, #3C6A7E 78%, transparent);
    border: 1px solid var(--confirmation-border);
    border-radius: 0.75rem;
    overflow: hidden; }
  .confirmation-page .confirmation-extra-section-included .confirmation-extra-group {
    border-color: color-mix(in srgb, var(--confirmation-success) 35%, var(--confirmation-border)); }
  .confirmation-page .confirmation-extra-section-paid .confirmation-extra-group {
    border-color: color-mix(in srgb, var(--confirmation-danger) 35%, var(--confirmation-border)); }
  .confirmation-page .confirmation-extra-group-title {
    border-bottom: 1px solid var(--confirmation-border);
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    padding: 0.75rem 1rem; }
  .confirmation-page .confirmation-extra-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0; }
  .confirmation-page .confirmation-extra-list li {
    align-items: start;
    border-top: 1px solid color-mix(in srgb, var(--confirmation-border) 55%, transparent);
    display: grid;
    font-size: 0.88rem;
    gap: 0.25rem;
    grid-template-columns: minmax(0, 1fr);
    line-height: 1.4;
    padding: 0.75rem 1rem; }
  .confirmation-page .confirmation-extra-list li:first-child {
    border-top: 0; }
  .confirmation-page .confirmation-extra-list strong {
    color: inherit !important;
    font-weight: 700; }
  .confirmation-page .confirmation-copy {
    margin-block: 1rem; }
  .confirmation-page .confirmation-consents {
    background: transparent !important;
    border: 0 !important;
    display: flex;
    flex-direction: column;
    font-size: 0.78rem;
    gap: 0;
    margin: 0;
    padding: 0; }
  .confirmation-page .confirmation-consents__legend {
    display: none; }
  .confirmation-page .confirmation-consents-item {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 0.5rem; }
  .confirmation-page .confirmation-consents-item:nth-of-type(n + 2) {
    align-items: flex-start;
    margin-left: 1.5rem; }
  .confirmation-page .confirmation-consents-item input {
    flex: 0 0 auto;
    height: 1rem;
    margin-top: 0.1rem;
    width: 1rem; }
  .confirmation-page .confirmation-consents-hint {
    display: block;
    font-size: 0.78rem;
    font-weight: 500;
    margin: 0.25rem 0 0 1.5rem; }
  .confirmation-page .confirmation-panel-cutout {
    background-color: #fff;
    display: none;
    height: 3.75rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem; }
  .confirmation-page .confirmation-panel-cutout-left {
    border-radius: 0 999px 999px 0;
    left: -0.75rem; }
  .confirmation-page .confirmation-panel-cutout-right {
    border-radius: 999px 0 0 999px;
    right: -0.75rem; }
  @media (min-width: 768px) {
    .confirmation-page .confirmation-panel {
      flex-direction: row;
      gap: 2.5rem; }
    .confirmation-page .confirmation-summary {
      border-bottom: 0;
      border-right: 0.25rem dotted var(--confirmation-border);
      flex: 0 0 24rem;
      padding-inline: 5rem; }
    .confirmation-page .confirmation-summary-title {
      font-size: 1.5rem; }
    .confirmation-page .confirmation-summary-line,
    .confirmation-page .confirmation-summary-line-spaced {
      font-weight: 600; }
    .confirmation-page .confirmation-extras {
      flex: 1 1 auto;
      padding-inline: 2.5rem; }
    .confirmation-page .confirmation-consents {
      font-size: 1rem; }
    .confirmation-page .confirmation-consents-hint {
      font-size: 0.8rem; }
    .confirmation-page .confirmation-panel-cutout {
      display: block; } }
  @media (min-width: 1200px) {
    .confirmation-page .confirmation-extra-section-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 576px) {
    .confirmation-page .confirmation-extra-list li {
      gap: 1rem;
      grid-template-columns: minmax(0, 1fr) auto; } }
  @media (max-width: 575.98px) {
    .confirmation-page .step-actions-row {
      flex-direction: column; }
    .confirmation-page .button-next,
    .confirmation-page .button-back {
      width: 100%; } }

/*SUMMARY */
.summary-page {
  min-height: 28rem;
  padding: 2.5rem 1rem;
  width: 100%; }
  .summary-page .summary-page-card {
    border-style: solid;
    border-width: 1px;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px -5px #000;
    padding: 2.5rem 1.5rem;
    text-align: center;
    width: 100%; }
  .summary-page .summary-page-copy {
    margin-inline: auto;
    max-width: 42rem; }
  .summary-page .summary-page-title {
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #72BF52; }
  .summary-page .summary-page-text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.65;
    margin: 0; }

/*PAYMENTS */
.payment-page .intro {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 auto 2rem;
  max-width: 42rem;
  text-align: center; }
.payment-page .button-back {
  border-radius: 0.5rem;
  box-shadow: none;
  font-size: 1.125rem;
  font-weight: 700;
  min-height: 3.75rem;
  min-width: 9.5rem;
  padding-block: 1rem;
  padding-inline: 2.1rem; }
.payment-page .payment-choices-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr); }
.payment-page .payment-choices-grid form {
  display: flex;
  margin: 0; }
.payment-page .payment-choice-card {
  border: 0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: space-between;
  min-height: 12rem;
  padding: 1.6rem;
  width: 100%;
  text-align: left;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease; }
.payment-page .payment-choice-card:hover, .payment-page .payment-choice-card:focus {
  opacity: 0.92;
  text-decoration: none;
  transform: translateY(-1px); }
.payment-page .payment-choice-title {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.25; }
.payment-page .payment-choice-description {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5; }
.payment-page .pill-badge-white {
  align-self: flex-start;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.35rem 0.65rem; }
@media (min-width: 768px) {
  .payment-page .payment-choices-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.payment-page .payment-info-card {
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0.75rem 1.8rem color-mix(in srgb, currentColor 7%, transparent);
  padding: 2.5rem 1.5rem;
  text-align: center; }

.s4h-payment-info {
  margin-top: 3rem; }
  .s4h-payment-info .payment-info-steps-card {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 0.95rem;
    border: 1px solid #05405A;
    padding: 2rem; }

.s4h-footer {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #05405A; }
  .s4h-footer .s4h-footer__logo {
    display: block;
    height: auto;
    margin-top: 0.25rem;
    max-width: 100%;
    width: 11.5rem; }
  .s4h-footer .media-logo {
    display: block;
    height: auto;
    max-width: 100%;
    width: 9.5rem; }
  .s4h-footer .heading {
    font-size: 1rem;
    font-weight: 700; }
  .s4h-footer .links .link {
    display: block; }
  .s4h-footer .social-list {
    margin-bottom: 1rem; }
    .s4h-footer .social-list .social .s4h-social-icon {
      display: inline-block;
      fill: currentColor;
      height: 1.1rem;
      width: 1.1rem; }

/*CALANDAR */
.calendar-page {
  padding-bottom: 1.5rem; }
  .calendar-page .validation {
    color: #ef5b5b;
    border-color: #ef5b5b;
    border-width: 1px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0.95rem;
    font-weight: 600;
    margin: 1.5rem auto 0;
    max-width: 40rem;
    padding: 0.85rem 1rem;
    text-align: center; }

/*ERROR */
.error-page {
  padding: 2.5rem 1rem; }
  .error-page .content {
    margin-inline: auto;
    max-width: 52rem;
    text-align: center;
    width: 100%; }
  .error-page .message {
    border-color: #ef5b5b;
    border-style: solid;
    border-width: 1px;
    border-radius: 0.95rem;
    margin-inline: auto;
    max-width: 42rem;
    padding: 1.25rem;
    text-align: center;
    background-color: #fde6e6; }
  .error-page .title {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.6rem; }
  .error-page .code {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0; }

/*PACKAGECHOOSE */
.s4h-package-page {
  min-width: 0;
  width: 100%; }
  .s4h-package-page .section {
    margin-bottom: 2rem; }
  .s4h-package-page .s4h-room-heading {
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration-line: underline;
    text-decoration-thickness: 0.12rem;
    text-underline-offset: 0.2rem; }
  .s4h-package-page .package-choice-control:checked + .choose {
    outline-color: currentColor;
    outline-offset: -0.28rem;
    outline-style: solid;
    outline-width: 0.12rem; }
  .s4h-package-page .package-choice-control:focus-visible + .choose {
    box-shadow: 0 0 0 0.2rem color-mix(in srgb, currentColor 28%, transparent); }
  .s4h-package-page .choose-text--selected {
    display: none; }
  .s4h-package-page .package-choice-control:checked + .choose .choose-text--select {
    display: none; }
  .s4h-package-page .package-choice-control:checked + .choose .choose-text--selected {
    display: inline; }

.s4h-ticket-box {
  background-color: #05405A;
  color: #fff;
  margin-top: 3rem;
  overflow: hidden;
  border-radius: 0.95rem; }
  .s4h-ticket-box .ticket-top {
    border-bottom: 1px dashed #fff; }
    .s4h-ticket-box .ticket-top .ticket-image {
      width: 100%;
      height: 100%;
      min-height: 300px;
      background-size: cover; }
    .s4h-ticket-box .ticket-top .ticket-info {
      padding: 1rem; }
      .s4h-ticket-box .ticket-top .ticket-info .title {
        font-size: 1.3rem;
        font-weight: 700;
        margin-bottom: 0.5rem; }
  .s4h-ticket-box .ticket-bottom {
    position: relative;
    background-color: #f2f2f2;
    color: #434343; }
    .s4h-ticket-box .ticket-bottom .button-area {
      display: flex;
      width: 100%; }
      .s4h-ticket-box .ticket-bottom .button-area button.more-info-button, .s4h-ticket-box .ticket-bottom .button-area button.buy-button {
        flex: 1 1 0;
        margin: 0;
        width: auto;
        border: 0;
        font-weight: 700;
        padding: 1rem;
        font-size: 1.1rem; }
      .s4h-ticket-box .ticket-bottom .button-area button.more-info-button {
        background-color: #72BF52;
        color: #fff; }
      .s4h-ticket-box .ticket-bottom .button-area button.buy-button {
        background-color: #ef5b5b;
        color: #fff; }
    .s4h-ticket-box .ticket-bottom .ticket-cut-left,
    .s4h-ticket-box .ticket-bottom .ticket-cut-right {
      position: absolute;
      z-index: 50;
      top: 0;
      width: 2rem;
      height: 2rem;
      background: #fff;
      border-radius: 50%;
      transform: translateY(-50%); }
    .s4h-ticket-box .ticket-bottom .ticket-cut-left {
      left: -1rem; }
    .s4h-ticket-box .ticket-bottom .ticket-cut-right {
      right: -1rem; }
    .s4h-ticket-box .ticket-bottom .more-info-area {
      overflow: hidden; }
      .s4h-ticket-box .ticket-bottom .more-info-area .info {
        padding: 1rem; }
    .s4h-ticket-box .ticket-bottom .pricelist-area {
      overflow: hidden; }
      .s4h-ticket-box .ticket-bottom .pricelist-area .price-box {
        background-color: #05405A;
        color: #fff;
        border-radius: 0.95rem;
        padding: 0.5rem;
        margin: 1rem; }
        .s4h-ticket-box .ticket-bottom .pricelist-area .price-box .title {
          font-weight: 700;
          font-size: 1.2rem; }
        .s4h-ticket-box .ticket-bottom .pricelist-area .price-box .price {
          text-align: center;
          font-weight: 700;
          font-size: 1.2rem; }
        .s4h-ticket-box .ticket-bottom .pricelist-area .price-box .input-group {
          font-weight: bold; }
    .s4h-ticket-box .ticket-bottom .calendar-area {
      overflow: hidden; }
      .s4h-ticket-box .ticket-bottom .calendar-area .calendar-box .calendar-picker {
        max-width: 100% !important; }
        .s4h-ticket-box .ticket-bottom .calendar-area .calendar-box .calendar-picker .calendar {
          width: 100% !important;
          max-width: 100% !important; }

.tickets-basket-area {
  background-color: #f2f2f2;
  color: #434343;
  margin-top: 5rem;
  border-radius: 0.95rem;
  overflow: hidden; }
  .tickets-basket-area .header {
    background-color: #05405A;
    color: #fff;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center; }
  .tickets-basket-area .body {
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem; }
    .tickets-basket-area .body .col {
      display: flex;
      align-items: center;
      justify-content: center; }

html.s4h-font-large {
  font-size: 112.5%; }

html.s4h-font-larger {
  font-size: 125%; }

html.s4h-high-contrast body,
html.s4h-high-contrast main,
html.s4h-high-contrast section,
html.s4h-high-contrast article,
html.s4h-high-contrast header,
html.s4h-high-contrast footer,
html.s4h-high-contrast nav,
html.s4h-high-contrast aside,
html.s4h-high-contrast div,
html.s4h-high-contrast form,
html.s4h-high-contrast ul,
html.s4h-high-contrast li,
html.s4h-high-contrast table,
html.s4h-high-contrast thead,
html.s4h-high-contrast tbody,
html.s4h-high-contrast tr,
html.s4h-high-contrast th,
html.s4h-high-contrast td {
  background-color: #000 !important;
  border-color: #e3ff00 !important;
  box-shadow: none !important;
  color: #fff !important; }

html.s4h-high-contrast body {
  background-color: #000 !important; }

html.s4h-high-contrast h1,
html.s4h-high-contrast h2,
html.s4h-high-contrast h3,
html.s4h-high-contrast h4,
html.s4h-high-contrast h5,
html.s4h-high-contrast h6,
html.s4h-high-contrast p,
html.s4h-high-contrast span,
html.s4h-high-contrast label,
html.s4h-high-contrast small,
html.s4h-high-contrast strong,
html.s4h-high-contrast legend {
  color: #fff !important; }

html.s4h-high-contrast a,
html.s4h-high-contrast .nav-link {
  color: #e3ff00 !important; }

html.s4h-high-contrast a:hover,
html.s4h-high-contrast a:focus {
  color: #e3ff00 !important; }

html.s4h-high-contrast button,
html.s4h-high-contrast .btn,
html.s4h-high-contrast input,
html.s4h-high-contrast select,
html.s4h-high-contrast textarea,
html.s4h-high-contrast summary {
  background-color: #000 !important;
  border-color: #e3ff00 !important;
  color: #fff !important;
  outline-color: #e3ff00 !important; }

html.s4h-high-contrast button:hover,
html.s4h-high-contrast button:focus,
html.s4h-high-contrast .btn:hover,
html.s4h-high-contrast .btn:focus,
html.s4h-high-contrast button.active,
html.s4h-high-contrast .btn.active,
html.s4h-high-contrast [aria-pressed="true"] {
  background-color: #000 !important;
  border-color: #e3ff00 !important;
  color: #fff !important; }

html.s4h-high-contrast svg {
  fill: currentColor !important; }

html.s4h-high-contrast .s4h-navbar__social {
  background-color: transparent !important; }
html.s4h-high-contrast .s4h-progress .s4h-progress-step .badge {
  background-color: transparent !important; }
html.s4h-high-contrast .s4h-progress .s4h-progress-step.is-active .badge {
  background-color: #e3ff00 !important;
  border-color: #e3ff00 !important;
  color: #000 !important; }
html.s4h-high-contrast .s4h-hero {
  background-image: none !important;
  background-color: #000 !important; }
  html.s4h-high-contrast .s4h-hero .eyebrow,
  html.s4h-high-contrast .s4h-hero .title {
    -webkit-text-stroke: unset !important; }
html.s4h-high-contrast .calendar .day-disabled {
  background-color: #000 !important; }
html.s4h-high-contrast .calendar .day-available {
  background-color: #e3ff00 !important;
  border-color: #000 !important;
  color: #000 !important; }
  html.s4h-high-contrast .calendar .day-available .day-number {
    color: inherit !important; }
html.s4h-high-contrast .time-slot {
  border: 1px solid #e3ff00 !important; }
  html.s4h-high-contrast .time-slot.time-slot-selected {
    background-color: #e3ff00 !important;
    color: #000 !important; }
html.s4h-high-contrast .details-page .details-groups .details-item {
  background-color: #000 !important;
  border-color: #e3ff00 !important;
  color: #fff !important; }
  html.s4h-high-contrast .details-page .details-groups .details-item .selector-option-surface {
    background-color: #000 !important;
    border-color: #e3ff00 !important;
    color: #fff !important; }
html.s4h-high-contrast .confirmation-panel {
  background-color: #000 !important;
  border: 1px solid #e3ff00 !important;
  color: #fff !important;
  overflow: hidden; }
  html.s4h-high-contrast .confirmation-panel .confirmation-panel-cutout {
    display: none; }
html.s4h-high-contrast .payment-choices-grid button {
  background-color: #000 !important;
  border: 1px solid #e3ff00 !important;
  color: #fff !important; }

.action-row {
  gap: 1rem;
  padding-top: 1rem; }

.step-page {
  width: 100%; }

.step-header {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  margin-block: 1.35rem 1.6rem;
  text-align: center; }

.step-actions {
  margin-top: 2.55rem; }

.step-actions-row {
  display: flex;
  gap: 1.25rem;
  justify-content: center; }

/*# sourceMappingURL=site.css.map */
