.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0 0 1.5625vw 0;
  margin: 0;
  overflow-x: auto;
}
.breadcrumbs__item {
  position: relative;
  font-size: 0.78125vw;
  color: rgba(50, 32, 24, 0.6);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  white-space: nowrap;
}
.breadcrumbs__item a {
  color: #181F46;
  text-decoration: none;
}
.breadcrumbs__item + .breadcrumbs__item {
  padding-left: 0.78125vw;
  display: flex;
  align-items: center;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.56663 6.8083C7.68367 6.92549 7.74941 7.08434 7.74941 7.24996C7.74941 7.41559 7.68367 7.57444 7.56663 7.69163L1.31663 13.9416C1.19815 14.052 1.04145 14.1121 0.87953 14.1093C0.717612 14.1064 0.563124 14.0408 0.448613 13.9263C0.334103 13.8118 0.268509 13.6573 0.265653 13.4954C0.262796 13.3335 0.322898 13.1768 0.433298 13.0583L6.24163 7.24996L0.433298 1.44163C0.371892 1.38441 0.32264 1.31541 0.28848 1.23875C0.25432 1.16208 0.235952 1.07932 0.234472 0.9954C0.232991 0.911482 0.248428 0.828124 0.279862 0.7503C0.311296 0.672478 0.358084 0.601782 0.417433 0.542433C0.476781 0.483084 0.547476 0.436296 0.6253 0.404862C0.703123 0.373428 0.78648 0.357991 0.8704 0.359472C0.954319 0.360953 1.03708 0.37932 1.11375 0.413481C1.19041 0.44764 1.25941 0.496892 1.31663 0.558297L7.56663 6.8083Z' fill='%23322018'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.3645833333vw;
  height: 0.6770833333vw;
  margin-right: 0.78125vw;
  color: #322018;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0 0 5.5555555556vw 0;
  }
  .breadcrumbs__item {
    font-size: 3.6111111111vw;
  }
  .breadcrumbs__item + .breadcrumbs__item {
    padding-left: 2.7777777778vw;
  }
  .breadcrumbs__item + .breadcrumbs__item::before {
    width: 1.9444444444vw;
    height: 3.8888888889vw;
    margin-right: 2.7777777778vw;
  }
}

