@charset "UTF-8";
: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-header-icon-size: 22px;
  --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: 4.32px;
  --cool-hover-radius: 6.48px;
  --cool-hover-large-radius: 10px;
  --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;
  --cool-lighter-grey: #777;
  --fa-width: auto;
}

@supports (scrollbar-gutter: stable) {
  html {
    scrollbar-gutter: stable;
  }
}
@media screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
@supports (scrollbar-gutter: auto) {
  .html-modal-open {
    scrollbar-gutter: auto;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
}

.c-txt-bold {
  font-weight: 700;
}

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

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

body.header-only-live .s-header .element-container {
  margin: 0 auto;
  max-width: 1135px;
  padding-left: 15px;
  padding-right: 15px;
}
body.header-only-live .s-header .element-row {
  margin: 0;
}
body.header-only-live .s-header .element-col {
  padding: 0;
}

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

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

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

.c-close-header-section {
  display: flex;
  justify-content: end;
  margin-bottom: 9.5px;
  margin-top: 4.5px;
}
.c-close-header-section button {
  cursor: pointer;
}
.c-close-header-section button i {
  font-size: 22px;
}

.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: 22px;
}
.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: 28.8px;
  height: 28.8px;
  padding: 0;
  background-color: #ededed;
  color: var(--cool-headers);
  border-radius: 50%;
}
.c-circle-close-button button i {
  font-size: 15px;
}
.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;
  padding-right: var(--scrollbar-width, 0);
}

.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;
  }
  html {
    font-size: calc(16px * var(--tmFontSizePercentMobile, 1)) !important;
  }
}
@media screen and (min-width: 1025px) {
  .c-mobile-only {
    display: none !important;
  }
  html {
    font-size: calc(16px * var(--tmFontSizePercentDesktop, 1)) !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-block-must {
  display: block !important;
}

.c-naked-list {
  list-style: none !important;
  margin-left: 0 !important;
  padding: 0;
  margin-top: -20px !important;
}
.c-naked-list li {
  margin-bottom: 10px;
}

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: 32px;
}

.my-45 {
  margin-top: 32px;
}

.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: 19px;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .c__social__buttons {
    flex-direction: row;
    gap: 13px;
  }
  .c__social__buttons span {
    display: none;
  }
  .c__social__buttons img,
  .c__social__buttons i {
    position: static !important;
    transform: none !important;
  }
}
.c__social__buttons > div, .c__social__buttons > button {
  width: 100%;
  border-radius: 4px;
  border: 1px solid var(--cool-middle-grey);
  opacity: 1;
  display: flex;
  height: 54px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  background-color: white;
}
.c__social__buttons > div span, .c__social__buttons > button span {
  color: var(--cool-black);
}
.c__social__buttons > div.c-btn-has-loader, .c__social__buttons > button.c-btn-has-loader {
  display: flex;
}
.c__social__buttons > div.c-btn-has-loader.c-btn-loading .c-loader-lds-ring div, .c__social__buttons > button.c-btn-has-loader.c-btn-loading .c-loader-lds-ring div {
  border-top-color: var(--p, white);
}
.c__social__buttons > div.c-btn-has-loader.c-btn-loading .social-icon,
.c__social__buttons > div.c-btn-has-loader.c-btn-loading .fa-brands, .c__social__buttons > button.c-btn-has-loader.c-btn-loading .social-icon,
.c__social__buttons > button.c-btn-has-loader.c-btn-loading .fa-brands {
  display: none;
}
.c__social__buttons > div .c-btn-inner, .c__social__buttons > button .c-btn-inner {
  position: static;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.c__social__buttons > div:hover, .c__social__buttons > button:hover {
  background-color: #F5F5F5;
}
.c__social__buttons > div .social-icon, .c__social__buttons > button .social-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.c__social__buttons > div#login-signup-with-google img, .c__social__buttons > button#login-signup-with-google img {
  width: 23px;
}
.c__social__buttons > div i, .c__social__buttons > button i {
  font-size: 27px;
  color: var(--cool-text);
}
.c__social__buttons > div i.fa-square-facebook, .c__social__buttons > button 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: 14px;
  font-size: 17.14px;
  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: var(--p, black) !important;
  box-shadow: 0 0 0 1px var(--p, black) !important;
  outline: 0 !important;
}

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

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

.error-message-class {
  margin-top: -6.5px;
  margin-bottom: 15px;
  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: 16px !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;
}

@media screen and (max-width: 350px) {
  .listing-group li {
    flex-direction: column;
    padding: 17px !important;
  }
  .listing-group li .listing-img {
    width: 100% !important;
    height: 180px !important;
    max-width: 100% !important;
  }
  .listing-group li .listing-desc {
    width: 100% !important;
    padding: 0;
    padding-top: 10px;
  }
  .product-list .product-card {
    flex-direction: column;
  }
  .product-list .listing-img {
    width: 100% !important;
    height: 180px !important;
  }
  .product-list .product-card-body {
    width: 100% !important;
    padding: 0;
    padding-top: 10px;
  }
}
.c-item-highlighted {
  position: relative;
}
.c-item-highlighted:before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 8px;
  inset: 0;
  background-color: var(--cool-widget-button-color, #3070e3);
  opacity: 0.1;
}

.c-two-sections-page {
  margin-top: 5.5px;
  color: var(--cool-text);
  font-size: 1.125rem;
  font-weight: 400;
}
.c-two-sections-page .c-two-sections-page__breadcrumb a {
  display: inline-block;
  width: auto;
  color: var(--cool-text);
}
.c-two-sections-page .c-two-sections-page__breadcrumb a .c-icon-wrapper {
  margin-right: 4.5px;
}
.c-two-sections-page .c-two-sections-page__breadcrumb a span {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-two-sections-page__breadcrumb {
    display: none;
  }
}
.c-two-sections-page .c-right-section > section {
  display: none;
}
.c-two-sections-page .c-right-section > section:first-child::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-right-section {
    overflow: hidden;
  }
}
.c-two-sections-page .c-right-section-content {
  line-height: 1.6666666667rem;
}
.c-two-sections-page .c-right-section-content .list-wrapper .list-row .list-col li {
  line-height: 1.625rem;
  margin-bottom: 0.875rem !important;
}
.c-two-sections-page .c-right-section-content a:not(.c-btn) {
  color: inherit;
  text-decoration: underline;
  border: 0;
}
.c-two-sections-page .c-right-section-content a.c-icon-button {
  display: inline-block;
  text-decoration: none;
}
.c-two-sections-page .c-right-section-content p,
.c-two-sections-page .c-right-section-content ul,
.c-two-sections-page .c-right-section-content ol {
  margin-top: 9px;
  font-size: 1.0625rem !important;
  line-height: 1.412 !important;
  color: var(--cool-neutral);
  padding-top: 2px;
}
.c-two-sections-page .c-right-section-content strong {
  font-weight: 700;
}
.c-two-sections-page .c-right-section-content .c-small {
  font-size: 0.875rem !important;
  line-height: 1.714 !important;
  font-weight: 400;
}
.c-two-sections-page .c-right-section-content .c-hr {
  padding: 0;
  margin: 0;
  height: 1px;
}
.c-two-sections-page .c-right-section-content .c-detail-item-with-action__text p {
  color: var(--cool-neutral) !important;
  margin-bottom: 0;
}
.c-two-sections-page .c-right-section-content .c-detail-item-with-action--no-input .c-detail-item-with-action__value {
  color: var(--cool-lighter-grey);
}
.c-two-sections-page .c-left-section button {
  height: 60px;
  margin-bottom: 8.83px !important;
  border-radius: 10px;
}
.c-two-sections-page .c-left-section button:hover {
  font-weight: 700;
}
.c-two-sections-page .c-left-section button .c-icon-button-toggle {
  padding-left: 20.5px !important;
  padding-right: 18.5px !important;
}
.c-two-sections-page .c-left-section button .c-icon-wrapper i {
  font-size: 22px;
  letter-spacing: -0.55px;
}
.c-two-sections-page .c-left-section button span {
  letter-spacing: -0.1000000015px;
}
.c-two-sections-page .c-right-section .c-no-cards {
  font-size: 1.0625rem;
  font-weight: 400;
  border-bottom: 1px solid var(--cool-light-grey);
  color: var(--cool-lighter-grey);
  padding-bottom: 23px;
  padding-top: 10px;
}
.c-two-sections-page .c-right-section button {
  min-height: 2.75rem;
  padding: 0.5625rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  max-height: none;
}
.c-two-sections-page .c-two-sections-page__heading {
  font-size: 2rem;
  font-weight: 700;
  color: var(--cool-text-color, #222);
  letter-spacing: -0.53px;
}
.c-two-sections-page .c-two-sections-page__navigation button {
  background-color: transparent !important;
}
.c-two-sections-page .c-two-sections-page__navigation .c-icon-button-toggle {
  justify-content: left !important;
  padding-left: 0 !important;
}
.c-two-sections-page .c-two-sections-page__navigation .c-icon-button-toggle .c-icon-wrapper {
  margin-right: 10px;
}
.c-two-sections-page .c-two-sections-page__content {
  display: flex;
  gap: 76px;
  margin-top: 6.5px;
  padding-left: 3.5px;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-two-sections-page__content {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .c-two-sections-page .c-two-sections-page__content .c-left-section {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.c-two-sections-page .c-left-section-wrapper {
  border-radius: 14px;
  box-shadow: 0 0 25px 0 rgb(223, 223, 223);
  width: 364px;
  min-width: 364px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-left-section-wrapper {
    width: 100%;
  }
}
.c-two-sections-page .c-left-section-wrapper .c-left-section-image {
  position: relative;
}
.c-two-sections-page .c-left-section-wrapper .c-left-section-image img {
  width: 100%;
  height: 199px;
  object-fit: cover;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  display: block;
}
.c-two-sections-page .c-left-section {
  padding-left: 17.6px;
  padding-right: 16.5px;
  padding-top: 18.67px;
  padding-bottom: 18.18px;
}
.c-two-sections-page .c-left-section .booking__tabs__title {
  color: rgb(32, 32, 32);
  font-size: 1.25rem;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -0.22px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
}
.c-two-sections-page .c-right-section {
  width: 100%;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.c-two-sections-page .c-right-section .c-right-section-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.53px;
  margin-bottom: 32.5px;
}
@media screen and (max-width: 1024px) {
  .c-two-sections-page .c-right-section .c-right-section-heading {
    font-size: 1.5rem;
  }
}

.c-status-tag {
  position: absolute;
  top: 15px;
  right: 18px;
  background-color: white;
  padding: 1px 6px;
  border: 1.19px solid rgb(65, 117, 5);
  border-radius: 3.57px;
  opacity: 1;
  color: rgb(65, 117, 5);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.c-status-tag.c-status-tag-orange {
  border-color: orange;
  color: orange;
}
.c-status-tag.c-status-tag-green {
  border-color: #3c763d;
  color: #3c763d;
}
.c-status-tag.c-status-tag-red {
  border-color: red;
  color: red;
}
.c-status-tag.c-status-tag-blue {
  border-color: #1e73be;
  color: #1e73be;
}

.c-payment-details-value {
  display: flex;
  justify-content: space-between;
}

.c-right-section #c-ticket-info .c-btn {
  width: 366px;
  height: 60px;
  font-weight: 500;
  letter-spacing: -0.2px;
  font-size: 1.1666666667rem;
  border: 0;
}

.c-right-section-content-section {
  margin-bottom: 35px;
}

.c-right-section .c-how-to-get-there-pickup-point {
  margin-bottom: 42.5px;
}
.c-right-section .c-how-to-get-there-pickup-point strong + p {
  padding-top: 7px;
  margin-bottom: 14.5px;
}
.c-right-section .c-how-to-get-there-meeting-point {
  margin-bottom: 42.5px;
}
.c-right-section .c-how-to-get-there-meeting-point strong + p {
  padding-top: 7px;
  margin-bottom: 14.5px;
}
.c-right-section .c-how-to-get-there-meeting-point-end-point {
  margin-bottom: 45px;
}
.c-right-section .c-how-to-get-there-meeting-point-end-point strong {
  margin-bottom: 13px;
  display: block;
}
.c-right-section .c-how-to-get-there-meeting-point-opening-hours {
  margin-top: 23px;
}
.c-right-section .c-how-to-get-there-meeting-point-opening-hours p {
  margin-top: 13px;
}

#c-login-security .c-hr {
  margin-top: 32px;
  margin-bottom: 33px;
}

.c-right-section-content-include {
  border-top: 1px solid var(--cool-light-grey);
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 25px;
}
.c-right-section-content-include .see-more-button {
  font-size: 17px !important;
}

#c-activity-details p {
  font-size: 1rem !important;
  color: var(--cool-lighter-grey);
  margin-top: 10px;
}

#c-payment-details .c-underline-button {
  margin-top: 25px !important;
}
#c-payment-details .c-underline-button .c-icon-button-toggle span {
  text-decoration: none !important;
}
#c-payment-details .c-underline-button .c-icon-button-toggle span span {
  text-decoration: underline !important;
}

