@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.default-background {
  position: relative;
  overflow: hidden;
}
.default-background > img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.h1 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 38px;
}
@media (min-width: 992px) {
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 1366px) {
  .h1 {
    font-size: 45px;
  }
}
@media (min-width: 1600px) {
  .h1 {
    font-size: 50px;
  }
}
@media (min-width: 1920px) {
  .h1 {
    font-size: 54px;
  }
}

.h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
}
@media (min-width: 992px) {
  .h2 {
    font-size: 34px;
  }
}
@media (min-width: 1366px) {
  .h2 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  .h2 {
    font-size: 38px;
  }
}
@media (min-width: 1920px) {
  .h2 {
    font-size: 42px;
  }
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.primary-container {
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 575px) {
  .primary-container {
    padding-right: 0px;
    padding-left: 0px;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .primary-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .primary-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .primary-container {
    max-width: 1080px;
  }
}
@media (min-width: 1366px) {
  .primary-container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .primary-container {
    max-width: 1350px;
  }
}
@media (min-width: 1920px) {
  .primary-container {
    max-width: 1500px;
  }
}
@media (min-width: 768px) {
  .primary-container--fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1920px) {
  .primary-container--fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.hero {
  height: 580px;
}
@media (min-width: 768px) {
  .hero {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 475px;
  }
}
@media (min-width: 1200px) {
  .hero {
    height: 525px;
  }
}
@media (min-width: 1366px) {
  .hero {
    height: 580px;
  }
}
@media (min-width: 1600px) {
  .hero {
    height: 625px;
  }
}
@media (min-width: 1920px) {
  .hero {
    height: 700px;
  }
}
.hero-wrapper {
  position: relative;
  z-index: 5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .hero-wrapper {
    padding: 40px 0;
  }
}
@media (min-width: 1920px) {
  .hero-wrapper {
    padding: 50px 0;
  }
}
.hero-wrapper * {
  color: #ffffff;
}
.hero-wrapper h1 {
  text-transform: uppercase;
  line-height: 1.2;
}
.hero-wrapper p {
  line-height: 1.15;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .hero-wrapper p {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  .hero-wrapper p {
    font-size: 28px;
  }
}
.hero-wrapper span {
  display: inline-flex;
  background: #ffffff;
  height: 2px;
  width: 50px;
}
.hero::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.text-image-split {
  position: relative;
}
.text-image-split-wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0;
  gap: 40px;
}
@media (min-width: 768px) {
  .text-image-split-wrapper {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .text-image-split-wrapper {
    gap: 40px;
  }
}
.text-image-split-wrapper.image-left {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .text-image-split-wrapper.image-left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .text-image-split-wrapper.image-right {
    flex-direction: row;
  }
}
.text-image-split-wrapper .content {
  width: 100%;
}
@media (min-width: 992px) {
  .text-image-split-wrapper .content {
    width: 425px;
  }
}
@media (min-width: 1200px) {
  .text-image-split-wrapper .content {
    width: 475px;
  }
}
@media (min-width: 1600px) {
  .text-image-split-wrapper .content {
    width: 525px;
  }
}
@media (min-width: 1920px) {
  .text-image-split-wrapper .content {
    width: 575px;
  }
}
.text-image-split-wrapper .content h2 {
  color: #404a40;
  margin-bottom: 8px;
}
.text-image-split-wrapper .content div {
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .text-image-split-wrapper .content div {
    margin-bottom: 35px;
  }
}
.text-image-split-wrapper .content > a {
  padding-left: 60px;
  padding-right: 60px;
}
.text-image-split-wrapper .content .button-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.text-image-split-wrapper .image {
  flex: 1;
  position: relative;
}
@media (min-width: 992px) {
  .text-image-split-wrapper .image {
    overflow: hidden;
    height: 475px;
  }
}
@media (min-width: 1200px) {
  .text-image-split-wrapper .image {
    height: 510px;
  }
}
@media (min-width: 1600px) {
  .text-image-split-wrapper .image {
    height: 550px;
  }
}
@media (min-width: 1920px) {
  .text-image-split-wrapper .image {
    height: 600px;
  }
}
.text-image-split-wrapper .image img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .text-image-split-wrapper .image img {
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
  }
}
.text-image-split > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (min-width: 1366px) {
  .page-id-2244 .text-image-split-wrapper {
    padding-top: 130px;
  }
}
@media (min-width: 1920px) {
  .page-id-2244 .text-image-split-wrapper {
    padding-top: 150px;
  }
}
@media (min-width: 1366px) {
  .page-id-2244 .accordion-wrapper,
  .page-id-2244 .simple-image-wrapper {
    padding-bottom: 130px;
  }
}
@media (min-width: 1920px) {
  .page-id-2244 .accordion-wrapper,
  .page-id-2244 .simple-image-wrapper {
    padding-bottom: 150px;
  }
}

.accordion {
  position: relative;
}
.accordion-wrapper {
  position: relative;
  z-index: 5;
  padding-bottom: 30px;
}
@media (min-width: 1366px) {
  .accordion-wrapper {
    padding-bottom: 50px;
  }
}
@media (min-width: 1920px) {
  .accordion-wrapper {
    padding-bottom: 75px;
  }
}
.accordion-wrapper h2 {
  color: #404a40;
  text-align: center;
  margin-bottom: 20px !important;
}
.accordion-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid rgba(98, 115, 92, 0.5);
  border-bottom: 1px solid rgba(98, 115, 92, 0.5);
  width: 100%;
}
.accordion-items-item {
  width: 100%;
  padding: 15px 0;
}
@media (min-width: 1366px) {
  .accordion-items-item {
    padding: 24px 0;
  }
}
.accordion-items-item--header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.accordion-items-item--header h3 {
  flex: 1;
  color: #404a40;
  font-size: 20px;
}
@media (min-width: 1366px) {
  .accordion-items-item--header h3 {
    font-size: 24px;
  }
}
.accordion-items-item--header svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}
.accordion-items-item--header.open svg {
  transform: rotate(180deg);
}
.accordion-items-item--body {
  display: none;
  margin-top: 15px;
}
.accordion-items-item:not(:last-of-type) {
  border-bottom: 1px solid #404a40;
}
.accordion > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.simple-image-wrapper {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .simple-image-wrapper {
    padding: 50px 0;
  }
}
@media (min-width: 1366px) {
  .simple-image-wrapper {
    padding: 60px 0;
  }
}
@media (min-width: 1920px) {
  .simple-image-wrapper {
    padding: 75px 0;
  }
}
.simple-image-wrapper .title {
  text-align: center;
  margin-bottom: 20px;
}
.simple-image-wrapper .title svg {
  height: auto;
  width: 42px;
}
.simple-image-wrapper .title h2 {
  color: #404a40;
  line-height: 1;
  margin: 20px 0;
}
.simple-image-wrapper .title p {
  font-size: 16px;
}
@media (min-width: 1366px) {
  .simple-image-wrapper .title p {
    font-size: 20px;
  }
}
.simple-image-wrapper .image {
  aspect-ratio: 16/9;
}
.simple-image-wrapper .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .simple-image-wrapper .button-wrapper {
    margin-top: 35px;
  }
}
@media (min-width: 1366px) {
  .simple-image-wrapper .button-wrapper {
    margin-top: 55px;
  }
}
.simple-image-wrapper .button-wrapper a {
  padding-left: 60px;
  padding-right: 60px;
}