.activity-card {
  text-decoration: none;
}
.activity-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.activity-card__image-container:before {
  content: "";
  display: block;
  padding-top: 74.9103942652%;
}
.activity-card__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
.activity-card__image-container.best-deal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6.0416666667vw;
  height: 5.7291666667vw;
  background: url("../../../assets/images/best-deal-ribbon.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.activity-card__body {
  display: block;
  padding: 1.7708333333vw 0 0.8854166667vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.activity-card__location {
  font-size: 0.8333333333vw;
  font-weight: 300;
  line-height: 1.2;
  color: rgba(50, 32, 24, 0.8);
  margin-bottom: 0.4166666667vw;
}
.activity-card__pricing-category {
  color: rgba(50, 32, 24, 0.3);
  filter: grayscale(1);
}
.activity-card__pricing-category.low span:nth-child(-n+1) {
  color: rgba(50, 32, 24, 0.8);
}
.activity-card__pricing-category.shoulder span:nth-child(-n+2) {
  color: rgba(50, 32, 24, 0.8);
}
.activity-card__pricing-category.high span:nth-child(-n+3) {
  color: rgba(50, 32, 24, 0.8);
}
.activity-card__pricing-category.peak span:nth-child(-n+4) {
  color: rgba(50, 32, 24, 0.8);
}
.activity-card__title {
  font-family: "Marcellus SC", serif;
  font-size: 1.25vw;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  color: #322018;
}
.activity-card__footer {
  padding: 0.8854166667vw 0 1.6145833333vw 0;
  display: flex;
  align-items: center;
}
.activity-card__footer-left {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.activity-card__footer-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 40%;
}
.activity-card__price-top {
  display: block;
  font-size: 0.7291666667vw;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0.2083333333vw;
  color: rgba(50, 32, 24, 0.8);
}
.activity-card__price {
  display: block;
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 1.5;
  color: #181F46;
  margin-bottom: 0;
}
.activity-card__wishlist .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.activity-card__wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 0.2083333333vw;
  color: #322018;
  text-transform: uppercase;
  font-size: 0.78125vw;
  line-height: 1;
}
.activity-card__wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a img {
  margin-right: 0;
  width: 1.3020833333vw;
  aspect-ratio: 1/1;
}
.activity-card__wishlist .separator {
  display: none;
}
@media (max-width: 767px) {
  .activity-card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .activity-card .themeBtn {
    flex: 0 1 60%;
  }
  .activity-card__image-container.best-deal::after {
    width: 25vw;
    height: 25vw;
  }
  .activity-card__body {
    padding: 6.6666666667vw 0 0 0;
    border-bottom: 0;
  }
  .activity-card__location {
    font-size: 3.3333333333vw;
    margin-bottom: 1.1111111111vw;
  }
  .activity-card__title {
    font-size: 5vw;
  }
  .activity-card__footer {
    padding: 3.3333333333vw 0 7.5vw 0;
    flex-wrap: wrap;
    gap: 6.6666666667vw;
  }
  .activity-card__footer-left {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    gap: 1.1111111111vw;
  }
  .activity-card__footer-right {
    flex: 0 0 100%;
  }
  .activity-card__price-top {
    font-size: 2.7777777778vw;
    margin-bottom: 0;
  }
  .activity-card__price {
    font-size: 4.4444444444vw;
    font-weight: 600;
    margin-bottom: 0;
  }
  .activity-card__wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    gap: 1.1111111111vw;
    font-size: 3.6111111111vw;
  }
  .activity-card__wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a img {
    width: 5.5555555556vw;
  }
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.choices {
  flex-grow: 1;
  margin-bottom: 0;
}
.choices[data-type*=select-one]::after {
  border: 0;
  right: 0.4166666667vw;
  width: 1.25vw;
  height: 1.25vw;
  margin-top: 0;
  background-image: url("../../../assets/images/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
.choices[data-type*=select-one].is-open::after {
  margin-top: 0;
  transform: translateY(-50%) scaleY(-1);
}
.choices.is-flipped .choices__list--dropdown, .choices.is-flipped .choices__list[aria-expanded] {
  bottom: 120%;
  top: auto;
}
.choices__placeholder {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  width: 100%;
  padding: 0.8333333333vw 0.4166666667vw !important;
  font-weight: 400;
  font-size: 0.8333333333vw;
  color: rgba(50, 32, 24, 0.8);
  background-color: #F8F6F4;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid rgba(50, 32, 24, 0.3);
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
}
.choices__list::-webkit-scrollbar {
  width: 0.0520833333vw;
  background-color: transparent;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
  padding: 0 1.0416666667vw;
  z-index: 3;
  border: 0;
  border-radius: 0;
  will-change: scroll-position, filter;
  word-break: normal;
  background-color: #F8F6F4;
  border: 1px solid rgba(50, 32, 24, 0.2);
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  padding: 1.0416666667vw 0;
  font-size: 0.78125vw;
  transition: color 0.3s ease;
  color: #322018;
  border-bottom: 1px solid rgba(50, 32, 24, 0.1);
  transition: color 0.3s ease;
}
.choices__list--dropdown .choices__item.is-highlighted, .choices__list[aria-expanded] .choices__item.is-highlighted {
  background-color: #F8F6F4;
  color: #FDB716;
}
.choices__list--dropdown .choices__placeholder, .choices__list[aria-expanded] .choices__placeholder {
  display: none;
}
.choices__list--single {
  padding: 0;
}
@media (max-width: 767px) {
  .choices {
    width: 100%;
  }
  .choices[data-type*=select-one]::after {
    right: 2.2222222222vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
  .choices__inner {
    padding: 4.4444444444vw 1.8604651163vw !important;
    font-size: 4.4444444444vw;
  }
  .choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding: 5.5555555556vw;
    font-size: 4.4444444444vw;
  }
}

.form .row > * {
  margin-top: 3.125vw;
}
.form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 0.8rem;
}
.form__text, .form__number {
  display: block;
  width: 100%;
  font-size: 0.8333333333vw;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.8333333333vw 0.4166666667vw;
  background-color: transparent;
  resize: none;
  border: 0;
  border-bottom: 1px solid rgba(50, 32, 24, 0.25);
  color: #322018;
  transition: border-color 0.3s ease;
}
.form__text:focus-visible, .form__number:focus-visible {
  outline: 0;
  border-color: #FDB716;
}
.form__text::-webkit-inner-spin-button, .form__text::-webkit-outer-spin-button, .form__number::-webkit-inner-spin-button, .form__number::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
}
.form__text[type=number], .form__number[type=number] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
.form__text ~ .wpcf7-not-valid-tip, .form__number ~ .wpcf7-not-valid-tip {
  font-size: 0.8rem;
}
.form__label {
  display: block;
  font-size: 0.78125vw;
  font-weight: 300;
  line-height: 1.6;
  color: #322018;
  text-transform: uppercase;
  margin-bottom: 0.78125vw;
}
.form__input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid rgba(50, 32, 24, 0.25);
}
.form__input-group .wpcf7-form-control-wrap {
  position: unset;
  flex: 1 1 auto;
  width: 1%;
  border-bottom: 0;
}
.form__input-group .wpcf7-form-control-wrap input {
  text-align: center;
  border-bottom: 0;
}
.form__input-group .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
}
.form__input-group button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 10%;
  background-color: transparent;
  border: 0;
}
.form__input-group button svg rect {
  fill: transparent;
  transition: fill 0.3s ease;
}
.form__input-group button:hover svg rect {
  fill: rgba(50, 32, 24, 0.07);
}
.form__checkbox {
  line-height: 2;
  color: #322018;
  cursor: pointer;
}
.form__checkbox-wrapper {
  margin-bottom: 0.625vw;
}
.form__checkbox-wrapper:last-child {
  margin-bottom: 0;
}
.form__input-checkbox {
  position: relative;
  height: 0;
  width: 1.8229166667vw;
  vertical-align: middle;
}
.form__input-checkbox::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.8229166667vw;
  width: 1.8229166667vw;
  border: 1px solid rgba(50, 32, 24, 0.2);
  background-color: #F8F6F4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}