#tm-account-dashboard.bookings-view .c-detail-item-with-action__icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  #tm-account-dashboard .c-left-section-wrapper {
    max-width: 100%;
  }
  #tm-account-dashboard.bookings-view {
    padding: 0 10px;
  }
  #tm-account-dashboard.bookings-view .c-detail-item-with-action {
    flex-wrap: wrap;
  }
  #tm-account-dashboard.bookings-view .c-detail-item-with-action .c-detail-item-with-action__icon {
    flex: 0 0 30px;
  }
  #tm-account-dashboard.bookings-view .c-detail-item-with-action .c-detail-item-with-action__inner {
    flex: 0 0 calc(100% - 30px) !important;
  }
  #tm-account-dashboard.bookings-view .c-detail-item-with-action__icon {
    display: block;
  }
  #tm-account-dashboard.bookings-view .box-width {
    padding: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-right-section > section {
    display: block !important;
    position: relative;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-right-section > section::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    height: 16px;
    background-color: rgb(245, 245, 245);
    width: calc(100% + 40px);
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary::before {
    display: none !important;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-detail-item-with-action {
    display: flex;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-detail-item-with-action .c-detail-item-with-action__action {
    justify-content: left;
    margin-left: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-detail-item-with-action__inner {
    width: 65%;
    flex: none !important;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-detail-item-with-action__label {
    display: none;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-booking-summary .c-right-section-heading {
    display: none;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-right-section-heading {
    padding-top: 40px;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section-image {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section .booking__tabs__title {
    margin-bottom: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section-wrapper {
    box-shadow: none;
    border-radius: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page .c-left-section-wrapper img {
    border-radius: 0;
  }
  #tm-account-dashboard.bookings-view .c-two-sections-page #c-ticket-info .c-btn {
    width: 100%;
  }
}

#c-help-support ul {
  margin-top: -14px !important;
}

.c-item-label i {
  position: relative;
  top: 0.5px;
  left: -1.5px;
}

.c-cool-rewards-saving {
  border-radius: 5px;
  position: relative;
  padding: 11.5px 8px 14px 16px;
  margin-top: 8px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
  color: var(--cool-headers);
}
.c-cool-rewards-saving .c-tooltip-wrapper,
.c-cool-rewards-saving .c-tooltip-hover-text {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .c-cool-rewards-saving {
    margin-bottom: 40px;
  }
}
.c-cool-rewards-saving .fa-hand-holding-star {
  font-size: 36px;
  position: absolute !important;
  color: rgb(65, 112, 219);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-cool-rewards-saving::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 5px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
}
.c-cool-rewards-saving .c-cool-rewards-saving-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1px;
}
.c-cool-rewards-saving .c-cool-rewards-saving-amount {
  font-size: 0.875rem;
  font-weight: 400;
}
.c-cool-rewards-saving .c-cool-rewards-saving-amount-text a i {
  margin-left: 4px;
}
.c-cool-rewards-saving .c-cool-rewards-saving-amount-text .tooltip-pos {
  padding: 0;
}
.c-cool-rewards-saving .c-cool-rewards-saving-amount-text .tooltip-icon i {
  color: #202020;
  font-size: 0.875rem;
}
.c-cool-rewards-saving a {
  color: inherit !important;
  text-decoration: none !important;
}
.c-cool-rewards-saving a > span {
  text-decoration: underline !important;
}
.c-cool-rewards-saving a:hover {
  border-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  ul.listing-group li .listing-img {
    width: 120px;
    height: 120px;
  }
  ul.listing-group li .listing-desc {
    width: calc(100% - 120px);
  }
}
.featureList {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.featureList .featureListItem {
  margin-bottom: 10px;
}

.cancellation-para {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  #s-booking-summary .c-right-section-heading {
    display: none;
  }
}

.c-message-cta {
  position: relative;
  font-size: 0.875rem;
  z-index: 1;
  padding: 10px 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  display: flex;
  align-items: center;
}
.c-message-cta i {
  margin-right: 8px;
}
.c-message-cta a {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: 500;
}
.c-message-cta::before {
  position: absolute;
  display: block;
  content: "";
  border-radius: 5px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
  z-index: -1;
}

body input[data-com-onepassword-filled],
body input[data-com-onepassword-filled]:focus {
  background-clip: text !important;
}

.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: 6.2px;
  padding-bottom: 7px;
  padding-left: 16px;
  padding-right: 16.25px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: opacity 0.25s ease-in-out;
}
.c-btn span {
  color: white;
}
.c-btn .c-btn-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-btn.c-btn-loading .c-btn-inner {
  position: static;
}
.c-btn.c-btn-loading .c-button-loader {
  display: block !important;
}
.c-btn.c-btn-loading .c-loader-wrapper {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-btn.c-btn-loading .c-loader-wrapper + span {
  display: none;
}
.c-btn.c-btn-loading .c-loader-wrapper .c-loader-lds-ring > div {
  margin: 0;
}
.c-btn.c-btn-has-loader {
  display: inline-block;
}
.c-btn.c-btn-has-loader .c-btn-inner {
  padding-left: 35px;
  padding-right: 35px;
}
.c-btn.c-btn-has-loader .c-loader-wrapper .c-loader-button {
  height: 20px;
}
.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: 20px !important;
}
.c-btn.c-btn-text {
  border: 0;
  padding: 0;
  background-color: transparent;
}
.c-btn.c-btn-text span {
  color: var(--cool-text);
  text-decoration: underline;
  font-weight: 400;
  letter-spacing: normal;
}
.c-btn:not(.btn-social):hover {
  opacity: 0.9;
  border-color: transparent !important;
}
.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: 9.5px;
  padding-bottom: 11px;
}
.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: 10px;
  margin: 10px 5px;
}

.c-btn-text-style {
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  appearance: none;
  text-align: left;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: underline;
}

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

.c-avatar-container {
  display: flex;
  position: relative;
  width: 70px;
  height: 40px;
  border: 1px solid var(--cool-component-grey);
  border-radius: 27.5px;
  padding: 4px 4px 4px 9px;
}
@media screen and (max-width: 1024px) {
  .c-avatar-container {
    height: auto;
  }
}
.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 .c-avatar-dropdown-item-link .c-avatar-right {
  margin-left: auto;
}
.c-avatar-container .c-avatar-dropdown-item-link .c-avatar-badge {
  position: absolute;
  bottom: 50%;
  left: calc(50% + 0.125rem);
}
.c-avatar-container .c-avatar-dropdown-item-link .c-avatar-badge .c-avatar-badge-dot {
  height: 0.5rem;
  width: 0.5rem;
  font-weight: 500;
  white-space: nowrap;
  background-color: #C81E3A;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0.4375rem;
}
.c-avatar-container .c-avatar-dropdown-item-link .c-avatar-badge .c-avatar-badge-dot:before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
  border: 0.0625rem solid white;
  border-radius: 8px;
}
.c-avatar-container > button {
  cursor: pointer;
}
.c-avatar-container > button > i {
  font-size: 12px;
  color: var(--cool-icon-color);
  position: relative;
  left: -7px;
}
.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: 4.8px;
  }
}
.c-avatar-container .c-user-circle-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background-color: #315e84;
  font-size: 0.8125rem;
  color: white;
  border-radius: 50%;
}
.c-avatar-container .c-user-circle-image {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-avatar-container .c-user-circle-image {
    width: 25px;
    height: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .c-avatar-container .c-user-circle-image {
    margin-left: -4px;
  }
}
.c-avatar-container .c-user-circle-image img {
  width: 100%;
  height: auto;
}
.c-avatar-container .c-user-circle i {
  font-size: 22.496px;
}
@media screen and (min-width: 1025px) {
  .c-avatar-container .c-arrowShadow {
    top: -16px;
    right: 15px;
    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: 54px;
    right: 0;
    background-color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 0.945rem;
    padding: 12px 10.5px;
    padding-top: 9.5px;
    border-radius: 12px;
    width: auto;
    min-height: 32px;
    z-index: 9999;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container {
    position: fixed;
    left: -310px;
    width: 310px;
    height: 100%;
    overflow-y: auto;
    transition: transform 0.25s ease;
    transform: translateX(-100%);
    padding-top: 9.5px;
    padding-left: 17.13px;
    padding-right: 16.18px;
    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: 199px;
}
.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: 15px;
}
.c-avatar-menu-container .c-avatar-dropdown-menu .c-avatar-dropdown-item-button .c-btn {
  height: 43px;
}
@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);
}
@media screen and (min-width: 1025px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu > a.custom-color {
    background-color: var(--p, transparent);
    color: var(--c, var(--cool-link));
    margin-bottom: 5px;
  }
  .c-avatar-menu-container .c-avatar-dropdown-menu > a.custom-color:hover {
    background-color: var(--p, transparent) !important;
    color: var(--c, var(--cool-link)) !important;
    opacity: 0.9;
  }
}
.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: 7px;
  padding-bottom: 7.5px;
  padding-left: 12px;
  padding-right: 12.5px;
  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: 17px;
}
.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: 9px;
  font-weight: 300;
  color: var(--cool-arrow-color);
  content: "\f054";
  font-family: "Font Awesome 7 Pro";
  font-size: 12px;
}
@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: 43px;
  }
}
.c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item-icon {
  display: flex;
  color: inherit;
  margin-right: 0.6rem;
  font-size: 16px;
  width: 16px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-avatar-menu-container .c-avatar-dropdown-menu > a .c-avatar-dropdown-item-icon {
    margin-right: 12.5px;
  }
}
@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: 4.5px 0;
  border-top: 1px solid var(--cool-divider-color);
}
.c-avatar-menu-container .c-link-divider.c-desktop-only {
  border-top-style: dotted;
  border-top-color: black;
}

.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;
  flex: 0 0 auto;
}
.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.menu-opened .c-explore-button {
  background-color: var(--p);
  color: white;
}
.c-explore-button-container .c-explore-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  height: 34px;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 45px;
  cursor: pointer;
  padding: 11px;
  border: 0;
  letter-spacing: -0.01px;
  background-color: var(--cool-component-light-grey);
}
.c-explore-button-container .c-explore-button:hover {
  background-color: var(--p);
  color: white;
}
.c-explore-button-container .c-explore-button i {
  font-size: 13px;
  margin-left: -3px;
}
.c-explore-button-container .c-explore-menu {
  position: absolute;
  top: 67px;
  left: 0;
  z-index: 9999;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.175);
  opacity: 1;
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: none;
  border-top: 1px 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: 29px;
  padding-right: 29px;
  padding-top: 33px;
  padding-bottom: 27px;
}
.c-explore-button-container .c-explore-section-menu {
  display: none;
}
.c-explore-button-container .c-explore-section-wrapper {
  padding-top: 21px;
}
.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: 20px;
}
.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: 14.5px;
}
.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;
  padding-right: 11px;
  font-size: 12px;
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
  --fa-style: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
  content: "\f054";
}
.c-explore-button-container .c-explore-section .c-explore-section-menu-right {
  margin-top: 14px;
  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: 20px;
  line-height: 1.25em;
  padding-right: 35px;
}
.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: 16px;
  height: 64px;
  padding: 8px 16px 8px 8px;
  background: white;
  border: 1px solid var(--cool-activity-button-card-border);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.c-activity-button-card img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.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: 16px;
  width: 16px;
}

.c-link-with-arrow {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: var(--cool-black);
  margin-top: 24px;
}
.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: 8px;
  transition: transform 200ms ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 11.2px;
}
.c-link-with-arrow:active .c-link-right-arrow {
  transform: translateX(6.4px);
}

.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;
  font-size: 0.945rem;
  padding-top: 9.5px;
  width: auto;
  min-height: 32px;
  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: 24px;
}
.c-mobile-left-menu-container.show {
  display: flex;
  margin-top: 83px;
}
.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% - 52px);
}
.c-mobile-left-menu-container .c-mobile-left-menu-nav-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 9px;
  padding-bottom: 32px;
  border-bottom: 2px 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: 17.13px;
  padding-right: 16.18px;
}

.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: 16px 0 16px 4px;
  border-bottom: 1px solid var(--cool-black);
}
.activity-button-card-submenu .activity-button-card-submenu-subheader .c-icon-button {
  margin-right: auto;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper {
  margin: 24px 0 16px 0;
  padding-bottom: 16px;
  border-bottom: 2px 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: 12px;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container {
  padding-left: 8px;
}
.activity-button-card-submenu .activity-button-card-submenu-wrapper .activity-button-card-submenu-container .activity-button-card-submenu-link-container {
  padding-bottom: 16px;
}
.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: 5px;
  font-size: 12px;
}
.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: 39px;
  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: 13px 16px;
  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: 28.8px;
  padding: 0 16px;
}
.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: 28.8px;
}
.c-input-control .c-input-control-icon {
  font-size: 0.99rem;
  padding-right: 18px;
}

.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: 13px 16px;
  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: 28.8px;
  padding: 0 16px;
}
.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: 28.8px;
}
.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 32px;
  min-height: 68px;
}
@media screen and (min-width: 1025px) {
  .c-search-menu-item-button-container {
    min-height: 78px;
  }
}
.c-search-menu-item-button-container img {
  border-radius: 4.9px;
  height: 45px;
  width: 45px;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .c-search-menu-item-button-container img {
    width: 39.6px;
    height: 39.6px;
  }
}
.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: 45px;
  min-width: 45px;
  margin-right: 12px;
  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: 10.96px;
    font-size: 1.375rem;
    min-width: 39.6px;
  }
}
.c-search-menu-item-button-container .c-search-menu-item-button {
  display: flex;
  align-items: center;
  padding: 9px 0;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px #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: 8px;
}
@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: 1px;
}
@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: 1.5px;
  }
}
.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, 2px);
  border-radius: 8px;
  min-height: 73px;
  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(16px, env(safe-area-inset-right, 0rem));
    left: max(16px, env(safe-area-inset-left, 0rem));
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain; /* Prevent scroll bouncing */
    padding-bottom: 100px; /* Space for last item visibility */
  }
}
.c-search-menu .c-search-menu-container {
  width: 560px;
}
@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: 73px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 32px;
  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: 24px 16px;
  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: 238px;
  overflow: auto;
}
.c-search-modal-overlay .c-search-modal-close-button {
  position: fixed;
  top: 17.28px;
  right: 14.4px;
  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: 28.8px;
  height: 28.8px;
  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: 15px;
}
.c-search-modal-overlay .c-search-modal-content {
  position: relative;
  padding: max(23px, env(safe-area-inset-top, 0rem)) max(14.4px, env(safe-area-inset-top, 0rem)) max(25.2px, env(safe-area-inset-bottom, 0rem)) max(14.4px, 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: 20.84px;
  font-weight: 700;
  letter-spacing: -0.07px;
  margin-top: -7px;
}
.c-search-modal-overlay .c-btn {
  font-size: 0.99rem;
  height: 39.6px;
  font-weight: 500;
  letter-spacing: -0.07px;
}
.c-search-modal-overlay .c-input-control {
  margin-bottom: 15.84px;
  height: 39.6px;
}
.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: 16px;
    display: block;
  }
  .c-search-container.show .c-search-close-icon i {
    padding: 8px 0;
    cursor: pointer;
  }
}
.c-search-container.show .c-search-menu {
  display: block;
  overflow-y: scroll;
  max-height: 470.24px;
  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: 27.5px;
  height: 49px;
  padding: 12px 14.5px;
}
@media screen and (max-width: 1024px) {
  .c-search-container .c-search-control-style {
    height: 39.6px;
  }
  .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: 10px;
}
.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: 14px;
  height: 20px;
  margin-right: 10px;
  color: var(--cool-icon-color);
}
.c-search-container .c-search-icon i {
  font-size: 14px;
}
.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: 38px;
    align-items: center;
    width: 100%;
  }
}
.c-search-container .c-search-mobile-wrapper .c-search-icon i {
  font-size: 17.6px;
  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;
  line-height: 24px;
}
.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;
  font-weight: 700;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-dot {
  color: gray;
  margin-left: 13px;
  margin-right: 12px;
}
.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;
  font-weight: 400;
}
.c-search-container .c-search-mobile-wrapper .c-search-mobile .c-search-date-wrapper[data-date=yes] .c-search-date-text {
  color: var(--p, 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: 2.84px;
  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 !important;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
}
.c-icon-button.c-no-button-hover {
  background-color: transparent !important;
}
.c-icon-button.c-icon-button-left-aligned .c-icon-button-toggle {
  justify-content: flex-start !important;
  padding-left: 0 !important;
}
.c-icon-button.c-icon-button-text-hover {
  background-color: transparent !important;
}
.c-icon-button.c-icon-button-text-hover:hover span {
  text-decoration: underline;
}
.c-icon-button.c-icon-button-active {
  background-color: var(--cool-component-light-grey);
  text-decoration: none;
}
.c-icon-button.c-icon-button-active span {
  font-weight: 700;
}
.c-icon-button.c-underline-button {
  padding-left: 0 !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border-top: 1px solid var(--cool-component-grey) !important;
}
.c-icon-button.c-underline-button i {
  text-decoration: none;
  border: 0;
}
.c-icon-button.c-underline-button .c-icon-button-toggle {
  justify-content: normal !important;
  padding-left: 0 !important;
}
.c-icon-button.c-underline-button .c-icon-wrapper {
  margin-right: 13px !important;
}
.c-icon-button.c-underline-button span {
  text-decoration: underline;
  font-size: 1.0625rem;
  line-height: 1.2;
}
.c-icon-button.c-underline-button .c-icon-wrapper {
  font-size: 1.375rem;
}
.c-icon-button.c-underline-button:hover {
  background-color: transparent !important;
}
.c-icon-button .c-icon-wrapper {
  display: flex;
  justify-content: center;
  min-width: 21px;
}
.c-icon-button.c-icon-button-column-style .c-icon-bottom-values {
  display: none;
}
@media screen and (min-width: 1025px) {
  .c-icon-button.c-icon-button-column-style .c-icon-wrapper {
    margin-top: 1px;
  }
  .c-icon-button.c-icon-button-column-style .c-icon-bottom-values {
    display: flex;
    white-space: nowrap;
  }
  .c-icon-button.c-icon-button-column-style .c-icon-bottom-values .c-span-divider {
    margin: 0 2px;
    color: #777777;
  }
  .c-icon-button.c-icon-button-column-style .c-icon-button-toggle {
    flex-direction: column;
    font-size: 10px;
    height: 100%;
    letter-spacing: -0.14px;
    color: var(--cool-headers);
    font-weight: 500;
    justify-content: center !important;
    gap: 5px;
    position: relative;
    padding-right: 10px;
    padding-left: 16px;
  }
  .c-icon-button.c-icon-button-column-style .c-icon-button-toggle:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 40px;
    background-color: var(--cool-component-grey);
    right: -3.5px;
    pointer-events: none;
  }
}
.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: 7px;
  padding-bottom: 7.5px;
  padding-left: 9.5px;
  padding-right: 12.5px;
}
.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: 20px;
}

.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-wrapper.c-loader-left {
  transform: none;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
  left: 0;
}
.c-loader-wrapper.c-button-loader {
  height: 100%;
}

