@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=7b8f5f3d-55dc-4339-a34e-f5023d0e659f&fontids=5598804);
@charset "UTF-8";
@font-face {
  font-family: "lg";
  src: url(/fonts/vendor/lightgallery/lg.woff2?64b800aa30714fd916dce5018ba7ad76) format("woff2"), url(/fonts/vendor/lightgallery/lg.ttf?747d038541bfc6bb8ea9118bed9c160e) format("truetype"), url(/fonts/vendor/lightgallery/lg.woff?356a0e9cb064c7a196c612ebf7523686) format("woff"), url(/fonts/vendor/lightgallery/lg.svg?09cd8e9be7081f2166444cce393fe968#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(/images/vendor/lightgallery/loading.gif?fcba57cdb89652f9bb54271cc5a9cc0e) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.valign-wrapper {
  display: flex;
  align-items: center;
}

.clearfix {
  clear: both;
}

img.responsive-img,
video.responsive-video {
  width: 100%;
  height: auto;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 819px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 820px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 819px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 819px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 819px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 820px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 819px) {
  .center-on-small-only {
    text-align: center;
  }
}

table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

.container {
  margin: 0 auto;
  max-width: 97%;
  width: 97%;
}

@media only screen and (min-width : 820px) {
  .container {
    width: 97%;
  }
}
@media only screen and (min-width : 993px) {
  .container {
    width: 97%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.flex-row {
  display: flex !important;
}
.flex-row .col {
  flex: 1 !important;
}

@media only screen and (max-width : 819px) {
  .flex-row {
    display: block !important;
  }
  .flex-row .col {
    flex: none !important;
  }
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*=push-], .row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width : 820px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__arrow {
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
}
.splide__arrow svg {
  fill: #00a49a;
  width: 12px;
  height: 12px;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

@font-face {
  font-family: "Sabon LT W04 Roman";
  src: url("/fonts/5598804/e5cdb1e0-3941-4e11-a22f-1c21c8f0d6e6.woff2") format("woff2"), url("/fonts/5598804/d525e124-901f-486f-af10-4d962181b5f9.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Euclid";
  src: url("/fonts/EuclidCircularB-Regular-WebS.woff2") format("woff2"), url("/fonts/EuclidCircularB-Regular-WebS.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid italic";
  src: url("/fonts/EuclidCircularB-LightItalic-WebS.woff2") format("woff2"), url("/fonts/EuclidCircularB-LightItalic-WebS.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid bold";
  src: url("/fonts/EuclidCircularB-Semibold-WebS.woff2") format("woff2"), url("/fonts/EuclidCircularB-Semibold-WebS.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid bold italic";
  src: url("/fonts/EuclidCircularB-SemiboldItalic-WebS.woff2") format("woff2"), url("/fonts/EuclidCircularB-SemiboldItalic-WebS.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 400;
}

h1 {
  font-family: "trajan-pro-3", serif;
  font-style: normal;
  font-size: 65px;
  line-height: 71px;
}

.copy h1 {
  font-size: 25px;
  line-height: 31px;
}

h2 {
  font-family: "trajan-pro-3", serif;
  font-size: 40px;
  line-height: 46px;
}

h3 {
  font-family: "trajan-pro-3", serif;
  font-size: 30px;
  line-height: 36px;
}

h4 {
  font-family: "trajan-pro-3", serif;
  font-size: 24px;
  line-height: 30px;
}

h5 {
  font-family: "trajan-pro-3", serif;
  font-size: 20px;
  line-height: 26px;
}

h6 {
  font-size: 18px;
}

@media only screen and (max-width : 819px) {
  h1 {
    font-family: "trajan-pro-3", serif;
    font-size: 35px;
    line-height: 45px;
  }
  .copy h1 {
    font-size: 25px;
    line-height: 31px;
  }
  h2 {
    font-family: "trajan-pro-3", serif;
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-family: "trajan-pro-3", serif;
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-family: "trajan-pro-3", serif;
    font-size: 24px;
  }
  h5 {
    font-family: "trajan-pro-3", serif;
    font-size: 24px;
  }
  h6 {
    font-size: 15px;
    line-height: 20px;
  }
}
.sh1, #villa-page .intro h3, #rates-holder h3, #block-tabs .panel h3, #block-faqs .panel h3, #block-text-intro h1, #block-text-title h2, #block-image-fullscreen .content .subtitle, .normal-text h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em !important;
  font-family: "Euclid" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 20px !important;
}

.desktop-quote, #villa-page .intro blockquote, #block-journal-intro h1, #block-journal-text h1, #block-journal-intro h2, #block-journal-text h2, #block-text-intro .intro, #block-quote-and-illustration .quote, .normal-text blockquote {
  font-family: "Sabon LT W04 Roman";
  font-size: 30px;
  line-height: 36px;
}

.all-caps, .mouse-box .mouse-follower, .page-template-home header .nav li a, .page-template-home header, .main-nav ul, header .nav li a, header, #block-journal-highlights .journals .subtitle, #block-quote-and-illustration .quote-from, #block-grid-villa-select .villa-select .subtitle, .tabs .tablink, .btn, .forsale-details a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
}

.desktop-link-small {
  color: #00a49a;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-size: 14px;
}

.desktop-small-body, #block-journal-images-with-captions .caption, #block-journal-staggered_images_with_captions .image-holder .caption, #block-text-with-illustration .copy, #block-journal-highlights .journals .description, #block-text-with-image .copy, .rail-grid-item .description, #block-rail .rail-box .rail-slide .description, #block-grid-villa-select .villa-select .description {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width : 819px) {
  .desktop-quote, #villa-page .intro blockquote, #block-journal-intro h1, #block-journal-text h1, #block-journal-intro h2, #block-journal-text h2, #block-text-intro .intro, #block-quote-and-illustration .quote, .normal-text blockquote {
    font-family: "Sabon LT W04 Roman";
    font-size: 24px;
    line-height: 30px;
  }
}
body {
  color: #231f20;
  background: #ffffff;
  font-family: "Euclid";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

b, strong {
  font-family: "Euclid bold";
  font-weight: 500;
  font-style: normal;
}
b i, b em, b italic, strong i, strong em, strong italic {
  font-family: "Euclid bold italic";
  font-weight: 500;
  font-style: normal;
}

i, em, italic {
  font-family: "Euclid italic";
  font-weight: 100;
  font-style: italic;
}
i b, i strong, em b, em strong, italic b, italic strong {
  font-family: "Euclid bold italic";
  font-weight: 500;
  font-style: normal;
}

a {
  color: #00a49a;
  text-decoration: none;
}

.title-fade {
  opacity: 0;
}

.btn, .forsale-details a {
  background: transparent;
  border: 1px solid #00a49a;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 0px 0px transparent;
  padding: 11px 30px;
  color: #00a49a;
  height: auto;
  border-radius: 0;
  line-height: inherit;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.btn:hover, .forsale-details a:hover {
  background: transparent;
  border: 1px solid #00a49a;
}

.btn:hover, .forsale-details a:hover, .btn-large:hover, .btn-small:hover {
  color: white !important;
  background: #00a49a;
  transition: 1s;
  box-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

main {
  padding-top: 130px;
}
main .container {
  position: relative;
  width: 95%;
  max-width: 1800px;
}

header .container, footer .container, .main-nav .container {
  position: relative;
  width: 95%;
  max-width: 1800px;
}

@media only screen and (max-width : 819px) {
  main {
    padding-top: 85px;
  }
}
#page-tabs-holder-hidden-element {
  height: 125px;
  position: absolute;
  top: -125px;
  pointer-events: none;
}

.page-tabs-holder {
  position: relative;
  background: #ffffff;
}
.page-tabs-holder .page-tabs {
  background: #ffffff;
  height: 52px;
  z-index: 9;
  position: relative;
  transition: all 0.3s ease;
}
.page-tabs-holder .page-tabs .container {
  height: 52px;
  box-shadow: 0px 1px 0px #ACCED9;
}
.page-tabs-holder .page-tabs.sticky {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
}

.page-tabs.always-sticky {
  transition: padding 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 99;
}

@media only screen and (max-width : 819px) {
  .page-tabs.always-sticky {
    top: 80px;
  }
}
.page-tabs.always-sticky.sticky {
  top: 80px;
}

.tabs {
  background-color: #ffffff;
  text-align: center;
}
.tabs .tablink {
  font-size: 14px;
  display: inline-block;
  background: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: rgba(65, 88, 102, 0.7);
  border-bottom: 1px solid #ffffff;
  height: 52px;
  line-height: 28px;
}
.tabs .tablink:hover {
  border-bottom: 1px solid #00a49a;
}
.tabs .tablink.active {
  border-bottom: 1px solid #00a49a;
}

/* Style the tab content */
.tabcontent {
  padding-top: 50px;
  display: none;
  border: 0px solid #ccc;
  border-top: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tabcontent.active {
  display: block;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width : 819px) {
  .page-tabs {
    overflow-x: hidden;
  }
  .page-tabs .container {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
  }
  .page-tabs .container::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}
@media only screen and (max-width : 819px) {
  .page-template-villa-collection main {
    padding-top: 125px;
  }
}
.journal-image-fullscreen .image-holder {
  height: auto !important;
}

.copy table td {
  padding: 0px 10px;
  line-height: 16px;
  border: 1px solid #00A49A;
}
.copy h2 {
  font-size: 24px;
  margin-top: 35px;
}
.copy h3 {
  margin-top: 35px;
}

main section.top-section {
  position: sticky !important;
  top: 0;
  z-index: -1;
  height: calc(100vh - 198px);
  overflow: hidden;
}
main section.top-section .image-holder {
  height: 100% !important;
}
main section.top-story {
  top: 0;
  z-index: 0;
  height: calc(100vh - 182px);
  overflow: hidden;
}
main section.top-story .image-holder {
  height: 100% !important;
}
main section#block-video-fullscreen.block-video-fullscreen-0 {
  position: sticky;
  top: 0;
  z-index: 0;
  max-height: 100vh;
}
main section#block-image-fullscreen.block-image-fullscreen-0 {
  position: sticky;
  top: 0;
  z-index: 0;
}
main section .row {
  margin-bottom: 0;
  padding-bottom: 20px;
}
main section.no-bottom-padding {
  padding-bottom: 0 !important;
}
main section.no-bottom-padding .row {
  padding-bottom: 0 !important;
}

@media only screen and (max-width : 819px) {
  section#block-video-fullscreen.block-video-fullscreen-0 {
    position: relative !important;
    top: 0;
    z-index: 0;
  }
}
section {
  position: relative;
  z-index: 1;
  background: #ffffff;
}
section.sand-background {
  background: #F5EAE1;
}
section.sand-background .row {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.normal-text ul {
  margin-left: 30px;
}
.normal-text ul li {
  list-style-type: disc;
}
.normal-text blockquote {
  margin: 0;
}
#block-spacer .spacer {
  display: block;
  width: 100%;
}

#block-button {
  text-align: center;
  padding: 10px 0 40px;
}
#block-button .row {
  padding-bottom: 0;
}
#block-button .row .btn, #block-button .row .forsale-details a, .forsale-details #block-button .row a {
  margin-bottom: 30px;
}

#block-grid-images-with-overlay {
  padding: 50px 0 30px;
  text-align: center;
}
#block-grid-images-with-overlay .image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#block-grid-images-with-overlay .image-holder .overlay-holder {
  position: relative;
}
#block-grid-images-with-overlay .image-holder .overlay-bg {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#block-grid-images-with-overlay .image-holder .overlay {
  position: absolute;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  padding: 20px;
}
#block-grid-images-with-overlay .image-holder:hover .overlay-bg {
  background: rgba(0, 0, 0, 0.1);
}
#block-grid-images-with-overlay .title {
  margin-bottom: 5px;
}
#block-grid-images-with-overlay h2 {
  font-size: 30px;
}