.form__input-checkbox:checked::before {
  background-image: url("../../images/icon-checkmark.svg");
}
.form__input-checkbox ~ span {
  vertical-align: middle;
  padding-left: 0.78125vw;
  font-size: 0.9375vw;
  color: #322018;
  font-weight: 300;
}
@media (max-width: 767px) {
  .form .row > * {
    margin-top: 16.6666666667vw;
  }
  .form .themeBtn {
    width: 100%;
  }
  .form__text, .form__number {
    font-size: 4.4444444444vw;
    padding: 4.4444444444vw 2.2222222222vw;
  }
  .form__label {
    font-size: 4.1666666667vw;
    margin-bottom: 4.1666666667vw;
  }
  .form__input-checkbox {
    width: 6.6666666667vw;
  }
  .form__input-checkbox::before {
    height: 6.6666666667vw;
    width: 6.6666666667vw;
  }
  .form__input-checkbox ~ span {
    padding-left: 2.2222222222vw;
    font-size: 4.1666666667vw;
  }
}

.page-banner, .page-banner--small {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 7.8125vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-banner::after, .page-banner--small::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 49.99%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.page-banner--small {
  min-height: 75vh;
}
.page-banner__text {
  position: relative;
  z-index: 2;
  width: 80%;
}
.page-banner__subtitle {
  font-size: 1.0416666667vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.0833333333vw;
}
.page-banner__location {
  font-size: 0.6770833333vw;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-align: center;
  color: #FDB716;
  text-transform: uppercase;
  margin-bottom: 2.0833333333vw;
}
.page-banner__title {
  text-align: center;
  margin-bottom: 2.0833333333vw;
  font-size: 3.3333333333vw;
}
.page-banner__description {
  text-align: center;
  color: #F8F6F4;
}
.page-banner__description p {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-banner, .page-banner--small {
    min-height: 40vh;
  }
  .page-banner--small {
    min-height: 35vh;
  }
}
@media (max-width: 767px) {
  .page-banner, .page-banner--small {
    padding: 41.6666666667vw 0 27.7777777778vw 0;
  }
  .page-banner--small {
    padding: 47.2222222222vw 0 33.3333333333vw 0;
  }
  .page-banner__text {
    width: 90%;
  }
  .page-banner__subtitle {
    font-size: 3.6111111111vw;
    margin-bottom: 5.5555555556vw;
  }
  .page-banner__title {
    font-size: 11.1111111111vw;
    margin-bottom: 5.5555555556vw;
  }
  .page-banner__location {
    font-size: 3.6111111111vw;
  }
}

.choose {
  padding: 8.8541666667vw 0;
}
.choose__title {
  margin-bottom: 4.375vw;
}
.choose__card {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.choose__card:hover .choose__image-container img {
  transform: scale(1.1);
}
.choose__image-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.choose__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}
.choose__image-container img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1s ease;
}
.choose__card-body {
  position: relative;
  padding: 13.8020833333vw 3.125vw 3.125vw 3.125vw;
}
.choose__card-title {
  font-family: "Marcellus SC", serif;
  font-weight: 400;
  font-size: 2.0833333333vw;
  line-height: 1.25;
  color: #FFFFFF;
  margin-bottom: 1.0416666667vw;
  text-transform: uppercase;
}
.choose__card-text {
  color: #F8F6F4;
}
.choose__card-text p {
  display: block;
  display: -webkit-box;
  height: calc(0.9375vw * 1.8);
  font-size: 0.9375vw;
  line-height: 1.8;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
}
@media (max-width: 767px) {
  .choose {
    padding: 16.6666666667vw 0;
  }
  .choose__title {
    margin-bottom: 8.3333333333vw;
    text-align: center;
  }
  .choose__card-body {
    padding: 55.5555555556vw 5.5555555556vw 8.3333333333vw 5.5555555556vw;
  }
  .choose__card-title {
    font-size: 6.6666666667vw;
    margin-bottom: 2.7777777778vw;
  }
  .choose__card-text {
    margin-bottom: 0;
  }
  .choose__card-text p {
    display: block;
    display: -webkit-box;
    height: calc(4.1666666667vw * 1.8 * 2);
    font-size: 4.1666666667vw;
    line-height: 1.8;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
  }
}

