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

.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
:root {
  font-size: 100%;
}

/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*
* Base styles for HTML elements.
*/
html {
  width: 100%;
  display: block;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}
html body {
  width: 100%;
  display: block;
}
html body.menu-is-open, html body.no-scroll {
  height: 100vh;
  overflow: hidden;
}
a {
  text-decoration: none;
  cursor: pointer;
}

code,
pre {
  display: inline-block;
  background: #f2f2f2;
  border: 1px solid #e8e8e8;
  padding: 0.1rem 0.25rem 0.1rem 0.25rem;
  margin: 0.5rem 0;
  font-size: 0.85rem;
}

hr {
  margin: 1rem 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes menuFade {
  0% {
    opacity: 0;
    transform: translateY(-5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Zoom in and out */
@keyframes heroBackground {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
html {
  font: normal 400 1rem/1 Arial, helvetica, arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3C4543;
  margin: 1rem 0;
}
h1.is-extra-small,
h2.is-extra-small,
h3.is-extra-small,
h4.is-extra-small,
h5.is-extra-small,
h6.is-extra-small {
  font-size: 0.8em;
}
h1.is-small,
h2.is-small,
h3.is-small,
h4.is-small,
h5.is-small,
h6.is-small {
  font-size: 0.9em;
}
h1.is-large,
h2.is-large,
h3.is-large,
h4.is-large,
h5.is-large,
h6.is-large {
  font-size: 1.1em;
}
h1.is-extra-large,
h2.is-extra-large,
h3.is-extra-large,
h4.is-extra-large,
h5.is-extra-large,
h6.is-extra-large {
  font-size: 1.2em;
}

h1 {
  font: 700 normal 3rem/1.52 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.5625rem;
}
@media print, screen and (max-width: 39.99875em) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font: 700 normal 2.4375rem/1.52 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.25rem;
}
@media print, screen and (max-width: 39.99875em) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font: 400 normal 1.375rem/1.4 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.15rem;
}
@media print, screen and (max-width: 39.99875em) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font: 700 normal 1rem/1.56 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.2em;
}

h5 {
  font: 400 normal 0.875rem/1.125 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.02em;
}

h6 {
  font: 400 normal 0.625rem/1.15 Arial, helvetica, arial, sans-serif;
}

ul,
ol {
  margin: 0;
  padding: 1rem 0 0 2.25rem;
}
ul li,
ol li {
  font: 400 normal 1rem/1.5 Arial, helvetica, arial, sans-serif;
  color: #3C4543;
  letter-spacing: 1.65px;
}

p {
  font: 400 normal 1rem/1.5 Arial, helvetica, arial, sans-serif;
  color: #3C4543;
  letter-spacing: 1.65px;
  margin: 0 0 1rem 0;
}
p.is-small {
  font: 400 0.75rem/1.5 Arial, helvetica, arial, sans-serif;
}

a {
  color: #2F3634;
}

/*
* Containers
*/
.is-flex {
  display: flex;
  flex-flow: row wrap;
}

.container {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (max-width: 74.99875em) {
  .container {
    padding: 0 2rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .container {
    padding: 0 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .container {
    padding: 0 1.5rem;
  }
}
.container.is-large {
  max-width: 100%;
  padding: 0 3.5rem;
}
.container.container--narrow {
  width: 59rem;
  max-width: calc(100% - 5rem);
}
@media print, screen and (max-width: 39.99875em) {
  .container.container--narrow {
    max-width: 100%;
  }
}
.container.container--x-narrow {
  width: 55.5rem;
  max-width: calc(100% - 5rem);
}
@media print, screen and (max-width: 39.99875em) {
  .container.container--x-narrow {
    max-width: 100%;
  }
}
.container.is-full {
  width: 100%;
  max-width: 100%;
}

/*
* Fonts
*/
.weight-bold {
  font-weight: bold;
}

.weight-normal {
  font-weight: normal;
}

.weight-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

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

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

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

.antialias {
  -webkit-font-smoothing: antialiased;
}

.font-primary {
  font-family: Arial, helvetica, arial, sans-serif;
}

.font-secondary {
  font-family: Arial, helvetica, arial, sans-serif;
}

.title {
  position: relative;
  text-transform: uppercase;
}
.title.title--small {
  font-size: 0.95rem;
  line-height: 1.35;
}
.title.title--small:before, .title.title--small:after {
  display: none;
}
.title:after, .title:before {
  content: "";
  position: absolute;
  background: #B6CED0;
  width: 2.82rem;
  height: 0.4rem;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}
.title:after {
  bottom: -1.5rem;
}
.title:before {
  top: -1.5rem;
}
.title.title--left:after, .title.title--left:before {
  left: 0;
  transform: translateX(0);
}
@media print, screen and (max-width: 39.99875em) {
  .title.title--left:after, .title.title--left:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.title.title--right:after, .title.title--right:before {
  right: 0;
  transform: translateX(0);
  left: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .title.title--right:after, .title.title--right:before {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

p.small,
.text-small {
  font-size: 0.8rem;
  line-height: 1.4;
}

/*
* Shadows
*/
.shadow {
  box-shadow: 0 20px 20px -50px rgba(0, 0, 0, 0.35), 0 25px 60px -35px rgba(0, 0, 0, 0.35);
}

.shadow--circle {
  box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.5), 0 15px 10px -35px rgba(0, 0, 0, 0.5);
}

.shadow--dark {
  box-shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.5), 0 20px 30px -20px rgba(0, 0, 0, 0.5);
}

.hidden {
  display: none;
}

/*
* Embed.
*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  .embed-container.is-sitemap, .embed-container.is-sightmap {
    height: 90vh;
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .embed-container.is-sitemap, .embed-container.is-sightmap {
    height: 95vh;
  }
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.is-loading {
  width: 20px;
  height: 20px;
  z-index: 1;
  background: transparent url("../../img/icon-loading-white.svg") no-repeat 50% 50%/100%;
  animation: spin 1.5s forwards infinite;
  display: none;
}
.is-loading.is-dark {
  background: transparent url("../../img/icon-loading-dark.svg") no-repeat 50% 50%/100%;
}
.is-loading.is-active {
  display: block;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  display: block;
  margin: 0 1rem 1rem 0;
  float: left;
}

.alignright {
  display: block;
  margin: 0 0 1rem 1rem;
  float: right;
}

#player {
  display: block;
  margin: 1rem 0;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  text-align: center;
}

.button {
  background: #2F3634;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  padding: 0.6rem 1.5rem;
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.875rem;
}
.button:hover {
  background: #3b4441;
}
.button.button--small {
  padding: 0.6rem 1rem;
  letter-spacing: 0.15em;
  font-size: 0.75rem;
}
.button.button--large {
  padding: 1.25rem 2rem;
  letter-spacing: 0.2em;
  font-size: 1rem;
  font-weight: 600;
}
@media print, screen and (max-width: 39.99875em) {
  .button.button--large {
    font-size: 0.875rem;
    padding: 1.15rem 1.5rem;
    letter-spacing: 0.1em;
  }
}
.button.button--outline {
  background-color: transparent;
  border: 2px solid #B6CED0;
  color: #2F3634;
  transition: all 0.3s ease;
}
.button.button--outline:hover {
  background-color: #B6CED0;
}
.button.button--fill {
  border-color: #FCFAEB;
  color: #FCFAEB;
  background: transparent;
  position: relative;
}
.button.button--fill:hover {
  color: #F37826;
}
.button.button--fill:hover:after {
  height: 100%;
}
.button.button--fill:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  height: 0;
  background-color: #FCFAEB;
  z-index: -1;
  transition: all 0.3s ease;
}

.link {
  color: #2F3634;
}
.gform_wrapper {
  width: 100%;
  padding: 0;
}
.gform_wrapper form {
  width: 100%;
}
.gform_wrapper .gform_body {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  position: relative;
}
.gform_wrapper .gform_page {
  width: 100%;
  position: relative;
}
.gform_wrapper .gform_fields {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
  width: 100%;
}
.gform_wrapper .gfield {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0 0.75rem;
}
.gform_wrapper .gfield.is-half {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .gform_wrapper .gfield.is-half {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.gform_wrapper .gfield.field-half--first {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .gform_wrapper .gfield.field-half--first {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.gform_wrapper .gfield.field-half--last {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .gform_wrapper .gfield.field-half--last {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.gform_wrapper .gfield_checkbox {
  list-style: none;
  padding-left: 1.5rem;
}
.gform_wrapper .gfield_checkbox label {
  font: 400 0.9rem/1 Arial, helvetica, arial, sans-serif;
  color: #3C4543;
}
.gform_wrapper .gf_name_has_2 {
  display: flex;
  flex-flow: row wrap;
}
.gform_wrapper .gf_name_has_2 span {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.gform_wrapper .gf_name_has_2 span:first-of-type {
  padding-right: 0.33rem;
}
.gform_wrapper .gf_name_has_2 span:last-of-type {
  padding-left: 0.33rem;
}
.gform_wrapper .gfield_label,
.gform_wrapper label {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font: 600 1rem/1.2 Arial, helvetica, arial, sans-serif;
}
.gform_wrapper .gform_page_footer {
  padding: 1.5rem 0 0;
  text-align: center;
}
.gform_wrapper .gform_page_footer .button {
  min-width: 140px;
}
.gform_wrapper .ginput_recaptcha > div {
  margin: 0 auto;
}
.gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  display: none;
}

.gform_validation_errors .gform_submission_error {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 1rem 1rem;
  margin: 0 0 0;
}

.gfield_error .validation_message {
  color: #F37826;
  font: 600 0.75rem/1 Arial, helvetica, arial, sans-serif;
  display: block;
  margin: 0.25rem 0 0;
}

.floor-plan-card {
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding: 4rem 0;
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan-card {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .floor-plan-card {
    flex: 0 0 auto;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 2rem;
    padding: 3rem 2rem;
  }
}
.floor-plan-card.is-active {
  display: block;
}

.floor-plan-card__image {
  position: relative;
  margin-bottom: 1.25rem;
  padding-right: 3rem;
  height: 280px;
}
.floor-plan-card__image.is-placeholder:after {
  background-color: #3C4543;
  width: calc(100% - 3rem);
  height: 100%;
  background-image: none;
  left: 0;
  right: auto;
}
.floor-plan-card__image.is-placeholder > span {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(47, 54, 52, 0.25);
  z-index: 2;
  display: block;
  text-transform: uppercase;
}
.floor-plan-card__image picture,
.floor-plan-card__image img {
  height: auto;
  display: block;
  margin: 0 auto 0 0;
  max-width: 100%;
  max-height: 280px;
  width: auto;
  cursor: pointer;
  -o-object-fit: fill;
     object-fit: fill;
}
.floor-plan-card__name {
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.floor-plan-card__details {
  padding: 0;
  list-style: none;
  margin-bottom: 1.25rem;
}
.floor-plan-card__details > li {
  display: inline-block;
  padding: 0 0.8rem;
  border-right: 1px solid #FCFAEB;
  margin-bottom: 1rem;
}
.floor-plan-card__details > li:first-of-type {
  padding-left: 0;
}
.floor-plan-card__details > li.floor-plan-card__price {
  border-right: 0;
}

.floor-plan-card__button > .button {
  background-color: #F37826;
  border-color: #F37826;
  padding: 0.75rem 1.5rem 0.65rem;
}
.floor-plan-card__button > .button:hover {
  background-color: #2F3634;
  border-color: #2F3634;
}

form {
  display: flex;
  flex-flow: row wrap;
}
form p {
  margin: 0;
}
form label {
  font: 400 0.95rem Arial, helvetica, arial, sans-serif;
  color: #2F3634;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=search],
form input[type=tel] {
  padding: 0.85rem 1rem;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: none;
  background: white;
  border-radius: 3px;
  width: 100%;
  transition: all 0.25s ease;
  border: 1px solid #B6CED0;
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form input[type=text]::-webkit-input-placeholder,
form input[type=email]::-webkit-input-placeholder,
form input[type=password]::-webkit-input-placeholder,
form input[type=search]::-webkit-input-placeholder,
form input[type=tel]::-webkit-input-placeholder {
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form input[type=text]:-moz-placeholder,
form input[type=email]:-moz-placeholder,
form input[type=password]:-moz-placeholder,
form input[type=search]:-moz-placeholder,
form input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form input[type=text]::-moz-placeholder,
form input[type=email]::-moz-placeholder,
form input[type=password]::-moz-placeholder,
form input[type=search]::-moz-placeholder,
form input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder,
form input[type=search]:-ms-input-placeholder,
form input[type=tel]:-ms-input-placeholder {
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form input[type=text] ::-ms-input-placeholder,
form input[type=email] ::-ms-input-placeholder,
form input[type=password] ::-ms-input-placeholder,
form input[type=search] ::-ms-input-placeholder,
form input[type=tel] ::-ms-input-placeholder {
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form input[type=text]:focus:-moz-placeholder, form input[type=text]:active:-moz-placeholder,
form input[type=email]:focus:-moz-placeholder,
form input[type=email]:active:-moz-placeholder,
form input[type=password]:focus:-moz-placeholder,
form input[type=password]:active:-moz-placeholder,
form input[type=search]:focus:-moz-placeholder,
form input[type=search]:active:-moz-placeholder,
form input[type=tel]:focus:-moz-placeholder,
form input[type=tel]:active:-moz-placeholder { /* Firefox 18- */ }
form input[type=text]:focus::-moz-placeholder, form input[type=text]:active::-moz-placeholder,
form input[type=email]:focus::-moz-placeholder,
form input[type=email]:active::-moz-placeholder,
form input[type=password]:focus::-moz-placeholder,
form input[type=password]:active::-moz-placeholder,
form input[type=search]:focus::-moz-placeholder,
form input[type=search]:active::-moz-placeholder,
form input[type=tel]:focus::-moz-placeholder,
form input[type=tel]:active::-moz-placeholder { /* Firefox 19+ */ }
form textarea {
  padding: 0.85rem 1rem;
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: none;
  background: white;
  border-radius: 3px;
  width: 100%;
  transition: all 0.25s ease;
  color: #3C4543;
  border: 1px solid #B6CED0;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
  height: 140px;
}
form textarea::-webkit-input-placeholder {
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form textarea:-moz-placeholder { /* Firefox 18- */
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form textarea:-ms-input-placeholder {
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form textarea ::-ms-input-placeholder {
  color: #3C4543;
  font: normal 1rem/1 Arial, helvetica, arial, sans-serif;
}
form textarea:focus:-moz-placeholder, form textarea:active:-moz-placeholder { /* Firefox 18- */ }
form textarea:focus::-moz-placeholder, form textarea:active::-moz-placeholder { /* Firefox 19+ */ }
form select {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  background: rgba(60, 69, 67, 0.25);
  height: 44px;
  border: 0;
  font: 400 0.9rem/1.25 Arial, helvetica, arial, sans-serif;
  color: #3C4543;
  text-transform: none;
  margin: 0;
}
form select:focus {
  outline-width: medium;
}
form input[type=submit] {
  background: #2F3634;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  padding: 0.6rem 1.5rem;
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
form input[type=submit]:hover {
  opacity: 0.7;
}
form input[type=submit]:hover {
  border: 0;
}

.search-module {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.5s ease;
  overflow: hidden;
  z-index: -999;
  transform: scale(1.2) translateY(-5rem);
  opacity: 0;
}
.search-module.search-module--is-active {
  opacity: 0.9;
  visibility: visible;
  z-index: 9999;
  transform: scale(1) translateY(0);
}
.search-module .close {
  background: transparent;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  font: 300 0.9rem/1 Arial, helvetica, arial, sans-serif;
  cursor: pointer;
  border-radius: 0.1rem;
  transition: all 0.1s ease;
  transform: scale(1);
}
.search-module .close:focus, .search-module .close:active {
  transform: scale(0.95);
}
.search-module .close i {
  margin-left: 0.85rem;
}
.search-module > .container {
  height: 100%;
}
.search-module .form-wrap {
  align-self: center;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  position: relative;
}
.search-module form {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  margin: 0 0;
  position: relative;
}
.search-module form .icon {
  flex: 0 0 auto;
  width: 16.6666666667%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  font-size: 2.25rem;
  text-align: center;
  padding: 1.6rem 0 0;
  transform: scale(1);
  transition: all 0.15s ease;
  color: #FFFFFF;
}
.search-module form .icon:hover {
  transform: scale(0.95);
}
.search-module form .icon input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  color: transparent;
  margin: 0;
  transition: all 0.25s ease;
}
.search-module form input[type=search] {
  flex: 0 0 auto;
  width: 75%;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
  padding: 1rem 0 1rem 3.5rem;
  display: block;
  width: calc(100% - 3.5rem);
  background: transparent;
  border: 0;
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
  font: 300 3rem/175% Arial, helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.search-module form input[type=search]::-webkit-input-placeholder {
  color: #FFFFFF;
}
.search-module form input[type=search]:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}
.search-module form input[type=search]::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
.search-module form input[type=search]:-ms-input-placeholder {
  color: #FFFFFF;
}
.search-module form input[type=search] ::-ms-input-placeholder {
  color: #FFFFFF;
}

.header .menu-icon {
  width: 34px;
  height: 20px;
  border: none;
  background: transparent;
  position: absolute;
  top: 2.75rem;
  right: 1.5rem;
  cursor: pointer;
  padding: 0;
  display: none;
  float: right;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #B6CED0;
}
body.menu-is-open .header .menu-icon {
  z-index: 99;
  color: #B6CED0;
}
body.header-is-sticky .header .menu-icon {
  top: 2.25rem;
}
@media print, screen and (max-width: 63.99875em) {
  .header .menu-icon {
    display: block;
  }
}
.header .menu-icon:after, .header .menu-icon:before,
.header .menu-icon span {
  width: 100%;
  height: 3px;
  border-radius: 100px;
  position: absolute;
  display: block;
  background: #B6CED0;
}
body.menu-is-open .header .menu-icon:after, body.menu-is-open .header .menu-icon:before,
body.menu-is-open .header .menu-icon span {
  background: #B6CED0;
}
.header .menu-icon:after, .header .menu-icon:before {
  content: "";
  transition: 0.3s width 0.4s;
}
.header .menu-icon:after {
  top: 0px;
  left: 0px;
  margin-top: 0px;
}
.header .menu-icon:before {
  bottom: 0px;
  right: 0px;
  margin-bottom: 0px;
}
.header .menu-icon span {
  top: 50%;
  margin-top: -2px;
  transition: transform 0.3s;
  color: transparent;
  font-size: 0;
}
.header .menu-icon span:before {
  content: "";
  background: #B6CED0;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  transition: transform 0.3s;
}
body.menu-is-open .header .menu-icon span:before {
  background: #B6CED0;
}
.header .menu-icon.is-active:after {
  transition: all 0.2s;
  width: 0%;
  left: 0px;
}
.header .menu-icon.is-active:before {
  transition: all 0.2s;
  width: 0%;
  right: 0px;
}
.header .menu-icon.is-active span {
  transform: rotate(45deg);
  transition: 0.3s transform 0.4s;
}
.header .menu-icon.is-active span:before {
  transform: rotate(-90deg);
  transition: 0.3s transform 0.4s;
}

.notification {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 101;
  background: #3C4543;
  padding: 0.5rem 0;
}
.notification.is-top {
  transition: transform 0.5s ease, max-height 0.5s ease;
  max-height: 200px;
}
.notification.is-top.is-dismissed {
  max-height: 0;
  transform: translateY(-100px);
  padding: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .notification.is-top .notification__button {
    flex: 0 0 auto;
    width: 41.6666666667%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 1.75rem;
    text-align: center;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .notification.is-top .notification__button a {
    padding: 0.5rem 0.75rem;
    font-size: 0.55rem;
    letter-spacing: 0.033rem;
    margin: 0 auto;
  }
}
.notification.is-top .notification__title {
  color: #B6CED0;
}
@media print, screen and (max-width: 39.99875em) {
  .notification.is-top .notification__title {
    flex: 0 0 auto;
    width: 58.3333333333%;
    margin-left: 0;
    margin-right: 0;
  }
  .notification.is-top .notification__title span {
    font: 600 0.75rem/1.5 Arial, helvetica, arial, sans-serif;
    padding-right: 0.33rem;
    padding-left: 0.33rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .notification.is-top .notification__title .notification__title-icon {
    display: inline-block;
  }
}
.notification.is-top .notification__title .notification__title-icon img {
  width: 25px;
}
.notification.is-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.5s ease, max-height 0.5s ease;
  max-height: 200px;
}
.notification.is-bottom.is-dismissed {
  max-height: 0;
  transform: translateY(100px);
  padding: 0;
}
.notification.is-bottom .notification__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  width: auto;
  flex: none;
  text-align: right;
  margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .notification.is-bottom .notification__title {
    padding-right: 1rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .notification.is-bottom .notification__title span {
    padding: 0;
    font: 400 0.9rem/1.33 Arial, helvetica, arial, sans-serif;
  }
}
.notification.is-bottom .notification__title-icon {
  align-self: center;
  width: auto;
}
.notification.is-bottom .notification__title-icon img {
  position: relative;
  width: auto;
  height: 20px;
  display: block;
}
.notification.is-bottom .notification__button {
  flex: 0 0 auto;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.notification.is-hidden {
  opacity: 0;
  padding: 0 0;
  max-height: 0;
}
.notification > .container {
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 0 3rem;
  position: relative;
}
@media print, screen and (max-width: 63.99875em) {
  .notification > .container {
    padding: 0 2rem;
  }
}
.notification .notification__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  width: auto;
  flex: none;
  text-align: right;
  padding-right: 2rem;
  font: 600 1.2rem/2 Arial, helvetica, arial, sans-serif;
  margin: 0;
}
.notification .notification__title span {
  display: inline-block;
  font: 400 0.9rem/1 Arial, helvetica, arial, sans-serif;
  align-self: center;
  padding-right: 1rem;
}
.notification .notification__close {
  display: flex;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 40px;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 9999;
  transform: translateY(-50%);
  padding: 0;
  background-color: transparent;
  border: none;
}
@media print, screen and (max-width: 63.99875em) {
  .notification .notification__close {
    right: 0.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .notification .notification__close {
    right: 0rem;
  }
}
.notification .notification__close:hover {
  cursor: pointer;
}
.notification .notification__close svg {
  position: relative;
  align-self: center;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.25s ease;
  z-index: 9999;
}
.notification .notification__close svg:hover {
  transform: scale(0.975);
}
.notification.popup {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100vh;
  z-index: 999999;
  background-color: rgba(47, 54, 52, 0.3);
}
.notification.popup.is-dismissed {
  display: none;
}
.notification.popup > .container {
  height: 100%;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.notification.popup .notificaiton_wrapper {
  display: flex;
  align-self: center;
  position: relative;
  justify-content: center;
}
.notification.popup .notification__content {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 2rem;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 39.99875em) {
  .notification.popup .notification__content {
    max-width: 100%;
    padding: 1rem;
  }
}
.notification.popup .notification__content img,
.notification.popup .notification__content picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.notification.popup .notification__content p:last-of-type {
  margin-bottom: 0;
}
.notification.popup .notification__close {
  transform: none;
  top: 0.25rem;
  right: 0.25rem;
  height: 24px;
  width: 24px;
  background: #2F3634;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1;
  border: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (max-width: 39.99875em) {
  .notification.popup .notification__close {
    font-size: 1.125rem;
  }
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 1rem 0;
}
.pagination .page-numbers {
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font: 500 1rem/2.8 Arial, helvetica, arial, sans-serif;
  color: #2F3634;
  border-radius: 0.1rem;
  letter-spacing: 0.033rem;
  margin: 0 0.75rem 0;
  opacity: 0.5;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  display: flex;
  flex-flow: row wrap;
  align-self: center;
  margin: 0;
}
.pagination .page-numbers.next svg, .pagination .page-numbers.prev svg {
  align-self: center;
}
.pagination .page-numbers.next {
  padding-left: 1rem;
}
.pagination .page-numbers.prev {
  padding-right: 1rem;
}
.pagination .page-numbers.current {
  color: #2F3634;
  position: relative;
  transform: scale(1.33);
  opacity: 1;
}

.fancybox__container .fancybox__backdrop {
  background-color: rgba(47, 54, 52, 0.92);
}

#privacy-policy.fancybox__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.post__share {
  margin: 0;
  padding-top: 0.33rem;
  align-item: flex-start;
  height: auto;
  width: 100%;
}
.post__share > .post__share-link {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .post__share > .post__share-link:last-of-type {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .post__share > .post__share-link {
    flex: none;
    margin-right: 1rem;
  }
}
.post__share svg {
  width: 30px;
  height: auto;
}
.post__meta {
  width: 100%;
  padding: 1rem 0;
  margin: 0;
}
.post__meta .post__author,
.post__meta .post__category {
  margin-right: 0.5rem;
}
.sidebar {
  flex: 0 0 auto;
  width: 29.1666666667%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .sidebar {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5rem;
  }
}
.sidebar .widget {
  display: block;
  clear: both;
  margin: 0 auto 2.5rem;
}
.sidebar .widget:after {
  clear: both;
  display: table;
  content: "";
}
.sidebar .widget:first-of-type .widget__title {
  margin-top: 0;
}
.sidebar .widget .widget__title {
  position: relative;
  margin: 0 0 1rem;
}
.sidebar .widget ul, .sidebar .widget ol {
  list-style: none;
  padding: 0 0 0 0.75rem;
}
.sidebar .widget ul li, .sidebar .widget ol li {
  padding: 0.5rem 0;
}
.sidebar .widget p,
.sidebar .widget ul,
.sidebar .widget li,
.sidebar .widget a {
  font: 300 1rem/1 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.085rem;
}
.sidebar .widget .search-form {
  position: relative;
}
.sidebar .widget .search-form input[type=search]:-moz-placeholder { /* Firefox 18- */ }
.sidebar .widget .search-form input[type=search]::-moz-placeholder { /* Firefox 19+ */ }
.sidebar .widget .search-form input[type=submit] {
  position: absolute;
  top: 0.5rem;
  right: 0rem;
  bottom: 1.5rem;
  padding: 0 0.5rem;
  margin: 0;
}

.social-links {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  padding: 0;
}
.social-links.social-links--show-names .social-link {
  display: block;
  padding-bottom: 1rem;
}
.social-links.social-links--show-names .social-link:last-of-type {
  padding-bottom: 0;
}
.social-links .social-link {
  list-style: none;
  display: inline-block;
  list-style: none;
  margin: 0 1rem 0 0;
}
.social-links .social-link__icon {
  align-self: center;
  height: 22px;
  width: auto;
}
.social-links .social-link__icon svg {
  transform: translateY(-1px);
}
.social-links .social-link__name {
  align-self: center;
  font: 400 0.9rem/1 Arial, helvetica, arial, sans-serif;
  padding-left: 0.75rem;
}

.si-float-wrapper {
  position: absolute;
  width: 100%;
}
.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box;
}

[class*=si-wrapper] {
  display: flex;
  position: absolute;
  align-items: center;
  font-size: 14px;
  cursor: default;
}

.si-wrapper-top {
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  transform: translate(-50%, -100%);
}

.si-wrapper-bottom {
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  transform: translate(-50%, 0);
}

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  transform: translate(-100%, -50%);
}

.si-wrapper-right {
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  transform: translate(0, -50%);
}

[class*=si-shadow-wrapper] {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.298039;
  z-index: 1;
}

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  flex-direction: column;
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  order: -1;
}

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000;
}

[class*=si-shadow-pointer] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto;
}

[class*=si-shadow-inner-pointer] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.7071067812px 0.7071067812px 3px 0 #000;
}

.si-shadow-inner-pointer-top {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}

.si-shadow-inner-pointer-left {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg);
}

.si-frame {
  position: relative;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2;
}

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 30px;
  background-color: #fff;
}
.si-has-border .si-content-wrapper {
  border: 1px solid #bbb;
}

.si-content {
  overflow: auto;
}

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7;
}

[class*=si-pointer-border] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3;
}

[class*=si-pointer-bg] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4;
}
.si-has-border [class*=si-pointer-bg] {
  border-width: 15px;
}

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  transform: translate(-50%, 0);
}

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  transform: translate(0, -50%);
}

