:root {
  --cool-primary: #fd7a24;
  --cool-secondary: #315E85;
  --cool-main-button-color: #107699;
  --cool-icon-color: #000;
  --cool-breadcrumb: #B3B3B3;
  --cool-blue-bright-color: #387FF8;
  --cool-light-grey: hsl(163, 17%, 84%);
  --cool-rating: #F7C344;
  --cool-text: #202020;
  --cool-link: #202020;
  --cool-warning: #D13F36;
  --cool-good-green: #218800;
  --cool-component-grey: #CEDCD8;
  --cool-inactive-button: #CCCCCC;
  --cool-component-light-grey: #F5F5F5;
  --cool-component-dark-grey: #202020;
  --cool-dark-grey: #555;
  --cool-middle-grey: #B3B3B3;
  --cool-headers: #202020;
  --cool-neutral: #4d4d4d;
  --cool-avatar: #202020;
  --cool-avatar-mobile: #b4b4b4;
  --cool-activity-button-card-border: #D9D9D9;
  --cool-tabs-bottom-color: #e7e7e7;
  --cool-divider-color: #d1dcd8;
  --cool-arrow-color: black;
  --cool-primary-button: #1f73be;
  --cool-black: #000;
  --cool-mega-menu-font-size: 0.9375rem;
  --cool-loader-color: #1e73be;
  --cool-button-radius: 0.27rem;
  --cool-hover-radius: 0.405rem;
  --cool-hover-large-radius: 0.625rem;
  --cool-breadcrumb-separator-color: #B3B3B3;
  --cool-breadcrumb-link-color: #4D4D4D;
  --cool-green-button-color: #43c282;
  --cool-white: #fff;
  --cool-hotel-light-grey: #e7eaec;
  --cool-hotel-red-text: #d32f2f;
  --cool-activity-page-font-weight: 400;
  --cool-field-outline-color: #B3B3B3;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

body.cool-gamma .element-container,
body.cool-gamma .box-width {
  position: relative;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 84.75rem;
}
@media screen and (min-width: 1025px) {
  body.cool-gamma .element-container,
  body.cool-gamma .box-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.c-hidden {
  display: none !important;
}

body.header-only-live .s-header .element-container {
  margin: 0 auto;
  max-width: 70.9375rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
body.header-only-live .s-header .element-row {
  margin: 0;
}
body.header-only-live .s-header .element-col {
  padding: 0;
}

.element-row {
  margin: 0 -0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: normal;
  position: relative;
  flex-flow: wrap;
}
@media screen and (min-width: 1025px) {
  .element-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.element-col {
  position: relative;
  right: auto;
  left: auto;
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0%;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 1025px) {
  .element-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.cool-gamma .box-width.element-padding-none {
  padding: 0;
}

.c-close-header-section {
  display: flex;
  justify-content: end;
  margin-bottom: 0.59375rem;
  margin-top: 0.28125rem;
}
.c-close-header-section button {
  cursor: pointer;
}
.c-close-header-section button i {
  font-size: 1.375rem;
}

.c-modal-close-button-normal .c-circle-close-button button {
  border-radius: 0;
  background-color: white;
  width: 100%;
}
.c-modal-close-button-normal .c-circle-close-button button i {
  font-size: 1.375rem;
}
.c-modal-close-button-normal .c-circle-close-button button:hover {
  box-shadow: none;
  filter: none;
}
.c-circle-close-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  background-color: #ededed;
  color: var(--cool-headers);
  border-radius: 50%;
}
.c-circle-close-button button i {
  font-size: 0.9375rem;
}
.c-circle-close-button button:hover {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}

body.body-no-scroll {
  height: 100% !important;
  overflow: hidden !important;
}

.c-opacity-0 {
  opacity: 0;
}

.c-link-underline {
  text-decoration: underline;
}
.c-link-underline:hover {
  border: 0;
}

@media screen and (max-width: 1024px) {
  .c-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .c-mobile-only {
    display: none !important;
  }
}
.c-clear {
  clear: both;
}

.c-small-text {
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 2px;
  display: block;
}

.c-dark-grey-text {
  color: var(--cool-dark-grey);
}

.c-block {
  display: block;
}

.c-naked-list {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0;
  margin-top: -1.25rem !important;
}
.c-naked-list li {
  margin-bottom: 0.625rem;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.mb-45,
.my-45 {
  margin-bottom: 2rem;
}

.my-45 {
  margin-top: 2rem;
}

.c-non-selectable-input select {
  -webkit-touch-callout: none;
  user-select: none;
  pointer-events: none;
}
.c-non-selectable-input::after {
  display: none !important;
}

.c__social__buttons {
  display: flex;
  gap: 11px;
}
.c__social__buttons > div {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--cool-middle-grey);
  opacity: 1;
  display: flex;
  height: 45px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
.c__social__buttons > div:hover {
  background-color: #F5F5F5;
}
.c__social__buttons > div#login-signup-with-google img {
  width: 23px;
}
.c__social__buttons > div i {
  font-size: 1.6875rem;
  color: var(--cool-text);
}
.c__social__buttons > div i.fa-square-facebook {
  color: #4267B2;
}

body .search-field, body .dates-col input, body #meeting-and-pickup-wrapper .select2-selection--single,
body input, body select, body textarea, body .custom-select select, body .custom-select2-wrapper .select2-container .select2-selection--single, body .custom-input textarea, body .custom-textarea textarea, body #activity-widget-flow-wrapper .btn-group .btn-default, body #cool-widget .custom-ticket-select, body .c-search-container .c-search-control-style,
body #cool-widget input, body #cool-widget select,
body #viator-travelers-options,
body .checkout-page select {
  border-color: var(--cool-field-outline-color);
}
body #meeting-and-pickup-wrapper .custom-select2-wrapper.custom-select2-dropdown-inline .icon {
  top: 24px;
  left: 0.875rem;
  font-size: 1.07125rem;
  width: 17px;
}
body #meeting-and-pickup-wrapper .custom-select2-wrapper.custom-select-no-label .select2-container .select2-selection--single {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
  padding-left: 42px !important;
  padding-right: 0 !important;
}
body #cool-widget .custom-ticket-select select:focus {
  border: 0 !important;
  box-shadow: none !important;
}
body .contact-info input,
body .contact-info select,
body .contact-info .custom-select2-wrapper .select2-container .select2-selection--single {
  border-color: var(--cool-field-outline-color) !important;
}
body .stripe-element,
body .listing-item,
body .listing-item.no-gap div.li,
body #section-payment-method .li.selected + .li-child {
  border-color: var(--cool-field-outline-color) !important;
}
body #section-payment-method .accordion-body {
  border-radius: 5px !important;
}

body div input:focus, body div select:focus, body div .stripe-element.focused, textarea:focus,
body .custom-select .select2.select2-container--open .select2-selection,
body .custom-select .select2.select2-container--focus .select2-selection {
  border-color: black !important;
  box-shadow: 0 0 0 1px black !important;
  outline: 0 !important;
}

body .c-no-focus input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

.checkbox input:checked ~ .checkmark {
  background-color: var(--p);
}

.error-message-class {
  margin-top: -0.40625rem;
  margin-bottom: 0.9375rem;
  display: none;
}

#payment-element-message:not(.c-hidden) {
  display: block;
}
#payment-element-message.c-hidden {
  display: none !important;
}
#payment-element-message.error-message-class {
  margin-top: 10px;
}