.perks-wrapper {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .perks-wrapper {
    padding: 50px 0;
  }
}
@media (min-width: 1366px) {
  .perks-wrapper {
    padding: 60px 0;
  }
}
@media (min-width: 1920px) {
  .perks-wrapper {
    padding: 75px 0;
  }
}
.perks-wrapper .title {
  text-align: center;
  margin-bottom: 40px;
}
.perks-wrapper .title h2 {
  color: #404a40;
  margin: 0 0 8px;
}
.perks-wrapper .title div p {
  line-height: 1.4;
  font-size: 16px;
}
@media (min-width: 1366px) {
  .perks-wrapper .title div p {
    font-size: 20px;
  }
}
.perks-wrapper .criteria {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.perks-wrapper .criteria--option {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  text-align: center;
  border: 1px solid rgba(98, 115, 92, 0.25);
  padding: 16px 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .perks-wrapper .criteria--option {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .perks-wrapper .criteria--option {
    width: 25%;
  }
}
.perks-wrapper .criteria--option b,
.perks-wrapper .criteria--option p {
  line-height: 1;
  font-family: "Playfair Display";
}
.perks-wrapper .criteria--option b {
  color: #404a40;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 1366px) {
  .perks-wrapper .criteria--option b {
    font-size: 24px;
  }
}
.perks-wrapper .criteria--option p {
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1366px) {
  .perks-wrapper .criteria--option p {
    font-size: 18px;
  }
}
.perks-wrapper .perks h3 {
  font-weight: 600;
  border-left: 1px solid rgba(98, 115, 92, 0.25);
  border-right: 1px solid rgba(98, 115, 92, 0.25);
  text-align: center;
  color: #404a40;
  padding: 10px;
  font-size: 20px;
}
@media (min-width: 1366px) {
  .perks-wrapper .perks h3 {
    font-size: 24px;
  }
}
.perks-wrapper .perks .perk {
  text-align: center;
  border: 1px solid rgba(98, 115, 92, 0.25);
  padding: 10px;
}
.perks-wrapper .perks .perk:not(:first-of-type) {
  border-top: none;
}
.perks-wrapper .perks .perk p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .perks-wrapper .perks .perk p {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .perks-wrapper .perks .perk p {
    font-size: 18px;
  }
}
.perks-wrapper .perks .perk p span {
  font-weight: 300;
}

.venues--top-wrapper {
  position: relative;
  z-index: 5;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .venues--top-wrapper {
    padding: 75px;
  }
}
@media (min-width: 1366px) {
  .venues--top-wrapper {
    padding: 100px 0;
  }
}
.venues--top-wrapper.large-padding {
  padding: 60px 0 70px;
}
@media (min-width: 575px) {
  .venues--top-wrapper.large-padding {
    padding: 60px 0 125px;
  }
}
@media (min-width: 768px) {
  .venues--top-wrapper.large-padding {
    padding: 60px 0 160px;
  }
}
@media (min-width: 992px) {
  .venues--top-wrapper.large-padding {
    padding: 75px 0 215px;
  }
}
@media (min-width: 1366px) {
  .venues--top-wrapper.large-padding {
    padding: 100px 0 260px;
  }
}
@media (min-width: 1920px) {
  .venues--top-wrapper.large-padding {
    padding: 100px 0 300px;
  }
}
.venues--top-wrapper .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
.venues--top-wrapper .title svg {
  margin: 0 auto;
}
.venues--top-wrapper .title h2 {
  color: #E7D8C9;
  line-height: 1;
}
.venues--top-wrapper .title p {
  color: #E7D8C9;
  line-height: 1.4;
  font-size: 17px;
}
@media (min-width: 1366px) {
  .venues--top-wrapper .title p {
    font-size: 20px;
  }
}
.venues--top > img {
  z-index: 1;
}
.venues--bottom-wrapper {
  position: relative;
  z-index: 5;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .venues--bottom-wrapper {
    padding: 75px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper {
    padding: 100px 0;
  }
}
.venues--bottom-wrapper.large-padding {
  padding: 70px 0 60px;
}
@media (min-width: 575px) {
  .venues--bottom-wrapper.large-padding {
    padding: 125px 0 60px;
  }
}
@media (min-width: 768px) {
  .venues--bottom-wrapper.large-padding {
    padding: 160px 0 60px;
  }
}
@media (min-width: 992px) {
  .venues--bottom-wrapper.large-padding {
    padding: 215px 0 75px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper.large-padding {
    padding: 260px 0 100px;
  }
}
@media (min-width: 1920px) {
  .venues--bottom-wrapper.large-padding {
    padding: 300px 0 100px;
  }
}
.venues--bottom-wrapper .images {
  transform: translateY(-100%);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: -140px;
}
@media (min-width: 575px) {
  .venues--bottom-wrapper .images {
    margin-bottom: -250px;
  }
}
@media (min-width: 768px) {
  .venues--bottom-wrapper .images {
    gap: 20px;
    margin-bottom: -320px;
  }
}
@media (min-width: 992px) {
  .venues--bottom-wrapper .images {
    margin-bottom: -430px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .images {
    gap: 30px;
    margin-bottom: -520px;
  }
}
@media (min-width: 1920px) {
  .venues--bottom-wrapper .images {
    margin-bottom: -600px;
  }
}
.venues--bottom-wrapper .images div {
  width: 33.3333333333%;
  height: 140px;
}
@media (min-width: 575px) {
  .venues--bottom-wrapper .images div {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .venues--bottom-wrapper .images div {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .venues--bottom-wrapper .images div {
    height: 430px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .images div {
    height: 520px;
  }
}
@media (min-width: 1920px) {
  .venues--bottom-wrapper .images div {
    height: 600px;
  }
}
.venues--bottom-wrapper .introduction {
  text-align: center;
  margin: 30px 0 35px;
}
@media (min-width: 992px) {
  .venues--bottom-wrapper .introduction {
    margin: 40px 0 50px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .introduction {
    margin: 40px 0 60px;
  }
}
.venues--bottom-wrapper .introduction p {
  line-height: 1.4;
  font-size: 17px;
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .introduction p {
    font-size: 20px;
  }
}
.venues--bottom-wrapper .venue-list {
  border-top: 1px solid rgba(98, 115, 92, 0.5);
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .venue-list {
    margin-bottom: 40px;
  }
}
.venues--bottom-wrapper .venue-list .venue {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(98, 115, 92, 0.5);
  flex-direction: column;
  gap: 8px;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .venues--bottom-wrapper .venue-list .venue {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 20px 0;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .venue-list .venue {
    padding: 24px 0;
  }
}
.venues--bottom-wrapper .venue-list .venue--left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .venues--bottom-wrapper .venue-list .venue--left {
    gap: 30px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .venue-list .venue--left {
    gap: 40px;
  }
}
.venues--bottom-wrapper .venue-list .venue--left img {
  height: auto;
  width: 30px;
}
@media (min-width: 992px) {
  .venues--bottom-wrapper .venue-list .venue--left img {
    width: 40px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .venue-list .venue--left img {
    width: 50px;
  }
}
.venues--bottom-wrapper .venue-list .venue--left span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.venues--bottom-wrapper .venue-list .venue--left span p,
.venues--bottom-wrapper .venue-list .venue--left span h3 {
  line-height: 1;
  color: #404a40;
}
.venues--bottom-wrapper .venue-list .venue--left span p {
  text-transform: uppercase;
  font-size: 10px;
}
@media (min-width: 768px) {
  .venues--bottom-wrapper .venue-list .venue--left span p {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .venue-list .venue--left span p {
    font-size: 14px;
  }
}
.venues--bottom-wrapper .venue-list .venue--left span h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .venues--bottom-wrapper .venue-list .venue--left span h3 {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .venue-list .venue--left span h3 {
    font-size: 24px;
  }
}
.venues--bottom-wrapper .venue-list .venue--right {
  width: 100%;
}
@media (min-width: 992px) {
  .venues--bottom-wrapper .venue-list .venue--right {
    width: 400px;
  }
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .venue-list .venue--right {
    width: 465px;
  }
}
@media (min-width: 1920px) {
  .venues--bottom-wrapper .venue-list .venue--right {
    width: 525px;
  }
}
.venues--bottom-wrapper .venue-list .venue--right p b {
  font-weight: 400;
}
.venues--bottom-wrapper .venue-list .venue--right p span {
  font-weight: 300;
}
.venues--bottom-wrapper .venue-list .venue--right p b,
.venues--bottom-wrapper .venue-list .venue--right p span {
  font-size: 14px;
}
@media (min-width: 1366px) {
  .venues--bottom-wrapper .venue-list .venue--right p b,
  .venues--bottom-wrapper .venue-list .venue--right p span {
    font-size: 18px;
  }
}
.venues--bottom-wrapper .button-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.benefits-slider-wrapper {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .benefits-slider-wrapper {
    padding: 40px 0;
  }
}
@media (min-width: 1366px) {
  .benefits-slider-wrapper {
    padding: 65px 0;
  }
}
.benefits-slider-wrapper > p {
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1366px) {
  .benefits-slider-wrapper > p {
    font-size: 18px;
  }
}
.benefits-slider-wrapper .benefits {
  position: relative;
  margin-top: 35px;
}
.benefits-slider-wrapper .benefits-wrapper {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .benefits-slider-wrapper .benefits-wrapper {
    padding: 0 50px;
  }
}
@media (min-width: 1366px) {
  .benefits-slider-wrapper .benefits-wrapper {
    padding: 0 65px;
  }
}
.benefits-slider-wrapper .benefits-wrapper .benefit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}
@media (min-width: 992px) {
  .benefits-slider-wrapper .benefits-wrapper .benefit {
    margin-right: 40px;
  }
}
@media (min-width: 1366px) {
  .benefits-slider-wrapper .benefits-wrapper .benefit {
    margin-right: 65px;
  }
}
.benefits-slider-wrapper .benefits-wrapper .benefit img {
  margin: 0 auto 10px;
  width: auto;
  height: 50px;
}
.benefits-slider-wrapper .benefits-wrapper .benefit h3 {
  color: #404a40;
  margin-bottom: 12px;
  font-size: 24px;
}
.benefits-slider-wrapper .benefits-wrapper .benefit p {
  line-height: 1.35;
  font-size: 16px;
}
@media (min-width: 1920px) {
  .benefits-slider-wrapper .benefits-wrapper .benefit p {
    font-size: 18px;
  }
}
.benefits-slider-wrapper .benefits .slider-arrows {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.benefits-slider-wrapper .benefits .slider-arrows span {
  cursor: pointer;
}
.benefits-slider .slick-slide {
  margin: 0 20px;
}
@media (min-width: 1366px) {
  .benefits-slider .slick-slide {
    margin: 0 32px;
  }
}
@media (min-width: 992px) {
  .benefits-slider .slick-list {
    margin: 0 -20px;
  }
}
@media (min-width: 1366px) {
  .benefits-slider .slick-list {
    margin: 0 -32px;
  }
}

.contact-form-wrapper {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .contact-form-wrapper {
    padding: 50px 0;
  }
}
@media (min-width: 1366px) {
  .contact-form-wrapper {
    padding: 75px 0;
  }
}
@media (min-width: 1920px) {
  .contact-form-wrapper {
    padding: 100px 0;
  }
}
.contact-form-wrapper .text {
  margin-bottom: 30px;
}
.contact-form-wrapper .text p:not(:last-of-type) {
  margin-bottom: 20px;
}
.contact-form-wrapper .form {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.icons {
  position: relative;
}
.icons-wrapper {
  position: relative;
  z-index: 5;
  padding: 30px 0 50px;
}
@media (min-width: 992px) {
  .icons-wrapper {
    padding: 50px 0 75px;
  }
}
@media (min-width: 1366px) {
  .icons-wrapper {
    padding: 60px 0 130px;
  }
}
.icons-wrapper .title {
  text-align: center;
  margin-bottom: 40px;
}
.icons-wrapper .title h2 {
  color: #404a40;
  margin: 0 0 8px;
}
.icons-wrapper .title div p {
  line-height: 1.4;
  font-size: 16px;
}
@media (min-width: 1366px) {
  .icons-wrapper .title div p {
    font-size: 20px;
  }
}
.icons--list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1366px) {
  .icons--list {
    gap: 40px;
    padding: 0 90px;
  }
}
@media (min-width: 1920px) {
  .icons--list {
    padding: 0;
  }
}
.icons--list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: calc(50% - 15px);
}
@media (min-width: 575px) {
  .icons--list-item {
    width: 160px;
  }
}
.icons--list-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.icons--list-item span svg {
  height: auto;
  width: 50px;
}
.icons--list-item p {
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
}
@media (min-width: 1366px) {
  .icons--list-item p {
    font-size: 18px;
  }
}
.icons--list-item p br {
  display: none;
}
@media (min-width: 992px) {
  .icons--list-item p br {
    display: block;
  }
}
.icons > img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.experiences-slider {
  position: relative;
  background: #404A40;
}
.experiences-slider-wrapper {
  position: relative;
  z-index: 5;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .experiences-slider-wrapper {
    padding: 50px 0;
  }
}
@media (min-width: 1366px) {
  .experiences-slider-wrapper {
    padding: 100px 0;
  }
}
.experiences-slider-wrapper .title {
  text-align: center;
  margin-bottom: 40px;
}
.experiences-slider-wrapper .title h2 {
  color: #E7D8C9;
  margin: 0 0 8px;
}
.experiences-slider-wrapper .title div p {
  color: #E7D8C9;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 1366px) {
  .experiences-slider-wrapper .title div p {
    font-size: 20px;
  }
}
.experiences-slider-wrapper .title div a {
  transition: all 0.3s ease-in-out;
  background: #E7D8C9;
  margin: 20px 0 0;
  padding: 10px 60px;
}
.experiences-slider-wrapper .title div a::before {
  transition: all 0.3s ease-in-out;
  border-color: #E7D8C9;
}
@media (min-width: 1366px) {
  .experiences-slider-wrapper .title div a::before {
    padding: 22px 5px !important;
  }
}
@media (min-width: 1920px) {
  .experiences-slider-wrapper .title div a::before {
    padding: 27px 6px !important;
  }
}
.experiences-slider-wrapper .title div a span {
  z-index: 1;
  color: #404a40;
}
.experiences-slider-wrapper .title div a:hover {
  background: #d8a243;
}
.experiences-slider-wrapper .title div a:hover span {
  color: #404A40;
}
.experiences-slider-wrapper .title div a:hover::before {
  border-color: #d8a243;
}
.experiences-slider--items .slick-list {
  margin: 0 -20px;
}
.experiences-slider--items .slick-list .slick-slide {
  height: auto !important;
  margin: 0 20px;
}
.experiences-slider--items .experience-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.experiences-slider--items .experience-item--image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  height: 300px;
}
@media (min-width: 1200px) {
  .experiences-slider--items .experience-item--image {
    height: 320px;
  }
}
@media (min-width: 1366px) {
  .experiences-slider--items .experience-item--image {
    margin-bottom: 25px;
    height: 360px;
  }
}
.experiences-slider--items .experience-item--image .date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #E7D8C9;
  padding: 8px;
}
.experiences-slider--items .experience-item--image .date * {
  display: block;
  text-align: center;
  line-height: 1;
  font-family: Montserrat;
  color: #404a40;
}
.experiences-slider--items .experience-item--image .date span {
  text-transform: uppercase;
  font-size: 12px;
}
.experiences-slider--items .experience-item--image .date b {
  font-weight: normal;
  font-size: 30px;
}
.experiences-slider--items .experience-item--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experiences-slider--items .experience-item--info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
  gap: 20px;
}
@media (min-width: 1366px) {
  .experiences-slider--items .experience-item--info {
    gap: 25px;
  }
}
.experiences-slider--items .experience-item div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 20px;
}
@media (min-width: 1366px) {
  .experiences-slider--items .experience-item div {
    margin-bottom: 25px;
  }
}
.experiences-slider--items .experience-item div * {
  color: #E7D8C9;
}
.experiences-slider--items .experience-item div span {
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 14px;
}
.experiences-slider--items .experience-item div h3 {
  font-family: "Playfair Display";
  font-size: 24px;
}
.experiences-slider--items .experience-item div time {
  font-family: Montserrat;
  font-size: 18px;
}
.experiences-slider--items .experience-item a {
  background: transparent;
  padding: 10px 60px;
}
.experiences-slider--items .experience-item a span {
  color: #E7D8C9;
}
.experiences-slider--items .experience-item a::before {
  border-color: #E7D8C9;
}
.experiences-slider--items .experience-item a:hover {
  background: #E7D8C9;
}
.experiences-slider--items .experience-item a:hover span {
  color: #404a40;
}
.experiences-slider > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.experience-slider--slides {
  position: relative;
  padding: 0 25px;
}
@media (min-width: 1366px) {
  .experience-slider--slides {
    padding: 0;
  }
}
.experience-slider--slides .slider-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 35px);
}
@media (min-width: 1366px) {
  .experience-slider--slides .slider-arrows {
    width: calc(100% + 100px);
  }
}
.experience-slider--slides .slider-arrows span {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  background: rgba(19, 21, 22, 0.7);
  width: 30px;
  height: 30px;
}
.experience-slider--slides .slider-arrows span svg {
  height: auto;
  width: 10px;
}

.experience-archive {
  position: relative;
  z-index: 999 !important;
}
.experience-archive-wrapper {
  position: relative;
  z-index: 5;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .experience-archive-wrapper {
    padding: 45px 0;
  }
}
@media (min-width: 1366px) {
  .experience-archive-wrapper {
    padding: 60px 0;
  }
}
.experience-archive-wrapper .title {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .experience-archive-wrapper .title {
    margin-bottom: 45px;
  }
}
@media (min-width: 1366px) {
  .experience-archive-wrapper .title {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
.experience-archive-wrapper .title div p {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 1366px) {
  .experience-archive-wrapper .title div p {
    font-size: 20px;
  }
}
.experience-archive-wrapper .filter-toggle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .experience-archive-wrapper .filter-toggle {
    align-items: center;
  }
}
.experience-archive-wrapper .filter-toggle .label-style {
  display: flex;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #404a40;
  line-height: 1.35;
  margin-bottom: 8px;
  font-size: 12px;
}
.experience-archive-wrapper .filter-toggle--views .button-wrapper {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1px solid #404a40;
  padding: 4px;
}
.experience-archive-wrapper .filter-toggle--views .button-wrapper button {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  border: none;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  padding: 6px 10px;
  gap: 4px;
}
.experience-archive-wrapper .filter-toggle--views .button-wrapper button svg path {
  transition: fill 0.3s ease-in-out;
}
.experience-archive-wrapper .filter-toggle--views .button-wrapper button span {
  display: none;
}
@media (min-width: 768px) {
  .experience-archive-wrapper .filter-toggle--views .button-wrapper button span {
    display: inline;
    color: #404a40;
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .experience-archive-wrapper .filter-toggle--views .button-wrapper button span {
    font-size: 14px;
  }
}
.experience-archive-wrapper .filter-toggle--views .button-wrapper button.active {
  background: #404a40;
}
.experience-archive-wrapper .filter-toggle--views .button-wrapper button.active svg path {
  fill: #E7D8C9;
}
.experience-archive-wrapper .filter-toggle--views .button-wrapper button.active span {
  color: #E7D8C9;
}
.experience-archive-wrapper .filter-toggle--filter {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .experience-archive-wrapper .filter-toggle--filter .filter-inner-trigger,
  .experience-archive-wrapper .filter-toggle--filter .js-close-filter {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .experience-archive-wrapper .filter-toggle--filter .filter-inner-trigger {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    border: none;
    background: transparent;
    border: 1px solid #404a40;
    padding: 4px 10px 4px 5px;
    gap: 4px;
  }
  .experience-archive-wrapper .filter-toggle--filter .filter-inner-trigger span {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #404a40;
  }
}
.experience-archive-wrapper .filter-toggle--filter .event-filters {
  display: none;
}
@media only screen and (max-width: 767px) {
  .experience-archive-wrapper .filter-toggle--filter .event-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #E7D8C9;
    padding: 165px 25px 50px;
    max-width: 100vw;
  }
  .experience-archive-wrapper .filter-toggle--filter .event-filters .js-close-filter {
    position: absolute;
    top: 115px;
    right: 15px;
  }
  .experience-archive-wrapper .filter-toggle--filter .event-filters .select-date,
  .experience-archive-wrapper .filter-toggle--filter .event-filters .select-category {
    width: 100% !important;
  }
  .experience-archive-wrapper .filter-toggle--filter .event-filters .select-date {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .experience-archive-wrapper .filter-toggle--filter .event-filters {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .experience-archive-wrapper .filter-toggle--filter .event-filters {
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .experience-archive-wrapper .filter-toggle--filter .event-filters {
    gap: 40px;
  }
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-date,
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category {
  width: 200px;
}
@media (min-width: 992px) {
  .experience-archive-wrapper .filter-toggle--filter .event-filters .select-date,
  .experience-archive-wrapper .filter-toggle--filter .event-filters .select-category {
    width: 275px;
  }
}
@media (min-width: 1366px) {
  .experience-archive-wrapper .filter-toggle--filter .event-filters .select-date,
  .experience-archive-wrapper .filter-toggle--filter .event-filters .select-category {
    width: 350px;
  }
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-date .filter-input-box,
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .filter-input-box {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  background: transparent;
  border-radius: 0;
  border: 1px solid #404a40;
  font-family: "Montserrat", sans-serif;
  padding: 8px 12px;
  height: 42px;
  font-size: 14px;
}
@media (min-width: 1366px) {
  .experience-archive-wrapper .filter-toggle--filter .event-filters .select-date .filter-input-box,
  .experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .filter-input-box {
    font-size: 16px;
  }
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect {
  position: relative;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  background: #E7D8C9;
  border: 1px solid #404a40;
  border-top: none;
  width: 100%;
  padding: 15px;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup fieldset {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup fieldset label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup fieldset label input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup fieldset label input:checked + .checkbox-ui {
  background: #404a40;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup fieldset label input:checked + .checkbox-ui::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #E7D8C9;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup fieldset label .checkbox-ui {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #404a40;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup fieldset label .checkbox-label {
  font-family: Montserrat;
  color: #404a40;
  list-style: 1.5;
  font-size: 16px;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup .multiselect-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup .multiselect-actions button {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  padding: 15px 25px;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup .multiselect-actions .clear-selection {
  background: transparent;
  border: 1px solid #404a40;
  color: #404a40;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup .multiselect-actions .clear-selection:hover {
  background: #404a40;
  color: #E7D8C9;
}
.experience-archive-wrapper .filter-toggle--filter .event-filters .select-category .custom-multiselect .select-popup .multiselect-actions .apply-selection {
  background: #404a40;
  color: #E7D8C9;
}
.experience-archive > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.experience-views .experience-view {
  display: none;
}
.experience-views .experience-view.active {
  display: block;
}

.poi-list-wrapper {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .poi-list-wrapper {
    padding: 45px 0;
  }
}
@media (min-width: 1366px) {
  .poi-list-wrapper {
    padding: 60px 0;
  }
}
.poi-list-wrapper .title {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .poi-list-wrapper .title {
    margin-bottom: 75px;
  }
}
@media (min-width: 1366px) {
  .poi-list-wrapper .title {
    padding: 0 30px;
    margin-bottom: 130px;
  }
}
.poi-list-wrapper .title div p {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 16px;
}
@media (min-width: 1366px) {
  .poi-list-wrapper .title div p {
    font-size: 20px;
  }
}
.poi-list-wrapper .load-more-wrap {
  text-align: center;
}
.poi-list-wrapper .load-more-wrap button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: 1px solid #404a40;
  color: #404a40;
  font-family: "Montserrat";
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 12px;
  padding: 12px 60px;
}
.poi-list-wrapper .load-more-wrap button:hover {
  background: #404a40;
  color: #E7D8C9;
}
.poi-list--locations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.poi-list--locations .location {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-top: 1px solid rgba(98, 115, 92, 0.5);
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .poi-list--locations .location {
    flex-direction: row;
    gap: 25px;
  }
}
@media (min-width: 1366px) {
  .poi-list--locations .location {
    gap: 40px;
    padding: 25px 0;
  }
}
.poi-list--locations .location:last-of-type {
  border-bottom: 1px solid rgba(98, 115, 92, 0.5);
}
.poi-list--locations .location-name {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .poi-list--locations .location-name {
    gap: 4px;
    width: 50%;
  }
}
.poi-list--locations .location-name span {
  color: #404a40;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 992px) {
  .poi-list--locations .location-name span {
    font-size: 14px;
  }
}
.poi-list--locations .location-name h3 {
  color: #404a40;
  font-family: "Playfair Display";
  font-weight: 500;
  line-height: 1.35;
  font-size: 20px;
}
@media (min-width: 992px) {
  .poi-list--locations .location-name h3 {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .poi-list--locations .location-name h3 {
    font-size: 24px;
  }
}
.poi-list--locations .location-address {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media (min-width: 992px) {
  .poi-list--locations .location-address {
    width: 50%;
  }
}
.poi-list--locations .location-address p {
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1.35;
  font-size: 14px;
}
@media (min-width: 992px) {
  .poi-list--locations .location-address p {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .poi-list--locations .location-address p {
    font-size: 18px;
  }
}
.poi-list--locations .location-address a {
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.35;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .poi-list--locations .location-address a {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .poi-list--locations .location-address a {
    font-size: 18px;
  }
}

.theme-button {
  padding: 13px 40px;
}

.popup-form-container {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  align-items: center;
  justify-content: center;
}
.popup-form-container .popup-form--form {
  position: relative;
  background: white;
  height: auto;
  padding: 30px 15px 20px;
  width: 95vw;
  height: 80vh;
}
@media (min-width: 768px) {
  .popup-form-container .popup-form--form {
    padding: 30px 20px 20px;
    width: 80vw;
    height: 85vh;
  }
}
@media (min-width: 1366px) {
  .popup-form-container .popup-form--form {
    padding: 50px 30px 30px;
    width: 700px;
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .popup-form-container .popup-form--form {
    width: 800px;
    height: 650px;
  }
}
.popup-form-container .popup-form--form svg {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  height: auto;
  width: 25px;
}
.popup-form-container .popup-form--form iframe {
  width: 100%;
  height: 100%;
}

.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper form .gfield label {
  margin-bottom: 5px !important;
}
.gform_wrapper form .gfield input {
  border-radius: 0 !important;
}
.gform_wrapper form input[type=submit] {
  background: #404a40 !important;
  border-radius: 0 !important;
}

.site-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
}
.site-popup--modal {
  position: relative;
  z-index: 999991;
  background: #E7D8C9;
  display: none;
  align-items: center;
  gap: 15px;
  padding: 30px;
  width: 90vw;
}
@media (min-width: 992px) {
  .site-popup--modal {
    padding: 20px;
    width: 800px;
  }
}
@media (min-width: 1366px) {
  .site-popup--modal {
    padding: 30px;
    gap: 20px;
    width: 1000px;
  }
}
.site-popup--modal .image {
  display: none;
}
@media (min-width: 992px) {
  .site-popup--modal .image {
    display: block;
    width: 50%;
  }
}
.site-popup--modal .content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .site-popup--modal .content {
    width: 50%;
  }
}
.site-popup--modal .content h2 {
  font-family: "quiche-display", sans-serif;
  margin: 0;
  font-size: 28px;
}
@media (min-width: 1366px) {
  .site-popup--modal .content h2 {
    gap: 10px;
    font-size: 36px;
  }
}
@media (min-width: 1366px) {
  .site-popup--modal .content .text p {
    font-size: 18px;
  }
}
.site-popup--modal-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.site-popup--modal-close svg {
  width: 25px;
}
@media (min-width: 1366px) {
  .site-popup--modal-close svg {
    width: 30px;
  }
}
.site-popup .overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
}

.flatpickr-calendar {
  box-shadow: 0 15px 20px 0 rgba(69, 25, 4, 0.2);
  border: 1px solid #404a40 !important;
  background: #E7D8C9 !important;
  padding: 15px !important;
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .flatpickr-calendar {
    width: calc(100% - 30px) !important;
    left: 50% !important;
    transform: translateX(-50%);
    right: unset !important;
    will-change: opacity;
    transition: opacity 5s ease-in-out !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .flatpickr-calendar.open {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.flatpickr-calendar::before, .flatpickr-calendar::after {
  display: none !important;
}
.flatpickr-calendar * {
  font-family: Montserrat !important;
}
.flatpickr-calendar .quick-selects,
.flatpickr-calendar .calendar-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  gap: 20px;
}
.flatpickr-calendar .quick-selects button,
.flatpickr-calendar .calendar-actions button {
  transition: all 0.3s ease-in-out;
  outline: none;
  cursor: pointer;
  displaY: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #404a40;
  text-transform: uppercase;
  color: #404a40;
  font-family: Montserrat;
  line-height: 1;
  font-size: 14px;
  padding: 15px 25px;
}
.flatpickr-calendar .quick-selects button:hover,
.flatpickr-calendar .calendar-actions button:hover {
  background: #404a40;
  color: #E7D8C9;
}
.flatpickr-calendar .calendar-actions {
  margin-bottom: 0;
  justify-content: space-between;
}
.flatpickr-calendar .calendar-actions .apply {
  background: #404a40;
  color: #E7D8C9;
}
@media only screen and (max-width: 767px) {
  .flatpickr-calendar .quick-selects {
    flex-wrap: wrap;
  }
  .flatpickr-calendar .quick-selects button {
    width: calc(50% - 10px);
  }
}
.flatpickr-calendar .flatpickr-months {
  position: relative !important;
  margin-bottom: 10px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month span {
  font-weight: normal !important;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  position: relative !important;
}
.flatpickr-calendar .flatpickr-innerContainer {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days {
    width: 100% !important;
    max-width: none !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .dayContainer {
    width: 100% !important;
    max-width: none !important;
  }
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day {
  border: none !important;
  box-shadow: none !important;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day.today {
  border-radius: 0;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day.selected {
  border-radius: 0;
  background: #404a40;
}
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day.inRange {
  background: #B9862D;
}

.single-experience-content {
  position: relative;
}
.single-experience-content-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  padding: 40px 0;
  gap: 30px;
}
@media (min-width: 992px) {
  .single-experience-content-wrapper {
    flex-direction: row;
    padding: 50px 0;
  }
}
@media (min-width: 1366px) {
  .single-experience-content-wrapper {
    gap: 40px;
    padding: 80px 0;
  }
}
.single-experience-content-wrapper .content {
  width: 100%;
}
@media (min-width: 992px) {
  .single-experience-content-wrapper .content {
    max-width: 50%;
  }
}
@media (min-width: 1366px) {
  .single-experience-content-wrapper .content {
    max-width: 475px;
  }
}
@media (min-width: 1600px) {
  .single-experience-content-wrapper .content {
    max-width: 40%;
  }
}
.single-experience-content-wrapper .content--title .term {
  color: #404a40;
  font-family: "Montserrat";
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}
.single-experience-content-wrapper .content--title h1 {
  color: #404a40;
  margin-bottom: 15px;
}
@media (min-width: 1366px) {
  .single-experience-content-wrapper .content--title h1 {
    margin-bottom: 25px;
  }
}
.single-experience-content-wrapper .content--title .spacer {
  display: inline-block;
  background: #A35101;
  width: 50px;
  height: 2px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .single-experience-content-wrapper .content--title .spacer {
    margin-bottom: 15px;
  }
}
.single-experience-content-wrapper .content--title .dates {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .single-experience-content-wrapper .content--title .dates {
    margin-bottom: 25px;
  }
}
.single-experience-content-wrapper .content--title .dates p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-experience-content-wrapper .content--title .dates p * {
  line-height: 1.35;
  font-size: 14px;
}
@media (min-width: 992px) {
  .single-experience-content-wrapper .content--title .dates p * {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .single-experience-content-wrapper .content--title .dates p * {
    font-size: 18px;
  }
}
.single-experience-content-wrapper .content--title .dates p b {
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Playfair Display";
  color: #404a40;
}
.single-experience-content-wrapper .content--title .dates p span {
  font-family: "Montserrat";
}
.single-experience-content-wrapper .content--title .dates p:not(:last-of-type) {
  margin-bottom: 8px;
}
.single-experience-content-wrapper .content--body {
  margin-bottom: 25px;
}
@media (min-width: 1366px) {
  .single-experience-content-wrapper .content--body {
    margin-bottom: 35px;
  }
}
.single-experience-content-wrapper .content--body * {
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 1.35;
  font-size: 14px;
}
@media (min-width: 992px) {
  .single-experience-content-wrapper .content--body * {
    font-size: 16px;
  }
}
@media (min-width: 1366px) {
  .single-experience-content-wrapper .content--body * {
    font-size: 18px;
  }
}
.single-experience-content-wrapper .content--footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 992px) {
  .single-experience-content-wrapper .content--footer {
    gap: 25px;
  }
}
@media (min-width: 1366px) {
  .single-experience-content-wrapper .content--footer {
    gap: 35px;
  }
}
.single-experience-content-wrapper .content--footer a {
  width: auto;
}
.single-experience-content-wrapper .content--footer .back {
  color: #404a40;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-transform: uppercase;
}
.single-experience-content-wrapper .image {
  width: 100%;
}
@media (min-width: 992px) {
  .single-experience-content-wrapper .image {
    max-width: 50%;
  }
}
@media (min-width: 1366px) {
  .single-experience-content-wrapper .image {
    max-width: 640px;
  }
}
@media (min-width: 1600px) {
  .single-experience-content-wrapper .image {
    max-width: 60%;
  }
}
.single-experience-content-wrapper .image img {
  width: 100%;
}
.single-experience-content > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#tile-grid {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 768px) {
  #tile-grid {
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  #tile-grid {
    gap: 40px;
  }
}
#tile-grid .event-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 575px) {
  #tile-grid .event-card {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  #tile-grid .event-card {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 1366px) {
  #tile-grid .event-card {
    width: calc(33.3333333333% - 27px);
    margin-bottom: 40px;
  }
}
#tile-grid .event-card-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  height: 300px;
}
@media (min-width: 1366px) {
  #tile-grid .event-card-image {
    margin-bottom: 25px;
    height: 360px;
  }
}
#tile-grid .event-card-image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#tile-grid .event-card-image .event-date {
  position: absolute;
  z-index: 2;
  background: #E7D8C9;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
#tile-grid .event-card-image .event-date * {
  font-family: "Montserrat";
  color: #404a40;
  text-transform: uppercase;
}
#tile-grid .event-card-image .event-date span {
  font-size: 12px;
}
#tile-grid .event-card-image .event-date b {
  font-weight: normal;
  font-size: 24px;
}
@media (min-width: 1366px) {
  #tile-grid .event-card-image .event-date b {
    font-size: 30px;
  }
}
#tile-grid .event-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
#tile-grid .event-card-body div {
  line-height: 1;
}
#tile-grid .event-card-body div .event-category {
  display: inline-block;
  margin-bottom: 4px;
  color: #404a40;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
#tile-grid .event-card-body div h3 {
  color: #404a40;
  font-family: "Playfair Display", serif;
  line-height: 1.35;
  margin-bottom: 4px;
  font-size: 20px;
}
@media (min-width: 1366px) {
  #tile-grid .event-card-body div h3 {
    font-size: 24px;
  }
}
#tile-grid .event-card-body div time {
  font-family: "Montserrat";
  margin-bottom: 10px;
  font-size: 16px;
}
@media (min-width: 1366px) {
  #tile-grid .event-card-body div time {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
#tile-grid .event-card-body div .event-excerpt {
  font-family: "Montserrat";
  line-height: 1.35;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 1366px) {
  #tile-grid .event-card-body div .event-excerpt {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
#tile-grid .event-card-body div a {
  background: transparent;
}
#tile-grid .event-card-body div a span {
  color: #404a40;
}
#tile-grid .event-card-body div a:hover {
  background: #B9862D;
}
#tile-grid .event-card-body div a:hover span {
  color: white;
}

.list-view .event-month-single {
  display: flex;
  flex-wrap: wrap;
}
.list-view .event-month-single h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #404a40;
  text-transform: uppercase;
  border-bottom: 1px solid hsla(73, 6%, 31%, 0.3);
  padding: 20px 0;
  font-size: 32px;
}
@media (min-width: 992px) {
  .list-view .event-month-single h2 {
    border: 1px solid hsla(73, 6%, 31%, 0.3);
    padding: 30px 0;
  }
}
@media (min-width: 1366px) {
  .list-view .event-month-single h2 {
    padding: 40px 0;
  }
}
.list-view .event-month-single .single-day {
  width: 100%;
  display: flex;
  border-top: none;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .list-view .event-month-single .single-day {
    border: 1px solid hsla(73, 6%, 31%, 0.3);
    border-top: none;
    align-items: stretch;
    flex-direction: row;
  }
}
.list-view .event-month-single .single-day h3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: solid 1px hsla(73, 6%, 31%, 0.3);
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .list-view .event-month-single .single-day h3 {
    border-bottom: none;
    flex-direction: column;
    justify-content: flex-start;
    border: none;
    border-bottom: solid 1px hsla(73, 6%, 31%, 0.3);
    max-width: 14.5625rem;
  }
}
@media (min-width: 1366px) {
  .list-view .event-month-single .single-day h3 {
    padding: 2.5rem;
  }
}
.list-view .event-month-single .single-day h3 * {
  color: #404a40;
  font-family: "Montserrat";
}
.list-view .event-month-single .single-day h3 span {
  font-size: 1.125rem;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  line-height: 1;
}
.list-view .event-month-single .single-day h3 b {
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
}
@media (min-width: 992px) {
  .list-view .event-month-single .single-day h3 b {
    font-size: 38px;
  }
}
@media (min-width: 1366px) {
  .list-view .event-month-single .single-day h3 b {
    font-size: 50px;
  }
}
.list-view .event-month-single .single-day--events {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-left: solid 1px hsla(73, 6%, 31%, 0.3);
  border-right: solid 1px hsla(73, 6%, 31%, 0.3);
  gap: 1rem;
  width: 100%;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .list-view .event-month-single .single-day--events {
    flex: 1;
    width: auto;
    border-right: none;
  }
}
@media only screen and (min-width: 1366px) {
  .list-view .event-month-single .single-day--events {
    gap: 1.5rem;
    padding: 2.5rem;
  }
}
.list-view .event-month-single .single-day--events .single-day--event {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid hsla(73, 6%, 31%, 0.3);
  gap: 0.5rem;
  padding-bottom: 1rem;
}
.list-view .event-month-single .single-day--events .single-day--event span {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.6px;
}
.list-view .event-month-single .single-day--events .single-day--event p {
  display: flex;
  flex-direction: row;
  gap: 8px;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  .list-view .event-month-single .single-day--events .single-day--event p {
    font-size: 1.25rem;
    flex-direction: row;
    align-items: center;
  }
}
.list-view .event-month-single .single-day--events .single-day--event p a {
  color: #404a40;
  font-family: "Playfair Display";
}

#calendar-view #calendar .fc-header-toolbar {
  position: relative;
  margin-bottom: 0;
  justify-content: center;
  border: 1px solid #ABB4A8;
  padding: 20px;
}
@media (min-width: 992px) {
  #calendar-view #calendar .fc-header-toolbar {
    padding: 40px 20px;
  }
}
#calendar-view #calendar .fc-header-toolbar h2 {
  font-family: "Playfair Display";
  color: #404a40;
  text-transform: uppercase;
  line-height: 1;
  font-size: 32px;
}
#calendar-view #calendar .fc-header-toolbar button,
#calendar-view #calendar .fc-header-toolbar .fc-button-group {
  display: none !important;
}
#calendar-view #calendar table.fc-scrollgrid {
  border: 1px solid #ABB4A8 !important;
  border-top: none !important;
}
#calendar-view #calendar table.fc-scrollgrid thead th[role=presentation] {
  background: transparent;
}
#calendar-view #calendar table.fc-scrollgrid thead th.fc-col-header-cell {
  border-top: none;
  border: 1px solid #ABB4A8;
}
#calendar-view #calendar table.fc-scrollgrid thead th.fc-col-header-cell a {
  font-weight: normal;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 10px;
}
#calendar-view #calendar table.fc-scrollgrid tbody td {
  border: none;
}
#calendar-view #calendar table.fc-scrollgrid tbody td.fc-day {
  border: 1px solid #ABB4A8 !important;
  padding: 15px !important;
}
#calendar-view #calendar table.fc-scrollgrid tbody td div {
  line-height: 1;
}
#calendar-view #calendar table.fc-scrollgrid tbody td .fc-daygrid-day-top {
  margin-bottom: 15px;
}
#calendar-view #calendar table.fc-scrollgrid tbody td .fc-daygrid-day-top a {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat";
}
@media (min-width: 992px) {
  #calendar-view #calendar table.fc-scrollgrid tbody td .fc-daygrid-day-events {
    min-height: 100px;
    max-height: 125px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #calendar-view #calendar table.fc-scrollgrid tbody td .fc-daygrid-day-events::-webkit-scrollbar {
    width: 2px;
  }
  #calendar-view #calendar table.fc-scrollgrid tbody td .fc-daygrid-day-events::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  #calendar-view #calendar table.fc-scrollgrid tbody td .fc-daygrid-day-events::-webkit-scrollbar-thumb {
    background: #404a40;
  }
}
#calendar-view #calendar table.fc-scrollgrid tbody td .fc-daygrid-day-events a {
  display: inline-flex;
  width: 100%;
  white-space: break-spaces;
  background: transparent;
  border: none;
  margin: 0 0 8px !important;
}
#calendar-view #calendar table.fc-scrollgrid tbody td .fc-daygrid-day-events a .fc-event-title {
  font-weight: normal;
  font-family: "Montserrat";
  color: #404a40;
  border-bottom: 1px solid #ABB4A8;
  line-height: 1;
  padding-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  #calendar-view #calendar .fc-header-toolbar {
    border-bottom: none !important;
  }
  #calendar-view #calendar .fc-theme-standard .fc-list,
  #calendar-view #calendar .fc-listMonth-view {
    border: none !important;
  }
  #calendar-view #calendar .fc-list-table {
    border: 1px solid #ABB4A8 !important;
    border-top: none !important;
  }
  #calendar-view #calendar .fc-list-table thead tr th:first-of-type {
    display: none !important;
  }
  #calendar-view #calendar .fc-list-table tbody * {
    font-family: "Montserrat";
  }
  #calendar-view #calendar .fc-list-table tbody .fc-event .fc-list-event-time {
    display: none !important;
  }
  #calendar-view #calendar .fc-list-table tbody th,
  #calendar-view #calendar .fc-list-table tbody th div {
    background: transparent;
  }
  #calendar-view #calendar .fc-list-table tbody th {
    border: 1px solid #ABB4A8 !important;
    border-top: none !important;
  }
  #calendar-view #calendar .fc-list-table tbody th div {
    border-top: 1px solid #ABB4A8 !important;
  }
  #calendar-view #calendar .fc-list-table tbody td .fc-list-event-dot {
    border: 5px solid #404a40 !important;
  }
}