.other {
  padding-bottom: 9.8958333333vw;
}
.other__title {
  margin-bottom: 3.125vw;
}
@media (max-width: 767px) {
  .other {
    padding-bottom: 25vw;
  }
  .other__title {
    text-align: center;
    margin-bottom: 8.3333333333vw;
  }
}

.list {
  padding: 5.2083333333vw 0;
}
.list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.125vw;
  flex-wrap: wrap;
}
.list__filter {
  font-family: "Inter", sans-serif;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.6;
  color: #322018;
  margin-bottom: 0;
  background-color: transparent;
  border: 0;
  padding: 0.8333333333vw 0.625vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4166666667vw;
  text-transform: uppercase;
}
.list__filter-count {
  font-size: 0.6770833333vw;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.07em;
  background-color: #181F46;
  color: #F8F6F4;
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list__filter-wrapper {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  overflow: hidden;
}
.list__filter-active-container {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  overflow: auto;
}
.list__filter-active {
  font-size: 0.6770833333vw;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.07em;
  padding: 0.5208333333vw 0.8333333333vw;
  text-transform: uppercase;
  border: 1px solid rgba(50, 32, 24, 0.8);
  border-radius: 58px;
}
.list__sorting {
  flex: 0 1 20%;
}
.list__empty {
  text-align: center;
  padding: 0 0.78125vw 1.0416666667vw 0.78125vw;
  font-size: 0.9375vw;
  font-weight: 300;
  border-bottom: 1px solid rgba(50, 32, 24, 0.2);
}
.list__button {
  margin-top: 5.2083333333vw;
  text-align: center;
}
.list__loading {
  display: none;
  margin: auto;
}
@media (max-width: 767px) {
  .list {
    padding: 13.8888888889vw 0 27.7777777778vw 0;
  }
  .list__header {
    gap: 4.4444444444vw;
    margin-bottom: 11.1111111111vw;
  }
  .list__filter {
    font-size: 4.1666666667vw;
    gap: 2.2222222222vw;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 1.6666666667vw 3.3333333333vw;
    padding-left: 0;
  }
  .list__filter-count {
    display: none;
  }
  .list__filter-active-container {
    gap: 2.2222222222vw;
    padding: 1.6666666667vw 0;
    margin-left: 3.3333333333vw;
  }
  .list__filter-active {
    font-size: 3.6111111111vw;
    padding: 2.7777777778vw 4.4444444444vw;
    flex-shrink: 0;
  }
  .list__sorting {
    flex: 1 1 100%;
  }
  .list__empty {
    padding: 0 4.1666666667vw 5.5555555556vw 4.1666666667vw;
    font-size: 4.1666666667vw;
  }
  .list__button {
    margin-top: 27.7777777778vw;
  }
  .list__loadmore .dot-falling {
    margin: 0.8333333333vw 8.3333333333vw;
  }
}

.filter-offcanvas {
  background-color: #F8F6F4;
  transition: transform 0.6s cubic-bezier(0.6, 0, 0.2, 1);
}
.filter-offcanvas.offcanvas-start {
  width: 22vw;
}
.filter-offcanvas .form .row {
  margin-top: -1.5625vw;
}
.filter-offcanvas .form .row > * {
  margin-top: 1.5625vw;
}
.filter-offcanvas__header {
  padding: 2.7083333333vw 2.7083333333vw 0 2.7083333333vw;
}
.filter-offcanvas__btn-close:hover, .filter-offcanvas__btn-close:focus, .filter-offcanvas__btn-close:focus-visible {
  box-shadow: none;
  border: 0;
}
.filter-offcanvas__title {
  font-family: "Marcellus SC", serif;
  font-size: 1.25vw;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.filter-offcanvas__body {
  padding: 1.8229166667vw 2.7083333333vw;
}
.filter-offcanvas__buttons {
  margin-top: 1.5625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.0416666667vw;
}
.filter-offcanvas__buttons button, .filter-offcanvas__buttons a {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .filter-offcanvas.offcanvas-start {
    width: 80%;
  }
  .filter-offcanvas .form .row {
    margin-top: -8.3333333333vw;
  }
  .filter-offcanvas .form .row > * {
    margin-top: 8.3333333333vw;
  }
  .filter-offcanvas__header {
    padding: 8.3333333333vw 5.5555555556vw 0 5.5555555556vw;
  }
  .filter-offcanvas__btn-close:hover, .filter-offcanvas__btn-close:focus, .filter-offcanvas__btn-close:focus-visible {
    box-shadow: none;
    border: 0;
  }
  .filter-offcanvas__title {
    font-size: 5vw;
  }
  .filter-offcanvas__body {
    padding: 5.5555555556vw 5.5555555556vw;
  }
  .filter-offcanvas__buttons {
    margin-top: 8.3333333333vw;
    gap: 4.4444444444vw;
    flex-wrap: wrap;
  }
}

.range {
  display: flex;
  flex-direction: column;
}
.range input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 5px;
  width: 100%;
  position: absolute;
  background-color: #C6C6C6;
  pointer-events: none;
  border-radius: 50px;
}
.range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #FDB716;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.range input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #FDB716;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.range input[type=range]::-webkit-slider-thumb:hover {
  background: #f7ad02;
}
.range input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #FDB716, 0 0 9px #FDB716;
}
.range #fromSlider {
  height: 0;
  z-index: 1;
  margin-top: 2.5px;
}
.range__label {
  font-size: 0.78125vw;
  font-weight: 300;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 1.3020833333vw;
}
.range__sliders-control {
  position: relative;
  margin-bottom: 1.3020833333vw;
}
.range__input {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0.5208333333vw;
  color: #635a5a;
  flex-wrap: wrap;
}
.range__input-container {
  flex: 1 1 calc(50% - 0.5208333333vw);
}
.range__input-label {
  font-size: 0.5208333333vw;
  font-weight: 300;
  line-height: 2;
  text-transform: uppercase;
}
.range__input-value {
  width: 100%;
  font-size: 0.8333333333vw;
  font-weight: 300;
  line-height: 1.5;
  color: #322018;
  border: none;
  padding: 0;
  background-color: transparent;
}
.range__input-value::-webkit-inner-spin-button, .range__input-value::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.range__input-value:focus-visible {
  outline: 0;
}
.range__input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.8333333333vw 0.4166666667vw;
  border-bottom: 1px solid rgba(50, 32, 24, 0.25);
}
.range__price-tag {
  font-size: 0.8333333333vw;
  font-weight: 300;
  line-height: 1.5;
  color: #322018;
}
@media (max-width: 767px) {
  .range input[type=range]::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }
  .range input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }
  .range__label {
    font-size: 4.1666666667vw;
    margin-bottom: 6.9444444444vw;
  }
  .range__sliders-control {
    margin-bottom: 6.9444444444vw;
  }
  .range__input {
    gap: 2.7777777778vw;
  }
  .range__input-container {
    flex: 1 1 100%;
  }
  .range__input-label {
    font-size: 2.7777777778vw;
  }
  .range__input-value {
    font-size: 4.4444444444vw;
  }
  .range__input-group {
    padding: 4.4444444444vw 2.2222222222vw;
  }
  .range__price-tag {
    font-size: 4.4444444444vw;
  }
}

/*# sourceMappingURL=archive-activity.css.map*/