.journal-stories-overlay h2 {
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (max-width : 992px) {
  #block-grid-images-with-overlay h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width : 819px) {
  #block-grid-images-with-overlay .image-holder {
    margin-bottom: 30px;
  }
}
#block-grid-villa-select .villa-select {
  padding-bottom: 30px;
  text-align: center;
}
#block-grid-villa-select .villa-select .subtitle {
  margin-top: 15px;
  color: rgba(65, 88, 102, 0.7);
}
#block-grid-villa-select .villa-select h3 {
  margin: 20px 0;
}
#block-grid-villa-select .villa-select .description {
  color: rgba(65, 88, 102, 0.7);
  margin-bottom: 15px;
  padding: 0 25px;
}
#block-grid-villa-select .villa-select .image {
  position: relative;
  background: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 493px;
  overflow: hidden;
  transition: all 0.5s ease;
}
#block-grid-villa-select .villa-select .image img {
  opacity: 0;
}
#block-grid-villa-select .villa-select .image:hover {
  filter: brightness(110%);
}

#block-image-carousel {
  margin: 0px 0;
  padding: 60px 0;
}
#block-image-carousel .splide__slide {
  padding: 0 10px;
  text-align: center;
}
#block-image-carousel .splide__slide img {
  display: inline-block;
  opacity: 1;
  height: 100%;
  width: auto;
}
#block-image-carousel .splide__pagination__page {
  background: rgba(127, 226, 216, 0.2);
  border: 0;
  border-radius: 0%;
  display: inline-block;
  height: 1px;
  margin: 0px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 40px;
}
#block-image-carousel .splide__pagination__page.is-active {
  background: #00a49a;
}

#block-image-fullscreen {
  padding: 0;
  color: #ffffff;
}
#block-image-fullscreen a {
  color: #ffffff;
}
#block-image-fullscreen .image-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
}
#block-image-fullscreen img {
  opacity: 0;
  width: 100%;
  height: auto;
}
#block-image-fullscreen .content {
  position: absolute;
  text-align: center;
  padding: 30px;
  pointer-events: none;
}
#block-image-fullscreen .content h1 {
  margin: 20px 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#block-image-fullscreen .content h1 {
  font-family: "trajan-pro-3", serif;
  font-style: normal;
  font-size: 60px;
  line-height: 65px;
}
#block-image-fullscreen .content .description {
  margin-bottom: 20px;
}
#block-image-fullscreen .content .btn, #block-image-fullscreen .content .forsale-details a, .forsale-details #block-image-fullscreen .content a {
  margin: 20px 0;
  color: #00a49a;
  padding: 11px 30px;
  border: 0px solid transparent;
}

@media only screen and (max-width : 819px) {
  #block-image-fullscreen {
    height: 60vh;
    background-size: cover;
  }
  #block-image-fullscreen .image-holder {
    height: 60vh;
  }
}
#block-quote-and-illustration {
  padding: 100px 0;
  text-align: center;
}
#block-quote-and-illustration .illustration {
  width: 70px;
}
#block-quote-and-illustration .quote {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #00a49a;
}
#block-quote-and-illustration .quote-from {
  color: #00a49a;
}

@media only screen and (max-width : 819px) {
  #block-quote-and-illustration {
    padding: 60px 0;
  }
}
#block-text-title {
  padding: 0;
  text-align: center;
}
#block-text-title.sand-background {
  padding-top: 30px;
  margin-top: 30px;
}

#block-video-fullscreen {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#block-video-fullscreen video {
  pointer-events: none;
  width: 100%;
}
#block-video-fullscreen video.fullscreen {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#block-video-fullscreen .video-volume-container {
  position: absolute;
  width: 95%;
  max-width: 1800px;
  bottom: 0;
}
#block-video-fullscreen .content {
  pointer-events: none;
  position: absolute;
  text-align: center;
  color: #ffffff;
  padding: 0 10%;
}
#block-video-fullscreen .video-volume {
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 0px;
}
#block-video-fullscreen .video-volume svg {
  float: right;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#block-video-fullscreen .video-volume svg .line-1 {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#block-video-fullscreen .video-volume svg .line-2 {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#block-video-fullscreen .video-volume svg .line-1 {
  opacity: 1;
}
#block-video-fullscreen .video-volume svg .line-2 {
  opacity: 1;
}
#block-video-fullscreen .video-volume::before {
  content: "Turn the sound on ";
  font-size: 9px;
  text-transform: uppercase;
  color: white;
  float: right;
  padding: 1px 0px 0 7px;
}
#block-video-fullscreen .video-volume:hover svg {
  opacity: 0.7;
}
#block-video-fullscreen .video-volume.sound-on svg {
  opacity: 0.5;
}
#block-video-fullscreen .video-volume.sound-on .line-1 {
  opacity: 0.2;
}
#block-video-fullscreen .video-volume.sound-on .line-2 {
  opacity: 0.1;
}
#block-video-fullscreen .video-volume.sound-on::before {
  content: "Turn the sound off";
}

@media only screen and (max-width : 819px) {
  #block-video-fullscreen .video-volume {
    bottom: 10px;
  }
}
#block-text-intro {
  text-align: center;
  padding: 50px 0;
}
#block-text-intro.no-bottom-padding {
  padding-bottom: 0;
}
#block-text-intro.no-bottom-padding .row {
  padding-bottom: 0;
}
#block-text-intro h1 {
  margin-bottom: 50px;
}
#block-text-intro .intro {
  color: #415866;
}

#block-rates .rates {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: Euclid;
}
#block-rates .rates blockquote {
  margin: 0px;
  width: 70%;
}
#block-rates .rates blockquote strong {
  float: right;
}
#block-rates .rates a {
  text-decoration: underline;
}

@media only screen and (max-width : 992px) {
  #block-rates .rates blockquote {
    width: 80%;
  }
}
@media only screen and (max-width : 819px) {
  #block-rates .rates blockquote {
    width: 90%;
  }
}
#block-rail {
  padding: 50px 0;
}
#block-rail .title {
  text-align: center;
  padding-bottom: 20px;
}
#block-rail .rail-flex {
  display: flex;
}
#block-rail .rail-flex .button-holder {
  flex: 0 0 270px;
}
#block-rail .rail-flex .button-holder .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 529px;
}
#block-rail .rail-flex .button-holder .illustration {
  width: 70%;
}
#block-rail .rail-flex .rail-holder {
  flex: 1;
  overflow-x: auto;
}
#block-rail .rail-button {
  width: 180px;
  cursor: pointer;
  border: 1px solid #ffffff;
  color: #00a49a;
  text-transform: uppercase;
  text-align: center;
  padding: 11px;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 2px;
}
#block-rail .rail-button.active {
  background: #ffffff;
}
#block-rail .rail-box {
  display: none;
  opacity: 0;
}
#block-rail .rail-box.active {
  display: block;
  opacity: 1;
}
#block-rail .rail-box .splide__arrow {
  top: 275px;
}
#block-rail .rail-box .splide__arrow:disabled {
  opacity: 0 !important;
}
#block-rail .rail-box .rail-slide {
  width: 315px;
  margin-right: 50px;
}
#block-rail .rail-box .rail-slide h4 {
  margin: 20px 0 15px;
}
#block-rail .rail-box .rail-slide .description {
  color: rgba(65, 88, 102, 0.7);
  margin-bottom: 30px;
}
#block-rail .rail-box .rail-slide a {
  display: block;
  padding-bottom: 30px;
  position: relative;
  min-height: 610px;
}
#block-rail .rail-box .rail-slide a .explore {
  position: absolute;
  bottom: 0;
}
#block-rail .rail-box .rail-slide .image {
  position: relative;
  background: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 493px;
  overflow: hidden;
  transition: all 0.5s ease;
}
#block-rail .rail-box .rail-slide .image img {
  opacity: 0;
}
#block-rail .rail-box .rail-slide .image:hover {
  filter: brightness(110%);
}
#block-rail .rail-box .rail-box-button {
  margin-top: 75px;
  text-align: center;
}
#block-rail .rail-box .rail-box-button .btn, #block-rail .rail-box .rail-box-button .forsale-details a, .forsale-details #block-rail .rail-box .rail-box-button a {
  margin-left: -40px;
  background: transparent;
  padding: 11px 30px;
}
#block-rail .rail-box .rail-box-button .btn:hover, #block-rail .rail-box .rail-box-button .forsale-details a:hover, .forsale-details #block-rail .rail-box .rail-box-button a:hover {
  background: #ffffff;
  color: #00a49a !important;
}
#block-rail .rail-button-bottom {
  padding: 60px 0 0;
  display: none;
  text-align: center;
}
#block-rail .rail-button-bottom .btn, #block-rail .rail-button-bottom .forsale-details a, .forsale-details #block-rail .rail-button-bottom a {
  background: transparent;
  padding: 11px 30px;
}
#block-rail .rail-button-bottom .btn:hover, #block-rail .rail-button-bottom .forsale-details a:hover, .forsale-details #block-rail .rail-button-bottom a:hover {
  background: #ffffff;
  color: #00a49a !important;
}
#block-rail .rail-button-bottom.active {
  display: block;
}
#block-rail .rail-button-bottom a {
  display: inline-block;
}