.single-offer .offer-details .inner {
  align-items: flex-start;
}
.single-offer .offer-details .text-side h3 {
  font-family: "quiche-display", sans-serif;
  font-weight: normal;
  color: #404A40;
}
.single-offer .offer-details .text-side h3 b,
.single-offer .offer-details .text-side h3 strong {
  font-weight: normal;
}
.single-offer .offers-swiper .room-item h3 {
  font-family: "quiche-display", sans-serif;
  font-weight: normal;
  color: #ECE1D5;
  font-size: 22px;
}

.page-template-template-builder main,
.single-experience main {
  position: relative;
  padding: 0 !important;
  background: #E7D8C9 !important;
}
.page-template-template-builder main .fusion-row,
.single-experience main .fusion-row {
  display: block !important;
  max-width: none !important;
}
.page-template-template-builder main p::after,
.single-experience main p::after {
  display: none;
}
.page-template-template-builder main .leaf-overlay,
.single-experience main .leaf-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.page-template-template-builder main section,
.single-experience main section {
  position: relative;
  z-index: 10;
}
.page-template-template-builder p,
.page-template-template-builder h1,
.page-template-template-builder h2,
.page-template-template-builder h3,
.page-template-template-builder h4,
.page-template-template-builder h5,
.page-template-template-builder h6,
.page-template-template-builder ul,
.page-template-template-builder ol,
.page-template-template-builder li,
.single-experience p,
.single-experience h1,
.single-experience h2,
.single-experience h3,
.single-experience h4,
.single-experience h5,
.single-experience h6,
.single-experience ul,
.single-experience ol,
.single-experience li {
  font-family: "Montserrat";
  margin: 0;
}
.page-template-template-builder h1,
.page-template-template-builder h2,
.page-template-template-builder h3,
.page-template-template-builder h4,
.page-template-template-builder h5,
.page-template-template-builder h6,
.single-experience h1,
.single-experience h2,
.single-experience h3,
.single-experience h4,
.single-experience h5,
.single-experience h6 {
  font-family: "Playfair Display";
}/*# sourceMappingURL=main.css.map */