.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: 93px;
  height: 93px;
}
.c-loader-sm .c-loader-lds-ring {
  width: 18px;
  height: 18px;
}
.c-loader-s .c-loader-lds-ring {
  width: 64px;
  height: 64px;
}
.c-loader-button .c-loader-lds-ring {
  width: 20px;
  height: 20px;
}
.c-loader-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  margin: 6px;
  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: 18px;
  height: 18px;
  border-width: 2px;
  margin: 3.5px;
}
.c-loader-s .c-loader-lds-ring div {
  width: 51px;
  height: 51px;
}
.c-loader-button .c-loader-lds-ring div {
  width: 20px;
  height: 20px;
  border-color: white transparent transparent transparent;
  border-width: 2px;
}
.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:not(.c-modal-desktop-r-mobile-footer-slide-in) {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.c-modal-portal.open .c-modal-overlay .c-modal-body.c-modal-body-overlay-loader {
  pointer-events: none;
}
.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: 24px 32px;
}
.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;
  gap: 16px;
}
.c-modal-portal.open .c-modal-overlay.c-modal-mobile-f-no-border .c-modal-header .c-modal-header-text {
  order: 2;
  margin-bottom: 24px;
  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: 0;
}
.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: 436px;
  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: 436px;
    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 .c-modal-portal.open .c-modal-overlay .c-modal-header-title-center {
  text-align: center;
  justify-content: center;
}
body .c-modal-portal.open .c-modal-overlay .c-modal-header-title-right {
  text-align: right;
  justify-content: flex-end;
}
body .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 .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 .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 .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 .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 .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 .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: 12px;
}
body .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 .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: 40px;
  min-width: 0px;
}
body .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: 8px;
  flex-shrink: 0;
  border-radius: 50%;
  opacity: 1;
  margin-left: 8px;
  height: 40px !important;
  width: 40px !important;
}
body .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: -1.6px !important;
}
body .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 .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 .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.4285714286;
  letter-spacing: -0.009375rem;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body .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.3333333333;
  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 .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: 4px;
  margin-top: 4px;
  padding-left: 16px;
}
body .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in .c-modal-header h2 {
  color: white !important;
}
body .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 .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: 40px;
  height: 40px;
  border-radius: 100px;
  align-items: center;
}
body .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 #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 .c-modal-portal.open .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in {
    position: static;
    display: block;
  }
  body .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 .c-modal-portal .c-modal-overlay.c-modal-desktop-r-chat-mobile-footer-slide-in {
    background: none;
    align-items: flex-end !important;
  }
  body .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 .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: 24px 16px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay {
    z-index: 9999999999;
  }
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-content-has-header {
  padding: 24px 32px;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-header {
  border: 0;
  padding: 0;
  flex-direction: column;
  align-items: initial;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-header-text {
  order: 2;
  margin-bottom: 24px;
  padding: 0;
  display: block;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-tabs {
  border: 0;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-tabs > .c-tabs-item {
  position: relative;
  padding: 16px;
  border: 0;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-tabs > .c-tabs-item.c-tabs-item-active::after {
  border-bottom-width: 4px;
  border-color: var(--cool-headers);
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-tabs > .c-tabs-item::after {
  border-bottom: 1px solid var(--cool-tabs-bottom-color);
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  visibility: visible;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-close-button {
  line-height: 0;
  text-align: right;
  margin-bottom: 16px;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-body {
  padding: 0;
  margin: 0;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-body .cool-gtranslate-wrapper,
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-body .c-tab-navigation-content-wrapper {
  padding-top: 0 !important;
}
.c-modal-overlay .c-modal-content.c-modal-no-title .c-modal-body .c-modal-body-inner {
  padding-top: 16px;
}
@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 - 32px);
  }
  .c-modal-overlay.c-modal-desktop-r-mobile-footer-slide-in .c-modal-header {
    padding: 16.608px;
  }
  .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 - 32px) !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: 16.608px;
}
.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: 16px;
  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: 16.608px;
  }
  .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: 16px;
    margin-bottom: 0;
  }
}
.c-modal-overlay .c-modal-content {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  border-radius: 10px;
  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: 16px;
}
.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: 16px 0;
  padding-left: 0;
  margin-left: 18px;
}
.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: 10px;
}
.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: 25px;
  margin-top: 55px;
}
.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: 24px;
    padding-right: 24px;
    min-height: 81px;
  }
  .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: 541px;
  }
}
.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: 800px;
    min-width: auto;
  }
  .c-modal-overlay .c-modal-content.c-modal-content-small {
    width: 60%;
    max-width: 560px;
  }
}
@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: 26px;
  margin-right: 5.5px;
}
.c-modal-overlay .c-modal-header .c-modal-header-icon img {
  width: 26px;
}
.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: 20px;
  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: 16px;
}
.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: 24px;
  overflow-y: auto;
  margin-bottom: 40px;
  overscroll-behavior: contain;
}
@media screen and (max-width: 1024px) {
  .c-modal-overlay .c-modal-body {
    margin-bottom: 32px;
  }
}

.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: 8px;
}
.c-reviews span {
  color: rgb(246, 195, 68) !important;
  font-size: 0.8441rem;
  margin-left: 1px;
}
.c-reviews span:first-child {
  margin-left: 0;
}

.c-divider {
  border: none;
  height: 2px;
  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: 57.5px;
  left: -112px;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 0.875rem;
  padding: 12px 10.5px;
  padding-top: 9.5px;
  border-radius: 12px;
  width: auto;
  min-height: 32px;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content {
  width: max-content;
  min-width: 199px;
}
.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: 16px;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-dropdown-menu-content img {
  height: 14px;
  border-radius: 1.4px;
}
.c-dropdown-menu-wrapper .c-dropdown-menu .c-arrowShadow {
  top: -16px;
  left: calc(50% + 9px);
}

@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);
  }
}
@keyframes accordionOpen {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 600px;
  }
}
@keyframes accordionClose {
  0% {
    max-height: 600px;
  }
  100% {
    max-height: 0;
  }
}
@keyframes arrowWiggle {
  0% {
    transform: translateY(0em);
    opacity: 1;
  }
  80% {
    transform: translateY(2em);
    opacity: 1;
  }
  100% {
    transform: translateY(2em);
    opacity: 0;
  }
}
.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: 6px;
  border: 1px solid var(--cool-component-grey);
  gap: 14px;
  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: 68.5px;
  overflow: hidden;
}
.c-tour-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px 0 0 6px;
  object-fit: cover;
  overflow: hidden;
}
.c-tour-card-single {
  margin-top: 20px;
  margin-bottom: 20px;
}
.c-tour-card-carousel {
  display: flex;
  gap: 12px;
  margin-right: -16px;
  margin-left: -16px;
  padding-right: 16px;
  margin-bottom: -20px;
  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: 320px;
  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: 20px;
  margin-bottom: 20px;
}
.c-tour-card-carousel .c-tour-card:first-child {
  margin-left: 16px;
}
.c-tour-card-carousel .c-tour-card.c-tour-card-has-options .c-tour-card-content-title {
  padding-right: 16px;
}
.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: 45px;
}
.c-tour-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  color: var(--cool-neutral);
  font-size: 0.875rem;
  padding-bottom: 10.64px;
  padding-top: 13px;
  padding-right: 16px;
}
.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: 44px;
  padding-right: 8px;
}
.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: 4px;
}
.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: 3px;
  color: var(--cool-black);
}

.c-tour-card-options {
  position: absolute;
  top: 7px;
  right: 13px;
  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: 16px;
}
.c-bot-response-bot-name {
  margin: 0 0 8px 52.2px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: normal;
  color: #6A737C;
}
.c-bot-response-multiple .c-bot-response-content-area {
  padding-left: 14px;
  padding-right: 13px;
}
.c-bot-response-multiple .c-bot-response-main-container .c-bot-response-content {
  border-radius: 0 20px 20px 0;
  margin-bottom: 2px;
}
.c-bot-response-multiple .c-bot-response-main-container:first-child .c-bot-response-content {
  border-radius: 20px 20px 20px 0;
}
.c-bot-response-multiple .c-bot-response-main-container:last-child .c-bot-response-content {
  border-radius: 0 20px 20px 20px;
}
.c-bot-response .c-bot-response-list-heading {
  margin-bottom: 8px;
  margin-top: 8px;
}
.c-bot-response .c-bot-response-list-footer {
  margin-top: 8px;
}
.c-bot-response .c-bot-response-dot-ul li {
  padding-left: 8px;
}

.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: 5px;
  width: 34px !important;
  height: 34px !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: 34px;
  height: 34px;
}

.c-bot-response-content {
  margin-top: 2px;
  min-width: 52px;
  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% - 100px);
  border-radius: 20px;
  animation: 0.5s linear 0.3s 1 normal both running bounceInLeft;
}
.c-bot-response-content-area {
  padding: 6.5px 20px 9.5px;
}
.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: 16px;
}
.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: 52px;
  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% - 80px);
  border-radius: 20px;
  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: 12px 18px 15px;
  background-color: #fff;
  font-weight: 400;
  line-height: 0.6818181818;
  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: 4.8px;
}
.c-user-details-card-edit a i {
  font-size: 18px;
}
.c-user-details-card-with-label .c-user-detail {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  gap: 10px;
}
.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: 10px;
  padding: 20.5px 17.5px 17px;
  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: 16px;
}
.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: 5.5px;
}
.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: 44px;
}
.c-multi-step-form-wrapper .c-multi-step-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}
.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: 16px;
  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 4px !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: 9px 0px 0px 8px;
}

.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: 80px;
  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: 280px;
  scroll-snap-align: start;
  margin-left: 19px;
  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: 34px;
  height: 34px;
  margin-right: 5px;
}
.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: 16px;
  max-width: 280px;
  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% - 116px);
  max-width: 280px;
  scroll-snap-align: start;
  margin-right: 8px;
  border-radius: 20px;
  border: 1px solid rgb(216, 220, 222);
}
.c-message-slider-content img {
  height: 146px;
  object-fit: cover;
  transition: opacity 0.2s linear;
  width: 284px;
  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: 16px;
}
.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: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.c-message-slider-content-top-body p {
  font-weight: normal;
}
.c-message-slider-content-bottom {
  padding: 0px 8px 8px;
}
.c-message-slider-content-bottom h3 {
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 600;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.c-message-slider-content-bottom p {
  font-size: 0.875rem;
  line-height: 0.7;
  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: 8px;
}
.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: 40px;
  width: 40px;
  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: 16px;
}
.c-message-slider-nav.c-message-slider-next {
  right: 16px;
}

.c-three-dots-loader {
  white-space: normal;
  line-height: normal;
}
.c-three-dots-loader svg {
  width: 32px;
  height: 26px;
  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: 20px;
}
.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: 45px;
  margin-top: 19px;
}
.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: 28.8px;
  border-bottom-left-radius: 28.8px;
  padding-left: 13px;
}
.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: 40px;
}
.c-help-center-support-assistant .c-multi-step-footer button 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-help-center-support-assistant .c-message-slider {
  margin-left: -13px;
  margin-right: -23px;
}
.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: 9px;
  padding-bottom: 9px;
}
.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: 44px;
  gap: 14px;
  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: -9px;
  margin-bottom: -9px;
  width: 68.5px;
  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: 67px;
  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: auto;
  }
  .s-header #s-search-container-mobile-wrapper .element-col {
    min-height: auto;
  }
}
body.home.id-7 .s-header .s-search-container-mobile {
  display: none;
}
.s-header .s-search-container-mobile {
  padding-bottom: 10.8px;
}
@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;
  }
}

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

.s-header-left {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 14px;
  height: 53.68px;
}
@media screen and (max-width: 1024px) {
  .s-header-left {
    height: auto;
  }
}
.s-header-left .c-mobile-left-menu {
  display: flex;
}
.s-header-left .c-mobile-left-menu i {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .s-header-left .c-mobile-left-menu {
    margin-top: 2px;
  }
}
.s-header-left .c-logo-container img {
  display: block;
  width: 205.55px;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .s-header-left .c-mobile-left-menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .s-header-left {
    gap: 10px;
  }
  .s-header-left .c-explore-button {
    display: none;
  }
  .s-header-left .c-logo-container img {
    max-height: 36px;
    width: auto;
  }
  .s-header-left .c-icon-button {
    font-size: 21px;
  }
}

.s-header-right {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 9px;
}
.s-header-right .c-reward-header-link.c-icon-button {
  width: auto;
  margin-left: -5px;
}
.s-header-right .c-reward-header-link .c-icon-button-toggle {
  gap: 8px;
}
.s-header-right .c-reward-header-link .c-icon-wrapper + span {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .body-design2025 .s-header-right {
    gap: 0;
  }
  .body-design2025 .s-header-right .header-wishlist-link:hover .c-icon-bottom-values {
    text-decoration: underline;
  }
  .body-design2025 .s-header-right .header-langauge-link .c-span-language:hover,
  .body-design2025 .s-header-right .header-langauge-link .c-span-currency:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .s-header-right {
    gap: 26px;
    margin-right: 5px;
  }
  .s-header-right button {
    line-height: 0;
  }
  .s-header-right .mobile-search-button-right {
    line-height: 0;
    margin-top: 2px;
  }
  .s-header-right .mobile-search-button-right i {
    color: black;
    font-size: var(--cool-header-icon-size);
  }
  .s-header-right .c-avatar-dropdown > i {
    display: none;
  }
  .s-header-right .c-avatar-container {
    padding: 0;
    border: 0;
    border-radius: 0;
    width: var(--cool-header-icon-size);
  }
  .s-header-right .c-avatar-container .c-user-circle i {
    font-size: calc(var(--cool-header-icon-size) + 0.25px);
  }
}
@media screen and (max-width: 1024px) {
  .s-header-right .c-avatar-container .c-user-circle i {
    color: #000;
  }
}

.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: 430px;
}

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

.c-help-center-button,
.header-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  color: var(--cool-icon-color);
}
@media screen and (min-width: 1025px) {
  .c-help-center-button.c-icon-button-column-style,
  .header-link.c-icon-button-column-style {
    background: transparent !important;
    width: auto;
  }
}
.c-help-center-button i,
.header-link i {
  font-size: var(--cool-header-icon-size);
}
.c-help-center-button:hover,
.header-link:hover {
  background-color: var(--cool-component-light-grey);
}
@media screen and (max-width: 1024px) {
  .c-help-center-button,
  .header-link {
    width: var(--cool-header-icon-size);
    height: var(--cool-header-icon-size);
  }
}

.simple-weather__day {
  cursor: pointer;
}

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

@media screen and (min-width: 1025px) {
  .body-design2025 .c-avatar-container {
    margin-left: 14px;
  }
}
.body-design2025 .s-header-right > .c-icon-button {
  line-height: normal;
}
.body-design2025 .simple-weather {
  position: relative;
  padding-right: 9.5px;
  line-height: 25px;
}
.body-design2025 .simple-weather:hover .simple-weather__temp {
  text-decoration: underline;
}
.body-design2025 .simple-weather .simple-weather__day {
  flex-direction: column;
  font-size: 10px;
  gap: 7px;
}
.body-design2025 .simple-weather .simple-weather__day::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 40px;
  background-color: var(--cool-component-grey);
  right: -3.5px;
  pointer-events: none;
  top: 1.5px;
}
.body-design2025 .simple-weather .simple-weather__temp {
  margin-left: 0;
  font-weight: 500;
  width: 30px;
  line-height: 15px;
}
.body-design2025 .simple-weather i {
  font-size: 10.5px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 1025px) {
  .body-design2025 .c-icon-button i {
    --cool-header-icon-size: 21px;
  }
}
@media screen and (max-width: 1024px) {
  .body-design2025 .c-help-center-button i,
  .body-design2025 .header-link i {
    font-size: 23px;
  }
  .body-design2025 .mobile-search-button-right i {
    font-size: 20px;
    font-weight: 400;
  }
  .body-design2025 .c-avatar-container .c-user-circle i {
    font-size: 24px;
  }
}

.cool-profile.body-design2025 .c-logo-container img {
  width: 44px !important;
  height: 44px !important;
}
.cool-profile.body-design2025 .c-logo-container a {
  display: flex;
  gap: 6.5px;
  justify-content: left;
  align-items: center;
  text-decoration: none;
  border: 0;
}
.cool-profile.body-design2025 .c-logo-container a span {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: var(--cool-headers);
  line-height: 0.9130434783;
}
@media screen and (max-width: 1024px) {
  .cool-profile.body-design2025 .c-logo-container a span {
    font-size: 18.8181819916px !important;
  }
}
.cool-profile.body-design2025 .c-logo-container a span sup {
  vertical-align: super;
  font-size: 10px;
  top: -3px;
}
@media screen and (max-width: 1024px) {
  .cool-profile.body-design2025 .c-logo-container a span sup {
    font-size: 8px;
    top: -2px;
  }
}
@media screen and (max-width: 1024px) {
  .cool-profile.body-design2025 .c-logo-container img {
    width: 36px !important;
    height: 36px !important;
  }
}

@media screen and (max-width: 1024px) {
  .cool-profile .mobile-search-button-right i {
    font-weight: 900;
  }
}

.page-confirmation .footerLinksContainer {
  display: none;
}

.confirmation-page {
  min-height: initial !important;
}
.confirmation-page .book-embed-wrap,
.confirmation-page .book-embed-inner,
.confirmation-page .book-embed-content {
  min-height: initial !important;
}
.confirmation-page .book-embed-wrap {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 1105px;
}
.confirmation-page .book-embed-inner, .confirmation-page .two-columns-page .wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.c-footer-confirmation #recentViewedWidget .accordion {
  border: 0;
}
.c-footer-confirmation #recentViewedWidget .accordion h2 {
  margin-bottom: 19px !important;
}