@media only screen and (max-width : 819px) {
  #block-rail .rail-flex {
    display: block;
  }
  #block-rail .rail-flex .button-holder .buttons {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto !important;
    margin-bottom: 30px;
  }
  #block-rail .rail-flex .button-holder .buttons .rail-button {
    display: inline-block;
    width: auto;
  }
  #block-rail .rail-flex .button-holder .buttons .illustration {
    max-width: 190px;
    height: auto;
  }
  #block-rail .rail-flex .rail-box .rail-slide {
    width: 290px;
    margin-left: 15px;
    margin-right: 5px;
  }
  #block-rail .rail-flex .rail-box .rail-slide a {
    min-height: 610px;
  }
  #block-rail .rail-box-button .btn, #block-rail .rail-box-button .forsale-details a, .forsale-details #block-rail .rail-box-button a {
    margin-left: 0px !important;
  }
}
.rail-grid-item h4 {
  margin: 20px 0 15px;
  color: #231f20;
}
.rail-grid-item .description {
  color: rgba(65, 88, 102, 0.7);
  margin-bottom: 15px;
}
.rail-grid-item a {
  display: block;
  margin-bottom: 30px;
}
.rail-grid-item .details {
  min-height: 150px;
}
.rail-grid-item img {
  transition: all 0.5s ease;
}
.rail-grid-item img:hover {
  filter: brightness(110%);
}

.background-image {
  background: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.background-image img {
  opacity: 0;
  pointer-events: none;
}

#block-text-with-image {
  padding: 40px 0;
}
#block-text-with-image .center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#block-text-with-image .text-copy-holder {
  padding: 50px;
}
#block-text-with-image .copy {
  color: rgba(65, 88, 102, 0.7);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
}
#block-text-with-image .email {
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: #00a49a;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
#block-text-with-image .email:before {
  float: left;
  margin: 0px 10px 0 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/images/mail.png");
}
#block-text-with-image .phone {
  position: relative;
  display: block;
  margin-bottom: 30px;
  color: rgba(65, 88, 102, 0.7);
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
#block-text-with-image .phone:before {
  float: left;
  margin: 0px 10px 0 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/images/phone.png");
}

#block-journal-intro, #block-journal-text {
  padding: 50px 0;
}
#block-journal-intro .date, #block-journal-text .date {
  color: rgba(65, 88, 102, 0.7);
}
#block-journal-intro h1, #block-journal-text h1 {
  margin-top: 0;
}
#block-journal-intro h1, #block-journal-text h1, #block-journal-intro h2, #block-journal-text h2 {
  color: #415866;
  margin-bottom: 50px;
  text-transform: none;
}
#block-journal-intro .intro, #block-journal-text .intro {
  color: #415866;
}

#block-journal-text {
  padding: 0 0 40px;
}

#block-journal-highlights {
  padding: 40px 0;
}
#block-journal-highlights .title {
  text-align: center;
  padding: 20px 0;
}
#block-journal-highlights .journals {
  overflow: hidden;
}
#block-journal-highlights .journals .journal {
  float: left;
  width: 30%;
}
#block-journal-highlights .journals .journal:first-of-type {
  width: calc(70% - 50px);
  margin-right: 50px;
}
#block-journal-highlights .journals .image {
  background: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 493px;
  overflow: hidden;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#block-journal-highlights .journals .image img {
  opacity: 0;
  max-width: 100%;
  height: auto;
}
#block-journal-highlights .journals .image:hover {
  filter: brightness(110%);
}
#block-journal-highlights .journals .subtitle {
  margin-top: 15px;
  color: rgba(65, 88, 102, 0.7);
}
#block-journal-highlights .journals h3 {
  margin: 20px 0 15px;
}
#block-journal-highlights .journals .description {
  width: 80%;
  color: rgba(65, 88, 102, 0.7);
  margin-bottom: 30px;
}

@media only screen and (max-width : 819px) {
  #block-journal-highlights .journals .journal {
    float: left;
    width: 100%;
    padding-bottom: 30px;
  }
  #block-journal-highlights .journals .journal:first-of-type {
    width: 100%;
    margin-right: 0px;
  }
}
#block-text-with-illustration {
  padding: 30px 0;
}
#block-text-with-illustration .copy {
  color: rgba(65, 88, 102, 0.7);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}
#block-text-with-illustration .illustration {
  margin-top: 50px;
  text-align: center;
}
#block-text-with-illustration .illustration img {
  display: inline-block;
  max-width: 210px;
  height: auto;
}
#block-text-with-illustration .full-width-image {
  margin-top: 50px;
}

#block-illustration-left-or-right {
  clear: both;
  padding-bottom: 90px;
  min-height: 160px;
}
#block-illustration-left-or-right .illustration {
  display: inline-block;
  max-width: 210px;
  height: auto;
  position: absolute;
  z-index: 0;
}
#block-illustration-left-or-right.illustration-left {
  text-align: left;
}
#block-illustration-left-or-right.illustration-left img {
  left: 0;
}
#block-illustration-left-or-right.illustration-right {
  text-align: right;
}
#block-illustration-left-or-right.illustration-right img {
  right: 0;
}

@media only screen and (max-width : 819px) {
  #block-illustration-left-or-right {
    clear: both;
    padding-bottom: 50px;
  }
  #block-illustration-left-or-right .illustration {
    position: relative;
    display: inline-block;
    max-width: 210px;
    height: auto;
  }
  #block-illustration-left-or-right.illustration-left {
    text-align: center;
  }
  #block-illustration-left-or-right.illustration-left img {
    margin-top: 30px !important;
  }
  #block-illustration-left-or-right.illustration-right {
    text-align: center;
  }
  #block-illustration-left-or-right.illustration-right img {
    margin-top: 30px !important;
  }
}
#block-illustration-central {
  padding-top: 80px;
  padding-bottom: 80px;
}
#block-illustration-central .illustration {
  text-align: center;
}
#block-illustration-central .illustration img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}

#block-faqs {
  padding: 30px 0 30px;
  /* Style the buttons that are used to open and close the accordion panel */
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}
#block-faqs .accordion {
  color: #444;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-bottom: 1px solid #00a49a;
  background: transparent;
}
#block-faqs .panel {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out;
}
#block-faqs .panel .copy {
  padding: 30px 0px;
}
#block-faqs .panel .copy.overflow-scroll {
  overflow-x: auto;
}
#block-faqs .panel .copy.overflow-scroll table {
  width: auto;
  min-width: 100%;
}
#block-faqs .panel.active {
  max-height: inherit;
}
#block-faqs .panel.defaultOpen {
  max-height: inherit;
}
#block-faqs .accordion:after {
  content: "➕"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
#block-faqs .accordion.active:after {
  content: "➖"; /* Unicode character for "minus" sign (-) */
}

#tabs-holder {
  padding: 0px 0 0px;
  /* Style the buttons that are used to open and close the accordion panel */
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
}
#tabs-holder ul {
  text-align: center;
}
#tabs-holder ul li {
  display: inline-block;
}
#tabs-holder .accordion {
  background-color: #eee;
  color: #ffffff;
  cursor: pointer;
  padding: 18px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border: 1px solid #E6CAB3;
  background: #E6CAB3;
}
#tabs-holder .accordion.active {
  border-bottom: 0px solid transparent;
  background: #F5EAE1;
  border: 1px solid #F5EAE1;
  color: #415866;
}
#block-tabs {
  padding: 0px 0 30px;
  /* Style the accordion panel. Note: hidden by default */
}
#block-tabs .panel {
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out;
}
#block-tabs .panel .copy {
  padding: 30px 0px;
}
#block-tabs .panel .copy.overflow-scroll {
  overflow-x: auto;
}
#block-tabs .panel .copy.overflow-scroll table {
  width: auto;
  min-width: 100%;
}
#block-tabs .panel.active {
  max-height: inherit;
}
#block-tabs .panel.defaultOpen {
  max-height: inherit;
}

