body.home {
  margin: 0;
  font-family: 'Lato', sans-serif;
}
.header{padding: 20px 20px}
section.container {
  background-color: #232323;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header.social-media-icons {
  position: relative;
  text-align: center;
  padding: 0 20px 0 0;
}
.social-media-icons {
  display: block;
  text-align: right;
}
.social-icon {
  height: 30px;
  width: 30px;
  margin-left: 10px;
  background: none repeat scroll 0 0 #fff;
      background-image: none;
  display: inline-flex;
  text-decoration: none;
  color:#363636; 
}
.social-media-icons a:hover{
  background-color: #66ccff;
  color: #fff;
}
.social-icon i {
  text-align: center !important;
  padding: 7px;
  font-size: 19px;
  font-weight: bold;
}

.social-icon.icon-fb{
  background-image: url(images/social_fb.png);
}
.social-icon.icon-twitter{
  background-image: url(images/social_tw.png);
}
.social-icon.icon-yelp{
  background-image: url(images/social_yelp.png);
}
.harvest-sites{
  padding: 30px;
}
.harvest-sites a {
  min-width: 280px;
  /* height: 40px; */
  border: 3px solid #363636;
  /* float: left; */
  color: #fff;
  font-size: 16px;
  padding: 20px 20px;
  text-decoration: none;
  /* text-align: center; */
  display: block;
  position: relative;
  margin-top: 20px;
  font-weight: bold;

}
.harvest-sites a.site i {
  position: absolute;
  right: 20px;
}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
:root {
  --fz-html: 62.5%;
  --fz-base: 1.6rem;
  --fw-base: 400;
  --lh-base: 1.5;
  --ff-base: "Lora", Helvetica, Arial, sans-serif;
  --ff-miller: "Miller", sans-serif;
  --ff-delafield: "Mrs Saint Delafield", sans-serif;
  --c-base: var(--c-black);
  --c-black: #000;
  --c-white: #fff;
  --c-gray: #dbe0e6;
  --c-gray-2: #5f5f5f;
  --c-gray-3: #e5e5e5;
  --t-duration: 0.4s;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=button],
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
  }
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/Lora-Regular.woff2") format("woff2"), url("../assets/fonts/Lora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/Lora-Bold.woff2") format("woff2"), url("../assets/fonts/Lora-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/Lora-Italic.woff2") format("woff2"), url("../assets/fonts/Lora-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../assets/fonts/Lora-BoldItalic.woff2") format("woff2"), url("../assets/fonts/Lora-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Miller";
  src: url("../assets/fonts/Miller-TextSC.woff2") format("woff2"), url("../assets/fonts/Miller-TextSC.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mrs Saint Delafield";
  src: url("../assets/fonts/MrsSaintDelafield-Regular.woff2") format("woff2"), url("../assets/fonts/MrsSaintDelafield-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: var(--fz-html);
}
body {
  min-width: 320px;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: var(--fz-base);
  line-height: var(--lh-base);
  color: var(--c-base);
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1023px) {
  body.nav-open {
    overflow: hidden;
  }
}
body.nav-open .nav-btn span:nth-child(2) {
  opacity: 0;
}
body.nav-open .nav-btn span:nth-child(1) {
  transform: translateY(1rem) translateX(-0.2rem) rotate(45deg);
}
body.nav-open .nav-btn span:nth-child(3) {
  transform: translateY(-0.6rem) translateX(-0.2rem) rotate(-45deg);
}
@media (max-width: 1023px) {
  body.nav-open .header .header__nav {
    opacity: 1;
    pointer-events: auto;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  a:where(:hover, :focus-visible) {
    text-decoration: none;
  }
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(var(--lh-base) * 0.5em);
  font-family: var(--ff-miller);
  font-weight: 400;
}
.h1,
h1 {
  font-size: 8.7rem;
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
}
.h2,
h2 {
  font-size: 5rem;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: 3.5rem;
  }
}
.h3,
h3 {
  font-size: 2.3rem;
}
.h4,
h4 {
  font-size: 2rem;
}
.h6,
h6 {
  font-size: 1.8rem;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: calc(var(--lh-base) * 0.5em);
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
picture {
  display: block;
}
section {
  position: relative;
}
p {
  margin-bottom: 2.4rem;
}
p:last-child() {
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[hidden],
.hidden {
  display: none !important;
}
[disabled],
.disabled {
  cursor: default;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	bg-colors
\* ------------------------------------------------------------ */
.bg--dark {
  background-color: var(--c-black);
  color: var(--c-white);
}
.bg--dark .decoration--lg {
  opacity: 1;
}
.bg--gray {
  background-color: var(--c-gray-3);
}
/* ------------------------------------------------------------ *\
	modifications
\* ------------------------------------------------------------ */
.text--artistic {
  position: relative;
  padding: 5.7rem 0;
  --decoration-color: currentcolor;
}
.text--artistic:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 26.9rem;
  height: 4rem;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  mask-image: url(images/temp/text-decoration.svg);
  background-color: var(--decoration-color);
  transform: translate(-50%, 3.9rem);
  content: "";
}
@media (max-width: 1023px) {
  .text--artistic:before {
    max-width: 100%;
  }
}
.text--artistic:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 26.9rem;
  height: 4rem;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: currentColor;
  mask-image: url(images/temp/text-decoration.svg);
  background-color: var(--decoration-color);
  transform: translate(-50%, -4.1rem) rotate(180deg);
  content: "";
}
@media (max-width: 1023px) {
  .text--artistic:after {
    max-width: 100%;
  }
}
/* ------------------------------------------------------------ *\
	.article-menu
\* ------------------------------------------------------------ */
.article-menu h3 {
  font-family: var(--ff-delafield);
  font-size: 10rem;
}
@media (max-width: 1023px) {
  .article-menu h3 {
    font-size: 7rem;
  }
}
.article-menu .article__head {
  text-align: center;
  margin-bottom: 2.6rem;
}
.article-menu .article__head:last-child() {
  margin-bottom: 0;
}
.article-menu .article__image {
  margin-bottom: 6.5rem;
  text-align: center;
}
.article-menu .article__image:last-child() {
  margin-bottom: 0;
}
.article-menu .article__body {
  max-width: 75.1rem;
  margin: 0 auto;
}
.article-menu .article__info {
  text-align: center;
  font-size: 1.8rem;
  max-width: 60rem;
  margin: 0 auto 4rem;
}
.article-menu .article__info:last-child() {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	.article-simple
\* ------------------------------------------------------------ */
.article-simple .article__image {
  margin-bottom: 3.4rem;
}
.article-simple .article__image:last-child() {
  margin-bottom: 0;
}
.article-simple .article__entry h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: var(--ff-lora);
}
/* ------------------------------------------------------------ *\
	.article
\* ------------------------------------------------------------ */
.article {
  margin-bottom: 5.2rem;
}
.article:last-child() {
  margin-bottom: 0;
}
.article .article__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-flow: row wrap;
  --gap-x: 6.7rem;
  --gap-y: 4rem;
  margin: calc(var(--gap-y, 0px) / 2 * -1) calc(var(--gap-x, 0px) / 2 * -1);
}
@media (max-width: 767px) {
  .article .article__inner {
    display: block;
  }
}
.article .article__media {
  flex: 0 0 55.7%;
  max-width: 55.7%;
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
}
@media (max-width: 767px) {
  .article .article__media {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.article .article__media picture {
  position: relative;
  padding-top: 72.6%;
}
.article .article__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .article__content {
  flex: 0 0 44.3%;
  max-width: 44.3%;
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2) 2.8rem;
}
@media (max-width: 767px) {
  .article .article__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.article h5 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  font-family: var(--ff-lora);
}
.article h5:last-child() {
  margin-bottom: 0;
}
.article .article__entry {
  margin-bottom: 4.4rem;
}
.article .article__entry:last-child() {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	reversed
\* ------------------------------------------------------------ */
.article--reverse .article__inner {
  flex-direction: row-reverse;
}
/* ------------------------------------------------------------ *\
	.bar
\* ------------------------------------------------------------ */
.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--c-black);
  color: var(--c-white);
  padding: 1.5rem 0 1.7rem;
  z-index: 1;
}
@media (max-width: 1023px) {
  .bar {
    padding: 0.5rem 0 1.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 760px) {
  .bar {
    position: fixed;
    background: #000 !important;
    z-index: 99999;
  }
  .slick-dots {
    margin: 20px 0 0 0 !important;
  }
}
.slick-dots {
  margin-top: 5rem;
}
/* ------------------------------------------------------------ *\
	.box
\* ------------------------------------------------------------ */
.box .box__image {
  position: relative;
  padding-top: 77.6%;
  margin: 0 1rem 2.6rem 1rem;
}
.box .box__image:last-child() {
  margin-bottom: 0;
}
.box .box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box .box__inner {
  display: flex;
}
.box .box__date {
  border: 1px solid currentcolor;
  width: 7.7rem;
  height: 7.7rem;
  flex: 0 0 7.7rem;
  margin-right: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-top: 0.9rem;
}
.box .box__date span {
  font-size: 3.7rem;
  font-weight: 700;
  display: inline-block;
  font-style: italic;
  line-height: 1;
}
.box .box__date small {
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: 700;
}
.box .box__main h3 {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 2.3rem;
  padding-right: 2.6rem;
  text-transform: uppercase;
  font-family: var(--ff-lora);
}
.box .box__main h3:last-child() {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	.boxes
\* ------------------------------------------------------------ */
.boxes .grid {
  --grid-cols: 4;
  gap: 2.6rem;
}
@media (max-width: 1440px) {
  .boxes .grid {
    --grid-cols: 2;
  }
}
@media (max-width: 767px) {
  .boxes .grid {
    --grid-cols: 1;
  }
}
.btn {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  text-align: center;
  text-transform: uppercase;
  transition: background-color var(--t-duration), color var(--t-duration), border-color var(--t-duration);
  font-family: var(--ff-miller);
  background-color: var(--c-black);
  color: var(--c-white);
  border: 1px solid var(--c-black);
  padding: 1.5rem 1.5rem;
  min-width: 15.9rem;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background-color: var(--c-white);
    color: var(--c-black);
    border-color: var(--c-black);
  }
}
.btn--block {
  display: block;
  padding-inline: 0;
}
/* ------------------------------------------------------------ *\
	styles
\* ------------------------------------------------------------ */
.btn--light-outlined {
  background-color: transparent;
  border-color: var(--c-white);
  color: var(--c-white);
}
@media (hover: hover) and (pointer: fine) {
  .btn--light-outlined:hover {
    color: var(--c-black);
    background-color: var(--c-white);
    border-color: var(--c-white);
  }
}
/* ------------------------------------------------------------ *\
	.decoration
\* ------------------------------------------------------------ */
.decoration {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .decoration {
    max-width: 50vw;
  }
}
@media (max-width: 767px) {
  .decoration {
    max-width: 60vw;
  }
}
/* ------------------------------------------------------------ *\
	position
\* ------------------------------------------------------------ */
.decoration--position-1 {
  bottom: 0;
  left: 0;
  top: auto;
  transform: translate(-28%, 57%);
  z-index: 1;
}
@media (max-width: 1660px) {
  .decoration--position-1 {
    transform: translate(-28%, 57%) scale(0.7);
  }
}
@media (max-width: 1023px) {
  .decoration--position-1 {
    transform: translate(-28%, 27%) scale(0.7);
  }
}
.decoration--position-2 {
  top: 0;
  left: 0;
  right: 0;
}
.decoration--position-3 {
  top: 0;
  right: 0;
  left: auto;
  z-index: -1;
  transform: translate(0%, -34.2%);
}
@media (max-width: 1660px) {
  .decoration--position-3 {
    transform: translate(0%, -34.2%);
  }
}
.decoration--position-4 {
  top: 0;
  right: 0;
  left: auto;
  z-index: 1;
  transform: translate(35%, -53.2%);
}
@media (max-width: 1660px) {
  .decoration--position-4 {
    transform: translate(35%, -53.2%) scale(0.7);
  }
}
.decoration--position-5 {
  top: auto;
  bottom: 0;
  z-index: 1;
  transform: translate(-18%, 11.2%);
}
@media (max-width: 1660px) {
  .decoration--position-5 {
    transform: translate(-36%, 26.2%) scale(0.7);
  }
}
/* ------------------------------------------------------------ *\
	sizing
\* ------------------------------------------------------------ */
.decoration--lg {
  width: 100%;
  opacity: 0.07;
}
.decoration--lg img {
  width: 100%;
}
/* ------------------------------------------------------------ *\
	.fotoer
\* ------------------------------------------------------------ */
.footer {
  padding: 8.6rem 0 4rem;
  background-color: #0a0a0a;
  color: var(--c-white);
}
@media (max-width: 1023px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer .footer__inner {
  display: flex;
  padding-left: 0.8rem;
}
@media (max-width: 1199px) {
  .footer .footer__inner {
    display: block;
    padding-left: 0;
  }
}
.footer .footer__logo {
  flex: 0 0 14.3rem;
  max-width: 14.3rem;
  margin-right: 6rem;
  display: inline-block;
}
@media (max-width: 1023px) {
  .footer .footer__logo {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .footer .footer__logo:last-child() {
    margin-bottom: 0;
  }
}
.footer .footer__main {
  padding-top: 1.8rem;
}
.footer .footer__info {
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 3.7rem;
}
.footer .footer__info ul li p {
  display: flex;
}
.footer .footer__info ul li p label {
  margin-right: 5px;
}

@media (max-width: 1023px) {
  .footer .footer__info {
    padding-bottom: 2rem;
  }
}
.footer .footer__info ul {
  list-style-type: none;
  padding-left: 0;
}
.footer .footer__info > ul {
  display: flex;
  flex-flow: row wrap;
  --gap-x: 5.8rem;
  --gap-y: 2rem;
  margin: calc(var(--gap-y, 0px) / 2 * -1) calc(var(--gap-x, 0px) / 2 * -1);
}
@media (max-width: 1023px) {
  .footer .footer__info > ul {
    --gap-y: 5rem;
  }
}
.footer .footer__info > ul > li {
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
  position: relative;
}
@media (max-width: 1023px) {
  .footer .footer__info > ul > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer__info > ul > li + li {
  border-left: 0px solid #1c1c1c;
}
@media (max-width: 1023px) {
  .footer .footer__info > ul > li + li {
    border-left: 0;
    border-top: 1px solid #1c1c1c;
  }
}
.footer .footer__info > ul ul {
  columns: 2;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .footer .footer__info ul ul {
    columns: 1 !important;
  }
}
.footer .footer__info > ul ul li:nth-child(even) {
  padding-left: 1rem;
}
.footer .footer__info .h6 {
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
  font-family: var(--ff-lora);
  display: block;
  margin-bottom: -0.2rem;
}
.footer .footer__info .h6:last-child() {
  margin-bottom: 0;
}
.footer .footer__info a {
  text-decoration: underline;
  display: inline-block;
  transition: opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer__info a:hover {
    opacity: 0.6;
  }
}
.footer .footer__info p {
  margin-bottom: 0rem;
}
.footer .footer__info p:last-child() {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	.gallery
\* ------------------------------------------------------------ */
.gallery .grid {
  --grid-cols: 3;
  gap: 2.5rem 2.5rem;
}
@media (max-width: 1023px) {
  .gallery .grid {
    --grid-cols: 2;
  }
}
@media (max-width: 767px) {
  .gallery .grid {
    --grid-cols: 1;
  }
}
.gallery .gallery__image {
  position: relative;
  padding-top: 100%;
}
@media (max-width: 767px) {
  .gallery .gallery__image {
    width: 100%;
  }
}
.gallery .gallery__image picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery .gallery__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------ *\
	gallery secondary
\* ------------------------------------------------------------ */
.gallery--secondary .grid {
  --grid-cols: 4;
  gap: 2px;
}
@media (max-width: 1199px) {
  .gallery--secondary .grid {
    --grid-cols: 2;
  }
}
@media (max-width: 767px) {
  .gallery--secondary .grid {
    --grid-cols: 1;
  }
}
.gallery--secondary .grid .gallery__image {
  padding-top: 90%;
}
.grid-flex {
  --grid-gutter: 2rem;
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--grid-gutter) / 2 * -1);
}
.grid-flex .grid__col {
  --grid-cols: 1;
  padding-inline: calc(var(--grid-gutter) / 2);
  max-width: calc(100% / var(--grid-cols));
  flex: 0 0 calc(100% / var(--grid-cols));
}
.grid-flex .grid__col--1of2 {
  --grid-cols: 2;
}
.grid-flex .grid__col--1of3 {
  --grid-cols: 3;
}
.grid-flex .grid__col--1of4 {
  --grid-cols: 4;
}
.grid-flex .grid__col--1of5 {
  --grid-cols: 5;
}
.grid-flex .grid__col--1of6 {
  --grid-cols: 6;
}
.grid {
  --grid-cols: 1;
  --grid-gutter: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-cols), 1fr);
  gap: var(--grid-gutter);
}
.grid--size-1of2 {
  --grid-cols: 2;
}
.grid--size-1of3 {
  --grid-cols: 3;
}
.grid--size-1of4 {
  --grid-cols: 4;
}
.grid--size-1of5 {
  --grid-cols: 5;
}
.grid--size-1of6 {
  --grid-cols: 6;
}
/* ------------------------------------------------------------ *\
	.header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  top: var(--bar-height, 0px);
  left: 0;
  width: 100%;
  background-color: transparent;
  color: var(--c-white);
  padding: 5.9rem 0 3rem;
  z-index: 99;
}
@media (max-width: 1023px) {
  .header {
    padding: 2rem 0;
  }
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .header .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--current-dvh, 1vh) * 100);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    overflow-y: auto;
    padding: var(--header-height, 0px) var(--shell-gutter);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    display: flex;
    transition: opacity var(--t-duration);
  }
  .header .header__nav .nav {
    margin: auto;
    text-align: center;
  }
}
.header .header__nav .nav-btn {
  position: absolute;
  top: var(--bar-height, 0px);
  right: 4rem;
}
@media (max-width: 767px) {
  .header .header__nav .nav-btn {
    right: 1.5rem;
    top: 4rem;
  }
  .header {
    position: fixed;
    top: 48px;
    background: #000;
  }
}
/* ------------------------------------------------------------ *\
	.hero
\* ------------------------------------------------------------ */
.hero {
  min-height: calc(100vh - var(--bar-height, 0px));
  display: flex;
  align-items: center;
  padding: calc(var(--header-height, 0px) + 3rem) 0;
  position: relative;
  color: var(--c-white);
  text-align: center;
}
.hero .shell {
  margin: auto;
}
.hero .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__background:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c-black);
  opacity: 0.63;
  content: "";
}
.hero .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero__inner {
  position: relative;
  padding-top: 5.3rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  .hero .hero__inner {
    padding-top: 0;
  }
}
.hero__logo img,
.harvest-logo img {
  filter:invert(100%) saturate(0%);
  width:245px;
}
.footer__logo img {
  filter:invert(100%) saturate(0%);
  width:100%;
}
.hero .hero__logo {
  margin-bottom: 3.5rem;
}
@media (max-width: 1023px) {
  .hero .hero__logo {
    max-width: 20rem;
    margin: 0 auto 3.5rem;
  }
}
@media (max-width: 767px) {
  .header.social-media-icons {
    display: none !important;
  }
  .hero .hero__logo {
    max-width: 15rem;
  }
  .footer__logo img {
    filter:invert(100%) saturate(0%);
  }
  .footer .footer__info ul li p {
    display: block;
  }
  .footer .footer__info > ul ul li:nth-child(even) {
    padding-left: 0;
  }
  .hero__logo img {
    filter:invert(100%) saturate(0%);
  }
}
.hero .hero__logo:last-child() {
  margin-bottom: 0;
}
.hero h1 {
  margin-bottom: -2rem;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .hero h1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero h1 {
    margin-bottom: 2rem;
  }
}
.hero h1:last-child() {
  margin-bottom: 0;
}
.hero h2 {
  text-transform: uppercase;
}
/* ------------------------------------------------------------ *\
	.list-address
\* ------------------------------------------------------------ */
.list-address {
  text-transform: uppercase;
  line-height: 2;
  font-family: var(--ff-miller);
}
.list-address a {
  color: #fff;
  text-decoration: none;
}
.list-address ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  --gap-x: 3.5rem;
  --gap-y: 2rem;
  margin: calc(var(--gap-y, 0px) / 2 * -1) calc(var(--gap-x, 0px) / 2 * -1);
}
@media (max-width: 1023px) {
  .list-address ul {
    justify-content: center;
    text-align: center;
    --gap-y: 1rem;
  }
}
.list-address li {
  position: relative;
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
}
/*
.list-address li + li:before {
  position: absolute;
  top: 35%;
  left: 0;
  width: 1px;
  height: 1.8rem;
  background-color: currentcolor;
  content: "";
  transform: translateY(-50%);
}
  */