.c-booking__wrapper {
  padding-top: 64.5px;
  overflow: hidden;
  position: relative;
  line-height: normal;
}
.c-booking__wrapper canvas {
  z-index: 9999999 !important;
}
@media screen and (max-width: 1024px) {
  .c-booking__wrapper {
    padding-top: 30px;
  }
}
.c-booking__wrapper.has-confetti {
  background: url("../imgs/confetti.png") repeat right top;
}
.c-booking__wrapper .booking__card_container {
  margin-top: 90.5px !important;
  padding-bottom: 32.66px !important;
  z-index: 1000;
  position: relative;
}
.c-booking__wrapper .booking__card_container.c-booking__card_box_shadow {
  background-color: rgb(245, 245, 245);
}
.c-booking__wrapper .booking__card_container .box-width {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-booking__wrapper .booking__card_container {
    margin-top: 70px !important;
  }
}
.c-booking__wrapper .banner__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 0;
}
.c-booking__wrapper .banner__section .banner__section__left {
  font-size: 1.0625rem;
  font-weight: 400;
}
.c-booking__wrapper .banner__section .banner__section__left .banner__title {
  color: rgb(32, 32, 32);
  font-weight: 700;
  letter-spacing: -0.53px;
  text-align: left;
  display: block;
  margin-bottom: 15px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .c-booking__wrapper .banner__section .banner__section__left .banner__title {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
  }
}
.c-booking__wrapper .banner__section .banner__section__left .banner__description {
  color: rgb(32, 32, 32);
  letter-spacing: -0.01px;
  text-align: left;
  line-height: 1.7647058824;
}
.c-booking__wrapper .banner__section .banner__section__left .banner__link {
  display: inline-flex;
  gap: 7px;
  line-height: 1.2941176471;
}
.c-booking__wrapper .banner__section .banner__section__left .banner__link button {
  color: rgb(32, 32, 32);
  text-decoration: underline;
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.c-booking__wrapper .banner__section__right img {
  width: 225px;
  height: 61px;
  margin-top: -8px;
}
.c-booking__wrapper .booking__card {
  display: flex;
  background: white;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 0 25px 0 rgb(223, 223, 223);
  padding: 21px;
  padding-bottom: 26.5px;
  padding-top: 22.5px;
  margin-top: -32.5px;
  gap: 14.5px;
  background-color: rgb(255, 255, 255);
}
.c-booking__wrapper .booking__card .booking__card__center {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card {
    flex-direction: column;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
  }
  .c-booking__wrapper .booking__card .booking__card__center {
    width: 100%;
  }
}
.c-booking__wrapper .booking__card__left {
  width: 69px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card__left {
    grid-row: 1/span 2;
    gap: 0;
  }
}
.c-booking__wrapper .booking__card__right {
  padding-top: 1px;
  width: 31.0443%;
  margin-left: auto;
}
.c-booking__wrapper .booking__card__right > .c-btn {
  padding: 11.5px 0 11.5px;
  font-size: 1.3125rem;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card__right {
    max-width: none;
    margin-left: -85px;
    width: calc(100% + 85px);
  }
}
.c-booking__wrapper .date__box {
  width: 53px;
  height: 53px;
  border: 1px solid rgb(32, 32, 32);
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
}
.c-booking__wrapper .date__box__body {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  margin-bottom: 2.5px;
}
.c-booking__wrapper .date__box .date__box__header {
  border-bottom: 1px solid rgb(32, 32, 32);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19px;
}
.c-booking__wrapper .date__box .small {
  color: rgb(32, 32, 32);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.92px;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
.c-booking__wrapper .date__box .large {
  opacity: 1;
  color: rgb(32, 32, 32);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
.c-booking__wrapper .separator {
  width: 1px !important; /* Make it a thin line */
  background-color: #E3E3E3 !important; /* Change color if needed */
  border: none !important; /* Remove default border */
  margin-top: -6.5px;
  margin-bottom: -10.5px;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .separator {
    display: none;
  }
}
.c-booking__wrapper .booking__card__center .c-status-tag {
  display: table; /* added */
  align-items: center; /* added */
  margin-bottom: 7px;
  position: static;
  font-size: 0.6875rem;
  padding: 3px 4px;
}
.c-booking__wrapper .booking__card__center .title span {
  color: rgb(32, 32, 32);
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 1.4;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card__center .title span {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
  }
}
.c-booking__wrapper .banner__section__right {
  width: 19.5%;
}
.c-booking__wrapper .booking__card__center .c__description__cc span {
  opacity: 1;
  color: rgb(51, 51, 51);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-align: left;
  line-height: 34px;
  display: block;
}
.c-booking__wrapper .booking__card__center .order__total {
  font-weight: 700 !important;
  margin-top: 27px;
  font-size: 1.0625rem;
}
.c-booking__wrapper .booking__card__center .order__total span {
  display: inline;
  font-size: 0.6875rem;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.c-booking__wrapper .booking__card__center .order__total .balance-due {
  margin-bottom: 10px;
}
.c-booking__wrapper .booking__card__right .view__tickets {
  height: 50px;
  margin-top: 0px !important;
  margin-bottom: 10px;
}
.c-booking__wrapper .booking__card__right .section__box {
  width: 100%;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: -1px;
}
.c-booking__wrapper .booking__card__right .section__box .c-icon-button .c-icon-button-toggle {
  padding: 16px 0;
}
.c-booking__wrapper .booking__card__right .section__box .c-icon-button .c-icon-button-toggle:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .booking__card__right .section__box {
    width: 100%;
  }
}
.c-booking__wrapper .booking__card__right .section__box span {
  opacity: 1;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.43px;
  text-align: left;
}
.c-booking__wrapper .section__box {
  display: flex;
  justify-content: space-between;
}
.c-booking__wrapper .section__box .c-icon-button {
  color: rgb(32, 32, 32);
}
@media screen and (max-width: 767px) {
  .c-booking__wrapper .c__description__cc {
    margin-left: -85px;
    margin-top: -18px;
  }
}
.c-booking__wrapper .c__description__cc a {
  color: rgb(51, 51, 51);
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-decoration: underline;
  border: 0;
  display: inline-block;
  margin-top: 8.5px;
}
.c-booking__wrapper .c__link__titleText {
  opacity: 1;
  color: rgb(32, 32, 32);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  margin-top: 23.22px;
  margin-bottom: 18.22px;
}
.c-booking__wrapper .c__sgc__socialButtons {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.c-booking__wrapper .c__social__buttons {
  gap: 11.5px;
}
.c-booking__wrapper .c__social__buttons > button {
  height: 45px;
}

.body-design2025.page-confirmation .footer-tabbed-links {
  display: none;
}

.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: 0 16px;
  border: none;
  border-top: 1px solid var(--cool-field-outline-color);
  cursor: pointer;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-has-sub-title .c-multi-step-radio-item-content-sub-title {
  font-weight: 400;
  font-size: 0.8125rem;
}
.c-multi-step-radio .c-multi-step-radio-item > label {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-multi-step-radio .c-multi-step-radio-item > label > .dotted {
  top: 17px;
}
.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 {
  overflow: hidden;
  max-height: 0;
}
.c-multi-step-radio .c-multi-step-radio-item + .c-multi-step-radio-item-content > div {
  padding: 16px;
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-right-html {
  position: absolute;
  right: 0;
  top: 18px;
  font-weight: 700;
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-sub-title {
  margin-top: 4px;
  overflow: hidden;
  max-height: 0;
  max-width: calc(100% - 68px);
}
.c-multi-step-radio .c-multi-step-radio-item .c-multi-step-radio-item-content-title {
  max-width: calc(100% - 68px);
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected.c-multi-step-radio-item-has-sub-title {
  font-weight: 500;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected .c-multi-step-radio-item-content-sub-title {
  animation: accordionOpen 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: forwards;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content {
  border-top: 1px solid var(--cool-field-outline-color);
  animation: accordionOpen 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: forwards;
}
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content .custom-select,
.c-multi-step-radio .c-multi-step-radio-item.c-multi-step-radio-item-selected + .c-multi-step-radio-item-content .custom-input {
  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: 9.5px;
  padding-bottom: 8.5px;
  padding-right: 8.17px;
  padding-left: 8.7px;
  cursor: pointer;
  display: flex;
}
@media screen and (min-width: 1025px) {
  .c-currency-switcher {
    margin-right: 10px;
  }
  .body-design2025 .c-currency-switcher {
    margin-right: 0;
  }
}
.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: 2px;
}
.c-currency-switcher .c-currency-switcher-icon i {
  font-size: 22px;
}

.c-checkbox-list {
  padding-top: 24px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-checkbox-list {
    height: 651px;
  }
}
.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);
}
@media screen and (max-width: 1024px) {
  .c-checkbox-list .c-checkbox-item.c-checkbox-item-selected button {
    background-color: transparent;
  }
}
.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: var(--cool-black);
  width: 100%;
  padding: 17px 30px 17px 24px;
  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 .c-checkbox-name {
  min-width: 150px;
}
.c-checkbox-list .c-checkbox-item button > div:first-child {
  display: flex;
  text-align: left;
  gap: 16px;
}
.c-checkbox-list .c-checkbox-item button:hover {
  background-color: var(--cool-component-light-grey);
}
@media screen and (max-width: 1024px) {
  .c-checkbox-list .c-checkbox-item button:hover {
    background-color: transparent !important;
  }
}
.c-checkbox-list .c-checkbox-item .c-checkbox-abbr {
  color: var(--cool-dark-grey);
}

.c-suggestion-prompt {
  border: 1px solid var(--cool-field-outline-color);
  margin-bottom: 12px;
  padding: 15px 15px 18.5px;
  color: var(--cool-text);
  font-size: 0.9375rem;
}
.c-suggestion-prompt p {
  margin: 0;
  padding: 0;
}
.c-suggestion-prompt .c-suggestion-prompt-message {
  margin-bottom: 6px;
}
.c-suggestion-prompt .c-suggestion-prompt-buttons {
  display: flex;
  gap: 16px;
  padding-top: 10.5px;
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn {
  padding-top: 9.5px;
  padding-bottom: 12px;
  font-size: 0.9375rem;
  border-color: var(--cool-text);
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn span {
  color: var(--cool-text);
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn.c-btn-ghost {
  padding-left: 19px;
  padding-right: 18px;
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn.c-btn-ghost:hover {
  background-color: var(--cool-text);
  text-decoration: none;
  border-color: white;
}
.c-suggestion-prompt .c-suggestion-prompt-buttons .c-btn.c-btn-ghost:hover span {
  color: white;
  text-decoration: none;
  border: 0;
}

.c-activity-card {
  display: flex;
  margin-bottom: 20px;
  z-index: 3 !important;
}
.c-activity-card-thumb {
  margin-right: 11.5px;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background-size: cover;
}
.c-activity-card-title {
  font-size: 0.875rem !important;
  line-height: 1.4375 !important;
  font-weight: 700;
}
.c-activity-card-likely-to-sell-out {
  margin-bottom: 0;
  margin-top: 4px;
}
#right-section .c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content {
  font-size: 0.75rem !important;
}

.c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content {
  font-size: 0.75rem !important;
  font-weight: 400;
  left: -110px !important;
  bottom: auto !important;
  top: -5px !important;
  position: absolute !important;
  font-weight: 400 !important;
  text-align: center !important;
  line-height: 16.7px !important;
  width: 195px;
}
@media screen and (max-width: 1024px) {
  .c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content {
    top: 35px !important;
    left: 48px !important;
    bottom: auto;
  }
}
.c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content::after {
  top: 13px;
  right: -16px;
  transform: rotate(-90deg) translateY(-50%);
  bottom: auto;
  left: auto;
  z-index: 3;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .c-activity-card-likely-to-sell-out .c-tooltip-wrapper--left .c-tooltip-content::after {
    top: -17px;
    right: calc(50% - 10px);
    transform: rotate(-180deg) translateY(-50%);
    bottom: auto;
    left: auto;
  }
}
.c-activity-card .labelTag {
  margin: 0;
}
.c-activity-card .textTag {
  font-weight: normal;
}

.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: 3.5px !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: 24.5px !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: 143.27px !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: 31.5px;
  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: 16px;
}
.checkout-body .checkout-page#checkoutOverview #c-cancellation-policy .unlimited-rescheduling-heading {
  font-size: 1.25rem;
}
.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;
}
.body-design2025.checkout-body .checkout-page#checkoutOverview .product-info .product-desc i {
  font-size: 1.0625rem !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;
}
.body-design2025.checkout-body .checkout-page#checkoutOverview .product-info .likely-to-sell-out {
  margin-top: 0;
}

.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: 11.5px;
  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;
}
.body-design2025.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-info .product-desc-title {
  font-size: 0.9375rem !important;
  top: 3.5px;
}

.body-design2025.checkout-body .checkout-page#checkoutOverview .product-info .product-desc-info {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.checkout-body .checkout-page#checkoutOverview .product-info #product-desc-list {
  margin-top: 22.5px !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 > .fa-circle-check:first-child {
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  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 .section-header.section-header-contact-details .c-message-cta {
  margin: 12px 0 18px;
}
.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: 51px !important;
}
.checkout-page .StripeElement:not(.empty) > div {
  top: 32px;
}
.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: 4px !important;
}
.checkout-page .custom-select:not(.empty) select {
  padding-top: 25px !important;
}
.checkout-page .custom-input [readonly],
.checkout-page .custom-select [readonly] {
  background-color: rgba(204, 204, 204, 0.5);
  border-color: var(--cool-field-outline-color) !important;
  box-shadow: none !important;
  user-select: none;
  pointer-events: none;
  cursor: default;
}
.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: -2px;
}
@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 > i.fa-tag {
  font-size: 0.9375rem !important;
  min-width: 1rem;
  margin-right: 0.1875rem;
  top: 0 !important;
}
.checkout-page .checkout-promotional-code-wrapper i.fa-tag {
  font-size: 1.0625rem;
  top: 2px;
}
.body-design2025.checkout-page .checkout-promotional-code-wrapper .tag__text {
  top: 2px;
}

.checkout-page .checkout-promotional-code-wrapper .checkbox {
  padding-left: 0px;
}
.checkout-page .checkout-promotional-code-wrapper .checkbox span {
  font-size: 0.9375rem;
}
.body-design2025.checkout-page .checkout-promotional-code-wrapper .checkbox {
  padding-left: 2px;
  font-size: 0.9375rem;
}

.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: 40px !important;
    padding-bottom: 31.5px !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: 16px;
}
.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: 32px;
  }
  .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: 15.2px 8px 12px 13px;
  margin-top: 22px;
  margin-bottom: 8px;
  width: 100%;
  margin-left: 0;
  color: var(--cool-headers);
  font-size: 0.875rem;
  z-index: 1;
  min-height: 51px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .checkout-page .email-address-validation-message:not(:empty) {
    padding-top: 11.2px;
    min-height: 30px;
  }
  .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-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: 4px 0;
  align-items: flex-start;
}
.checkout-page .checkout-acknowledgement + .step-footer-message li i {
  margin-right: 6.4px;
  margin-top: 4px;
  min-width: 16px;
}
@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: 64px;
  text-align: center;
}
.checkout-page .order-seal + .c-tooltip-wrapper {
  width: 194px;
}
.checkout-page .order-seal + .c-tooltip-wrapper .c-tooltip-content {
  bottom: 56px;
  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 7 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 7 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: 17px;
  position: absolute;
  right: 15px;
  color: #3d8b43;
  font-size: 1rem;
  font-weight: 900;
}
.checkout-page .iti:not(.new-phone-input) #phone {
  padding-left: 40px !important;
}
.checkout-page .iti:not(.new-phone-input) .iti__arrow {
  margin-left: 12px;
  border: 0;
  width: 10px;
  height: 10px;
  font-weight: 700;
  font-family: "Font Awesome 7 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: 16px;
  left: 41px;
}
.checkout-page .iti:not(.new-phone-input) .iti_arrow {
  margin-left: 11.5px;
}
.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: 11.5px;
  padding-left: 16px;
}
.checkout-page .iti:not(.new-phone-input):not(.empty) + label {
  left: 41px;
}
@media screen and (max-width: 1024px) {
  .checkout-page .iti:not(.new-phone-input) .iti__country-list {
    right: 0;
  }
}

.checkout-body-page .contact-info {
  padding-top: 0;
}
.checkout-body-page .main-header-wrapper {
  position: relative;
}
.checkout-body-page .main-header-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: var(--cool-component-grey);
  pointer-events: none;
  z-index: 9999;
}
.checkout-body-page .main-header {
  display: flex;
  max-width: 1105px;
  margin: 0 auto;
  padding: 15px 30px 15px 17px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .checkout-body-page .main-header {
    padding-left: 16px;
    padding-right: 8px;
  }
}
.checkout-body-page .main-header-left a {
  text-decoration: none;
  border: 0;
}
.checkout-body-page .main-header-left img {
  width: 205.55px;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .checkout-body-page .main-header-left img {
    width: auto !important;
    height: 36px !important;
  }
}
.checkout-body-page .book-embed-container .left-section {
  border-right-color: var(--cool-component-grey);
}
.checkout-body-page #order-summary {
  border: 0;
}