.full-content-details h2 {
  padding-top: 60px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.full-content-details .title.row {
  margin-bottom: 0;
  padding-bottom: 0;
}

#rates-holder {
  padding: 0px 0 30px;
  /* Style the buttons that are used to open and close the accordion panel */
}
#rates-holder .copy {
  padding: 0px 0px;
}
#rates-holder .copy.overflow-scroll {
  overflow-x: auto;
}
#rates-holder .copy.overflow-scroll table {
  width: auto;
  min-width: 100%;
}

#island-map-holder {
  margin-bottom: 0;
  padding-bottom: 0;
}
#island-map-holder .row {
  margin-bottom: 0;
  padding-bottom: 0;
}

#the-plans .main-col {
  padding: 0;
  height: 80vh;
  overflow: hidden;
}

#block-journal-staggered_images_with_captions .image-holder .image img {
  margin-bottom: 10px;
}
#block-journal-staggered_images_with_captions .image-holder .image:first-of-type img {
  margin-top: 150px;
}
#block-journal-staggered_images_with_captions .image-holder .caption {
  color: rgba(65, 88, 102, 0.7);
}

#block-journal-images-with-captions .image {
  margin-bottom: 30px;
}
#block-journal-images-with-captions .image img {
  margin-bottom: 10px;
}
#block-journal-images-with-captions .caption {
  color: rgba(65, 88, 102, 0.7);
}
#block-journal-images-with-captions .row {
  padding-bottom: 0;
}

#block-images-masonry-layout {
  padding-top: 30px;
}
#block-images-masonry-layout .gutter-sizer {
  width: 10%;
}
#block-images-masonry-layout .grid-sizer {
  width: 45%;
}
#block-images-masonry-layout .grid-item {
  margin-bottom: 30px;
}
#block-images-masonry-layout .grid-item h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#block-images-masonry-layout .grid-item.small {
  width: 45%;
}
#block-images-masonry-layout .grid-item.small_padding {
  width: 45%;
  margin-top: 200px;
}
#block-images-masonry-layout .grid-item.illustration {
  margin-top: 300px;
  width: 30%;
  text-align: center;
}
#block-images-masonry-layout .grid-item.illustration img {
  max-width: 200px;
  width: 80%;
  display: inline-block;
}
#block-images-masonry-layout .grid-item.medium {
  width: 60%;
}
#block-images-masonry-layout .grid-item.portrait {
  width: 45%;
}
#block-images-masonry-layout .grid-item.large {
  width: 100%;
}
#block-images-masonry-layout .grid-item--width2 {
  width: 400px;
}

@media only screen and (max-width : 819px) {
  #block-images-masonry-layout .grid-item.small {
    width: 100%;
  }
  #block-images-masonry-layout .grid-item.small_padding {
    width: 100%;
    margin-top: 200px;
  }
  #block-images-masonry-layout .grid-item.illustration {
    margin-top: 100px;
    width: 100%;
    text-align: center;
  }
  #block-images-masonry-layout .grid-item.illustration img {
    max-width: 200px;
    width: 80%;
    display: inline-block;
  }
  #block-images-masonry-layout .grid-item.medium {
    width: 100%;
  }
  #block-images-masonry-layout .grid-item.portrait {
    width: 100%;
  }
  #block-images-masonry-layout .grid-item.large {
    width: 100%;
  }
}
#block-villa-filter, #block-search-results {
  padding-top: 50px;
}
#block-villa-filter .filter-bar, #block-search-results .filter-bar {
  height: 45px;
  position: relative;
  margin: 0px;
  z-index: 10;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
}
#block-villa-filter .filter-bar.sticky, #block-search-results .filter-bar.sticky {
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
}
#block-villa-filter .filter-bar .container, #block-search-results .filter-bar .container {
  height: 45px;
  border-bottom: 1px solid #00a49a;
  display: flex;
  align-items: center;
}
#block-villa-filter .filter-bar h4.title, #block-search-results .filter-bar h4.title {
  margin: 0;
  border-right: 1px solid #00a49a;
  float: left;
  padding-right: 20px;
  margin-right: 20px;
}
#block-villa-filter .filter-bar .search-bar, #block-search-results .filter-bar .search-bar {
  padding-top: 5px;
}
#block-villa-filter .filter-bar .search-bar .search-icon, #block-search-results .filter-bar .search-bar .search-icon {
  margin-top: -1px;
  width: 22px;
  height: auto;
  float: left;
  margin-right: 10px;
}
#block-villa-filter .filter-bar .search-bar .search-icon path, #block-search-results .filter-bar .search-bar .search-icon path {
  stroke: #231f20;
}
#block-villa-filter .filter-bar .search-bar input, #block-search-results .filter-bar .search-bar input {
  min-width: 250px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  border: 0px transparent;
  color: rgba(65, 88, 102, 0.7);
  letter-spacing: 1px;
  margin-top: -2px;
  display: block;
}
#block-villa-filter .filter-bar .search-bar input:focus, #block-search-results .filter-bar .search-bar input:focus {
  border: 0px solid transparent !important;
  box-shadow: 0 0 0 transparent;
}
#block-villa-filter .filter-bar .search-bar input:focus-visible, #block-search-results .filter-bar .search-bar input:focus-visible {
  border: 0px solid transparent !important;
  box-shadow: 0 0 0 transparent;
}
#block-villa-filter .filter-bar .filters, #block-search-results .filter-bar .filters {
  position: absolute;
  right: 0;
  top: 7px;
  text-align: right;
}
#block-villa-filter .filter-bar .filters .filter, #block-search-results .filter-bar .filters .filter {
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  cursor: pointer;
  color: rgba(65, 88, 102, 0.7);
  letter-spacing: 1px;
}
#block-villa-filter .filter-bar .filters .filter.active, #block-search-results .filter-bar .filters .filter.active {
  color: #415866;
}
#block-villa-filter .filter-bar .filter-options, #block-search-results .filter-bar .filter-options {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 9;
}
#block-villa-filter .filter-bar .filter-options .filter-option, #block-search-results .filter-bar .filter-options .filter-option {
  display: none;
  text-align: left;
  background: #415866;
  color: #ffffff;
  float: left;
  margin-right: 14px;
}
#block-villa-filter .filter-bar .filter-options .filter-option.active, #block-search-results .filter-bar .filter-options .filter-option.active {
  display: inline-block;
}
#block-villa-filter .filter-button, #block-search-results .filter-button {
  cursor: pointer;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#block-villa-filter .filter-option-bedrooms, #block-search-results .filter-option-bedrooms {
  width: 210px;
  padding: 20px 0 10px 20px;
}
#block-villa-filter .filter-option-bedrooms .filter-button, #block-search-results .filter-option-bedrooms .filter-button {
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  padding: 18px 5px 0;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
#block-villa-filter .filter-option-bedrooms .filter-button.active-filter, #block-search-results .filter-option-bedrooms .filter-button.active-filter {
  background: white;
  color: black;
}
#block-villa-filter .filter-option-features, #block-search-results .filter-option-features, #block-villa-filter .filter-option-price, #block-search-results .filter-option-price {
  padding: 20px;
}
#block-villa-filter .filter-option-features .filter-button, #block-search-results .filter-option-features .filter-button, #block-villa-filter .filter-option-price .filter-button, #block-search-results .filter-option-price .filter-button {
  position: relative;
  padding-left: 25px;
  line-height: 23px;
  margin-bottom: 10px;
}
#block-villa-filter .filter-option-features .filter-button::before, #block-search-results .filter-option-features .filter-button::before, #block-villa-filter .filter-option-price .filter-button::before, #block-search-results .filter-option-price .filter-button::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid white;
  position: absolute;
  left: 0;
}
#block-villa-filter .filter-option-features .filter-button.active-filter::before, #block-search-results .filter-option-features .filter-button.active-filter::before, #block-villa-filter .filter-option-price .filter-button.active-filter::before, #block-search-results .filter-option-price .filter-button.active-filter::before {
  background: white;
}
#block-villa-filter .filter-option-price, #block-search-results .filter-option-price {
  padding: 20px 20px 10px;
}

.filter-count {
  text-align: center;
  margin: 30px 0 30px;
  color: rgba(65, 88, 102, 0.7);
}