@media (max-width: 1023px) {
  .list-address li + li:before {
    display: none;
  }
}
.list-address address {
  margin: 0;
  padding: 0 1.2rem;
  display: inline-block;
}
.list-address .address--light {
  background-color: var(--c-white);
  color: var(--c-black);
}
.list-address .address--light a {
  color: #000;
  text-decoration: none;
}
/* ------------------------------------------------------------ *\
	.list-prices
\* ------------------------------------------------------------ */
.list-prices {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.111;
  margin-bottom: 4.7rem;
  padding-bottom: 4.6rem;
  border-bottom: 2px solid var(--c-gray);
}
.list-prices:last-child() {
  margin-bottom: 0;
}
.list-prices ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  --gap-x: 11.2rem;
  --gap-y: 4rem;
  margin: calc(var(--gap-y, 0px) / 2 * -1) calc(var(--gap-x, 0px) / 2 * -1);
}
@media (max-width: 767px) {
  .list-prices ul {
    --gap-y: 8rem;
  }
}
.list-prices li {
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .list-prices li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.list-prices li:nth-child(even) {
  position: relative;
}
.list-prices li:nth-child(even):after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 80%;
  background-color: var(--c-gray);
  transform: translateY(-50%);
  content: "";
}
@media (max-width: 767px) {
  .list-prices li:nth-child(even):after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - var(--shell-gutter) * 2);
    height: 2px;
  }
}
.list-prices h4 {
  font-size: 3.6rem;
  line-height: 1.055;
  font-weight: 700;
  font-family: var(--ff-base);
  margin-bottom: 1.8rem;
}
.list-prices h4:last-child() {
  margin-bottom: 0;
}
.list-prices h4 small {
  vertical-align: middle;
  font-size: 1.3rem;
  text-transform: normal;
  padding-left: 1.2rem;
  position: relative;
  top: -0.3em;
}
.list-prices p {
  margin-bottom: 0;
}
.list-prices p:last-child() {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	.main
\* ------------------------------------------------------------ */
.main {
  padding-top: var(--bar-height, 0px);
}
/* ------------------------------------------------------------ *\
	Nav-Btn
\* ------------------------------------------------------------ */
.nav-btn {
  display: none;
  position: relative;
  width: 2.7rem;
  pointer-events: auto;
  align-self: flex-start;
}
@media (max-width: 1023px) {
  .nav-btn {
    display: block;
    top: 0.7rem;
    right: 1.6rem;
  }
}
@media (max-width: 374px) {
  .nav-btn {
    right: 0;
  }
}
.nav-btn span {
  display: block;
  height: 0.1rem;
  background-color: currentColor;
  transition: background-color var(--t-duration), transform var(--t-duration), opacity var(--t-duration);
}
.nav-btn span + span {
  margin-top: 0.7rem;
}
/* ------------------------------------------------------------ *\
	.nav
\* ------------------------------------------------------------ */
.nav {
  text-transform: uppercase;
  font-family: var(--ff-miller);
  line-height: 2;
}
@media (max-width: 1023px) {
  .nav {
    font-size: 2.3rem;
  }
}
.nav ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  --gap-x: 6rem;
  --gap-y: 2rem;
  margin: calc(var(--gap-y, 0px) / 2 * -1) calc(var(--gap-x, 0px) / 2 * -1);
}
@media (max-width: 1199px) {
  .nav ul {
    --gap-x: 3rem;
  }
}
@media (max-width: 1023px) {
  .nav ul {
    display: block;
  }
}
.nav ul li {
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
}
.nav a {
  text-decoration: none;
  display: inline-block;
  transition: opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .nav a:hover {
    opacity: 0.6;
  }
}
/* ------------------------------------------------------------ *\
	.outro
\* ------------------------------------------------------------ */
.outro {
  padding: 4.8rem 0;
}
.outro ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
  --gap-x: 2rem;
  --gap-y: 2rem;
  margin: calc(var(--gap-y, 0px) / 2 * -1) calc(var(--gap-x, 0px) / 2 * -1);
}
.outro ul li {
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
  position: relative;
}
.outro ul li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  content: "/";
}
.outro a {
  text-decoration: none;
  display: inline-block;
  transition: opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .outro a:hover {
    opacity: 0.6;
  }
}
/* ------------------------------------------------------------ *\
	.popup
\* ------------------------------------------------------------ */
.popup {
  position: relative;
  --popup-max-width: 104.4rem;
  --popup-gutter: 1.5rem;
  max-width: calc(var(--popup-max-width) + var(--popup-gutter) * 2);
  padding-inline: var(--popup-gutter);
  margin-inline: auto;
  width: 100%;
}
.popup .popup__inner {
  background-color: #1f1f1f;
  color: var(--c-white);
  padding: 7.4rem 7rem 8rem;
}
@media (max-width: 1023px) {
  .popup .popup__inner {
    padding: 5rem 1.5rem 3rem;
  }
}
.popup .mfp-close {
  color: var(--c-white);
  opacity: 1;
  right: 1.8rem;
  transition: opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .popup .mfp-close:hover {
    opacity: 0.4;
  }
}
.mfp-container {
  backdrop-filter: blur(10px);
}
/* ------------------------------------------------------------ *\
	.section-article
\* ------------------------------------------------------------ */
.section-article {
  position: relative;
  padding: 8rem 0 6rem;
}
.section-article:after {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  width: 100%;
  height: 4px;
  background-color: inherit;
  content: "";
}
.section-article:before {
  position: absolute;
  top: calc(100% + 1.2rem);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: inherit;
  content: "";
}
.section-article .section__head {
  position: relative;
  text-align: center;
  margin-bottom: 3.6rem;
}
.section-article .section__head:last-child() {
  margin-bottom: 0;
}
.section-article .section__head h2 {
  margin-bottom: 2.9rem;
}
.section-article .section__head h2:last-child() {
  margin-bottom: 0;
}
.section-article .section__head h3 {
  font-family: var(--ff-delafield);
  font-size: 15rem;
  line-height: 1;
  margin-bottom: -1.6rem;
}
@media (max-width: 1023px) {
  .section-article .section__head h3 {
    font-size: 10rem;
  }
}
@media (max-width: 767px) {
  .section-article .section__head h3 {
    font-size: 8rem;
    margin-bottom: 0;
  }
}
.section-article .section__head h4 {
  font-size: 2rem;
  color: var(--c-gray-2);
  text-transform: uppercase;
}
.section-article .section__entry {
  text-align: center;
  margin-bottom: 6rem;
}
.section-article .section__entry:last-child() {
  margin-bottom: 0;
}
.section-article .shell--sm .article p {
  margin-right: -5rem;
}
@media (max-width: 1023px) {
  .section-article .shell--sm .article p {
    margin-right: 0;
  }
}
.section-article .shell--sm .article--reverse .article__media {
  flex: 0 0 55%;
  max-width: 55%;
  margin-right: -3.4rem;
}
@media (max-width: 1023px) {
  .section-article .shell--sm .article--reverse .article__media {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-article .shell--sm .article--reverse .article__media {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-boxes {
    padding: 8.7rem 0 5rem !important;
  }
}
.section-article .shell--sm .article--reverse .article__content {
  position: relative;
  left: 0.7rem;
  padding-bottom: 0rem;
}
.section-article .shell--sm .article--reverse .article__content p {
  margin-right: -6rem;
}
/* ------------------------------------------------------------ *\
	.section-boxes
\* ------------------------------------------------------------ */
.section-boxes {
  padding: 8.7rem 0 12rem;
}
.section-boxes .section__head {
  text-align: center;
  margin-bottom: 6.2rem;
}
.section-boxes .section__head:last-child() {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	.section-cta
\* ------------------------------------------------------------ */
.section-cta {
  text-align: center;
  padding: 0rem 0 3.9rem;
  font-size: 1.8rem;
}
.section-cta h2 {
  margin-bottom: 1.3rem;
}
.section-cta h2:last-child() {
  margin-bottom: 0;
}
.section-cta .section__entry {
  max-width: 79rem;
  margin: 0 auto;
  line-height: 1.83;
}
/* ------------------------------------------------------------ *\
	.section-listing
\* ------------------------------------------------------------ */
.section-listing {
  padding: 8.6rem 0 7.4rem;
}
.section-listing .section__head {
  text-align: center;
  position: relative;
  margin-bottom: 5.1rem;
}
.section-listing .section__head:last-child() {
  margin-bottom: 0;
}
.section-listing .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.section-listing .section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-listing .section__body {
  background-color: rgba(255, 255, 255, 0.86);
  position: relative;
  padding: 2.8rem 2.6rem 3.3rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .section-listing .section__body {
    padding: 2.8rem 1.5rem 3.3rem;
  }
}
/* ------------------------------------------------------------ *\
	.section-showcase
\* ------------------------------------------------------------ */
.section-showcase .section__head {
  padding: 5.7rem 0 4rem;
  min-height: 45.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .section-showcase .section__head {
    min-height: 25.5rem !important;
  }
}
.section-showcase .section__head:last-child() {
  margin-bottom: 0;
}
.section-showcase .section__head .section__background,
.section-showcase .section__head .section__background-secondary {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.section-showcase .section__head .section__background img,
.section-showcase .section__head .section__background-secondary img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-showcase .section__head .section__background-secondary {
  opacity: 0.18;
}
.section-showcase .section__head .section__background-secondary img {
  mask-image: linear-gradient(to right, transparent 50%, black 75%);
}
.section-showcase .section__head .section__intro {
  position: relative;
}
.section-showcase .section__body {
  padding-top: 0.2rem;
  background-color: var(--c-white);
}
/* ------------------------------------------------------------ *\
	.section-tabs
\* ------------------------------------------------------------ */
.section-tabs {
  padding: 0 0 2.6rem;
}
/* ------------------------------------------------------------ *\
	.section-tiles
\* ------------------------------------------------------------ */
.section-tiles {
  position: relative;
  padding: 9.2rem 0 13.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-tiles {
    padding: 5rem 0;
  }
  .section-tiles .tile--plain .tile__content {
    padding: 4rem 0 3rem 0 !important;
  }
}
.section-tiles .section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-tiles .section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-tiles h2 {
  line-height: 0.64;
  --decoration-color: #b7b7b7;
  margin: 0 auto;
}
.section-tiles .section__head {
  text-align: center;
  margin-bottom: 3rem;
}
.section-tiles .section__head:last-child() {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	.secton-tiles--secondary
\* ------------------------------------------------------------ */
.section-tiles--secondary {
  padding: 10rem 0 11rem;
}
@media (max-width: 767px) {
  .section-tiles--secondary {
    padding: 3rem 0;
  }
}
.shell {
  --shell-max-width: 117.4rem;
  --shell-gutter: 1.5rem;
  max-width: calc(var(--shell-max-width) + var(--shell-gutter) * 2);
  padding-inline: var(--shell-gutter);
  margin-inline: auto;
  width: 100%;
}
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	sizes
\* ------------------------------------------------------------ */
.shell.shell--lg {
  --shell-max-width: 161rem;
}
.shell.shell--sm {
  --shell-max-width: 87.4rem;
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding-top: 1rem;
}
.slick-dots li {
  font-size: 0;
  line-height: 0;
  padding: 0.4rem;
}
.slick-dots li.slick-active button {
  background-color: var(--c-gray-2);
  border-color: var(--c-gray-2);
}
.slick-dots button {
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--c-black);
  border: 0;
  font-size: 0;
  appearance: none;
}
/* ------------------------------------------------------------ *\
	.slider-gallery
\* ------------------------------------------------------------ */
.slider-gallery {
  max-width: 100vw;
  width: 100%;
  touch-action: auto;
}
@media (max-width: 767px) {
  .slider-gallery {
    display: none;
    max-width: 100%;
  }
}
.slider-gallery .slider__clip {
  margin-bottom: 3.6rem;
}
.slider-gallery .slider__clip:last-child() {
  margin-bottom: 0;
}
.slider-gallery .slider__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.9rem;
  font-family: var(--ff-miller);
  gap: 1.8rem;
  padding-right: 2.4rem;
}
.slider-gallery .slider__actions sup {
  font-size: 1.5rem;
}
.slider-gallery .slider__arrow {
  width: 0;
  height: 0;
  flex: 0 0 2rem;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 20px solid var(--c-black);
  transition: border-color var(--t-duration), opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .slider-gallery .slider__arrow:hover {
    opacity: 0.5;
  }
}
.slider-gallery .slider__arrow.slick-disabled {
  pointer-events: none;
  border-right: 20px solid var(--c-gray);
}
.slider-gallery .slider__arrow:last-child {
  transform: rotate(180deg);
}
.slider-gallery p {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
    .slider-gallery--mobile
\* ------------------------------------------------------------ */
.slider-gallery--mobile {
  display: none;
}
@media (max-width: 767px) {
  .slider-gallery--mobile {
    display: block;
  }
}
/* ------------------------------------------------------------ *\
	.socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  --gap-x: 3.2rem;
  --gap-y: 3rem;
  margin: calc(var(--gap-y, 0px) / 2 * -1) calc(var(--gap-x, 0px) / 2 * -1);
}
.socials ul li {
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
}
.socials a {
  text-decoration: none;
  display: inline-block;
  transition: opacity var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .socials a:hover {
    opacity: 0.6;
  }
}
/* ------------------------------------------------------------ *\
	.tabs-vertical
\* ------------------------------------------------------------ */
.tabs-vertical .tabs__inner {
  display: flex;
  justify-content: space-between;
  display: flex;
  --gap-x: 4.8rem;
  --gap-y: 4.8rem;
  margin: calc(var(--gap-y, 0px) / 2 * -1) calc(var(--gap-x, 0px) / 2 * -1);
}
@media (max-width: 767px) {
  .tabs-vertical .tabs__inner {
    display: block;
  }
}
.tabs-vertical .tabs__head {
  flex: 0 0 calc(13.8rem + var(--gap-x));
  max-width: calc(13.8rem + var(--gap-x));
  position: relative;
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
}
@media (max-width: 767px) {
  .tabs-vertical .tabs__head {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tabs-vertical .tabs__head:after {
  position: absolute;
  top: calc(var(--gap-y, 0px) / 2);
  right: 0;
  bottom: calc(var(--gap-y, 0px) / 2);
  width: 1px;
  background-color: var(--c-gray);
  content: "";
}
.tabs-vertical .tabs__nav {
  font-family: var(--ff-miller);
}
.tabs-vertical .tabs__nav ul {
  margin: 0;
}
@media (max-width: 767px) {
  .tabs-vertical .tabs__nav ul {
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
    margin: 0 !important;
  }
}
.tabs-vertical .tabs__nav li {
  padding: 1rem 0 0.9rem;
  position: relative;
}
.tabs-vertical .tabs__nav li:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .tabs-vertical .tabs__nav li:first-child {
    padding-top: 1rem;
  }
}
.tabs-vertical .tabs__nav li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-gray);
  content: "";
}
.tabs-vertical .tabs__nav li.current a {
  background-color: var(--c-black);
  color: var(--c-white);
  padding-left: 1.8rem;
}
@media (max-width: 767px) {
  .tabs-vertical .tabs__nav li.current a {
    padding-left: 0.5rem;
  }
}
.tabs-vertical .tabs__nav a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 1.2rem 0.5rem 1.2rem 0rem;
  text-transform: uppercase;
  transition: background-color var(--t-duration), color var(--t-duration), opacity var(--t-duration), padding var(--t-duration);
}
.tabs-vertical .tabs__nav a:visited {
  color:#000;
}
@media (hover: hover) and (pointer: fine) {
  .tabs-vertical .tabs__nav a:hover {
    opacity: 0.4;
  }
}
.tabs-vertical .tabs__body {
  flex: calc(100% - ((var(--gap-x, 0px)) + 13.8rem));
  max-width: calc(100% - ((var(--gap-x, 0px)) + 13.8rem));
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
  position: relative;
}
@media (max-width: 767px) {
  .tabs-vertical .tabs__body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tabs-vertical .tab {
  transition: opacity var(--t-duration);
}
.tabs-vertical .tab:not(.current) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - var(--gap-x));
  height: auto;
  transition: unset;
}
@media (max-width: 767px) {
  .tabs-vertical .tab:not(.current) {
    width: calc(100% - var(--gap-x));
    top: -9999px;
    left: -9999px;
    visibility: visible;
    opacity: 1;
  }
}
/* ------------------------------------------------------------ *\
	.tabs
\* ------------------------------------------------------------ */
.tabs .tabs__head {
  margin-bottom: 5rem;
}
.tabs .tabs__head:last-child() {
  margin-bottom: 0;
}
.tabs .tabs__nav {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--c-gray);
  font-family: var(--ff-miller);
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 2;
}
.tabs .tabs__nav ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  --gap-x: 9.2rem;
  --gap-y: 3rem;
  margin: calc(var(--gap-y, 0px) / 2 * -1) calc(var(--gap-x, 0px) / 2 * -1);
}
@media (max-width: 1023px) {
  .tabs .tabs__nav ul {
    --gap-x: 2rem;
  }
}
.tabs .tabs__nav li {
  padding: calc(var(--gap-y, 0px) / 2) calc(var(--gap-x, 0px) / 2);
}
.tabs .tabs__nav li.current a {
  color: var(--c-black);
}
.tabs .tabs__nav li.current a:after {
  opacity: 1;
}
.tabs .tabs__nav a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: #717171;
  transition: color var(--t-duration);
}
@media (hover: hover) and (pointer: fine) {
  .tabs .tabs__nav a:hover {
    color: var(--c-black);
  }
  .tabs .tabs__nav a:hover:after {
    opacity: 1;
  }
}
.tabs .tabs__nav a:after {
  position: absolute;
  bottom: calc(var(--gap-y, 0px) / 2 * -1 - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--c-black);
  transition: opacity var(--t-duration);
  opacity: 0;
  content: "";
}
.tabs .tabs__body {
  position: relative;
}
.tabs .tabs__body .tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.tabs .tabs__body .tab.current {
  position: relative;
  width: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity var(--t-duration);
}
/* ------------------------------------------------------------ *\
	.tabs--grid
\* ------------------------------------------------------------ */
.tabs--grid {
  padding-top: 8rem;
}
@media (max-width: 1023px) {
  .tabs--grid {
    padding-top: 5rem;
  }
}
.tabs--grid .tabs__nav {
  border: 0;
}
.tabs--grid .tabs__nav .tabs__grid {
  display: grid;
  --grid-cols: 5;
  gap: 2.4rem;
}
@media (max-width: 1440px) {
  .tabs--grid .tabs__nav .tabs__grid {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .tabs--grid .tabs__nav .tabs__grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.5rem;
    justify-content: center;
  }
}
@media (max-width: 570px) {
  .tabs--grid .tabs__nav .tabs__grid {
    --grid-cols: 2;
    gap: 1rem;
  }
}
.tabs--grid .tabs__nav .tabs__tile {
  padding: 80.6% 0 0;
}
@media (max-width: 767px) {
  .tabs--grid .tabs__nav .tabs__tile {
    padding-top: 73.3%;
  }
}
@media (max-width: 1023px) {
  .tabs--grid .tabs__nav .tabs__tile:nth-child(-1n+3) {
    grid-column: span 4;
  }
}
@media (max-width: 570px) {
  .tabs--grid .tabs__nav .tabs__tile:nth-child(-1n+3) {
    grid-column: span 6;
  }
}
@media (max-width: 570px) {
  .tabs--grid .tabs__nav .tabs__tile:nth-last-child(3) {
    grid-row-start: 2;
    grid-column: span 6;
  }
}
@media (max-width: 1023px) {
  .tabs--grid .tabs__nav .tabs__tile:nth-last-child(2) {
    grid-row-start: 2;
    grid-column: 3/span 4;
  }
}
@media (max-width: 570px) {
  .tabs--grid .tabs__nav .tabs__tile:nth-last-child(2) {
    grid-row-start: 2;
    grid-column: span 6;
  }
}
@media (max-width: 1023px) {
  .tabs--grid .tabs__nav .tabs__tile:nth-last-child(1) {
    grid-row-start: 2;
    grid-column: 7/span 4;
  }
}
@media (max-width: 570px) {
  .tabs--grid .tabs__nav .tabs__tile:nth-last-child(1) {
    grid-row-start: 3;
    grid-column: 4/span 6;
  }
}
.tabs--grid .tabs__nav .tabs__tile a {
  color: var(--c-white);
  transition: background-color var(--t-duration), color var(--t-duration);
}
.tabs--grid .tabs__nav .tabs__tile a:hover {
  color: var(--c-black);
}
.tabs--grid .tabs__nav .tabs__tile a:after {
  display: none;
}
@media (max-width: 1023px) {
  .tabs--grid .tabs__nav .tabs__tile h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 570px) {
  .tabs--grid .tabs__nav .tabs__tile .tile__content {
    left: 0.5rem;
    right: 0.5rem;
  }
}
.tabs--grid .tabs__nav .tabs__tile .tile__entry {
  font-family: var(--ff-base);
  font-size: 13px;
  font-weight: var(--fw-base);
  line-height: var(--lh-base);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .tabs--grid .tabs__nav .tabs__tile .tile__btn {
    max-width: 10.9rem;
    padding: 0.8rem 1rem;
  }
}
.tabs--grid .tabs__nav .tabs__tile.current {
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.31);
}
.tabs--grid .tabs__nav .tabs__tile.current a {
  color: var(--c-white);
}
.tabs--grid .tabs__nav .tabs__tile.current a:hover {
  color: var(--c-black);
}
.tabs--grid .tabs__nav .tabs__tile.open a:hover {
  color: var(--c-white);
}
/* ------------------------------------------------------------ *\
	.tile
\* ------------------------------------------------------------ */
.tile {
  position: relative;
  padding: 1.8rem 1.5rem;
  display: flex;
  align-items: flex-end;
  transition: transform var(--t-duration), box-shadow var(--t-duration);
  padding-top: 43.1%;
}
@media (hover: hover) and (pointer: fine) {
  .tile:hover {
    box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.31);
    transform: translateY(-2.3rem);
  }
  .tile:hover .tile__btn {
    opacity: 1;
    transform: translate(-50%, calc(50% - 0.5rem));
    pointer-events: auto;
  }
}
@media (max-width: 1023px) {
  .tile.open .tile__btn {
    opacity: 1;
    transform: translate(-50%, calc(50% - 0.5rem));
    pointer-events: auto;
  }
}
@media (pointer: coarse) {
  .tile.open .tile__btn {
    opacity: 1;
    transform: translate(-50%, calc(50% - 0.5rem));
    pointer-events: auto;
  }
}
.tile .tile__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tile .tile__background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tile .tile__content {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  margin-top: 1.8rem;
  background-color: var(--c-white);
  padding: var(--title-height, 1rem) 1rem 1rem;
  text-align: center;
  outline: 1px solid var(--c-black);
  outline-offset: -6px;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: calc(100% - 3rem);
  overflow: hidden;
}
.tile h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 0 auto;
  letter-spacing: 0.02em;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .tile h3 {
    font-size: 1.2rem;
  }
}
.tile h3:last-child() {
  margin-bottom: 0;
}
.tile .tile__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 15.9rem;
  width: 100%;
  min-width: unset;
  transform: translate(-50%, 75%);
  transition: background-color var(--t-duration), color var(--t-duration), border-color var(--t-duration), opacity var(--t-duration), transform var(--t-duration);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .tile .tile__btn {
    max-width: 10.9rem;
    padding: 0.8rem 1rem;
  }
}
.tile .tile__entry {
  display: none;
  padding: 0 1.1rem 4.6rem;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .tile .tile__entry {
    padding: 1rem 1.1rem 2rem;
  }
}
/* ------------------------------------------------------------ *\
	.tile-plain
\* ------------------------------------------------------------ */
.tile--plain {
  padding: 0;
  text-align: center;
  box-shadow: unset !important;
  transform: unset !important;
  display: block;
  padding: 0.6rem;
}
.tile--plain .tile__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  max-height: unset;
  left: auto;
  bottom: auto;
  right: auto;
  height: 100%;
  padding: 15rem 0;
}
.tile--plain .tile__entry {
  display: block !important;
  overflow: unset;
  padding: 0 2rem 3.4rem;
}
.tile--plain .tile__btn {
  position: absolute;
  left: 50%;
  bottom: 6.2rem;
  opacity: 1;
  max-width: unset;
  width: unset;
  width: 100%;
  max-width: 70%;
  transform: translateX(-50%) !important;
  padding: 1.7rem 0;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .tile--plain .tile__btn {
    font-size: 1.6rem;
  }
}
.tile--plain h2 {
  margin-bottom: 2.3rem;
}
.tile--plain h2:last-child() {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	.tiles
\* ------------------------------------------------------------ */
.tiles .grid {
  --grid-cols: 10;
  grid-template-rows: 12;
  gap: 2rem;
}
@media (max-width: 1660px) {
  .tiles .grid {
    --grid-cols: 6;
  }
}
@media (max-width: 1023px) {
  .tiles .grid {
    --grid-cols: 4;
  }
}
@media (max-width: 767px) {
  .tiles .grid {
    --grid-cols: 2;
  }
}
.tiles .grid .tile {
  grid-row: span 6;
  grid-column: span 2;
}
@media (max-width: 1660px) {
  .tiles .grid .tile {
    padding-top: 70%;
  }
}
@media (max-width: 1199px) {
  .tiles .grid .tile {
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .tiles .grid .tile {
    grid-row: auto;
    grid-column: auto;
    padding-top: 90.2%;
  }
}
@media (min-width: 1660.02px) {
  .tiles .grid .tile:nth-child(10n+4) {
    grid-row: span 12;
    grid-column: span 1;
    margin-right: -2.3rem;
  }
}
@media (min-width: 1660.02px) {
  .tiles .grid .tile:nth-child(10n+5),
  .tiles .grid .tile:nth-child(10n+6),
  .tiles .grid .tile:nth-child(10n+10) {
    grid-row: span 4;
    grid-column: span 3;
    margin-left: 2rem;
  }
  .tiles .grid .tile:nth-child(10n+5) h3,
  .tiles .grid .tile:nth-child(10n+6) h3,
  .tiles .grid .tile:nth-child(10n+10) h3 {
    min-height: 5.5rem;
  }
  .tiles .grid .tile:nth-child(10n+5) .tile__entry,
  .tiles .grid .tile:nth-child(10n+6) .tile__entry,
  .tiles .grid .tile:nth-child(10n+10) .tile__entry {
    padding-top: 0rem;
  }
}
/* ------------------------------------------------------------ *\
	.tiles-alt
\* ------------------------------------------------------------ */
.tiles-alt .grid {
  --grid-cols: 3;
  gap: 2.4rem;
}
@media (max-width: 1023px) {
  .tiles-alt .grid {
    --grid-cols: 2;
  }
}
@media (max-width: 767px) {
  .tiles-alt .grid {
    gap: 1rem;
  }
}
.tiles-alt .grid .tile:nth-child(5n+1) {
  grid-row: span 2;
  margin-right: -2.2rem;
}
@media (max-width: 1023px) {
  .tiles-alt .grid .tile:nth-child(5n+1) {
    grid-row: span 1;
    margin-right: 0;
  }
}
.tiles-alt .grid .tile:nth-child(5n+3),
.tiles-alt .grid .tile:nth-child(5n+5) {
  margin-left: 1.7rem;
}
@media (max-width: 1023px) {
  .tiles-alt .grid .tile:nth-child(5n+3),
  .tiles-alt .grid .tile:nth-child(5n+5) {
    margin-left: 0;
  }
}
.tiles-alt .grid .tile:nth-child(5n+2),
.tiles-alt .grid .tile:nth-child(5n+4) {
  margin-left: 3rem;
  margin-right: -1.7rem;
}
@media (max-width: 1023px) {
  .tiles-alt .grid .tile:nth-child(5n+2),
  .tiles-alt .grid .tile:nth-child(5n+4) {
    margin-right: 0;
    margin-left: 0;
  }
}
.tiles-alt .grid .tile:not(.tile--plain) {
  padding-top: 74.6%;
}
@media (max-width: 767px) {
  .tiles-alt .grid .tile:not(.tile--plain) {
    padding-top: 90.4%;
  }
}
@media (max-width: 767px) {
  .tiles-alt .grid .tile:first-child {
    grid-column: 1/-1;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .tiles-alt .grid .tile:nth-child(5n+1):not(:first-child) {
    grid-column: 2;
  }
}
.wrapper {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}
.grid-specials {
  display:block;
  text-align: center;
  justify-content: space-evenly;
}
.grid-specials .col-specials {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .grid-specials {
    display:block !important;
  }
  .grid-specials .col-specials {
    margin-top: 20px;
  }
}