.product-subtotal-shipping.cool-product-subtotal-shipping > div {
  margin-bottom: 7px;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-label {
  font-size: 0.9375rem;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-label .c-tooltip-wrapper,
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-label .c-tooltip-hover-text {
  display: inline;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-price {
  margin-left: auto;
  font-size: 0.9375rem;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-price span {
  font-weight: 700;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-price.product-total-price span {
  margin-left: 6px;
}
.product-subtotal-shipping.cool-product-subtotal-shipping .c-item-price strike {
  font-weight: 400;
  color: var(--cool-lighter-grey);
}

.payment-method .cool-due-today-wrapper span.due-today-text, .right-inner .cool-due-today-wrapper span.due-today-text {
  display: flex;
  align-items: center;
  font-weight: 400 !important;
}
.cool-due-today-wrapper .c-total-text {
  font-size: 1.5rem;
  margin-right: 4px;
  font-weight: 700 !important;
}
.cool-due-today-wrapper .product-subtotal-shipping strike {
  color: var(--cool-lighter-grey);
  font-size: 0.9375rem;
}
.cool-due-today-wrapper span.due-today-text {
  font-size: 0.9375rem !important;
}
.cool-due-today-wrapper span.due-today-text span {
  font-weight: inherit;
}

#product-desc-list .c-item-price {
  margin-left: auto;
  font-weight: 700;
}
#product-desc-list .c-item-price strike {
  font-weight: 400;
}

.product-desc-info .likely-to-sell-out .textTag {
  font-size: 0.75rem;
}

.right-section .c-activity-card {
  padding-top: 6px;
}

#paid-by-wallet-amount {
  font-size: 0.9375rem;
}
#paid-by-wallet-amount span {
  font-weight: 700;
}

.c-hr {
  border-top: 1px solid var(--cool-component-grey);
  height: 24px;
  font-size: 0.75rem;
  margin: 32px 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: 8px 16px;
  margin: 0;
  transform: translateY(-50%);
  font-size: 1.0625rem;
  border: 0;
  position: relative;
  top: -2px;
}

.c-auth-modal-wrapper .c-auth-component-description {
  margin-top: -14px;
}
@media screen and (min-width: 1025px) {
  .c-auth-modal-wrapper .c-modal-content {
    max-width: 500px;
  }
}
.c-auth-modal-wrapper .c-modal-content-has-header {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header {
  flex-direction: initial !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 25px;
  gap: 0 !important;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header .c-modal-header-text,
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header .c-modal-close-button {
  order: 1 !important;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header .c-modal-header-text {
  margin: 0 !important;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-modal-header h2 {
  font-size: 1.375rem !important;
  font-weight: 700;
  height: 35px;
  align-items: center;
  display: flex;
  letter-spacing: -0.37px;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-hr {
  margin-top: 35.5px;
  margin-bottom: 9px;
}
.c-auth-modal-wrapper .c-modal-content-has-header .c-hr + p {
  margin-top: 7px;
  margin-bottom: 24px;
}

.c-auth-component {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .c-auth-component .c__social__buttons {
    flex-direction: row;
    gap: 13px;
  }
  .c-auth-component .c__social__buttons img,
  .c-auth-component .c__social__buttons i {
    position: static;
    transform: none;
  }
  .c-auth-component .c__social__buttons span {
    display: none;
  }
}
.c-auth-component .c-auth-component-description {
  padding-bottom: 6px;
}
.c-auth-component p {
  margin-top: 0;
  color: var(--cool-neutral);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.c-auth-component .c-auth-component-heading h1 {
  font-size: 1.875rem;
  margin-top: 43px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}
.c-auth-component .tm-account-action-btn {
  background-color: var(--p);
  width: 100%;
  height: 60px;
  display: flex;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: normal;
  position: relative;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  border: 0 !important;
}
.c-auth-component .custom-input {
  line-height: 19.6px;
}
.c-auth-component .custom-input input {
  height: 54px;
  padding-top: 24.5px;
  padding-bottom: 8px;
  font-size: 0.875rem !important;
  padding-right: 40px;
}
.c-auth-component .custom-input input.focus + label, .c-auth-component .custom-input input:focus + label, .c-auth-component .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;
}
.c-auth-component .custom-input input + label {
  -webkit-transform: translateY(18px) scale(1) !important;
  -ms-transform: translateY(18px) scale(1) !important;
  transform: translateY(18px) scale(1) !important;
  line-height: inherit;
  font-size: 1rem;
}

.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: 1px;
  }
}
.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.75rem !important;
  line-height: 1.1666666667 !important;
  list-style-type: none !important;
  padding: 0 0 15px 0 !important;
  margin: 0 !important;
  overflow-y: hidden;
}
@media screen and (min-width: 1025px) {
  .c-breadcrumbs-container .c-breadcrumbs-list {
    line-height: 16px !important;
    padding-bottom: 0.625rem !important;
  }
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb {
  margin-right: 4px;
  flex: 0 0 auto;
}
.c-breadcrumbs-container .c-breadcrumbs-list .c-breadcrumb-crumb:not(:last-of-type):after {
  padding: 0 0 0 4px;
  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;
  align-items: start;
  gap: 5px;
  margin-right: 4px;
  margin-top: 2px;
  color: var(--cool-headers);
}
.c-action-links__item {
  font-size: 0.75rem;
  min-height: 18px;
  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: 4px;
    margin-bottom: 4px;
    margin-right: 8px;
    background: #000;
    border: unset;
    box-shadow: inset 0 0 0 2px black;
    cursor: pointer;
    padding: 0;
    border-radius: 8px;
    height: 97.8px;
    width: 150px;
  }
  .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: 8px;
    height: 97.8px;
    width: 150px;
  }
  .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 2px 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: 4px 8px;
    transition: none !important;
    background: rgba(0, 0, 0, 0.4) !important;
    font-weight: bold;
    border: 0 !important;
    border-radius: 16px !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: 8px;
    flex-grow: 1;
    min-width: 0;
  }
  .media-gallery-has-thumbnail .media-gallery-slider {
    margin-left: 16px;
  }
}
.media-gallery-slider .slick-arrow {
  z-index: 1;
}

.c-tab-navigation {
  margin-bottom: 32px;
}
.c-tab-navigation .c-tabs {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  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));
}
.c-tab-navigation .c-tab-navigation-content-wrapper {
  padding-top: 16px;
}
.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 !important;
  color: #585C63;
  font-weight: 300;
  margin-top: 7px;
  display: inline-block;
}
.c-tab-navigation .c-tab-navigation-content .read-more-link-with-icon i {
  top: 0;
  left: 2px;
  font-size: 10px;
}

.c-lowestprice-wrapper {
  font-size: 0.75rem;
  color: #4D4D4D;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.0125rem;
  height: 26px;
  white-space: nowrap;
  display: inline-flex;
  padding: 4px;
  align-items: center;
  gap: 5.6px;
  border-radius: 6px;
  background: #F5F5F5;
  border: 1px solid #808080;
}
.c-lowestprice-wrapper:hover {
  cursor: pointer;
}
.c-lowestprice-wrapper i {
  color: #107699;
}

.c-tooltip-wrapper {
  position: relative;
  z-index: 3;
}
.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: 35px !important;
  display: none;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.75rem;
  padding: 9px 12px;
  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: 6px;
  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: -17px;
  transform: rotate(180deg) translateX(-50%);
  margin-left: -12px;
}
.c-tooltip-wrapper--top .c-tooltip-content {
  top: auto !important;
  bottom: 32px;
}
.c-tooltip-wrapper--top .c-tooltip-content:after {
  transform: rotate(0deg) translateX(-50%);
  bottom: -12px;
  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: 8px;
  margin-top: 1px;
}
@media screen and (min-width: 1025px) {
  .c-dontmissout-wrapper {
    margin-top: 19px;
  }
}

.c-banner-container {
  display: flex;
  gap: 18.24px;
  width: 100%;
  padding: 1rem 1.29rem 0.9375rem;
  justify-content: flex-start;
  outline: 1px solid var(--cool-component-grey);
  border-radius: 8px;
  min-height: 70px;
}
.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: 12px;
  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: 47px;
  border-radius: 4px;
}
.c-select-control select {
  padding-left: 15px;
  margin-left: 1px;
  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: 50px;
  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: 18px;
  content: "\f078";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
  display: block;
  font-size: 10px;
}

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

.start__time i {
  margin-right: 6.5px;
  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: 211px;
  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: 17px;
  flex-wrap: wrap;
}

.pricing__box {
  border: 1px solid var(--cool-component-grey);
  padding: 19.5px 18px;
  border-radius: 8px;
  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: 11px;
}

.pricing__footer {
  margin-top: 13px;
}
.pricing__footer .price__text {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: -0.005rem;
  line-height: 20px;
  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: 1px;
  background: rgb(206, 220, 216);
  position: relative;
  margin: 12px 0;
}
.pricing__table thead tr th p {
  min-height: 16px;
  display: block;
  opacity: 1;
  font-size: 0.8125rem !important;
  font-weight: 400;
  letter-spacing: -0.004375rem;
  text-align: left;
  margin-bottom: 5px;
}
.pricing__table .table__body tr td {
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: -0.005625rem;
  height: 31px !important;
}
@media screen and (max-width: 1300px) {
  .pricing__table .table__body tr td:not(.fixed-col) {
    min-width: 98px;
    width: 98px;
  }
}
.pricing__table tr th p {
  height: 17px;
}
@media screen and (min-width: 1025px) {
  .pricing__table {
    min-width: 588px;
  }
}

table.pricing__table {
  padding: 7.5px 25px 19px 28.992px;
  border: 1px solid rgb(206, 220, 216);
  border-radius: 8px;
  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: 168px;
  }
  table.pricing__table th:nth-child(2), table.pricing__table th:nth-child(3) {
    width: 137px;
  }
}
@media screen and (min-width: 1025px) {
  table.pricing__table {
    max-width: 588px;
  }
}
@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: 136px;
    width: 136px;
    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: 19.5px 18px;
  }
}
.c-product-pricing-select-group:not(:empty) {
  margin-top: 17.984px;
}

#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: 129.8px;
    max-width: 192px;
    min-height: 120px;
  }
  .c-product-pricing-select-group .c-select-control {
    max-width: 423.5px;
    margin-bottom: 21px;
  }
}
@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: 21px;
  }
}
@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 24px 0;
  border-top: 1px solid #D9D9D9;
  overflow: hidden;
}
.traveller__gallery__title {
  padding: 24px 0;
}
.traveller__gallery__container {
  display: grid;
  grid-gap: 8px;
  height: 455px;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .traveller__gallery__container {
    grid-template-columns: repeat(4, 0.25fr);
    grid-template-rows: 0.55fr 0.45fr;
    height: 320px;
  }
}
.traveller__gallery__container .see__all__arrow {
  stroke: #FFFFFF;
  margin-bottom: 12px;
}
.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: 8px;
  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: 25px 28px;
  background-color: var(--cool-component-light-grey);
  border-radius: 8px;
}

.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: 8px;
}

.c-faq--question {
  padding-top: 40px;
  padding-bottom: 16px;
}

.c-faq--question strong {
  font-weight: 600;
  padding-right: 3.2px;
}

.c-faq--answer ul {
  list-style: circle;
  padding-left: 16px;
  margin-bottom: 18px;
}
.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: -9px !important;
  flex-wrap: wrap;
  height: fit-content;
  -webkit-box-pack: end;
  margin-left: -8px !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: 32px;
}

.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: 92px;
  white-space: nowrap;
  margin: 9px 0 0 8px;
}
.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.cool-widget-full-pricing #viator-booking-wrapper-selected-info-bands li {
  margin-bottom: 2px;
}
#cool-widget.cool-widget-full-pricing #product-addons-total {
  margin-top: -0.5px;
}
#cool-widget.cool-widget-full-pricing #product-addons-total .tm-activity-line-total,
#cool-widget.cool-widget-full-pricing #product-addons-total .fareharbor-addons-total,
#cool-widget.cool-widget-full-pricing #product-addons-total .cool-activity-surcharge-total {
  color: var(--cool-text) !important;
  margin-bottom: 2px;
}
#cool-widget.cool-widget-full-pricing #product-addons-total .tm-booking-taxes-n-fees-total {
  color: var(--cool-text) !important;
}
@media screen and (max-width: 1024px) {
  #cool-widget.cool-widget-full-pricing #product-addons-total {
    margin-top: 0.5px;
  }
}
#cool-widget h2.price-heading {
  font-size: 1.5rem !important;
  margin-top: -8px;
  /*margin-bottom: 6px; New Design */
  font-weight: 700 !important;
  letter-spacing: -0.3px;
}
#cool-widget .deposit-message {
  font-size: 0.875rem !important;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  #cool-widget .deposit-message {
    text-align: center;
  }
}
#cool-widget .lightpick {
  position: absolute;
  width: 100% !important;
  top: 48px !important;
  left: 10px !important;
  margin-top: 0;
}
#cool-widget .lightpick .datepicker-prices-shown {
  color: var(--cool-dark-grey);
}
#cool-widget .lightpick .datepicker-prices-shown i {
  position: relative;
  font-size: 8px;
  top: 2px;
  left: 1px;
}
#cool-widget .lightpick .datepicker-prices-shown .datepicker-currency-short {
  text-decoration: underline;
  cursor: pointer;
}
#cool-widget .lightpick .lightpick__footer {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
  width: 93%;
  margin: 13px auto 0 !important;
  padding-bottom: 13px;
  font-size: 0.8125rem;
}
#cool-widget .lightpick .lightpick__toolbar button {
  background: transparent;
  margin-left: 0px;
  margin-right: -1px;
  position: relative;
}
#cool-widget .lightpick .lightpick__toolbar button:not(.disabled) {
  cursor: pointer;
}
#cool-widget .lightpick .lightpick__month-title-bar {
  display: block;
  text-align: center;
  top: -5px;
  position: relative;
  width: 98.5%;
}
#cool-widget .lightpick .lightpick__month-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cool-widget .lightpick .lightpick__toolbar {
  display: flex;
  text-align: right;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: -41px;
  position: relative;
}
#cool-widget .lightpick .lightpick__month-title > .lightpick__select {
  padding-left: 0 !important;
  padding-right: 0;
}
#cool-widget .lightpick .lightpick__month-title > .lightpick__select-months {
  margin-right: 2px;
  width: auto;
  line-height: 30px;
}
#cool-widget .lightpick .lightpick__months {
  position: relative;
}
#cool-widget .lightpick .lightpick__month-title > .lightpick__select:disabled,
#cool-widget .lightpick .lightpick__month-title > .lightpick__select {
  opacity: 1;
  color: black;
  font-weight: 700;
}
#cool-widget .lightpick select.lightpick__select.lightpick__select-years {
  width: auto !important;
  margin-left: 2px;
}
#cool-widget .lightpick .lightpick__toolbar i {
  padding: 21px 15px;
  background-color: transparent;
  position: absolute;
  left: 0;
}
#cool-widget .lightpick .lightpick__toolbar button:not(.disabled) i {
  cursor: pointer;
  pointer-events: all;
}
#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;
}

#bookingEditPart .custom-select.has-icon label {
  display: none;
}

