@import url(https://use.typekit.net/qtn7gbt.css);
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}

/* Font styles */
/* Lightbx Styles */
/* Glide Styles */
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.-bottom-\[27px\]{
  bottom: -27px;
}
.-bottom-\[28px\]{
  bottom: -28px;
}
.-top-\[70px\]{
  top: -70px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-8{
  left: 2rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-12{
  top: 3rem;
}
.top-28{
  top: 7rem;
}
.top-40{
  top: 10rem;
}
.top-\[126px\]{
  top: 126px;
}
.top-\[127px\]{
  top: 127px;
}
.top-\[4px\]{
  top: 4px;
}
.top-\[6\%\]{
  top: 6%;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[10\]{
  z-index: 10;
}
.z-\[70\]{
  z-index: 70;
}
.z-\[99\]{
  z-index: 99;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-\[58px\]{
  margin-right: 58px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[36\/43\]{
  aspect-ratio: 36/43;
}
.h-56{
  height: 14rem;
}
.h-64{
  height: 16rem;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[30vh\]{
  height: 30vh;
}
.h-\[480px\]{
  height: 480px;
}
.h-\[50\%\]{
  height: 50%;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[680px\]{
  height: 680px;
}
.h-\[75\%\]{
  height: 75%;
}
.h-\[75vh\]{
  height: 75vh;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[475px\]{
  max-height: 475px;
}
.max-h-\[680px\]{
  max-height: 680px;
}
.min-h-\[14rem\]{
  min-height: 14rem;
}
.min-h-\[86px\]{
  min-height: 86px;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[36\%\]{
  width: 36%;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[55px\]{
  width: 55px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.max-w-\[1100px\]{
  max-width: 1100px;
}
.max-w-\[20px\]{
  max-width: 20px;
}
.max-w-\[310px\]{
  max-width: 310px;
}
.max-w-\[630px\]{
  max-width: 630px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.basis-1\/6{
  flex-basis: 16.666667%;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-\[\#474E44\]{
  --tw-border-opacity: 1;
  border-color: rgb(71 78 68 / var(--tw-border-opacity, 1));
}
.border-\[\#999\]{
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\]{
  border-color: rgba(255,255,255,0.5);
}
.border-\[var\(--light-text-color\)\]{
  border-color: var(--light-text-color);
}
.border-\[var\(--text-color\)\]{
  border-color: var(--text-color);
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#f3efe9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 233 / var(--tw-bg-opacity, 1));
}
.bg-\[--bg-color\]{
  background-color: var(--bg-color);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  background-color: rgba(0,0,0,0.1);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  background-color: rgba(0,0,0,0.25);
}
.bg-\[var\(--accent-color\)\]{
  background-color: var(--accent-color);
}
.bg-\[var\(--accent-light-color\)\]{
  background-color: var(--accent-light-color);
}
.bg-\[var\(--background-light-color\)\]{
  background-color: var(--background-light-color);
}
.bg-\[var\(--light-text-color\)\]{
  background-color: var(--light-text-color);
}
.bg-\[var\(--text-color\)\]{
  background-color: var(--text-color);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-center{
  background-position: center;
}
.bg-right{
  background-position: right;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-\[4px\]{
  padding: 4px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-40{
  padding-bottom: 10rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-\[28px\]{
  padding-right: 28px;
}
.pt-12{
  padding-top: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-28{
  padding-top: 7rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-\[6px\]{
  padding-top: 6px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-\[ivyepic\]{
  font-family: ivyepic;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[54px\]{
  font-size: 54px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-extralight{
  font-weight: 200;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-\[44px\]{
  line-height: 44px;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#ede9e2\]{
  --tw-text-opacity: 1;
  color: rgb(237 233 226 / var(--tw-text-opacity, 1));
}
.text-\[var\(--text-color\)\]{
  color: var(--text-color);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.shadow-\[0px_13px_14px_\#0000001A\]{
  --tw-shadow: 0px 13px 14px #0000001A;
  --tw-shadow-colored: 0px 13px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur-\[20px\]{
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[\.2s\]{
  transition-property: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[var\(--base-transition\)\]{
  transition-property: var(--base-transition);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-\[\.2s\]{
  transition-duration: .2s;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Custom global styles */
:root {
  --primary-color: #000000;
  --accent-color: #293128;
  --accent-light-color: #353D33;
  --accent-hover: #494F45;
  --background-color: #EDE9E2;
  --background-light-color: #F6F4F0;
  --text-color: #7A4E43;
  --light-text-color: #CBBBB3;
  --base-transition: all .2s ease-in-out;
  --slow-transition: all .3s ease-in-out;
  --color-transition: background-color .3s linear;
}
* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    overflow-x: hidden;
    background-color: var(--background-color);
}
h1,h2,h3,h4,h5,h6 {
    font-family: "ivyepic", sans-serif;
}
p, span, ul li, a {
    font-family: "haboro-soft", sans-serif;
    font-weight: 300;
}
.italic, .italic a {
    font-family: "haboro-serif", serif !important;
    font-style: italic;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h2 em {
    font-family: "haboro-serif", serif;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
ul {
    padding-left: 20px;
    list-style-type: disc;
    margin: 16px 0;
}
.default-basic-page p strong {
    font-weight: 700;
}
.default-basic-page h2 {
    font-weight: 500;
    margin-top: 40px;
}
.default-basic-page h2:first-of-type {
    margin-top: 0;
}
input:focus, textarea:focus {
    outline: none;
}
.footer ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    line-height: 32px;
}
.footer ul li, .footer p {
    font-size: 15px;
}
.sub-footer ul li {
    font-size: 14px;
}
.sub-footer button {
    font-family: "haboro-soft-extended", serif;
    font-size: 14px;
}
ul.region-list {
    padding-left: 0;
    margin: 0;
}
.header-spacer {
    width: 100%;
    height: 93.5px;
}
.header {
    transition: var(--color-transition);
}
.header.set {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: var(--base-transition);
}
.header.set ul.nav-menu li a, .header.set .header-tel {
    color: white !important;
}
.header .search-icon path {
    stroke: var(--text-color);
}
.header.set .search-icon path {
    stroke: white;
}
.header.set .logo-alt {
    display: none;
}
header .logo-alt {
    display: inline-block;
}
@media (min-width: 1280px) {
    header .logo-alt {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
header .logo {
    display: none;
}
header.set .logo {
    display: inline-block;
}
@media (min-width: 1280px) {
    header.set .logo {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media (max-width: 1280px) {
    .header.set {
        background-color: var(--background-light-color);
        border-bottom: 1px solid var(--light-text-color);
    }
    .header.set .logo-alt {
        display: inline-block;
    }
    header .logo-alt {
        display: inline-block;
    }    
    .header.set .logo {
        display: none;
    }
    header .logo {
        display: none;
    }    
}
/* Menu Map */
.continent-link {
    position: absolute;
    color: white;
}
.continent-1 {
    left: 45%;
    top: 20%;
}
.continent-2 {
    left: 67.5%;
    top: 22.5%;
}
.continent-3 {
    left: 44%;
    top: 40%;
}
.continent-4 {
    left: 80%;
    top: 75%;
}
.continent-5 {
    left: 25%;
    top: 67.5%;
}
.continent-6 {
    left: 16%;
    top: 39%;
}
@media (max-width: 1576px) {
    .continent-1 {
        top: 15%;
    }
    .continent-2 {
        top: 17.5%;
    }
    .continent-3 {
        top: 30%;
    }
    .continent-4 {
        top: 60%;
    }
    .continent-5 {
        top: 50%;
    }
    .continent-6 {
        top: 31%;
    }
}
.breadcrumbs span {
    font-family: "haboro-serif", serif !important;
    font-style: italic;
}
.hero-title-med {
    font-weight: 500;
    font-family: "ivyepic", sans-serif;
}
.hero-title-wrap h1 em {
    font-weight: 300;
}
.inspiration-strapline {
    font-weight: 300;
    font-style: italic;
}
/* Button Styles */
.primary-btn {  
    background: var(--accent-light-color);
    border: 1px solid var(--accent-light-color);
    color: white;
    text-transform: uppercase;
    padding: 12px 32px;
    transition: var(--slow-transition);
    position: relative;
}
.primary-btn span.primary-btn-arrow {
    opacity: 0;
    position: absolute;
    right: 20px;
    transition: var(--slow-transition);
}
.primary-btn span.primary-btn-text {
    transition: var(--slow-transition);
    font-family: "haboro-soft-extended", serif;
}
.primary-btn:hover {
    transition: var(--slow-transition);
    background: var(--accent-hover);
}
.primary-btn:hover span.primary-btn-arrow {
    opacity: 1;
    transition: var(--slow-transition);
    right: 16px;
}
.primary-btn:hover span.primary-btn-text {
    transform: translateX(-12px);
    transition: var(--slow-transition);
}
.header-btn {
    background: var(--accent-light-color);
    border: 1px solid var(--accent-light-color);
    color: white;
    text-transform: uppercase;
    padding: 12px 32px;
    transition: var(--slow-transition);
    position: relative;
}
.header-btn span.header-btn-arrow {
    opacity: 0;
    position: absolute;
    right: 20px;
    transition: var(--slow-transition);
}
.header-btn span.header-btn-text {
    transition: var(--slow-transition);
    font-family: "haboro-soft-extended", serif;
}
.header-btn:hover {
    transition: var(--slow-transition);
    background: var(--accent-hover);
}
.header-btn:hover span.header-btn-arrow {
    opacity: 1;
    transition: var(--slow-transition);
    right: 16px;
}
.header-btn:hover span.header-btn-text {
    transform: translateX(-12px);
    transition: var(--slow-transition);
}
.secondary-btn {
    border: 1px solid var(--text-color);
    color: var(--text-color);
    text-transform: uppercase;
    padding: 12px 32px;    
    position: relative;
}
.secondary-btn span.secondary-btn-arrow {
    opacity: 0;
    position: absolute;
    right: 20px;
    transition: var(--slow-transition);
}
.secondary-btn span.secondary-btn-text {
    transition: var(--slow-transition);
    font-family: "haboro-soft-extended", serif;
}
.secondary-btn:hover {
    transition: var(--slow-transition);
}
.secondary-btn:hover span.secondary-btn-arrow {
    opacity: 1;
    transition: var(--slow-transition);
    right: 16px;
}
.secondary-btn:hover span.secondary-btn-text {
    transform: translateX(-12px);
    transition: var(--slow-transition);
}
/* Arrow animation */
.arrow-movement {
    transform: translateX(-8px);
    transition: var(--base-transition);
}
.slider-link .arrow-movement {
    transform: translateX(0);
    transition: var(--base-transition);    
}
.dg:hover .arrow-movement {
    transform: translateX(0);
    transition: var(--base-transition);
}
.slider-link:hover .arrow-movement {
    transform: translateX(6px);
    transition: var(--base-transition);
}
/* Hero Title */
.hero-title-wrap h1 {
    font-size: 54px;
}
@media (max-width: 762px) {
    .hero-title-wrap h1 {
        font-size: 27px;
    }
}
.copy-block p {
    margin-bottom: 16px;
}
.copy-block p:last-of-type {
    margin-bottom: 0;
}
.copy-block h4 {
    margin-bottom: 16px;
    font-weight: 400;
}
.intro-block p {
    font-family: "ivyepic", sans-serif;
}
.destinations-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px 28px;
    grid-auto-rows: auto;
}
.dg .thumb {
    aspect-ratio: 4 / 5;
    transition: var(--slow-transition);
}
.dg:hover .thumb {
    transform: scale(1.05, 1.05);    
    transition: var(--slow-transition);
}
.dg1 { grid-column: 1 / span 2; }
.dg2 { grid-column: 3; }
.dg3 { grid-column: 4; }
.dg4 { grid-column: 1; }
.dg5 { grid-column: 2; }
.dg6 { grid-column: 3 / span 2; }
.dg11 { grid-column: 1 / span 2; }
.dg16 { grid-column: 3 / span 2; }

.destinations-grid > div {
    height: auto;
    max-height: none;
}
.destinations-grid a {
    display: block;
}
/* Testimonials */
.testimonial-copy p {
    font-weight: 600;
}
/* remove leftover fixed-height wrappers from earlier markup */
.destinations-grid .h-full {
    height: auto !important;
}
.destinations-grid .max-h-\[475px\] {
    max-height: none !important;
}

.thumb { position: relative; overflow: hidden; }
.thumb img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.dg1 .thumb,
.dg6 .thumb,
.dg11 .thumb,
.dg16 .thumb { aspect-ratio: 16 / 9.62; }

.dg2 .thumb,
.dg3 .thumb,
.dg4 .thumb,
.dg5 .thumb { aspect-ratio: 4 / 5; }

@media (max-width: 1534px) {
    .dg1 .thumb,
    .dg6 .thumb,
    .dg11 .thumb,
    .dg16 .thumb { aspect-ratio: 16 / 9.54; }
}
@media (max-width: 1278px) {
    .dg1 .thumb,
    .dg6 .thumb,
    .dg11 .thumb,
    .dg16 .thumb { aspect-ratio: 16 / 9.42; }
}

@media (max-width: 1024px) {
    .destinations-grid { grid-template-columns: repeat(2, 1fr); }
    .destinations-grid > div { grid-column: auto !important; }
    .thumb { aspect-ratio: 4 / 5; }
    .dg1 .thumb,
    .dg6 .thumb,
    .dg11 .thumb,
    .dg16 .thumb { aspect-ratio: 4 / 5; }  
}

@media (max-width: 768px) {
    .destinations-grid { grid-template-columns: 1fr; }
    .destinations-grid > div { grid-column: auto !important; }
    .thumb { aspect-ratio: 16 / 9 !important; }
    .dg6 .thumb { aspect-ratio: 16 / 9; }
}

/* Destination Grid Filter */
.destinations-grid.packed {
    grid-auto-flow: row dense;
}
.destinations-grid.packed > .dg {
    grid-column: auto !important;
}
.destinations-grid.packed > .is-wide {
    grid-column: span 2 !important;
}
.dg.fade {
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    will-change: opacity, transform;
}
.dg.fade.is-hidden {
    opacity: 0;
    transform: scale(0.985);
    pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
    .dg.fade { transition: none; }
}
#dest-filter-bar a {
    color: var(--light-text-color, #9c8a80);
}
#dest-filter-bar a[aria-pressed="true"] {
    color: var(--text-color);
}
/* Form Styles */
div[step-id="1"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div[step-id="1"] .wpcf7-form-control-wrap {
    width: 48%;
    color: var(--text-color);
}

div[step-id="1"] .wpcf7-form-control-wrap select {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid var(--text-color);
    padding: 8px 0;
}

.wpcf7-form-control-wrap input {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid var(--text-color);
    padding: 8px 0;
}

.wpcf7-form-control-wrap[data-name="email"], .wpcf7-form-control-wrap[data-name="tel"] {
    width: 100%;
    background: transparent;
    padding: 8px 0;
    color: var(--text-color);
}

.wpcf7-form-control-wrap[data-name="tel"] input::-moz-placeholder {
    color: var(--text-color);
}

.wpcf7-form-control-wrap[data-name="tel"] input::placeholder {
    color: var(--text-color);
}

div[step-id="1"] .BudgetPerPerson {
    width: 100%;
}
div[step-id="1"] span.wpcf7-form-control-wrap[data-name="TellUsMore"] {
    width: 100%;
}
div[step-id="1"] span.wpcf7-form-control-wrap[data-name="TellUsMore"] textarea {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid var(--text-color);
    padding: 8px 0;  
    color: var(--text-color);  
}

div[step-id="1"] span.wpcf7-form-control-wrap[data-name="TellUsMore"] textarea::-moz-placeholder {
    color: var(--text-color);
}

div[step-id="1"] span.wpcf7-form-control-wrap[data-name="TellUsMore"] textarea::placeholder {
    color: var(--text-color);
}

#budget-steps {
    margin-bottom: 16px;
}
#budget {
    accent-color: #76463D;
    background-color: #C8A79A;
}
div[step-id="1"] .uacf7-buttons {
    width: 100%;
}
/* Panel 2 buttons */
div[step-id="2"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: var(--text-color);
}
div[step-id="2"] .uacf7-buttons {
    display: inline-block;
}
div[step-id="2"] .uacf7-buttons .uacf7-prev {
    display: inline-block;
    border: 1px solid var(--text-color);
    color: var(--text-color);
    text-transform: uppercase;
    padding: 12px 32px;   
    margin-top: 16px !important;
    order: 1;
}
div[step-id="2"] .wpcf7-submit {
    order: 2;
    float: right !important;
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: white;
    text-transform: uppercase;
    padding: 12px 32px;
    margin-top: 16px;
}
div[step-id="2"] .wpcf7-spinner {
    display: none;
}
.uacf7-step.step-content.step-start button.uacf7-next {
    display: block;    
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    color: white;
    text-transform: uppercase;
    padding: 12px 32px;
    float: right !important;
}
div[step-id="2"] span[data-name="FirstName"] {
    display: block;
    width: 48%;
}
div[step-id="2"] span[data-name="LastName"] {
    display: block;
    width: 48%;
}

.blog-section img {
    width: 100%;
}

.single-moment .hero-date {
    display: none;
}
@media only screen and (max-width: 768px) {
    .parallax-title {
        padding: 0 24px;
    }
    .parallax-title h3 {
        font-size: 22px;
    }
}
/* Menu Styles */
ul.nav-menu {
    flex-direction: column;
    background-color: var(--background-color);
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;    
}
ul.nav-menu li {
    margin-right: 0px;
    border-bottom: 1px solid var(--light-text-color);
}
@media only screen and (max-width: 1280px) {
    ul.nav-menu li:first-of-type {
        border-top: 1px solid var(--light-text-color);
    }    
}
ul.nav-menu li a {
    display: inline-block; 
    padding: 16px;
    font-size: 19px;
    width: 100%;
    color: var(--text-color) !important;
}
ul.nav-menu li.active a {
    font-weight: 600;
} 
/* Mobile Menu Styles */
@media only screen and (min-width: 1280px) {
    ul.nav-menu {
        display: flex;             
        flex-direction: row;
        align-items: center;
        justify-content: space-between;        
        height: 100%;   
        list-style-type: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background-color: transparent;
    }
    ul.nav-menu li {
        margin-right: 24px;
        border-bottom: none;
    }
    ul.nav-menu li a {
        padding: 0px;
        width: auto;
    }    
    ul.nav-menu li.active a {
        font-weight: 600;
    }
    ul.nav-menu li:last-of-type {
        margin-right: 0;
    }
    .theme-main-menu {
        transform: none !important;
    }    
}
.mobile-menu {
    transform: translateY(-175%);
    transition: var(--slow-transition);
    height: auto;
}
.mobile-menu.open {
    transform: translateY(0);
    transition: var(--slow-transition);
}

/* Mobile Menu */
@media (max-width: 1280px) {
    .mobile-accordion {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mobile-accordion li {
        border-bottom: 1px solid var(--light-text-color);
    }
    .mobile-accordion li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        font-weight: 600;
        font-size: 20px;
        text-decoration: none;
        color: var(--text-color);
    }
    .mobile-accordion .sub-menu {
        display: none;
        list-style: none;
        margin: 0;
        border-top: 1px solid var(--light-text-color);
    }
    .mobile-accordion .sub-menu.show {
        display: block;
        padding: 0;
    }
    .mobile-accordion .sub-menu li:last-of-type {
        border: none;
    }
    .mobile-accordion .sub-menu li a {
        font-weight: 500;
        font-size: 16px;
        padding: 12px 16px;
    }
}
/* Form overrides */
.contact-content .contact-content-inner form input,
.contact-content .contact-content-inner form textarea {
    padding: 12px;
}
.contact-content .contact-content-inner form .forminator-button-submit {
    background-color: var(--pixelpress-accent);
    color: white;
    padding: 10px 18px;
    border-radius: 4px;
}
.contact-content .contact-content-inner form .forminator-error-message {
    padding: 10px !important;
}
/* Blog pagination */
.blog .blog-pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-top: 16px;
}
.blog .blog-pagination span {
    padding: 2px 10px;
    border: 1px solid #ccc;
    margin-right: 8px;
    font-size: 14px;
}
.blog .blog-pagination span:last-of-type {
    margin-right: 0;
    margin-left: 8px;
}
.blog .blog-pagination span:first-of-type {
    margin-right: 8px;
}
.blog .blog-pagination a {
    padding: 2px 10px;
    background-color: #ddd;
    border: 1px solid #ccc;
    margin-right: 8px;
    font-size: 14px;
}
.blog .blog-pagination a:last-of-type {
    margin-right: 0;
}
/* Blog excerpt clamp */
.blog-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

@media (max-width: 768px) {
    .blog-excerpt {
        -webkit-line-clamp: 2;
    }
}

.inspiration-grad {
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    padding: 24px 32px;
}

.parallax-cta h3 {
    font-weight: 600;
    color: white;
    font-size: 32px;
}
.parallax-cta h3 em {
    font-weight: normal;
}
@media only screen and (max-width: 768px) {
    .parallax-cta h3 {
        font-size: 26px;
    }
}
/* Tour Styles */
.tour-item-img img {
    width: 100%;
}
.tour-item:hover .arrow-movement {
    transform: translateX(0);
    transition: var(--base-transition);    
}
.region-list li span {
    font-size: 12px;
    margin: 0 8px;
}
.region-list li:last-of-type span {
    display: none;
}
/* Inspiration Grid Styles */
.inspiration-grid-links li {
    color: var(--text-color);
    position: relative;
    padding-right: 20px;
}
.inspiration-grid-links li::after {
    content: "•";
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.inspiration-grid-links li:last-of-type::after {
    content: "";
}
/* Misc */
#travel-guide-slider p {
    margin-bottom: 16px;
}
#travel-guide-slider p:last-of-type {
    margin-bottom: 0;
}
#travel-guide-slider .glide__bullet {
    color: var(--light-text-color);
    position: relative;
    padding-right: 22px;
}
#travel-guide-slider .glide__bullet:last-of-type {
    padding-right: 0;
}
#travel-guide-slider .glide__bullet:last-of-type::after {
    content: "";
}
#travel-guide-slider .glide__bullet::after {
    content: "•";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#travel-guide-slider .glide__bullet--active {
    color: var(--text-color);
}
.single-inspiration .text-with-sidebar:not(:has(~ .text-with-sidebar)) {
    border-bottom: 1px solid var(--light-text-color);
}

#about-slider .glide__bullet {
    color: var(--light-text-color);
    position: relative;
    padding-right: 20px;
}

#about-slider .glide__bullet:last-of-type {
    padding-right: 0;
}
#about-slider .glide__bullet:last-of-type::after {
    content: "";
}
#about-slider .glide__bullet::after {
    content: "•";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#about-slider .glide__bullet--active {
    color: var(--text-color);
}
#featured-slider .featured-slider-meta {
    position: absolute;
    bottom: 0;
    left: 0;
}
/* Tour Gallery */
.tour-gallery { display:grid; grid-template-columns: 1fr 1fr 1fr 0.9fr; grid-template-rows: repeat(4,1fr); gap:4px; aspect-ratio:5/4; }
.tour-gallery a{ display:block;width:100%;height:100%; }
.tour-gallery img{ display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover; }

.item-1 {
    grid-area: 1 / 1 / 3 / 4;
}
.item-2 {
    grid-area: 1 / 4 / 2 / 5;
}
.item-3 {
    grid-area: 2 / 4 / 3 / 5;
}

.bottom { grid-area: 3 / 1 / 5 / 5; display:grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2,1fr); gap:4px; }

.bl-wrap { grid-column:1; grid-row:1 / 3; display:grid; grid-template-columns:repeat(2,1fr); grid-template-rows:repeat(2,1fr); gap:4px; }
.bl1 { grid-area: 1 / 1 / 2 / 2; }
.bl2 { grid-area: 1 / 2 / 2 / 3; }
.bl3 { grid-area: 2 / 1 / 3 / 3; }

.bm { grid-column:2; grid-row:1 / 3; }
.br { grid-column:3; grid-row:1 / 3; }

.bottom > *,
.bl-wrap,
.bl-wrap > * {
    min-width: 0;
    min-height: 0;
}
/* Inspiration Grid Order */
.list-block-item:nth-child(odd) .list-block-copy {
    order: 1;
}
.list-block-item:nth-child(odd) .list-block-image {
    order: 2;
}
.list-block-item:nth-child(even) .list-block-copy {
    order: 2;
}
.list-block-item:nth-child(even) .list-block-image {
    order: 1;
}
@media only screen and (max-width: 1022px) {
    .list-block-item:nth-child(even) .list-block-copy {
        order: 1;
    }
    .list-block-item:nth-child(even) .list-block-image {
        order: 2;
    }    
}
/* Quiz Styles */
body.quiz-open {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.quiz-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(53, 61, 51, 0.95);
    display: none;
}
.quiz-modal.open {
    display: flex;
    align-items: center;
    justify-content: center;
}
.quiz-modal-inner {
    width: 100%;
}
.modal-close:hover {
    cursor: pointer;
}
#forminator-quiz-leads-555.forminator-ui {
    max-width: 1600px !important;
}
.quiz-modal-inner .forminator-quiz-intro {
    text-align: center;
}
#forminator-quiz-leads-555 {
    padding: 80px 120px;
}
.quiz-modal-inner .forminator-quiz--title {
    color: var(--text-color) !important;
    font-weight: 500 !important;
}
.quiz-modal-inner .forminator-quiz--description p {
    color: var(--text-color) !important;
    font-size: 23px !important;
    max-width: 600px;
    margin: 0 auto;
}
.quiz-modal-inner .forminator-quiz-intro .forminator-quiz-start {
    background-color: var(--accent-color) !important;
    border: 1px solid var(--accent-color);
    color: white;
    text-transform: uppercase;
    padding: 12px 32px;
}
.forminator-ui.forminator-quiz#forminator-module-555 .forminator-answer .forminator-answer--status {
    height: 0px;
    width: 0px;
}
#forminator-quiz-leads-555 #forminator-custom-form-555--page-5 .forminator-question {
    display: none !important;
}
#forminator-custom-form-555--page-6 .forminator-pagination-footer {
    visibility: hidden;
}
.forminator-answer--image {
    height: 320px !important;
}
.forminator-legend {
    font-size: 38px !important;
    color: var(--text-color) !important;
    font-weight: 600 !important;
}
.forminator-question--description p {
    text-align: center;
    color: var(--text-color) !important;
}
.forminator-answer--design {
    background-color: transparent !important;
    border: 1px solid var(--light-text-color) !important;
}
.forminator-answer input[type="radio"]:checked + .forminator-answer--design {
    border: 2px solid var(--text-color) !important;
    box-shadow: 0px 13px 14px rgba(0, 0, 0, 0.1);
    background: transparent linear-gradient(223deg, rgba(237, 233, 226, 0) 0%, rgba(122, 78, 67, 0.15) 100%) 0% 0% no-repeat padding-box;    
}
.forminator-answer--name {
    color: var(--text-color) !important;
    font-size: 18px !important;
    font-family: "ivyepic", sans-serif;
    text-align: center;
    margin-left: 0 !important;
}
.forminator-pagination-footer {
    display: flex;
}
.forminator-answer--status {
    display: none !important;
}

.forminator-ui.forminator-quiz#forminator-module-555 .forminator-pagination-footer .forminator-button {
    background-color: var(--accent-color) !important;
}
.hidden-quiz-nav {
    display: none;
}
/* lead form */
#forminator-module-554 {
    display: flex !important;
    flex-wrap: wrap;
    gap: 24px;
    background-color: transparent !important;
}

#forminator-module-554 .forminator-row {
    flex: 0 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
    min-width: 0;
    box-sizing: border-box;
    margin: 0 !important;
}

#forminator-module-554 .forminator-row:not(.forminator-row ~ .forminator-row),
#forminator-module-554 .forminator-row:not(:has(~ .forminator-row)) {
    flex-basis: 100%;
    max-width: 100%;
}

#forminator-module-554 .forminator-row .forminator-col {
    padding: 0;
    min-width: 0;
}

#forminator-module-554 .forminator-row-last .forminator-button-submit {
    background-color: var(--accent-color);
    width: 100%;
    padding: 24px 0;
    color: white;
}

/* Mega Menu */
.mega-cols {
    display: flex;
    flex-wrap: wrap;
    color: white;
}
.mega-cols > li {
    width: 16.666%;
    min-width: 180px;
}

.mega-cols > li > a {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
    font-size: 17px;
}

.mega-cols .sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.mega-cols .sub-menu a {
    display: block;
    font-size: 17px;
    line-height: 32px;
    color: white;
    text-decoration: none;
}

.mega-cols .sub-menu a:hover {
    text-decoration: underline;
}
#mega-destinations .menu-item-has-children, #mega-inspiration .menu-item-has-children {
    list-style-type: none;
}
/* Keep panels above page content */
.mega-panel {
    z-index: 9999;
}
@media (min-width: 768px) {
    .tour-days-pricing  {
        text-align: center !important;
    }
}
/* Mega menu: ensure triggers stay topmost after scroll */
@media (min-width: 768px) {
    header.header { 
        overflow: visible;
    }
    .theme-main-menu {
        position: relative;
        z-index: 10000;
        pointer-events: auto;
    }
    .nav-menu {
        position: relative;
        z-index: 10001;
        pointer-events: auto;
    }
    .mega-panel {
        position: absolute;
        z-index: 10002; /* above triggers when shown */
        left: 0;
        right: 0;
        top: 100%;
    }
}

/* Trust Pilot reviews */
.trust-pilot-block {
    border-right: 1px solid var(--light-text-color);
}
.trust-pilot-block:nth-child(3) {
    border-right: none;
}
/* Blog pagination */
.blog-section .blog-pagination {
    padding-top: 12px;
}

.blog-section .blog-pagination .page-indicator {
    color: var(--text-color);
}

.blog-section .blog-pagination .nav-arrows a,
.blog-section .blog-pagination .nav-arrows span {
    color: var(--text-color);
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}
.editorial-intro p {
    font-family: "ivyepic", sans-serif;
}
.single-post .copy-block img {
    width: 100%;
    height: auto;
}
/* Search form */
.search-icon:hover {
    cursor: pointer;
}
.search-form .ep-autosuggest-container {
    display: flex;
    flex: 1 1 0px;
    min-width: 0;
}
.search-form .ep-autosuggest-container input[type="search"] {
    width: 100%;
    flex: 1 1 0px;
    min-width: 0;
}
.search-form button {
    flex: 0 0 auto;
}
.search-form input {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--text-color);
}
.search-form input::-moz-placeholder {
    color: var(--text-color);
    opacity: 0.7;
    font-size: 20px;
}
.search-form input::placeholder {
    color: var(--text-color);
    opacity: 0.7;
    font-size: 20px;
}
.search-form input:focus {
    outline: none;
}
.search-form-bg {
    border: 2px solid var(--text-color) !important;
    background: var(--background-light-color) linear-gradient(223deg, rgba(237, 233, 226, 0) 0%, rgba(122, 78, 67, 0.15) 100%) 0% 0% no-repeat padding-box;
}
.ep-autosuggest-container .ep-autosuggest {
    top: 52px;
}
/* Search Form Modal */
.search-form-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(53, 61, 51, 0.95);
    display: none;
}
.search-form-inner {
    width: 100%;
    background-color: var(--background-light-color);
}

/* Mobile accordion chevron toggle */
.mobile-accordion li.menu-item-has-children {
    position: relative;
}
.mobile-accordion .has-children-link {
    display: block;
    padding-right: 44px; /* room for the chevron */
}
.mobile-accordion .submenu-toggle {
    position: absolute;
    right: 16px;
    top: 14px;
    transform: none;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.mobile-accordion .submenu-toggle svg {
    width: 18px;
    height: 18px;
    transition: transform 200ms ease;
    color: var(--text-color);
}
.mobile-accordion .submenu-toggle[aria-expanded="true"] svg {
    transform: rotate(180deg);
}
#mobile-submenu-1 li a, #mobile-submenu-2 li a, #mobile-submenu-3 li a, #mobile-submenu-4 li a, #mobile-submenu-5 li a, #mobile-submenu-6 li a {
    padding-left: 24px !important;
}

.sub-menu .submenu-toggle {
    top: 10px !important;
}

.uacf7-multisetp-form label, .uacf7-multisetp-form span {
    color: var(--text-color) !important;
}

.focus-within\:opacity-100:focus-within{
  opacity: 1;
}

.hover\:text-\[var\(--text-color\)\]:hover{
  color: var(--text-color);
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}

.group:hover .group-hover\:w-full{
  width: 100%;
}

.group:hover .group-hover\:scale-\[1\.03\]{
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 640px){
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:top-28{
    top: 7rem;
  }
  .md\:top-4{
    top: 1rem;
  }
  .md\:top-8{
    top: 2rem;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:ml-6{
    margin-left: 1.5rem;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-\[384px\]{
    height: 384px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-\[48\%\]{
    width: 48%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-20{
    gap: 5rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-36{
    padding-bottom: 9rem;
  }
  .md\:pt-28{
    padding-top: 7rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[23px\]{
    font-size: 23px;
  }
  .md\:text-\[39px\]{
    font-size: 39px;
  }
  .md\:text-\[60px\]{
    font-size: 60px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:-top-\[32px\]{
    top: -32px;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:h-\[520px\]{
    height: 520px;
  }
  .lg\:max-h-\[560px\]{
    max-height: 560px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-\[30\%\]{
    width: 30%;
  }
  .lg\:w-\[70\%\]{
    width: 70%;
  }
  .lg\:w-\[900px\]{
    width: 900px;
  }
  .lg\:w-\[940px\]{
    width: 940px;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:border-b-2{
    border-bottom-width: 2px;
  }
  .lg\:border-r{
    border-right-width: 1px;
  }
  .lg\:border-r-0{
    border-right-width: 0px;
  }
  .lg\:border-none{
    border-style: none;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px){
  .xl\:static{
    position: static;
  }
  .xl\:absolute{
    position: absolute;
  }
  .xl\:left-0{
    left: 0px;
  }
  .xl\:right-0{
    right: 0px;
  }
  .xl\:top-full{
    top: 100%;
  }
  .xl\:order-1{
    order: 1;
  }
  .xl\:order-2{
    order: 2;
  }
  .xl\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[65vh\]{
    height: 65vh;
  }
  .xl\:h-\[90vh\]{
    height: 90vh;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:max-h-\[340px\]{
    max-height: 340px;
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-2\/3{
    width: 66.666667%;
  }
  .xl\:w-\[24\%\]{
    width: 24%;
  }
  .xl\:w-\[28\%\]{
    width: 28%;
  }
  .xl\:w-\[68\%\]{
    width: 68%;
  }
  .xl\:w-auto{
    width: auto;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:border-0{
    border-width: 0px;
  }
  .xl\:border-b{
    border-bottom-width: 1px;
  }
  .xl\:border-b-0{
    border-bottom-width: 0px;
  }
  .xl\:border-r{
    border-right-width: 1px;
  }
  .xl\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\]{
    background-color: rgba(0,0,0,0.6);
  }
  .xl\:bg-\[var\(--background-color\)\]{
    background-color: var(--background-color);
  }
  .xl\:bg-transparent{
    background-color: transparent;
  }
  .xl\:bg-top{
    background-position: top;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }
  .xl\:pl-20{
    padding-left: 5rem;
  }
  .xl\:pr-20{
    padding-right: 5rem;
  }
  .xl\:pr-28{
    padding-right: 7rem;
  }
  .xl\:pt-0{
    padding-top: 0px;
  }
  .xl\:pt-6{
    padding-top: 1.5rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

@media (min-width: 1536px){
  .\32xl\:h-\[50vh\]{
    height: 50vh;
  }
  .\32xl\:max-h-\[430px\]{
    max-height: 430px;
  }
  .\32xl\:pl-16{
    padding-left: 4rem;
  }
  .\32xl\:pl-40{
    padding-left: 10rem;
  }
  .\32xl\:pr-36{
    padding-right: 9rem;
  }
  .\32xl\:pr-40{
    padding-right: 10rem;
  }
  .\32xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