@media only screen and (max-width : 819px) {
  #block-villa-filter .filter-bar.sticky, #block-search-results .filter-bar.sticky {
    top: 80px;
  }
  #block-villa-filter .mobile-filter, #block-search-results .mobile-filter {
    cursor: pointer;
  }
  #block-villa-filter .mobile-filter.active svg path, #block-search-results .mobile-filter.active svg path {
    stroke: #00a49a;
  }
  #block-villa-filter .filter-bar h4.title, #block-search-results .filter-bar h4.title {
    border: 0px solid transparent;
  }
  #block-villa-filter .filter-bar .search-bar, #block-search-results .filter-bar .search-bar {
    display: none;
  }
  #block-villa-filter .filter-bar .filter-options, #block-search-results .filter-bar .filter-options {
    display: none;
    background: #415866;
    min-height: 100vh;
    width: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 45px;
  }
  #block-villa-filter .filter-bar .filter-options .filter-option, #block-search-results .filter-bar .filter-options .filter-option {
    width: 100%;
  }
  #block-villa-filter .filter-bar .filter-options .filter-option .sh1, #block-villa-filter .filter-bar .filter-options .filter-option #villa-page .intro h3, #villa-page .intro #block-villa-filter .filter-bar .filter-options .filter-option h3, #block-search-results .filter-bar .filter-options .filter-option .sh1, #block-search-results .filter-bar .filter-options .filter-option #villa-page .intro h3, #villa-page .intro #block-search-results .filter-bar .filter-options .filter-option h3, #block-villa-filter .filter-bar .filter-options .filter-option .normal-text h3, #block-search-results .filter-bar .filter-options .filter-option .normal-text h3, .normal-text #block-villa-filter .filter-bar .filter-options .filter-option h3, .normal-text #block-search-results .filter-bar .filter-options .filter-option h3, #block-villa-filter .filter-bar .filter-options .filter-option #block-image-fullscreen .content .subtitle, #block-search-results .filter-bar .filter-options .filter-option #block-image-fullscreen .content .subtitle, #block-image-fullscreen .content #block-villa-filter .filter-bar .filter-options .filter-option .subtitle, #block-image-fullscreen .content #block-search-results .filter-bar .filter-options .filter-option .subtitle, #block-villa-filter .filter-bar .filter-options .filter-option #block-text-title h2, #block-search-results .filter-bar .filter-options .filter-option #block-text-title h2, #block-text-title #block-villa-filter .filter-bar .filter-options .filter-option h2, #block-text-title #block-search-results .filter-bar .filter-options .filter-option h2, #block-villa-filter .filter-bar .filter-options .filter-option #block-text-intro h1, #block-search-results .filter-bar .filter-options .filter-option #block-text-intro h1, #block-text-intro #block-villa-filter .filter-bar .filter-options .filter-option h1, #block-text-intro #block-search-results .filter-bar .filter-options .filter-option h1, #block-villa-filter .filter-bar .filter-options .filter-option #block-faqs .panel h3, #block-search-results .filter-bar .filter-options .filter-option #block-faqs .panel h3, #block-faqs .panel #block-villa-filter .filter-bar .filter-options .filter-option h3, #block-faqs .panel #block-search-results .filter-bar .filter-options .filter-option h3, #block-villa-filter .filter-bar .filter-options .filter-option #block-tabs .panel h3, #block-search-results .filter-bar .filter-options .filter-option #block-tabs .panel h3, #block-tabs .panel #block-villa-filter .filter-bar .filter-options .filter-option h3, #block-tabs .panel #block-search-results .filter-bar .filter-options .filter-option h3, #block-villa-filter .filter-bar .filter-options .filter-option #rates-holder h3, #block-search-results .filter-bar .filter-options .filter-option #rates-holder h3, #rates-holder #block-villa-filter .filter-bar .filter-options .filter-option h3, #rates-holder #block-search-results .filter-bar .filter-options .filter-option h3 {
    display: block;
    margin-bottom: 20px;
  }
  #block-villa-filter .filter-bar .filter-options.active, #block-search-results .filter-bar .filter-options.active {
    display: block;
  }
  #block-villa-filter .filter-bar .filter-options.active .filter-option, #block-search-results .filter-bar .filter-options.active .filter-option {
    display: block;
  }
}
.current-filter-by {
  display: none;
  border-top: 0px solid #231f20;
  border-bottom: 1px solid #00a49a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #ffffff;
  padding: 10px;
  overflow: auto;
}
.current-filter-by .selected-categories {
  clear: both;
  color: #231f20;
  margin-bottom: 10px;
  float: left;
  margin-right: 10px;
}
.current-filter-by .current-filter-by-holder {
  float: left;
}
.current-filter-by .current-filter {
  cursor: pointer;
  display: inline-block;
  color: #231f20;
  padding: 0px 10px;
  margin: 0 10px 5px 0;
  border: 1px solid #231f20;
}
.current-filter-by .current-filter span {
  color: #231f20;
  margin-left: 10px;
}
.current-filter-by .filter-clear-all {
  cursor: pointer;
  display: inline-block;
  color: #231f20;
  padding: 0px 10px;
  margin: 0 10px 0 0;
  border: 1px solid #231f20;
}

.villas {
  margin-top: 20px;
}
.villas .gutter-sizer {
  width: 3%;
}
.villas .grid-sizer {
  min-height: 0px !important;
}
.villas .villa-item {
  width: 31.3333333%;
  padding: 0;
  min-height: 250px;
  margin-bottom: 30px;
}
.villas .villa-item a {
  color: #231f20;
  display: block;
}
.villas .villa-item a h5 {
  margin: 15px 0 35px;
}
.villas .villa-item a img {
  display: block;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 0px;
}
.villas .villa-item a:hover {
  color: #00a49a;
}
.villas .villa-item a:hover img {
  filter: brightness(110%);
}

@media only screen and (max-width : 819px) {
  .villas {
    margin-top: 20px;
  }
  .villas .gutter-sizer {
    width: 0%;
  }
  .villas .villa-item {
    width: 100%;
  }
}
#block-villa-select .villas {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
#block-villa-select .villas .gutter-sizer {
  width: 3%;
}
#block-villa-select .villas .villa-item {
  width: 31.3333333%;
  padding: 0;
}
#block-villa-select .villas .villa-item a {
  color: #231f20;
  display: block;
}
#block-villa-select .villas .villa-item a h5 {
  margin: 15px 0 30px;
}
@media only screen and (max-width : 819px) {
  #block-villa-select .villas {
    margin-top: 20px;
  }
  #block-villa-select .villas .gutter-sizer {
    width: 0%;
  }
  #block-villa-select .villas .villa-item {
    width: 100%;
  }
}

::-moz-placeholder { /* Most modern browsers support this now. */
  color: #00a49a !important;
}

::placeholder { /* Most modern browsers support this now. */
  color: #00a49a !important;
}

#block-form {
  padding: 30px 0;
}
#block-form .form-input {
  width: 50%;
  float: left;
}
#block-form .form-input label {
  display: none;
}
#block-form .form-input input[type=text], #block-form .form-input input[type=number], #block-form .form-input input[type=email], #block-form .form-input input[type=date] {
  width: 100%;
  background: #ffffff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 54px;
  border-radius: 0;
  padding: 15px;
  color: #00A49A;
  box-shadow: none;
  transition: all 0.4s;
  border: 1px solid hsla(27deg, 50%, 80%, 0.4);
}
#block-form .form-input select {
  width: 100%;
  background: #ffffff;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 12px 15px;
  color: #00A49A;
  box-shadow: none;
  transition: all 0.4s;
  background-image: url("/images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  height: 54px;
  border: 1px solid hsla(27deg, 50%, 80%, 0.4);
}
#block-form .form-input textarea {
  width: 100%;
  border: none;
  resize: none;
  padding: 15px;
  color: #00A49A;
  border: 1px solid hsla(27deg, 50%, 80%, 0.4);
}
#block-form .form-title {
  width: 14%;
}
#block-form .form-title {
  width: 14%;
}
#block-form .form-first_name {
  width: 36%;
}
#block-form .form-last_name {
  width: 50%;
}
#block-form .form-number_of_adults {
  clear: both;
}
#block-form .form-date_of_arrival {
  clear: both;
}
#block-form .form-preferred_villa {
  clear: both;
}
#block-form .form-message {
  width: 100%;
}
#block-form .form-consent {
  width: 100%;
  text-align: left;
}

.form-checkbox label {
  display: block !important;
  cursor: pointer;
}
.form-checkbox input {
  opacity: 0;
  float: left;
}
.form-checkbox input:checked + label:before {
  box-shadow: inset 0 0 0 8px #00a49a;
  transition: box-shadow 0.2s ease-out;
}
.form-checkbox input:checked:focus + label {
  text-decoration: underline;
}
.form-checkbox input:checked:focus + label:before {
  outline: 0;
}
.form-checkbox input:focus + label:before {
  outline: 1px solid #00a49a;
}
.form-checkbox label {
  padding-left: 25px;
  position: relative;
}
.form-checkbox label:before {
  border: 1px solid #00a49a;
  background-color: white;
  box-shadow: inset 0 0 0 0 #00a49a;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: box-shadow 0.15s ease-in;
}

@media only screen and (max-width : 819px) {
  #block-form .form-input {
    width: 100%;
  }
  #block-form .form-title {
    width: 25%;
  }
  #block-form .form-first_name {
    width: 75%;
  }
  #block-form .form-last_name {
    width: 100%;
  }
}
#block-timeline {
  padding: 30px 0;
}
#block-timeline #thumbnail-timeline {
  border-bottom: 1px solid #ACCED9;
}
#block-timeline #thumbnail-timeline .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0px solid #000;
  font-weight: bold;
}
#block-timeline #thumbnail-timeline .year {
  text-align: center;
}
#block-timeline #thumbnail-timeline .year:after {
  content: "";
  background: #ACCED9;
  height: 27px;
  width: 1px;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
}
#block-timeline #main-timeline {
  margin: 30px 0;
}
#block-timeline #main-timeline .splide__arrows {
  opacity: 0;
}
#block-timeline #main-timeline .splide__slide.timeline-entry {
  padding-top: 30px;
  width: 800px;
  height: 420px;
  position: relative;
}
#block-timeline #main-timeline .splide__slide.timeline-entry .year {
  width: 300px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px 0 60px;
  font-family: "Trajan Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 120px;
  color: #415866;
}
#block-timeline #main-timeline .splide__slide.timeline-entry .image {
  position: absolute;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 210px;
  width: 300px;
  display: block;
}
#block-timeline #main-timeline .splide__slide.timeline-entry .image img {
  display: none;
}
#block-timeline #main-timeline .splide__slide.timeline-entry .line {
  width: 400px;
  border-bottom: 1px solid #ACCED9;
  position: absolute;
  right: 60px;
  top: 90px;
  width: 400px;
  z-index: 0;
}
#block-timeline #main-timeline .splide__slide.timeline-entry .btn, #block-timeline #main-timeline .splide__slide.timeline-entry .forsale-details a, .forsale-details #block-timeline #main-timeline .splide__slide.timeline-entry a {
  border: 1px;
  display: inline-block;
  right: 245px;
  padding: 0 10px;
  position: absolute;
  top: 70px;
}
#block-timeline #main-timeline .splide__slide.timeline-entry .btn svg, #block-timeline #main-timeline .splide__slide.timeline-entry .forsale-details a svg, .forsale-details #block-timeline #main-timeline .splide__slide.timeline-entry a svg {
  width: 15px;
  display: block;
}
#block-timeline #main-timeline .splide__slide.timeline-entry .btn svg path, #block-timeline #main-timeline .splide__slide.timeline-entry .forsale-details a svg path, .forsale-details #block-timeline #main-timeline .splide__slide.timeline-entry a svg path {
  fill: #00a49a;
}
#block-timeline #main-timeline .splide__slide.timeline-entry .btn:hover, #block-timeline #main-timeline .splide__slide.timeline-entry .forsale-details a:hover, .forsale-details #block-timeline #main-timeline .splide__slide.timeline-entry a:hover {
  background: #ffffff;
}
#block-timeline #main-timeline .splide__slide.timeline-entry .description {
  position: absolute;
  bottom: 0;
  left: 350px;
  display: table-cell;
  vertical-align: middle;
  height: 210px;
  width: 300px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