#cool-widget .custom-select label[for=activity],
#bookingEditPart .custom-select label[for=activity] {
  display: block !important;
}
#cool-widget .lightpick,
#bookingEditPart .lightpick {
  position: absolute;
  width: 100% !important;
  top: 48px !important;
  left: 10px !important;
  margin-top: 0;
}
#cool-widget .lightpick .lightpick__toolbar button,
#bookingEditPart .lightpick .lightpick__toolbar button {
  background: transparent;
  margin-left: 0px;
  margin-right: -1px;
  position: relative;
}
#cool-widget .lightpick .lightpick__toolbar button:not(.disabled),
#bookingEditPart .lightpick .lightpick__toolbar button:not(.disabled) {
  cursor: pointer;
}
#cool-widget .lightpick .lightpick__month-title-bar,
#bookingEditPart .lightpick .lightpick__month-title-bar {
  display: block;
  text-align: center;
  top: -5px;
  position: relative;
  width: 98.5%;
}
#cool-widget .lightpick .lightpick__month-title,
#bookingEditPart .lightpick .lightpick__month-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cool-widget .lightpick .lightpick__toolbar,
#bookingEditPart .lightpick .lightpick__toolbar {
  display: flex;
  text-align: right;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: -41px;
  position: relative;
}
#cool-widget .lightpick .lightpick__month-title > .lightpick__select,
#bookingEditPart .lightpick .lightpick__month-title > .lightpick__select {
  padding-left: 0 !important;
  padding-right: 0;
}
#cool-widget .lightpick .lightpick__month-title > .lightpick__select-months,
#bookingEditPart .lightpick .lightpick__month-title > .lightpick__select-months {
  margin-right: 2px;
  width: auto;
  line-height: 30px;
}
#cool-widget .lightpick .lightpick__months,
#bookingEditPart .lightpick .lightpick__months {
  position: relative;
}
#cool-widget .lightpick .lightpick__month-title > .lightpick__select:disabled,
#cool-widget .lightpick .lightpick__month-title > .lightpick__select,
#bookingEditPart .lightpick .lightpick__month-title > .lightpick__select:disabled,
#bookingEditPart .lightpick .lightpick__month-title > .lightpick__select {
  opacity: 1;
  color: black;
  font-weight: 700;
}
#cool-widget .lightpick select.lightpick__select.lightpick__select-years,
#bookingEditPart .lightpick select.lightpick__select.lightpick__select-years {
  width: auto !important;
  margin-left: 2px;
}
#cool-widget .lightpick .lightpick__toolbar i,
#bookingEditPart .lightpick .lightpick__toolbar i {
  padding: 21px 15px;
  background-color: transparent;
  position: absolute;
  left: 0;
  font-size: 0.75rem;
}
#cool-widget .lightpick .lightpick__toolbar button:not(.disabled) i,
#bookingEditPart .lightpick .lightpick__toolbar button:not(.disabled) i {
  cursor: pointer;
  pointer-events: all;
}
#cool-widget .fal.fa-light,
#bookingEditPart .fal.fa-light {
  font-family: "Font Awesome 7 Pro";
}
#cool-widget .product-addon .section-header-addon,
#bookingEditPart .product-addon .section-header-addon {
  line-height: 1.375 !important;
}
#cool-widget .product-addon .custom-checkboxes,
#bookingEditPart .product-addon .custom-checkboxes {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-bottom: 15px;
}
#cool-widget .product-addon .custom-checkboxes label,
#bookingEditPart .product-addon .custom-checkboxes label {
  padding-top: 13px;
  padding-left: 45px;
  padding-bottom: 14.5px;
  width: 100%;
  padding-right: 19px;
  color: var(--cool-text);
}
#cool-widget .product-addon .custom-checkboxes label .checkmark,
#bookingEditPart .product-addon .custom-checkboxes label .checkmark {
  top: 15px;
  left: 14px;
  width: 19px;
  height: 19px;
}
#cool-widget .tooltip-pos,
#bookingEditPart .tooltip-pos {
  line-height: 0;
}
#cool-widget .tooltip-pos i,
#bookingEditPart .tooltip-pos i {
  color: #555;
  font-size: 16px;
  line-height: 1;
}
#cool-widget .fh_cool_ticket_show_trigger a,
#cool-widget .fh_cool_ticket_hide_trigger a,
#bookingEditPart .fh_cool_ticket_show_trigger a,
#bookingEditPart .fh_cool_ticket_hide_trigger a {
  color: var(--cool-text);
  font-size: 1rem;
  border-bottom: 1px solid currentColor !important;
  margin-right: 5.5px;
  margin-top: 0;
  margin-bottom: 4px;
}
#cool-widget .fh_cool_ticket_show_trigger i,
#cool-widget .fh_cool_ticket_hide_trigger i,
#bookingEditPart .fh_cool_ticket_show_trigger i,
#bookingEditPart .fh_cool_ticket_hide_trigger i {
  font-size: 0.625rem;
  color: #707070;
}
#cool-widget .custom-ticket-select,
#bookingEditPart .custom-ticket-select {
  padding: 0;
  overflow: initial;
  height: 47px;
}
#cool-widget .custom-ticket-select > span,
#bookingEditPart .custom-ticket-select > span {
  display: flex;
  justify-content: right;
  align-items: center;
}
#cool-widget .custom-ticket-select .select,
#bookingEditPart .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,
#bookingEditPart .custom-ticket-select .select .select-count {
  text-align: center;
  position: absolute;
  z-index: 999;
  pointer-events: none;
  width: 100%;
  top: 11.5px;
  color: white;
  font-size: 1rem;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#cool-widget .custom-ticket-select .select .select-count::after,
#bookingEditPart .custom-ticket-select .select .select-count::after {
  font-family: "Font Awesome 7 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: -2.5px;
  margin-left: 5px;
}
#cool-widget .custom-ticket-select .select .select-count + select,
#bookingEditPart .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,
#bookingEditPart .custom-ticket-select .select .select-count + select:hover {
  opacity: 0.9;
}
#cool-widget .custom-ticket-select,
#bookingEditPart .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,
#bookingEditPart .custom-ticket-select strong,
#bookingEditPart .custom-select select,
#bookingEditPart .custom-select input,
#bookingEditPart .custom-ticket-select span,
#bookingEditPart .viator-booking-placeholder,
#bookingEditPart .modern-viator-travelers-placeholder {
  font-size: 1rem !important;
  font-weight: 400;
  color: var(--cool-text);
}
#cool-widget .custom-ticket-select span,
#bookingEditPart .custom-ticket-select span {
  font-weight: 700;
  background: none;
  text-align: right;
  padding-right: 14px !important;
  color: var(--cool-text);
}
#cool-widget .widgetBottomContainer,
#bookingEditPart .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,
#bookingEditPart #cool-widget .section-header h2,
#bookingEditPart .section-header h2,
#bookingEditPart h1.section-header {
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-bottom: 0.5rem !important;
  letter-spacing: inherit;
  margin-top: 0;
}
#cool-widget #cool-widget .section-header h2,
#cool-widget .section-header h2,
#bookingEditPart #cool-widget .section-header h2,
#bookingEditPart .section-header h2 {
  margin-top: 0;
}
#cool-widget .modern-date-placeholder.as-placeholder,
#cool-widget .modern-viator-travelers-placeholder.as-placeholder,
#bookingEditPart .modern-date-placeholder.as-placeholder,
#bookingEditPart .modern-viator-travelers-placeholder.as-placeholder {
  display: block !important;
}
#cool-widget .viator-booking-placeholder.selected,
#bookingEditPart .viator-booking-placeholder.selected {
  padding: 0 !important;
}
#cool-widget .custom-select label,
#bookingEditPart .custom-select label {
  display: none;
}
#cool-widget .custom-select input,
#cool-widget .custom-select select,
#bookingEditPart .custom-select input,
#bookingEditPart .custom-select select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#cool-widget .fareharbor-addons-total,
#cool-widget .cool-activity-surcharge-total,
#cool-widget .tm-booking-taxes-n-fees-total,
#cool-widget .tm-activity-line-total,
#bookingEditPart .fareharbor-addons-total,
#bookingEditPart .cool-activity-surcharge-total,
#bookingEditPart .tm-booking-taxes-n-fees-total,
#bookingEditPart .tm-activity-line-total {
  display: flex;
  justify-content: space-between;
  margin-block-end: 10px;
}
#cool-widget .fareharbor-addons-total .fareharbor-addons-total-label,
#cool-widget .fareharbor-addons-total .cool-activity-surcharge-total-label,
#cool-widget .fareharbor-addons-total .tm-booking-taxes-n-fees-total-label,
#cool-widget .fareharbor-addons-total .tm-activity-line-total-label,
#cool-widget .cool-activity-surcharge-total .fareharbor-addons-total-label,
#cool-widget .cool-activity-surcharge-total .cool-activity-surcharge-total-label,
#cool-widget .cool-activity-surcharge-total .tm-booking-taxes-n-fees-total-label,
#cool-widget .cool-activity-surcharge-total .tm-activity-line-total-label,
#cool-widget .tm-booking-taxes-n-fees-total .fareharbor-addons-total-label,
#cool-widget .tm-booking-taxes-n-fees-total .cool-activity-surcharge-total-label,
#cool-widget .tm-booking-taxes-n-fees-total .tm-booking-taxes-n-fees-total-label,
#cool-widget .tm-booking-taxes-n-fees-total .tm-activity-line-total-label,
#cool-widget .tm-activity-line-total .fareharbor-addons-total-label,
#cool-widget .tm-activity-line-total .cool-activity-surcharge-total-label,
#cool-widget .tm-activity-line-total .tm-booking-taxes-n-fees-total-label,
#cool-widget .tm-activity-line-total .tm-activity-line-total-label,
#bookingEditPart .fareharbor-addons-total .fareharbor-addons-total-label,
#bookingEditPart .fareharbor-addons-total .cool-activity-surcharge-total-label,
#bookingEditPart .fareharbor-addons-total .tm-booking-taxes-n-fees-total-label,
#bookingEditPart .fareharbor-addons-total .tm-activity-line-total-label,
#bookingEditPart .cool-activity-surcharge-total .fareharbor-addons-total-label,
#bookingEditPart .cool-activity-surcharge-total .cool-activity-surcharge-total-label,
#bookingEditPart .cool-activity-surcharge-total .tm-booking-taxes-n-fees-total-label,
#bookingEditPart .cool-activity-surcharge-total .tm-activity-line-total-label,
#bookingEditPart .tm-booking-taxes-n-fees-total .fareharbor-addons-total-label,
#bookingEditPart .tm-booking-taxes-n-fees-total .cool-activity-surcharge-total-label,
#bookingEditPart .tm-booking-taxes-n-fees-total .tm-booking-taxes-n-fees-total-label,
#bookingEditPart .tm-booking-taxes-n-fees-total .tm-activity-line-total-label,
#bookingEditPart .tm-activity-line-total .fareharbor-addons-total-label,
#bookingEditPart .tm-activity-line-total .cool-activity-surcharge-total-label,
#bookingEditPart .tm-activity-line-total .tm-booking-taxes-n-fees-total-label,
#bookingEditPart .tm-activity-line-total .tm-activity-line-total-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
#cool-widget .editButton,
#bookingEditPart .editButton {
  color: var(--cool-headers);
  font-size: 0.875rem;
  margin: 10px 0 0;
  float: right;
  border: 0;
  text-decoration: underline;
}
#cool-widget .widgetBottomContainer,
#bookingEditPart .widgetBottomContainer {
  position: relative;
  padding: 0 8px 12px 16px;
  margin-top: 8px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
#cool-widget .widgetBottomContainer::before,
#bookingEditPart .widgetBottomContainer::before {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  border-radius: 8px;
  inset: 0;
  background-color: var(--p);
  opacity: 0.1;
}
#cool-widget .product-unavailable-wrapper #trigger-similar-products-action,
#bookingEditPart .product-unavailable-wrapper #trigger-similar-products-action {
  margin-bottom: 0;
}
#cool-widget .product-unavailable-wrapper h4,
#bookingEditPart .product-unavailable-wrapper h4 {
  margin-top: 0;
}
#cool-widget .widget-form,
#bookingEditPart .widget-form {
  margin-bottom: 0;
}
#cool-widget .custom-select i,
#bookingEditPart .custom-select i {
  font-size: 1.07125rem;
  left: 0.875rem;
  color: var(--cool-headers);
}
#cool-widget .button.press,
#bookingEditPart .button.press {
  padding-top: 11.85px !important;
  padding-bottom: 11px !important;
  margin-top: 3px;
}
#cool-widget .button.press#apply_viator_travelers span,
#bookingEditPart .button.press#apply_viator_travelers span {
  position: relative;
  top: -1px;
}
#cool-widget .c-lowestprice-container,
#bookingEditPart .c-lowestprice-container {
  margin-top: 0.46875rem;
  margin-bottom: 0.625rem;
  line-height: normal;
}
#cool-widget .c-lowestprice-container .c-lowestprice-wrapper,
#bookingEditPart .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: 0.5454545455;
}
#cool-widget h2.price-heading,
#bookingEditPart h2.price-heading {
  margin-bottom: 6px;
}
#cool-widget .likely-to-sell-out,
#bookingEditPart .likely-to-sell-out {
  margin-bottom: 16px;
}

@media screen and (min-width: 1025px) {
  .cool-gamma.single-activity .content .page-title {
    width: calc(100% - 165px);
  }
}
.cool-gamma.single-activity .press.press-ghost {
  padding-top: 11.85px !important;
  padding-bottom: 11px !important;
  line-height: 1.12;
}
.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: 18px;
  content: "\f078";
  font-family: "Font Awesome 7 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;
  }
}
.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;
  }
}
.cool-gamma #main-content-area .badge-of-excellenace-activity .excellence-badge {
  background-color: transparent;
}
.cool-gamma #main-content-area .badge-of-excellenace-activity .excellence-badge i {
  font-size: 0.875rem;
  color: black;
}
@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: 3px;
}
body.archive .tours-sidebar {
  margin-left: 0;
  font-size: 1.125rem;
}
body.archive .tours-sidebar li {
  list-style: none !important;
}
body.archive .tours-sidebar ul {
  margin-left: 0;
  font-size: inherit !important;
  margin-bottom: 0;
}

.rewards-wrapper {
  flex-grow: 1;
}
.rewards-wrapper.rewards-banner-not-visible .rewards-image-container {
  display: none;
}
.rewards-wrapper .rewards-content {
  margin-bottom: auto;
}
.rewards-wrapper .rewards-centered-video-text-tagline {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
}
.rewards-wrapper .rewards-centered-video-text-tagline span:nth-child(1) {
  animation: fadeIn 1s 1s both;
}
.rewards-wrapper .rewards-centered-video-text-tagline span:nth-child(2) {
  animation: fadeIn 1s 2s both;
}
.rewards-wrapper .rewards-centered-video-text-tagline span:nth-child(3) {
  animation: fadeIn 1s 3s both;
}
.rewards-wrapper .rewards-centered-video-text-tagline span:nth-child(4) {
  animation: fadeIn 1s 4s both;
}
.rewards-wrapper .rewards-centered-video-text {
  color: white;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  position: relative;
}
.rewards-wrapper .rewards-centered-video-text svg {
  width: 19.875rem;
  height: 8.5625rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-centered-video-text svg {
    width: 26.375rem;
    height: 11.375rem;
  }
}
.rewards-wrapper .rewards-centered-video-text a {
  border: 0;
}
.rewards-wrapper .rewards-centered-video-text img {
  width: 19.875rem;
  height: auto;
  position: absolute;
  right: 24px;
  width: 62px;
  bottom: 32px;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-centered-video-text img {
    width: 89px;
    bottom: 34px;
  }
}
.rewards-wrapper .rewards-image-container {
  display: block;
  position: fixed;
  text-align: center;
  z-index: -999999;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  background-size: cover;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.rewards-wrapper .rewards-image-container img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}