.si-pointer-top {
  border-bottom: 0;
}

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb;
}

.si-pointer-bg-top {
  border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px;
}

.si-pointer-bottom {
  border-top: 0;
}

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb;
}

.si-pointer-bg-bottom {
  border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px;
}

.si-pointer-left {
  border-right: 0;
}

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb;
}

.si-pointer-bg-left {
  border-left-color: #fff;
}
.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px;
}

.si-pointer-right {
  border-left: 0;
}

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb;
}

.si-pointer-bg-right {
  border-right-color: #fff;
}
.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px;
}

.tabs-content-item {
  display: none;
}
.tabs-content-item.is-active {
  display: block;
}

.footer {
  width: 100%;
  background: transparent;
}

.footer__column {
  flex: 0 0 auto;
  width: 83.3333333333%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__column.footer__column--one {
    order: 0;
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.footer__top {
  width: 100%;
  padding: 3rem 0 1rem;
  background-color: #2F3634;
}
.footer__top > .container {
  width: 100%;
  position: relative;
}

.footer__bottom {
  width: 100%;
  padding: 0;
  background-color: #2F3634;
  margin-top: -1px;
}
.footer__bottom > .container {
  justify-content: center;
  text-align: center;
  padding: 1rem 0 3rem;
}
@media print, screen and (max-width: 63.99875em) {
  .footer__bottom > .container {
    padding: 1rem 2.5rem 3rem;
  }
}
.footer__bottom p {
  font: 400 0.7rem/1.5 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.15em;
  color: #FCFAEB;
  text-align: center;
  transition: all 0.3s ease;
  margin: 0;
}
.footer__bottom a {
  color: #FCFAEB;
  transition: all 0.3s ease;
}
.footer__bottom a:hover {
  color: #B6CED0;
}
.footer__bottom .widget {
  width: 100%;
}
.footer__bottom .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__bottom .menu-item {
  display: inline-block;
  padding: 0 1rem;
  line-height: 1;
}
.footer__bottom .menu-item > a {
  line-height: 1;
  color: #EDEDED;
}

.footer__logo {
  width: 150px;
  height: auto;
  display: block;
  margin: 1rem auto;
  transition: all 0.3s ease;
}
.footer__logo:hover {
  transform: translateY(-0.25rem);
}

.footer__address {
  font: 400 0.8rem/1.75 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.15em;
  color: #FCFAEB;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 1rem;
}
.footer__address a {
  color: #FCFAEB;
  transition: all 0.3s ease;
}
.footer__address a:hover {
  opacity: 0.75;
}
.footer__address:hover {
  color: #B6CED0;
}

.footer .social-links {
  padding: 0;
  justify-content: center;
  text-align: center;
}
.footer .social-links .social-link {
  display: inline-block;
  position: relative;
}
.footer .social-links .social-link:after {
  content: "";
  position: absolute;
  right: -1.1rem;
  top: 0.65rem;
  width: 4px;
  height: 4px;
  background-color: #FCFAEB;
  border-radius: 50%;
}
.footer .social-links .social-link:last-of-type {
  margin-right: 0;
}
.footer .social-links .social-link:last-of-type:after {
  display: none;
}
.footer .social-links .social-link > a {
  color: #FCFAEB;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.footer .social-links .social-link > a:hover {
  color: #B6CED0;
}
.footer .social-links .social-link .social-link__name {
  font: 400 0.8rem/1 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.15em;
}
.footer .social-links .social-link svg {
  display: none;
}

.footer-nav {
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  bottom: -3.2rem;
}
@media print, screen and (max-width: 63.99875em) {
  .footer-nav {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    text-align: center;
    position: relative;
    left: auto;
    bottom: auto;
    order: 1;
  }
}
.footer-nav .menu-item {
  margin-bottom: 0.25rem;
}
@media print, screen and (max-width: 63.99875em) {
  .footer-nav .menu-item {
    display: inline-block;
    margin: 0 0.75rem;
  }
}
.footer-nav .menu-item > a {
  font: 700 normal 1rem/1.56 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.15em;
  color: #B6CED0;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
}
.footer-nav .menu-item > a:hover {
  color: #F37826;
}

.scrollmagic-pin-spacer {
  min-height: 0 !important;
}

.header {
  background: transparent;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
}
@media print, screen and (max-width: 74.99875em) {
  .header .container {
    padding: 0;
  }
}

.header.header--is-open {
  display: flex;
  flex-flow: row wrap;
  height: 100vh;
  position: fixed;
  width: 100%;
  max-width: none;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: #2f3634;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-name: fadeInOpacity;
  align-items: flex-start;
  overflow: auto;
}

body.menu-is-open .header.header--no-top .header__bottom > .container {
  height: 100vh;
}

body.header-is-sticky .header {
  display: flex;
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FFFFFF;
  animation: menuFade 0.5s forwards;
  z-index: 9999;
}
@media print, screen and (max-width: 63.99875em) {
  body.header-is-sticky .header {
    background-color: #2f3634;
  }
}
body.header-is-sticky .header.header--is-open {
  background-color: #2f3634;
}
body.header-is-sticky .header.header--is-open .header__bottom .main-nav .menu-item.current-menu-item a {
  color: #F37826;
}
body.header-is-sticky .header.header--is-open .header__bottom .main-nav .menu-item a {
  color: #FCFAEB;
}
body.header-is-sticky .header .header__bottom {
  width: 100%;
  align-self: center;
  order: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  body.header-is-sticky .header .header__bottom {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.header-is-sticky .header .header__bottom {
    flex: 0 0 auto;
    width: 29.1666666667%;
    margin-left: 0;
    margin-right: 0;
  }
}
body.header-is-sticky .header .header__bottom .header__logo {
  flex: 0 0 auto;
  width: 10.4166666667%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  margin-bottom: 0;
}
body.header-is-sticky .header .header__bottom .header__logo img {
  max-height: 60px;
}
body.header-is-sticky .header .header__bottom .header__menu {
  flex: 0 0 auto;
  width: 89.5833333333%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  padding-bottom: 0;
  padding-top: 0;
}
body.header-is-sticky .header .header__bottom .main-nav {
  text-align: left;
}
body.header-is-sticky .header .header__bottom .main-nav .menu-item {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 74.99875em) {
  body.header-is-sticky .header .header__bottom .main-nav .menu-item {
    margin-right: 0.5rem;
  }
}
body.header-is-sticky .header .header__bottom .main-nav .menu-item.current-menu-item > a {
  color: #F37826;
}
body.header-is-sticky .header .header__bottom .main-nav .menu-item a {
  color: #2F3634;
}
body.header-is-sticky .header .header__bottom .main-nav .menu-item a:hover {
  color: #F37826;
}

.header {
  position: relative;
}
.header.header--dark .header__bottom .main-nav .menu-item > a {
  color: #2F3634;
}
body.menu-is-open .header.header--dark .header__bottom .main-nav .menu-item > a {
  color: #FCFAEB;
}
.header .header__bottom {
  width: 17.5rem;
  padding: 3.5rem 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 2.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom {
    flex: 0 0 auto;
    width: 33.3333333333%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .header .header__bottom {
    flex: 0 0 auto;
    width: 29.1666666667%;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
  }
}
body.menu-is-open .header .header__bottom {
  align-self: flex-start;
  width: 100%;
  background-color: #2F3634;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
body.header-is-sticky .header .header__bottom > .container {
  padding: 0;
}
body.menu-is-open .header .header__bottom > .container {
  padding: 0;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.header .header__bottom .header__logo {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .header .header__bottom .header__logo {
    flex: 0 0 auto;
    width: 79.1666666667%;
    margin-left: 0;
    margin-right: 0;
  }
}
.header .header__bottom .header__logo a {
  width: 100%;
  height: 100%;
}
.header .header__bottom .header__logo img {
  align-self: center;
  display: block;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 80px;
  margin: 0;
  transition: all 0.5s ease;
}
.header .header__bottom .header__menu {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0.75rem;
}
@media print, screen and (max-width: 39.99875em) {
  .header .header__bottom .header__menu {
    padding-top: 0;
  }
}
body.menu-is-open .header .header__bottom .header__menu {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.header .header__bottom .main-nav {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  text-align: right;
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    align-self: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1000;
    height: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .header .header__bottom .main-nav {
    align-self: flex-start;
  }
}
body.menu-is-open .header .header__bottom .main-nav {
  display: flex;
  flex-flow: row wrap;
  max-height: none;
  opacity: 1;
  z-index: 99;
  visibility: visible;
  height: auto;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(1) {
    transition-delay: 0.075s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(2) {
    transition-delay: 0.15s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(3) {
    transition-delay: 0.225s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(4) {
    transition-delay: 0.3s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(5) {
    transition-delay: 0.375s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(6) {
    transition-delay: 0.45s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(7) {
    transition-delay: 0.525s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(8) {
    transition-delay: 0.6s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(9) {
    transition-delay: 0.675s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(10) {
    transition-delay: 0.75s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(11) {
    transition-delay: 0.825s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(12) {
    transition-delay: 0.9s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(13) {
    transition-delay: 0.975s;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item:nth-child(14) {
    transition-delay: 1.05s;
  }
}
.header .header__bottom .main-nav .menu-item {
  align-self: center;
  position: relative;
  display: block;
  margin: 0 0 1.5rem;
  padding: 0;
  text-align: left;
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item {
    opacity: 0;
    transform: translateY(-1rem);
    transition: opacity 0.75s ease, transform 0.75s ease;
  }
}
body.menu-is-open .header .header__bottom .main-nav .menu-item {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  margin: 0 0 1rem;
  padding: 0;
  transform: translateY(0);
  opacity: 1;
}
.header .header__bottom .main-nav .menu-item.menu-item--mobile-only {
  display: none !important;
}
@media print, screen and (max-width: 63.99875em) {
  body.menu-is-open .header .header__bottom .main-nav .menu-item.menu-item--mobile-only {
    display: block;
  }
}
.header .header__bottom .main-nav .menu-item.menu-item--has-divider {
  padding-top: 1rem;
  position: relative;
}
body.menu-is-open .header .header__bottom .main-nav .menu-item.menu-item--has-divider {
  margin-top: 2rem;
}
.header .header__bottom .main-nav .menu-item.menu-item--has-divider:before {
  content: "";
  width: 2rem;
  height: 6px;
  background-color: #B6CED0;
  position: absolute;
  left: 50%;
  top: -1.5rem;
  transform: translateX(-50%);
}
.header .header__bottom .main-nav .menu-item.menu-item--has-icon {
  padding-left: 2rem;
}
.header .header__bottom .main-nav .menu-item > a {
  color: #FCFAEB;
}
body.menu-is-open .header .header__bottom .main-nav .menu-item > a {
  padding: 0.5rem 1.5rem;
}
.header .header__bottom .main-nav .menu-item > a .menu-item__description {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  font: 400 0.7rem/1 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0;
  color: rgba(60, 69, 67, 0.5);
  margin: 0.1rem 0 0;
}
.header .header__bottom .main-nav .menu-item > a .menu-item__icon {
  position: absolute;
  left: 0.66rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: auto;
}
.header .header__bottom .main-nav .menu-item > a .menu-item__icon img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.header .header__bottom .main-nav .menu-item a {
  font: 700 normal 1rem/1.56 Arial, helvetica, arial, sans-serif;
  position: relative;
  display: inline-block;
  padding: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 63.99875em) {
  body.menu-is-open .header .header__bottom .main-nav .menu-item a {
    font: 700 1.5rem/1.5 Arial, helvetica, arial, sans-serif;
  }
}
@media print, screen and (max-width: 39.99875em) {
  body.menu-is-open .header .header__bottom .main-nav .menu-item a {
    font: 700 1.2rem/1.5 Arial, helvetica, arial, sans-serif;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .header .header__bottom .main-nav .menu-item a {
    font: 700 0.9rem/1.5 Arial, helvetica, arial, sans-serif;
  }
}
.header .header__bottom .main-nav .menu-item a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #FCFAEB;
  position: absolute;
  left: 50%;
  bottom: -0.25rem;
  transition: all 0.3s ease;
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item a:after {
    display: none;
  }
}
.header .header__bottom .main-nav .menu-item a:hover:after {
  width: 100%;
  left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .header .header__bottom .main-nav .menu-item a {
    font: 400 1.05rem/1.5 Arial, helvetica, arial, sans-serif;
  }
}
@media print, screen and (min-width: 40em) {
  .header .header__bottom .main-nav .menu-item.menu-item-has-children {
    transition: 0.5s ease;
  }
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children > a > span {
  display: inline-block;
  margin-left: 0.75rem;
  transform: translateY(-2px);
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 1.25rem;
  left: -1em;
  background: transparent;
  text-align: left;
  padding: 1rem 0 0 0;
  width: auto;
  min-width: 175px;
  opacity: 0;
  z-index: 1001;
  transition: all 0.5s ease 0.1s;
}
@media print, screen and (max-width: 63.99875em) {
  .header .header__bottom .main-nav .menu-item.menu-item-has-children .sub-menu {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    opacity: 1;
    padding: 0 1.5rem;
  }
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children .sub-menu.sub-menu--is-open {
  display: block;
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children .sub-menu:hover {
  opacity: 1;
  display: block;
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children .sub-menu li {
  margin: 0;
  background: white;
  width: auto;
  display: block;
  text-align: left;
  cursor: pointer;
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children .sub-menu li:hover {
  transform: none;
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children .sub-menu li a {
  color: #3C4543;
  padding: 0.75em 4em 0.75em 1em;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children .sub-menu li a:after, .header .header__bottom .main-nav .menu-item.menu-item-has-children .sub-menu li a:before {
  display: none;
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children:hover {
  opacity: 1;
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.header .header__bottom .main-nav .menu-item.menu-item-has-children:hover .sub-menu:hover {
  display: block;
  opacity: 1;
}
.header .header__bottom .main-nav .menu-item:last-child {
  margin-right: 0;
}
.header .header__bottom .main-nav .menu-item.current-menu-item > a {
  color: #F37826;
}
body.menu-is-open .header .header__bottom .main-nav .menu-item.current-menu-item > a {
  color: #F37826;
}

.header.header--relative .header__bottom {
  position: relative;
  width: 100%;
  height: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
}
body.header-is-sticky .header.header--relative .header__bottom, body.menu-is-open .header.header--relative .header__bottom {
  border-bottom: 0;
}
.header.header--relative .header__bottom > .container {
  padding: 0.5rem 0;
}
@media print, screen and (max-width: 63.99875em) {
  .header.header--relative .header__bottom > .container {
    padding: 0.5rem 1.5rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .header.header--relative .header__bottom > .container {
    padding: 0.5rem 1rem;
  }
}
.header.header--relative .header__bottom .header__logo {
  align-self: center;
  flex: 0 0 auto;
  width: 10.4166666667%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .header.header--relative .header__bottom .header__logo {
    flex: 0 0 auto;
    width: 20.8333333333%;
    margin-left: 0;
    margin-right: 0;
  }
}
.header.header--relative .header__bottom .header__menu {
  align-self: center;
  flex: 0 0 auto;
  width: 89.5833333333%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .header.header--relative .header__bottom .header__menu {
    flex: 0 0 auto;
    width: 79.1666666667%;
    margin-left: 0;
    margin-right: 0;
  }
}
.header.header--relative .header__bottom .main-nav {
  align-self: center;
  text-align: left;
}
.header.header--relative .header__bottom .main-nav .menu-item {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0;
}
.header.header--relative .header__bottom .main-nav .menu-item.current-menu-item > a {
  color: #F37826;
}
body.menu-is-open .header.header--relative .header__bottom .main-nav .menu-item.current-menu-item > a {
  color: #F37826;
}
.header.header--relative .header__bottom .main-nav .menu-item > a {
  color: #2F3634;
}
body.menu-is-open .header.header--relative .header__bottom .main-nav .menu-item > a {
  color: #FCFAEB;
}

.header.header--is-open .header__bottom {
  display: block;
  order: 0;
}

.header__top {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #2F3634;
  transition: all 0.33s ease;
  z-index: 999;
}
@media print, screen and (max-width: 63.99875em) {
  .header__top {
    display: none;
  }
}
body.header-is-sticky .header__top {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  body.header-is-sticky .header__top {
    align-self: center;
    flex: 0 0 auto;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    padding: 0;
    order: 1;
  }
}
body.menu-is-open.header-is-sticky .header__top {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.header__top > .container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0.66rem 2.5rem;
  overflow: hidden;
}
body.header-is-sticky .header__top > .container {
  padding: 0 1rem 0 0;
}
@media print, screen and (max-width: 63.99875em) {
  .header__top > .container {
    padding: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .header__top > .container {
    padding: 0.5rem 1.25rem;
  }
}
.header__top .menu {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
}
.header__top .top-nav {
  justify-content: center;
  width: 100%;
  padding: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .header__top .top-nav {
    width: 100%;
    justify-content: space-between;
  }
}
body.header-is-sticky .header__top .top-nav {
  justify-content: flex-start;
}
.header__top .top-nav > .menu-item {
  align-self: center;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease;
  margin-right: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  body.header-is-sticky .header__top .top-nav > .menu-item {
    margin-right: 1rem;
  }
}
.header__top .top-nav > .menu-item:hover a {
  opacity: 0.66;
}
.header__top .top-nav > .menu-item:last-of-type {
  margin-right: 0;
}
body.menu-is-open .header__top .top-nav > .menu-item:last-of-type > a,
body.menu-is-open .header__top .top-nav > .menu-item:last-of-type .menu-item__icon {
  margin-right: 0.75rem;
}
.header__top .top-nav > .menu-item.menu-item--has-icon > a {
  display: flex;
}
.header__top .top-nav > .menu-item.menu-item--has-icon > a > span {
  align-self: center;
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  .header__top .top-nav > .menu-item.menu-item--has-icon > a > span:not(.menu-item__icon) {
    display: none;
  }
  body.menu-is-open .header__top .top-nav > .menu-item.menu-item--has-icon > a > span:not(.menu-item__icon) {
    display: block;
  }
}
.header__top .top-nav > .menu-item .menu-item__icon {
  align-self: center;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.6rem;
}
.header__top .top-nav > .menu-item .menu-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(-0.05rem);
}
.header__top .top-nav > .menu-item a {
  font: 400 normal 0.875rem/1.125 Arial, helvetica, arial, sans-serif;
  display: block;
  padding: 0;
  transition: all 0.2s ease;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  margin-right: 0.75rem;
}

.header.header--is-open .header__top {
  align-self: flex-end;
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  order: 1;
}
body.menu-is-open .header.header--is-open .header__top {
  border-top: 1px solid #424c49;
}
.header.header--is-open .header__top > .container {
  padding: 0.5rem 1rem 0;
}
.header.header--is-open .header__top .top-nav {
  align-self: center;
  justify-content: center;
}
.header.header--is-open .header__top .top-nav > .menu-item {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  display: block;
  margin-bottom: 1.25rem;
}
.header.header--is-open .header__top .top-nav > .menu-item > a {
  text-align: center;
  justify-content: center;
}

body.index .page-wrap > .container,
body.search .page-wrap > .container,
body.archive .page-wrap > .container {
  max-width: 50rem;
}
@media print, screen and (max-width: 39.99875em) {
  body.index .page-wrap > .container,
  body.search .page-wrap > .container,
  body.archive .page-wrap > .container {
    max-width: 100%;
  }
}
body.index .content-area,
body.search .content-area,
body.archive .content-area {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  body.index .content-area,
  body.search .content-area,
  body.archive .content-area {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
  }
}
body.index .sidebar,
body.search .sidebar,
body.archive .sidebar {
  display: none;
}

body.index .post,
body.search .post,
body.archive .post {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
  background: #EDEDED;
  border-bottom: 1px solid #F0F0F0;
  padding: 2.5rem 0;
}
body.index .post:first-of-type,
body.search .post:first-of-type,
body.archive .post:first-of-type {
  padding-top: 0;
}
body.index .post__body,
body.search .post__body,
body.archive .post__body {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body.index .post__image,
body.search .post__image,
body.archive .post__image {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
body.index .post__image img,
body.search .post__image img,
body.archive .post__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
body.index .post__title,
body.search .post__title,
body.archive .post__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 1rem 0 1rem;
  transition: all 0.25s ease;
  color: #3C4543;
}
body.index .post__title > a,
body.search .post__title > a,
body.archive .post__title > a {
  color: #3C4543;
}
body.index .post__title:hover,
body.search .post__title:hover,
body.archive .post__title:hover {
  opacity: 0.8;
}
body.index .post__content,
body.search .post__content,
body.archive .post__content {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.25rem;
}
body.index .post__content p,
body.search .post__content p,
body.archive .post__content p {
  color: #3C4543;
  letter-spacing: 0;
}
body.index .post__link,
body.search .post__link,
body.archive .post__link {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
body.search .post {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}

body.search .page-header {
  max-width: none;
  width: 100%;
  height: 50vh;
}
@media print, screen and (max-width: 39.99875em) {
  body.search .page-header {
    height: 66vh;
  }
}
body.search .page-header > .container {
  width: 100%;
}
body.search .page-header .page-header__content {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  width: 100%;
  z-index: 10;
}
body.search .page__content {
  flex: 0 0 auto;
  width: 66.6666666667%;
  margin-left: 0;
  margin-right: 0;
}

.page--404 .content-area {
  width: 100%;
  position: relative;
  padding: 10rem 0;
  min-height: 75vh;
}
.page--404 .content-area > .container {
  align-self: center;
  align-content: center;
  justify-content: center;
}
.page--404 .title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  color: #F37826;
  text-align: center;
  margin: 0 0 4rem;
}
.page--404 p {
  text-align: center;
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 0 1.5rem;
}

.single.single--post .content-area {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 5rem 0 0;
}
.single.single--post .content-area.has-sidebar {
  flex: 0 0 auto;
  width: 70.8333333333%;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
}
.single.single--post .content-area.has-sidebar .post {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 0;
}
.single.single--post .sidebar {
  padding-top: 5rem;
}
.single.single--post .page-header .page-header__overlay {
  opacity: 0.75;
}
.single.single--post .post {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 0 auto;
  align-items: flex-start;
}
.single.single--post .post__body {
  flex: 0 0 auto;
  width: 91.6666666667%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 4rem;
}
@media print, screen and (max-width: 39.99875em) {
  .single.single--post .post__body {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    order: 0;
  }
}
.single.single--post .post__share {
  flex: 0 0 auto;
  width: 8.3333333333%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .single.single--post .post__share {
    order: 1;
    flex: 0 0 auto;
    width: 87.5%;
    margin-left: 0;
    margin-right: 0;
    margin: 1rem auto 0;
  }
}
.single.single--post .post__image {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.single.single--post .post__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.single.single--post .post__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin: 1rem 0 1rem;
}
@media print, screen and (max-width: 39.99875em) {
  .single.single--post .post__title {
    flex: 0 0 auto;
    width: 87.5%;
    margin-left: 0;
    margin-right: 0;
    margin: 1rem auto 1rem;
  }
}
.single.single--post .post__content {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .single.single--post .post__content {
    flex: 0 0 auto;
    width: 87.5%;
    margin-left: 0;
    margin-right: 0;
    margin: 0 auto;
  }
}

.amenities {
  padding: 2rem 0 8rem;
  overflow: hidden;
}
.amenities > .container {
  position: relative;
}

.amenities__list {
  padding: 0;
  justify-content: center;
}
.amenities__list > .amenity:nth-of-type(odd) .amenity__box {
  transform: translate(3rem, 2rem);
}
@media print, screen and (max-width: 39.99875em) {
  .amenities__list > .amenity:nth-of-type(odd) .amenity__box {
    transform: translate(0, 2rem);
  }
}
.amenities__list > .amenity:nth-of-type(odd) .amenity__image {
  transform: translate(-3rem, 2rem);
}
@media print, screen and (max-width: 39.99875em) {
  .amenities__list > .amenity:nth-of-type(odd) .amenity__image {
    transform: translate(0, 2rem);
  }
}
.amenities__list > .amenity:nth-of-type(even) .amenity__box {
  order: 1;
  transform: translate(-3rem, 2rem);
}
@media print, screen and (max-width: 39.99875em) {
  .amenities__list > .amenity:nth-of-type(even) .amenity__box {
    transform: translate(0, 2rem);
  }
}
.amenities__list > .amenity:nth-of-type(even) .amenity__image {
  order: 0;
  transform: translate(3rem, 2rem);
}
@media print, screen and (max-width: 39.99875em) {
  .amenities__list > .amenity:nth-of-type(even) .amenity__image {
    transform: translate(0, 2rem);
  }
}

.amenities__icon {
  position: absolute;
  width: 275px;
  height: auto;
  z-index: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .amenities__icon {
    width: 250px;
  }
}
.amenities__icon.amenities__icon--top {
  top: 14rem;
  right: calc(100% - 115px);
}
@media print, screen and (max-width: 39.99875em) {
  .amenities__icon.amenities__icon--top {
    right: calc(100% - 150px);
  }
}
.amenities__icon.amenities__icon--bottom {
  bottom: -2rem;
  left: calc(100% - 110px);
}
@media print, screen and (max-width: 39.99875em) {
  .amenities__icon.amenities__icon--bottom {
    left: calc(100% - 150px);
  }
}
.amenities__icon > img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.amenity {
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 63.99875em) {
  .amenity {
    width: 100%;
    flex-flow: row wrap;
  }
}
.amenity.is-animated {
  opacity: 1;
  transform: translateY(0);
}
.amenity.is-animated:nth-of-type(odd) .amenity__box {
  transform: translate(3rem, 0);
}
@media print, screen and (max-width: 39.99875em) {
  .amenity.is-animated:nth-of-type(odd) .amenity__box {
    transform: translate(0, 0);
  }
}
.amenity.is-animated:nth-of-type(odd) .amenity__image {
  transform: translate(-3rem, 0);
}
@media print, screen and (max-width: 39.99875em) {
  .amenity.is-animated:nth-of-type(odd) .amenity__image {
    transform: translate(0, 0);
  }
}
.amenity.is-animated:nth-of-type(even) .amenity__box {
  transform: translate(-3rem, 0);
}
@media print, screen and (max-width: 39.99875em) {
  .amenity.is-animated:nth-of-type(even) .amenity__box {
    transform: translate(0, 0);
  }
}
.amenity.is-animated:nth-of-type(even) .amenity__image {
  order: 0;
  transform: translate(3rem, 0);
}
@media print, screen and (max-width: 39.99875em) {
  .amenity.is-animated:nth-of-type(even) .amenity__image {
    transform: translate(0, 0);
  }
}
.amenity.is-animated .amenity__image {
  opacity: 1;
}
.amenity.is-animated .amenity__box {
  opacity: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .amenity.is-animated .amenity__box {
    transform: translateY(-2rem);
  }
}

.amenity__image {
  align-self: center;
  opacity: 0;
  transition: all 0.75s ease;
  width: 530px;
  height: 330px;
}
@media print, screen and (max-width: 39.99875em) {
  .amenity__image {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: translateX(0);
    transform: translateY(-2rem);
    order: 0;
  }
}
.amenity__image img, .amenity__image > picture {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .amenity__image img, .amenity__image > picture {
    transform: translateX(0);
    width: 100%;
  }
}

.amenity__box {
  align-self: center;
  width: 400px;
  padding: 1.5rem 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.75s ease 0.125s;
}
@media print, screen and (max-width: 39.99875em) {
  .amenity__box {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin: 0 auto;
    order: 1;
    transform: translateY(0);
  }
}
.amenity__box p:last-of-type {
  margin-bottom: 0.25rem;
}

.anemity__icon {
  display: block;
  margin: 0 auto 0.5rem;
  width: 60px;
  height: 50px;
}
.anemity__icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
}

.amenity__title {
  color: #FCFAEB;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .amenity__title {
    font-size: 0.85rem;
  }
}

.button-section {
  padding: 4rem 0;
}
@media print, screen and (max-width: 39.99875em) {
  .button-section {
    padding: 2rem 0;
  }
}
.button-section > .container {
  justify-content: center;
}

.content-images {
  padding: 5.8rem 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 39.99875em) {
  .content-images {
    padding: 3rem 0;
  }
}
.content-images.is-animated .content-images__images .content-images__image:after {
  height: 0;
}
.content-images.is-animated .content-images__content p,
.content-images.is-animated .content-images__title {
  opacity: 1;
  transform: translateY(0);
}
.content-images.content-images--content-right .content-images__images {
  order: 0;
  padding-right: 2rem;
  padding-left: 6rem;
}
@media print, screen and (max-width: 39.99875em) {
  .content-images.content-images--content-right .content-images__images {
    padding-right: 0;
  }
}
.content-images.content-images--content-right .content-images__content {
  order: 1;
  padding-left: 2rem;
}
@media print, screen and (max-width: 39.99875em) {
  .content-images.content-images--content-right .content-images__content {
    padding-left: 0;
  }
}
.content-images.content-images--content-right .content-images__icon {
  left: -60%;
}
.content-images.content-images--content-left .content-images__images {
  padding-left: 2rem;
  padding-right: 6rem;
}
@media print, screen and (max-width: 39.99875em) {
  .content-images.content-images--content-left .content-images__images {
    padding-left: 0;
  }
}
.content-images.content-images--content-left .content-images__content {
  padding-right: 2rem;
  text-align: right;
}
@media print, screen and (max-width: 39.99875em) {
  .content-images.content-images--content-left .content-images__content {
    padding-right: 0;
    text-align: center;
  }
}
.content-images.content-images--content-left .content-images__icon {
  right: -60%;
}
.content-images:after {
  content: "";
  width: 100%;
  height: 600px;
  position: absolute;
  z-index: -1;
}
.content-images > .container {
  align-items: flex-start;
}
.content-images__images {
  flex: 0 0 auto;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  align-self: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  padding-left: 5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .content-images__images {
    order: 0;
  }
}
@media screen and (max-width: 39.99875em) and (orientation: portrait) {
  .content-images__images {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.content-images__image {
  flex: 0 0 auto;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.content-images__image:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  height: 0;
  padding-top: 100%;
}
.content-images__image:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: all 1s ease;
}
.content-images__image.content-images__image--0 {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  position: relative;
  height: 425px;
  padding-top: 0;
  margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 74.99875em) {
  .content-images__image.content-images__image--0 {
    height: 344px;
  }
}
.content-images__image img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-images__content {
  flex: 0 0 auto;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  align-self: center;
}
@media print, screen and (max-width: 39.99875em) {
  .content-images__content {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding-top: 4rem;
    text-align: center;
    order: 1;
  }
}
.content-images__content p {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: all 0.75s ease 0.25s;
}
.content-images__content .button {
  margin-top: 0.75rem;
}

.content-images__title {
  text-transform: uppercase;
  line-height: 1.5;
  position: relative;
  margin: 1.5rem 0 3.5rem;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: all 0.75s ease;
}

.content-images__icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3rem;
  z-index: 0;
  display: block;
  height: 350px;
}
@media print, screen and (max-width: 74.99875em) {
  .content-images__icon {
    height: 250px;
  }
}
.content-images__icon img {
  position: relative;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.contact-form {
  padding: 6rem 0 2rem;
}

.contact-form__header {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-form__title {
  margin: 0;
  text-align: center;
  margin-bottom: 3rem;
}

.contact-form__form {
  flex: 0 0 auto;
  width: calc(50% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin: 0 auto;
  padding: 3.25rem 0;
}
@media print, screen and (max-width: 63.99875em) {
  .contact-form__form {
    flex: 0 0 auto;
    width: calc(70.8333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .contact-form__form {
    flex: 0 0 auto;
    width: calc(83.3333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .contact-form__form {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin: 0 auto;
  }
}
.contact-form__form label {
  display: none;
}
.contact-form__form .gform_footer {
  display: block;
  width: 100%;
  text-align: center;
}
.contact-form__form .gform_footer input[type=submit] {
  background-color: #F37826;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
  text-transform: uppercase;
}

.faqs {
  padding: 5rem 0;
}
.faqs > .container {
  position: relative;
  margin: 0 auto;
  margin-top: 0rem;
  padding-top: 6rem;
}
.faqs > .container:before {
  content: "";
  border-top: 7px solid #B6CED0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 50rem;
  max-width: calc(100% - 5rem);
}

.faqs__title {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  text-align: center;
}

.faqs__list {
  flex: 0 0 auto;
  width: calc(66.6666666667% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  padding: 6rem 1.5rem 0 0;
  list-style: none;
}
@media print, screen and (max-width: 39.99875em) {
  .faqs__list {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding-right: 0;
  }
}
.faqs__list > li {
  margin-bottom: 2.5rem;
}

.faq__title {
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-weight: 700;
}

.faq__content {
  padding-left: 1.5rem;
  border-left: 7px solid #B6CED0;
}
.faq__content p {
  font-size: 1.1rem;
}

.faqs__info {
  flex: 0 0 auto;
  width: calc(33.3333333333% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  padding: 6rem 0 0 1.5rem;
  list-style: none;
  text-align: center;
}
@media print, screen and (max-width: 39.99875em) {
  .faqs__info {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding-left: 0;
  }
}
.faqs__info a:hover {
  color: #F37826;
}
.faqs__info > li {
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.faqs__info > li p {
  font-size: 0.8rem;
  font-weight: 600;
}
@media print, screen and (max-width: 74.99875em) {
  .faqs__info > li p {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }
}
.faqs__info > li.icon > svg {
  width: 40px;
  height: auto;
}
.faqs__info .social-links {
  width: 100%;
  justify-content: center;
}
.faqs__info .social-links a {
  transition: all 0.3s ease;
  display: block;
  position: relative;
}
.faqs__info .social-links a:hover {
  opacity: 0.7;
  transform: translateY(-0.25rem);
}

.floor-plans {
  padding: 5rem 0;
}
@media print, screen and (max-width: 39.99875em) {
  .floor-plans > .container {
    padding: 0;
  }
}

.floor-plans__tab-nav {
  padding: 0;
  max-width: 47.5rem;
  background-color: #F37826;
  justify-content: center;
  list-style: none;
  margin: 0 auto 4rem;
  padding: 1.75rem 2rem;
}
@media print, screen and (max-width: 74.99875em) {
  .floor-plans__tab-nav {
    max-width: calc(100% - 3rem);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .floor-plans__tab-nav > li {
    margin-bottom: 1rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .floor-plans__tab-nav > li:last-of-type {
    margin-bottom: 0;
  }
}
.floor-plans__tab-nav > li > .button {
  margin: 0 0.75rem;
  background-color: transparent;
  border: 1px solid white;
  color: #EDEDED;
}
@media print, screen and (max-width: 39.99875em) {
  .floor-plans__tab-nav > li > .button {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.floor-plans__tab-nav > li > .button:hover {
  background-color: #EDEDED;
  color: #F37826;
}
.floor-plans__tab-nav > li > .button.is-active {
  background-color: #EDEDED;
  color: #2F3634;
}

.floor-plan__categories {
  padding: 0;
  justify-content: center;
  margin-bottom: 4rem;
  transition: all 0.4s ease;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories {
    height: 40px;
    overflow: hidden;
    margin-bottom: 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .floor-plan__categories {
    max-width: calc(100% - 3rem);
    margin: 0 auto 0.15rem;
  }
}
.floor-plan__categories.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories.is-open {
    height: auto;
    padding-bottom: 2rem;
  }
}
.floor-plan__categories > .floor-plans__selected {
  display: none;
  height: 40px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories > .floor-plans__selected {
    display: block;
  }
}
.floor-plan__categories > .floor-plans__selected span {
  font: 900 0.95rem/1 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.15em;
  color: #2F3634;
  text-transform: uppercase;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories > .floor-plans__selected span {
    border: none;
    color: #2F3634;
    padding-right: 2rem;
    background: url("../../img/icon-chevron-down.svg") no-repeat 100% calc(50% - 1px)/16px;
  }
}
.floor-plan__categories > li {
  margin: 0 0.75rem;
  display: inline-block;
  list-style: none;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories > li {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.floor-plan__categories .button {
  border: 1px solid #F37826;
  color: #F37826;
  background: transparent;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories .button {
    border: none;
    color: #2F3634;
  }
}
.floor-plan__categories .button:hover {
  background-color: #F37826;
  color: #EDEDED;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories .button:hover {
    color: #B6CED0;
    background-color: transparent;
  }
}
.floor-plan__categories .button.is-active {
  background-color: #F37826;
  color: #EDEDED;
}
@media print, screen and (max-width: 63.99875em) {
  .floor-plan__categories .button.is-active {
    color: #2F3634;
    background-color: transparent;
  }
}

.galleries {
  width: 100%;
  background-color: #FFFFFF;
  padding: 4rem 0 6rem;
  overflow: hidden;
}
.galleries > .container {
  max-width: 59rem;
  position: relative;
}

.galleries__nav {
  width: 100%;
  margin-bottom: 2rem;
}
.galleries__nav > ul {
  list-style: none;
  justify-content: center;
  padding: 1rem;
}

.galleries__nav-item {
  margin: 0;
  display: inline-block;
  border: 1px solid #B6CED0;
  border-left: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .galleries__nav-item {
    display: block;
    width: 100%;
    border-left: 1px solid #B6CED0;
  }
}
.galleries__nav-item:first-of-type {
  border-left: 1px solid #B6CED0;
}
.galleries__nav-item.is-active > button {
  background-color: #F37826;
  color: #FFFFFF;
}
.galleries__nav-item > button {
  background-color: transparent;
  border: 0;
  color: #2F3634;
  text-transform: uppercase;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  min-width: 114px;
  padding: 1rem 1.25rem;
  cursor: pointer;
}
@media print, screen and (max-width: 39.99875em) {
  .galleries__nav-item > button {
    padding: 0.9rem 0.8rem;
    display: block;
    width: 100%;
  }
}
.galleries__nav-item > button:hover {
  background-color: #F37826;
  color: #FFFFFF;
}

.galleries__images {
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 39.99875em) {
  .galleries__images {
    width: 100%;
    margin-left: 0;
  }
}

.galleries__image {
  flex: 0 0 auto;
  width: calc(33.3333333333% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  position: relative;
  height: 0;
  display: none;
  cursor: pointer;
  overflow: hidden;
  padding-top: 21%;
}
@media print, screen and (max-width: 39.99875em) {
  .galleries__image {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 66%;
  }
}
.galleries__image:hover .galleries__image-background {
  transform: scale(1.04);
}
.galleries__image.shuffle-item {
  display: block;
}
.galleries__image.is-visible, .galleries__image.shuffle-item-visible {
  display: block;
}
.galleries__image > .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  background-color: transparent;
  border: none;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.125s ease;
}
.galleries__image > .play:focus {
  transform: translate(-50%, -50%) scale(0.975);
}
.galleries__image > .play > img {
  width: 100%;
  height: auto;
  display: block;
}

.galleries__image-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.33s ease;
  z-index: 1;
}

.galleries__image-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.galleries__background {
  position: absolute;
  right: -8rem;
  top: 12rem;
  z-index: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .galleries__background {
    right: -3rem;
    top: 14rem;
  }
}
.galleries__background > img, .galleries__background > picture {
  width: 350px;
  height: auto;
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  .galleries__background > img, .galleries__background > picture {
    width: 175px;
  }
}

.icon-list {
  padding: 0 0 5rem;
}
.icon-list.is-animated .icon-list__title {
  opacity: 1;
  transform: translateY(0);
}
.icon-list.is-animated .icon-list__icon {
  opacity: 1;
  transform: translateY(0);
}
.icon-list > .container {
  width: 70rem;
  margin: 0 auto;
  max-width: calc(100% - 5rem);
}
@media print, screen and (max-width: 63.99875em) {
  .icon-list > .container {
    max-width: calc(100% - 4rem);
  }
}

.icon-list__title {
  margin: 0 0 2rem;
  text-transform: uppercase;
  padding-left: 5rem;
  position: relative;
  transition: all 0.75s ease;
  transform: translateY(1.5rem);
  opacity: 0;
}
.icon-list__title span {
  position: relative;
}
.icon-list__title span:after {
  content: "";
  background-color: #FCFAEB;
  width: 2000px;
  height: 6px;
  position: absolute;
  right: 0;
  bottom: -1.25rem;
}

.icon-list__icons {
  padding: 2rem 0 0;
}
@media print, screen and (max-width: 39.99875em) {
  .icon-list__icons {
    padding-left: 0;
  }
}

.icon-list__list {
  padding: 0;
  list-style: none;
}

.icon-list__icon:nth-child(1) {
  transition-delay: 0.125s;
}

.icon-list__icon:nth-child(2) {
  transition-delay: 0.25s;
}

.icon-list__icon:nth-child(3) {
  transition-delay: 0.375s;
}

.icon-list__icon:nth-child(4) {
  transition-delay: 0.5s;
}

.icon-list__icon:nth-child(5) {
  transition-delay: 0.625s;
}

.icon-list__icon:nth-child(6) {
  transition-delay: 0.75s;
}

.icon-list__icon:nth-child(7) {
  transition-delay: 0.875s;
}

.icon-list__icon:nth-child(8) {
  transition-delay: 1s;
}

.icon-list__icon:nth-child(9) {
  transition-delay: 1.125s;
}

.icon-list__icon:nth-child(10) {
  transition-delay: 1.25s;
}

.icon-list__icon:nth-child(11) {
  transition-delay: 1.375s;
}

.icon-list__icon:nth-child(12) {
  transition-delay: 1.5s;
}

.icon-list__icon:nth-child(13) {
  transition-delay: 1.625s;
}

.icon-list__icon:nth-child(14) {
  transition-delay: 1.75s;
}

.icon-list__icon:nth-child(15) {
  transition-delay: 1.875s;
}

.icon-list__icon:nth-child(16) {
  transition-delay: 2s;
}

.icon-list__icon:nth-child(17) {
  transition-delay: 2.125s;
}

.icon-list__icon:nth-child(18) {
  transition-delay: 2.25s;
}

.icon-list__icon:nth-child(19) {
  transition-delay: 2.375s;
}

.icon-list__icon {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  list-style: none;
  margin-bottom: 1.75rem;
  padding-right: 1.5rem;
  opacity: 0;
  transform: translateY(-1rem);
  transition: all 0.75s ease;
}
@media print, screen and (max-width: 39.99875em) {
  .icon-list__icon {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding-right: 0;
  }
}
.icon-list__icon .icon__image {
  align-self: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 1rem;
}
.icon-list__icon .icon__image > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.icon-list__icon .icon__title {
  flex: 0 0 auto;
  width: 87.5%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  display: inline-block;
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .icon-list__icon .icon__title {
    flex: 0 0 auto;
    width: 79.1666666667%;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-header {
  position: relative;
  height: 100vh;
  max-height: 720px;
}
.page-header > .container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.page-header__overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(47, 54, 52, 0.8);
  z-index: 1;
  mix-blend-mode: multiply;
}

.page-header__image {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-header__image img, .page-header__image > picture {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-header__title {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media print, screen and (min-width: 64em) {
  .page-header__title:before, .page-header__title:after {
    content: "";
    display: block;
    margin: auto;
    background: #B6CED0;
    width: 5.4rem;
    height: 0.77rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-header__title:before {
    top: -2.5rem;
  }
  .page-header__title:after {
    bottom: -2.5rem;
  }
}

.hero {
  display: block;
  position: relative;
  padding: 0;
  width: 100%;
}
.hero.hero--carousel {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 960px;
}
.hero.hero--carousel.is-draggable {
  max-height: none;
  overflow: visible;
}
.hero .carousel__nav svg path {
  stroke: white;
}

.hero-item {
  position: relative;
  display: block;
  background-color: black;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 68px);
  max-height: 960px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media print, screen and (max-width: 74.99875em) {
  .hero-item {
    height: calc(100vh - 68px);
    max-height: 100vh;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item {
    max-height: 768px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hero-item {
    height: calc(100vh - 68px);
  }
}
.hero-item > .container {
  height: 100%;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .hero-item > .container {
    width: 100%;
    justify-content: center;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item > .container {
    width: calc(100% - 6rem);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hero-item > .container {
    width: 100%;
  }
}

.hero-item__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(47, 54, 52, 0.8);
  z-index: 1;
  mix-blend-mode: multiply;
}

.hero-item__content {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  align-self: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  transition: all 0.5s ease-out 0.1s;
}
@media print, screen and (max-width: 74.99875em) {
  .hero-item__content {
    flex: 0 0 auto;
    width: 83.3333333333%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-item__content {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-item__logo {
  flex: 0 0 auto;
  width: calc(41.6666666667% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin: 0 auto 3rem;
}
@media print, screen and (max-width: 39.99875em) {
  .hero-item__logo {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin: 0 auto;
  }
}
.hero-item__logo > img, .hero-item__logo > picture {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .hero-item__logo > img, .hero-item__logo > picture {
    width: 100%;
  }
}

.hero-item__background {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero-item__background img,
.hero-item__background picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-item__buttons {
  justify-content: center;
}
.hero-item__buttons .button {
  font-size: 1.125rem;
  text-transform: none;
  border: 1px solid white;
  padding: 1rem;
  border-left: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .hero-item__buttons .button {
    font-size: 0.9rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hero-item__buttons .button {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid white;
    font-size: 0.975rem;
  }
}
@media screen and (max-width: 23.4375em) {
  .hero-item__buttons .button {
    font-size: 0.9rem;
  }
}
.hero-item__buttons .button:first-of-type {
  border-left: 1px solid white;
}
.hero-item__buttons .button[href="#"] {
  cursor: default;
}
@media print, screen and (max-width: 39.99875em) {
  .hero-item__buttons .button[href="#"] {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.hero-item__buttons .button[href="#"]:hover {
  color: white;
}
.hero-item__buttons .button[href="#"]:hover:after {
  display: none;
  background-color: transparent;
}

.hero-item__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero-item__video.loading {
  opacity: 0;
}
.hero-item__video.loading .hero-item__video-background {
  opacity: 0;
}

.hero-item__video-background {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  transition: 2s opacity ease;
  opacity: 1;
  overflow: hidden;
}

.hero-item__video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.5s ease;
}

.hero-item__video-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .hero-item__video-embed iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-item__video-embed iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.hot-spots {
  width: 100%;
}
.hot-spots > .container {
  padding: 8rem 0 5rem;
  max-width: 59rem;
  border-top: 4px solid #2F3634;
  margin-top: 2rem;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spots > .container {
    padding: 6rem 2rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hot-spots > .container {
    padding: 4rem 1.5rem;
  }
}

.hot-spots__filters {
  flex: 0 0 auto;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 2rem;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 39.99875em) {
  .hot-spots__filters {
    display: flex;
    flex-flow: row wrap;
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    justify-content: center;
    order: 0;
    padding-left: 0;
    margin: 1rem 0;
  }
}

#hot-spots-map {
  height: 500px;
  width: 100%;
  display: block;
}
@media print, screen and (max-width: 39.99875em) {
  #hot-spots-map {
    height: 350px;
  }
}

.hot-spots__map {
  flex: 0 0 auto;
  width: 75%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 39.99875em) {
  .hot-spots__map {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    order: 1;
  }
}
.hot-spots__map .si-pointer-top {
  background-color: transparent;
  border-top-color: transparent !important;
}
.hot-spots__map .si-pointer-top:before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 17px);
  width: 1px;
  height: 40px;
  background-color: #2F3634;
  z-index: 99;
}
.hot-spots__map .si-content {
  position: relative;
  text-align: center;
  padding: 1rem;
}
.hot-spots__map .si-close-button {
  z-index: 999;
}
.hot-spots__map .marker__title {
  color: #EDEDED;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font: 800 0.95rem/1 Arial, helvetica, arial, sans-serif;
}
.hot-spots__map .marker__address > a {
  display: block;
  color: #EDEDED;
  font: 600 0.775rem/1.5 Arial, helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hot-spots__map .marker__directions {
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #2F3634;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  display: block;
  width: 100%;
  border-radius: 0;
  font: 600 0.725rem/1.2 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.hot-spots__map .marker__directions:hover {
  background-color: #B6CED0;
  border-color: #B6CED0;
  color: #EDEDED;
}
.hot-spots__map .marker__website {
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #2F3634;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  display: block;
  width: 100%;
  border-radius: 0;
  font: 600 0.725rem/1.2 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
}
.hot-spots__map .marker__website:hover {
  background-color: #B6CED0;
  border-color: #B6CED0;
  color: #EDEDED;
}

.hot-spots__category-group {
  padding: 0;
  list-style: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 39.99875em) {
  .hot-spots__category-group {
    display: inline-block;
  }
}
.hot-spots__category-group.is-active .hot-spots__category-name {
  background-color: #F37826;
}
.hot-spots__category-group.is-active > li {
  background-color: #F37826;
  border: 1px solid #F37826;
}
.hot-spots__category-group > li {
  border: 1px solid #B6CED0;
  text-align: center;
  border-bottom: 0;
}
.hot-spots__category-group > li:last-of-type {
  border-bottom: 1px solid #B6CED0;
}

.hot-spots__category-name {
  color: #2F3634;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
  font: 700 0.825rem/1 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100%;
  display: block;
  padding: 1.25rem 1rem;
  cursor: pointer;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 39.99875em) {
  .hot-spots__category-name {
    font-size: 0.75rem;
    padding: 0.9rem 0.8rem;
  }
}

.hot-spot__category-posts::-webkit-scrollbar {
  display: inline-block;
  position: relative;
  width: 0.4rem;
}
@media print, screen and (max-width: 63.99875em) {
  .hot-spot__category-posts::-webkit-scrollbar {
    height: 10px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hot-spot__category-posts::-webkit-scrollbar {
    height: 10px;
  }
}

.hot-spot__category-posts::-webkit-scrollbar-track {
  border: 1px solid #2F3634;
}

.hot-spot__category-posts::-webkit-scrollbar-thumb {
  background-color: #2F3634;
}

.hot-spot__category-posts {
  position: relative;
  list-style: none;
  padding: 0;
  max-height: 0;
  transition: all 0.5s ease;
  padding-right: 0;
}
.hot-spot__category-posts > li {
  position: relative;
  color: #EDEDED;
  font: 400 0.85rem/1.25 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.075em;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: -1;
}
.hot-spot__category-posts > li.is-active {
  color: #B6CED0;
}

.hot-spots__icon {
  width: 100%;
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  z-index: 0;
  width: 300px;
}
@media print, screen and (max-width: 39.99875em) {
  .hot-spots__icon {
    order: 2;
    left: auto;
    right: auto;
    width: 300px;
    display: none;
  }
}
.hot-spots__icon > img {
  width: 100%;
  height: auto;
  display: block;
}

.notification-bar {
  padding: 1.25rem 0;
}
.notification-bar h4 {
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  color: #FCFAEB;
}

.hero-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.hero-image.is-animated .hero-image__background {
  animation-name: heroBackground;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.hero-image.is-animated .hero-image__box {
  opacity: 1;
  transform: translateY(0);
}
.hero-image > .container {
  width: 100%;
  max-width: 100%;
  height: 46rem;
  padding: 5rem;
  max-height: 100vh;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .hero-image > .container {
    height: 450px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hero-image > .container {
    height: auto;
    min-height: 325px;
    padding: 1.5rem;
  }
}

.hero-image__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scale(1.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-image__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-image__box {
  flex: 0 0 auto;
  width: calc(33.3333333333% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding: 2.26rem 1.94rem 1.94rem;
  opacity: 0;
  transform: translatey(2rem);
  transition: all 0.75s ease;
}
@media print, screen and (min-width: 64em) {
  .hero-image__box {
    max-width: 425px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .hero-image__box {
    flex: 0 0 auto;
    width: calc(45.8333333333% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hero-image__box {
    flex: 0 0 auto;
    width: calc(54.1666666667% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    font-size: 0.95rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .hero-image__box {
    flex: 0 0 auto;
    width: calc(66.6666666667% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    font-size: 0.75rem;
    padding: 1.5rem 1.4rem;
  }
}
.hero-image__box p {
  letter-spacing: 0.2em;
  font-size: 18px;
}
@media print, screen and (max-width: 39.99875em) {
  .hero-image__box p {
    font-size: 0.75rem;
  }
}

.hero-image__content {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  display: block;
  margin: 0 auto 1.94rem;
}
.hero-image__content:before, .hero-image__content:after {
  display: block;
  content: "";
  width: 2.26rem;
  height: 0.4rem;
  background-color: #B6CED0;
  margin: auto;
}
.hero-image__content:before {
  margin-bottom: 1rem;
}
.hero-image__content:after {
  margin-top: 1rem;
}
.hero-image__content b {
  font-weight: 700;
}

.icon-grid {
  padding: 6rem 0;
}
.icon-grid.is-animated .icon-grid__item,
.icon-grid.is-animated .icon-grid__link {
  opacity: 1;
  transform: translateY(0);
}
@media print, screen and (min-width: 64em) {
  .icon-grid > .container {
    max-width: 64rem !important;
  }
}
.icon-grid .item:nth-child(1) {
  transition-delay: 0.1s;
}
.icon-grid .item:nth-child(2) {
  transition-delay: 0.2s;
}
.icon-grid .item:nth-child(3) {
  transition-delay: 0.3s;
}
.icon-grid .item:nth-child(4) {
  transition-delay: 0.4s;
}
.icon-grid .item:nth-child(5) {
  transition-delay: 0.5s;
}
.icon-grid .item:nth-child(6) {
  transition-delay: 0.6s;
}
.icon-grid .item:nth-child(7) {
  transition-delay: 0.7s;
}
.icon-grid .item:nth-child(8) {
  transition-delay: 0.8s;
}
.icon-grid .item:nth-child(9) {
  transition-delay: 0.9s;
}

.icon-grid__items {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  padding: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .icon-grid__items {
    padding: 0 2rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .icon-grid__items {
    padding: 0;
  }
}

.icon-grid__item:nth-child(1) {
  transition-delay: 0.125s;
}

.icon-grid__item:nth-child(2) {
  transition-delay: 0.25s;
}

.icon-grid__item:nth-child(3) {
  transition-delay: 0.375s;
}

.icon-grid__item:nth-child(4) {
  transition-delay: 0.5s;
}

.icon-grid__item:nth-child(5) {
  transition-delay: 0.625s;
}

.icon-grid__item:nth-child(6) {
  transition-delay: 0.75s;
}

.icon-grid__item:nth-child(7) {
  transition-delay: 0.875s;
}

.icon-grid__item:nth-child(8) {
  transition-delay: 1s;
}

.icon-grid__item:nth-child(9) {
  transition-delay: 1.125s;
}

.icon-grid__item:nth-child(10) {
  transition-delay: 1.25s;
}

.icon-grid__item:nth-child(11) {
  transition-delay: 1.375s;
}

.icon-grid__item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto 2rem;
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s ease;
}
@media print, screen and (max-width: 63.99875em) {
  .icon-grid__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-right: 0;
    padding-left: 0;
    padding: 0 0.66rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .icon-grid__item {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 4rem;
  }
}
.icon-grid__item.is-active {
  opacity: 1;
  transform: translateY(0);
}
.icon-grid__item p {
  font-size: 0.75rem;
}

.icon-grid__item-icon {
  flex: 0 0 auto;
  width: calc(33.3333333333% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .icon-grid__item-icon {
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 1.5rem;
  }
}
.icon-grid__item-icon img {
  display: block;
  margin: 0 auto 1rem;
  max-width: 100%;
  height: 50px;
  width: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .icon-grid__item-icon img {
    height: 75px;
  }
}

.icon-grid__item-label {
  display: block;
  margin-bottom: 1.25rem;
}
.icon-grid__item-label span {
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.icon-grid__item-title {
  display: block;
  font: 700 1rem/1.3125 Arial, helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 auto 0.75rem;
}
@media print, screen and (max-width: 74.99875em) {
  .icon-grid__item-title {
    font-size: 0.8125rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .icon-grid__item-title {
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 23.4375em) {
  .icon-grid__item-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 20em) {
  .icon-grid__item-title {
    font-szie: 0.8125rem;
  }
}

.item__description {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  font: 400 1rem/1.33 Arial, helvetica, arial, sans-serif;
  letter-spacing: 0.118em;
  margin: auto;
  max-width: 16.37rem;
}
@media print, screen and (max-width: 39.99875em) {
  .item__description {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 23.4375em) {
  .item__description {
    font: 400 0.8rem/1.33 Arial, helvetica, arial, sans-serif;
  }
}

.icon-grid__link {
  flex: 0 0 auto;
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  text-align: center;
  margin-top: 3rem;
  opacity: 0;
  transition: all 0.5s ease 1s;
  transform: translateY(1.5rem);
}
.icon-grid__link .button {
  padding-left: 4rem;
  padding-right: 4rem;
}

.padding-top-none {
  padding-top: 0;
}

.padding-top-xsmall {
  padding-top: 1rem;
}

.padding-top-small {
  padding-top: 3rem;
}

.padding-top-medium {
  padding-top: 5rem;
}

.padding-top-large {
  padding-top: 7rem;
}
@media print, screen and (max-width: 39.99875em) {
  .padding-top-large {
    padding-top: 5rem;
  }
}

.padding-top-xlarge {
  padding-top: 9rem;
}
@media print, screen and (max-width: 63.99875em) {
  .padding-top-xlarge {
    padding-top: 6rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .padding-top-xlarge {
    padding-top: 5rem;
  }
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-bottom-xsmall {
  padding-bottom: 1rem;
}

.padding-bottom-small {
  padding-bottom: 3rem;
}

.padding-bottom-medium {
  padding-bottom: 5rem;
}

.padding-bottom-large {
  padding-bottom: 7rem;
}
@media print, screen and (max-width: 39.99875em) {
  .padding-bottom-large {
    padding-bottom: 5rem;
  }
}

.padding-bottom-xlarge {
  padding-bottom: 9rem;
}
@media print, screen and (max-width: 63.99875em) {
  .padding-bottom-xlarge {
    padding-bottom: 6rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .padding-bottom-xlarge {
    padding-bottom: 5rem;
  }
}

.background-white {
  background-color: white;
}

.background-color-a {
  background-color: #2F3634;
}

.background-color-b {
  background-color: #F37826;
}

.background-color-c {
  background-color: #B6CED0;
}

.background-color-d {
  background-color: #FCFAEB;
}

.background-color-e {
  background-color: #3C4543;
}

.background-color-f {
  background-color: #EDEDED;
}

.background-color-g {
  background-color: #FFFFFF;
}

.font-white {
  color: white;
}
.font-white * {
  color: white;
}

.font-color-a {
  color: #2F3634;
}
.font-color-a * {
  color: #2F3634;
}

.font-color-b {
  color: #F37826;
}
.font-color-b * {
  color: #F37826;
}

.font-color-c {
  color: #B6CED0;
}
.font-color-c * {
  color: #B6CED0;
}

.font-color-d {
  color: #FCFAEB;
}
.font-color-d * {
  color: #FCFAEB;
}

.font-color-e {
  color: #3C4543;
}
.font-color-e * {
  color: #3C4543;
}

.font-color-f {
  color: #EDEDED;
}
.font-color-f * {
  color: #EDEDED;
}

.font-color-g {
  color: #FFFFFF;
}
.font-color-g * {
  color: #FFFFFF;
}

.opacity-one {
  opacity: 0.1;
}

.opacity-two {
  opacity: 0.2;
}

.opacity-three {
  opacity: 0.3;
}

.opacity-four {
  opacity: 0.4;
}

.opacity-five {
  opacity: 0.5;
}

.opacity-six {
  opacity: 0.6;
}

.opacity-seven {
  opacity: 0.7;
}

.opacity-eight {
  opacity: 0.8;
}

.opacity-nine {
  opacity: 0.9;
}

.full-width {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