#block-timeline #main-timeline .splide__slide.timeline-entry.active {
  border: 0px solid transparent !important;
  color: #415866;
}
#block-timeline #main-timeline .splide__slide.timeline-entry:last-of-type .btn, #block-timeline #main-timeline .splide__slide.timeline-entry:last-of-type .forsale-details a, .forsale-details #block-timeline #main-timeline .splide__slide.timeline-entry:last-of-type a {
  display: none;
}

@media only screen and (max-width : 819px) {
  #block-timeline #main-timeline .splide__slide.timeline-entry {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
  #block-timeline #main-timeline .splide__slide.timeline-entry .year {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
  }
  #block-timeline #main-timeline .splide__slide.timeline-entry .line {
    top: 210px;
    width: 100%;
  }
  #block-timeline #main-timeline .splide__slide.timeline-entry .btn, #block-timeline #main-timeline .splide__slide.timeline-entry .forsale-details a, .forsale-details #block-timeline #main-timeline .splide__slide.timeline-entry a {
    top: 190px;
    right: 50%;
    margin-right: -20px;
  }
  #block-timeline #main-timeline .splide__slide.timeline-entry .image {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    display: block;
  }
  #block-timeline #main-timeline .splide__slide.timeline-entry .description {
    padding: 30px 0;
    position: relative;
    width: 100%;
    left: 0;
    vertical-align: top;
  }
}
#block-stories-filter .filter-bar {
  height: 45px;
  position: relative;
  margin: 0px;
  z-index: 10;
  background: #ffffff;
}
#block-stories-filter .filter-bar.sticky {
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
}
#block-stories-filter .filter-bar .container {
  height: 45px;
  border-bottom: 1px solid #00a49a;
}
#block-stories-filter .filter-bar h4.title {
  margin: 0;
  border-right: 0px solid #00a49a;
  float: left;
  padding-right: 20px;
  margin-right: 20px;
}
#block-stories-filter .filter-bar .search-bar {
  padding-top: 5px;
}
#block-stories-filter .filter-bar .search-bar .search-icon {
  width: 22px;
  height: auto;
  float: left;
  margin-right: 10px;
}
#block-stories-filter .filter-bar .search-bar .search-icon path {
  stroke: #231f20;
}
#block-stories-filter .filter-bar .search-bar input {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  border: 0px transparent;
  color: rgba(65, 88, 102, 0.7);
  letter-spacing: 1px;
}
#block-stories-filter .filter-bar .search-bar input:focus {
  border: 0px solid transparent !important;
  box-shadow: 0 0 0 transparent;
}
#block-stories-filter .filter-bar .search-bar input:focus-visible {
  border: 0px solid transparent !important;
  box-shadow: 0 0 0 transparent;
}
#block-stories-filter .filter-bar .filters {
  position: absolute;
  right: 0;
  top: 5px;
  text-align: right;
}
#block-stories-filter .filter-bar .filters .filter {
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  cursor: pointer;
  color: rgba(65, 88, 102, 0.7);
  letter-spacing: 1px;
}
#block-stories-filter .filter-bar .filters .filter.active {
  color: #415866;
}
#block-stories-filter .filter-bar .filter-options {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 9;
}
#block-stories-filter .filter-bar .filter-options .filter-option {
  display: none;
  text-align: left;
  background: #415866;
  color: #ffffff;
  float: left;
  margin-right: 14px;
}
#block-stories-filter .filter-bar .filter-options .filter-option.active {
  display: inline-block;
}
#block-stories-filter .filter-button {
  cursor: pointer;
  font-family: "Euclid Circular B";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  /* identical to box height, or 100% */
  text-align: left;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#block-stories-filter .filter-option-bedrooms {
  width: 210px;
  padding: 20px 0 10px 20px;
}
#block-stories-filter .filter-option-bedrooms .filter-button {
  text-align: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  padding: 18px 5px 0;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
#block-stories-filter .filter-option-bedrooms .filter-button.active-filter {
  background: white;
  color: black;
}
#block-stories-filter .container-stories {
  margin-top: 50px;
}
#block-stories-filter .story-title {
  margin-top: 30px;
}
#block-stories-filter .stories .grid-sizer {
  height: 0px !important;
  margin-bottom: 0px !important;
}
#block-stories-filter .stories .gutter-sizer {
  width: 5%;
  height: 0px !important;
  margin-bottom: 0px !important;
}
#block-stories-filter .stories .image-holder {
  height: 493px;
  background: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
#block-stories-filter .stories .image-holder img {
  display: none;
}
#block-stories-filter .stories .story-item {
  width: 30%;
  padding: 0;
  margin-bottom: 30px;
  height: 750px;
}
#block-stories-filter .stories .story-item .all-caps, #block-stories-filter .stories .story-item .mouse-box .mouse-follower, .mouse-box #block-stories-filter .stories .story-item .mouse-follower, #block-stories-filter .stories .story-item .main-nav ul, .main-nav #block-stories-filter .stories .story-item ul, #block-stories-filter .stories .story-item header .nav li a, header .nav li #block-stories-filter .stories .story-item a, #block-stories-filter .stories .story-item header, #block-stories-filter .stories .story-item .btn, #block-stories-filter .stories .story-item .forsale-details a, .forsale-details #block-stories-filter .stories .story-item a, #block-stories-filter .stories .story-item .tabs .tablink, .tabs #block-stories-filter .stories .story-item .tablink, #block-stories-filter .stories .story-item #block-grid-villa-select .villa-select .subtitle, #block-grid-villa-select .villa-select #block-stories-filter .stories .story-item .subtitle, #block-stories-filter .stories .story-item #block-quote-and-illustration .quote-from, #block-quote-and-illustration #block-stories-filter .stories .story-item .quote-from, #block-stories-filter .stories .story-item #block-journal-highlights .journals .subtitle, #block-journal-highlights .journals #block-stories-filter .stories .story-item .subtitle {
  color: rgba(65, 88, 102, 0.7);
}
#block-stories-filter .stories .story-item p {
  color: rgba(65, 88, 102, 0.7);
  font-size: 14px;
  line-height: 20px;
}
#block-stories-filter .stories .story-item .link {
  color: #00a49a;
  text-decoration: underline;
}
#block-stories-filter .stories .story-item a {
  display: block;
}
#block-stories-filter .stories .story-item a h3 {
  margin: 10px 0;
}
#block-stories-filter .stories .story-item a h5 {
  margin: 15px 0 30px;
}
#block-stories-filter .stories .story:nth-of-type(3) {
  width: 100%;
}
#block-stories-filter .stories .story:nth-of-type(4) {
  width: 65%;
}
#block-stories-filter .stories .story:nth-of-type(4) p {
  max-width: 80%;
}
#block-stories-filter .stories .story:nth-of-type(5) {
  width: 30%;
}
#block-stories-filter .stories .story:nth-of-type(9) {
  width: 30%;
}
#block-stories-filter .stories .story:nth-of-type(10) {
  width: 65%;
}
#block-stories-filter .stories .story:nth-of-type(14) {
  width: 65%;
}
#block-stories-filter .stories .story:nth-of-type(15) {
  width: 30%;
}
#block-stories-filter .stories .story:nth-of-type(19) {
  width: 30%;
}
#block-stories-filter .stories .story:nth-of-type(20) {
  width: 65%;
}

@media only screen and (max-width : 819px) {
  .stories-filter-bar .container {
    overflow-x: hidden;
  }
  .stories-filter-bar .container .filters {
    top: 0px !important;
    position: relative !important;
    margin: 15px 0 12px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
  }
  .stories-filter-bar .container .filters::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  .stories-filter-bar .container .filters li {
    margin-left: 0px !important;
    margin-right: 30px;
  }
  #block-stories-filter .container-stories {
    margin-top: 20px;
  }
  #block-stories-filter .stories .gutter-sizer {
    width: 0%;
  }
  #block-stories-filter .stories .story {
    width: 100% !important;
  }
  #block-stories-filter .stories .story-item {
    width: 100%;
  }
  #block-stories-filter .stories .story-item p {
    max-width: 100%;
  }
}
body main {
  padding: 90px 0 0;
}
body main.hide-main {
  display: none;
}