.rewards-wrapper .rewards-down-arrow {
  fill: white;
  padding-top: 4.375rem;
  animation: arrowWiggle 1.5s linear infinite;
}
.rewards-wrapper .rewards-overlay {
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.rewards-wrapper .rewards-video-overlay {
  min-height: calc(100vh - 3.75rem);
  padding-top: 30vh;
  padding-bottom: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.rewards-wrapper .rewards-intro-section {
  display: flex;
  padding: 9.375rem 1rem;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  align-self: stretch;
  color: #FFFFFF;
  background-color: #1E1A34;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  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) {
  .rewards-wrapper .rewards-intro-section .rewards-column {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
  }
}
.rewards-wrapper .rewards-signup-button-column {
  width: 33.3333333333% !important;
  flex-basis: 33.3333333333% !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  max-width: 33.3333333333% !important;
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .rewards-signup-button-column {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0%;
    right: auto;
    left: auto;
  }
}
.rewards-wrapper .rewards-signup-button-column a {
  max-height: none;
  width: 100%;
  min-height: 2.9375rem;
  line-height: 1.12;
  font-size: 1.125rem;
  background-color: var(--p);
}
.rewards-wrapper .rewards-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 84.75rem;
  z-index: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.rewards-wrapper .rewards-row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: normal;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.rewards-wrapper .rewards-travel-earn-radeem-repeat-section {
  padding: 3rem 0;
  flex-direction: column;
  background: #EFEEF7;
  text-align: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding-left: max(0rem, env(safe-area-inset-left, 0rem));
  padding-right: max(0rem, env(safe-area-inset-right, 0rem));
}
.rewards-wrapper .rewards-travel-earn-radeem-repeat-section .rewards-column > .rewards-row {
  justify-content: flex-start;
}
.rewards-wrapper .rewards-travel-earn-radeem-repeat-section .rewards-column--small {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .rewards-travel-earn-radeem-repeat-section .rewards-column {
    width: 100%;
    flex-basis: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    margin-left: 0%;
    right: auto;
    left: auto;
  }
}
.rewards-wrapper .rewards-column {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-column {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
    margin-left: 0%;
    right: auto;
    left: auto;
  }
}
.rewards-wrapper .rewards-title {
  display: block;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 1025px) {
  .rewards-wrapper .rewards-title {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    letter-spacing: 0.0125rem;
  }
}
.rewards-wrapper .rewards-video-small-overlay {
  min-height: 31.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  position: relative;
  --p: #3070e3;
}
.rewards-wrapper .rewards-credits-step {
  display: flex;
  padding: 3rem 1.5rem;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  margin: 0 auto;
  color: var(--cool-text);
}
.rewards-wrapper .rewards-credits-step span {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
}
.rewards-wrapper .rewards-credits-step p {
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.003125rem;
}
.rewards-wrapper .rewards-video-small-overlay-title {
  display: block;
  color: white;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.rewards-wrapper .rewards-video-small-overlay-title span {
  transition: opacity 1s ease-in-out;
  opacity: 0;
  display: block;
}
.rewards-wrapper .rewards-video-small-overlay-title span.rewards-in-view {
  opacity: 1;
}
.rewards-wrapper .rewards-video-small-overlay-title span.rewards-in-view:nth-child(2) {
  transition-delay: 0.5s;
}
.rewards-wrapper .rewards-video-small-overlay-title span.rewards-in-view:nth-child(3) {
  transition-delay: 1s;
}
.rewards-wrapper .rewards-video-small-overlay-title span.rewards-in-view:nth-child(4) {
  transition-delay: 1.5s;
}
.rewards-wrapper .rewards-terms-and-conditions {
  padding: 3rem 0 6rem 0;
  margin-bottom: -4rem;
  flex-direction: column;
  background: #FFF;
}
.rewards-wrapper .rewards-terms-and-conditions .rewards-terms-and-conditions-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.rewards-wrapper .rewards-terms-and-conditions .rewards-terms-and-conditions-container h3 {
  align-self: stretch;
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
}
.rewards-wrapper .rewards-terms-and-conditions .rewards-terms-and-conditions-container h4 {
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.003125rem;
  margin: 0;
  padding: 0;
}
.rewards-wrapper .rewards-terms-and-conditions .rewards-terms-and-conditions-container p {
  font-weight: 400;
  letter-spacing: 0.003125rem;
}
.rewards-wrapper .rewards-terms-and-conditions .rewards-terms-and-conditions-container a {
  color: inherit !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
}
.rewards-wrapper .rewards-small-image-scontainer {
  position: absolute;
  z-index: -1;
  width: 100vw;
  height: 31.25rem;
  background-size: cover;
  background-position: center;
  left: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.rewards-wrapper .rewards-small-image-scontainer img,
.rewards-wrapper .rewards-small-image-scontainer video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
}
.rewards-wrapper .rewards-frequently-asked-questions-section {
  flex-direction: column;
  background: #F5F5F5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding-left: max(0rem, env(safe-area-inset-left, 0rem));
  padding-right: max(0rem, env(safe-area-inset-right, 0rem));
}
.rewards-wrapper .rewards-frequently-asked-questions-section .rewards-faq-container {
  padding: 3rem 0;
}
.rewards-wrapper .rewards-frequently-asked-questions-section .rewards-faq-header-section {
  display: flex;
  padding: 0 1rem 3rem;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  align-self: stretch;
  border-bottom: 1px solid #d9d9d9;
}
.rewards-wrapper .rewards-frequently-asked-questions-section .rewards-faq-header-section h3 {
  color: var(--cool-black);
  font-feature-settings: "clig" off, "liga" off;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
}
@media screen and (max-width: 1024px) {
  .rewards-wrapper .rewards-frequently-asked-questions-section .rewards-faq-header-section h3 {
    font-size: 1.5rem;
  }
}
.rewards-wrapper .rewards-intro-section-terms-button {
  margin: 1rem 0 3rem 0;
  color: white;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
}

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

.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 15px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1356px;
}
@media screen and (min-width: 1025px) {
  .c-hotel-product-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.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: 8px;
  margin-top: 8px;
}
.c-list-wrapper .c-list-footer {
  margin-top: 8px;
}
.c-list-wrapper ul {
  padding: 3px 0 !important;
  margin: 0 !important;
}
.c-list-wrapper ul.c-list-dot-ul {
  list-style: disc;
  margin: 16px 0 !important;
  padding-left: 0;
  margin-left: 18px !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: 12px !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: 12px !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: 10px;
}
.c-list-wrapper li i {
  width: 15px;
  margin-top: 3px;
  flex-shrink: 0;
  padding-left: 1px;
  font-size: 16px;
  margin-right: 10px;
}
.c-list-wrapper li:last-child {
  margin-bottom: 0 !important;
}

.c-detail-item-with-action {
  font-size: 1.125rem;
  line-height: 1.6666666667rem;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--cool-light-grey);
  margin-bottom: 23.5px;
  display: flex;
  position: relative;
}
.c-detail-item-with-action .c-detail-item-with-action__outer {
  display: flex;
}
.c-detail-item-with-action .c-detail-item-with-action__input {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-detail-item-with-action .c-detail-item-with-action__input {
    margin-bottom: 5px;
  }
}
.c-detail-item-with-action .c-detail-item-with-action__input .c-detail-item-with-action__cols {
  width: 100%;
  display: flex;
  gap: 15px;
}
.c-detail-item-with-action .c-detail-item-with-action__input label {
  left: 0;
}
.c-detail-item-with-action .c-detail-item-with-action__input .c-btn {
  margin-top: 5px;
}
.c-detail-item-with-action .c-detail-item-with-action__input .c-col {
  width: 100%;
}
.c-detail-item-with-action .c-detail-item-with-action__input .c-btn {
  flex: 1 1 100%;
  max-width: 100px;
}
.c-detail-item-with-action .custom-input,
.c-detail-item-with-action .custom-select {
  font-family: inherit !important;
  font-size: 0.875rem !important;
  line-height: 1.4 !important;
  margin: 0 0 10px !important;
}
.c-detail-item-with-action.c-detail-item-with-action-last {
  border: 0;
}
.c-detail-item-with-action .c-detail-item-with-action__action {
  margin-left: auto;
  flex: 1 1 10%;
  display: flex;
  justify-content: right;
  position: absolute;
  right: 0;
}
.c-detail-item-with-action .c-detail-item-with-action__action button {
  padding: 0;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  display: inline;
  margin: 0;
  min-height: auto;
}
@media screen and (max-width: 1024px) {
  .c-detail-item-with-action .c-detail-item-with-action__action {
    justify-content: left !important;
    position: static;
    margin-top: 5px;
    margin-left: 30px;
  }
}
.c-detail-item-with-action .c-detail-item-with-action__inner {
  width: calc(100% - 50px);
  flex: 1 1 90%;
}
.c-detail-item-with-action .c-detail-item-with-action__text {
  flex: 1 1 100%;
}
.c-detail-item-with-action.c-detail-item-with-action--switch {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__inner {
  flex-direction: column;
  gap: 8.5px;
  display: flex;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__action {
  display: flex;
  align-items: center;
  position: static;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__action label {
  line-height: normal;
  font-size: 0;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__label {
  margin-bottom: 0;
}
.c-detail-item-with-action.c-detail-item-with-action--switch .c-detail-item-with-action__text {
  padding-right: 20px;
}
.c-detail-item-with-action.c-detail-item-with-action--switch p {
  margin-top: 0.5px;
}
.c-detail-item-with-action.c-detail-item-with-action--small .c-detail-item-with-action__value {
  font-size: 1.0625rem;
  color: #777;
}
.c-detail-item-with-action__label {
  font-weight: 700;
  margin-bottom: 6.5px;
}
@media screen and (max-width: 1024px) {
  .c-detail-item-with-action__label {
    display: none;
  }
}
.c-detail-item-with-action__action a {
  text-decoration: underline !important;
}
.c-detail-item-with-action__action a:hover {
  border: 0 !important;
}

input[type=checkbox] {
  /* Reset default checkbox styles */
  /* Label styling */
}
input[type=checkbox].c-checkbox {
  /* Hide default checkbox */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  outline: none;
  transition: all 0.2s ease;
}
input[type=checkbox].c-checkbox:disabled {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
input[type=checkbox].c-checkbox:disabled:checked {
  background-color: #ccc;
  border-color: #ccc;
}
input[type=checkbox].c-checkbox:disabled:checked::after {
  border-color: #999;
}
input[type=checkbox].c-checkbox.c-checkbox--switch {
  appearance: none;
  border: 0;
  outline: 0 !important;
  box-shadow: none !important;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(91, 74, 74, 0);
  width: 3.4375rem;
  height: 2.125rem;
  border-radius: 1.0625rem;
  cursor: pointer;
  background-color: #D9D9D9;
  transition: background-color 300ms, opacity 300ms;
}
input[type=checkbox].c-checkbox.c-checkbox--switch::after {
  content: "";
  position: absolute;
  inset: 0.125rem;
  right: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: white;
  transition: left 300ms;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
}
input[type=checkbox].c-checkbox.c-checkbox--switch:checked {
  background-color: var(--cool-secondary);
}
input[type=checkbox].c-checkbox.c-checkbox--switch:checked::after {
  left: calc(100% - 1.875rem - 0.125rem);
}
input[type=checkbox] label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
input[type=checkbox] label input[type=checkbox] {
  margin-right: 8px;
}

.c-dynamic-filters {
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5rem;
  padding: 1rem 0;
}
.c-dynamic-filters .c-filter-slider-col {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
}
.c-dynamic-filters .c-filter-slider-col-inner {
  height: 100%;
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  padding-right: 0.5rem;
  padding-left: 0;
}
@media screen and (min-width: 1025px) {
  .c-dynamic-filters .c-filter-slider-col-inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.c-dynamic-filters .slick-slide {
  height: 100%;
  min-height: 1px;
  padding: 0;
}
.c-dynamic-filters .slick-slider {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-dynamic-filters .slick-slider {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.c-dynamic-filters .slick-slider .slick-track {
  height: 100%;
}
.c-dynamic-filters .variable-width .slick-track {
  min-width: 9999vw;
}
@media screen and (max-width: 1024px) {
  .c-dynamic-filters .variable-width {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
  }
}
.c-dynamic-filters .slick-list {
  flex: 1 1 auto;
  z-index: 1;
}
.c-dynamic-filters .c-filter-chip {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .c-dynamic-filters .c-filter-chip {
    margin-right: -1rem;
  }
}
.c-dynamic-filters .c-filters-container {
  flex-grow: 1;
  overflow: hidden;
}
.c-dynamic-filters .c-dynamic-shelf-container {
  overflow: hidden;
}
.c-dynamic-filters .c-btn {
  display: inline-flex;
  white-space: nowrap;
  height: 2.5rem;
  flex-flow: row nowrap;
  gap: var(--viator-space-100);
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.003125rem;
  border-radius: 2.8125rem;
  cursor: pointer;
  border: 0.09375rem solid #D9D9D9;
  padding: 0.6875rem 0.9375rem;
  color: #333333;
  background-color: white;
}
.c-dynamic-filters .c-btn:hover, .c-dynamic-filters .c-btn.c-btn-active {
  border: 0.09375rem solid #333333 !important;
  background-color: #F5F5F5;
}
.c-dynamic-filters .press-lead-black {
  background-color: white;
  border: 0.09375rem solid #D9D9D9 !important;
}
.c-dynamic-filters .press-lead-black span {
  color: #333333 !important;
}

.c-accordion .c-accordion-item {
  border-bottom: 1px solid #d9d9d9;
}
.c-accordion .c-accordion-item:hover .c-accordion-header {
  text-decoration: underline;
}
.c-accordion .c-accordion-item ul, .c-accordion .c-accordion-item ol {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.c-accordion .c-accordion-item .c-accordion-section-wrapper {
  will-change: max-height;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  font-weight: 400;
  max-height: 0;
}
.c-accordion .c-accordion-item.c-accordion-item-collapsed .c-accordion-header-wrapper .c-accordion-header-icon i {
  transform: rotateX(-180deg);
}
.c-accordion .c-accordion-item .c-accordion-section-inner-wrapper {
  padding-bottom: 1rem;
}
.c-accordion .c-accordion-header-wrapper {
  display: flex;
  align-items: center;
  width: auto;
  color: black;
  cursor: pointer;
  text-decoration: none;
}
.c-accordion .c-accordion-header-wrapper .c-accordion-header {
  cursor: pointer;
  padding: 20px 0;
  padding-right: 10px;
  letter-spacing: 0.003125rem;
  flex: 1 1 auto;
  font-size: 1.5rem !important;
  line-height: 1.5;
  font-weight: 600 !important;
}
@media screen and (max-width: 1024px) {
  .c-accordion .c-accordion-header-wrapper .c-accordion-header {
    font-size: 1.3rem !important;
  }
}
.c-accordion .c-accordion-header-wrapper .c-accordion-header-icon {
  flex: 0 0 0.96875rem;
  height: 100%;
}
.c-accordion .c-accordion-header-wrapper .c-accordion-header-icon i {
  will-change: transform;
  color: black;
  font-size: 1.25rem;
}

button {
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 16px;
}

label {
  color: #737373;
}

.fa-ticket-alt {
  --fa: "";
}

@media screen and (max-width: 1024px) {
  body .fa-mobile-regular {
    --fa-style: 400;
  }
  body .fa-mobile-light {
    --fa-style: 300;
  }
}
#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-cancellation-policy .c-modal-header-text {
  display: none;
}
@media screen and (max-width: 1024px) {
  #c-cancellation-policy .c-modal-body-inner {
    padding-top: 10px;
  }
  #c-cancellation-policy .c-modal-body-inner h2.cancellation-policy-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  #c-language-modal .c-modal-no-title .c-modal-close-button {
    justify-content: space-between;
  }
  #c-language-modal .c-modal-no-title .c-modal-close-button h2 {
    font-size: 1.5rem;
  }
}
#c-language-modal .c-modal-no-title .c-checkbox-list {
  padding-top: 0;
}
#c-language-modal .c-modal-no-title .c-checkbox-list .c-checkbox-item button {
  font-size: 0.875rem;
  border: 0;
  padding: 0.625rem 1.5rem;
}
#c-language-modal .c-modal-no-title .c-checkbox-list .c-checkbox-item .c-dummy-radio-button {
  display: none;
}
#c-language-modal .cool-gtranslate-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
#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;
  margin-bottom: 10px;
}
#c-language-modal .cool-gtranslate-wrapper a span {
  color: var(--cool-black);
  font-size: 1rem;
}
#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;
}

.c-search-modal-content .lightpick .lightpick__price {
  display: none;
}
.lightpick .lightpick__day.is-today {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><circle fill='%23ededed' cx='16' cy='16' r='16'/></svg>");
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  background-size: auto;
  background-position: center;
  color: #202020;
  font-weight: bold;
}
.lightpick .lightpick__day.is-available.is-previous-month .lightpick__date, .lightpick .lightpick__day.is-available.is-next-month .lightpick__date {
  opacity: 1;
  font-weight: 700;
}
.lightpick .lightpick__toolbar button i {
  color: black;
  font-size: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .lightpick .lightpick__toolbar button i {
    font-size: 1rem;
  }
}
.lightpick .lightpick__footer {
  margin-top: 17px !important;
}
.lightpick .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 .lightpick__footer .lightpick__reset-action.c-btn.c-btn-ghost:hover {
  background-color: var(--cool-primary-button) !important;
  color: white !important;
}
.lightpick .lightpick__footer .lightpick__apply-action.c-btn.c-btn {
  background-color: var(--cool-primary-button) !important;
  border-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: 1rem !important;
  display: flex !important;
}
#recentViewedWidget .product-card-image img,
#recentViewedWidget .listing-img {
  border-radius: 0 !important;
}

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: 864px;
  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 .c-tooltip-wrapper--top .c-tooltip-content {
  left: -85px;
}
@media screen and (max-width: 1024px) {
  #_elev_io .c-tooltip-wrapper--top .c-tooltip-content {
    left: -50px;
  }
}
#_elev_io .c-tooltip-wrapper--top .c-tooltip-content::after {
  right: 4px;
  left: auto;
}
#_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 7 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 !important;
}
.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: 1.575;
}

