.color-dark[data-v-288d88ee] {
  color: #222222 !important;
}

/*================================================ 
 font-family: 'Poppins', sans-serif;
 font-family: 'Permanent Marker', cursive;
 font-family: 'Playfair Display', serif;
 font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
 =================================================*/
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
.container[data-v-288d88ee] {
    max-width: 1200px;
}
}
@media only screen and (max-width: 575px) {
.container[data-v-288d88ee] {
    max-width: 450px;
}
}
@media only screen and (max-width: 479px) {
.container[data-v-288d88ee] {
    max-width: 320px;
}
}
.event-section[data-v-288d88ee] {
  padding: 110px 0;
  background: #fff;
}
.event-section--cream[data-v-288d88ee] {
  background: #fbf7ef;
}
.event-section__head[data-v-288d88ee] {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
.event-kicker[data-v-288d88ee] {
  margin-bottom: 14px;
  color: #a97836;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
h2[data-v-288d88ee] {
  color: #1f271f;
  font-family: "Playfair Display", serif;
  font-size: max(34px, min(4vw, 54px));
  font-weight: 700;
  line-height: 1.08;
}
.event-text[data-v-288d88ee] {
  margin-top: 24px;
  color: #566058;
  font-size: 18px;
  line-height: 1.8;
}
.event-types[data-v-288d88ee] {
  padding: 34px 0;
  background: #172019;
  color: #fff;
}
.event-types__inner[data-v-288d88ee] {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  grid-gap: 28px;
  gap: 28px;
  align-items: center;
}
.event-types__inner .event-kicker[data-v-288d88ee] {
  margin: 0;
  color: #e7c586;
}
.event-types__grid[data-v-288d88ee] {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}
.event-type[data-v-288d88ee] {
  display: grid;
  min-height: 104px;
  align-items: center;
  justify-items: center;
  place-items: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 18px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  text-align: center;
}
.event-type i[data-v-288d88ee] {
  color: #e7c586;
  font-size: 28px;
  line-height: 1;
}
.event-type span[data-v-288d88ee] {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
.event-feature-grid[data-v-288d88ee] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(31, 39, 31, 0.14);
  border-left: 1px solid rgba(31, 39, 31, 0.14);
}
.event-feature[data-v-288d88ee] {
  min-height: 220px;
  padding: 34px;
  border-right: 1px solid rgba(31, 39, 31, 0.14);
  border-bottom: 1px solid rgba(31, 39, 31, 0.14);
}
.event-feature span[data-v-288d88ee] {
  display: block;
  margin-bottom: 18px;
  color: #255a43;
  font-size: 36px;
  font-weight: 800;
}
.event-feature h3[data-v-288d88ee] {
  margin-bottom: 12px;
  color: #1f271f;
  font-size: 20px;
  font-weight: 800;
}
.event-feature p[data-v-288d88ee] {
  color: #68736b;
  line-height: 1.7;
}
.event-pricing-layout[data-v-288d88ee] {
  display: grid;
  grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
  grid-gap: 34px;
  gap: 34px;
  align-items: stretch;
}
.event-package-controls[data-v-288d88ee] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 18px;
  gap: 18px;
  margin-bottom: 28px;
}
.event-package-controls__group[data-v-288d88ee] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(31, 39, 31, 0.12);
  border-radius: 8px;
  background: #fbf7ef;
}
.event-package-controls__group span[data-v-288d88ee] {
  margin-right: 6px;
  color: #6f542f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-package-controls__group button[data-v-288d88ee] {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(31, 39, 31, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #1f271f;
  font-size: 13px;
  font-weight: 800;
}
.event-package-controls__group button.active[data-v-288d88ee] {
  border-color: #255a43;
  background: #255a43;
  color: #fff;
}
.event-product-grid[data-v-288d88ee] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
}
.event-product-card[data-v-288d88ee] {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 30px;
  border: 1px solid rgba(31, 39, 31, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(31, 39, 31, 0.07);
}
.event-product-card h3[data-v-288d88ee] {
  margin: 18px 0 8px;
  color: #1f271f;
  font-size: 28px;
  font-weight: 800;
}
.event-product-card ul[data-v-288d88ee] {
  display: grid;
  grid-gap: 11px;
  gap: 11px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.event-product-card li[data-v-288d88ee] {
  position: relative;
  padding-left: 23px;
  color: #4f5b52;
  line-height: 1.5;
}
.event-product-card li[data-v-288d88ee]::before {
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a97836;
  content: "";
}
.event-product-card a[data-v-288d88ee] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 4px;
  background: #255a43;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-product-card__head[data-v-288d88ee] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.event-product-card__head span[data-v-288d88ee],
.event-product-card__head strong[data-v-288d88ee] {
  color: #a97836;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-product-card__head strong[data-v-288d88ee] {
  color: #255a43;
}
.event-package[data-v-288d88ee] {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  background: #172019;
  color: #fff;
}
.event-package img[data-v-288d88ee] {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-package div[data-v-288d88ee] {
  padding: 34px;
}
.event-package h3[data-v-288d88ee] {
  margin-bottom: 12px;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}
.event-package p[data-v-288d88ee] {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}
.event-package a[data-v-288d88ee] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 0 22px;
  background: #e7c586;
  color: #1f271f;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-package__eyebrow[data-v-288d88ee] {
  margin-bottom: 6px;
  color: #e7c586 !important;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-pricing-table-wrap[data-v-288d88ee] {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
  background: #fbf7ef;
  border: 1px solid rgba(31, 39, 31, 0.12);
}
.event-pricing-table[data-v-288d88ee] {
  width: 100%;
  border-collapse: collapse;
}
.event-pricing-table th[data-v-288d88ee],
.event-pricing-table td[data-v-288d88ee] {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(31, 39, 31, 0.12);
  color: #1f271f;
  font-size: 16px;
  line-height: 1.35;
  text-align: left;
  vertical-align: middle;
}
.event-pricing-table th[data-v-288d88ee] {
  background: #efe7d8;
  color: #6f542f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-pricing-table td[data-v-288d88ee]:first-child {
  font-weight: 800;
}
.event-pricing-table td[data-v-288d88ee]:nth-child(2),
.event-pricing-table td[data-v-288d88ee]:nth-child(3) {
  font-size: 18px;
  font-weight: 800;
}
.event-pricing-note[data-v-288d88ee] {
  margin: 0;
  padding: 22px 24px;
  color: #68736b;
  font-size: 14px;
  line-height: 1.7;
}
.event-includes[data-v-288d88ee] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-top: 46px;
}
.event-includes__card[data-v-288d88ee] {
  padding: 34px;
  border: 1px solid rgba(31, 39, 31, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(31, 39, 31, 0.06);
}
.event-includes__card ul[data-v-288d88ee] {
  display: grid;
  grid-gap: 13px;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.event-includes__card li[data-v-288d88ee] {
  position: relative;
  padding-left: 24px;
  color: #4f5b52;
  line-height: 1.55;
}
.event-includes__card li[data-v-288d88ee]::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #255a43;
  content: "";
}
.event-includes__card--soft[data-v-288d88ee] {
  background: #fbf7ef;
}
.event-includes__card--soft li[data-v-288d88ee]::before {
  background: #a97836;
}
.event-section__cta[data-v-288d88ee] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 44px;
  padding: 30px 34px;
  border-radius: 8px;
  background: #172019;
}
.event-section__cta h3[data-v-288d88ee] {
  margin: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.25;
}
.event-section__cta a[data-v-288d88ee] {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 4px;
  background: #e7c586;
  color: #1f271f;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.event-gallery[data-v-288d88ee] {
  background: #172019;
  color: #fff;
}
.event-gallery__intro[data-v-288d88ee] {
  max-width: 760px;
  margin: 0 auto;
  padding: 104px 20px 52px;
  text-align: center;
}
.event-gallery__intro h2[data-v-288d88ee] {
  color: #fff;
}
.event-gallery__carousel[data-v-288d88ee] {
  position: relative;
  padding: 0 54px 92px;
}
.event-gallery__item[data-v-288d88ee] {
  height: 460px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #0f1511;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}
.event-gallery__item img[data-v-288d88ee] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}
.event-gallery__item:hover img[data-v-288d88ee] {
  transform: scale(1.035);
}
.event-gallery__button[data-v-288d88ee] {
  position: absolute;
  top: calc(50% - 46px);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #1f271f;
  font-size: 24px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transition: all 0.25s ease;
}
.event-gallery__button[data-v-288d88ee]:hover {
  background: #e7c586;
  transform: translateY(-2px);
}
.event-gallery__button-prev[data-v-288d88ee] {
  left: 12px;
}
.event-gallery__button-next[data-v-288d88ee] {
  right: 12px;
}
[data-v-288d88ee] .event-gallery__pagination {
  bottom: 42px;
}
[data-v-288d88ee] .event-gallery__pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.42);
  opacity: 1;
}
[data-v-288d88ee] .event-gallery__pagination .swiper-pagination-bullet-active {
  background: #e7c586;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.event-pricing-layout[data-v-288d88ee] {
    grid-template-columns: 1fr;
}
.event-package-controls[data-v-288d88ee],
  .event-product-grid[data-v-288d88ee] {
    grid-template-columns: 1fr;
}
.event-types__inner[data-v-288d88ee] {
    grid-template-columns: 1fr;
}
.event-types__grid[data-v-288d88ee] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.event-package[data-v-288d88ee] {
    margin-bottom: 30px;
}
.event-includes[data-v-288d88ee] {
    grid-template-columns: 1fr;
}
.event-gallery__carousel[data-v-288d88ee] {
    padding-right: 36px;
    padding-left: 36px;
}
.event-gallery__item[data-v-288d88ee] {
    height: 400px;
}
}
@media only screen and (max-width: 767px) {
.event-section[data-v-288d88ee] {
    padding: 68px 0;
    overflow: hidden;
}
.event-section__head[data-v-288d88ee] {
    margin-bottom: 34px;
}
h2[data-v-288d88ee] {
    font-size: 32px;
    line-height: 1.12;
}
.event-text[data-v-288d88ee] {
    font-size: 16px;
    line-height: 1.75;
}
.event-types[data-v-288d88ee] {
    overflow: hidden;
    padding: 42px 0;
}
.event-types__inner[data-v-288d88ee] {
    grid-template-columns: 1fr;
    gap: 22px;
}
.event-types__grid[data-v-288d88ee] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.event-type[data-v-288d88ee] {
    min-width: 0;
    min-height: 92px;
    padding: 14px 8px;
}
.event-type i[data-v-288d88ee] {
    font-size: 24px;
}
.event-type span[data-v-288d88ee] {
    max-width: 100%;
    font-size: 11px;
    word-wrap: anywhere;
}
.event-pricing-table-wrap[data-v-288d88ee] {
    overflow-x: auto;
}
.event-pricing-table[data-v-288d88ee] {
    min-width: 560px;
}
.event-package-controls[data-v-288d88ee],
  .event-product-grid[data-v-288d88ee],
  .event-includes[data-v-288d88ee] {
    grid-template-columns: 1fr;
}
.event-package-controls__group[data-v-288d88ee] {
    align-items: center;
    padding: 14px;
}
.event-package-controls__group span[data-v-288d88ee] {
    flex: 0 0 100%;
    margin-right: 0;
}
.event-package-controls__group button[data-v-288d88ee] {
    min-width: 64px;
    padding: 0 14px;
}
.event-product-card[data-v-288d88ee] {
    min-width: 0;
    padding: 24px 22px;
}
.event-product-card h3[data-v-288d88ee] {
    font-size: 25px;
}
.event-product-card li[data-v-288d88ee] {
    word-wrap: anywhere;
}
.event-product-card a[data-v-288d88ee] {
    width: 100%;
    min-height: 46px;
    text-align: center;
}
.event-product-card__head[data-v-288d88ee] {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}
.event-product-card__head span[data-v-288d88ee],
  .event-product-card__head strong[data-v-288d88ee] {
    font-size: 12px;
}
.event-package div[data-v-288d88ee] {
    padding: 26px;
}
.event-feature-grid[data-v-288d88ee] {
    grid-template-columns: 1fr;
}
.event-feature[data-v-288d88ee] {
    min-height: auto;
    padding: 28px;
}
.event-includes__card[data-v-288d88ee] {
    padding: 26px;
}
.event-section__cta[data-v-288d88ee] {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px;
}
.event-section__cta h3[data-v-288d88ee] {
    font-size: 22px;
}
.event-section__cta a[data-v-288d88ee] {
    width: 100%;
}
.event-gallery[data-v-288d88ee] {
    overflow: hidden;
}
.event-gallery__intro[data-v-288d88ee] {
    padding: 72px 20px 36px;
}
.event-gallery__carousel[data-v-288d88ee] {
    padding: 0 0 86px;
    overflow: hidden;
}
.event-gallery__item[data-v-288d88ee] {
    height: 280px;
}
.event-gallery__button[data-v-288d88ee] {
    top: auto;
    bottom: 26px;
    width: 42px;
    height: 42px;
    font-size: 22px;
}
.event-gallery__button-prev[data-v-288d88ee] {
    left: calc(50% - 58px);
}
.event-gallery__button-next[data-v-288d88ee] {
    right: calc(50% - 58px);
}
.event-gallery__pagination[data-v-288d88ee] {
    display: none;
}
}