header {
  text-align: center;
  z-index: 101;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 0;
  background: #ffffff;
  transition: padding 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .nav {
  margin: 0;
  padding: 0;
}
header .nav li {
  list-style-type: none;
  display: inline-block;
}
header .nav li a {
  color: #231f20;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  letter-spacing: 0.1em;
}
header .nav li a:hover {
  color: #00a49a !important;
}
header .nav-left {
  position: absolute;
  top: 40px;
  left: 0px;
}
header .nav-left li {
  margin-right: 30px;
}
header .nav-left li a:hover {
  color: #00a49a !important;
}
header a {
  display: block;
}
header .mustique-logo {
  margin-top: 30px;
  display: inline-block;
}
header .mustique-logo path {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .nav-right {
  position: absolute;
  top: 30px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .nav-right li {
  margin-left: 30px;
}
header .icon {
  cursor: pointer;
}
header .icon path {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  stroke: #231f20;
}
header .icon:hover path {
  stroke: #00a49a !important;
}
header.sticky {
  background: #ffffff !important;
  padding: 0px;
  height: 90px;
}
header.sticky .nav li a {
  color: #231f20 !important;
}
header.sticky .mustique-logo path {
  fill: #00a49a !important;
}
header.sticky .icon path {
  stroke: #231f20 !important;
}
header.sticky .icon:hover path {
  stroke: #00a49a !important;
}
header.sticky .icon .burger .bar {
  background-color: #231f20;
}
header.nav-open {
  background: #F5EAE1 !important;
}
header.nav-open .mustique-logo path {
  fill: #00a49a !important;
}
header.nav-open .icon path {
  stroke: #00a49a !important;
}
header.nav-open .nav-left {
  display: none !important;
}
header.nav-open .search {
  display: none !important;
}
header.nav-open .nav-right-item {
  display: none !important;
}
header.nav-open .burger .bar {
  background-color: #231f20 !important;
}

@media only screen and (max-width : 819px) {
  header {
    height: 85px;
    padding: 0;
  }
  header .mustique-logo {
    width: 200px;
    height: auto;
  }
  header .nav-left {
    top: 30px;
  }
}
.mobile-label {
  display: block;
}

.desktop-label {
  display: none;
}

@media only screen and (min-width: 1090px) {
  .mobile-label {
    display: none;
  }
  .desktop-label {
    display: block;
  }
}
.burger {
  pointer-events: all;
  width: 28px;
  height: 40px;
  z-index: 2;
  overflow: hidden;
  padding: 5px;
  cursor: pointer;
  margin-top: 2px;
  position: relative;
}
.burger:hover .bar {
  background-color: #00a49a;
}

.burger .bar {
  width: 22px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  background-color: #231f20;
  transition: all 0.3s ease-in-out;
}

.burger .bar:nth-of-type(2) {
  top: calc(50% - 8px);
}

.burger .bar:nth-of-type(3) {
  top: calc(50% + 8px);
}

.burger.active .bar:nth-of-type(1) {
  display: none;
}

.burger.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.burger.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.main-nav {
  display: block;
  position: absolute;
  min-height: 100vh;
  padding: 0px 0;
  width: 100%;
  z-index: 99;
  top: 0;
  transition: background 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #F5EAE1;
}
.main-nav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 140px 0;
}
.main-nav .illustrations {
  position: absolute;
  bottom: 40px;
}
.main-nav ul li {
  margin-bottom: 15px;
}
.main-nav ul li a, .main-nav ul li .show-sub-menu {
  display: inline-block;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  /* identical to box height, or 100% */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #231f20;
  font-size: 18px;
  line-height: 28px;
}
.main-nav ul li a.active, .main-nav ul li .show-sub-menu.active {
  color: #00a49a;
}
.main-nav ul li a:hover, .main-nav ul li .show-sub-menu:hover {
  color: #00a49a;
}
.main-nav .close {
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.main-nav .close.hover {
  opacity: 0.75;
}
.main-nav .close path {
  stroke: #231f20;
}
.main-nav.scroll .close {
  top: 30px;
}
.main-nav.active {
  opacity: 1;
  pointer-events: auto;
}
.main-nav .illustrations {
  text-align: center;
  width: auto;
  height: 105px;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: #F5EAE1;
}
.main-nav .illustrations img {
  height: 105px;
  width: auto;
  opacity: 0;
}

@media only screen and (max-width : 819px) {
  .main-nav ul li {
    margin-bottom: 7px;
  }
  .main-nav ul li a {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer-illustration {
  padding-top: 60px;
}

footer {
  clear: both;
  background: #ffffff;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 0px;
  color: rgba(65, 88, 102, 0.7);
}
footer .border-top {
  border-top: 1px solid #231f20;
  padding-top: 30px;
}
footer .social-icons {
  margin-top: 10px;
}
footer .social-icons a {
  display: inline-block;
  margin-right: 7px;
}
footer h6 {
  color: #231f20;
  margin-top: 10px;
  margin-bottom: 20px;
}
footer ul {
  margin: 0;
}
footer ul li {
  margin: 0;
  list-style-type: none;
}
footer ul li a {
  color: rgba(65, 88, 102, 0.7);
}
footer ul li a:hover {
  color: #415866;
}
footer .email {
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: rgba(65, 88, 102, 0.7);
}
footer .email:hover {
  color: #415866;
}
footer .email:before {
  float: left;
  margin: 0px 10px 0 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/images/mail.png");
}
footer .phone {
  position: relative;
  display: block;
  margin-bottom: 5px;
  color: rgba(65, 88, 102, 0.7);
}
footer .phone:hover {
  color: #415866;
}
footer .phone:before {
  float: left;
  margin: 0px 10px 0 0px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/images/phone.png");
}

#block-illustration-central {
  background: #ffffff;
}
#block-illustration-central.footer-illustration {
  padding: 120px 30px;
  clear: both;
}

@media only screen and (max-width : 819px) {
  footer .border-top {
    padding-bottom: 30px;
  }
}
.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.swup-illustration-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #ffffff;
  z-index: 6;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  align-items: center;
  text-align: center;
}

.swup-illustration {
  z-index: 7;
  width: 30vw;
  margin: 0 auto;
  z-index: 999;
  background: white;
  pointer-events: none;
  min-width: 225px;
  max-width: 450px;
}
.swup-illustration img {
  width: 100%;
  height: auto;
}

html.is-animating .swup-illustration-bg {
  opacity: 1;
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.loading-images .splide__slide {
  background: #ffffff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}

.splide-crossfade .splide__slide:first-of-type,
.splide-crossfade .is-prev {
  opacity: 1 !important;
}

input:focus, textarea:focus {
  outline: none !important;
}

.search-holder {
  background: rgba(0, 164, 154, 0.75);
  background-image: url("/images/search-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  z-index: 9999;
}
.search-holder ::-moz-placeholder { /* Most modern browsers support this now. */
  color: #00a49a !important;
  opacity: 1;
}
.search-holder ::placeholder { /* Most modern browsers support this now. */
  color: #00a49a !important;
  opacity: 1;
}
.search-holder.active {
  opacity: 1;
  pointer-events: all;
}
.search-holder.active .search-close {
  pointer-events: all;
}
.search-holder.active .search-close .burger {
  pointer-events: all;
}
.search-holder .search-form-holder {
  position: relative;
  display: flex;
}
.search-holder .search-close {
  pointer-events: none;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  background: #00a49a;
  border-radius: 33px;
  height: 45px;
  width: 45px;
  text-align: center;
}
.search-holder .search-close .burger {
  display: inline-block;
  pointer-events: none;
}
.search-holder .search-close .burger .bar {
  background-color: white;
}
.search-holder .search-close .burger:hover .bar {
  background-color: black;
}
.search-holder #search-form {
  position: absolute;
  top: 40%;
  padding: 50px 20vw;
  width: 100%;
}
.search-holder #search-form input {
  background: rgb(255, 255, 255);
  border: 0px solid transparent;
  font-size: 5vw;
  color: #00a49a !important;
  width: 100%;
  padding: 1.25rem 2rem;
  flex: 7;
}
.search-holder #search-form p {
  color: #00a49a;
  text-align: right;
}
.search-holder #search-form .btn, .search-holder #search-form .forsale-details a, .forsale-details .search-holder #search-form a {
  flex: 1;
  background: #00a49a;
  z-index: 9;
  padding: 1.95rem 2rem;
  z-index: 9;
  font-size: 5vw;
}
.search-holder #search-form .btn:hover, .search-holder #search-form .forsale-details a:hover, .forsale-details .search-holder #search-form a:hover {
  background: #FF7865;
}

.page-template-search main {
  margin-top: 30px;
}