#collapse-meeting-and-pickup .custom-select .select2-results__option {
  font-size: 0.9375rem;
  padding: 0.625rem 0.9375rem;
  line-height: 21px;
}
#collapse-meeting-and-pickup .custom-select .select2-results__option .select2-item {
  line-height: normal;
}
.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.custom-select2-dropdown-inline .select2-results__options {
  margin: 0;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--default.select2-container.select2-container--open .select2-dropdown--below {
  margin-top: 4px;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-container--default.select2-container.select2-container--open .select2-dropdown--above {
  margin-top: -2px !important;
}
.custom-select.custom-select2-wrapper.custom-select2-dropdown-inline .select2-results__option .select2-item {
  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.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 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top;
  border-radius: inherit;
}

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

.custom-select .custom-right-icon {
  position: absolute;
  top: 26px;
  transform: translateY(-50%);
  right: 18px;
}

.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 7 Pro";
  display: block;
  border: 0;
  width: auto !important;
  height: auto !important;
  color: var(--cool-component-dark-grey);
  pointer-events: none;
}

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

#c-language-modal .c-modal-header-wrapper h2 {
  display: none;
}
#c-language-modal .c-tab-navigation-content-wrapper {
  padding-top: 0;
}
#c-language-modal .c-tabs {
  border-bottom: 0;
  position: absolute;
  left: 0;
}
#c-language-modal .c-tabs .c-tabs-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#c-language-modal .c-tabs .c-tabs-item:not(.c-tabs-item-active) {
  border-bottom-width: 1px;
  border-bottom-color: var(--cool-tabs-bottom-color);
}

@media screen and (max-width: 1024px) {
  .activity-filter .filter-outer {
    padding-right: 16px;
  }
}
.c-multi-step-radio .error-message-class {
  margin-bottom: 0;
  margin-top: 6px;
}
.c-multi-step-radio #fh-pickup-location-select2-wrapper .checkin-information {
  margin-top: 0;
}
.c-multi-step-radio #fh-pickup-location-select2-wrapper .checkin-information li {
  margin-bottom: 0;
}
.c-multi-step-radio #fh-pickup-location-select2-wrapper .checkin-information .hotel-pickup-validate-resp {
  top: 12px;
  margin-bottom: 15px;
}
.c-multi-step-radio #fh-pickup-location-select2-wrapper .checkin-information .hotel-pickup-validate-resp:empty {
  top: 0 !important;
  margin-bottom: 0 !important;
}

#bookingEditPart .lightpick {
  left: 0 !important;
}
#bookingEditPart .lightpick .lightpick__day {
  top: -1px;
  position: relative;
}
#bookingEditPart .lightpick .lightpick__day .lightpick__price {
  display: none;
}

.activities-listing .listing-group,
.archive .listing-group {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.id-108 .single-activity .content .page-title, .id-108 .single-hotel-page .content .page-title, .id-108 .header-title-area .page-title, .id-108 .header-title-area h1 {
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  body .activity-filter .custom-select label {
    top: 11px !important;
  }
}
@media screen and (min-width: 1025px) {
  body .activity-filter .custom-select label.as-placeholder {
    top: 19px !important;
  }
  body .activity-filter .desktop-date-selector .custom-select label {
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
  }
}
#tm-account-dashboard .c-auth-component-description {
  padding-bottom: 0;
}

.c-redeem-cool-rewards {
  padding-top: 15px;
  display: flex;
  align-items: center;
  margin-bottom: -10px;
  font-size: 0.9375rem;
}
.c-redeem-cool-rewards .c-redeem-cool-rewards-label {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  line-height: 19px;
  top: -1px;
}
.c-redeem-cool-rewards i {
  margin-right: 0.4rem;
  margin-top: 0.125rem;
  min-width: 1rem;
  align-self: flex-start;
}
.c-redeem-cool-rewards .c-redeem-cool-rewards-label-subtitle {
  font-size: 0.8125rem;
}
.c-redeem-cool-rewards .c-redeem-cool-rewards-credits-toggle {
  margin-left: auto;
}

.viator_discount_message {
  font-size: 0.8125rem;
  text-align: center;
  margin-top: -6px;
  padding-bottom: 8px;
  display: none;
}
.body-design2025 .viator_discount_message {
  display: block !important;
}

.c-rewards-outer-row {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: normal;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .c-rewards-outer-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.c-rewards-outer-row .c-rewards-outer-col {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0%;
  right: auto;
  left: auto;
}
@media screen and (min-width: 1025px) {
  .c-rewards-outer-row .c-rewards-outer-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.6667%;
    flex: 0 0 66.6667%;
    max-width: 66.6667%;
  }
}

.c-rewards-summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary {
    padding-bottom: 4.5rem;
  }
}
.c-rewards-summary .rewards-summary-wrapper {
  padding: 1.5rem 1rem;
  border-radius: 0.625rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #F5F5F5;
  height: 7.125rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.c-rewards-summary .rewards-inner {
  width: 100%;
}
.c-rewards-summary .rewards-container {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 84.75rem;
  z-index: auto;
}
.c-rewards-summary .rewards-row {
  align-items: normal;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary .rewards-row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
.c-rewards-summary .rewards-row .rewards-col {
  box-sizing: border-box;
  min-height: 1px;
  min-width: 0;
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 33.3333333333%;
  flex-basis: 33.3333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 33.3333333333%;
  margin-left: 0%;
  right: auto;
  left: auto;
}
.c-rewards-summary .rewards-row .rewards-col.rewards-col--right {
  width: 66.6666666667%;
  flex-basis: 66.6666666667%;
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 66.6666666667%;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary .rewards-row .rewards-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-rewards-summary .rewards-row .rewards-col {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
.c-rewards-summary .rewards-col-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.c-rewards-summary .rewards-available-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 1rem;
  border-right: 0.0625rem solid black;
}
.c-rewards-summary .rewards-available-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #EAFBF7;
  color: var(--cool-good-green);
}
.c-rewards-summary .rewards-available-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
}
.c-rewards-summary .rewards-available-content .rewards-title {
  display: block;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  line-height: 1.375rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary .rewards-available-content .rewards-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.0125rem;
  }
}
.c-rewards-summary .rewards-available-content .rewards-amount {
  color: black;
  display: inline-block;
}
.c-rewards-summary .rewards-available-content .rewards-available-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
}
.c-rewards-summary .rewards-redeemed-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
}
.c-rewards-summary .rewards-redeemed-section .rewards-redeemed-amount {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.003125rem;
  color: black;
}
.c-rewards-summary .rewards-redeemed-section .rewards-redeemed-text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
  color: #4D4D4D;
}
.c-rewards-summary .redeemed-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
}
.c-rewards-summary .redeemed-section .redeemed-amount {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.003125rem;
}
.c-rewards-summary .rewards-terms {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
  color: #333333;
  text-align: start;
}
@media screen and (min-width: 1025px) {
  .c-rewards-summary .rewards-terms {
    text-align: center;
  }
}
.c-rewards-summary .rewards-terms a {
  color: inherit;
  text-decoration: underline;
  border: 0;
}

.my-rewards-page.content {
  margin: 0 !important;
  padding: 0 !important;
}
.my-rewards-page.content .header-title-area {
  margin: 1.5rem 0;
}

.rewards-header-title {
  display: block;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
}
@media screen and (min-width: 1025px) {
  .rewards-header-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.0125rem;
  }
}

.c-rewards-filter {
  margin-bottom: 1.75rem;
}

.c-rewards-ledger .rewards-header-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 64px;
}
.c-rewards-ledger .credits-entries {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.c-rewards-ledger .credits-entries .credit-info {
  flex: 1;
  flex-direction: column;
}
.c-rewards-ledger .credits-entries .credit-info .credit-booking {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
}
.c-rewards-ledger .credits-entries .credit-info .credit-booking a {
  color: inherit;
  border: 0;
}
.c-rewards-ledger .credits-entries .credit-info .credit-booking a:hover {
  text-decoration: underline;
}
.c-rewards-ledger .credits-entries .credit-info .credit-validity {
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
  color: #4D4D4D;
}
.c-rewards-ledger .credits-entries .credit-tags {
  display: flex;
  gap: 0.5rem;
}
.c-rewards-ledger .credits-entries .credit-tags .credit-tag {
  display: inline-flex;
  padding: 0 0.5rem;
  border-radius: 12px;
  height: 1.5rem;
  max-width: 100%;
  background-color: #D9D9D9;
  color: #0D0D0D;
}
.c-rewards-ledger .credits-entries .credit-tags .credit-tag.tag-confirmed, .c-rewards-ledger .credits-entries .credit-tags .credit-tag.tag-refunded {
  background-color: #EAFBF7;
  color: #0D0D0D;
}
.c-rewards-ledger .credits-entries .credit-tags .credit-tag strong {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3125rem;
  align-self: center;
  white-space: nowrap;
}
.c-rewards-ledger .credits-entries .credit-entry {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  border: 0.0625rem solid #D9D9D9;
  border-radius: 8px;
}
@media screen and (min-width: 1025px) {
  .c-rewards-ledger .credits-entries .credit-entry {
    padding: 1rem 1.5rem;
  }
}
.c-rewards-ledger .credits-entries .credit-entry .credit-amount {
  font-weight: 500;
  color: black;
  display: inline-block;
  font-size: 1rem;
}
.c-rewards-ledger .credits-entries .credit-entry .credit-amount.credit-negative {
  text-decoration: line-through;
}
.c-rewards-ledger .credits-entries .credit-entry .credit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  color: #808080;
}
.c-rewards-ledger .credits-entries .credit-entry.credit-granted .credit-icon {
  background-color: #EAFBF7;
  color: var(--cool-good-green);
}
.c-rewards-ledger .credits-entries .credit-entry.credit-expired .credit-icon {
  background-color: #F5F5F5;
}

.c-product-desc-list,
.c-product-line-items {
  margin-top: 22.5px !important;
  margin-bottom: 16px;
}
.c-product-desc-list li,
.c-product-line-items li {
  line-height: 1.4375 !important;
  margin: 0.25rem 0 0.625rem;
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
}
.c-product-desc-list li i:first-child,
.c-product-line-items li i:first-child {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  min-width: 1rem;
  align-self: flex-start;
}
.c-product-desc-list li i.c-blue-icon,
.c-product-line-items li i.c-blue-icon {
  color: var(--p, --cool-headers);
}
.c-product-desc-list li a,
.c-product-line-items li a {
  font-weight: bold;
}
.c-product-desc-list .c-item-price,
.c-product-line-items .c-item-price {
  margin-left: auto;
  font-weight: 700;
}
.c-product-desc-list .c-item-price strike,
.c-product-line-items .c-item-price strike {
  font-weight: 400;
}

#s-ticket-info .c-btn {
  padding: 16px 0;
  font-weight: 500;
  font-size: 1.3125rem;
}
@media screen and (min-width: 1025px) {
  #s-ticket-info .c-btn {
    max-width: 366px;
  }
}

#s-cancellation-policy .featureList {
  padding-left: 35px;
}
#s-cancellation-policy .timelineLabelRight {
  font-size: 1rem;
  top: -2px;
  position: relative;
}
#s-cancellation-policy .cancellation-policy-title {
  font-size: 1.125rem;
  margin-top: -18px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#s-cancellation-policy .cancellationPolicyTimeline {
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  #s-cancellation-policy .cancellationPolicyTimeline {
    padding-top: 30px;
  }
}
#s-cancellation-policy .cancellationPolicyTotalRefund,
#s-cancellation-policy .cancellationPolicyNoRefund {
  height: 47px;
}
#s-cancellation-policy .cancellationPolicyTotalRefund::after {
  top: 18px;
  width: 1.16px;
  height: 67px;
}
#s-cancellation-policy .cancellationPolicyTimelineItemText {
  top: 38px;
}

#s-payment-details .c-icon-button {
  margin-top: 28px;
}
#s-payment-details .c-icon-button .c-icon-button-toggle > span {
  text-decoration: none;
}

.c-product-line-items {
  margin-bottom: 0;
}
.c-product-line-items + .c-product-desc-list {
  margin-top: 0 !important;
  padding-top: 0;
}

#s-activity-details .c-right-section-content {
  margin-top: -17px;
}
#s-activity-details .c-right-section-content p {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
#s-activity-details .s-activity-details-top {
  padding-bottom: 35px;
}
#s-activity-details .s-activity-details-inclusions-exclusions {
  padding-top: 26px;
  padding-bottom: 35px;
}
#s-activity-details .s-activity-details-inclusions-exclusions > .list-wrapper {
  padding-top: 10px;
  font-size: 1.0625rem;
}
#s-activity-details .s-activity-details-inclusions-exclusions > .list-wrapper ul {
  color: var(--cool-text);
}

.folder-page-rewards #main-header {
  background-color: white;
}

.account-wrapper.bookings .account-title p {
  margin-bottom: 35px;
}
.account-wrapper.bookings .c-booking__wrapper .banner__container {
  margin-top: 0 !important;
}
.account-wrapper.bookings .c-booking__wrapper {
  overflow: visible;
}
.account-wrapper.bookings .booking__card_container {
  margin-bottom: 1.5rem;
  padding-bottom: 0 !important;
}
.account-wrapper.bookings .c-tab-navigation .c-tab-navigation-content-wrapper {
  margin-top: 1.5rem;
  padding-top: 0;
}
.account-wrapper.bookings .booking__card__center .title span {
  margin-bottom: 10px;
  font-size: 1.375rem;
  line-height: 1.4;
}
.account-wrapper.bookings .c-booking__wrapper .booking__card__center,
.account-wrapper.bookings .c-booking__wrapper .booking__card__right {
  padding-top: 20px;
  padding-bottom: 20px;
}
.account-wrapper.bookings .booking__card {
  margin-top: 0;
  padding-top: 0;
}
.account-wrapper.bookings .image__box a {
  text-decoration: none;
  border: 0;
}
@media screen and (min-width: 1025px) {
  .account-wrapper.bookings .c-booking__wrapper .banner__container {
    margin-left: -25px;
  }
  .account-wrapper.bookings .booking__card {
    gap: 20px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .account-wrapper.bookings .c-booking__wrapper {
    padding-top: 34px;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left {
    width: 254px;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left .image__box {
    width: 100%;
    overflow: hidden;
    height: 100%;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left .image__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left .date__box,
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left .separator {
    display: none;
  }
  .account-wrapper.bookings .c-booking__wrapper h1 {
    font-size: 2rem;
    letter-spacing: -0.1866666675;
  }
}
@media screen and (max-width: 1024px) {
  .account-wrapper.bookings {
    padding: 0 !important;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__center {
    padding-top: 0;
  }
  .account-wrapper.bookings .booking__card__center {
    width: 75%;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card__left {
    flex-direction: column;
    width: 100%;
    display: flex;
    position: relative;
  }
  .account-wrapper.bookings .bookings-wrapper {
    margin-top: 22px;
  }
  .account-wrapper.bookings .c-booking__wrapper {
    padding-top: 0;
  }
  .account-wrapper.bookings .c-booking__wrapper h1 {
    margin-bottom: 40px !important;
  }
  .account-wrapper.bookings .c-booking__wrapper .c__description__cc {
    margin: 0;
    width: 140%;
  }
  .account-wrapper.bookings .c-booking__wrapper .image__box {
    margin-left: -21px;
    width: calc(100% + 42px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 170px;
  }
  .account-wrapper.bookings .c-booking__wrapper .image__box a {
    text-decoration: none !important;
    border-bottom: 0 !important;
  }
  .account-wrapper.bookings .c-booking__wrapper .image__box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box {
    width: 68.7px;
    height: 68.7px;
    position: absolute;
    bottom: -89px;
    right: 0;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box .small {
    font-size: 0.9375rem;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box .large {
    font-size: 2.25rem;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box .date__box__header {
    height: 22px;
  }
  .account-wrapper.bookings .c-booking__wrapper .date__box__body {
    margin-top: 4px;
    margin-bottom: 5.5px;
  }
  .account-wrapper.bookings .c-booking__wrapper .booking__card {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .account-wrapper.bookings .booking__card__right {
    display: none;
  }
}

.footer-sidebar-section .c-tabs .c-tabs-item {
  font-weight: 700;
}

.c-upcoming-no-bookings-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings .c-upcoming-no-bookings-icon {
  width: 64px;
  height: 64px;
  border: 1px solid #B3B3B3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B3B3B3;
  font-size: 1.5625rem;
  transform: rotate(-45deg);
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings .c-upcoming-no-bookings-title {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  text-align: center;
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings .c-upcoming-no-bookings-body {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.003125rem;
  text-align: center;
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings-button {
  align-self: center;
  width: fit-content;
  margin: 1.5rem 0;
}
@media screen and (max-width: 1024px) {
  .c-upcoming-no-bookings-container .c-upcoming-no-bookings-button {
    width: 100%;
  }
}
.c-upcoming-no-bookings-container .c-upcoming-no-bookings-button .c-btn {
  min-height: 2.75rem;
  max-height: 2.75rem;
  padding: 0.5625rem 1.5rem;
  max-height: none;
}

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