.custom-input.danger-field input, .custom-input.danger-field select, .custom-input.danger-field.danger-field.custom-select2-wrapper .select2-container .select2-selection--single, .custom-select.danger-field input, .custom-select.danger-field select, .custom-select.danger-field.danger-field.custom-select2-wrapper .select2-container .select2-selection--single {
  border-color: var(--p, #b8323f) !important;
  box-shadow: 0 0 0 1px var(--p, #b8323f) !important;
}
.custom-input.danger-field + .error-message-class, .custom-select.danger-field + .error-message-class {
  display: block;
}

.select2-container--default.select2-container.select2-container--open .select2-dropdown--below {
  margin-top: 2px;
}
.select2-container--default.select2-container.select2-container--open .select2-dropdown--above {
  margin-top: -2px;
}
.select2-container--default.select2-container.select2-container--open .selection .select2-selection {
  box-shadow: none !important;
  border-color: var(--cool-field-outline-color) !important;
}
.select2-container--default.select2-container .select2-dropdown {
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.select2-container--default.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 0;
}
.select2-container--default.select2-container .select2-dropdown .select2-search__field {
  outline: 0;
  padding: 9px 12px 10px !important;
  height: 47px !important;
  border-radius: 0;
  border: 0 !important;
  box-shadow: 0 0 0 1px black !important;
}
.select2-container--default.select2-container .select2-dropdown .select2-results__option {
  min-height: 49px;
  padding-left: 1rem !important;
  margin: 0 !important;
  font-weight: 400;
}
.select2-container--default.select2-container .select2-dropdown .select2-results__option {
  color: #333;
  display: flex;
  align-items: center;
}
.select2-container--default.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable:not(.select2-results__option--disabled):not(.select2-results__message), .select2-container--default.select2-container .select2-dropdown .select2-results__option.select2-results__option--highlighted:not(.select2-results__option--disabled):not(.select2-results__message), .select2-container--default.select2-container .select2-dropdown .select2-results__option.select2-results__option--selected:not(.select2-results__option--disabled):not(.select2-results__message), .select2-container--default.select2-container .select2-dropdown .select2-results__option:hover:not(.select2-results__option--disabled):not(.select2-results__message), .select2-container--default.select2-container .select2-dropdown .select2-results__option[aria-selected=true]:not(.select2-results__option--disabled):not(.select2-results__message) {
  background-color: rgba(0, 0, 0, 0.05);
}

.fa-brands-5 {
  font-family: "Font Awesome 5 Brands" !important;
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.c-help-center-button i,
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li:after,
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-dropdown-item-chevron-right:after,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.c-help-center-button i,
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li:after,
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-dropdown-item-chevron-right:after,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.c-help-center-button i, .c-explore-button-container .c-explore-section .c-explore-section-menu-left li:after, .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-dropdown-item-chevron-right:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-chevrons-up::before {
  content: "\f325";
}

.fa-chevron-double-up::before {
  content: "\f325";
}

.fa-chevrons-left::before {
  content: "\f323";
}

.fa-chevron-double-left::before {
  content: "\f323";
}

.fa-circle-heart::before {
  content: "\f4c7";
}

.fa-heart-circle::before {
  content: "\f4c7";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-flag::before {
  content: "\f024";
}

.fa-comment-lines::before {
  content: "\f4b0";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-comments-question-check::before {
  content: "\e14f";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-shield-check::before {
  content: "\f2f7";
}

.fa-message-captions::before {
  content: "\e1de";
}

.fa-comment-alt-captions::before {
  content: "\e1de";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-user::before {
  content: "\f007";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-star::before {
  content: "\f005";
}

.fa-clock-three::before {
  content: "\e356";
}

.fa-calendar-star::before {
  content: "\f736";
}

.fa-paper-plane-top::before {
  content: "\e20a";
}

.fa-paper-plane-alt::before {
  content: "\e20a";
}

.fa-send::before {
  content: "\e20a";
}

.fa-bars-sort::before {
  content: "\e0ae";
}

.fa-square-chevron-down::before {
  content: "\f329";
}

.fa-chevron-square-down::before {
  content: "\f329";
}

.fa-stars::before {
  content: "\f762";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-message-lines::before {
  content: "\f4a6";
}

.fa-comment-alt-lines::before {
  content: "\f4a6";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-mask-snorkel::before {
  content: "\e3b7";
}

.fa-star-shooting::before {
  content: "\e036";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-message-check::before {
  content: "\f4a2";
}

.fa-comment-alt-check::before {
  content: "\f4a2";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-comment-check::before {
  content: "\f4ac";
}

.fa-memo-circle-check::before {
  content: "\e1d9";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-message-smile::before {
  content: "\f4aa";
}

.fa-comment-alt-smile::before {
  content: "\f4aa";
}

.fa-trophy-star::before {
  content: "\f2eb";
}

.fa-trophy-alt::before {
  content: "\f2eb";
}

.fa-heart::before {
  content: "\f004";
}

.fa-badge-check::before {
  content: "\f336";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-square-chevron-up::before {
  content: "\f32c";
}

.fa-chevron-square-up::before {
  content: "\f32c";
}

.fa-phone::before {
  content: "\f095";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-messages-question::before {
  content: "\e1e7";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-list-timeline::before {
  content: "\e1d1";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-waveform-lines::before {
  content: "\f8f2";
}

.fa-waveform-path::before {
  content: "\f8f2";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-folder-heart::before {
  content: "\e189";
}

.fa-circle-location-arrow::before {
  content: "\f602";
}

.fa-location-circle::before {
  content: "\f602";
}

.fa-filter-list::before {
  content: "\e17c";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-person-simple::before {
  content: "\e220";
}

.fa-face-smile-hearts::before {
  content: "\e390";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-message-dots::before {
  content: "\f4a3";
}

.fa-comment-alt-dots::before {
  content: "\f4a3";
}

.fa-messaging::before {
  content: "\f4a3";
}

.fa-xmark-large::before {
  content: "\e59b";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-timer::before {
  content: "\e29e";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-chevrons-down::before {
  content: "\f322";
}

.fa-chevron-double-down::before {
  content: "\f322";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-square-chevron-right::before {
  content: "\f32b";
}

.fa-chevron-square-right::before {
  content: "\f32b";
}

.fa-circle-star::before {
  content: "\e123";
}

.fa-star-circle::before {
  content: "\e123";
}

.fa-square-chevron-left::before {
  content: "\f32a";
}

.fa-chevron-square-left::before {
  content: "\f32a";
}

.fa-award-simple::before {
  content: "\e0ab";
}

.fa-bars-filter::before {
  content: "\e0ad";
}

.fa-fort::before {
  content: "\e486";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-flag-pennant::before {
  content: "\f456";
}

.fa-pennant::before {
  content: "\f456";
}

.fa-award::before {
  content: "\f559";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-square-star::before {
  content: "\e27f";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-check::before {
  content: "\f00c";
}

.fa-chevrons-right::before {
  content: "\f324";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-hundred-points::before {
  content: "\e41c";
}

.fa-100::before {
  content: "\e41c";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-grid-2::before {
  content: "\e196";
}

.fa-notdef::before {
  content: "\e1fe";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("./vendors/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("./vendors/fontawesome/webfonts/fa-light-300.ttf") format("truetype");
}
.fal, .c-help-center-button i, .c-explore-button-container .c-explore-section .c-explore-section-menu-left li:after,
.fa-light {
  font-weight: 300;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cool-primary-button);
  border: 1px solid transparent;
  color: white;
  font-size: 1rem;
  letter-spacing: -0.07px;
  padding-top: 0.3875rem;
  padding-bottom: 0.4375rem;
  padding-left: 1rem;
  padding-right: 1.015625rem;
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
}
.c-btn span {
  color: white;
}
.c-btn.c-btn-large {
  height: 54px;
  font-size: 1.25rem;
  letter-spacing: -0.2;
  font-weight: bold;
}
.c-btn.c-btn-rounded {
  border-radius: var(--cool-button-radius);
}
.c-btn.c-btn-pill {
  border-radius: 1.25rem;
}
.c-btn:hover {
  opacity: 0.9;
}
.c-btn.c-btn-inactive {
  background-color: var(--cool-inactive-button);
}
.c-btn.c-btn-inactive span {
  color: white;
}
.c-btn.c-btn-ghost {
  background-color: white;
  border: 1px solid var(--cool-primary-button);
  font-weight: 400;
  letter-spacing: -0.2px;
  padding-top: 0.59375rem;
  padding-bottom: 0.6875rem;
}
.c-btn.c-btn-ghost span {
  color: var(--cool-primary-button);
}
.c-btn.c-btn-ghost:hover {
  background-color: var(--cool-primary-button);
}
.c-btn.c-btn-ghost:hover span {
  color: white;
}
.c-btn.c-btn-ghost.c-btn-white-bg-hover {
  transition: border-color 0.25s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, outline-color 0.1s ease-in-out, z-index 0.25s ease-in-out;
}
.c-btn.c-btn-ghost.c-btn-white-bg-hover:hover {
  background-color: white;
}
.c-btn.c-btn-ghost.c-btn-white-bg-hover:hover span {
  color: var(--cool-primary-button);
}
@media screen and (max-width: 1024px) {
  .c-btn.full-width-mobile {
    width: 100%;
  }
}

.c-buttons-inline {
  display: flex;
  justify-content: right;
  gap: 0.625rem;
  margin: 0.625rem 0.3125rem;
}

.c-arrowShadow {
  position: absolute;
  left: 50%;
  z-index: 9999;
  filter: drop-shadow(1px -3px 2px rgba(0, 0, 0, 0.1));
  transform: translateX(-50%);
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./vendors/fontawesome/webfonts/fa-sharp-solid-900.woff2") format("woff2"), url("./vendors/fontawesome/webfonts/fa-sharp-solid-900.ttf") format("truetype");
}
.fass,
.fa-solid {
  font-weight: 900;
}

.c-avatar-container {
  display: flex;
  position: relative;
  width: 5.3125rem;
  height: 3.1875rem;
  border: 0.0625rem solid var(--cool-component-grey);
  border-radius: 1.71875rem;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}
.c-avatar-container .c-arrowShadow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-avatar-container .c-avatar-dropdown-item-link.c-btn .c-avatar-dropdown-item-icon {
    display: none;
  }
}
.c-avatar-container > button {
  cursor: pointer;
}
.c-avatar-container > button > i {
  font-size: 1rem;
  color: var(--cool-icon-color);
  margin-left: 0.125rem;
}
.c-avatar-container .c-avatar-dropdown {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border: 0;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-avatar-container .c-user-circle {
    padding-right: 0.3rem;
  }
}
.c-avatar-container .c-user-circle-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.0625rem;
  height: 2.0625rem;
  background-color: #315e84;
  font-size: 0.8125rem;
  color: white;
  border-radius: 50%;
}
.c-avatar-container .c-user-circle-image {
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
  overflow: hidden;
}
.c-avatar-container .c-user-circle-image img {
  width: 100%;
  height: auto;
}
.c-avatar-container .c-user-circle i {
  font-size: 2.0625rem;
  color: var(--cool-avatar-mobile);
}
@media screen and (min-width: 1025px) {
  .c-avatar-container .c-arrowShadow {
    top: -1rem;
    right: 1.4rem;
    left: auto;
    display: block;
  }
  .c-avatar-container:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 1024px) {
  .c-avatar-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .c-avatar-menu-overlay.show {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .c-avatar-menu-container {
    display: none;
    position: absolute;
    top: 3.75rem;
    right: 0;
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 0.945rem;
    padding: 0.75rem 0.65625rem;
    padding-top: 0.59375rem;
    border-radius: 0.75rem;
    width: auto;
    min-height: 2rem;
    z-index: 9999;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container {
    position: fixed;
    left: -19.375rem;
    width: 19.375rem;
    height: 100%;
    overflow-y: auto;
    transition: transform 0.25s ease;
    transform: translateX(-100%);
    padding-top: 0.59375rem;
    padding-left: 1.070625rem;
    padding-right: 1.01125rem;
    background-color: white;
    font-size: 0.945rem;
  }
  .c-avatar-menu-container.show {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container.show {
    display: flex;
  }
}
.c-avatar-menu-container .c-avatar-menu-container-inner {
  height: 100%;
  overflow-y: auto;
  width: 100%;
}
.c-avatar-menu-container .c-avatar-dropdown-menu {
  width: max-content;
  min-width: 12.4375rem;
}
.c-avatar-menu-container .c-avatar-dropdown-menu .c-icon-button {
  color: var(--cool-icon-color);
}
.c-avatar-menu-container .c-avatar-dropdown-menu .c-avatar-dropdown-item-button {
  margin-bottom: 0.9375rem;
}
.c-avatar-menu-container .c-avatar-dropdown-menu .c-avatar-dropdown-item-button .c-btn {
  height: 2.6875rem;
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu .c-avatar-dropdown-item-button {
    display: none;
  }
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a {
  display: flex;
  flex-direction: row;
  justify-content: left;
  color: var(--cool-black);
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  padding: 0;
  border-radius: var(--cool-hover-radius);
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a:hover {
  background-color: var(--cool-component-light-grey);
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-top: 0.4375rem;
  padding-bottom: 0.46875rem;
  padding-left: 0.75rem;
  padding-right: 0.78125rem;
  font-weight: 300;
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-right-align {
  display: flex;
  justify-content: space-between;
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-right-align .c-avatar-dropdown-item-icon {
  margin-right: 0;
  font-size: 1.0625rem;
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item.c-avatar-dropdown-item-chevron-right:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5625rem;
  content: "\f054";
  font-weight: 300;
  color: var(--cool-arrow-color);
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item span {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item {
    height: 2.6875rem;
  }
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item-icon {
  display: flex;
  color: inherit;
  margin-right: 1.375rem;
  font-size: 1rem;
  width: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item-icon {
    margin-right: 0.78125rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu .c-btn {
    display: none;
  }
  .c-avatar-menu-container .c-avatar-dropdown-menu .c-close-header-section {
    display: none;
  }
}
.c-avatar-menu-container .c-link-divider {
  margin: 0.28125rem 0;
  border-top: 0.0625rem solid var(--cool-divider-color);
}

.c-tabs {
  display: flex;
  border-bottom: 1px solid var(--cool-tabs-bottom-color);
}
.c-tabs .c-tabs-item {
  font-size: 1rem;
  letter-spacing: -0.2px;
  line-height: 1.51;
  font-weight: 400;
  padding: 0 1.375rem;
  padding-bottom: 0.6875rem;
  cursor: pointer;
  color: black;
  border-bottom: 4px solid transparent;
}
.c-tabs .c-tabs-item::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
}
.c-tabs .c-tabs-item.c-tabs-item-active {
  font-weight: 700;
  color: var(--cool-headers);
  border-bottom-color: var(--cool-headers);
}

@media screen and (max-width: 1024px) {
  .c-explore-button-container {
    display: none;
  }
}
.c-explore-button-container .c-explore-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  height: 2.125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 2.8125rem;
  cursor: pointer;
  max-width: 6.125rem;
  padding: 0.6875rem;
  border: 0;
  letter-spacing: -0.01px;
  background-color: white;
}
.c-explore-button-container .c-explore-button i {
  font-size: 0.8125rem;
  margin-left: -0.1875rem;
}
.c-explore-button-container .c-explore-button:hover {
  background-color: var(--cool-component-light-grey);
}
.c-explore-button-container .c-explore-menu {
  position: absolute;
  top: 4.25rem;
  left: 0;
  z-index: 9999;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
  opacity: 1;
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: none;
  border-top: 0.0625rem solid #ceddd8;
}
.c-explore-button-container .c-explore-menu.show {
  display: block;
}
.c-explore-button-container .c-explore-menu .c-tabs .c-tabs-item {
  font-size: var(--cool-mega-menu-font-size);
}
.c-explore-button-container .c-explore-menu-inner {
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
  padding-top: 2.0625rem;
  padding-bottom: 1.6875rem;
}
.c-explore-button-container .c-explore-section-menu {
  display: none;
}
.c-explore-button-container .c-explore-section-wrapper {
  padding-top: 1.3125rem;
}
.c-explore-button-container .c-explore-section {
  display: flex;
  font-size: var(--cool-mega-menu-font-size);
  font-weight: 400;
  line-height: 1.25em;
  width: 100%;
  gap: 1.25rem;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left {
  width: 25%;
  flex: 1;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li {
  position: relative;
  cursor: pointer;
  padding-top: 0.90625rem;
  padding-left: 0.6875rem;
  padding-right: 1.5rem;
  padding-bottom: 0.96875rem;
  border-radius: var(--cool-hover-large-radius);
  line-height: 1.25em;
  letter-spacing: -0.02px;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-menu-left-item-active {
  background-color: var(--cool-component-light-grey);
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-cool-explore-bold-link {
  font-weight: bold;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0.90625rem;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-cool-explore-bold-link a {
  color: inherit;
  display: block;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-cool-explore-bold-link a:hover {
  text-decoration: underline;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li.c-cool-explore-bold-link:after {
  display: none;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-left li:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  content: "\f054";
  padding-right: 0.6875rem;
  font-size: 0.75rem;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right {
  margin-top: 0.875rem;
  display: flex;
  flex-grow: 3;
  flex-shrink: 1;
  flex-basis: 0%;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right > div {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right li {
  margin-bottom: 1.25rem;
  line-height: 1.25em;
  padding-right: 2.1875rem;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right a {
  color: var(--cool-headers);
  letter-spacing: -0.02px;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right a:hover {
  text-decoration: underline;
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right .c-explore-section-col {
  flex: 1;
}

.c-activity-button-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  height: 4rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background: white;
  border: 0.0625rem solid var(--cool-activity-button-card-border);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.1);
  border-radius: 0.75rem;
}
.c-activity-button-card img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
}
.c-activity-button-card .c-activity-button-card-name {
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  color: var(--cool-black);
}
.c-activity-button-card .c-activity-button-card-right-arrow {
  margin-left: auto;
  height: 1rem;
  width: 1rem;
}

.c-link-with-arrow {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: var(--cool-black);
  margin-top: 1.5rem;
}
.c-link-with-arrow span {
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 150%;
  color: var(--cool-black);
}
.c-link-with-arrow .c-link-right-arrow {
  display: flex;
  align-items: center;
  color: var(--cool-black);
  margin-left: 0.5rem;
  transition: transform 200ms ease-in-out;
  height: 1rem;
  width: 1rem;
  font-size: 0.7rem;
}
.c-link-with-arrow:active .c-link-right-arrow {
  transform: translateX(0.4rem);
}

.c-mobile-left-menu i {
  color: var(--cool-icon-color);
}

.c-mobile-left-menu-container {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  box-shadow: none;
  border-radius: 0;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 0.945rem;
  padding-top: 0.59375rem;
  width: auto;
  min-height: 2rem;
  z-index: 900;
  font-weight: 400;
}
.c-mobile-left-menu-container .c-close-header-section {
  display: flex;
  justify-content: start;
}
.c-mobile-left-menu-container .c-close-header-section i {
  font-size: 1.5rem;
}
.c-mobile-left-menu-container.show {
  display: flex;
}
.c-mobile-left-menu-container .c-mobile-left-menu-presentation {
  height: 100svh;
  width: 100%;
  background: white;
  overflow-y: auto;
}
.c-mobile-left-menu-container .c-mobile-left-menu-nav-content {
  position: relative;
  height: calc(100% - 3.25rem);
}
.c-mobile-left-menu-container .c-mobile-left-menu-nav-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.125rem solid var(--cool-activity-button-card-border);
}
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper {
  width: 100%;
}
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper .c-close-header-section,
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper .c-mobile-left-menu-nav-container,
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper .c-link-with-arrow,
.c-mobile-left-menu-container .c-mobile-left-menu-wrapper .activity-button-card-submenu {
  padding-left: 1.070625rem;
  padding-right: 1.01125rem;
}

.activity-button-card-submenu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
  background: white;
}
.activity-button-card-submenu .activity-button-card-submenu-subheader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 1rem 0.25rem;
  border-bottom: 0.0625rem solid var(--cool-black);
}
.activity-button-card-submenu .activity-button-card-submenu-subheader .c-icon-button {
  margin-right: auto;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper {
  margin: 1.5rem 0 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid var(--cool-activity-button-card-border);
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-title {
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 150%;
  color: var(--cool-black);
  padding-bottom: 0.75rem;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container {
  padding-left: 0.5rem;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container {
  padding-bottom: 1rem;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container a {
  color: var(--cool-black);
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container a .c-link-label {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--cool-black);
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container a .c-link-label i {
  margin-left: 0.3125rem;
  font-size: 0.75rem;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container a:hover span {
  text-decoration: underline;
  color: var(--cool-black);
}

.c-input-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  height: 2.4375rem;
  font-weight: 700;
  width: 100%;
  padding: 0;
  color: var(--cool-icon-color);
}
.c-input-control.focused:not(.c-no-focus) input:focus {
  border-color: #1e73be;
  box-shadow: #1e73be 0px 0px 0px 0.125rem;
  outline: none;
}
.c-input-control input {
  border: 1px solid var(--cool-middle-grey);
  border-radius: initial;
  box-shadow: none;
  font-size: 1rem;
  letter-spacing: -0.07px;
  padding: 0.8125rem 1rem;
  background-color: transparent;
  height: 100%;
  transition: border 0.3s, box-shadow 0.3s;
}
.c-input-control input:focus {
  outline: none;
}
.c-input-control.c-div-border {
  border: 1px solid var(--cool-middle-grey);
  border-radius: 1.8rem;
  padding: 0 1rem;
}
.c-input-control.c-div-border input {
  border: 0;
  padding: 0;
}
.c-input-control.rounded input, .c-input-control.c-input-control-pill input {
  border-radius: 1.8rem;
}
.c-input-control .c-input-control-icon {
  font-size: 0.99rem;
  padding-right: 1.125rem;
}

.c-textarea-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  width: 100%;
  padding: 0;
  color: var(--cool-icon-color);
}
.c-textarea-control textarea {
  border: 1px solid var(--cool-middle-grey);
  border-radius: initial;
  box-shadow: none;
  font-size: 1rem;
  letter-spacing: -0.07px;
  padding: 0.8125rem 1rem;
  background-color: transparent;
  height: 100%;
  transition: border 0.3s, box-shadow 0.3s;
  width: 100%;
}
.c-textarea-control textarea:focus {
  outline: none;
}
.c-textarea-control.c-div-border {
  border: 1px solid var(--cool-middle-grey);
  border-radius: 1.8rem;
  padding: 0 1rem;
}
.c-textarea-control.c-div-border textarea {
  border: 0;
  padding: 0;
}
.c-textarea-control.rounded textarea, .c-textarea-control.c-input-control-pill textarea {
  border-radius: 1.8rem;
}
.c-textarea-control.c-input-control-rounded textarea {
  border-radius: 5px;
}

.c-search-menu-item-button-container {
  display: flex;
  flex-wrap: nowrap;
  color: var(--cool-black);
  cursor: pointer;
  text-align: left;
  padding: 0 2rem;
  min-height: 4.25rem;
}
@media screen and (min-width: 1025px) {
  .c-search-menu-item-button-container {
    min-height: 4.875rem;
  }
}
.c-search-menu-item-button-container img {
  border-radius: 0.30625rem;
  height: 2.8125rem;
  width: 2.8125rem;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .c-search-menu-item-button-container img {
    width: 2.475rem;
    height: 2.475rem;
  }
}
.c-search-menu-item-button-container:hover, .c-search-menu-item-button-container.c-search-menu-item-button-focused {
  color: black;
  background-color: var(--cool-component-light-grey);
}
.c-search-menu-item-button-container .c-search-menu-result-left-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  height: 2.8125rem;
  min-width: 2.8125rem;
  margin-right: 0.75rem;
  color: var(--cool-icon-color);
  font-size: 1.53125rem;
}
@media screen and (max-width: 1024px) {
  .c-search-menu-item-button-container .c-search-menu-result-left-container {
    margin-right: 0.685rem;
    font-size: 1.375rem;
    min-width: 2.475rem;
  }
}
.c-search-menu-item-button-container .c-search-menu-item-button {
  display: flex;
  align-items: center;
  padding: 0.5625rem 0;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 0.0625rem #d9d9d9 solid;
}
.c-search-menu-item-button-container .c-search-menu-item-button-title {
  color: var(--cool-headers);
  font-size: 0.945rem;
  letter-spacing: -0.07px;
  line-height: 1.4285714286;
  font-weight: 400;
  overflow-wrap: break-word;
  padding-right: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-search-menu-item-button-container .c-search-menu-item-button-title {
    font-size: 1rem;
    line-height: 1.2379008746;
    letter-spacing: -0.08px;
  }
}
.c-search-menu-item-button-container .c-search-menu-item-button-title b {
  font-weight: 700;
}
.c-search-menu-item-button-container .c-search-menu-item-button-subtitle {
  font-weight: 400;
  color: #202020;
  font-size: 0.675rem;
  letter-spacing: -0.2px;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 1025px) {
  .c-search-menu-item-button-container .c-search-menu-item-button-subtitle {
    font-size: 0.765625rem;
    letter-spacing: -0.23px;
    margin-top: 0.09375rem;
  }
}
.c-search-menu-item-button-container:last-child .c-search-menu-item-button {
  border-bottom: none;
}

.c-search-menu {
  position: absolute;
  z-index: 1;
  width: unset;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: translate(0, 0.125rem);
  border-radius: 8px;
  min-height: 4.5625rem;
  background-color: white;
  border: 1px solid var(--cool-component-grey);
  display: none;
}
.c-search-menu.show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .c-search-menu.show {
    flex: 1; /* Ensure it takes remaining space */
    min-height: 0; /* Fix for iOS flexbox scrolling */
    overflow-y: auto;
    height: calc(100vh - 105px);
    right: max(1rem, env(safe-area-inset-right, 0rem));
    left: max(1rem, env(safe-area-inset-left, 0rem));
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain; /* Prevent scroll bouncing */
    padding-bottom: 6.25rem; /* Space for last item visibility */
  }
}
.c-search-menu .c-search-menu-container {
  width: 35rem;
}
@media screen and (max-width: 1024px) {
  .c-search-menu .c-search-menu-container {
    width: 100%;
  }
}
.c-search-menu .c-search-menu-item {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4.5625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 2rem;
  border-radius: 0 0 8px 8px;
  border-bottom: none;
  color: black;
}

.c-search-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  overflow-y: auto;
  padding: 1.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.945rem;
  display: none;
}
.c-search-modal-overlay.show {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-search-modal-overlay.c-search-modal-full-height .c-search-modal-content {
  height: calc(100 * var(--dynamic-vh, 1vh));
  height: 100dvh;
  overflow-y: hidden;
}
.c-search-modal-overlay .c-search-modal-wrapper {
  background-color: white;
  position: fixed;
  top: 0;
  bottom: auto;
  width: 100%;
  max-height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 14.875rem;
  overflow: auto;
}
.c-search-modal-overlay .c-search-modal-close-button {
  position: fixed;
  top: 1.08rem;
  right: 0.9rem;
  z-index: 1;
}
.c-search-modal-overlay .c-search-modal-close-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  background-color: #ededed;
  color: var(--cool-headers);
  border-radius: 50%;
}
.c-search-modal-overlay .c-search-modal-close-button button i {
  font-size: 0.9375rem;
}
.c-search-modal-overlay .c-search-modal-content {
  position: relative;
  padding: max(1.4375rem, env(safe-area-inset-top, 0rem)) max(0.9rem, env(safe-area-inset-top, 0rem)) max(1.575rem, env(safe-area-inset-bottom, 0rem)) max(0.9rem, env(safe-area-inset-top, 0rem));
}
.c-search-modal-overlay .c-search-modal-content .lightpick {
  border-radius: 0;
  width: 100%;
  box-shadow: none;
}
.c-search-modal-overlay .c-search-modal-content .lightpick .lightpick__month {
  width: 100%;
}
.c-search-modal-overlay .c-search-modal-title {
  text-align: center;
  margin-bottom: 1.3025rem;
  font-weight: 700;
  letter-spacing: -0.07px;
  margin-top: -0.4375rem;
}
.c-search-modal-overlay .c-btn {
  font-size: 0.99rem;
  height: 2.475rem;
  font-weight: 500;
  letter-spacing: -0.07px;
}
.c-search-modal-overlay .c-input-control {
  margin-bottom: 0.99rem;
  height: 2.475rem;
}
.c-search-modal-overlay .c-input-control input:not(:placeholder-shown) {
  font-weight: 700;
}

.c-search-container {
  position: relative;
  font-size: 1rem;
  width: auto;
}
.c-search-container .c-search-close-icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-search-container.show .c-search-close-icon {
    position: absolute;
    right: 1rem;
    display: block;
  }
  .c-search-container.show .c-search-close-icon i {
    padding: 0.5rem 0;
    cursor: pointer;
  }
}
.c-search-container.show .c-search-menu {
  display: block;
  overflow-y: scroll;
  max-height: 29.39rem;
  min-height: initial;
}
.c-search-container .c-search-control-style {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  outline: none;
  flex-grow: 1;
  color: var(--cool-black);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid var(--cool-component-grey);
  border-radius: 1.71875rem;
  height: 3.0625rem;
  padding: 0.75rem 0.90625rem;
}
@media screen and (max-width: 1024px) {
  .c-search-container .c-search-control-style {
    height: 2.475rem;
  }
  .c-search-container .c-search-control-style > .c-search-icon {
    display: none;
  }
}
.c-search-container .c-search-value-container {
  position: relative;
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .c-search-container .c-search-value-container {
    margin-right: 0;
  }
}
.c-search-container .c-search-value-container .c-input-control {
  display: flex;
  border: 0;
  padding-left: 0;
  padding-right: 0.625rem;
}
.c-search-container .c-search-value-container .c-input-control input {
  box-sizing: content-box;
  background: 0px center;
  border: 0px;
  opacity: 1;
  outline: 0px;
  padding: 0px;
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.02px;
}
.c-search-container .c-search-value-container .c-input-control input:not(:placeholder-shown) {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-search-container .c-search-value-container .c-input-control input {
    display: none;
  }
}
.c-search-container .c-search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.875rem;
  height: 1.25rem;
  margin-right: 0.625rem;
  color: var(--cool-icon-color);
}
.c-search-container .c-search-icon i {
  font-size: 0.875rem;
}
.c-search-container form {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-search-container form {
    display: none;
  }
}
.c-search-container .c-search-mobile-wrapper {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-search-container .c-search-mobile-wrapper {
    display: flex;
    height: 2.375rem;
    align-items: center;
    width: 100%;
  }
}
.c-search-container .c-search-mobile-wrapper .c-search-icon i {
  font-size: 1.1rem;
  color: var(--cool-icon-color);
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: transparent;
  border: 0;
  text-align: left;
  font-weight: 700;
  font-size: 0.945rem;
  letter-spacing: -0.07px;
  color: var(--cool-headers);
  overflow: hidden;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-term {
  color: var(--cool-black);
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5rem;
  font-weight: 700;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-date-wrapper {
  color: #808080;
  flex: 1 0 auto;
  text-align: start;
  white-space: nowrap;
  padding-left: 0.75rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1.215rem;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-date-wrapper .c-search-date-text {
  padding-left: 0.325rem;
  font-size: 0.945rem;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-date-wrapper[data-date=yes] .c-search-date-text {
  color: var(--cool-black);
}
.c-search-container #c-place-or-activity .c-search-for-place-or-activity {
  margin-bottom: 0;
}
.c-search-container #c-place-or-activity .c-search-menu {
  position: static;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.c-search-container #c-place-or-activity .c-search-menu .c-search-menu-item-button-container {
  padding-left: 0.1775rem;
  padding-right: 0;
}
.c-search-container #c-place-or-activity input + .c-input-control-icon {
  padding-right: 0;
}

.c-icon-button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
}
.c-icon-button .c-icon-wrapper {
  display: flex;
  justify-content: center;
  min-width: 1.3125rem;
}
.c-icon-button.c-icon-button-no-text.c-icon-button-icon-right .c-icon-button-toggle {
  justify-content: end;
}
.c-icon-button.c-icon-button-no-text .c-icon-button-toggle {
  justify-content: start;
}
.c-icon-button.c-icon-button-icon-right .c-icon-button-toggle {
  width: 100%;
}
.c-icon-button:not(.c-icon-button-no-text) .c-icon-button-toggle {
  padding-top: 0.4375rem;
  padding-bottom: 0.46875rem;
  padding-left: 0.59375rem;
  padding-right: 0.78125rem;
}
.c-icon-button:not(.c-icon-button-no-text) .c-icon-button-toggle {
  justify-content: space-between;
}
.c-icon-button:not(.c-icon-button-no-text):hover {
  background-color: var(--cool-component-light-grey);
  text-decoration: none;
}
.c-icon-button .c-icon-button-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-icon-button.c-icon-button-icon-left span {
  order: 2;
}
.c-icon-button.c-icon-button-icon-left .c-icon-wrapper {
  margin-right: 1.25rem;
}

.c-loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-loader-wrapper.c-loader-no-center {
  transform: none;
  position: static;
}

.c-loader {
  text-align: center;
  color: rgb(51, 51, 51);
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 !important;
}

.c-loader-lds-ring {
  position: relative;
  display: inline-block;
  width: 5.8125rem;
  height: 5.8125rem;
}
.c-loader-sm .c-loader-lds-ring {
  width: 1.125rem;
  height: 1.125rem;
}
.c-loader-s .c-loader-lds-ring {
  width: 4rem;
  height: 4rem;
}
.c-loader-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 5rem;
  height: 5rem;
  margin: 0.375rem;
  border: 6px solid #fff;
  border-radius: 50% !important;
  animation: loaderRing 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--cool-loader-color) transparent transparent transparent;
}
.c-loader-sm .c-loader-lds-ring div {
  width: 1.125rem;
  height: 1.125rem;
  border-width: 2px;
  margin: 0.21875rem;
}
.c-loader-s .c-loader-lds-ring div {
  width: 3.1875rem;
  height: 3.1875rem;
}
.c-loader-lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.c-loader-lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.c-loader-lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.c-modal-portal.open .c-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-modal-portal.open .c-modal-overlay .c-modal-body.c-modal-body-overlay-loader .c-loader-wrapper {
  z-index: 1;
}
.c-modal-portal.open .c-modal-overlay .c-modal-body.c-modal-body-overlay-loader .c-modal-body-inner {
  opacity: 0.5;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-content-has-header {
  padding: 1.5rem 2rem;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header {
  padding: 0;
  border: 0;
  flex-direction: column;
  align-items: initial;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header .c-modal-header-text {
  order: 2;
  margin-bottom: 1.5rem;
  padding: 0;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header .c-modal-header-text h2 {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header .c-modal-header-text h2 {
    font-size: 1.5rem;
  }
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header .c-modal-close-button {
  order: 1;
  line-height: 0;
  text-align: right;
  margin-bottom: 1rem;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-body {
  padding: 0;
  overflow: initial;
  margin: 0;
}
.c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) {
  display: flex;
  justify-content: right;
  align-items: start;
}
.c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-content {
  max-width: 27.25rem;
  border-radius: 0;
  min-height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in {
    display: flex;
    justify-content: right;
    align-items: start;
  }
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content {
    max-width: 27.25rem;
    border-radius: 0;
    min-height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in), .c-modal-portal.open .c-modal-overlay.c-modal-mobile-f {
    padding: 0;
  }
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-content, .c-modal-portal.open .c-modal-overlay.c-modal-mobile-f .c-modal-content {
    border-radius: 0;
  }
}

@media screen and (max-width: 1024px) {
  body .c-modal-overlay.c-modal-mobile-footer-slide-in-full-takeover .c-modal-content {
    max-height: 100% !important;
    border-radius: 0 !important;
  }
  body .c-modal-overlay.c-modal-mobile-footer-slide-in-full-takeover .c-modal-content .c-modal-content-has-header {
    max-height: 100% !important;
  }
  body .c-modal-overlay.c-modal-mobile-footer-slide-in-full-takeover .c-modal-content .c-modal-body {
    margin-bottom: 0 !important;
  }
}

.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-header-sticky-bar {
  display: none;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-image > img {
  display: none;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-image .c-modal-header-sticky-bar {
  display: block;
  border-radius: inherit;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-content > h2, .body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-content > p {
  display: none !important;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header-is-sticky .c-modal-chat-header-content .c-modal-header-sticky-bar {
  display: flex;
  background-color: transparent;
  align-items: center;
  width: 100%;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header {
  background-color: rgb(23, 73, 77);
  border-bottom: 0 !important;
  padding: 0.75rem;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-header-text {
  padding: 0;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-header-wrapper {
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  min-height: 2.5rem;
  min-width: 0px;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header figure {
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: box-shadow 0.25s ease-in-out, color 0.1s ease-in-out;
  margin: 0px;
  vertical-align: middle;
  box-sizing: border-box;
  box-shadow: transparent 0px 0px 0px 2px;
  background-color: transparent;
  color: transparent;
  margin-left: 0.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  opacity: 1;
  margin-left: 0.5rem;
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-close-button {
  z-index: 1;
  margin-right: -0.1rem !important;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header {
  display: flex;
  position: relative;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: rgb(23, 73, 77);
  color: rgb(255, 255, 255);
  word-break: break-word;
  width: 100%;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  box-sizing: inherit;
  vertical-align: bottom;
  object-fit: cover;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.009375rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600 !important;
  letter-spacing: -0.028125rem;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
  padding: 0;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-modal-chat-header-content {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  flex: 1 1 0%;
  color: rgb(255, 255, 255);
  min-width: 0px;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  padding-left: 1rem;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header h2 {
  color: white !important;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-circle-close-button button {
  background-color: inherit;
  color: white;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-circle-close-button button .c-icon-wrapper {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100px;
  align-items: center;
}
.body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header .c-circle-close-button button:hover .c-icon-wrapper {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgb(255, 255, 255);
}

@media screen and (min-width: 1025px) {
  .body-design2025 #c-help-center.c-modal-portal.open.c-chat-bot-margin .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-content {
    bottom: 94px !important;
    max-height: calc(100vh - 110px) !important;
  }
  .body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in {
    position: static;
    display: block;
  }
  .body-design2025 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-content {
    animation: animateIn 400ms cubic-bezier(0.76, 0, 0.16, 1) forwards !important;
    position: fixed;
    z-index: 99999999999;
    max-height: calc(100vh - 30px) !important;
  }
  .body-design2025 .c-modal-portal .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in {
    background: none;
    align-items: flex-end !important;
  }
  .body-design2025 .c-modal-portal .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-content {
    box-shadow: rgba(23, 73, 77, 0.15) 0px 20px 30px;
    border-radius: 0px !important;
    transform-origin: center bottom;
    border: 0px !important;
    max-height: none !important;
    height: 0;
    inset: auto 16px 14px auto !important;
    width: 380px;
    opacity: 0;
    transition: none !important;
    transform: none !important;
    filter: brightness(100%);
    pointer-events: auto;
    margin-bottom: 0px;
  }
  .body-design2025 .c-modal-portal .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-content.closing {
    animation: animateOut 400ms cubic-bezier(0.76, 0, 0.16, 1) forwards !important;
  }
}
.c-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  display: none;
  padding: 1.5rem 1rem;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay.c-modal-desktop-animation-slide-up-slide-down .c-modal-content {
    right: auto !important;
    left: auto !important;
    max-height: 100% !important;
    min-height: initial !important;
    transform: translateY(100%);
    bottom: 0;
    height: 100%;
  }
  .c-modal-overlay.c-modal-desktop-animation-slide-up-slide-down .c-modal-content.open {
    animation: footerSlideIn 0.5s forwards;
    right: auto !important;
    left: auto !important;
  }
  .c-modal-overlay.c-modal-desktop-animation-slide-up-slide-down .c-modal-content.closing {
    animation: footerSlideOut 0.5s forwards;
    right: auto !important;
    left: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay.c-modal-mobile-footer-slide-in-full-takeover .c-modal-content {
    max-height: 100% !important;
  }
  .c-modal-overlay.c-modal-mobile-footer-slide-in .c-modal-content, .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content {
    background-color: white;
    border-radius: 8px 8px 0 0;
    min-width: 100%;
    bottom: 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    min-height: initial;
    transform: translateY(100%);
    overflow: initial;
    max-height: initial !important;
    display: block;
  }
  .c-modal-overlay.c-modal-mobile-footer-slide-in .c-modal-content.open, .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content.open {
    animation: footerSlideIn 0.5s forwards;
  }
  .c-modal-overlay.c-modal-mobile-footer-slide-in .c-modal-content.closing, .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content.closing {
    animation: footerSlideOut 0.5s forwards;
  }
  .c-modal-overlay.c-modal-mobile-footer-slide-in .c-modal-content-has-header, .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content-has-header {
    max-height: calc(100dvh - 2rem);
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-header {
    padding: 1.038rem;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content,
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content-has-header {
    height: 100%;
    max-height: calc(100dvh - 2rem) !important;
  }
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) {
  padding: 0;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-header {
  padding: 1.038rem;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-header .c-modal-header-text h2 {
  font-size: 1.125rem;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-content {
  transition: all 0.3s ease;
  right: -100vw;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-content.open {
  right: 0;
}
.c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in) .c-modal-body {
  padding: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay.c-modal-desktop-r-mobile-f:not(.c-modal-desktop-r-mobile-footer-slide-in), .c-modal-overlay.c-modal-mobile-f {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in {
    padding: 0;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-header {
    padding: 1.038rem;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-header .c-modal-header-text h2 {
    font-size: 1.125rem;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content {
    transition: all 0.3s ease;
    right: -100vw;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-content.open {
    right: 0;
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-body {
    padding: 1rem;
    margin-bottom: 0;
  }
}
.c-modal-overlay .c-modal-content {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  border-radius: 8px;
  min-width: 100%;
  max-width: none;
}
.c-modal-overlay .c-modal-content.c-modal-content-height-auto .c-modal-body-inner {
  height: auto !important;
  padding-bottom: 1rem;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner {
  font-size: 1rem;
  font-weight: 400;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ul,
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ol {
  list-style-position: outside;
  margin: 1rem 0;
  padding-left: 0;
  margin-left: 1.125rem;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ul li,
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ol li {
  margin-bottom: 0.625rem;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ul li:last-child,
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ol li:last-child {
  margin-bottom: 0;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div ul {
  list-style: disc;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div h3 {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 1.5625rem;
  margin-top: 3.4375rem;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div > p:first-of-type, .c-modal-overlay .c-modal-content .c-modal-body-inner > div > p:last-of-type {
  margin: 0;
  padding: 0;
}
.c-modal-overlay .c-modal-content .c-modal-body-inner > div a {
  color: inherit;
  border-bottom: 1px solid currentColor;
}
.c-modal-overlay .c-modal-content.c-modal-content-height-fixed, .c-modal-overlay .c-modal-content-scrollable {
  max-height: 100%;
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay .c-modal-content-scrollable.c-modal-content-height-ratio-based {
    max-height: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-content.c-modal-content-height-var {
    min-height: initial;
  }
}
.c-modal-overlay .c-modal-content.c-modal-content-height-full {
  max-height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-content.c-modal-content-height-full .c-modal-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-height: 5.0625rem;
  }
  .c-modal-overlay .c-modal-content.c-modal-content-height-full .c-modal-body {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .c-modal-overlay .c-modal-content.c-modal-content-height-full {
    max-height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay .c-modal-content.c-modal-content-height-ratio-based .c-modal-body-inner {
    height: 33.8125rem;
  }
}
.c-modal-overlay .c-modal-content.c-modal-content-scrollable .c-modal-body-inner {
  width: 100%;
}
.c-modal-overlay .c-modal-content.c-modal-content-scrollable .c-modal-body {
  flex: 1 1 auto;
}
@media screen and (min-width: 1025px) {
  .c-modal-overlay .c-modal-content {
    width: 80%;
    max-width: 50rem;
    min-width: auto;
  }
  .c-modal-overlay .c-modal-content.c-modal-content-small {
    width: 60%;
    max-width: 35rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-content {
    min-height: 100%;
    overflow: hidden;
  }
}
.c-modal-overlay .c-modal-content-has-header {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  overflow: hidden;
  max-height: 100%;
}
.c-modal-overlay .c-modal-header {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid var(--cool-activity-button-card-border);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.c-modal-overlay .c-modal-header .c-modal-header-icon {
  overflow: hidden;
  height: 1.625rem;
  margin-right: 0.34375rem;
}
.c-modal-overlay .c-modal-header .c-modal-header-icon img {
  width: 1.625rem;
}
.c-modal-overlay .c-modal-header .c-modal-header-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding-right: 1.25rem;
  line-height: normal;
}
.c-modal-overlay .c-modal-header .c-modal-header-text h2 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-header .c-modal-header-text h2 {
    font-size: 1.25rem;
  }
}
.c-modal-overlay .c-modal-header .c-search-modal-close-button {
  order: 1;
  line-height: 0;
  text-align: right;
  margin-bottom: 1rem;
}
.c-modal-overlay .c-modal-header .c-modal-close-button {
  display: flex;
  justify-content: end;
  align-items: center;
  order: 1;
  line-height: 0;
}
.c-modal-overlay .c-modal-body {
  position: relative;
  padding: 1.5rem;
  overflow-y: auto;
  margin-bottom: 2.5rem;
  overscroll-behavior: contain;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-body {
    margin-bottom: 2rem;
  }
}

.c-reviews {
  display: flex;
  justify-content: start;
  align-items: center;
}
.c-reviews div.c-score {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(32, 32, 32);
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.005rem;
  text-align: left;
  margin-left: 0.5rem;
}
.c-reviews span {
  color: rgb(246, 195, 68) !important;
  font-size: 0.8441rem;
  margin-left: 0.0625rem;
}
.c-reviews span:first-child {
  margin-left: 0;
}

.c-divider {
  border: none;
  height: 0.125rem;
  background-color: var(--cool-light-grey);
  padding: 0;
  margin: 0;
}

.c-traveler__favorite__card__options {
  position: relative;
  margin-bottom: 2rem;
  line-height: normal;
  margin-top: 2rem;
  /* Slider Controls */
  /* Arrows */
}
.c-traveler__favorite__card__options .c-total_amount {
  margin: 1.25rem 0;
}
.c-traveler__favorite__card__options .c-total_amount span {
  color: rgb(32, 32, 32);
  font-size: 1.125rem;
  font-weight: 700;
}
.c-traveler__favorite__card__options .c-traveler__favorite__card__img {
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 0.5rem;
  padding-top: 66.67%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.c-traveler__favorite__card__options .c-traveler__favorite__card__img img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.c-traveler__favorite__card__options .c-reviews {
  padding: 1.109375rem 0;
}
.c-traveler__favorite__card__options .comparison__slider {
  position: absolute;
  top: 0.75rem;
  right: -0.625rem;
}
@media screen and (max-width: 1024px) {
  .c-traveler__favorite__card__options .comparison__slider {
    display: none;
  }
}
.c-traveler__favorite__card__options .slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-traveler__favorite__card__options .slider__controls {
    flex-direction: row;
  }
}
.c-traveler__favorite__card__options .page__status {
  color: #4D4D4D;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-traveler__favorite__card__options .page__status {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.c-traveler__favorite__card__options .slider__arrows {
  display: flex;
  justify-content: center;
}
.c-traveler__favorite__card__options .previous__arrow, .c-traveler__favorite__card__options .next__arrow {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  top: calc(50% - 1rem);
}
.c-traveler__favorite__card__options .previous__arrow:hover, .c-traveler__favorite__card__options .next__arrow:hover {
  border: 1px solid var(--cool-middle-grey);
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
}
.c-traveler__favorite__card__options .previous__arrow, .c-traveler__favorite__card__options .next__arrow {
  padding: 0;
  position: relative;
  margin-right: 0.625rem;
}
@media screen and (max-width: 480px) {
  .c-traveler__favorite__card__options .previous__arrow, .c-traveler__favorite__card__options .next__arrow {
    width: 2rem;
    height: 2rem;
  }
}
.c-traveler__favorite__card__options .previous__arrow i, .c-traveler__favorite__card__options .next__arrow i {
  font-size: 0.875rem;
}
@media screen and (max-width: 480px) {
  .c-traveler__favorite__card__options .previous__arrow i, .c-traveler__favorite__card__options .next__arrow i {
    font-size: 0.75rem;
  }
}

.c-traveler__favorite__card {
  width: 18.75rem; /* 300px */
  border-radius: 0.875rem; /* 14px */
  box-shadow: 0rem 0rem 1.25rem 0.0625rem rgba(32, 32, 32, 0.15);
  background-color: rgb(255, 255, 255);
  z-index: 9999;
}
.c-traveler__favorite__card__options {
  display: flex;
}
.c-traveler__favorite__card__header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.875rem;
  background-color: #315E85;
  text-align: center;
  border-radius: 0.9375rem 0.9375rem 0 0;
  padding: 0.75rem;
}
.c-traveler__favorite__card__header span {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.c-traveler__favorite__card__body {
  padding: 0.9375rem 1.5625rem;
}
.c-traveler__favorite__card__body__txt span {
  color: rgb(32, 32, 32);
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 1rem 0;
  display: block;
  line-height: 1.3125rem;
}
.c-traveler__favorite__card__img img {
  height: 10rem;
  width: 15.625rem;
  border-radius: 0.625rem;
  display: block;
}
.c-traveler__favorite__card__title {
  margin: 0.5625rem 0 0.5625rem;
}
.c-traveler__favorite__card__title span {
  color: rgb(32, 32, 32);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125em;
  letter-spacing: -0.00056rem;
  height: 5.3125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.c-traveler__favorite__card__title a {
  color: inherit;
}
.c-traveler__favorite__card__title a:hover {
  text-decoration: underline;
}
.c-traveler__favorite__card__image {
  padding-top: 66.67%;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.c-traveler__slider {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 3.8125rem;
  -webkit-box-align: stretch;
  overflow: scroll hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding: 5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
@media screen and (min-width: 1025px) {
  .c-traveler__slider {
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
}
.c-traveler__slider.dragging {
  cursor: grabbing;
}
.c-traveler__slider::-webkit-scrollbar {
  display: none;
}
.c-traveler__slider .c-traveler__slider__x1 {
  position: relative;
  user-select: none;
}
@media screen and (min-width: 1025px) {
  .c-traveler__slider .c-traveler__slider__x1.slick-slide {
    margin-left: 1.25rem;
    padding: 0;
  }
}
.c-traveler__slider .c-traveler__slider__x1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0.625rem;
  display: inline-block;
  object-fit: cover;
}

@media (max-width: 37.5rem) {
  .c-traveler__favorite__card__options {
    margin-left: 0.9375rem;
  }
  .c-traveler__favorite__card__options .c-reviews {
    padding: 0.5rem 0;
  }
  .c-traveler__favorite__card__options .c-reviews .c-score {
    font-size: 0.8125rem;
  }
  .c-traveler__favorite__card__options .c-total_amount {
    margin: 0.5rem 0 0;
  }
  .c-traveler__favorite__card__options .c-total_amount span {
    display: block;
    font-size: 0.8125rem;
  }
  .c-traveler__favorite__card {
    width: 9.375rem;
    max-width: 100%;
    height: auto;
    margin-right: 0.5rem;
  }
  .c-traveler__favorite__card__title span {
    height: 5.47rem;
    -webkit-line-clamp: 5;
    font-size: 0.8rem;
  }
  .c-traveler__favorite__card__img {
    width: 100%;
    overflow: hidden;
  }
  .c-traveler__favorite__card__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
  }
  .c-traveler__favorite__card__body {
    padding: 0.625rem;
  }
  .c-traveler__favorite__card__body__txt span {
    padding: 0.5rem 0;
    font-size: 0.8125rem;
    line-height: 1.3125rem;
  }
  .c-traveler__favorite__card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
  }
  .c-traveler__slider {
    margin-top: 4.75rem;
    padding-right: 0.9375rem;
  }
  .c-traveler__slider .c-traveler__slider__x1 {
    flex: none;
    max-width: 9.375rem;
  }
  .element-full-width-right .element-container,
  .element-full-width-right .element-row,
  .element-full-width-right .element-col {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 48rem) {
  .c-traveler__favorite__card {
    flex: 0 0 21.85rem;
    max-width: 21.85rem;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .comparison-table-wrapper {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media (min-width: 30.0625rem) and (max-width: 48rem) {
  .c-traveler__favorite__card {
    width: 21.529375rem !important;
    height: auto;
  }
  .c-traveler__favorite__card__img {
    width: 100%;
    overflow: hidden;
  }
  .c-traveler__favorite__card__img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
  }
  .c-traveler__favorite__card__options {
    padding-left: 1rem;
    margin-right: 0;
  }
  .c-traveler__favorite__card__body {
    padding: 0.625rem 1.25rem;
  }
  .c-traveler__favorite__card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
  }
  .c-traveler__slider {
    margin-top: 4.75rem;
  }
}
.c-dropdown-menu-wrapper {
  position: relative;
}
.c-dropdown-menu-wrapper .c-dropdown-menu {
  position: absolute;
  top: 3.59375rem;
  left: -7rem;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  padding: 0.75rem 0.65625rem;
  padding-top: 0.59375rem;
  border-radius: 0.75rem;
  width: auto;
  min-height: 2rem;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content {
  width: max-content;
  min-width: 12.4375rem;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content button {
  display: flex;
  border-radius: var(--cool-hover-radius);
  color: var(--cool-black);
  line-height: 25.2px;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content button span {
  font-weight: 300;
  font-size: 0.945rem;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content i {
  font-size: 1rem;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content img {
  height: 0.875rem;
  border-radius: 0.0875rem;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-arrowShadow {
  top: -1rem;
  left: calc(50% + 0.5625rem);
}

@keyframes footerSlideIn {
  100% {
    transform: translateY(0%);
  }
}
@keyframes footerSlideOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  0% {
    transform: translateY(0%) translateX(-50%) scale(0);
  }
  50% {
    transform: translateY(-4%) translateX(1%) scale(1);
  }
  100% {
    transform: translateY(0%) translateX(0%) scale(1);
  }
}
@keyframes bounceInRight {
  0% {
    transform: translateY(0%) translateX(50%) scale(0);
  }
  50% {
    transform: translateY(-4%) translateX(-1%) scale(1);
  }
  100% {
    transform: translateY(0%) translateX(0%) scale(1);
  }
}
@keyframes loaderRing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loaderAnimation {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
}
@-webkit-keyframes native-autofill-in {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes native-autofill-in {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes native-autofill-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes native-autofill-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes animateIn {
  from {
    transform: scale(0) translateY(30px);
    opacity: 0;
    max-height: 0;
    height: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
    height: 700px;
    max-height: calc(-104px + 100vh) !important;
  }
}
@keyframes animateOut {
  from {
    transform: scale(1) translateY(0);
    opacity: 1;
    height: 700px;
    max-height: calc(-104px + 100vh) !important;
  }
  to {
    transform: scale(0) translateY(30px);
    opacity: 0;
    max-height: 0;
    height: 0;
  }
}
@keyframes launcherOnOpen {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  30% {
    transform: translateY(-5px) rotate(2deg);
  }
  60% {
    transform: translateY(0px) rotate(0deg);
  }
  90% {
    transform: translateY(-1px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.c-action-button-dots + .c-select-control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-indent: 1px;
  height: 100%;
  width: 100%;
  display: block;
  background-color: transparent;
  color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  text-indent: 1px;
  text-overflow: "";
}

.c-tour-card {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 0.375rem;
  border: 1px solid var(--cool-component-grey);
  gap: 0.875rem;
  position: relative;
  transition: max-height 0.3s linear, opacity 0.1s linear 0.1s;
  animation: 0.5s ease-in-out 0s 1 normal none running fadeIn;
}
.c-tour-card-image {
  width: 4.28125rem;
  overflow: hidden;
}
.c-tour-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.375rem 0 0 0.375rem;
  object-fit: cover;
  overflow: hidden;
}
.c-tour-card-single {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.c-tour-card-carousel {
  display: flex;
  gap: 0.75rem;
  margin-right: -1rem;
  margin-left: -1rem;
  padding-right: 1rem;
  margin-bottom: -1.25rem;
  overflow: scroll hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
.c-tour-card-carousel .c-tour-card {
  width: 20rem;
  flex: 0 0 auto;
  box-shadow: 0px 0px 20px rgba(32, 32, 32, 0.19);
  scroll-snap-align: start;
  opacity: 0.4;
  scroll-snap-align: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.c-tour-card-carousel .c-tour-card:first-child {
  margin-left: 1rem;
}
.c-tour-card-carousel .c-tour-card.c-tour-card-has-options .c-tour-card-content-title {
  padding-right: 1rem;
}
.c-tour-card-carousel .c-tour-card.c-tour-card-has-options:not(.active) .c-tour-card-options {
  pointer-events: none;
}
.c-tour-card-carousel .c-tour-card.active {
  opacity: 1;
}
.c-tour-card-carousel .c-tour-card:not(.active) {
  cursor: pointer;
}
.c-tour-card-carousel .c-tour-card .c-tour-card-image {
  max-width: 2.8125rem;
}
.c-tour-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.03125rem;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  color: var(--cool-neutral);
  font-size: 0.875rem;
  padding-bottom: 0.665rem;
  padding-top: 0.8125rem;
  padding-right: 1rem;
}
.c-tour-card-content-title {
  color: var(--cool-headers) !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  line-height: 1.4666666667 !important;
  margin: 0 !important;
  overflow: hidden;
  max-height: 2.75rem;
  padding-right: 0.5rem;
}
.c-tour-card-content-info {
  font-weight: 400;
  font-size: 0.8125rem;
  display: flex;
}
.c-tour-card-content-info .c-tour-card-content-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.c-tour-card-content-info .c-tour-card-content-rating i {
  color: var(--cool-rating);
  font-size: 0.75rem;
}
.c-tour-card-content-info .c-tour-content-features {
  margin-left: 0.1875rem;
  color: var(--cool-black);
}

.c-tour-card-options {
  position: absolute;
  top: 0.4375rem;
  right: 0.8125rem;
  z-index: 1;
  color: var(--cool-breadcrumb);
}
.c-tour-card-options svg {
  transform: scale(1.2);
}
.c-tour-card-options:hover svg circle {
  fill: var(--cool-black);
}
.c-tour-card-options .c-select-control select {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.c-bot-response {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  margin-top: 1rem;
}
.c-bot-response-bot-name {
  margin: 0 0 0.5rem 3.2625rem;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  color: #6A737C;
}
.c-bot-response-multiple .c-bot-response-content-area {
  padding-left: 0.875rem;
  padding-right: 0.8125rem;
}
.c-bot-response-multiple .c-bot-response-main-container .c-bot-response-content {
  border-radius: 0 1.25rem 1.25rem 0;
  margin-bottom: 0.125rem;
}
.c-bot-response-multiple .c-bot-response-main-container:first-child .c-bot-response-content {
  border-radius: 1.25rem 1.25rem 1.25rem 0;
}
.c-bot-response-multiple .c-bot-response-main-container:last-child .c-bot-response-content {
  border-radius: 0 1.25rem 1.25rem 1.25rem;
}
.c-bot-response .c-bot-response-list-heading {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.c-bot-response .c-bot-response-list-footer {
  margin-top: 0.5rem;
}
.c-bot-response .c-bot-response-dot-ul li {
  padding-left: 0.5rem;
}

.c-bot-response-main-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  -webkit-box-pack: start;
}
.c-bot-response-main-container figure {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  align-self: flex-end;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  transition: box-shadow 0.25s ease-in-out, color 0.1s ease-in-out;
  margin: 0px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: transparent 0px 0px 0px 2px;
  background-color: transparent;
  color: transparent;
  margin-right: 0.3125rem;
  width: 2.125rem !important;
  height: 2.125rem !important;
}
.c-bot-response-main-container figure:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  transition: box-shadow 0.25s ease-in-out;
}
.c-bot-response-main-container figure:before, .c-bot-response-main-container figure > img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.c-bot-response-main-container figure > img {
  box-sizing: inherit;
  vertical-align: bottom;
  object-fit: cover;
  width: 2.125rem;
  height: 2.125rem;
}

.c-bot-response-content {
  margin-top: 0.125rem;
  min-width: 3.25rem;
  transition: border-radius 0.15s linear 0.15s, opacity 0.3s linear, background-color 0.2s linear;
  background-color: var(--cool-component-light-grey);
  color: rgb(0, 0, 0);
  max-width: calc(100% - 6.25rem);
  border-radius: 1.25rem;
  animation: 0.5s linear 0.3s 1 normal both running bounceInLeft;
}
.c-bot-response-content-area {
  padding: 0.40625rem 1.25rem 0.59375rem;
}
.c-bot-response-content-area > div {
  overflow-wrap: break-word;
  font-size: 0.9375rem;
  letter-spacing: -0.19px;
  line-height: 1.4666666667;
  font-weight: 400;
  width: auto;
  display: block;
}
.c-bot-response-content-area > div p:first-child {
  margin-top: 0 !important;
}
.c-bot-response-content-area > div p:last-child {
  margin-bottom: 0 !important;
}
.c-bot-response-content-area > div .c-list-wrapper:first-child .c-list-heading {
  margin-top: 0 !important;
}
.c-bot-response-content-area > div .c-list-wrapper:last-child ul {
  margin-bottom: 0 !important;
}
.c-bot-response-content-area > div a {
  text-decoration: underline;
  color: inherit;
  border: 0;
}

.c-user-response {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  margin-top: 1rem;
}
.c-user-response-wrapper {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  -webkit-box-pack: end;
  width: 100%;
}

.c-user-response-content {
  min-width: 3.25rem;
  transition: border-radius 0.15s linear 0.15s, opacity 0.3s linear, background-color 0.2s linear;
  overflow: hidden;
  background-color: var(--cool-component-dark-grey);
  color: rgb(255, 255, 255);
  border: 0px;
  max-width: calc(100% - 5rem);
  border-radius: 1.25rem;
  animation: 0.5s linear 0.3s 1 normal both running bounceInRight;
}
.c-user-response-content-area {
  padding-top: 0.5625rem;
  padding-bottom: 0.75rem;
  padding-left: 1.03125rem;
  padding-right: 1.0625rem;
}
.c-user-response-content-area span {
  color: white;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  font-size: 1rem;
  letter-spacing: -0.2px;
  line-height: normal;
  width: auto;
  font-weight: 400;
  display: block;
}

.c-user-details-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9375rem;
  border: 1px solid var(--cool-component-grey);
  border-radius: 10px;
  padding: 0.75rem 1.125rem 0.9375rem;
  background-color: #fff;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: -0.19px;
  color: var(--cool-text);
}
.c-user-details-card-edit a {
  color: var(--cool-link) !important;
  display: flex;
  align-items: center;
  border: 0 !important;
}
.c-user-details-card-edit a span {
  margin-right: 0.3rem;
}
.c-user-details-card-edit a i {
  font-size: 1.125rem;
}
.c-user-details-card-with-label .c-user-detail {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
.c-user-details-card-with-label .c-user-detail .label {
  font-weight: 700;
  color: var(--cool-headers);
}
.c-user-details-card-with-label .c-user-detail:last-child {
  margin-bottom: 0;
}

.c-multi-step-form-wrapper {
  border: 1px solid var(--cool-component-grey);
  border-radius: 0.625rem;
  padding: 1.28125rem 1.09375rem 1.0625rem;
  background-color: #fff;
  color: var(--cool-neutral);
  font-size: 0.9375rem;
}
.c-multi-step-form-wrapper .c-multi-step {
  display: none;
  flex-direction: column;
  margin-top: 1rem;
}
.c-multi-step-form-wrapper .c-multi-step .iti .iti__selected-dial-code {
  margin-top: 0 !important;
  font-size: 1rem;
}
.c-multi-step-form-wrapper .c-multi-step .iti .iti__search-input {
  border: 0;
  height: 43px !important;
}
.c-multi-step-form-wrapper .c-multi-step .iti .iti__country {
  min-height: 43px;
  max-height: 43px;
  height: 43px;
}
.c-multi-step-form-wrapper .c-multi-step .iti.number-entered .tm-phone-input:not(.empty) {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.c-multi-step-form-wrapper .c-multi-step .iti .iti__selected-country-primary {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}
.c-multi-step-form-wrapper .c-multi-step:first-child {
  margin-top: 0;
}
.c-multi-step-form-wrapper .c-multi-step.active {
  display: flex;
}
.c-multi-step-form-wrapper .c-multi-step-label {
  font-weight: bold;
  color: inherit;
  margin-bottom: 0.34375rem;
}
.c-multi-step-form-wrapper .c-multi-step-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 16px;
}
.c-multi-step-form-wrapper .c-multi-step .c-input-control {
  height: 2.75rem;
}
.c-multi-step-form-wrapper .c-multi-step-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.875rem;
}
.c-multi-step-form-wrapper .c-multi-step-footer-next {
  background-color: #3b82f6;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
}
.c-multi-step-form-wrapper .c-multi-step-footer-next:hover {
  background-color: #2563eb;
}

.c-support-action-buttons {
  overflow: hidden;
  transition: max-height linear 0.7s, opacity 0.3s linear 0.3s;
  margin-top: 1rem;
  animation: fadeIn 0.8s ease-in-out;
}
.c-support-action-buttons.animate-replies-appear-done, .c-support-action-buttons.animate-replies-enter-done {
  max-height: none;
  opacity: 1;
}
.c-support-action-buttons ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
  -webkit-box-pack: end;
  margin: 0 0 0.25rem !important;
  list-style: none !important;
}
.c-support-action-buttons ul li {
  height: 100%;
  margin: 0 !important;
}
.c-support-action-buttons ul li button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  height: 100%;
  white-space: normal;
  text-align: start;
  overflow: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  user-select: none;
  margin: 0.5625rem 0px 0px 0.5rem;
}

.c-message-slider {
  position: relative;
}
.c-message-slider-slides {
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  overflow: scroll hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding: 5rem;
  scrollbar-width: none;
}
.c-message-slider-avatar {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-box-pack: end;
  max-width: 17.5rem;
  scroll-snap-align: start;
  margin-left: 1.1875rem;
  margin-right: 0;
}
.c-message-slider-avatar figure {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  align-self: flex-end;
  -webkit-box-pack: center;
  transition: box-shadow 0.25sease-in-out, color 0.1sease-in-out;
  margin: 0px;
  vertical-align: middle;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: transparent 0px 0px 0px 2px;
  background-color: transparent;
  color: transparent;
  width: 2.125rem;
  height: 2.125rem;
  margin-right: 0.3125rem;
}
.c-message-slider-avatar figure img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  box-sizing: inherit;
  vertical-align: bottom;
  object-fit: cover;
}
.c-message-slider-gap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 1rem;
  max-width: 17.5rem;
  scroll-snap-align: start;
  -webkit-box-flex: 0;
  margin-right: 0px;
}
.c-message-slider-content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-flex: 0;
  flex: 0 0 calc(100% - 7.25rem);
  max-width: 17.5rem;
  scroll-snap-align: start;
  margin-right: 0.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgb(216, 220, 222);
}
.c-message-slider-content img {
  height: 9.125rem;
  object-fit: cover;
  transition: opacity 0.2s linear;
  width: 17.75rem;
  display: block;
  max-width: 100%;
}
.c-message-slider-content-top {
  -webkit-box-flex: 1;
  flex: 1 0 auto;
  padding: 0px;
}
.c-message-slider-content-top-body {
  overflow-wrap: break-word;
  padding: 1rem;
}
.c-message-slider-content-top-body * {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.c-message-slider-content-top-body h3,
.c-message-slider-content-top-body p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.c-message-slider-content-top-body p {
  font-weight: normal;
}
.c-message-slider-content-bottom {
  padding: 0px 0.5rem 0.5rem;
}
.c-message-slider-content-bottom h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.c-message-slider-content-bottom p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: normal;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.c-message-slider-content-bottom-button {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 0.5rem;
}
.c-message-slider-content-bottom-button a span {
  font-size: 0.875rem;
}
.c-message-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  transition: border-color 0.25sease-in-out, box-shadow 0.1sease-in-out, background-color 0.25sease-in-out, color 0.25sease-in-out, outline-color 0.1sease-in-out, z-index 0.25sease-in-out;
  margin: 0px;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  user-select: none;
  line-height: 38px;
  font-size: 1rem;
  outline-color: transparent;
  padding: 0px;
  min-width: 40px;
  color: rgb(104, 115, 125);
  height: 2.5rem;
  width: 2.5rem;
  background-color: rgb(255, 255, 255);
  z-index: 1;
  box-shadow: rgba(71, 69, 123, 0.04) 0px 1px 4px 0px, rgba(36, 36, 36, 0.1) 0px 4px 12px 0px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
}
.c-message-slider-nav.c-message-slider-prev {
  left: 1rem;
}
.c-message-slider-nav.c-message-slider-next {
  right: 1rem;
}

.c-three-dots-loader {
  white-space: normal;
  line-height: normal;
}
.c-three-dots-loader svg {
  width: 2rem;
  height: 1.625rem;
  max-height: 100%;
}
.c-three-dots-loader svg circle {
  opacity: 0.2;
}
.c-three-dots-loader svg circle:nth-child(1) {
  animation: 1s ease 0.4s infinite normal none running loaderAnimation;
}
.c-three-dots-loader svg circle:nth-child(2) {
  animation: 1s ease 0.2s infinite normal none running loaderAnimation;
}
.c-three-dots-loader svg circle:nth-child(3) {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: loaderAnimation;
  animation-timeline: auto;
  animation-range: normal;
  animation-delay: unset;
}

.c-help-center-support-assistant {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 1.25rem;
}
.c-help-center-support-assistant-body {
  height: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  overscroll-behavior-y: contain;
}
.c-help-center-support-assistant-body > :first-child {
  margin-top: 0;
}
.c-help-center-support-assistant-body:empty + .c-help-center-support-assistant-loader .c-bot-response {
  margin-top: 0;
}
.c-help-center-support-assistant .c-user-details-card,
.c-help-center-support-assistant .c-multi-step-form-wrapper {
  margin-left: 2.8125rem;
  margin-top: 1.1875rem;
}
.c-help-center-support-assistant .iti:not(.empty) .iti__flag-container {
  top: 0 !important;
}
.c-help-center-support-assistant .iti .iti__flag-container {
  left: 0 !important;
}
.c-help-center-support-assistant .iti .iti__flag-container .iti__selected-flag {
  border-top-left-radius: 1.8rem;
  border-bottom-left-radius: 1.8rem;
  padding-left: 0.8125rem;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-bot-response-content {
  background: none;
  width: 100%;
  border-radius: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  max-width: 100%;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-bot-response-content-area {
  padding: 0;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-multi-step-form-wrapper {
  margin: 0;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-bot-response-content-area > span {
  white-space: nowrap;
}
.c-help-center-support-assistant .c-bot-response-full-width .c-user-details-card {
  margin: 0;
}
.c-help-center-support-assistant .c-multi-step-footer button {
  min-height: 2.5rem;
}
.c-help-center-support-assistant .c-message-slider {
  margin-left: -0.8125rem;
  margin-right: -1.4375rem;
}
.c-help-center-support-assistant .iti__country .iti__flag-box {
  display: inline-block !important;
}

.c-modal-overlay .c-modal-header:not(.c-modal-header-is-sticky) .c-modal-header-sticky-bar {
  display: none;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky {
  padding-left: 0;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-icon {
  display: none;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-wrapper > h2 {
  display: none;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar {
  display: flex;
  align-items: stretch;
  height: 2.75rem;
  gap: 0.875rem;
  background: #fff;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar-content {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar-content h3 {
  color: var(--cool-headers) !important;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4666666667;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar-image {
  margin-top: -0.5625rem;
  margin-bottom: -0.5625rem;
  width: 4.28125rem;
  overflow: hidden;
}
.c-modal-overlay .c-modal-header.c-modal-header-is-sticky .c-modal-header-sticky-bar-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  overflow: hidden;
}

.s-header {
  z-index: 99999;
  min-height: 4.1875rem;
  background: white;
  color: var(--cool-black);
  width: 100%;
  padding-left: max(0rem, env(safe-area-inset-left, 0rem));
  padding-right: max(0rem, env(safe-area-inset-right, 0rem));
}
@media screen and (max-width: 1024px) {
  .s-header {
    min-height: 3.285rem;
  }
}
.s-header .s-search-container-mobile {
  padding-bottom: 0.45375rem;
}
@media screen and (min-width: 1025px) {
  .s-header .s-search-container-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .s-header .s-search-container-mobile.s-mobile-search-bar-hidden {
    padding-bottom: 0;
  }
  .s-header .s-search-container-mobile.s-mobile-search-bar-hidden .c-search-control-style {
    height: 0;
    padding: 0;
    border: 0;
    width: 0;
  }
  .s-header .s-search-container-mobile.s-mobile-search-bar-hidden .c-search-control-style .c-search-icon,
  .s-header .s-search-container-mobile.s-mobile-search-bar-hidden .c-search-control-style .c-search-mobile {
    display: none;
  }
}
body.home .s-header .s-search-container-mobile {
  display: none;
}

.s-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.1875rem;
}
@media screen and (max-width: 1024px) {
  .s-header-content {
    height: 3.285rem;
  }
}

.s-header-left {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.5rem;
  height: 3.355rem;
}
.s-header-left .c-mobile-left-menu {
  display: flex;
}
.s-header-left .c-mobile-left-menu i {
  display: flex;
}
.s-header-left .c-logo-container img {
  display: block;
  width: 12.846875rem;
  height: auto;
}
.s-header-left .c-logo-container {
  margin-right: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .s-header-left .c-mobile-left-menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .s-header-left .c-explore-button {
    display: none;
  }
  .s-header-left .c-logo-container img {
    width: 9.0675rem;
  }
  .s-header-left .c-icon-button {
    font-size: 1.3125rem;
  }
}

.s-header-right {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0.5625rem;
}
@media screen and (max-width: 1024px) {
  .s-header-right {
    gap: 0.5rem;
  }
  .s-header-right .mobile-search-button-right {
    margin-top: 0.0625rem;
  }
  .s-header-right .mobile-search-button-right i {
    color: black;
  }
  .s-header-right .c-avatar-dropdown > i {
    display: none;
  }
  .s-header-right .c-avatar-container {
    padding: 0;
    border: 0;
    border-radius: 0;
    width: 2.25rem;
    height: 2.3125rem;
  }
  .s-header-right .c-avatar-container .c-user-circle i {
    font-size: 2.25rem;
  }
}

.s-header-search-wrapper {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 1025px) {
  .s-header-search-wrapper {
    display: block;
  }
}
.s-header-search-wrapper .c-header-search {
  max-width: 26.875rem;
}

@media screen and (min-width: 1025px) {
  #top-bar .box-width {
    padding: 0 1.6875rem;
  }
}

.c-help-center-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  background: none;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  color: var(--cool-icon-color);
}
.c-help-center-button i {
  font-size: 1.375rem;
}
.c-help-center-button:hover {
  background-color: var(--cool-component-light-grey);
}

@media screen and (max-width: 1024px) {
  #main-header-middle .simple-weather__day {
    flex-direction: column;
    gap: 0.5rem;
  }
  #main-header-middle .sw {
    margin: 0;
  }
  #main-header-middle .sw:before {
    font-size: 1.5rem;
  }
  #main-header-middle .simple-weather__temp {
    margin: 0;
  }
}

.c-booking__confirmation {
  line-height: normal;
}
.c-booking__confirmation .banner__section {
  height: 230px;
  border: 1px solid rgb(206, 220, 216);
  background-image: url("/app/assets/imgs/confetti.png");
}
.c-booking__confirmation .banner__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0px;
  padding: 0 59px 0 65px;
  margin-top: 60px;
}
.c-booking__confirmation .banner__section .banner__section__left .banner__title {
  color: rgb(32, 32, 32);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.53px;
  text-align: left;
  display: block;
}
.c-booking__confirmation .banner__section .banner__section__left .banner__description {
  color: rgb(32, 32, 32);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.01px;
  text-align: left;
  line-height: 53px;
}
.c-booking__confirmation .banner__section .banner__section__left .banner__link a {
  color: rgb(32, 32, 32);
  text-decoration: underline;
}
.c-booking__confirmation .banner__section__right img {
  width: 225px;
  height: 61px;
  margin-top: -8px;
}
.c-booking__confirmation .booking__card {
  display: flex;
  justify-content: space-between;
  background: white;
  width: 1231px;
  max-width: 1231px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: -90px;
}
.c-booking__confirmation .booking__card__left {
  width: 70px;
  display: flex;
  justify-content: space-between;
}
.c-booking__confirmation .booking__card__right {
  width: 31%;
}
.c-booking__confirmation .date__box {
  width: 51px;
  height: 51px;
  border: 1px solid rgb(32, 32, 32);
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
}
.c-booking__confirmation .date__box__body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.c-booking__confirmation .date__box .date__box__header {
  border-bottom: 1px solid rgb(32, 32, 32);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
}
.c-booking__confirmation .date__box .small {
  color: rgb(32, 32, 32);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.92px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
.c-booking__confirmation .date__box .large {
  opacity: 1;
  color: rgb(32, 32, 32);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
.c-booking__confirmation .separator {
  width: 1px !important; /* Make it a thin line */
  height: 285px !important; /* Adjust as needed */
  background-color: #ccc !important; /* Change color if needed */
  border: none !important; /* Remove default border */
}
.c-booking__confirmation .booking__card__center {
  width: 60%;
}
.c-booking__confirmation .booking__card__center .tag {
  width: 71px;
  height: 19px;
  border-radius: 3px;
  border: 1px solid rgb(65, 117, 5);
  background-color: rgb(255, 255, 255);
  opacity: 1;
  color: rgb(65, 117, 5);
  padding: 0px 4.5px 0px 5.5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center; /* changed from left to center */
  text-transform: uppercase;
  display: flex; /* added */
  align-items: center; /* added */
  justify-content: center; /* added */
  margin-bottom: 7px;
}
.c-booking__confirmation .booking__card__center .title {
  width: 539px;
}
.c-booking__confirmation .booking__card__center .title span {
  color: rgb(32, 32, 32);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 24px;
  display: block;
  margin-bottom: 30px;
}
.c-booking__confirmation .banner__section__right {
  width: 19.5%;
}
.c-booking__confirmation .booking__card__center .c__description__cc {
  width: 635px;
}
.c-booking__confirmation .booking__card__center .c__description__cc span {
  opacity: 1;
  color: rgb(51, 51, 51);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 34px;
  display: block;
}
.c-booking__confirmation .booking__card__center .order__total {
  font-weight: 700 !important;
}
.c-booking__confirmation .booking__card__right {
  width: 31%;
}
.c-booking__confirmation .booking__card__right .view__tickets {
  height: 50px;
  width: 330px;
  margin-top: 0px !important;
  margin-bottom: 10px;
}
.c-booking__confirmation .booking__card__right .section__box {
  width: 331px;
  padding: 15.5px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
}
.c-booking__confirmation .booking__card__right .section__box span {
  opacity: 1;
  color: rgb(32, 32, 32);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.43px;
  text-align: left;
}
.c-booking__confirmation .section__box {
  display: flex;
  justify-content: space-between;
}
.c-booking__confirmation .c__description__cc a {
  color: rgb(51, 51, 51);
  font-size: 17px;
  font-weight: 400;
  font-style: Regular;
  letter-spacing: -0.2px;
  text-decoration: underline;
}
.c-booking__confirmation .c__link__titleText {
  opacity: 1;
  color: rgb(32, 32, 32);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 23.22px;
}
.c-booking__confirmation .c__sgc__socialButtons {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.c-booking__confirmation .c__social__buttons {
  display: flex;
  gap: 11px;
}
.c-booking__confirmation .social__icon__google {
  width: 103px;
}
.c-booking__confirmation .social__icon__facebook {
  width: 100px;
}
.c-booking__confirmation .social__icon__apple {
  width: 97px;
}
.c-booking__confirmation .social__icon__google, .c-booking__confirmation .social__icon__facebook,
.c-booking__confirmation .social__icon__apple {
  border-radius: 4px;
  border: 1px solid rgb(32, 32, 32);
  opacity: 1;
  display: flex;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 34px;
}

.c-multi-step-radio {
  border: 1px solid var(--cool-field-outline-color);
  margin: 0;
  padding: 0;
  border-top: none;
  border-radius: 5px;
  margin-bottom: 20px;
}
.c-multi-step-radio .c-multi-step-radio-item {
  padding: 16px;
  border: none;
  border-top: 1px solid var(--cool-field-outline-color);
  cursor: pointer;
  position: relative;
}
.c-multi-step-radio .c-multi-step-radio-item:first-child {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.c-multi-step-radio .c-multi-step-radio-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.c-multi-step-radio .c-multi-step-radio-item + .c-multi-step-radio-item-content {
  display: none;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content {
  display: block;
  padding: 16px;
  border-top: 1px solid var(--cool-field-outline-color);
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content .custom-select {
  margin-bottom: 0;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content.c-multi-step-radio-item-content-empty {
  display: none;
}

.c-currency-switcher {
  border-radius: 9px;
  font-size: 1.0625rem;
  line-height: 1.1764705882;
  font-weight: 400;
  color: var(--cool-component-dark-grey);
  padding-top: 0.59375rem;
  padding-bottom: 0.53125rem;
  padding-right: 0.510625rem;
  padding-left: 0.54375rem;
  cursor: pointer;
  display: flex;
}
.c-currency-switcher:hover {
  background-color: var(--cool-component-light-grey);
}
.c-currency-switcher .c-currency-switcher-short {
  text-decoration: underline;
}
.c-currency-switcher .c-currency-switcher-inner {
  display: flex;
  align-items: center;
  gap: 7px;
}
.c-currency-switcher .c-currency-switcher-icon {
  margin-left: 0.125rem;
}
.c-currency-switcher .c-currency-switcher-icon i {
  font-size: 1.375rem;
}

.c-checkbox-list {
  padding-top: 1.5rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-checkbox-list {
    height: 40.6875rem;
  }
}
.c-checkbox-list .c-checkbox-item {
  width: 100%;
  border: none;
  padding: 0;
}
.c-checkbox-list .c-checkbox-item .c-dummy-radio-button-inner {
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #545454;
  display: block;
  position: relative;
}
.c-checkbox-list .c-checkbox-item .c-dummy-radio-button {
  width: 18px;
  height: 18px;
}
.c-checkbox-list .c-checkbox-item.c-checkbox-item-selected .c-checkbox-name {
  font-weight: 700;
}
.c-checkbox-list .c-checkbox-item.c-checkbox-item-selected button {
  background-color: var(--cool-component-light-grey);
}
.c-checkbox-list .c-checkbox-item.c-checkbox-item-selected .dotted {
  background-color: black;
  border: none;
}
.c-checkbox-list .c-checkbox-item.c-checkbox-item-selected .dotted::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: white;
  display: block;
}
.c-checkbox-list .c-checkbox-item button {
  color: black;
  width: 100%;
  padding: 1.0625rem 1.875rem 1.0625rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  border-bottom: 1px var(--cool-component-light-grey) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-checkbox-list .c-checkbox-item button:hover {
  background-color: var(--cool-component-light-grey);
}
.c-checkbox-list .c-checkbox-item .c-checkbox-abbr {
  color: var(--cool-neutral);
}

.checkout-body .step-footer .continue-btn .stripe_apple,
.checkout-body .step-footer .continue-btn .stripe_google {
  display: none;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple {
  display: flex;
  width: 100%;
  font-size: 1.0625rem;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple .apple-pay-btn {
  background-color: black;
  border: none;
  color: white;
  cursor: pointer;
  font-synthesis: none;
  justify-content: center;
  position: relative;
  margin: 0;
  box-sizing: var(--apple-pay-button-box-sizing, content-box);
  min-height: 30px;
  height: 30px;
  min-width: 140px;
  width: 100%;
  border-radius: 34px;
  padding: 0;
  -moz-font-feature-settings: kern;
  -moz-osx-font-smoothing: "grayscale";
  -webkit-font-smoothing: antialiased;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple #container {
  color: white;
  cursor: pointer;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple svg {
  color: white;
  cursor: pointer;
  font-synthesis: none;
  position: absolute;
  width: 160px !important;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
}
.checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_google {
  display: flex;
  background-image: url(../imgs/google-pay-en.svg);
  padding: 8px 24px;
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0px;
  height: 40px;
  min-height: 40px;
  position: relative;
  top: -1px;
}
.checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_google .fa-brands-5 {
  top: 0.21875rem !important;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay, .checkout-body .step-footer .continue-btn.stripe-pm____google_pay {
  background-color: black;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_default, .checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_default {
  display: none;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple,
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_google, .checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_apple,
.checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_google {
  text-transform: none;
  justify-content: center;
  font-weight: 500;
  align-items: center;
}
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_apple .fa-brands-5,
.checkout-body .step-footer .continue-btn.stripe-pm____apple_pay .stripe_google .fa-brands-5, .checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_apple .fa-brands-5,
.checkout-body .step-footer .continue-btn.stripe-pm____google_pay .stripe_google .fa-brands-5 {
  font-size: 2.1875rem;
  margin-left: 7px;
}
.checkout-body .select2-container--default.select2-container .select2-dropdown .select2-search__field {
  height: 51px !important;
}
.checkout-body.custom-select2-wrapper.custom-select2-dropdown-inline .select2-dropdown-inline {
  margin-top: 2px;
}

.checkout-page .iti.new-phone-input.number-entered + label {
  -webkit-transform: translateY(7.5px) scale(0.875) !important;
  -ms-transform: translateY(7.5px) scale(0.875) !important;
  transform: translateY(7.5px) scale(0.875) !important;
}
.checkout-page #payment-element.StripeElement .__PrivateStripeElement {
  top: 0 !important;
}
.checkout-page .custom-input label, .checkout-page .custom-select.custom-select2-wrapper label {
  -webkit-transform: translateY(15.5px) scale(1) !important;
  -ms-transform: translateY(15.5px) scale(1) !important;
  transform: translateY(15.5px) scale(1) !important;
  line-height: inherit;
}
.checkout-page .custom-input input,
.checkout-page .custom-input textarea {
  padding-top: 1.53125rem !important;
}
.checkout-page .custom-input input.focused + label, .checkout-page .custom-input input:focus + label, .checkout-page .custom-input input:not(.empty) + label {
  -webkit-transform: translateY(7.5px) scale(0.875) !important;
  -ms-transform: translateY(7.5px) scale(0.875) !important;
  transform: translateY(7.5px) scale(0.875) !important;
}
@media screen and (min-width: 1025px) {
  .checkout-page .guarantee-area .c-tooltip-content {
    max-width: 8.954375rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .checkout-page .checkout-acknowledgement,
  .checkout-page .step-footer + .step-footer-message,
  .checkout-page .guarantee-area {
    text-align: center;
  }
  .checkout-page .order-seal,
  .checkout-page .trustpilot-seal-icon {
    display: flex;
    justify-content: center;
    width: auto !important;
  }
  .checkout-page .order-seal img,
  .checkout-page .trustpilot-seal-icon img {
    margin-left: 0;
  }
}
.checkout-body .checkout-page#checkoutOverview .due-today-above-book-now + ul.step-footer-message {
  color: var(--cool-dark-grey);
  line-height: 21px;
  -webkit-font-smoothing: auto;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence {
  padding-top: 1.96875rem;
  margin-bottom: 22px;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence h2, .checkout-body .checkout-page#checkoutOverview .book-with-confidence h3, .checkout-body .checkout-page#checkoutOverview .book-with-confidence p {
  color: var(--cool-text) !important;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-inner {
  margin-top: 14.5px;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item {
  font-weight: 400;
  margin-bottom: 16px;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item h3 {
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.267;
  margin-bottom: 2px;
  font-weight: 700;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item p {
  line-height: 1.5714285714;
  font-size: 0.875rem !important;
  margin: 0 !important;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence .book-with-confidence-item p a {
  color: inherit !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: inherit !important;
  text-decoration: none !important;
}
.checkout-body .checkout-page#checkoutOverview .book-with-confidence + .order-seal {
  margin: 0 !important;
}
.checkout-body .checkout-page#checkoutOverview #c-cancellation-policy .cancellationPolicyTimeLineTitle {
  display: none;
}
.checkout-body .checkout-page#checkoutOverview #c-cancellation-policy .cancellationPolicyTimeline {
  padding-top: 1rem;
}
.checkout-body .checkout-page#checkoutOverview #c-cancellation-policy .unlimited-rescheduling-heading {
  font-size: 1.25rem;
}
.checkout-body .checkout-page#checkoutOverview #c-cancellation-policy .c-modal-header-text {
  margin-bottom: -3px;
}
.checkout-body .checkout-page#checkoutOverview .product-info {
  padding-bottom: 0;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc {
  margin-bottom: 0 !important;
  line-height: 1.4375 !important;
  color: var(--cool-text) !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc > * {
  line-height: inherit !important;
  font-size: inherit !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc a {
  text-decoration: underline !important;
  border: 0 !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc .product-desc-inner {
  display: flex;
}
.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out {
  margin-bottom: 0;
  margin-top: 4px;
}
.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out .labelTag {
  margin-top: 0;
}
.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out .tooltip-pos {
  position: static;
}
.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out .tooltip-pos .tooltip-cont {
  top: 0;
}
@media screen and (max-width: 1024px) {
  .checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out .tooltip-pos .tooltip-cont {
    top: 35px;
  }
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-thumb {
  margin-right: 0.71875rem;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
}
.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-info .product-desc-title {
  line-height: 1.4375 !important;
  letter-spacing: -0.1066666692 !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info #product-desc-list {
  margin-top: 1.40625rem !important;
  margin-bottom: 16px;
}
.checkout-body .checkout-page#checkoutOverview .product-info #product-desc-list li {
  line-height: 1.4375;
}
.checkout-body .checkout-page#checkoutOverview .product-info #product-desc-list li > div {
  font-size: inherit !important;
  line-height: inherit !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info #product-desc-list li a {
  font-size: inherit !important;
}
.checkout-body .checkout-page#checkoutOverview .product-info #product-desc-list li > :first-child {
  width: 1rem;
  min-width: 1rem;
  max-width: 1rem;
  margin-right: 0.59375rem;
  color: var(--p, --cool-headers);
}
.checkout-body .checkout-page#checkoutOverview .product-info #product-desc-list a {
  font-weight: 700;
}
.checkout-page #trip-protection-wrapper {
  margin-bottom: 24px;
}
.checkout-page #trip-protection-wrapper .booking-trip-protection-section-header {
  margin-top: 24px;
}
.checkout-page #cool-widget .section-header h2,
.checkout-page .section-header h2, .checkout-page h1.section-header,
.checkout-page .book-with-confidence h2 {
  font-weight: 700;
  font-size: 1.25rem;
}
.checkout-page .guarantee-area h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
.checkout-page .booking-notes-section-header h2 {
  font-size: 1rem;
  font-weight: 600;
}
.checkout-page .guarantee-area p {
  color: var(--cool-dark-grey);
}
.checkout-page input, .checkout-page .stripe-element, .checkout-page .custom-input textarea, .checkout-page .custom-textarea textarea,
.checkout-page select, .checkout-page .custom-select2-wrapper .select2-container .select2-selection--single,
.checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 0.875rem !important;
}
.checkout-page select, .checkout-page .custom-select2-wrapper .select2-container .select2-selection--single,
.checkout-page input:not([type=checkbox]), .checkout-page .stripe-element, .checkout-page .custom-input textarea, .checkout-page .custom-textarea textarea,
.checkout-page .discount-code .button {
  height: 3.1875rem !important;
}
.checkout-page .StripeElement:not(.empty) > div {
  top: 2rem;
}
.checkout-page span.due-today-text {
  font-size: 1.25rem !important;
}
.checkout-page span.due-today-text,
.checkout-page .product-total-price span {
  font-weight: 700 !important;
  align-self: center !important;
}
@media screen and (min-width: 1025px) {
  .checkout-page #section-payment-method .tooltip-cont {
    left: 12px;
    width: 157px;
  }
}
.checkout-page .custom-select:not(.custom-select2-wrapper).empty label {
  top: 16px;
}
.checkout-page .custom-select:not(.empty).custom-select2-wrapper label, .checkout-page .custom-select:not(.empty):not(.custom-select2-wrapper) label {
  -webkit-transform: translateY(7.5px) scale(0.875) !important;
  -ms-transform: translateY(7.5px) scale(0.875) !important;
  transform: translateY(7.5px) scale(0.875) !important;
  font-size: 0.875rem !important;
  line-height: 19.6px;
}
.checkout-page .custom-select:not(.empty) .select2-selection__rendered {
  padding-top: 0.25rem !important;
}
.checkout-page .custom-select:not(.empty) select {
  padding-top: 25px !important;
}
.checkout-page .custom-input .tooltip-pos,
.checkout-page .custom-select .tooltip-pos {
  bottom: 0;
  height: 100%;
}
.checkout-page .custom-input .tooltip-pos .tooltip-wrap,
.checkout-page .custom-select .tooltip-pos .tooltip-wrap {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -0.125rem;
}
@media screen and (min-width: 1025px) {
  .checkout-page .custom-input .tooltip-pos .tooltip-cont,
  .checkout-page .custom-select .tooltip-pos .tooltip-cont {
    left: 28px;
    width: 125px;
  }
}
.checkout-page #product-desc-list span {
  font-weight: inherit !important;
}
.checkout-page .checkout-promotional-code-wrapper .checkbox {
  padding-left: 0;
}
.checkout-page .checkout-promotional-code-wrapper .checkbox input {
  padding-left: 0;
}
.checkout-page .checkout-promotional-code-wrapper .checkbox:not(.c-has-promo-code-opened) span {
  border-bottom: 1px solid currentColor;
}
.checkout-page .product-subtotal-shipping,
.checkout-page .checkout-promotional-code-wrapper span,
.checkout-page .product-subtotal-shipping,
.checkout-page .due-today-wrapper {
  color: var(--cool-headers);
}
@media screen and (max-width: 1024px) {
  .checkout-page .main-content {
    padding-bottom: 0;
  }
  .checkout-page .book-with-confidence {
    padding-top: 0 !important;
    margin-bottom: 22px;
  }
  .checkout-page .guarantee-area {
    margin-top: 0;
    margin-left: -31px;
    padding-left: 31px;
    padding-right: 31px;
    width: calc(100% + 62px);
    background: #fafafa;
    padding-top: 2.5rem !important;
    padding-bottom: 1.96875rem !important;
  }
}
.checkout-page .checkout-acknowledgement {
  color: var(--cool-dark-grey);
  line-height: 21px;
  -webkit-font-smoothing: auto;
}
.checkout-page .checkout-acknowledgement + .step-footer {
  margin-top: 1rem;
}
.checkout-page .checkout-acknowledgement + .step-footer + .step-footer-message {
  list-style: none;
  margin-left: 0;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1025px) {
  .checkout-page .checkout-acknowledgement + .step-footer + .step-footer-message {
    text-align: center;
  }
}
.checkout-page .checkout-acknowledgement + .step-footer + .step-footer-message li i {
  font-size: 15px;
  margin-right: 1px;
  min-width: 26px;
  width: 26px;
  color: var(--p);
}
@media screen and (max-width: 1024px) {
  .checkout-page .checkout-acknowledgement + .step-footer {
    margin-top: 2rem;
  }
  .checkout-page .checkout-acknowledgement + .step-footer + .step-footer-message {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.checkout-page .email-address-validation-message:not(:empty) {
  position: relative;
  padding: 0.7rem 0.5rem 0.75rem 0.8125rem;
  margin-top: 1.375rem;
  margin-bottom: 0.5rem;
  width: 100%;
  margin-left: 0;
  color: var(--cool-headers);
  font-size: 0.875rem;
  z-index: 1;
  min-height: 3.1875rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .checkout-page .email-address-validation-message:not(:empty) {
    display: block;
    min-height: auto;
  }
  .checkout-page .email-address-validation-message:not(:empty) strong,
  .checkout-page .email-address-validation-message:not(:empty) a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.checkout-page .email-address-validation-message:not(:empty) strong,
.checkout-page .email-address-validation-message:not(:empty) a {
  margin-left: 5px;
  margin-right: 5px;
}
.checkout-page .email-address-validation-message:not(:empty) a {
  border-bottom: 1px solid currentColor !important;
  color: var(--cool-headers) !important;
  text-decoration: none;
  font-weight: 700;
}
.checkout-page .email-address-validation-message:not(:empty) .email-address-validation-message-inner {
  position: relative;
}
.checkout-page .email-address-validation-message:not(:empty)::before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 5px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
  z-index: -1;
}
.checkout-page .checkout-acknowledgement {
  margin-bottom: 0;
}
.checkout-page .checkout-acknowledgement + .step-footer-message {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.checkout-page .checkout-acknowledgement + .step-footer-message li {
  display: flex;
  margin: 0.25rem 0;
  align-items: flex-start;
}
.checkout-page .checkout-acknowledgement + .step-footer-message li i {
  margin-right: 0.4rem;
  margin-top: 0.25rem;
  min-width: 1rem;
}
@media screen and (min-width: 1025px) {
  .checkout-page .order-seal > div {
    max-width: 33.3333333333%;
  }
}
.checkout-page .order-seal > div {
  position: relative;
}
.checkout-page .order-seal .c-tooltip-content {
  bottom: 4rem;
  text-align: center;
}
.checkout-page .order-seal + .c-tooltip-wrapper {
  width: 194px;
}
.checkout-page .order-seal + .c-tooltip-wrapper .c-tooltip-content {
  bottom: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .checkout-page .norton-seal-icon .c-tooltip-content,
  .checkout-page .trustpilot-seal-icon .c-tooltip-content {
    left: 65px;
  }
  .checkout-page .norton-seal-icon .c-tooltip-content::after,
  .checkout-page .trustpilot-seal-icon .c-tooltip-content::after {
    left: 50%;
  }
  .checkout-page .trustpilot-seal-icon .c-tooltip-content {
    left: 50%;
  }
}
.checkout-page .bbb-seal-icon .c-tooltip-content {
  bottom: 59px !important;
}
.checkout-page .custom-input.phone-input i {
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 1.15625rem;
  transform: translateY(-50%);
  left: 14px;
}
.checkout-page .custom-input.phone-input:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  font-size: 1.15625rem;
  transform: translateY(-50%);
  left: 14px;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f3ce";
}
.checkout-page .custom-input.card-number:after {
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f023";
  bottom: 1.0625rem;
  position: absolute;
  right: 0.9375rem;
  color: #3d8b43;
  font-size: 1rem;
  font-weight: 900;
}
.checkout-page .iti:not(.new-phone-input) #phone {
  padding-left: 2.5rem !important;
}
.checkout-page .iti:not(.new-phone-input) .iti__arrow {
  margin-left: 0.75rem;
  border: 0;
  width: 0.625rem;
  height: 0.625rem;
  font-weight: 700;
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 0.625rem;
}
.checkout-page .iti:not(.new-phone-input) .iti__arrow:before {
  content: "\f078";
}
.checkout-page .iti:not(.new-phone-input) .iti__arrow.iti__arrow--up:before {
  content: "\f077";
}
.checkout-page .iti:not(.new-phone-input) .iti__flag {
  scale: 1.35;
}
.checkout-page .iti:not(.new-phone-input) label {
  top: 1rem;
  left: 2.5625rem;
}
.checkout-page .iti:not(.new-phone-input) .iti_arrow {
  margin-left: 0.71875rem;
}
.checkout-page .iti:not(.new-phone-input) .iti__flag-container {
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
}
.checkout-page .iti:not(.new-phone-input) .iti__selected-flag {
  padding-right: 0.71875rem;
  padding-left: 1rem;
}
.checkout-page .iti:not(.new-phone-input):not(.empty) + label {
  left: 2.5625rem;
}
@media screen and (max-width: 1024px) {
  .checkout-page .iti:not(.new-phone-input) .iti__country-list {
    right: 0;
  }
}

.checkout-design2025 .custom-input .tooltip-pos .tooltip-cont {
  left: 89px;
}
.checkout-design2025 .contact-info {
  padding-top: 0;
}
.checkout-design2025 .main-header-wrapper {
  border-bottom: 1px solid var(--cool-component-grey);
}
.checkout-design2025 .main-header {
  display: flex;
  max-width: 1105px;
  margin: 0 auto;
  padding: 15px 32px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .checkout-design2025 .main-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.checkout-design2025 .main-header-left a {
  text-decoration: none;
  border: 0;
}
.checkout-design2025 .main-header-left img {
  max-width: 250px;
  width: auto !important;
  height: auto !important;
  max-height: 120px;
}
.checkout-design2025 .book-embed-container .left-section {
  border-right-color: var(--cool-component-grey);
}
.checkout-design2025 #order-summary {
  border: 0;
}

.c-hr {
  border-top: 1px solid var(--cool-component-grey);
  height: 1.5rem;
  font-size: 0.75rem;
  margin: 2rem 0 0 0;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: var(--cool-text);
}
.c-hr span {
  background-color: #FFF;
  font-weight: 400;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0;
  transform: translateY(-50%);
  font-size: 1.0625rem;
  border: 0;
  position: relative;
  top: -2px;
}

@media screen and (min-width: 1025px) {
  #c-auth-modal .c-modal-content {
    max-width: 25rem;
    max-height: 20rem;
  }
}
#c-auth-modal .c-modal-content-has-header .c-modal-header {
  flex-direction: initial;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
#c-auth-modal .c-modal-content-has-header .c-modal-header .c-modal-header-text,
#c-auth-modal .c-modal-content-has-header .c-modal-header .c-modal-close-button {
  order: 1;
}
#c-auth-modal .c-modal-content-has-header .c-modal-header .c-modal-header-text {
  margin: 0;
}
#c-auth-modal .c-modal-content-has-header .c-modal-header h2 {
  font-size: 1.25rem;
  font-weight: 700;
  height: 30px;
  align-items: center;
  display: flex;
}
#c-auth-modal .c-modal-content-has-header .c-modal-body {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  overflow: hidden;
  max-height: 100%;
}
#c-auth-modal .c-modal-content-has-header .c-modal-body .c-modal-body-inner {
  flex: 1 1 auto;
  display: flex;
}
#c-auth-modal .c-modal-content-has-header .c-modal-body .c-modal-body-inner .c-btn {
  border: 0;
}
#c-auth-modal .c-modal-content-has-header .c-modal-body .c-modal-body-inner > div {
  flex: 1 1 auto;
}
#c-auth-modal .c-modal-content-has-header .c-modal-body .c-modal-body-inner p {
  font-size: 1.0625rem;
}
#c-auth-modal .c-modal-content-has-header .c-modal-body .c-modal-body-inner .c-auth-modal-top .c-btn {
  background-color: var(--p);
  width: 100%;
  height: 47px;
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: normal;
}
@media screen and (min-width: 1025px) {
  #c-auth-modal .c-modal-content-has-header .c-modal-body .c-modal-body-inner .c-auth-modal-bottom {
    margin-top: 26px;
  }
}
#c-auth-modal .c-modal-content-has-header .c-hr {
  margin-top: 2.21875rem;
  margin-bottom: 12px;
}
#c-auth-modal .c-modal-content-has-header .c-hr + p {
  margin-top: 7px;
  margin-bottom: 24px;
}
#c-auth-modal .c-modal-content-has-header .c-auth-modal-inner {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#c-auth-modal .c-modal-content-has-header .c-auth-modal-inner .c-auth-modal-bottom a {
  border: 0 !important;
  text-decoration: underline !important;
}

.c-breadcrumbs-list {
  scrollbar-width: none;
}

.c-breadcrumbs-container {
  padding-bottom: 0.34375rem;
  white-space: nowrap;
  overflow: hidden;
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
}
@media screen and (max-width: 1024px) {
  .c-breadcrumbs-container {
    padding-bottom: 0.0625rem;
  }
}
.c-breadcrumbs-container .c-breadcrumbs {
  margin: 1rem 0 0;
  overflow-x: auto;
}
.c-breadcrumbs-container .c-breadcrumbs-list {
  display: flex;
  color: var(--cool-breadcrumb-separator-color);
  font-size: 0.8125rem;
  line-height: 0.875rem;
  list-style-type: none;
  padding: 0 0 0.9375rem 0;
  margin: 0;
  overflow-y: hidden;
}
@media screen and (min-width: 1025px) {
  .c-breadcrumbs-container .c-breadcrumbs-list {
    line-height: 1rem;
    padding-bottom: 0.625rem;
  }
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb {
  margin-right: 0.25rem;
  flex: 0 0 auto;
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb:not(:last-of-type):after {
  padding: 0 0 0 0.25rem;
  display: inline-block;
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb a {
  text-decoration: none !important;
  color: var(--cool-breadcrumb-link-color) !important;
  border: 0 !important;
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb a:hover {
  border-bottom: 1px solid currentColor !important;
}

.search-box-breadcrumb .c-breadcrumbs-list {
  justify-content: center;
  padding-bottom: 0;
}
.search-box-breadcrumb .c-breadcrumbs-list .c-breadcrumb-crumb::before {
  content: none;
}

.c-action-links__row {
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 0.3125rem;
  margin-right: 0.25rem;
  margin-top: 0.125rem;
  color: var(--cool-headers);
}
.c-action-links__row .c-action-links__icon {
  order: 2;
}
.c-action-links__item {
  font-size: 0.75rem;
  min-height: 1.125rem;
  line-height: 1.5;
}
.c-action-links__item a {
  text-decoration: underline;
  color: inherit;
  border: 0;
}

.media-gallery {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .media-gallery {
    display: flex;
  }
}

@media screen and (min-width: 1025px) {
  .media-gallery-thumbnail-column {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail {
    position: relative;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    margin-right: 0.5rem;
    background: #000;
    border: unset;
    box-shadow: inset 0 0 0 0.125rem black;
    cursor: pointer;
    padding: 0;
    border-radius: 0.5rem;
    height: 6.1125rem;
    width: 9.375rem;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail.media-gallery-thumbnail-placeholder {
    background: var(--cool-component-light-grey);
    cursor: auto;
    box-shadow: none;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail.media-gallery-thumbnail-placeholder:last-child {
    margin-bottom: 0;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail img {
    border: none;
    cursor: pointer;
    opacity: 0.4;
    object-fit: cover;
    border-radius: 0.5rem;
    height: 6.1125rem;
    width: 9.375rem;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail:first-child {
    margin-top: 0;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail.media-gallery-thumbnail-selected, .media-gallery-thumbnail-column .media-gallery-thumbnail:not(.media-gallery-thumbnail-placeholder):hover {
    box-shadow: inset 0 0 0 0.125rem black;
    background: none;
    opacity: 1;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail.media-gallery-thumbnail-selected img, .media-gallery-thumbnail-column .media-gallery-thumbnail:not(.media-gallery-thumbnail-placeholder):hover img {
    position: relative;
    z-index: -1;
    opacity: 1;
  }
  .media-gallery-thumbnail-column .media-gallery-thumbnail .see-more-button {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.75rem !important;
    padding: 0.25rem 0.5rem;
    transition: none !important;
    background: rgba(0, 0, 0, 0.4) !important;
    font-weight: bold;
    border: 0 !important;
    border-radius: 1rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .media-gallery-has-thumbnail .media-gallery-thumbnail-column {
    display: none;
  }
}

.media-gallery-slider {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .media-gallery-slider {
    border-radius: 0.5rem;
    flex-grow: 1;
    min-width: 0;
  }
  .media-gallery-has-thumbnail .media-gallery-slider {
    margin-left: 1rem;
  }
}
.media-gallery-slider .slick-arrow {
  z-index: 1;
}

.c-tab-navigation {
  margin-bottom: 2rem;
}
.c-tab-navigation .c-tabs {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.c-tab-navigation .c-tabs .c-tabs-item {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .c-tab-navigation .c-tabs .c-tabs-item {
    flex: 0 0 auto;
  }
}
.c-tab-navigation .c-tab-navigation-content-wrapper {
  padding-top: 1rem;
}
.c-tab-navigation .c-tab-navigation-content .c-linkItem-last-item::after {
  display: none;
}
.c-tab-navigation .c-tab-navigation-content .read-more-link-with-icon {
  font-size: 0.875rem;
  color: #585C63;
  font-weight: 300;
  margin-top: 0.4375rem;
  display: inline-block;
}
.c-tab-navigation .c-tab-navigation-content .read-more-link-with-icon i {
  top: 0;
  left: 0.125rem;
  font-size: 0.625rem;
}

.c-lowestprice-wrapper {
  font-size: 0.75rem;
  color: #4D4D4D;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.0125rem;
  height: 1.625rem;
  white-space: nowrap;
  display: inline-flex;
  padding: 0.25rem;
  align-items: center;
  gap: 0.35rem;
  border-radius: 0.375rem;
  background: #F5F5F5;
  border: 0.0625rem solid #808080;
}
.c-lowestprice-wrapper:hover {
  cursor: pointer;
}
.c-lowestprice-wrapper i {
  color: #107699;
}

.c-tooltip-wrapper {
  position: relative;
}
.c-tooltip-wrapper .c-tooltip-hover-text {
  cursor: pointer;
}
.no-touch .c-tooltip-wrapper:hover .c-tooltip-content {
  display: inline !important;
}
.c-tooltip-wrapper .c-tooltip-content {
  position: absolute;
  left: 50%;
  position: absolute !important;
  background-color: rgba(51, 51, 51, 0.9);
  top: 2.1875rem !important;
  display: none;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.5625rem 0.75rem;
  border-radius: 5px;
  font-weight: 400;
  z-index: 1;
  text-align: left;
  line-height: 1.3916666667;
  width: max-content;
  max-width: 215px;
}
.c-tooltip-wrapper .c-tooltip-content:after {
  position: absolute;
  top: 0.375rem;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 6px;
  border-top-color: rgba(51, 51, 51, 0.9);
  margin-top: -1.0625rem;
  transform: rotate(180deg) translateX(-50%);
  margin-left: -0.75rem;
}
.c-tooltip-wrapper--top .c-tooltip-content {
  top: auto !important;
  bottom: 2rem;
}
.c-tooltip-wrapper--top .c-tooltip-content:after {
  transform: rotate(0deg) translateX(-50%);
  bottom: -0.75rem;
  top: auto;
  margin-left: 0;
}
.c-tooltip-wrapper.c-tooltip-content--center .c-tooltip-content {
  text-align: center;
}
.c-tooltip-wrapper.c-tooltip-content--left .c-tooltip-content {
  text-align: left;
}
.c-tooltip-wrapper.c-tooltip-content--right .c-tooltip-content {
  text-align: right;
}

.body-design2025 .c-tooltip-wrapper .c-tooltip-content,
.checkout-design2025 .c-tooltip-wrapper .c-tooltip-content {
  display: inline !important;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5) translateX(-50%);
  transform-origin: 0 100%;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.body-design2025 .c-tooltip-wrapper:hover .c-tooltip-content, .body-design2025 .c-tooltip-wrapper.c-tooltip-visible .c-tooltip-content,
.checkout-design2025 .c-tooltip-wrapper:hover .c-tooltip-content,
.checkout-design2025 .c-tooltip-wrapper.c-tooltip-visible .c-tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1) perspective(1px) translateX(-50%);
}

.c-dontmissout-wrapper {
  margin-bottom: 0.5rem;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 1025px) {
  .c-dontmissout-wrapper {
    margin-top: 1.1875rem;
  }
}

.c-banner-container {
  display: flex;
  gap: 1.14rem;
  width: 100%;
  padding: 1rem 1.29rem 0.9375rem;
  justify-content: flex-start;
  outline: 0.0625rem solid var(--cool-component-grey);
  border-radius: 0.5rem;
  min-height: 4.375rem;
}
.c-banner-container .c-banner-icon {
  display: flex;
  align-items: center;
  font-size: 30px;
  background: transparent;
}
.c-banner-container .c-banner-icon i {
  color: var(--p);
}
.c-banner-container .c-banner-message {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #333333;
  line-height: 19.5px;
}
.c-banner-container .c-banner-message .c-banner-maintext {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--cool-text);
}
.c-banner-container .c-banner-message .c-banner-subtext {
  font-size: 0.8125rem;
  color: var(--cool-dark-grey);
  font-weight: 400;
}

.c-select-control {
  display: flex;
  align-items: center;
  position: relative;
  height: 2.9375rem;
  border-radius: 4px;
}
.c-select-control select {
  padding-left: 0.9375rem;
  margin-left: 0.0625rem;
  font-size: 1.0625rem;
  color: var(--cool-headers);
  letter-spacing: 0.11px;
  font-weight: 400;
  border: 1px solid var(--cool-component-grey);
  flex: 0 0 99.8%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  outline: 0;
  box-shadow: none;
  padding-right: 3.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-select-control::after {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  display: block;
  font-size: 0.625rem;
}

.c-product-pricing {
  margin-top: 0;
}
.c-product-pricing .c-select-control {
  max-width: 25.5625rem;
}

.start__time i {
  margin-right: 0.40625rem;
  font-size: 1.125rem;
}

.start__time__heading,
.pricing__table thead th,
.pricing__box .pricing__title {
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.00688rem;
}

.pricing__box.pricing__box____is_unit {
  width: 13.1875rem;
  max-width: initial;
  min-width: initial;
}

.pricing__table thead th {
  font-size: 1.125rem;
}

.start__time__heading,
.time__separator,
.pricing__table thead th,
.pricing__box .pricing__title,
.pricing__box .pricing__tag {
  color: var(--cool-headers);
}

.pricing__box .pricing__title,
.time__separator {
  font-size: 1.125rem;
  letter-spacing: -0.1px;
}

.time__separator {
  font-size: 700;
}

.time__separator,
.time__stamp,
.pricing__box .pricing__age,
.pricing__table thead td,
.pricing__table thead th p,
.pricing__table .table__body tr td {
  color: var(--cool-neutral);
}

.time__stamp {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: -0.00688rem;
}

.pricing__section {
  display: flex;
  gap: 1.0625rem;
  flex-wrap: wrap;
}

.pricing__box {
  border: 0.0625rem solid var(--cool-component-grey);
  padding: 1.21875rem 1.125rem;
  border-radius: 0.5rem;
  text-align: left;
  line-height: 22px;
}
.pricing__box .pricing__age {
  font-size: 0.9375rem;
  font-weight: 400;
  font-size: 14px !important;
  color: var(--cool-dark-grey);
}
.pricing__box .pricing__tag {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.09px;
  line-height: 1.412em;
  margin-top: 0.6875rem;
}

.pricing__footer {
  margin-top: 0.8125rem;
}
.pricing__footer .price__text {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.005rem;
  line-height: 1.25rem;
  color: var(--cool-dark-grey);
}
.pricing__footer .price__text .check-availability-pg-btn {
  cursor: pointer;
}

.pricing__table {
  width: 100%;
  border-collapse: separate;
  height: auto;
}
.pricing__table.pricing__table__extended {
  max-width: 100%;
}
.pricing__table thead tr th {
  text-align: left;
}
.pricing__table thead tr th::after {
  content: "";
  display: block;
  width: 102%;
  height: 0.0625rem;
  background: rgb(206, 220, 216);
  position: relative;
  margin: 0.75rem 0;
}
.pricing__table thead tr th p {
  min-height: 1rem;
  display: block;
  opacity: 1;
  font-size: 0.8125rem !important;
  font-weight: 400;
  letter-spacing: -0.004375rem;
  text-align: left;
  margin-bottom: 0.3125rem;
}
.pricing__table .table__body tr td {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.005625rem;
  height: 1.9375rem !important;
}
@media screen and (max-width: 1300px) {
  .pricing__table .table__body tr td:not(.fixed-col) {
    min-width: 6.125rem;
    width: 6.125rem;
  }
}
.pricing__table tr th p {
  height: 17px;
}
@media screen and (min-width: 1025px) {
  .pricing__table {
    min-width: 36.75rem;
  }
}

table.pricing__table {
  padding: 0.46875rem 1.5625rem 1.1875rem 1.8125rem;
  border: 0.0625rem solid rgb(206, 220, 216);
  border-radius: 0.5rem;
  width: 100%;
}
table.pricing__table a {
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
@media screen and (min-width: 1301px) {
  table.pricing__table th:nth-child(1) {
    width: 10.5rem;
  }
  table.pricing__table th:nth-child(2), table.pricing__table th:nth-child(3) {
    width: 8.5625rem;
  }
}
@media screen and (min-width: 1025px) {
  table.pricing__table {
    max-width: 36.75rem;
  }
}
@media screen and (max-width: 1300px) {
  table.pricing__table {
    overflow-x: auto;
    clear: both;
    display: block;
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
  }
  table.pricing__table .fixed-col {
    position: sticky;
    left: 0;
    background: white;
    min-width: 8.5rem;
    width: 8.5rem;
    z-index: 2; /* Make sure it's above others */
  }
}

@media screen and (max-width: 450px) {
  .pricing__section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .pricing__box:not(.pricing__box____is_unit) {
    aspect-ratio: 1/1;
    box-sizing: border-box;
    display: grid;
    padding: 0;
  }
  .pricing__box:not(.pricing__box____is_unit) .pricing__box__inner {
    padding-left: 15%;
    padding-top: 18%;
  }
  .pricing__box.pricing__box____is_unit {
    padding: 1.21875rem 1.125rem;
  }
}
.c-product-pricing-select-group:not(:empty) {
  margin-top: 1.124rem;
}

#options-and-prices-wrapper > #meeting-start-time > .c-product-pricing > .c-product-pricing-select-group {
  margin-top: 0;
}

#options-and-prices-wrapper #meeting-start-time span + .c-product-pricing {
  margin-top: 20px;
}

@media screen and (min-width: 451px) {
  .pricing__box {
    min-width: 8.1125rem;
    max-width: 12rem;
    min-height: 7.5rem;
  }
  .c-product-pricing-select-group .c-select-control {
    max-width: 26.46875rem;
    margin-bottom: 1.3125rem;
  }
}
@media screen and (max-width: 600px) {
  .c-product-pricing-select-group {
    display: block;
  }
  .c-product-pricing-select-group .c-select-control {
    max-width: 100%;
    margin-bottom: 1.3125rem;
  }
}
@media screen and (max-width: 400px) {
  .pricing__box:not(.pricing__box____is_unit) .pricing__box__inner {
    padding-top: 12%;
  }
}
.traveller__gallery__wrapper {
  margin: 0 0 1.5rem 0;
  border-top: 1px solid #D9D9D9;
  overflow: hidden;
}
.traveller__gallery__title {
  padding: 1.5rem 0;
}
.traveller__gallery__container {
  display: grid;
  grid-gap: 8px;
  height: 28.4375rem;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .traveller__gallery__container {
    grid-template-columns: repeat(4, 0.25fr);
    grid-template-rows: 0.55fr 0.45fr;
    height: 20rem;
  }
}
.traveller__gallery__container .see__all__arrow {
  stroke: #FFFFFF;
  margin-bottom: 0.75rem;
}
.traveller__gallery__container .title4__AK3w {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .traveller__gallery__container .title4__AK3w {
    font-size: 1.25rem;
  }
}
.traveller__gallery__container .user__action__title {
  line-height: 1.2;
  display: block;
}
.traveller__image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.traveller__image__container {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  min-width: 100%;
  min-height: 100%;
}
.traveller__image__container:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media screen and (max-width: 767px) {
  .traveller__image__container__desktop_only {
    display: none;
  }
  .traveller__image__container:nth-child(2) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .traveller__image__container:nth-child(3) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 768px) {
  .traveller__image__container:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1/3;
  }
  .traveller__image__container:nth-child(2):nth-last-child(4) {
    grid-row: 1/2;
  }
  .traveller__image__container:nth-child(3) {
    grid-column: 4/5;
    grid-row: 1/2;
  }
  .traveller__image__container:nth-child(4):nth-last-child(2) {
    grid-column: 3/4;
  }
  .traveller__image__container:nth-child(5) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
.traveller__image__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .traveller__image__overlay__mobile {
    display: none;
  }
}

.featured__review {
  border: 1.5rem solid #F5F5F5;
  border-radius: 8px;
  margin-top: 3rem;
  background-color: #F5F5F5;
}
.featured__review .c-reviews span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .featured__review {
    margin-left: -1rem;
    width: calc(100% + 1.875rem);
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .featured__review {
    margin-right: 0;
    margin-left: 0;
  }
}
.featured__review .featuredReviewText__pprk {
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.875rem;
}
.featured__review .report__flag__button {
  width: 3.5rem;
  border: none;
  background: none;
}
.featured__review .report__flag {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 100%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured__review__header {
  background-color: #F5F5F5;
  padding-bottom: 1rem;
}
.featured__review__container {
  border-radius: 19px;
  background-color: #fff;
  padding: 1.7rem 1.5rem;
}

.review__author__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 2.375rem;
  font-weight: 400;
}

.featured__review__title {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0;
}

.rating__info {
  display: flex;
  align-items: center;
}
.rating__info .star__rating {
  display: flex;
  align-items: flex-start;
}
.rating__info .star__rating .stars__shHz {
  display: flex;
  white-space: nowrap;
  margin-right: 0.5rem;
}
.rating__info .star__rating .stars__shHz i {
  color: #00C295;
}
.rating__info .starIcon__oVLE {
  display: inline-block;
  margin-right: 0.125rem;
  height: 1.5rem;
}
.rating__info .starIcon__oVLE.md__BECl {
  height: 1rem;
  width: 1rem;
}

.c-faq--answer--container {
  padding: 1.5625rem 1.75rem;
  background-color: var(--cool-component-light-grey);
  border-radius: 0.5rem;
}

.c-faq--answer,
.c-faq--question,
.c-faq-filter-title {
  color: var(--cool-black);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667em;
}

.c-faq--answer p,
.c-faq--question p,
.c-faq--answer p {
  margin-top: 0;
}
.c-faq--answer p:last-of-type,
.c-faq--question p:last-of-type,
.c-faq--answer p:last-of-type {
  margin-bottom: 0;
}
.c-faq--answer > strong,
.c-faq--question > strong,
.c-faq--answer > strong {
  float: left;
  margin-right: 0.5rem;
}

.c-faq--question {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.c-faq--question strong {
  font-weight: 600;
  padding-right: 0.2rem;
}

.c-faq--answer ul {
  list-style: circle;
  padding-left: 1rem;
  margin-bottom: 1.125rem;
}
.c-faq--answer ul li {
  margin-bottom: 0 !important;
}

.c-faq-filter-btn-container {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  margin-top: -0.5625rem !important;
  flex-wrap: wrap;
  height: fit-content;
  -webkit-box-pack: end;
  margin-left: -0.5rem !important;
  margin: 0;
  list-style: none !important;
}

.c-faq-description {
  color: var(--cool-black);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6666666667em;
  margin: 0;
  margin-bottom: 2rem;
}

.c-faq-filter-button {
  align-items: center;
  border: 1px solid var(--p) !important;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  min-width: 5.75rem;
  white-space: nowrap;
  margin: 0.5625rem 0 0 0.5rem;
}
.c-faq-filter-button span {
  color: var(--p) !important;
}
.c-faq-filter-button:hover {
  border: 1px solid var(--p) !important;
  background: var(--p) !important;
}
.c-faq-filter-button:hover span {
  color: white !important;
}

.c-faq-filter-button--active {
  background: var(--p) !important;
}
.c-faq-filter-button--active span {
  color: #fff !important;
}
.c-faq-filter-button--active:hover {
  border: 1px solid var(--p);
  background: var(--p);
  opacity: 1;
}
.c-faq-filter-button--active:hover span {
  color: #fff;
}

body.cool-widget {
  overflow: hidden;
}

#cool-widget .product-addon .custom-checkboxes {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-bottom: 15px;
}
#cool-widget .product-addon .custom-checkboxes label {
  padding-top: 13px;
  padding-left: 45px;
  padding-bottom: 0.90625rem;
  width: 100%;
  padding-right: 19px;
  color: var(--cool-text);
}
#cool-widget .product-addon .custom-checkboxes label .checkmark {
  top: 15px;
  left: 14px;
  width: 19px;
  height: 19px;
}
#cool-widget #fh-customer-options .custom-select .fal {
  font-family: "Font Awesome 5 Pro";
}
#cool-widget .tooltip-pos i {
  color: #555;
  font-size: 1rem;
}
#cool-widget .fh_cool_ticket_show_trigger a,
#cool-widget .fh_cool_ticket_hide_trigger a {
  color: var(--cool-text);
  font-size: 1rem;
  border-bottom: 1px solid currentColor !important;
  margin-right: 0.34375rem;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 4px;
}
#cool-widget .fh_cool_ticket_show_trigger i,
#cool-widget .fh_cool_ticket_hide_trigger i {
  font-size: 0.625rem;
  color: #707070;
}
#cool-widget .custom-ticket-select {
  padding: 0;
  overflow: initial;
  height: 47px;
}
#cool-widget .custom-ticket-select > span {
  display: flex;
  justify-content: right;
  align-items: center;
}
#cool-widget .custom-ticket-select .select {
  justify-content: flex-start;
  height: calc(100% + 2px);
  width: 60px;
  position: relative;
  left: 0;
}
#cool-widget .custom-ticket-select .select .select-count {
  text-align: center;
  position: absolute;
  z-index: 999;
  pointer-events: none;
  width: 100%;
  top: 0.71875rem;
  color: white;
  font-size: 1rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#cool-widget .custom-ticket-select .select .select-count::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 10px;
  content: "\f078";
  color: inherit;
  position: relative;
  top: -0.15625rem;
  margin-left: 5px;
}
#cool-widget .custom-ticket-select .select .select-count + select {
  text-indent: -9999999px;
  width: inherit;
  height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 0;
  outline: 0;
  background: none;
  border: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  text-align-last: center;
  font-weight: 400;
  font-size: 1rem;
  background-color: var(--p, #367496);
  color: white;
  position: relative;
  top: -1px;
  left: -1px;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  cursor: pointer;
}
#cool-widget .custom-ticket-select .select .select-count + select:hover {
  opacity: 0.9;
}
#cool-widget .custom-ticket-select {
  border-radius: 6px;
}
#cool-widget .custom-ticket-select strong,
#cool-widget .custom-select select,
#cool-widget .custom-select input,
#cool-widget .custom-ticket-select span,
#cool-widget .viator-booking-placeholder,
#cool-widget .modern-viator-travelers-placeholder {
  font-size: 1rem !important;
  font-weight: 400;
  color: var(--cool-text);
}
#cool-widget .custom-ticket-select span {
  font-weight: 700;
  background: none;
  text-align: right;
  padding-right: 14px !important;
  color: var(--cool-text);
}
#cool-widget .widgetBottomContainer {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#cool-widget #cool-widget .section-header h2,
#cool-widget .section-header h2, #cool-widget h1.section-header {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 14px;
}
#cool-widget .modern-date-placeholder.as-placeholder,
#cool-widget .modern-viator-travelers-placeholder.as-placeholder {
  display: block !important;
}
#cool-widget .viator-booking-placeholder.selected {
  padding: 0 !important;
}
#cool-widget .custom-select label,
#cool-widget .custom-input label {
  display: none;
}
#cool-widget .custom-select input,
#cool-widget .custom-select select,
#cool-widget .custom-input input,
#cool-widget .custom-input select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#cool-widget .fareharbor-addons-total {
  display: flex;
  justify-content: space-between;
  margin-block-end: 10px;
}
#cool-widget .fareharbor-addons-total .fareharbor-addons-total-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
#cool-widget .editButton {
  color: var(--cool-headers);
  font-size: 0.875rem;
  margin: 0.625rem 0 0;
  float: right;
  border: 0;
  text-decoration: underline;
}
#cool-widget .widgetBottomContainer {
  position: relative;
  padding: 0 0.5rem 0.75rem 1rem;
  margin-top: 0.5rem;
  width: 100%;
  margin-left: 0;
}
#cool-widget .widgetBottomContainer::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 0.5rem;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
}
#cool-widget .product-unavailable-wrapper #trigger-similar-products-action {
  margin-bottom: 0;
}
#cool-widget .product-unavailable-wrapper h4 {
  margin-top: 0;
}
#cool-widget .widget-form {
  margin-bottom: 0;
}
#cool-widget .custom-select i {
  font-size: 1.07125rem;
  left: 0.875rem;
  color: var(--cool-headers);
}
#cool-widget .button.press {
  padding-top: 0.740625rem !important;
  padding-bottom: 0.6875rem !important;
  margin-top: 3px;
}
#cool-widget .button.press#apply_viator_travelers span {
  position: relative;
  top: -1px;
}
#cool-widget .c-lowestprice-container {
  margin-top: 0.46875rem;
  margin-bottom: 0.625rem;
}
#cool-widget .c-lowestprice-container .c-lowestprice-wrapper {
  text-transform: uppercase;
  color: var(--cool-headers);
  letter-spacing: 0.5px;
  font-weight: 400;
  font-size: 0.6875rem;
  background-color: var(--cool-component-light-grey);
  padding: 0 0.34375rem 0;
  border-radius: 3px;
  height: 1.3125rem;
  line-height: 6px;
}
#cool-widget h2.price-heading {
  margin-bottom: 0.375rem;
}
#cool-widget .likely-to-sell-out {
  margin-bottom: 1rem;
}

.cool-gamma.single-activity .faq-summary-btn {
  text-transform: none !important;
}
.cool-gamma.single-activity,
.cool-gamma.single-activity ul.listing-group .listing-desc p {
  color: var(--cool-text) !important;
}
.cool-gamma.single-activity .list-wrapper .list-row .list-col li {
  line-height: 1.625rem;
  margin-bottom: 0.875rem !important;
}
.cool-gamma.single-activity .listWrapper .rowList .colList li {
  line-height: 1.625rem;
  margin-bottom: 0.875rem !important;
}
@media screen and (max-width: 1300px) {
  .cool-gamma.single-activity .c-table-wrapper {
    padding: 0.5rem 0.78125rem 0.75rem 0.844rem;
    border: 0.0625rem solid rgb(206, 220, 216);
  }
  .cool-gamma.single-activity .c-table-wrapper table {
    border: 0;
    padding: 0;
  }
}
.cool-gamma.single-activity .c-chat-bot {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  width: 4rem;
  height: 4rem;
  box-shadow: rgba(36, 36, 36, 0.15) 0px 20px 30px 0px;
  background-color: transparent;
  overflow: hidden;
  color: #222;
}
.cool-gamma.single-activity .c-chat-bot.c-chat-opened {
  animation: 0.2s ease-in 0.5s 1 normal forwards running widgetOnLoad, 0.7s cubic-bezier(0.66, 0, 0.12, 1) 0s 1 normal none running launcherOnOpen;
}
.cool-gamma.single-activity .c-chat-bot.c-chat-opened .c-chat-bot-inner > button div:first-child {
  top: -100%;
}
.cool-gamma.single-activity .c-chat-bot.c-chat-opened .c-chat-bot-inner > button div:last-child {
  top: 0;
}
.cool-gamma.single-activity .c-chat-bot.c-chat-bot-margin {
  bottom: 6rem !important;
}
.cool-gamma.single-activity .c-chat-bot i {
  font-size: 4.75rem;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0px;
  box-shadow: rgba(36, 36, 36, 0.15) 0px 20px 30px 0px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  background-color: rgb(23, 73, 77) !important;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(23, 73, 77);
  -webkit-box-align: center;
  -webkit-box-pack: center;
  transition: border-color 0.25s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, outline-color 0.1s ease-in-out, z-index 0.25s ease-in-out;
  margin: 0px;
  cursor: pointer;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  user-select: none;
  line-height: 38px;
  font-size: 0.875rem;
  outline-color: transparent;
  border: none;
  padding: 0px;
  min-width: 2.5rem;
  color: rgb(104, 115, 125);
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button div {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  width: 100%;
  height: 100%;
  transition: top 0.5s cubic-bezier(0.66, 0, 0.12, 1);
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button div:last-child {
  top: 100%;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button div:last-child svg {
  width: auto !important;
  height: auto !important;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button svg {
  width: 60% !important;
  height: 60% !important;
}
.cool-gamma.single-activity .c-chat-bot .c-chat-bot-inner > button svg path {
  fill: rgb(255, 255, 255);
}
.cool-gamma.single-activity .widget-loaded {
  height: auto !important;
}
.cool-gamma.single-activity .widget-loaded .widget-loader {
  display: none;
}
.cool-gamma.single-activity .reviews-area-inner {
  margin-right: 0 !important;
}
.cool-gamma.single-activity .reviews-area-inner .reviews-area-count {
  color: var(--cool-text) !important;
}
.cool-gamma.single-activity .reviews-area-inner .reviews-area-count:hover {
  border-bottom: 1px solid currentColor;
}
.cool-gamma.single-activity #meeting-and-pickup-wrapper .show-only-2-lines .read-more-content {
  max-height: 2.625rem;
}
.cool-gamma.single-activity #meeting-and-pickup-wrapper .show-only-1-lines .read-more-content {
  max-height: 1.3125rem;
}
.cool-gamma.single-activity #meeting-and-pickup-wrapper .read-more-link-with-icon i {
  top: 0;
}
.cool-gamma.single-activity .pickup-point-additional-info,
.cool-gamma.single-activity .meeting-point-description,
.cool-gamma.single-activity #meeting-and-pickup-wrapper .read-more-link-with-icon,
.cool-gamma.single-activity .faq-summary-btn-container .faq-summary-description,
.cool-gamma.single-activity .list-col li span.description,
.cool-gamma.single-activity .colList li span.description,
.cool-gamma.single-activity .c-faq-description {
  color: var(--cool-dark-grey) !important;
}
.cool-gamma.single-activity #meeting-start-time .custom-select:after {
  top: 50%;
  right: 1.125rem;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  display: block;
  font-size: 0.625rem;
}
.cool-gamma.single-activity #accordions #collapse-sample_menu {
  text-align: center;
}
.cool-gamma.single-activity #accordions #collapse-sample_menu strong {
  font-weight: 700;
}
.cool-gamma.single-activity .activity-attributes {
  scrollbar-width: none;
}
.cool-gamma.single-activity .activity-attributes > div .text {
  color: var(--cool-text);
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .cool-gamma.single-activity .activity-attributes {
    padding-bottom: 0.375rem;
  }
  .cool-gamma.single-activity .activity-attributes > div span:first-child {
    font-size: 1.25rem;
    margin-right: 0.0625rem;
  }
}
@media screen and (min-width: 1025px) {
  .cool-gamma.single-activity .activity-attributes {
    margin: 1rem 0;
    display: flex;
    overflow-x: auto;
  }
  .cool-gamma.single-activity .activity-attributes > div {
    flex: 0 0 auto;
  }
}
.cool-gamma.single-activity .review-info-wrapper .stars {
  margin-top: 0.0625rem;
}
@media screen and (max-width: 1024px) {
  .cool-gamma.single-activity .review-info-wrapper .stars {
    margin-top: 0.1875rem;
    top: 0;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma.single-activity .review-info-wrapper {
    margin-bottom: 1rem;
  }
}
.cool-gamma.single-activity #traveler-photos-wrapper + [data-automation=review-section] > .review,
.cool-gamma.single-activity .featured__review + [data-automation=review-section] > .review {
  border-top: 0;
}
@media screen and (min-width: 1025px) {
  .cool-gamma.single-activity .layoutBox .faq-summary-answer-text {
    max-height: 13.125rem;
  }
}
@media screen and (min-width: 699px) {
  .cool-gamma.id-7 #main-content-area .s-activity-page-left .share-dropdown {
    right: 3.5rem;
  }
}
.cool-gamma #main-content-area .subtitle-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .subtitle-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cool-gamma #main-content-area .subtitle-wrapper .review-info-wrapper {
  flex-direction: row;
  margin: 0 0 0.75rem 0;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .subtitle-wrapper .review-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma #main-content-area .subtitle-wrapper .review-info-wrapper {
    margin-bottom: 0;
  }
  .cool-gamma #main-content-area .subtitle-wrapper .review-info-wrapper .stars {
    margin-bottom: 0 !important;
  }
}
.cool-gamma #main-content-area .subtitle-wrapper .other-info-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .subtitle-wrapper .other-info-wrapper {
    margin: 0.5rem 0 0.75rem 0.5rem;
    flex-direction: row;
    gap: 1rem;
  }
}
.cool-gamma #main-content-area .s-activity-page-left {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  order: 2;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .s-activity-page-left {
    order: 1;
    width: 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
  .cool-gamma #main-content-area .s-activity-page-left .product-action {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
  }
  .cool-gamma #main-content-area .s-activity-page-left .favorite-icon {
    height: 2.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border: 1.875rem !important;
    width: auto;
    margin: 0;
    position: static;
  }
  .cool-gamma #main-content-area .s-activity-page-left .favorite-icon > span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .cool-gamma #main-content-area .s-activity-page-left .favorite-icon .wish-list-title {
    font-size: 0.875rem !important;
    font-weight: 600;
    margin-left: 0.3125rem;
    display: inline-block;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown {
    width: auto !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 1.875rem !important;
    height: 2.5rem !important;
    position: relative;
    top: auto !important;
    right: auto !important;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn + ul {
    top: 3.75rem;
    user-select: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn + ul:after {
    position: absolute;
    top: -1.125rem;
    right: 1.5rem;
    width: 100%;
    height: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 9px;
    border-top-color: white;
    transform: rotate(180deg);
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn span {
    text-decoration: none !important;
    border: 0 !important;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn span.share-dropdown-btn-text {
    user-select: none;
    font-weight: 600;
    font-size: 0.875rem !important;
    margin-left: 0.3125rem;
  }
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn i {
    font-size: 0.6875rem;
    margin-left: 0.3125rem;
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  .cool-gamma #main-content-area .s-activity-page-left .favorite-icon {
    right: 0;
  }
}
.cool-gamma #main-content-area .s-activity-page-left .share-dropdown {
  top: 1rem;
  background: white;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}
.cool-gamma #main-content-area .s-activity-page-left .share-dropdown:hover {
  background-color: #F5F5F5;
}
.cool-gamma #main-content-area .s-activity-page-left .share-dropdown .fa-fw {
  color: black;
  line-height: 2.1333333333rem;
}
.cool-gamma #main-content-area .s-activity-page-left .share-dropdown ul {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown .share-dropdown-btn-text {
    display: none;
  }
}
@media screen and (min-width: 699px) {
  .cool-gamma #main-content-area .s-activity-page-left .share-dropdown {
    right: 1rem;
  }
}
.cool-gamma #main-content-area .s-activity-page-right {
  align-self: flex-start;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .s-activity-page-right {
    order: 2;
    width: 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    margin-bottom: 1.5rem;
  }
  .cool-gamma #main-content-area .s-activity-page-right .activity-right {
    float: none;
    max-width: none;
    border: 0;
    min-height: auto;
  }
  .cool-gamma #main-content-area .s-activity-page-right .widget-area {
    will-change: min-height;
  }
  .cool-gamma #main-content-area .s-activity-page-right .widget-area .inner-wrapper-sticky {
    max-width: 100%;
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  .cool-gamma #main-content-area .s-activity-page-right .widget-area .widget-inner-wrapper {
    position: relative;
    box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.15);
    border: 1px solid #ceddd8;
    border-radius: 10px;
    height: 12.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma #main-content-area .s-activity-page-right {
    display: none;
    order: 1;
    padding: 0 0.5rem;
  }
  .cool-gamma #main-content-area .s-activity-page-right .activity-right {
    border: 0;
  }
}
.cool-gamma .c-telesales-on-top {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .cool-gamma .c-telesales-on-top {
    margin-top: 0.90625rem;
    margin-left: 0.5rem;
    position: absolute;
    top: 0;
    right: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma .c-telesales-on-top {
    margin-bottom: 1rem;
  }
  .cool-gamma .c-telesales-on-top .c-action-links__item {
    font-size: 0.9375rem;
  }
  .cool-gamma .c-telesales-on-top .c-action-links__row {
    justify-content: normal;
    gap: 0.5rem;
  }
  .cool-gamma .c-telesales-on-top .c-action-links__icon {
    order: 0;
  }
}
@media screen and (min-width: 1025px) {
  .cool-gamma .s-activity-page-left .activity-slider {
    height: 32.5625rem;
  }
  .cool-gamma .s-activity-page-left .media-gallery {
    margin-bottom: 1.125rem;
  }
}
.cool-gamma .widget-mobile-wrapper {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .cool-gamma .widget-mobile-wrapper {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma .widget-mobile-wrapper {
    height: 12.5rem;
  }
  .cool-gamma .widget-mobile-wrapper + .eligibility-tracking-wrapper {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma .footer-sidebar-section {
    margin-right: -0.9375rem;
  }
}
@media screen and (min-width: 1025px) {
  .cool-gamma .footer-sidebar-section {
    margin-top: 1.875rem;
  }
}
.cool-gamma #main-content-area .recommended-by {
  display: inline-flex;
  gap: 0.5625rem;
  margin-left: 4px;
}
.cool-gamma #main-content-area .recommended-by .recommended-by-badge-icon,
.cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon,
.cool-gamma #main-content-area .recommended-by .recommended-by-text {
  color: var(--cool-text);
}
.cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon {
  position: relative;
  border: 0 !important;
}
.cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon:hover .tooltip-cont {
  display: block;
  z-index: 3;
  left: calc(50% - 26px) !important;
}
@media screen and (min-width: 1025px) {
  .cool-gamma #main-content-area .review-sep {
    padding: 0 0.625rem;
  }
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-icon {
    margin-right: -0.125rem;
  }
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-icon i,
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon i {
    font-size: 0.875rem;
    position: relative;
    top: 0.025rem;
  }
}
@media screen and (max-width: 1024px) {
  .cool-gamma #main-content-area .badge-of-excellenace-activity {
    display: inline-block;
  }
  .cool-gamma #main-content-area .recommended-by {
    display: flex;
    margin-left: 0;
  }
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1.125rem;
    margin-right: -0.25rem;
    font-size: 0.875rem;
  }
  .cool-gamma #main-content-area .recommended-by .recommended-by-badge-info-icon {
    margin-left: -0.25rem;
  }
}

@media screen and (max-width: 1024px) {
  #activity-page .stickyHeaderWrapper .box-width {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #cancellation-questions .secondColumn .cancellationPolicyBox {
    padding-bottom: 0;
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyMessage {
    padding-right: 3.125rem;
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyParent {
    position: relative;
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyParent .fa-chevron-right {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyParent .showMoreButton {
    position: absolute;
    top: -14px;
    width: 100%;
    height: calc(100% + 14px);
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
  }
  #cancellation-questions .secondColumn .cancellationPolicyBox .cancellationPolicyParent .showMoreButton button {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 !important;
    color: transparent !important;
    background: transparent !important;
    user-select: none;
  }
}
#cancellation-questions button {
  text-transform: none !important;
}

@media screen and (min-width: 1025px) {
  #c-activity-detail-included-modal .c-modal-body,
  #c-activity-detail-additional-modal .c-modal-body {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
#c-activity-detail-included-modal .list-wrapper,
#c-activity-detail-additional-modal .list-wrapper {
  padding-bottom: 0;
}
#c-activity-detail-included-modal .list-wrapper .list-row,
#c-activity-detail-additional-modal .list-wrapper .list-row {
  font-size: 1.125rem;
}
#c-activity-detail-included-modal .list-wrapper .list-row .list-col,
#c-activity-detail-additional-modal .list-wrapper .list-row .list-col {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}
#c-activity-detail-included-modal .list-wrapper .list-row .list-col li,
#c-activity-detail-additional-modal .list-wrapper .list-row .list-col li {
  display: list-item;
}
#c-activity-detail-included-modal .list-wrapper .list-row .list-col .fa-ul,
#c-activity-detail-additional-modal .list-wrapper .list-row .list-col .fa-ul {
  margin-bottom: 0;
  margin-top: 0;
}

#c-activity-detail-additional-modal .fa-ul {
  list-style: disc !important;
  margin-left: 1.375rem !important;
}
#c-activity-detail-additional-modal .fa-ul li {
  padding-left: 0.3125rem;
}

body.archive .share-dropdown {
  right: 0;
  width: auto;
  padding-top: 0.1875rem;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./vendors/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("./vendors/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./vendors/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("./vendors/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./vendors/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("./vendors/fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-apple:before {
  content: "\f179";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-wodu:before {
  content: "\e088";
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-duotone: "Font Awesome 6 Duotone";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
}

@font-face {
  font-family: "Font Awesome 6 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./vendors/fontawesome/webfonts/fa-duotone-900.woff2") format("woff2"), url("./vendors/fontawesome/webfonts/fa-duotone-900.ttf") format("truetype");
}
.fad,
.fa-duotone {
  position: relative;
  font-weight: 900;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fad.fa-stack-1x, .fad.fa-stack-2x,
.fa-duotone.fa-stack-1x, .fa-duotone.fa-stack-2x {
  position: absolute;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fad.fa-circle-chevron-right::after, .fa-duotone.fa-circle-chevron-right::after {
  content: "\f138\f138";
}

.fad.fa-chevron-circle-right::after, .fa-duotone.fa-chevron-circle-right::after {
  content: "\f138\f138";
}

.fad.fa-anchor-circle-check::after, .fa-duotone.fa-anchor-circle-check::after {
  content: "\e4aa\e4aa";
}

.fad.fa-face-smile-beam::after, .fa-duotone.fa-face-smile-beam::after {
  content: "\f5b8\f5b8";
}

.fad.fa-smile-beam::after, .fa-duotone.fa-smile-beam::after {
  content: "\f5b8\f5b8";
}

.fad.fa-chevrons-up::after, .fa-duotone.fa-chevrons-up::after {
  content: "\f325\f325";
}

.fad.fa-chevron-double-up::after, .fa-duotone.fa-chevron-double-up::after {
  content: "\f325\f325";
}

.fad.fa-chevrons-left::after, .fa-duotone.fa-chevrons-left::after {
  content: "\f323\f323";
}

.fad.fa-chevron-double-left::after, .fa-duotone.fa-chevron-double-left::after {
  content: "\f323\f323";
}

.fad.fa-circle-heart::after, .fa-duotone.fa-circle-heart::after {
  content: "\f4c7\f4c7";
}

.fad.fa-heart-circle::after, .fa-duotone.fa-heart-circle::after {
  content: "\f4c7\f4c7";
}

.fad.fa-landmark-flag::after, .fa-duotone.fa-landmark-flag::after {
  content: "\e51c\e51c";
}

.fad.fa-bars::after, .fa-duotone.fa-bars::after {
  content: "\f0c9\f0c9";
}

.fad.fa-navicon::after, .fa-duotone.fa-navicon::after {
  content: "\f0c9\f0c9";
}

.fad.fa-circle-exclamation::after, .fa-duotone.fa-circle-exclamation::after {
  content: "\f06a\f06a";
}

.fad.fa-exclamation-circle::after, .fa-duotone.fa-exclamation-circle::after {
  content: "\f06a\f06a";
}

.fad.fa-circle-chevron-down::after, .fa-duotone.fa-circle-chevron-down::after {
  content: "\f13a\f13a";
}

.fad.fa-chevron-circle-down::after, .fa-duotone.fa-chevron-circle-down::after {
  content: "\f13a\f13a";
}

.fad.fa-flag::after, .fa-duotone.fa-flag::after {
  content: "\f024\f024";
}

.fad.fa-comment-lines::after, .fa-duotone.fa-comment-lines::after {
  content: "\f4b0\f4b0";
}

.fad.fa-square-check::after, .fa-duotone.fa-square-check::after {
  content: "\f14a\f14a";
}

.fad.fa-check-square::after, .fa-duotone.fa-check-square::after {
  content: "\f14a\f14a";
}

.fad.fa-lock::after, .fa-duotone.fa-lock::after {
  content: "\f023\f023";
}

.fad.fa-gas-pump::after, .fa-duotone.fa-gas-pump::after {
  content: "\f52f\f52f";
}

.fad.fa-comments-question-check::after, .fa-duotone.fa-comments-question-check::after {
  content: "\e14f\e14f";
}

.fad.fa-pen-to-square::after, .fa-duotone.fa-pen-to-square::after {
  content: "\f044\f044";
}

.fad.fa-edit::after, .fa-duotone.fa-edit::after {
  content: "\f044\f044";
}

.fad.fa-chevron-up::after, .fa-duotone.fa-chevron-up::after {
  content: "\f077\f077";
}

.fad.fa-stopwatch::after, .fa-duotone.fa-stopwatch::after {
  content: "\f2f2\f2f2";
}

.fad.fa-shield-check::after, .fa-duotone.fa-shield-check::after {
  content: "\f2f7\f2f7";
}

.fad.fa-message-captions::after, .fa-duotone.fa-message-captions::after {
  content: "\e1de\e1de";
}

.fad.fa-comment-alt-captions::after, .fa-duotone.fa-comment-alt-captions::after {
  content: "\e1de\e1de";
}

.fad.fa-arrow-up-from-bracket::after, .fa-duotone.fa-arrow-up-from-bracket::after {
  content: "\e09a\e09a";
}

.fad.fa-user::after, .fa-duotone.fa-user::after {
  content: "\f007\f007";
}

.fad.fa-van-shuttle::after, .fa-duotone.fa-van-shuttle::after {
  content: "\f5b6\f5b6";
}

.fad.fa-shuttle-van::after, .fa-duotone.fa-shuttle-van::after {
  content: "\f5b6\f5b6";
}

.fad.fa-globe::after, .fa-duotone.fa-globe::after {
  content: "\f0ac\f0ac";
}

.fad.fa-location-arrow::after, .fa-duotone.fa-location-arrow::after {
  content: "\f124\f124";
}

.fad.fa-star::after, .fa-duotone.fa-star::after {
  content: "\f005\f005";
}

.fad.fa-clock-three::after, .fa-duotone.fa-clock-three::after {
  content: "\e356\e356";
}

.fad.fa-calendar-star::after, .fa-duotone.fa-calendar-star::after {
  content: "\f736\f736";
}

.fad.fa-paper-plane-top::after, .fa-duotone.fa-paper-plane-top::after {
  content: "\e20a\e20a";
}

.fad.fa-paper-plane-alt::after, .fa-duotone.fa-paper-plane-alt::after {
  content: "\e20a\e20a";
}

.fad.fa-send::after, .fa-duotone.fa-send::after {
  content: "\e20a\e20a";
}

.fad.fa-bars-sort::after, .fa-duotone.fa-bars-sort::after {
  content: "\e0ae\e0ae";
}

.fad.fa-square-chevron-down::after, .fa-duotone.fa-square-chevron-down::after {
  content: "\f329\f329";
}

.fad.fa-chevron-square-down::after, .fa-duotone.fa-chevron-square-down::after {
  content: "\f329\f329";
}

.fad.fa-stars::after, .fa-duotone.fa-stars::after {
  content: "\f762\f762";
}

.fad.fa-fire::after, .fa-duotone.fa-fire::after {
  content: "\f06d\f06d";
}

.fad.fa-message-lines::after, .fa-duotone.fa-message-lines::after {
  content: "\f4a6\f4a6";
}

.fad.fa-comment-alt-lines::after, .fa-duotone.fa-comment-alt-lines::after {
  content: "\f4a6\f4a6";
}

.fad.fa-gem::after, .fa-duotone.fa-gem::after {
  content: "\f3a5\f3a5";
}

.fad.fa-circle-check::after, .fa-duotone.fa-circle-check::after {
  content: "\f058\f058";
}

.fad.fa-check-circle::after, .fa-duotone.fa-check-circle::after {
  content: "\f058\f058";
}

.fad.fa-universal-access::after, .fa-duotone.fa-universal-access::after {
  content: "\f29a\f29a";
}

.fad.fa-circle-chevron-up::after, .fa-duotone.fa-circle-chevron-up::after {
  content: "\f139\f139";
}

.fad.fa-chevron-circle-up::after, .fa-duotone.fa-chevron-circle-up::after {
  content: "\f139\f139";
}

.fad.fa-mask-snorkel::after, .fa-duotone.fa-mask-snorkel::after {
  content: "\e3b7\e3b7";
}

.fad.fa-star-shooting::after, .fa-duotone.fa-star-shooting::after {
  content: "\e036\e036";
}

.fad.fa-money-bills::after, .fa-duotone.fa-money-bills::after {
  content: "\e1f3\e1f3";
}

.fad.fa-message-check::after, .fa-duotone.fa-message-check::after {
  content: "\f4a2\f4a2";
}

.fad.fa-comment-alt-check::after, .fa-duotone.fa-comment-alt-check::after {
  content: "\f4a2\f4a2";
}

.fad.fa-heart-circle-check::after, .fa-duotone.fa-heart-circle-check::after {
  content: "\e4fd\e4fd";
}

.fad.fa-comment-check::after, .fa-duotone.fa-comment-check::after {
  content: "\f4ac\f4ac";
}

.fad.fa-memo-circle-check::after, .fa-duotone.fa-memo-circle-check::after {
  content: "\e1d9\e1d9";
}

.fad.fa-star-half-stroke::after, .fa-duotone.fa-star-half-stroke::after {
  content: "\f5c0\f5c0";
}

.fad.fa-star-half-alt::after, .fa-duotone.fa-star-half-alt::after {
  content: "\f5c0\f5c0";
}

.fad.fa-arrow-right::after, .fa-duotone.fa-arrow-right::after {
  content: "\f061\f061";
}

.fad.fa-message-smile::after, .fa-duotone.fa-message-smile::after {
  content: "\f4aa\f4aa";
}

.fad.fa-comment-alt-smile::after, .fa-duotone.fa-comment-alt-smile::after {
  content: "\f4aa\f4aa";
}

.fad.fa-trophy-star::after, .fa-duotone.fa-trophy-star::after {
  content: "\f2eb\f2eb";
}

.fad.fa-trophy-alt::after, .fa-duotone.fa-trophy-alt::after {
  content: "\f2eb\f2eb";
}

.fad.fa-heart::after, .fa-duotone.fa-heart::after {
  content: "\f004\f004";
}

.fad.fa-badge-check::after, .fa-duotone.fa-badge-check::after {
  content: "\f336\f336";
}

.fad.fa-circle-question::after, .fa-duotone.fa-circle-question::after {
  content: "\f059\f059";
}

.fad.fa-question-circle::after, .fa-duotone.fa-question-circle::after {
  content: "\f059\f059";
}

.fad.fa-phone-flip::after, .fa-duotone.fa-phone-flip::after {
  content: "\f879\f879";
}

.fad.fa-phone-alt::after, .fa-duotone.fa-phone-alt::after {
  content: "\f879\f879";
}

.fad.fa-square-chevron-up::after, .fa-duotone.fa-square-chevron-up::after {
  content: "\f32c\f32c";
}

.fad.fa-chevron-square-up::after, .fa-duotone.fa-chevron-square-up::after {
  content: "\f32c\f32c";
}

.fad.fa-phone::after, .fa-duotone.fa-phone::after {
  content: "\f095\f095";
}

.fad.fa-arrow-left::after, .fa-duotone.fa-arrow-left::after {
  content: "\f060\f060";
}

.fad.fa-file-pdf::after, .fa-duotone.fa-file-pdf::after {
  content: "\f1c1\f1c1";
}

.fad.fa-messages-question::after, .fa-duotone.fa-messages-question::after {
  content: "\e1e7\e1e7";
}

.fad.fa-tag::after, .fa-duotone.fa-tag::after {
  content: "\f02b\f02b";
}

.fad.fa-envelope::after, .fa-duotone.fa-envelope::after {
  content: "\f0e0\f0e0";
}

.fad.fa-circle-info::after, .fa-duotone.fa-circle-info::after {
  content: "\f05a\f05a";
}

.fad.fa-info-circle::after, .fa-duotone.fa-info-circle::after {
  content: "\f05a\f05a";
}

.fad.fa-water::after, .fa-duotone.fa-water::after {
  content: "\f773\f773";
}

.fad.fa-calendar-check::after, .fa-duotone.fa-calendar-check::after {
  content: "\f274\f274";
}

.fad.fa-list-timeline::after, .fa-duotone.fa-list-timeline::after {
  content: "\e1d1\e1d1";
}

.fad.fa-gear::after, .fa-duotone.fa-gear::after {
  content: "\f013\f013";
}

.fad.fa-cog::after, .fa-duotone.fa-cog::after {
  content: "\f013\f013";
}

.fad.fa-waveform-lines::after, .fa-duotone.fa-waveform-lines::after {
  content: "\f8f2\f8f2";
}

.fad.fa-waveform-path::after, .fa-duotone.fa-waveform-path::after {
  content: "\f8f2\f8f2";
}

.fad.fa-timeline::after, .fa-duotone.fa-timeline::after {
  content: "\e29c\e29c";
}

.fad.fa-folder-heart::after, .fa-duotone.fa-folder-heart::after {
  content: "\e189\e189";
}

.fad.fa-circle-location-arrow::after, .fa-duotone.fa-circle-location-arrow::after {
  content: "\f602\f602";
}

.fad.fa-location-circle::after, .fa-duotone.fa-location-circle::after {
  content: "\f602\f602";
}

.fad.fa-filter-list::after, .fa-duotone.fa-filter-list::after {
  content: "\e17c\e17c";
}

.fad.fa-ticket::after, .fa-duotone.fa-ticket::after {
  content: "\f145\f145";
}

.fad.fa-flag-usa::after, .fa-duotone.fa-flag-usa::after {
  content: "\f74d\f74d";
}

.fad.fa-ship::after, .fa-duotone.fa-ship::after {
  content: "\f21a\f21a";
}

.fad.fa-mobile::after, .fa-duotone.fa-mobile::after {
  content: "\f3ce\f3ce";
}

.fad.fa-mobile-android::after, .fa-duotone.fa-mobile-android::after {
  content: "\f3ce\f3ce";
}

.fad.fa-mobile-phone::after, .fa-duotone.fa-mobile-phone::after {
  content: "\f3ce\f3ce";
}

.fad.fa-bolt::after, .fa-duotone.fa-bolt::after {
  content: "\f0e7\f0e7";
}

.fad.fa-zap::after, .fa-duotone.fa-zap::after {
  content: "\f0e7\f0e7";
}

.fad.fa-person-simple::after, .fa-duotone.fa-person-simple::after {
  content: "\e220\e220";
}

.fad.fa-face-smile-hearts::after, .fa-duotone.fa-face-smile-hearts::after {
  content: "\e390\e390";
}

.fad.fa-thumbs-down::after, .fa-duotone.fa-thumbs-down::after {
  content: "\f165\f165";
}

.fad.fa-credit-card::after, .fa-duotone.fa-credit-card::after {
  content: "\f09d\f09d";
}

.fad.fa-credit-card-alt::after, .fa-duotone.fa-credit-card-alt::after {
  content: "\f09d\f09d";
}

.fad.fa-message-dots::after, .fa-duotone.fa-message-dots::after {
  content: "\f4a3\f4a3";
}

.fad.fa-comment-alt-dots::after, .fa-duotone.fa-comment-alt-dots::after {
  content: "\f4a3\f4a3";
}

.fad.fa-messaging::after, .fa-duotone.fa-messaging::after {
  content: "\f4a3\f4a3";
}

.fad.fa-xmark-large::after, .fa-duotone.fa-xmark-large::after {
  content: "\e59b\e59b";
}

.fad.fa-location-dot::after, .fa-duotone.fa-location-dot::after {
  content: "\f3c5\f3c5";
}

.fad.fa-map-marker-alt::after, .fa-duotone.fa-map-marker-alt::after {
  content: "\f3c5\f3c5";
}

.fad.fa-arrow-down::after, .fa-duotone.fa-arrow-down::after {
  content: "\f063\f063";
}

.fad.fa-bars-staggered::after, .fa-duotone.fa-bars-staggered::after {
  content: "\f550\f550";
}

.fad.fa-reorder::after, .fa-duotone.fa-reorder::after {
  content: "\f550\f550";
}

.fad.fa-stream::after, .fa-duotone.fa-stream::after {
  content: "\f550\f550";
}

.fad.fa-timer::after, .fa-duotone.fa-timer::after {
  content: "\e29e\e29e";
}

.fad.fa-magnifying-glass::after, .fa-duotone.fa-magnifying-glass::after {
  content: "\f002\f002";
}

.fad.fa-search::after, .fa-duotone.fa-search::after {
  content: "\f002\f002";
}

.fad.fa-chevrons-down::after, .fa-duotone.fa-chevrons-down::after {
  content: "\f322\f322";
}

.fad.fa-chevron-double-down::after, .fa-duotone.fa-chevron-double-down::after {
  content: "\f322\f322";
}

.fad.fa-receipt::after, .fa-duotone.fa-receipt::after {
  content: "\f543\f543";
}

.fad.fa-suitcase-rolling::after, .fa-duotone.fa-suitcase-rolling::after {
  content: "\f5c1\f5c1";
}

.fad.fa-chevron-down::after, .fa-duotone.fa-chevron-down::after {
  content: "\f078\f078";
}

.fad.fa-ranking-star::after, .fa-duotone.fa-ranking-star::after {
  content: "\e561\e561";
}

.fad.fa-arrow-up::after, .fa-duotone.fa-arrow-up::after {
  content: "\f062\f062";
}

.fad.fa-list-check::after, .fa-duotone.fa-list-check::after {
  content: "\f0ae\f0ae";
}

.fad.fa-tasks::after, .fa-duotone.fa-tasks::after {
  content: "\f0ae\f0ae";
}

.fad.fa-circle-user::after, .fa-duotone.fa-circle-user::after {
  content: "\f2bd\f2bd";
}

.fad.fa-user-circle::after, .fa-duotone.fa-user-circle::after {
  content: "\f2bd\f2bd";
}

.fad.fa-square-chevron-right::after, .fa-duotone.fa-square-chevron-right::after {
  content: "\f32b\f32b";
}

.fad.fa-chevron-square-right::after, .fa-duotone.fa-chevron-square-right::after {
  content: "\f32b\f32b";
}

.fad.fa-circle-star::after, .fa-duotone.fa-circle-star::after {
  content: "\e123\e123";
}

.fad.fa-star-circle::after, .fa-duotone.fa-star-circle::after {
  content: "\e123\e123";
}

.fad.fa-square-chevron-left::after, .fa-duotone.fa-square-chevron-left::after {
  content: "\f32a\f32a";
}

.fad.fa-chevron-square-left::after, .fa-duotone.fa-chevron-square-left::after {
  content: "\f32a\f32a";
}

.fad.fa-award-simple::after, .fa-duotone.fa-award-simple::after {
  content: "\e0ab\e0ab";
}

.fad.fa-bars-filter::after, .fa-duotone.fa-bars-filter::after {
  content: "\e0ad\e0ad";
}

.fad.fa-fort::after, .fa-duotone.fa-fort::after {
  content: "\e486\e486";
}

.fad.fa-xmark::after, .fa-duotone.fa-xmark::after {
  content: "\f00d\f00d";
}

.fad.fa-close::after, .fa-duotone.fa-close::after {
  content: "\f00d\f00d";
}

.fad.fa-multiply::after, .fa-duotone.fa-multiply::after {
  content: "\f00d\f00d";
}

.fad.fa-remove::after, .fa-duotone.fa-remove::after {
  content: "\f00d\f00d";
}

.fad.fa-times::after, .fa-duotone.fa-times::after {
  content: "\f00d\f00d";
}

.fad.fa-chevron-left::after, .fa-duotone.fa-chevron-left::after {
  content: "\f053\f053";
}

.fad.fa-chevron-right::after, .fa-duotone.fa-chevron-right::after {
  content: "\f054\f054";
}

.fad.fa-trophy::after, .fa-duotone.fa-trophy::after {
  content: "\f091\f091";
}

.fad.fa-flag-pennant::after, .fa-duotone.fa-flag-pennant::after {
  content: "\f456\f456";
}

.fad.fa-pennant::after, .fa-duotone.fa-pennant::after {
  content: "\f456\f456";
}

.fad.fa-award::after, .fa-duotone.fa-award::after {
  content: "\f559\f559";
}

.fad.fa-circle-chevron-left::after, .fa-duotone.fa-circle-chevron-left::after {
  content: "\f137\f137";
}

.fad.fa-chevron-circle-left::after, .fa-duotone.fa-chevron-circle-left::after {
  content: "\f137\f137";
}

.fad.fa-square-star::after, .fa-duotone.fa-square-star::after {
  content: "\e27f\e27f";
}

.fad.fa-square-xmark::after, .fa-duotone.fa-square-xmark::after {
  content: "\f2d3\f2d3";
}

.fad.fa-times-square::after, .fa-duotone.fa-times-square::after {
  content: "\f2d3\f2d3";
}

.fad.fa-xmark-square::after, .fa-duotone.fa-xmark-square::after {
  content: "\f2d3\f2d3";
}

.fad.fa-calendar::after, .fa-duotone.fa-calendar::after {
  content: "\f133\f133";
}

.fad.fa-check::after, .fa-duotone.fa-check::after {
  content: "\f00c\f00c";
}

.fad.fa-chevrons-right::after, .fa-duotone.fa-chevrons-right::after {
  content: "\f324\f324";
}

.fad.fa-chevron-double-right::after, .fa-duotone.fa-chevron-double-right::after {
  content: "\f324\f324";
}

.fad.fa-life-ring::after, .fa-duotone.fa-life-ring::after {
  content: "\f1cd\f1cd";
}

.fad.fa-circle-xmark::after, .fa-duotone.fa-circle-xmark::after {
  content: "\f057\f057";
}

.fad.fa-times-circle::after, .fa-duotone.fa-times-circle::after {
  content: "\f057\f057";
}

.fad.fa-xmark-circle::after, .fa-duotone.fa-xmark-circle::after {
  content: "\f057\f057";
}

.fad.fa-thumbs-up::after, .fa-duotone.fa-thumbs-up::after {
  content: "\f164\f164";
}

.fad.fa-hundred-points::after, .fa-duotone.fa-hundred-points::after {
  content: "\e41c\e41c";
}

.fad.fa-100::after, .fa-duotone.fa-100::after {
  content: "\e41c\e41c";
}

.fad.fa-building-columns::after, .fa-duotone.fa-building-columns::after {
  content: "\f19c\f19c";
}

.fad.fa-bank::after, .fa-duotone.fa-bank::after {
  content: "\f19c\f19c";
}

.fad.fa-institution::after, .fa-duotone.fa-institution::after {
  content: "\f19c\f19c";
}

.fad.fa-museum::after, .fa-duotone.fa-museum::after {
  content: "\f19c\f19c";
}

.fad.fa-university::after, .fa-duotone.fa-university::after {
  content: "\f19c\f19c";
}

.fad.fa-grid-2::after, .fa-duotone.fa-grid-2::after {
  content: "\e196\e196";
}

.fad.fa-notdef::after, .fa-duotone.fa-notdef::after {
  content: "\e1fe\e1fe";
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("./vendors/fontawesome/webfonts/fa-sharp-light-300.woff2") format("woff2"), url("./vendors/fontawesome/webfonts/fa-sharp-light-300.ttf") format("truetype");
}
.fasl,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-sharp: "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
}

@font-face {
  font-family: "Font Awesome 6 Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./vendors/fontawesome/webfonts/fa-sharp-regular-400.woff2") format("woff2"), url("./vendors/fontawesome/webfonts/fa-sharp-regular-400.ttf") format("truetype");
}
.fasr,
.fa-regular {
  font-weight: 400;
}

.c-hotel-list-container {
  position: relative;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 84.75rem;
}
@media screen and (min-width: 1025px) {
  .c-hotel-list-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.c-hotel-list-breadcrumb {
  color: var(--cool-neutral);
  font-size: 0.8125rem;
}
.c-hotel-list-breadcrumb a {
  text-decoration: none;
  color: var(--cool-neutral);
}

.c-hotel-list-header .c-hotel-list-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cool-text);
  padding-top: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list-header .c-hotel-list-title {
    font-size: 1.75rem;
  }
}

.c-hotel-list-filter-tabs {
  display: flex;
  align-items: center;
  gap: 0.6562rem;
  padding-top: 1.25rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.c-hotel-list-filter-tabs::-webkit-scrollbar {
  display: none;
}
.c-hotel-list-filter-tabs .c-hotel-list-filter-tab {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: var(--cool-text);
  padding: 0.5615rem 0.75rem 0.75rem 0.90625rem;
  border-radius: 1.8125rem;
  border: none;
  box-sizing: border-box;
  background-color: var(--cool-hotel-light-grey);
  cursor: pointer;
}
.c-hotel-list-filter-tabs .c-hotel-list-filter-tab:hover {
  background-color: rgba(31, 115, 190, 0.2);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list-filter-tabs .c-hotel-list-filter-tab {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-hotel-list-filter-tabs {
    padding-bottom: 0.5rem;
  }
}

.c-hotel-list--content {
  padding: 1rem 0;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--content {
    flex-direction: column;
  }
}

.c-hotel--sidebar {
  width: 25%;
  border: 1px solid #ceddd8;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel--sidebar {
    display: none;
  }
}

.c-hotel-list--results {
  width: 100%;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results {
    padding-inline: 0;
  }
}
.c-hotel-list--results .c-hotel-list--results--description {
  padding: 0.6875rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--cool-text);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results .c-hotel-list--results--description {
    font-size: 0.9375rem;
    line-height: 1.4rem;
  }
}

.c-hotel-list--results--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}

.count--clear-filters--container {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  line-height: 1.6rem;
  color: var(--cool-text);
}
.count--clear-filters--container .c-hotel-list--results--count::after {
  content: "|";
  margin: 0 0.5rem;
}
.count--clear-filters--container .c-hotel-list--results--clear-filters {
  cursor: pointer;
  text-decoration: underline;
  color: var(--cool-text);
}

.c-hotel-list--results--sort-dropdown {
  position: relative;
  display: inline-block;
}
.c-hotel-list--results--sort-dropdown select {
  cursor: pointer;
  min-width: 230px;
  appearance: none;
  outline: none;
  font-size: 1rem;
  color: var(--cool-text);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--sort-dropdown select {
    min-width: 100%;
    width: 100%;
  }
}
.c-hotel-list--results--sort-dropdown::after {
  background-image: none;
  position: absolute;
  content: "";
  right: 12px;
  top: 20px;
  background: var(--cool-white);
  display: block;
  border: 5px solid transparent;
  border-color: var(--cool-neutral) transparent transparent;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--sort-dropdown {
    width: 100%;
  }
}

.c-hotel-list--results--date-prompt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.875rem;
  border-radius: 0.375rem;
  background: var(--cool-component-light-grey);
  padding: 0.875rem 1.1875rem;
  line-height: 1.5rem;
  color: var(--cool-text);
}
.c-hotel-list--results--date-prompt i {
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--date-prompt i {
    display: none;
  }
}
.c-hotel-list--results--date-prompt span {
  padding-left: 1rem;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--date-prompt span {
    padding-left: 0;
    padding-right: 0.3125rem;
    font-size: 0.9375rem;
  }
}
.c-hotel-list--results--date-prompt .choose-dates {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1rem;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--results--date-prompt .choose-dates {
    font-size: 0.9375rem;
    padding-left: 0;
  }
}

.c-hotel-list--hotel-card {
  margin-top: 1.25rem;
  padding: 1.25rem;
  border: 1px solid var(--cool-component-grey);
  border-radius: 0.375rem;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card {
    flex-direction: column;
    padding: 1rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-image {
  flex: 0 0 205px;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-image {
    flex: 0 0 auto;
    height: 200px;
    margin-bottom: 1rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info {
  flex: 1;
  padding-inline: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info {
    padding-inline: 0;
    margin-bottom: 1rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--cool-text);
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-info-title {
    font-size: 1.125rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--cool-text);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location {
    font-size: 0.875rem;
    flex-wrap: wrap;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location i {
  font-size: 1rem;
  margin-right: 0.3125rem;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location .c-hotel-dot {
  margin-left: 0.3125rem;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-location .c-hotel-map-link {
  margin-left: 0.3125rem;
  cursor: pointer;
  text-decoration: underline;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-description {
  padding-top: 0.75rem;
  margin-bottom: 1rem;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-description p {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: var(--cool-neutral);
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities {
  display: flex;
  row-gap: 1.125rem;
  column-gap: 0.75rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities {
    row-gap: 0.75rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities span {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--cool-text);
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities span {
    font-size: 0.875rem;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-info .c-hotel-list--hotel-amenities span i {
  margin-right: 0.3125rem;
  font-size: 1rem;
  font-weight: 300;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-rating {
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .c-hotel-list--hotel-rating-review-label {
  display: flex;
  gap: 0.125rem;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .c-hotel-list--hotel-rating-review-label {
    align-items: flex-start;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .c-hotel-list--hotel-rating-review-label .rating-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--cool-text);
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .c-hotel-list--hotel-rating-review-label .review-count {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--cool-neutral);
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--hotel-rating-container .rating-score {
  padding: 0.375rem 0.5rem;
  font-size: 0.9821rem;
  font-weight: 700;
  color: var(--cool-white);
  background-color: var(--cool-green-button-color);
  border: none;
  border-radius: 0.268125rem;
  text-align: center;
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--price-btn-container {
  padding-top: 0.875rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--price-btn-container {
    padding-top: 0;
  }
}
.c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--price-btn-container .c-hotel-show-prices {
  border: none;
  border-radius: 0.3125rem;
  padding: 0.625rem 0.9375rem;
  color: var(--cool-white);
  background-color: var(--cool-primary-button);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-hotel-list--hotel-card .c-hotel-list--hotel-rating .c-hotel-list--price-btn-container .c-hotel-show-prices {
    font-size: 0.9375rem;
    padding: 0.5rem 0.75rem;
  }
}

.c-hotel-product-container {
  position: relative;
  padding: 0 0.9375rem;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 84.75rem;
}
@media screen and (min-width: 1025px) {
  .c-hotel-product-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.c-hotel-product-breadcrumb {
  color: var(--cool-neutral);
  font-size: 0.8125rem;
}
.c-hotel-product-breadcrumb a {
  text-decoration: none;
  color: var(--cool-neutral);
}

.c-hotel-product-header .c-hotel-product-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cool-text);
  padding-top: 0.75rem;
  padding-bottom: 0.9375rem;
}

.c-hotel-product-review {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.c-hotel-product-review .c-hotel-product-star-rating {
  display: flex;
  align-items: center;
  gap: 0.0625rem;
}
.c-hotel-product-review .c-hotel-product-star-rating i {
  font-size: 0.875rem;
  color: var(--cool-text);
}
.c-hotel-product-review .c-hotel-product-rating-badge {
  background-color: var(--cool-green-button-color);
  color: var(--cool-white);
  border-radius: 0.225rem;
  padding: 0.3875rem;
  font-size: 0.825rem;
  font-weight: 700;
  margin-right: 0.4375rem;
}
.c-hotel-product-review .c-hotel-product-review-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-hotel-product-review .c-hotel-product-review-info span {
  color: var(--cool-text);
  font-size: 0.9375rem;
}
.c-hotel-product-review .c-hotel-product-review-info .c-hotel-product-review-label {
  font-weight: 700;
  padding-right: 0.3125rem;
}
.c-hotel-product-review .c-hotel-product-review-info .c-hotel-product-review-count::after {
  content: "|";
  margin: 0 0.3125rem;
}

.c-hotel-product-details-container {
  padding: 0.5rem 0;
}

.c-hotel-product-details-section {
  padding: 0 1rem;
}

.c-hotel-product-features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid var(--cool-component-grey);
  border-bottom: 1px solid var(--cool-component-grey);
  padding: 1.4375rem 0;
  margin: 1.5625rem 0;
}
.c-hotel-product-features .c-hotel-product-features-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.625rem;
}
.c-hotel-product-features .c-hotel-product-features-list .c-hotel-product-feature i {
  margin-right: 0.5625rem;
  font-size: 1.3125;
  color: var(--cool-text);
}
.c-hotel-product-features .c-hotel-product-features-list .c-hotel-product-feature span {
  font-size: 1.0625rem;
  color: var(--cool-text);
}
.c-hotel-product-features .c-hotel-product-select-room {
  background-color: var(--cool-primary-button);
  font-size: 1rem;
  font-weight: 700;
  color: var(--cool-white);
  padding: 0.625rem 1rem;
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .c-hotel-product-features-list {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.9375rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-hotel-product-features {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.9375rem !important;
  }
  .c-hotel-product-select-room {
    width: 100%;
  }
}
.c-hotel-product-details-overview-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview {
  width: 50%;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__title {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--cool-text);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__description {
  padding-top: 1.84375rem;
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--cool-neutral);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__description .c-hotel-overview__read-more {
  text-decoration: underline;
  cursor: pointer;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__subtitle {
  padding-top: 1.875rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--cool-neutral);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features {
  padding-top: 1.84375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features .c-hotel-overview__features-list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  padding-bottom: 1.125rem;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features .c-hotel-overview__features-list .c-hotel-overview__feature-item {
  display: flex;
  align-items: center;
  gap: 0.8125rem;
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features .c-hotel-overview__features-list .c-hotel-overview__feature-item i {
  font-size: 1.375rem;
  color: var(--cool-text);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__features .c-hotel-overview__features-list .c-hotel-overview__feature-item span {
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--cool-text);
}
.c-hotel-product-details-overview-section .c-hotel-product-overview .c-hotel-overview__view-amenities {
  padding-top: 0.958125rem;
  font-size: 1.0625;
  font-weight: 400;
  color: var(--cool-neutral);
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .c-hotel-overview__features {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
}
.c-hotel-product-map-card {
  width: 350px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: var(--cool-white);
  padding: 1.125rem;
}
.c-hotel-product-map-card .c-hotel-product-map-address {
  border: 1px solid var(--cool-hotel-light-grey);
  border-radius: 10px;
  overflow: hidden;
}
.c-hotel-product-map-card .c-hotel-product-map-address img {
  width: 100%;
  object-fit: cover;
}
.c-hotel-product-map-card .c-hotel-product-map-address .c-hotel-product-address {
  padding: 10px;
}
.c-hotel-product-map-card .c-hotel-product-map-address .c-hotel-product-address p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--cool-text);
  padding: 0;
  margin: 0;
}
.c-hotel-product-map-card .c-hotel-product-card-info {
  width: 100%;
  padding-top: 0.958125rem;
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item .c-hotel-product-locations {
  display: flex;
  gap: 0.8125rem;
  width: 65%;
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item .c-hotel-product-locations i {
  font-size: 1rem;
  color: var(--cool-text);
  padding-top: 0.25rem;
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item .c-hotel-product-locations span {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--cool-text);
}
.c-hotel-product-map-card .c-hotel-product-card-info .c-hotel-product-card-info-item .c-hotel-product-drive-time span {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--cool-text);
}

@media screen and (max-width: 900px) {
  .c-hotel-product-details-overview-section {
    flex-direction: column;
    justify-content: flex-start;
  }
  .c-hotel-product-overview {
    width: 100% !important;
  }
  .c-hotel-product-map-card {
    width: 100% !important;
    margin-top: 1.84375rem;
  }
}
.availability-date-container {
  display: flex;
  gap: 0.625rem;
  margin: 1.25rem auto 0 auto;
}
.availability-date-container .availability-date-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 4px 0.625rem;
  border: 1px solid var(--cool-component-grey);
  border-radius: 0.5rem;
  position: relative;
}
.availability-date-container .availability-date-box .date-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.availability-date-container .availability-date-box .availability-date-icon {
  font-size: 1.5rem;
}
.availability-date-container .availability-date-box .availability-date-text {
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
}
.availability-date-container .availability-date-box .availability-date-text .availability-date-label {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--cool-text);
}
.availability-date-container .availability-date-box .availability-date-text .availability-date-value {
  font-size: 1rem;
  font-weight: 400;
  color: var(--cool-text);
}

@media screen and (max-width: 1024px) {
  .availability-date-container {
    flex-direction: column !important;
  }
}
.c-hotel-availability-room-type {
  padding-top: 1.125rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65625rem;
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container .c-hotel-room-type-btn {
  padding: 0.75rem 0.875rem;
  border-radius: 1.8125rem;
  background-color: var(--cool-hotel-light-grey);
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container .c-hotel-room-type-btn:hover {
  border: 1px solid var(--cool-black);
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container .c-hotel-room-type-btn:active {
  border: 1px solid var(--cool-black);
}
.c-hotel-availability-room-type .c-hotel-room-type-btn-container .c-hotel-room-type-btn-active {
  border: 1px solid var(--cool-black);
}
.c-hotel-availability-room-type .c-hotel-showing-room {
  font-size: 0.9375rem;
  color: var(--cool-text);
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-type .c-hotel-showing-room {
    display: none;
  }
}

.c-hotel-availability-room-container {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  padding: 1.25rem 0;
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-container {
    flex-wrap: wrap;
  }
}

.c-hotel-availability-room-card {
  position: relative;
  background-color: var(--cool-white);
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cool-component-grey);
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-card {
    max-width: 100%;
  }
}

/* Carousel Styles */
.carousel {
  position: relative;
  height: 12.5rem;
  overflow: hidden;
}
.carousel-image {
  width: 100%;
  height: 100%;
}
.carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--cool-white);
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.carousel-btn.prev {
  left: 0.625rem;
}
.carousel-btn.next {
  right: 0.625rem;
}
.carousel-btn i {
  color: var(--cool-text);
  font-size: 0.875rem;
}
.carousel .image-counter {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--cool-white);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.carousel .image-counter i {
  font-size: 0.875rem;
}

/* Card Header Styles */
.c-hotel-availability-room-card-header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: var(--cool-primary-button);
  padding: 0.625rem 0.9375rem;
}
.c-hotel-availability-room-card-header h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: white !important;
}

/* Room Details Styles */
.c-hotel-availability-room-details {
  padding: 0.9375rem;
}
.c-hotel-availability-room-details h2 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
}

/* Rating Styles */
.c-hotel-room-rating {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
}
.c-hotel-room-rating .c-hotel-room-rating-score {
  background-color: var(--cool-green-button-color);
  color: var(--cool-white);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: bold;
  font-size: 0.875rem;
  margin-right: 0.625rem;
}
.c-hotel-room-rating .c-hotel-room-rating-text {
  display: flex;
  flex-direction: column;
}
.c-hotel-room-rating .c-hotel-room-rating-text .c-hotel-room-rating-label {
  font-weight: 700;
  font-size: 0.875rem;
  color: var(--cool-text);
}
.c-hotel-room-rating .c-hotel-room-rating-text .c-hotel-room-review-count {
  font-size: 0.75rem;
  color: var(--cool-text);
}

/* Amenities Styles */
.c-hotel-room-amenities {
  list-style: none;
  margin-bottom: 0.9375rem;
}
.c-hotel-room-amenities li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--cool-text);
}
.c-hotel-room-amenities li i {
  width: 1.25rem;
  color: var(--cool-text);
  margin-right: 0.5rem;
}
.c-hotel-room-amenities li.non-refundable {
  color: --cool-hotel-red-text;
}
.c-hotel-room-amenities li.non-refundable i {
  color: --cool-hotel-red-text;
  margin-left: 0.3125rem;
}
.c-hotel-room-amenities .c-hotel-room-amenities-text-green {
  color: var(--cool-good-green);
}
.c-hotel-room-amenities .c-hotel-room-amenities-text-green i {
  color: var(--cool-good-green);
}

/* More Details Link */
.c-hotel-room-more-details div {
  width: fit-content;
  color: var(--cool-primary-button);
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-hotel-room-more-details div i {
  margin-left: 0.3125rem;
  font-size: 0.875rem;
  padding-top: 0.125rem;
}
.c-hotel-room-more-details div:hover span {
  text-decoration: underline;
}

/* Cancellation Policy Styles */
.c-hotel-room-cancellation-policy {
  padding: 0.9375rem;
  border-top: 1px solid var(--cool-component-grey);
}
.c-hotel-room-cancellation-policy h3 {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  font-weight: 500;
}
.c-hotel-room-cancellation-policy .c-hotel-room-policy-info {
  margin-bottom: 0.9375rem;
}
.c-hotel-room-cancellation-policy .c-hotel-room-policy-info span {
  color: var(--cool-text);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.c-hotel-room-cancellation-policy .c-hotel-room-policy-info span i {
  margin-left: 0.3125rem;
  padding-top: 0.125rem;
  cursor: pointer;
}

/* Radio Button Styles */
.c-hotel-room-policy-options .c-hotel-room-policy-option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.9375rem;
}
.c-hotel-room-policy-options .c-hotel-room-policy-option .c-hotel-room-price-diff {
  color: var(--cool-text);
  font-weight: 500;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container input:checked ~ .c-hotel-room-radio-checkmark {
  border-color: var(--cool-primary-button);
}
.c-hotel-room-policy-options .c-hotel-room-radio-container input:checked ~ .c-hotel-room-radio-checkmark:after {
  display: block;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container .c-hotel-room-radio-checkmark {
  position: absolute;
  top: 0.125rem;
  left: 0;
  height: 1.125rem;
  width: 1.125rem;
  border: 0.125rem solid var(--cool-neutral);
  border-radius: 50%;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container .c-hotel-room-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--cool-primary-button);
}
.c-hotel-room-policy-options .c-hotel-room-radio-container .c-hotel-room-policy-text {
  color: var(--cool-text);
  font-size: 0.875rem;
  font-weight: 300;
}
.c-hotel-room-policy-options .c-hotel-room-radio-container .c-hotel-room-policy-text .c-hotel-room-reserve-note {
  display: block;
  font-size: 0.75rem;
  color: var(--cool-text);
  font-weight: 400;
}

/* Price Section Styles */
.c-hotel-room-price-section {
  padding: 0.9375rem;
  margin-top: auto;
}
.c-hotel-room-price-section .c-hotel-room-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.9375rem;
}
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details .c-hotel-room-main-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cool-text);
}
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details .c-hotel-room-total-price,
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details .c-hotel-room-room-info,
.c-hotel-room-price-section .c-hotel-room-price .c-hotel-room-price-details .c-hotel-room-tax-info {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--cool-text);
}
.c-hotel-room-price-section .c-hotel-room-availability .c-hotel-room-rooms-left {
  color: --cool-hotel-red-text;
  font-weight: 400;
  font-size: 0.875rem;
}
.c-hotel-room-price-section .c-hotel-room-reserve-btn {
  width: 100%;
  border-radius: 3.125rem;
  background-color: var(--cool-primary-button);
  color: var(--cool-white);
  border: none;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 0.625rem;
}
.c-hotel-room-price-section .c-hotel-room-charge-info {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--cool-text);
}

@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-container {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-hotel-availability-room-container {
    gap: 0.9375rem;
  }
  .carousel {
    height: 11.25rem;
  }
  .c-hotel-availability-room-details h2 {
    font-size: 1rem;
  }
  .c-hotel-room-price .c-hotel-room-main-price {
    font-size: 1.375rem;
  }
}
.c-list-wrapper .c-list-heading {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.c-list-wrapper .c-list-footer {
  margin-top: 0.5rem;
}
.c-list-wrapper ul {
  padding: 0.1875rem 0 !important;
  margin: 0 !important;
}
.c-list-wrapper ul.c-list-dot-ul {
  list-style: disc;
  margin: 1rem 0 !important;
  padding-left: 0;
  margin-left: 1.125rem !important;
}
.c-list-wrapper ul.c-list-tick-ul, .c-list-wrapper ul.c-list-cross-ul {
  list-style: none !important;
}
.c-list-wrapper ul.c-list-tick-ul li {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0.75rem !important;
}
.c-list-wrapper ul.c-list-tick-ul li i {
  color: var(--cool-good-green);
}
.c-list-wrapper ul.c-list-tick-ul li:last-child {
  margin-bottom: 0 !important;
}
.c-list-wrapper ul.c-list-cross-ul li {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 0.75rem !important;
}
.c-list-wrapper ul.c-list-cross-ul li i {
  color: var(--cool-warning);
}
.c-list-wrapper ul.c-list-cross-ul li:last-child {
  margin-bottom: 0 !important;
}
.c-list-wrapper li {
  margin-bottom: 0.625rem;
}
.c-list-wrapper li i {
  width: 0.9375rem;
  margin-top: 0.1875rem;
  flex-shrink: 0;
  padding-left: 0.0625rem;
  font-size: 1rem;
  margin-right: 0.625rem;
}
.c-list-wrapper li:last-child {
  margin-bottom: 0 !important;
}

html {
  font-size: 16px;
}

label {
  color: #737373;
}

#c-report-product-issue .c-modal-body .c-textarea-control {
  margin-bottom: 2rem;
}
#c-report-product-issue .c-modal-body .c-textarea-control textarea {
  font-size: 1.125rem;
  font-weight: 400;
  color: #4d4d4d;
  padding: 23px 22px;
}
#c-report-product-issue .c-modal-body button {
  font-size: 1.125rem;
  font-weight: 600;
  min-width: 370px;
  margin: 0 auto;
  height: 47px;
  background-color: var(--p, --cool-primary-button);
  letter-spacing: normal;
}

#c-book-securely .c-modal-content,
#c-privacy-policy .c-modal-content,
#c-terms-of-use .c-modal-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#c-book-securely .c-modal-body-inner,
#c-privacy-policy .c-modal-body-inner,
#c-terms-of-use .c-modal-body-inner {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}
#c-book-securely .c-modal-body-inner > div > p:first-of-type, #c-book-securely .c-modal-body-inner > div > p:last-of-type,
#c-privacy-policy .c-modal-body-inner > div > p:first-of-type,
#c-privacy-policy .c-modal-body-inner > div > p:last-of-type,
#c-terms-of-use .c-modal-body-inner > div > p:first-of-type,
#c-terms-of-use .c-modal-body-inner > div > p:last-of-type {
  padding: 0;
  margin: 0;
}
#c-book-securely .c-modal-body-inner h3,
#c-privacy-policy .c-modal-body-inner h3,
#c-terms-of-use .c-modal-body-inner h3 {
  margin-top: 0;
  line-height: inherit;
}
#c-book-securely .c-modal-body-inner p,
#c-book-securely .c-modal-body-inner ul,
#c-book-securely .c-modal-body-inner ol,
#c-privacy-policy .c-modal-body-inner p,
#c-privacy-policy .c-modal-body-inner ul,
#c-privacy-policy .c-modal-body-inner ol,
#c-terms-of-use .c-modal-body-inner p,
#c-terms-of-use .c-modal-body-inner ul,
#c-terms-of-use .c-modal-body-inner ol {
  margin: 16px 0;
  color: var(--cool-text);
}
#c-book-securely .c-modal-body-inner ul,
#c-book-securely .c-modal-body-inner ol,
#c-privacy-policy .c-modal-body-inner ul,
#c-privacy-policy .c-modal-body-inner ol,
#c-terms-of-use .c-modal-body-inner ul,
#c-terms-of-use .c-modal-body-inner ol {
  list-style-position: outside;
  margin-left: 18px !important;
  padding-left: 0;
  list-style: disc;
}
#c-book-securely .c-modal-body-inner a,
#c-privacy-policy .c-modal-body-inner a,
#c-terms-of-use .c-modal-body-inner a {
  text-decoration: none !important;
  color: inherit !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-bottom-color: inherit !important;
}
#c-book-securely .c-modal-body-inner h2,
#c-privacy-policy .c-modal-body-inner h2,
#c-terms-of-use .c-modal-body-inner h2 {
  font-size: 1.17rem;
  font-weight: 700;
}

#c-cancellation-policy p,
#c-cancellation-policy ul {
  line-height: 24px;
}
#c-cancellation-policy .cancellationPolicyTimeline {
  line-height: 22.4px;
  padding-top: 1.5rem;
}

#c-language-modal .cool-gtranslate-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 1.48125rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1025px) {
  #c-language-modal .cool-gtranslate-wrapper {
    margin-right: -1.5rem;
  }
}
#c-language-modal .cool-gtranslate-wrapper img {
  border-radius: 0.1875rem;
  display: inline-block;
  width: 1.875rem;
  margin-right: 1rem;
}
#c-language-modal .cool-gtranslate-wrapper a {
  text-decoration: none;
  border: 0;
  padding: 0.15rem 1.5rem;
  display: flex;
  align-items: center;
}
#c-language-modal .cool-gtranslate-wrapper a span {
  color: var(--cool-black);
  font-size: 0.875rem;
}
#c-language-modal .cool-gtranslate-wrapper a:hover {
  background-color: var(--cool-component-light-grey);
}

.page-main-container {
  display: flex;
  flex-direction: column;
}
.page-main-container a {
  text-decoration: none;
  border: 0;
  -webkit-text-decoration-skip: objects;
  color: var(--cool-link);
}
.page-main-container a.c-link-underline span {
  text-decoration: underline;
}

.lightpick__footer .lightpick__reset-action.c-btn.c-btn-ghost {
  background-color: white !important;
  color: var(--cool-primary-button) !important;
  border-color: var(--cool-primary-button) !important;
}
.lightpick__footer .lightpick__reset-action.c-btn.c-btn-ghost:hover {
  background-color: var(--cool-primary-button) !important;
  color: white !important;
}
.lightpick__footer .lightpick__apply-action.c-btn.c-btn {
  background-color: var(--cool-primary-button) !important;
}

#c-help-center .c-modal-header h2 {
  font-weight: 500;
}
#c-help-center .c-modal-body {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*.c-4-columns{
    @include breakpoint ( old-site-desktop ){
        .listing-img{
            height: 12.5rem;
        }
        .product-card-body{
            height: 12.75rem;
        }
    }
}*/
.product-card a:hover {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#recentViewedWidget .box-slider-width,
#recentViewedWidget .static-item-inner {
  max-width: none !important;
}
#recentViewedWidget .recently-viewed-slider {
  justify-content: flex-start;
  gap: 2rem;
}

body.cool-gamma .disable-all {
  z-index: 999999;
}
body.cool-gamma .c-explore-menu {
  left: 7px;
  width: calc(100% - 0.875rem);
}
body.cool-gamma .sidebar {
  max-width: 20.3125rem;
}
@media screen and (max-width: 1024px) {
  body.cool-gamma .media-gallery-slider {
    border-radius: 0 !important;
  }
  body.cool-gamma.archive .right-section, body.cool-gamma.single-post .right-section, body.cool-gamma.activities-listing:not(.single-activity) .right-section {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (min-width: 699px) {
  body.cool-gamma.archive .flex-wrapper, body.cool-gamma.single-post .flex-wrapper, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: flex-start;
    flex-direction: row;
  }
  body.cool-gamma.archive .flex-wrapper .sidebar, body.cool-gamma.single-post .flex-wrapper .sidebar, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper .sidebar {
    position: relative;
    right: auto;
    left: auto;
    width: 25%;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 25%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-left: 0%;
    margin-right: 0;
    border-top: 0;
  }
  body.cool-gamma.archive .flex-wrapper .sidebar h3:first-child, body.cool-gamma.single-post .flex-wrapper .sidebar h3:first-child, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper .sidebar h3:first-child {
    border-top: 1px solid #ceddd8;
    padding-top: 13px;
    margin-top: 0 !important;
  }
  body.cool-gamma.archive .flex-wrapper .sidebar h3:first-child::after, body.cool-gamma.single-post .flex-wrapper .sidebar h3:first-child::after, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper .sidebar h3:first-child::after {
    top: 14px;
  }
  body.cool-gamma.archive .flex-wrapper .right-section, body.cool-gamma.single-post .flex-wrapper .right-section, body.cool-gamma.activities-listing:not(.single-activity) .flex-wrapper .right-section {
    position: relative;
    right: auto;
    left: auto;
    width: 75%;
    flex-basis: 75%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 75%;
    margin-left: 0%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
body.cool-gamma .tags-wrapper {
  display: inline-flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
body.cool-gamma .tags-wrapper + .page-title + .subtitle-wrapper .review-info-wrapper {
  margin-top: 0.75rem;
}

.c-page-top-area {
  display: flex;
  align-items: center;
}
.c-page-top-area .c-breadcrumbs-container {
  max-width: 54rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-page-top-area {
    margin-bottom: 0;
  }
}

.iti__country-list {
  max-width: 21.25rem;
}

#c-lowest-price-guarantee .modal-content .itineraryStop {
  line-height: 1.6666666667;
}
#c-lowest-price-guarantee .modal-content .itineraryStop:first-of-type {
  margin-top: 1.875rem;
}
#c-lowest-price-guarantee .c-modal-content .c-modal-body-inner > div h3 {
  margin-top: 1.2rem;
}

.right-section .c-breadcrumbs-container .c-breadcrumbs-list {
  display: flex;
  color: var(--cool-breadcrumb-separator-color);
  font-size: 0.8125rem !important;
  line-height: 0.875rem !important;
  list-style-type: none;
  padding: 0 0 0.9375rem 0;
  margin: 0;
  overflow-y: hidden;
}

.c-common-control input,
.c-common-control textarea {
  background-color: white;
}

.share-dropdown-btn i.fa-solid {
  display: none;
}

.favorite-icon .wish-list-title {
  display: none;
}

.mdp-readabler-trigger-button-box {
  z-index: 99999 !important;
}

.content p,
.content ul,
.content ol,
.review-body,
.cool-gamma.single-activity .activity-attributes > div .text,
.cancellationPolicyMessage {
  font-weight: var(--cool-activity-page-font-weight);
}

#_elev_io .iti.new-phone-input .iti__country-list {
  margin: 0 !important;
  width: 100%;
}
#_elev_io .iti.new-phone-input input:not(.empty),
#_elev_io .iti.new-phone-input .iti__country {
  min-height: 47px !important;
  max-height: 47px !important;
  height: 47px !important;
}

.iti.new-phone-input {
  --iti-spacer-horizontal: 12px;
}
.iti.new-phone-input .iti__country-container {
  outline: 0;
}
.iti.new-phone-input .iti__flag {
  scale: 1.35;
}
.iti.new-phone-input .iti__country {
  min-height: 49px;
  padding-left: 1rem !important;
  margin: 0 !important;
  font-weight: 400;
}
.iti.new-phone-input .iti__arrow {
  position: relative;
  left: 1px;
  margin-left: 7px;
  border: 0;
  width: 0.625rem;
  height: 0.625rem;
  font-weight: 700;
  font-family: "Font Awesome 6 Pro";
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 0.625rem;
}
.iti.new-phone-input .iti__arrow:before {
  content: "\f078";
}
.iti.new-phone-input .iti__arrow.iti__arrow--up:before {
  content: "\f077";
}
.iti.new-phone-input .iti__selected-country {
  outline: 0;
}
.iti.new-phone-input .iti__selected-country-primary {
  padding-right: 0.71875rem;
  padding-left: 1rem;
  background: none !important;
  outline: 0;
}
.iti.new-phone-input.iti--inline-dropdown .iti__dropdown-content {
  z-index: 999999999 !important;
}
.iti.new-phone-input .iti__selected-dial-code {
  margin-left: -3px;
  font-weight: 400;
}
.iti.new-phone-input.number-entered + label {
  display: block;
  margin-left: 47px;
  -webkit-transform: translateY(2.5px) scale(0.875) !important;
  -ms-transform: translateY(2.5px) scale(0.875) !important;
  transform: translateY(2.5px) scale(0.875) !important;
  font-size: 0.875rem !important;
  margin-left: 59px !important;
}
.iti.new-phone-input.number-entered .iti__selected-dial-code {
  margin-top: 15px;
}
.iti.new-phone-input.number-entered > input:not(.empty) {
  padding-top: 23px !important;
}
.iti.new-phone-input:not(.number-entered) + label {
  left: 48px;
}
.iti.new-phone-input:not(.number-entered) .iti__selected-dial-code {
  visibility: hidden !important;
}
.iti.new-phone-input:not(.number-entered) input.tm-phone-input {
  padding-left: 58px !important;
}
.iti.new-phone-input .iti__search-input {
  padding: 9px 12px 10px !important;
  height: 51px !important;
  border-radius: 0;
}
.iti.new-phone-input .iti__country-list {
  max-width: 100% !important;
  margin: 0 !important;
}
.iti.new-phone-input .iti__dropdown-content {
  z-index: 10;
}
.iti.new-phone-input input {
  padding-top: 8px !important;
}
.iti.new-phone-input input:not(.empty) {
  padding-top: 8px !important;
}

.custom-input .tooltip-icon,
.custom-select .tooltip-icon {
  font-size: 1rem;
}
.custom-input .tooltip-icon i.fa-circle-question,
.custom-input .tooltip-icon span.fa-circle-question,
.custom-select .tooltip-icon i.fa-circle-question,
.custom-select .tooltip-icon span.fa-circle-question {
  color: #555;
}
.custom-input > label,
.custom-select > label {
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
  -webkit-transform-origin: top left !important;
  -ms-transform-origin: top left !important;
  transform-origin: top left !important;
  will-change: transform;
  margin-left: 11px !important;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(11.5px) scale(1) !important;
  -ms-transform: translateY(11.5px) scale(1) !important;
  transform: translateY(11.5px) scale(1) !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  margin-bottom: 0.25rem;
  line-height: 25.2px;
}

.custom-select > label {
  -webkit-transform: translateY(1.5px) scale(0.875) !important;
  -ms-transform: translateY(1.5px) scale(0.875) !important;
  transform: translateY(1.5px) scale(0.875) !important;
}
.custom-select.empty label {
  -webkit-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  top: 14px;
  line-height: 19.6px;
}
.custom-select.empty select {
  padding-top: 1px !important;
  text-indent: -999999px !important;
}
.custom-select select {
  padding-top: 0.875rem !important;
}
.custom-select.custom-select2-wrapper .select2-results__option {
  padding: 0.625rem 0.9375rem;
  line-height: 21px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__options {
  margin: 0;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option {
  font-size: 0.9375rem;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item {
  line-height: normal;
  display: flex;
  flex-direction: column;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item.select2-has-item-icon {
  flex-direction: row;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item .select2-icon-wrapper {
  width: 1.5rem;
  display: flex;
  justify-content: center;
  margin-right: 0.625rem;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item strong {
  font-weight: normal;
  line-height: 21px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item span {
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  margin-top: 3px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .icon {
  top: 21px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline:not(.no-select-arrow)::after {
  transform: none;
  top: 20.5px !important;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--above + .select2-dropdown-inline {
  margin-top: 0 !important;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--above + .select2-dropdown-inline .select2-container,
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--above + .select2-dropdown-inline .select2-dropdown {
  position: absolute !important;
  margin-top: 0 !important;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-dropdown-inline {
  margin-top: -2px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-dropdown-inline .select2-container,
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-dropdown-inline .select2-dropdown {
  position: static !important;
}
.custom-select.custom-select2-wrapper.empty .select2-selection__rendered {
  opacity: 0;
}
.custom-select.custom-select2-wrapper.empty label {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  font-size: 0.875rem !important;
  top: 16px !important;
}
.custom-select.custom-select2-wrapper label {
  -webkit-transform: translateY(1.5px) scale(0.875) !important;
  -ms-transform: translateY(1.5px) scale(0.875) !important;
  transform: translateY(1.5px) scale(0.875) !important;
  font-size: 0.875rem !important;
}

.custom-input input,
.custom-input textarea {
  -webkit-animation: native-autofill-out 1ms;
  animation: native-autofill-out 1ms;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  padding-top: 24px !important;
  padding-bottom: 0.5rem !important;
}
.custom-input input.focused + label, .custom-input input:focus + label, .custom-input input:not(.empty) + label,
.custom-input textarea.focused + label,
.custom-input textarea:focus + label,
.custom-input textarea:not(.empty) + label {
  -webkit-transform: translateY(4.5px) scale(0.875) !important;
  -ms-transform: translateY(4.5px) scale(0.875) !important;
  transform: translateY(4.5px) scale(0.875) !important;
  font-size: 0.875rem !important;
}
.custom-input input.focused::placeholder, .custom-input input:focus::placeholder, .custom-input input:not(.empty)::placeholder,
.custom-input textarea.focused::placeholder,
.custom-input textarea:focus::placeholder,
.custom-input textarea:not(.empty)::placeholder {
  transition: opacity 0.2s ease 0.1s;
  opacity: 1;
}
.custom-input input.focused::-webkit-input-placeholder, .custom-input input:focus::-webkit-input-placeholder, .custom-input input:not(.empty)::-webkit-input-placeholder,
.custom-input textarea.focused::-webkit-input-placeholder,
.custom-input textarea:focus::-webkit-input-placeholder,
.custom-input textarea:not(.empty)::-webkit-input-placeholder {
  transition: opacity 0.2s ease 0.1s;
  opacity: 1;
}
.custom-input input.focused::-moz-placeholder, .custom-input input:focus::-moz-placeholder, .custom-input input:not(.empty)::-moz-placeholder,
.custom-input textarea.focused::-moz-placeholder,
.custom-input textarea:focus::-moz-placeholder,
.custom-input textarea:not(.empty)::-moz-placeholder {
  transition: opacity 0.2s ease 0.1s;
  opacity: 1;
}
.custom-input input.focused::-ms-input-placeholder, .custom-input input:focus::-ms-input-placeholder, .custom-input input:not(.empty)::-ms-input-placeholder,
.custom-input textarea.focused::-ms-input-placeholder,
.custom-input textarea:focus::-ms-input-placeholder,
.custom-input textarea:not(.empty)::-ms-input-placeholder {
  transition: opacity 0.2s ease 0.1s;
  opacity: 1;
}
.custom-input input::-webkit-autofill,
.custom-input textarea::-webkit-autofill {
  -webkit-animation: native-autofill-in 1ms;
  animation: native-autofill-in 1ms;
}
.custom-input input::placeholder,
.custom-input textarea::placeholder {
  opacity: 0;
  transition: opacity 0.08s ease;
}
.custom-input input::-webkit-input-placeholder,
.custom-input textarea::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.08s ease;
}
.custom-input input::-moz-placeholder,
.custom-input textarea::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.08s ease;
}
.custom-input input::-ms-input-placeholder,
.custom-input textarea::-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.08s ease;
}

.iti--fullscreen-popup .iti--container {
  z-index: 99999999;
}

.c-tooltip-content,
.tooltip-cont {
  background-color: var(--cool-component-dark-grey) !important;
}
.c-tooltip-content::after,
.tooltip-cont::after {
  border-top-color: var(--cool-component-dark-grey) !important;
}

@media screen and (max-width: 1024px) {
  .c-tooltip-content,
  .tooltip-cont {
    max-width: 8.954375rem !important;
  }
  body:not(.checkout-body):not(.design2025) .tooltip-cont {
    transform: translateX(-50%);
    margin-right: auto;
    margin-left: auto !important;
    left: 50% !important;
    right: auto;
  }
  body.design2025:not(.checkout-body) .tooltip-cont {
    margin-right: auto;
    margin-left: auto !important;
    left: 50% !important;
    right: auto;
  }
  body.cool-widget .likely-to-sell-out .tooltip-cont {
    margin-left: 13px !important;
    left: auto !important;
  }
}
.product-card .listing-img {
  overflow: hidden;
}
.product-card .listing-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
  border-radius: inherit;
}

.select2-container {
  font-size: 0.875rem;
}

.custom-select:not(.no-select-arrow)::after {
  background-image: none !important;
  position: absolute;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f078";
  right: 18px !important;
  top: 50% !important;
  font-size: 10px;
  font-weight: 900;
  background: #fff;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  display: block;
  border: 0;
  width: auto !important;
  height: auto !important;
  color: var(--cool-component-dark-grey);
}

#c-currency-modal .c-modal-body {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .activity-filter .filter-outer {
    padding-right: 16px;
  }
}

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