@media only screen and (max-width : 819px) {
  .search-holder #search-form {
    padding: 50px 4vw;
  }
  #block-illustration-central.footer-illustration {
    padding: 60px 30px 40px;
  }
  .page-template-home header .nav-left {
    position: absolute;
    top: 30px;
    left: 0px;
  }
  .page-template-home header .nav-right {
    position: absolute;
    top: 20px;
  }
  footer .row {
    margin-bottom: 0;
  }
  footer #block-faqs {
    border-top: 1px solid #231f20;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer #block-faqs .accordion {
    border-bottom: 1px solid #231f20;
  }
  footer #block-faqs .panel .copy {
    padding: 5px 0 10px;
  }
  footer #block-faqs .panel .copy ul {
    margin: 10px 0;
  }
  footer .first-border-top {
    border-top: 0px;
  }
  footer .copyright-footer {
    padding-bottom: 30px;
  }
  footer .copyright-footer .social-icons {
    padding-bottom: 20px;
  }
  footer .copyright-footer .border-top {
    border-top: 0;
    padding: 15px 0;
  }
  footer .copyright-footer .owners-border-bottom {
    border-bottom: 1px solid #231f20;
  }
  footer .copyright-footer .owners-portal {
    width: 100%;
  }
  footer .copyright-footer .social-border-top {
    padding: 30px 0 0;
  }
  footer .copyright-footer .copyright-border-top {
    border: 0;
    padding: 0px;
  }
}
.page-template-home header {
  text-align: center;
  z-index: 119;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 25px 0;
  background: #ffffff;
  transition: padding 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-template-home header .nav {
  margin: 0;
  padding: 0;
}
.page-template-home header .nav li {
  list-style-type: none;
  display: inline-block;
}
.page-template-home header .nav li a {
  color: #231f20;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  letter-spacing: 0.1em;
}
.page-template-home header .nav li a:hover {
  color: #00a49a;
}
.page-template-home header .nav-left {
  position: absolute;
  top: 40px;
  left: 0px;
}
.page-template-home header .nav-left li {
  margin-right: 30px;
}
.page-template-home header .nav-left li a:hover {
  color: #00a49a;
}
.page-template-home header a {
  display: block;
}
.page-template-home header .mustique-logo {
  margin-top: 30px;
  display: inline-block;
}
.page-template-home header .mustique-logo path {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-template-home header .nav-right {
  position: absolute;
  top: 30px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-home header .nav-right li {
  margin-left: 30px;
}
.page-template-home header .nav-right li a:hover {
  color: #00a49a;
}
.page-template-home header .icon {
  cursor: pointer;
}
.page-template-home header .icon path {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  stroke: #231f20;
}
.page-template-home header .icon:hover path {
  stroke: #00a49a;
}
.page-template-home header.sticky {
  background: #ffffff !important;
  padding: 0px;
  height: 90px;
}
.page-template-home header.sticky .nav li a {
  color: #231f20 !important;
}
.page-template-home header.sticky .nav li a:hover {
  color: #00a49a !important;
}
.page-template-home header.sticky .mustique-logo path {
  fill: #00a49a !important;
}
.page-template-home header.sticky .icon path {
  stroke: #231f20 !important;
}
.page-template-home header.sticky .icon:hover path {
  stroke: #00a49a !important;
}
.page-template-home header.sticky .burger .bar {
  background: #231f20 !important;
}
.page-template-home header.sticky .burger:hover .bar {
  background: #00a49a !important;
}
.page-template-home header .burger .bar {
  background: #ffffff;
}
.page-template-home header .burger:hover .bar {
  background: #00a49a;
}
.page-template-home header {
  background: transparent;
  height: 140px;
}
.page-template-home header .mustique-logo path {
  fill: #ffffff;
}
.page-template-home header .nav li a {
  color: #ffffff;
}
.page-template-home header .icon path {
  stroke: #ffffff;
}
.page-template-home header.sticky {
  background: #ffffff !important;
  padding: 0px;
  height: 90px;
}
.page-template-home header.sticky .nav li a {
  color: #231f20 !important;
}
.page-template-home header.sticky .mustique-logo path {
  fill: #00a49a !important;
}
.page-template-home header.sticky .icon path {
  stroke: #231f20 !important;
}
.page-template-home main {
  padding: 0;
}

.villa-image-fullscreen {
  height: calc(100vh - 211px) !important;
  overflow: hidden;
}
.villa-image-fullscreen .image-holder {
  height: calc(100vh - 209px);
  overflow: hidden;
  background-size: cover;
}
.villa-image-fullscreen .subtitle, .villa-image-fullscreen h1 {
  transition: all 0.7s ease-in;
}
.villa-image-fullscreen .subtitle.active {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.villa-image-fullscreen h1.active {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#villa-page {
  background: #ffffff;
  color: #415866;
}
#villa-page #sub-menu-holder {
  height: 80px;
  position: relative;
}
#villa-page #sub-menu-sticky {
  position: relative;
  background: white;
  z-index: 5;
  height: 80px;
  transition: all 0.3s ease;
}
#villa-page #sub-menu-sticky .container {
  box-shadow: 0px 1px 0px #00a49a;
  position: relative;
  width: 95%;
  max-width: 1800px;
}
#villa-page #sub-menu-sticky .col {
  padding: 0;
}
#villa-page #sub-menu-sticky h2 {
  margin-top: 30px;
  font-family: "trajan-pro-3", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
#villa-page #sub-menu-sticky.sticky {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
}
#villa-page #sub-menu-sticky .sub-menu {
  margin-top: 30px;
  text-align: right;
}
#villa-page #sub-menu-sticky .sub-menu li {
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
#villa-page #sub-menu-sticky .sub-menu li:hover {
  opacity: 0.75;
}
#villa-page #information {
  margin-top: 0px;
  margin-bottom: 75px;
  font-size: 14px;
}
#villa-page #information h3 {
  color: #231f20;
  margin-top: 70px;
}
#villa-page #information .intro {
  margin-top: 70px;
  margin-right: 2vw;
}
#villa-page #information .features-row-2 h3 {
  margin-top: 30px;
}
#villa-page .features td {
  padding: 0px;
}
#villa-page .features tr {
  margin-bottom: 2px;
  display: block;
}
#villa-page .features .icon {
  padding: 0px 10px 0px 0px;
  width: 30px;
  vertical-align: top;
}
#villa-page .features .icon img {
  width: 26px;
  padding: 0px 0 2px;
  height: auto;
}
#villa-page .features .detail {
  padding: 5px 0px 0px 0px;
  vertical-align: top;
  line-height: 18px;
}
#villa-page .intro {
  font-size: 16px;
  line-height: 22px;
  color: #415866;
}
#villa-page .intro blockquote {
  margin: 0;
}
#villa-page .intro h3 {
  color: #231f20;
}
#villa-page .villa-illustration-spacer {
  height: 100px;
  display: block;
}
#villa-page .illustration {
  text-align: center;
}
#villa-page .illustration img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#villa-page #image-gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}
#villa-page #image-gallery .hide-image {
  display: none;
}
#villa-page #image-gallery .gutter-sizer {
  width: 2%;
}
#villa-page #image-gallery .grid-sizer, #villa-page #image-gallery .grid-item {
  width: 49%;
}
#villa-page #image-gallery .image {
  position: relative;
  display: block;
}
#villa-page #image-gallery .image .expand {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  background: #ffffff;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#villa-page #image-gallery .image .expand span {
  background: #231f20;
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 17px;
  left: 23px;
}
#villa-page #image-gallery .image .expand span:first-of-type {
  width: 15px;
  height: 1px;
  left: 17px;
  top: 24px;
}
#villa-page #image-gallery .image:hover .expand {
  display: block;
}
#villa-page #image-gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 4%;
  display: block;
}
#villa-page #block-faqs {
  padding: 50px 0 70px;
}
#villa-page #block-faqs .rates blockquote {
  margin: 0px;
  width: 50%;
}
#villa-page #block-faqs .rates blockquote strong {
  float: right;
}
#villa-page #block-faqs .rates a {
  text-decoration: underline;
}
#villa-page #block-faqs .copy {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
#villa-page #block-grid-images-with-overlay {
  margin-top: 50px;
  text-align: center;
}

.mapbox-improve-map {
  display: none;
}

a.mapboxgl-ctrl-logo {
  display: none !important;
}

.mapboxgl-ctrl-attrib-inner {
  display: none;
}

.lg-backdrop {
  background: #ffffff !important;
}

.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar, .lg-show-in.lg-hide-sub-html .lg-sub-html {
  background: transparent !important;
  color: black !important;
}

.lg-toolbar .lg-icon:hover {
  color: #231f20;
}

.floor-plan-gallery {
  background: #F5EAE1;
}
.floor-plan-gallery .lg-backdrop {
  background: #F5EAE1 !important;
}

@media only screen and (max-width : 819px) {
  #villa-page #image-gallery img {
    margin-bottom: 2.5vw;
  }
  #villa-page #block-faqs .rates blockquote {
    width: 100%;
  }
  #villa-page #information .intro {
    width: 100%;
  }
  #villa-page #sub-menu-holder, #villa-page #sub-menu-sticky {
    height: 74px;
  }
  .villa-menu-holder {
    overflow-x: hidden;
  }
  .villa-menu-holder .sub-menu {
    margin: 20px 0 15px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
  }
  .villa-menu-holder .sub-menu::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
  .villa-menu-holder .sub-menu li {
    margin-left: 0px !important;
    margin-right: 30px;
  }
  #block-faqs .rates blockquote {
    width: 100%;
  }
  #villa-page #image-gallery {
    margin-top: 2.5vw;
    margin-bottom: 50px;
  }
  #villa-page #image-gallery .hide-image {
    display: none;
  }
  #villa-page #image-gallery .gutter-sizer {
    width: 0%;
  }
  #villa-page #image-gallery .grid-sizer, #villa-page #image-gallery .grid-item {
    width: 100%;
  }
}
.enquire-pop-up {
  position: absolute;
  top: 0;
  min-height: 100vh;
  width: 100vw;
  background: #F5EAE1;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  display: flex;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}
.enquire-pop-up.active {
  opacity: 1;
  pointer-events: all;
}
.enquire-pop-up section {
  background: #F5EAE1;
  width: 100%;
}
.enquire-pop-up .close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 9999;
}
.enquire-pop-up .close.hover {
  opacity: 0.75;
}
.enquire-pop-up .close path {
  stroke: #231f20;
}

.lg-counter {
  font-family: "Euclid";
}

[x-cloak] {
  display: none !important;
}

.hidden {
  display: none;
}

.mouse-box {
  cursor: none;
  overflow: hidden;
  position: relative;
}
.mouse-box a {
  cursor: none;
}
.mouse-box .mouse-follower {
  background: #00a49a;
  z-index: 995;
  width: 75px;
  height: 75px;
  border-radius: 100px;
  text-align: center;
  letter-spacing: 2px;
  color: white !important;
  padding: 32px 0;
  font-size: 10px;
  opacity: 0;
  position: absolute;
  top: -10px;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.mouse-box:hover .mouse-follower {
  opacity: 1;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media only screen and (max-width : 819px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
