@charset "UTF-8";
/**
* ----------------------------------------------------------------------------
* 00 RESETS
* ----------------------------------------------------------------------------
*/
/*! 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; }

/**
* ----------------------------------------------------------------------------
* 01 SETTINGS
* Contains the configuration files that holds global variables for the project
* (for typography, color schemes, and so on).
* ----------------------------------------------------------------------------
*/
/**
* ----------------------------------------------------------------------------
* 02 HELPERS
* The helpers/ folder (sometimes called utils/) gathers all Sass tools and helpers
* we’ll use across the project. Got a function? A mixin? Put it in there.
* ----------------------------------------------------------------------------
*/
/*============================================================================
  Layer promotion mixin for creating smoother animations with higher FPS.
==============================================================================*/
/**
 * Fix for vw, vh, vmin, vmax on iOS 7.
 * http://caniuse.com/#feat=viewport-units
 *
 * This fix works by replacing viewport units with px values on known screen sizes.
 *
 * iPhone 6 and 6 Plus cannot run iOS 7, so are not targeted by this fix.
 * Target devices running iOS 8+ will incidentally execute the media query,
 * but this will still produce the expected result; so this is not a problem.
 *
 * As an example, replace:
 *
 *   height: 50vh;
 *   font-size: 5vmin;
 *
 * with:
 *
 *   @include viewport-unit(height, 50vh);
 *   @include viewport-unit(font-size, 5vmin);
 */
/* ripped CSS4 vars out of color map */
:root {
  --color-ui-green: #b2d251;
  --color-ui-dark: #1a1919;
  --color-ui-muted: #f1f2f3;
  --color-ui-lines: #e3e6e8;
  --color-text-base: #5f6163;
  --color-text-primary: #3e4147;
  --color-text-green: #b2d251;
  --color-text-accent: #1a1919;
  --color-text-dark: #1a1919;
  --color-text-neutral: #858585;
  --color-text-muted: #949ea8;
  --color-text-negative: #cc432e;
  --color-drawers-bg: white;
  --color-drawers-text: #d4d4d4;
  --color-drawers-textHighlight: #fafafa;
  --color-drawers-titles: white;
  --color-footer-bg: #f7f7f7;
  --color-link-normal: #2f3032;
  --color-link-hover: #1a1919;
  --color-link-active: #454545; }

img.fade-up {
  opacity: 0;
  transition: opacity 200ms ease-out; }
  img.fade-up.lazyloaded {
    opacity: 1; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * ----------------------------------------------------------------------------
 * RESPONSIVE UTILITY CLASSES
 * ----------------------------------------------------------------------------
 */
@media (max-width: 29.365em) {
  .u-hide--untilPhoneLarge {
    display: none !important; } }

@media (min-width: 29.375em) {
  .u-show--untilPhoneLarge {
    display: none !important; } }

@media (max-width: 47.99em) {
  .u-hide--untilTablet {
    display: none !important; } }

@media (min-width: 48em) {
  .u-show--untilTablet {
    display: none !important; } }

@media (max-width: 63.99em) {
  .u-hide--untilDesktop {
    display: none !important; } }

@media (min-width: 64em) {
  .u-show--untilDesktop {
    display: none !important; } }

@media (max-width: 63.99em) {
  .u-show--fromDesktop {
    display: none !important; } }

/**
 * Sets a media query for the specified breakpoint
 *
 * Accepts:
 * - $media-query: {String} Breakpoint variable (list found in variables.scss)
 *
 * Usage:
 * .selector {
 *   @include media-query($medium-up) {
 *     color: red;
 *   }
 * }
 */
/**
 * Outputs list of transition properties
 *
 * Accepts:
 * - $transitions: {String} List of transition properties to set
 *
 * Usage:
 * .selector {
 *   @include transition(width, height 0.5s ease-in);
 * }
 */
/**
 * Forces an element to self-clear its children
 *
 * Usage:
 * .selector {
 *   @include clearfix;
 * }
 */
/**
 * Hide element but make it accessible to screen readers
 *
 * Usage:
 * .selector {
 *   @include visually-hidden;
 * }
 */
/**
 * Reverse the properties applied by @mixin visually-hidden
 *
 * Accepts:
 * - $position: {String} Positioning method for element
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
* ----------------------------------------------------------------------------
* 02 VENDORS
* Third-party libraries
* ----------------------------------------------------------------------------
*/
/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  border: none;
  background: none;
  cursor: pointer;
  /* vertically center */
  width: 3rem;
  height: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .flickity-prev-next-button path {
    fill: black; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 1rem; }

.flickity-prev-next-button.next {
  right: 1rem; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -3rem; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: -3rem; }

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #fff;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background: #e9ebed;
  border-radius: 50%;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  background: #949ea8;
  opacity: 1; }

/**
* ----------------------------------------------------------------------------
* 03 CORE
* ----------------------------------------------------------------------------
*/
/**
 * ----------------------------------------------------------------------------
 * BUTTONS
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Previne que o botão diminua comprima o texto quando dentro de um elemento flexbox
 * ----------------------------------------------------------------------------
 */
.wp-block-button__link,
.Button,
.button,
button,
input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: Montserrat, Helvetica, Verdana, Arial, sans-serif;
  font-size: 100%;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.18s ease;
  font-weight: 600;
  text-decoration: none; }
  .wp-block-button__link:hover,
  .Button:hover,
  .button:hover,
  button:hover,
  input[type='submit']:hover {
    text-decoration: none; }
  .disabled.wp-block-button__link, .wp-block-button__link[disabled],
  .Button.disabled,
  .Button[disabled],
  .button.disabled,
  .button[disabled],
  button.disabled,
  button[disabled],
  input[type='submit'].disabled,
  input[type='submit'][disabled] {
    cursor: not-allowed;
    opacity: 0.4; }
  .wp-block-button__link svg,
  .Button svg,
  .button svg,
  button svg,
  input[type='submit'] svg {
    vertical-align: middle; }
  .wp-block-button__link .plus,
  .wp-block-button__link .plus-circle,
  .Button .plus,
  .Button .plus-circle,
  .button .plus,
  .button .plus-circle,
  button .plus,
  button .plus-circle,
  input[type='submit'] .plus,
  input[type='submit'] .plus-circle {
    display: inline-block;
    font-size: 2em;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat; }
    .wp-block-button__link .plus:first-child,
    .wp-block-button__link .plus-circle:first-child,
    .Button .plus:first-child,
    .Button .plus-circle:first-child,
    .button .plus:first-child,
    .button .plus-circle:first-child,
    button .plus:first-child,
    button .plus-circle:first-child,
    input[type='submit'] .plus:first-child,
    input[type='submit'] .plus-circle:first-child {
      margin-right: 0.2rem; }
  .wp-block-button__link .plus,
  .Button .plus,
  .button .plus,
  button .plus,
  input[type='submit'] .plus {
    background-image: url("../img/Button__plus-green.png"); }
  
  .wp-block-button__link .plus-circle,
  .Button .plus-circle,
  .button .plus-circle,
  button .plus-circle,
  input[type='submit'] .plus-circle {
    background-image: url("../img/Button__plus-green-circle.png"); }
  @media (max-width: 47.99em) {
    .wp-block-button__link,
    .Button,
    .button,
    button,
    input[type='submit'] {
      white-space: normal;
      line-height: 1.2em !important;
      padding-top: 0.6em !important;
      padding-bottom: 0.6em !important; } }

/**
 * ============================================================================
 * BUTTON LAYOUTS
 * ============================================================================
 */
.wp-block-button__link, .Button,
.button,
input.Button {
  font-size: 0.89445rem;
  height: calc(2.8 - 0.3);
  line-height: 2.8;
  padding: 0 2.6em;
  border-radius: 0.1em; }


.Button--small {
  font-size: 0.80005rem;
  line-height: 2.2;
  padding: 0 2.2em;
  border-radius: 0.2em; }


.Button--compact {
  font-size: 0.80005rem;
  line-height: 2.8;
  padding: 0 2em;
  border-radius: 0;
  text-transform: uppercase; }


.Button--big {
  font-size: 1.118rem;
  line-height: 5;
  padding: 0 4.6em;
  border-radius: 0; }


.Button--block:nth-child(n) {
  width: 100%; }


.Button--icon svg {
  display: inline;
  max-width: 2.1em;
  vertical-align: middle; }

/**
 * ============================================================================
 * BUTTON STYLES
 * ============================================================================
 */
.Button,
.button,
input.Button {
  color: white;
  background: #b2d251; }
  .Button:hover,
  .button:hover {
    color: white; }


.Button.Button--outline {
  color: var(--color-ui-dark);
  background: none;
  box-shadow: var(--color-ui-dark) 0 0 0 1px inset; }
  
  .Button.Button--outline .icon {
    color: var(--color-ui-dark); }
  
  .Button.Button--outline:hover {
    background: none; }
  
  .Button.Button--outline[data-theme='white'] {
    color: white;
    box-shadow: white 0 0 0 1px inset; }


.Button--noLayout {
  color: unset;
  background: none;
  padding-left: unset;
  padding-right: unset;
  line-height: unset;
  box-shadow: none;
  padding: 0; }
  
  .Button--noLayout:hover {
    background: none; }

.Button--icon {
  background: none;
  text-shadow: none; }
  .Button--icon .icon {
    font-size: 1.5em;
    -webkit-transform: translateY(-0.05em);
            transform: translateY(-0.05em); }
    .Button--icon .icon:first-child {
      margin-right: 0.2em; }
    .Button--icon .icon:last-child {
      margin-left: 0.2em; }
  .Button--icon:hover {
    background: none; }

/**
* ============================================================================
* BUTTON DECLARATIONS
* Here we extend and assign the styles and layout to each button
* ============================================================================
*/
.is-style-outline .wp-block-button__link {
  background: none !important; }

[data-action] {
  cursor: pointer; }

form {
  margin: 0; }

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button,
input[type='submit'],
label[for] {
  cursor: pointer; }

textarea {
  min-height: 100px; }

select::-ms-expand {
  display: none; }

input,
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
select,
textarea {
  border: none;
  border-radius: 0em;
  background: #f2f2f2;
  padding: 0 1.25em;
  outline: none;
  font-weight: 400;
  font-family: Montserrat, Helvetica, Verdana, Arial, sans-serif;
  font-size: 1rem; }

input[type='text'],
input[type='search'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='url'] {
  height: 2.8em;
  line-height: 2.8em; }

input[type='submit'],
input[type='checkbox'] {
  width: auto; }

input[type='file'] {
  background: none;
  padding: 0;
  border: none; }

textarea {
  padding: 1em 1.25em;
  width: 100%; }

select {
  display: block;
  height: 2.8em;
  line-height: 2.8em; }

label {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 0.80005rem; }

.input-wrapper,
.selector-wrapper {
  margin-bottom: 1.2rem; }
  .input-wrapper label,
  .selector-wrapper label {
    width: 100%;
    display: block; }
  .input-wrapper select,
  .selector-wrapper select {
    width: 100%; }

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.feedback.feedback--error {
  color: #cc432e; }

form .errors {
  text-align: center;
  margin-bottom: 3rem;
  color: #cc432e; }
  form .errors ul {
    list-style: none;
    margin: 0;
    padding: 0; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #858585;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.2em; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #858585;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.2em; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #858585;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.2em; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #858585;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.2em; }

.Form__grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1.5rem; }
  .Form__grid .Form__input {
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-basis: calc(100% - 1rem);
        -ms-flex-preferred-size: calc(100% - 1rem);
            flex-basis: calc(100% - 1rem);
    margin: 0.5rem; }
    .Form__grid .Form__input input,
    .Form__grid .Form__input textarea {
      width: 100%; }
  .Form__grid .Form__actions {
    -webkit-flex-basis: calc(100% - 1rem);
        -ms-flex-preferred-size: calc(100% - 1rem);
            flex-basis: calc(100% - 1rem);
    margin: 2rem 0.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .Form__grid .Form__actions .push-right {
      margin-left: auto; }
  @media (min-width: 48em) {
    .Form__grid .Grid-medium-1-2 {
      -webkit-flex-basis: calc(50% - 1rem);
          -ms-flex-preferred-size: calc(50% - 1rem);
              flex-basis: calc(50% - 1rem); } }
  @media (min-width: 48em) {
    .Form__grid .Grid-medium-1-3 {
      -webkit-flex-basis: calc(33.333% - 1rem);
          -ms-flex-preferred-size: calc(33.333% - 1rem);
              flex-basis: calc(33.333% - 1rem); } }
  @media (min-width: 48em) {
    .Form__grid .Grid-medium-2-3 {
      -webkit-flex-basis: calc(66.666% - 1rem);
          -ms-flex-preferred-size: calc(66.666% - 1rem);
              flex-basis: calc(66.666% - 1rem); } }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

.js-focus-hidden:focus {
  outline: none; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

.skip-link:focus {
  z-index: 10000;
  transition: none; }

[tabindex='-1']:focus {
  outline: none; }

html {
  box-sizing: border-box; }

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

/**
 * Container
 * Layout container for layout major parts
 */
.Container {
  width: 100%;
  max-width: calc(100% - 4rem);
  margin: 0 auto; }
  @media (min-width: 92rem) {
    .Container {
      max-width: 90rem; } }
  @media (min-width: 116rem) {
    .Container .alignwide {
      max-width: unset;
      width: 130%;
      margin-left: -15%;
      margin-right: -15%; } }

@media (min-width: 80rem) {
  .Container--narrow {
    max-width: 70rem; } }

@media (min-width: 80rem) {
  .Container--narrower {
    max-width: 54rem; } }

@media (min-width: 80rem) {
  .Container--narrowest {
    max-width: 46rem; } }

@media (min-width: 112rem) {
  .Container--wide {
    max-width: 110rem; } }

.Container--wider {
  max-width: calc(100% - 4rem); }
  @media (min-width: 112rem) {
    .Container--wider {
      max-width: 110rem; } }
  @media (min-width: 140rem) {
    .Container--wider {
      max-width: 140rem; } }

.Container--widest {
  max-width: 160rem; }

.PageContainer {
  width: 100%;
  max-width: 100%;
  overflow: hidden; }

.MainContent {
  background: white;
  border-bottom: 1px solid transparent; }

.Grid-A {
  display: grid;
  grid-template-columns: 10% 1fr 10%;
  grid-template-areas: 'left content right'; }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

img {
  height: auto; }

.responsive-table {
  width: 100%; }

@media (max-width: 47.99em) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }
  .responsive-table th,
  .responsive-table td {
    display: block;
    margin: 0;
    text-align: right; }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    padding-right: 10px;
    text-align: center; }
  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      position: absolute;
      top: 0;
      display: block; } }

:root {
  font-size: 16px; }

body {
  font-family: Montserrat, Helvetica, Verdana, Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #5f6163; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, Helvetica, Verdana, Arial, sans-serif;
  color: #1a1919;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase; }
  .Page__content h1, .Page__content
  h2, .Page__content
  h3, .Page__content
  h4, .Page__content
  h5, .Page__content
  h6 {
    margin-top: 1.7em; }

h1 {
  font-size: calc(1.34332rem + 0.83988vw);
  min-width: 0vw; }
  @media (min-width: 1600px) {
    h1 {
      font-size: 2.1832rem; } }

h2 {
  font-size: calc(1.29967rem + 0.447vw);
  min-width: 0vw; }
  @media (min-width: 1600px) {
    h2 {
      font-size: 1.74666rem; } }

h3 {
  font-size: calc(1.28123rem + 0.28108vw);
  min-width: 0vw; }
  @media (min-width: 1600px) {
    h3 {
      font-size: 1.56231rem; } }

h4 {
  font-size: calc(1.26474rem + 0.13267vw);
  min-width: 0vw; }
  @media (min-width: 1600px) {
    h4 {
      font-size: 1.39742rem; } }

h5 {
  font-size: 1.24992rem; }

h6 {
  font-size: 1.118rem;
  font-style: italic;
  color: #858585;
  text-transform: none; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

a {
  color: #2f3032;
  text-decoration: none; }
  a:hover {
    color: #1a1919; }

a:focus {
  color: inherit; }

hr {
  border: none;
  border-bottom: 1px solid #f1f2f3;
  margin: 2rem 0; }
  hr.Container {
    margin: 4rem auto; }

.icon {
  width: 1em;
  height: 1em; }

blockquote {
  font-size: 1.56231rem;
  text-transform: none;
  margin: 2em auto;
  max-width: 24em;
  font-style: italic; }

.visually-hidden {
  visibility: hidden !important; }

.label-hidden,
.icon-fallback-text,
.u-hidden,
.is-hidden,
.hide {
  display: none !important; }

/**
 * ----------------------------------------------------------------------------
 * FADE-UP
 * Utility classed used by the lazy-loading plugin, to animate entrance of
 * high-resolution lazy-loaded images
 * ----------------------------------------------------------------------------
 */
.fade-up {
  opacity: 0;
  transition: opacity 400ms; }

.fade-up.lazyloaded {
  opacity: 1; }

.u-clickblock:after {
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute; }

/**
 * ----------------------------------------------------------------------------
 * JS UTILITIES
 * ----------------------------------------------------------------------------
 */
.js-clickBlock {
  cursor: pointer; }

/**
* ----------------------------------------------------------------------------
* 04 COMPONENTS
* ----------------------------------------------------------------------------
*/
.Announcement {
  background: #b2d251;
  text-align: center;
  color: #1a1919;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.80005rem;
  padding: 0.6em 0; }

.Header {
  position: relative;
  z-index: 2; }
  .Header .Container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 3; }
  .Header .Nav__item {
    text-transform: none;
    font-weight: 300;
    padding: 0 1.2rem; }
    .Header .Nav__item .icon {
      font-size: 0.80005rem; }
  .Header .Nav__item--icon {
    padding: 0 0.4em; }

.Header__megaMenuContainer {
  top: 100%;
  right: 0;
  left: 0;
  position: absolute;
  width: 100vw; }

.Header__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .Header__nav .toggle-mobile-nav {
    font-size: calc(1.325rem + 0.675vw);
    min-width: 0vw; }
    @media (min-width: 1600px) {
      .Header__nav .toggle-mobile-nav {
        font-size: 2rem; } }
  @media (max-width: 75em) {
    .Header__nav .Nav--megaMenu {
      display: none; } }
  @media (min-width: 75em) {
    .Header__nav .toggle-mobile-nav {
      display: none; } }

.Header__brand {
  width: 25%;
  max-width: 3em;
  margin-right: 1.6rem; }
  @media (min-width: 48em) {
    .Header__brand {
      width: 30%;
      max-width: 4em;
      margin-right: 2rem; } }
  .Header__brand svg {
    display: block;
    width: 100%;
    margin: 0 auto; }

.Header__utilities {
  margin-left: auto; }

.Nav--utilities .icon {
  line-height: 1;
  vertical-align: middle;
  color: var(--color-ui-green); }

.Nav__submenu {
  display: none; }

.Main a {
  font-weight: bold; }

.Main__header {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.Main__cover {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-bottom: 4rem; }
  @media (max-width: 63.99em) {
    .Main__cover {
      width: calc(100% + 4rem);
      margin-left: -2rem;
      margin-right: -2rem;
      max-width: unset; } }
  .Main__cover:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 50vw; }
    @media (min-width: 64em) {
      .Main__cover:before {
        padding-top: 30vw; } }
    @media (min-width: 100em) {
      .Main__cover:before {
        padding-top: 40%; } }
  .Main__cover .details {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.1); }
  .Main__cover h1 {
    color: white;
    padding-left: 1em;
    padding-right: 1em;
    line-height: 1.2; }
  .Main__cover.Main__cover--noImage {
    margin-top: 2rem; }
    .Main__cover.Main__cover--noImage:before {
      display: none; }
    .Main__cover.Main__cover--noImage .details {
      background: none;
      position: relative; }
    .Main__cover.Main__cover--noImage h1 {
      color: #1a1919; }

.Main__aside h1:first-child,
.Main__aside h2:first-child,
.Main__aside h3:first-child,
.Main__aside h4:first-child,
.Main__aside h5:first-child,
.Main__aside h6:first-child {
  margin-top: 0; }

@media (min-width: 64em) {
  .Main--contentAside {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-gap: 3rem; } }

.Main--contentAside .Main__content {
  grid-row: 1;
  grid-column: 1; }

.Main--contentAside .Main__aside {
  grid-row: 1;
  grid-column: 2; }

.Footer {
  margin-top: 4rem; }

.Footer__newsletter {
  background: var(--color-ui-muted);
  text-align: center;
  padding: 2rem 1.6rem 0.5rem; }
  @media (min-width: 48em) {
    .Footer__newsletter {
      padding: 3rem 3rem 2rem; } }
  .Footer__newsletter h4 {
    margin: 0; }
  .Footer__newsletter p {
    font-style: italic; }
  .Footer__newsletter div.mce_inline_error {
    display: none !important; }
  .Footer__newsletter .Form__input {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    max-width: 46em;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 48em) {
      .Footer__newsletter .Form__input {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .Footer__newsletter .Form__input input {
      height: unset;
      background: white;
      text-align: center; }
      @media (min-width: 48em) {
        .Footer__newsletter .Form__input input {
          text-align: left; } }

.Footer__instagram {
  text-align: center;
  margin-bottom: 2rem; }
  @media (min-width: 64em) {
    .Footer__instagram {
      margin-bottom: 4rem; } }
  .Footer__instagram .media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: calc(100% + 0.4rem);
    margin-left: -0.2rem;
    margin-right: -0.2rem; }
  .Footer__instagram figure {
    margin: 0.2rem;
    background: #f1f2f3;
    -webkit-flex-basis: calc(33.333% - 0.4rem);
        -ms-flex-preferred-size: calc(33.333% - 0.4rem);
            flex-basis: calc(33.333% - 0.4rem); }
    .Footer__instagram figure:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 100%; }
    @media (min-width: 64em) {
      .Footer__instagram figure {
        -webkit-flex-basis: calc(16.666% - 0.4rem);
            -ms-flex-preferred-size: calc(16.666% - 0.4rem);
                flex-basis: calc(16.666% - 0.4rem); } }

.Footer__navigation {
  font-size: 0.89445rem;
  background: #f1f2f3;
  padding-top: 2rem;
  padding-bottom: 5vh; }
  .Footer__navigation .Container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: 'nav1' 'nav2' 'brand';
    text-align: center; }
  @media (min-width: 64em) {
    .Footer__navigation {
      padding-top: 5vh; }
      .Footer__navigation .Container {
        display: grid;
        grid-template-columns: 3fr 2fr 3fr;
        grid-gap: 2rem; } }
  @media (max-width: 63.99em) {
    .Footer__navigation .Footer__section:nth-child(2) {
      grid-area: brand; }
    .Footer__navigation .Footer__section:nth-child(1) {
      grid-area: nav1; }
    .Footer__navigation .Footer__section:nth-child(3) {
      grid-area: nav2; } }
  .Footer__navigation .Footer__section:nth-child(odd) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem; }
  .Footer__navigation .Footer__section:nth-child(even) {
    text-align: center; }
    .Footer__navigation .Footer__section:nth-child(even) .Nav--vertical {
      font-size: 0.71561rem;
      text-align: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 2rem; }
  .Footer__navigation .Footer__section .Nav__header {
    width: 100%; }
  .Footer__navigation .Nav__item {
    text-transform: none; }
  .Footer__navigation .Nav--vertical .Nav__item {
    width: 100%; }
    .Footer__navigation .Nav--vertical .Nav__item a {
      display: block;
      padding: 0.4em 0; }
  .Footer__navigation .phone {
    font-size: 1.118rem;
    font-weight: bold;
    color: #b2d251;
    text-transform: uppercase; }
    .Footer__navigation .phone:hover {
      color: #1a1919; }

.Footer__brand {
  max-width: 6em;
  margin-left: auto;
  margin-right: auto; }

.Nav--social {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.56231rem;
  margin-top: 1em !important; }
  .Nav--social .Nav__item {
    padding: 0.3em; }
  .Nav--social a {
    color: #1a1919; }
    .Nav--social a:hover {
      color: #b2d251; }

.Footer__legal {
  margin-top: 4rem;
  font-size: 0.71561rem;
  display: block !important;
  text-align: center; }

.Media {
  border: 1px solid red;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/**
* ----------------------------------------------------------------------------
* NAV
* ----------------------------------------------------------------------------
*/
.Nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .Nav .selected > a {
    color: #1a1919; }
  .Nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .Nav .not-actionable {
    cursor: default !important; }

.Nav--vertical {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .Nav--vertical .Nav__item {
    display: block;
    padding-left: 0;
    padding-right: 0; }

.Nav__item {
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative; }

.Nav__item--main {
  white-space: nowrap; }

/**
 * ----------------------------------------------------------------------------
 * NAV ACCORDION
 * ----------------------------------------------------------------------------
 */
.Nav.Nav--accordion {
  display: block; }
  .Nav.Nav--accordion .Nav__submenu {
    opacity: 1;
    position: relative;
    visibility: visible;
    background: none;
    padding: 0 !important;
    height: 0;
    margin: 0;
    overflow: hidden;
    transition: all 220ms ease;
    font-size: 1rem; }
  .Nav.Nav--accordion .Nav__item .icon {
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out; }
  .Nav.Nav--accordion .Nav__item.is-active > .Nav__item__link .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .Nav.Nav--accordion .Nav__item__link {
    padding: 0.5em 0 0.4em 0; }
    .Nav.Nav--accordion .Nav__item__link.level-1 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .Nav.Nav--accordion .Nav__item__link.level-1 .icon {
        margin-left: auto; }
  .Nav.Nav--accordion .is-active > .Nav__submenu {
    height: auto;
    margin-top: 0.8rem;
    margin-bottom: 1.5rem;
    display: block; }
  .Nav.Nav--accordion .Nav__submenu {
    display: block;
    opacity: 1;
    position: relative;
    left: unset;
    -webkit-transform: none;
            transform: none;
    box-shadow: none;
    visibility: visible;
    background: none;
    padding: 0;
    height: 0;
    overflow: hidden;
    transition: all 220ms ease;
    font-size: 0.89445rem;
    margin: 0;
    padding: 0 0 0 1rem;
    width: 100%;
    z-index: unset; }

/**
 * ----------------------------------------------------------------------------
 * NAV--BAR
 * ----------------------------------------------------------------------------
 */
.Nav--bar {
  white-space: nowrap; }
  .Nav--bar .Nav__item--main {
    padding: 0 1em; }
  @media (max-width: 47.99em) {
    .Nav--bar {
      display: block;
      margin-bottom: 1rem; } }

/**
 * ----------------------------------------------------------------------------
 * NAV--BREADCRUMBS
 * ----------------------------------------------------------------------------
 */
.Nav--breadcrumbs {
  font-size: 0.89445rem; }
  .Nav--breadcrumbs .Nav__item {
    font-weight: 700; }

.Nav--pagination {
  margin-top: 3rem;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .Nav--pagination .pages {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .Nav--pagination .page-number {
    margin: 0.1em;
    display: inline-block;
    padding: 0.25em 0.75em;
    border-radius: 2px;
    font-size: 1.118rem; }
    .Nav--pagination .page-number.current {
      background: #b2d251;
      color: white; }
  .Nav--pagination .prev a,
  .Nav--pagination .next a {
    font-size: 0.89445rem;
    letter-spacing: 0; }
  .Nav--pagination .prev {
    margin-right: 2rem; }
  .Nav--pagination .next {
    margin-left: 2rem; }

.Drawer {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 200; }
  .Drawer .backdrop {
    background: rgba(255, 255, 255, 0.35);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .Drawer hr {
    border: none;
    margin: 1.5rem 0; }
  .Drawer a {
    display: block;
    width: 100%; }
  .Drawer .icon-closeDrawer {
    top: 1rem;
    right: 1rem;
    position: absolute;
    font-size: 1.56231rem; }
  .Drawer .Nav {
    width: 100%; }
    .Drawer .Nav .divider {
      padding-top: 1.5rem;
      margin-top: 1.5rem; }
  .Drawer .button--block {
    line-height: 2.5em; }

.Drawer__box {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  width: 38rem;
  max-width: 90%;
  min-height: 100vh;
  background: white;
  box-shadow: rgba(130, 130, 130, 0.1) 0 0 35px;
  overflow-y: scroll;
  /* has to be scroll, not auto for iOS momentum scroll */
  -webkit-overflow-scrolling: touch;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .Drawer--left .Drawer__box {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .Drawer--right .Drawer__box {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

.Drawer__header {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  padding-top: 1.5rem;
  font-size: 0.89445rem;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 4rem; }
  .Drawer__header svg {
    display: inline-block;
    width: 4em; }

.Drawer__content {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: calc(1.325rem + 0.675vw) calc(1.525rem + 2.475vw);
  min-width: 0vw;
  width: 100%; }
  @media (min-width: 1600px) {
    .Drawer__content {
      padding: 2rem 4rem; } }
  @media (min-width: 64em) {
    .Drawer__content {
      padding: calc(1.325rem + 0.675vw) calc(1.725rem + 4.275vw);
      min-width: 0vw; } }
  @media (min-width: 64em) and (min-width: 1600px) {
    .Drawer__content {
      padding: 2rem 6rem; } }
  .Drawer__content hr {
    border-top: 3px solid var(--color-ui-muted);
    margin-top: 2em;
    margin-bottom: 2em; }

.Hero {
  text-align: center;
  background: #1a1919;
  color: white; }
  .Hero h1,
  .Hero p {
    color: unset;
    font-size: calc(18px + (22 - 18) * ((100vw - 400px) / (1700 - 400)));
    margin-top: 0; }
  .Hero h1 {
    font-size: calc( 24px + (48 - 24) * ((100vw - 400px) / (1700 - 400)));
    margin: 0 auto; }

.Hero__details {
  height: 25vh;
  min-height: 22em;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.Mosaic {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: calc(100% + 0.2rem);
  margin-left: -0.1rem;
  margin-right: -0.1rem; }
  .Mosaic .Card {
    margin: 0.1rem;
    -webkit-flex-basis: calc(100% - 0.2rem);
        -ms-flex-preferred-size: calc(100% - 0.2rem);
            flex-basis: calc(100% - 0.2rem);
    text-align: center;
    position: relative;
    display: block; }
    .Mosaic .Card:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 24em; }
    @media (min-width: 48em) {
      .Mosaic .Card {
        -webkit-flex-basis: calc(50% - 0.2rem);
            -ms-flex-preferred-size: calc(50% - 0.2rem);
                flex-basis: calc(50% - 0.2rem); }
        .Mosaic .Card:nth-child(-n + 3) {
          -webkit-flex-basis: calc(33.333% - 0.2rem);
              -ms-flex-preferred-size: calc(33.333% - 0.2rem);
                  flex-basis: calc(33.333% - 0.2rem); } }
  .Mosaic .Card__figure,
  .Mosaic .Card__details {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .Mosaic .Card__figure {
    background: #f1f2f3; }
  .Mosaic .Card__details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3rem; }

.Quote {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (min-width: 64em) {
    .Quote {
      margin-top: 6em;
      margin-bottom: 6em; } }

.Quote__title {
  text-transform: uppercase;
  font-size: 0.89445rem; }

.Quote__content {
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
  font-size: calc( 16px + (20 - 16) * ((100vw - 400px) / (1600 - 400)));
  font-style: italic;
  color: var(--color-text-accent); }

.FeaturedProducts {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.FeaturedProducts__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .FeaturedProducts__nav .item {
    padding: 1em; }

.Modal {
  position: fixed;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 200; }
  .Modal .backdrop {
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.4) 100%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    will-change: opacity; }

.Modal--no-frame .Modal__box {
  padding: 0; }

.Modal__content {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: auto; }
  .Modal__content h1:first-child,
  .Modal__content h2:first-child,
  .Modal__content h3:first-child,
  .Modal__content h4:first-child,
  .Modal__content h5:first-child,
  .Modal__content h6:first-child {
    margin-top: 0; }

.Modal__box {
  width: 40rem;
  max-height: 95%;
  max-width: 90%;
  background: white;
  padding: 2.6rem;
  box-shadow: rgba(46, 44, 41, 0.1) 0 0 4px, rgba(46, 44, 41, 0.1) 0 4px 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 91; }
  .Modal__box button.closeModal {
    top: -6rem;
    right: 0rem;
    position: absolute;
    color: white;
    font-size: 1.56231rem; }
    .Modal__box button.closeModal svg {
      width: 1em !important; }
    @media (min-width: 64em) {
      .Modal__box button.closeModal {
        right: -3rem; } }

.Modal--wide .Modal__box,
.Modal--big .Modal__box {
  width: 60rem; }

.Modal--large .Modal__box {
  width: 70rem; }

.Modal__closeBtn {
  top: -3rem;
  right: 0rem;
  position: absolute;
  font-size: 1.56231rem;
  color: #5f6163;
  cursor: pointer;
  color: white; }

.Modal__header {
  color: #858585;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.89445rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .Modal__header h4 {
    margin: 0; }
  .Modal__header .Button {
    font-size: 1.39742rem;
    padding: 0;
    margin-left: auto; }

.Modal__header--noLayout {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none; }

.Modal__contentSidebar .Modal__content {
  -webkit-flex: 1 1 65%;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%; }

.Modal__contentSidebar .Modal__sidebar {
  -webkit-flex: 0 1 35%;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%; }

@media (min-width: 48em) {
  .Modal__contentSidebar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .Modal__contentSidebar .Modal__content {
      padding-right: 1rem;
      margin-right: 1rem; }
    .Modal__contentSidebar .Modal__sidebar {
      padding-left: 1rem;
      padding-top: 2rem; } }

/**
* ----------------------------------------------------------------------------
* LOOP HEADER
* ----------------------------------------------------------------------------
*/
/**
* ----------------------------------------------------------------------------
* LOOP
* ----------------------------------------------------------------------------
*/
.Loop {
  margin-left: -1em;
  margin-right: -1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: calc(100% + 2em); }
  .Loop p {
    word-wrap: break-word;
    margin: 0; }
  .Section .Loop {
    margin-bottom: 0; }
  .Loop .Card {
    -webkit-flex-basis: calc(100% - 2em);
        -ms-flex-preferred-size: calc(100% - 2em);
            flex-basis: calc(100% - 2em);
    margin: 1em; }
    @media (min-width: 48em) {
      .Loop .Card {
        -webkit-flex-basis: calc(50% - 2em);
            -ms-flex-preferred-size: calc(50% - 2em);
                flex-basis: calc(50% - 2em); } }
    @media (min-width: 64em) {
      .Loop .Card {
        -webkit-flex-basis: calc(33.333% - 2em);
            -ms-flex-preferred-size: calc(33.333% - 2em);
                flex-basis: calc(33.333% - 2em); } }
  @media (min-width: 48em) {
    .Loop.Loop--2-cols .Card {
      -webkit-flex-basis: calc(50% - 2em);
          -ms-flex-preferred-size: calc(50% - 2em);
              flex-basis: calc(50% - 2em); } }
  @media (min-width: 48em) {
    .Loop.Loop--4-cols .Card {
      -webkit-flex-basis: calc(33.333% - 2em);
          -ms-flex-preferred-size: calc(33.333% - 2em);
              flex-basis: calc(33.333% - 2em); } }
  @media (min-width: 64em) {
    .Loop.Loop--4-cols .Card {
      -webkit-flex-basis: calc(25% - 2em);
          -ms-flex-preferred-size: calc(25% - 2em);
              flex-basis: calc(25% - 2em); } }

/**
* ----------------------------------------------------------------------------
* LOOP--SLIDER
* ----------------------------------------------------------------------------
*/
.Loop--slider {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }
  .Loop--slider .Card {
    width: 100%;
    margin: 0; }
  .Loop--slider.Loop--1-cols .Card__details {
    padding-left: 0;
    padding-right: 0; }

.Loop--empty {
  display: block; }
  .Loop--empty .Entry {
    text-align: center;
    font-style: italic;
    width: 100%; }

/**
* ----------------------------------------------------------------------------
* CARD
* ----------------------------------------------------------------------------
*/
.Card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .Card.remove-grid {
    grid-template-columns: 1fr; }

.Card__figure {
  position: relative;
  grid-area: media; }
  .Card__figure:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 60%; }
  .Card__figure img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center"; }

.Card__details {
  grid-area: content;
  padding: 1em 1.6em; }

.Card__title {
  margin-top: 0;
  margin-bottom: 0.6em;
  display: block; }

.Card__meta {
  font-size: 0.89445rem;
  font-style: italic; }
  .Card__meta p {
    margin: 0; }

.Card__cta {
  margin-top: 0.7em; }


.Card--vertical {
  grid-template-columns: 1fr;
  grid-template-rows: 35% auto;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: 'media' 'content'; }
  
  .Card--vertical .Card__figure {
    grid-area: media;
    margin: 0;
    height: 100%; }
    
    .Card--vertical .Card__figure:before {
      display: none; }
  
  .Card--vertical .Card__details {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    height: 100%;
    grid-area: content; }
    
    .Card--vertical .Card__details .inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 100%; }
    @media (min-width: 64em) {
      
      .Card--vertical .Card__details {
        padding: 2em 3em; } }
    
    .Card--vertical .Card__details .Card__meta:last-child {
      margin-top: auto; }

.MegaMenu {
  display: none;
  opacity: 0;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  position: absolute; }
  .MegaMenu .backdrop {
    top: -4vh;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: white;
    z-index: -10;
    box-shadow: rgba(22, 27, 39, 0.1) 0 16px 18px; }
  .MegaMenu .Container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 4rem;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .MegaMenu .Nav {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem; }
  .MegaMenu .Nav__item {
    padding: 0.2em 0; }
    .MegaMenu .Nav__item.level-2 {
      -webkit-flex-basis: calc(25% - 2rem);
          -ms-flex-preferred-size: calc(25% - 2rem);
              flex-basis: calc(25% - 2rem);
      margin: 0 1rem 1rem; }
  .MegaMenu .Nav__item__link {
    display: block;
    color: #1a1919; }
    .MegaMenu .Nav__item__link:hover {
      color: #b2d251; }
    .MegaMenu .Nav__item__link.not-actionable {
      color: #1a1919; }
    .MegaMenu .Nav__item__link.level-2 {
      font-weight: bold;
      text-transform: uppercase; }
  .MegaMenu .Nav__submenu {
    display: block;
    margin: 0; }
    .MegaMenu .Nav__submenu.level-3 {
      margin-top: 1em;
      font-size: 0.9rem; }
  .MegaMenu .cover-content {
    display: none; }

.MegaMenu__header {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  border-right: 1px solid #e3e6e8;
  padding-right: 3rem; }
  .MegaMenu__header h4 {
    margin-top: 0; }
  .MegaMenu__header p {
    font-size: 0.9rem; }

.MegaMenu__items {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  padding-left: 5rem; }

.QuickSearch {
  margin: 0 auto;
  max-width: 40rem; }
  .QuickSearch input {
    width: 100%;
    text-align: center; }

.Card--post {
  text-align: center;
  background: white;
  box-shadow: rgba(26, 25, 25, 0.04) 0 6px 16px, rgba(26, 25, 25, 0.06) 0 1px 5px;
  transition: box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
  .Card--post .Card__figure {
    background-color: #f1f2f3; }
  .Card--post .Card__details {
    padding: 2rem 3rem;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .Card--post .Card__intro {
    margin-top: auto;
    margin-bottom: auto; }
  .Card--post p {
    font-size: 0.9rem; }
  .Card--post:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    box-shadow: rgba(26, 25, 25, 0.08) 0 7px 20px; }

.Loop--products {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem; }
  .Loop--products .Card {
    margin: 1rem;
    -webkit-flex-basis: calc(100% - 2rem);
        -ms-flex-preferred-size: calc(100% - 2rem);
            flex-basis: calc(100% - 2rem); }
    @media (min-width: 48em) {
      .Loop--products .Card {
        -webkit-flex-basis: calc(50% - 2rem);
            -ms-flex-preferred-size: calc(50% - 2rem);
                flex-basis: calc(50% - 2rem); } }
    @media (min-width: 64em) {
      .Loop--products .Card {
        -webkit-flex-basis: calc(25% - 2rem);
            -ms-flex-preferred-size: calc(25% - 2rem);
                flex-basis: calc(25% - 2rem); } }

.Card--product {
  text-align: center; }
  .Card--product .Card__figure {
    background: #f1f2f3;
    margin-bottom: 0; }
  .Card--product .Card__title {
    letter-spacing: 0;
    font-size: 1rem;
    margin: 0.4em auto; }

.Card--testimonial blockquote {
  margin: 0;
  font-size: 1rem;
  max-width: 100%; }

.Card--testimonial cite {
  font-size: 0.89445rem;
  font-style: normal;
  color: var(--color-text-accent); }

.Loop--team {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  .Loop--team .Card {
    margin: 0;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media (min-width: 48em) {
      .Loop--team .Card {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
    @media (min-width: 64em) {
      .Loop--team .Card {
        -webkit-flex-basis: 33.333%;
            -ms-flex-preferred-size: 33.333%;
                flex-basis: 33.333%; } }

.Card--team {
  position: relative;
  overflow: hidden; }
  .Card--team .Card__figure:before {
    padding-top: 100%; }
  .Card--team .Card__details {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    background: #b2d251;
    color: white;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    padding: calc(1.465rem + 1.935vw);
    min-width: 0vw; }
    @media (min-width: 1600px) {
      .Card--team .Card__details {
        padding: 3.4rem; } }
    .Card--team .Card__details a {
      color: white; }
  .Card--team .Card__intro {
    font-size: 0.8rem;
    margin-bottom: 1.5em; }
  .Card--team:hover {
    cursor: pointer; }
    .Card--team:hover .Card__details {
      -webkit-transform: translateY(0%);
              transform: translateY(0%); }

.has-color-green {
  color: #b2d251; }

.has-green-color {
  color: #b2d251; }

.has-green-text-color {
  color: #b2d251; }

.has-text-color-green {
  color: #b2d251; }

.has-green-background-color {
  background-color: #b2d251; }

.has-background-color-green {
  background-color: #b2d251; }

.has-green-border-color {
  border-color: #b2d251; }

.has-color-black {
  color: #1a1919; }

.has-black-color {
  color: #1a1919; }

.has-black-text-color {
  color: #1a1919; }

.has-text-color-black {
  color: #1a1919; }

.has-black-background-color {
  background-color: #1a1919; }

.has-background-color-black {
  background-color: #1a1919; }

.has-black-border-color {
  border-color: #1a1919; }

.has-color-light-grey {
  color: #f1f2f3; }

.has-light-grey-color {
  color: #f1f2f3; }

.has-light-grey-text-color {
  color: #f1f2f3; }

.has-text-color-light-grey {
  color: #f1f2f3; }

.has-light-grey-background-color {
  background-color: #f1f2f3; }

.has-background-color-light-grey {
  background-color: #f1f2f3; }

.has-light-grey-border-color {
  border-color: #f1f2f3; }

.has-color-red {
  color: #ff0000; }

.has-red-color {
  color: #ff0000; }

.has-red-text-color {
  color: #ff0000; }

.has-text-color-red {
  color: #ff0000; }

.has-red-background-color {
  background-color: #ff0000; }

.has-background-color-red {
  background-color: #ff0000; }

.has-red-border-color {
  border-color: #ff0000; }

.has-color-white {
  color: #fff; }

.has-white-color {
  color: #fff; }

.has-white-text-color {
  color: #fff; }

.has-text-color-white {
  color: #fff; }

.has-white-background-color {
  background-color: #fff; }

.has-background-color-white {
  background-color: #fff; }

.has-white-border-color {
  border-color: #fff; }

.wp-block-button__link:hover {
  text-decoration: none; }

.wp-block-button__link:not(.has-text-color) {
  color: white; }
  .wp-block-button__link:not(.has-text-color):hover {
    color: white; }

.wp-block-button__link:not(.has-background) {
  background-color: #b2d251; }
  .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
    background-color: #7a9627; }

.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
  color: #b2d251; }

.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #a2c733; }

.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #1a1919; }

.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: #050505; }

.wp-block-button__link.has-light-grey-color:hover, .wp-block-button__link.has-light-grey-color:focus {
  color: #f1f2f3; }

.wp-block-button__link.has-light-grey-background-color:hover, .wp-block-button__link.has-light-grey-background-color:focus {
  background-color: #dbdee1; }

.wp-block-button__link.has-red-color:hover, .wp-block-button__link.has-red-color:focus {
  color: #ff0000; }

.wp-block-button__link.has-red-background-color:hover, .wp-block-button__link.has-red-background-color:focus {
  background-color: #d60000; }

.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #fff; }

.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #ebebeb; }

.wp-block-cover__inner-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .wp-block-cover__inner-container h2 {
    font-size: calc( 26px + (44 - 26) * ((100vw - 400px) / (1600 - 400)));
    margin: 0;
    max-width: 20em; }

.wp-block-table {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 0.80005rem; }

/**/@element  '.wp-block-table' and (min-width: 500px) {/**/
  eq_this {
    font-size: 0.89445rem; }
    eq_this td,
    eq_this th {
      padding: 1em 1em; }

/**/}/**/
/**/@element  '.wp-block-table' and (min-width: 900px) {/**/
  eq_this td,
  eq_this th {
    padding: 1em 1.4em; }

/**/}/**/
  .wp-block-table td,
  .wp-block-table th {
    padding: 1em 0.3em; }
  .wp-block-table.is-style-stripes {
    border-bottom: 1px solid transparent; }

.wp-block-image.alignwide {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.wp-block-image figcaption {
  font-style: italic;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  color: #858585; }

.wp-block-image img {
  height: auto; }

.wp-block-gallery .blocks-gallery-item figcaption {
  background: none;
  display: inline-block;
  bottom: 10%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
  padding: 0;
  background: #b2d251;
  padding: 0.4em 1em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1;
  box-shadow: rgba(53, 64, 70, 0.2) 0 1px 4px;
  color: white;
  z-index: 100; }
  .wp-block-gallery .blocks-gallery-item figcaption strong {
    display: block;
    font-size: 0.85em;
    letter-spacing: 0;
    margin-top: 0.4em;
    color: #7a9627; }
  .wp-block-gallery .blocks-gallery-item figcaption a {
    color: white;
    font-weight: 600; }
  @media (min-width: 64em) {
    .wp-block-gallery .blocks-gallery-item figcaption {
      padding: 0.7em 2em; } }

@media (max-width: 47.99em) {
  .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - $gap) / 2);
    margin: 0 0.4rem 0.4rem 0; } }

.Accordion {
  margin-bottom: 1.5rem; }
  @media (min-width: 64em) {
    .Accordion {
      margin-top: 2.4rem;
      margin-bottom: 2.4rem; } }
  .Accordion.is-style-minimal .Accordion__item {
    background: none;
    border-bottom: 1px solid #e3e6e8; }
  .Accordion.is-style-minimal .Accordion__toggle {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-right: 3.6rem; }
    @media (max-width: 47.99em) {
      .Accordion.is-style-minimal .Accordion__toggle {
        text-align: left; } }

.Accordion__item {
  margin-bottom: 0.25rem; }

.Accordion__toggle {
  cursor: pointer;
  text-align: center;
  position: relative;
  padding: 1rem 0; }
  .Accordion__toggle h5 {
    margin: 0;
    font-weight: bold;
    color: #1a1919;
    font-size: 1.118rem; }
  .Accordion__toggle .icon {
    font-size: 1.2em;
    top: 50%;
    right: 1rem;
    position: absolute;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    transition: all 200ms ease; }
  .is-active .Accordion__toggle .icon {
    -webkit-transform: rotate(0) translateY(-50%);
            transform: rotate(0) translateY(-50%); }

.Accordion__contentWrapper {
  max-height: 0;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .is-active .Accordion__contentWrapper {
    max-height: none;
    padding-bottom: 1rem; }

.Cover {
  color: white;
  margin-bottom: 3rem;
  background-color: #f1f2f3;
  position: relative; }
  @media (max-width: 63.99em) {
    .Cover {
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media (min-width: 64em) {
    .Cover {
      margin-bottom: 4rem; } }
  .Cover:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 80vw; }
    @media (min-width: 48em) {
      .Cover:before {
        padding-top: 50vw; } }
    @media (min-width: 64em) {
      .Cover:before {
        padding-top: 33%; } }
  .Cover .Cover__details {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    padding: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .Cover h1 {
    font-size: calc( 22px + (42 - 22) * ((100vw - 400px) / (1600 - 400)));
    margin: 0.5em 0; }
  .Cover p {
    text-align: center; }
  .Cover .mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1; }

.Cover__media {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1; }
  .Cover__media img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center";
    z-index: 1; }

.ContentCard {
  display: grid;
  grid-template-areas: 'media' 'content';
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .ContentCard + .ContentCard {
    margin-top: -1rem; }
    @media (min-width: 48em) {
      .ContentCard + .ContentCard {
        margin-top: -2rem; } }
    @media (min-width: 64em) {
      .ContentCard + .ContentCard {
        margin-top: -3rem; } }
  .ContentCard.light-grey, .ContentCard.is-style-grey {
    background: #f1f2f3; }
  @media (max-width: 47.99em) {
    .ContentCard {
      grid-template-columns: 1fr !important; } }
  @media (min-width: 48em) {
    .ContentCard {
      grid-template-columns: auto 65%;
      grid-template-areas: 'content media';
      margin-top: 2rem;
      margin-bottom: 2rem; }
      .ContentCard.media-left {
        grid-template-columns: 65% auto;
        grid-template-areas: 'media content'; } }
  @media (min-width: 64em) {
    .ContentCard {
      margin-top: 3rem;
      margin-bottom: 3rem; } }

.ContentCard__figure {
  position: relative;
  grid-area: media; }
  .ContentCard__figure img {
    width: 100%;
    display: block; }
  .imageFill .ContentCard__figure {
    height: 100%;
    min-height: 20em; }
    .imageFill .ContentCard__figure img {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }

.ContentCard__content {
  grid-area: content;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 0; }
  .ContentCard__content .inner {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 48em) {
    .ContentCard__content {
      padding: 2rem 2rem; } }
  @media (min-width: 99.375em) {
    .ContentCard__content {
      padding: 2rem 4rem; } }
  .ContentCard__content h2:first-child,
  .ContentCard__content h3:first-child,
  .ContentCard__content h4:first-child {
    margin-top: 0; }
  .ContentCard__content h2 {
    margin: 0.3em 0; }
  .ContentCard__content p:last-of-type {
    margin-bottom: 2rem; }
  @media (max-width: 63.99em) {
    .ContentCard__content .Loop--slider .flickity-prev-next-button {
      display: none; } }
  .ContentCard__content .Loop--slider .flickity-prev-next-button.previous {
    left: -3rem; }
  .ContentCard__content .Loop--slider .flickity-prev-next-button.next {
    right: -3rem; }

.ContentCard__cta .Button {
  font-size: 1.118rem; }

.Gallery {
  text-align: center;
  margin-bottom: 3rem; }
  .Gallery .Slider__wrapper .Card {
    width: 100%; }
  .Gallery .Slider__wrapper .Card__figure {
    position: relative; }
    .Gallery .Slider__wrapper .Card__figure:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 65%; }
    .Gallery .Slider__wrapper .Card__figure img {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: contain; object-position: center"; }
  .Gallery .flickity-slider {
    -webkit-transform: none !important;
            transform: none !important; }
    .Gallery .flickity-slider .Card {
      left: 0 !important;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      z-index: -1; }
    .Gallery .flickity-slider .Card.is-selected {
      opacity: 1;
      z-index: 0; }
  .Gallery .flickity-button {
    border-radius: 0;
    background: none; }
    .Gallery .flickity-button.previous {
      left: -4rem; }
    .Gallery .flickity-button.next {
      right: -4rem; }

.Gallery__images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: calc(100% + 0rem);
  margin-left: 0rem;
  margin-right: 0rem; }
  .Gallery__images .Card {
    margin: 0rem;
    -webkit-flex-basis: calc(100% - 0rem);
        -ms-flex-preferred-size: calc(100% - 0rem);
            flex-basis: calc(100% - 0rem); }
    @media (min-width: 48em) {
      .Gallery__images .Card {
        -webkit-flex-basis: calc(50% - 0rem);
            -ms-flex-preferred-size: calc(50% - 0rem);
                flex-basis: calc(50% - 0rem); } }
    @media (min-width: 64em) {
      .Gallery__images .Card {
        -webkit-flex-basis: calc(33.333% - 0rem);
            -ms-flex-preferred-size: calc(33.333% - 0rem);
                flex-basis: calc(33.333% - 0rem); } }
  .Gallery__images .Card__figure {
    width: 100%; }
    .Gallery__images .Card__figure:before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 60%; }
  .Gallery__images .Card__details {
    font-size: 0.80005rem;
    font-weight: 500;
    color: var(--color-text-accent); }
  .Gallery__images img {
    display: block;
    width: 100%; }

.wp-block-persnickety-icon .wp-block-coblocks-icon__inner {
  display: inline-block; }

.wp-block-persnickety-text-intro {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center; }
  @media (min-width: 64em) {
    .wp-block-persnickety-text-intro {
      margin-top: 4rem;
      margin-bottom: 5rem; } }
  @media (min-width: 99.375em) {
    .wp-block-persnickety-text-intro {
      margin-top: 5rem;
      margin-bottom: 6rem; } }

.ProductsGrid {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media (min-width: 64em) {
    .ProductsGrid {
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  .ProductsGrid header {
    width: 100%; }
    .ProductsGrid header h3 {
      text-align: center; }
  .ProductsGrid .Loop {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem; }
  .ProductsGrid .Card {
    margin: 2rem;
    -webkit-flex-basis: calc(100% - 4rem);
        -ms-flex-preferred-size: calc(100% - 4rem);
            flex-basis: calc(100% - 4rem); }
    @media (min-width: 48em) {
      .ProductsGrid .Card {
        -webkit-flex-basis: calc(50% - 4rem);
            -ms-flex-preferred-size: calc(50% - 4rem);
                flex-basis: calc(50% - 4rem); } }
    @media (min-width: 64em) {
      .ProductsGrid .Card {
        -webkit-flex-basis: calc(33.333% - 4rem);
            -ms-flex-preferred-size: calc(33.333% - 4rem);
                flex-basis: calc(33.333% - 4rem); } }
  .ProductsGrid .Card__figure {
    position: relative; }
    .ProductsGrid .Card__figure:before {
      content: '';
      display: block;
      padding-top: 80%; }
    .ProductsGrid .Card__figure img {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; }
  .ProductsGrid h6 {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    color: var(--color-text-accent); }
  .ProductsGrid .Modal {
    text-align: left; }
    .ProductsGrid .Modal .Card {
      grid-template-columns: 1fr 1.4fr;
      grid-template-areas: 'content' 'media'; }
    .ProductsGrid .Modal .Card__figure {
      grid-row: 1;
      grid-column: 2; }
    .ProductsGrid .Modal h3 + h6 {
      margin-top: -1em; }
    .ProductsGrid .Modal h6 {
      font-style: italic;
      color: #b2d251; }

.Tabs__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.Tabs__tab {
  padding: 0.5em 0.8em;
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: -1px; }
  @media (min-width: 48em) {
    .Tabs__tab {
      padding: 1em 1.4em; } }
  @media (min-width: 64em) {
    .Tabs__tab {
      padding: 1em 2em; } }
  .Tabs__tab.is-active {
    color: #b2d251; }

.Tabs__pane {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  opacity: 0;
  transition: 0.2s opacity;
  width: 100%;
  height: 1px; }
  .Tabs__pane.is-active {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    opacity: 1; }
  .Tabs__pane .Card {
    box-shadow: rgba(20, 26, 36, 0.06) 0 4px 14px, rgba(20, 26, 36, 0.06) 0 1px 6px; }

.Tabs.is-style-outline .Tabs__nav {
  border-bottom: 1px solid #f1f2f3; }

.Tabs.is-style-outline .Tabs__tab {
  border: 1px solid #f1f2f3; }
  .Tabs.is-style-outline .Tabs__tab.is-active {
    border-bottom: 1px solid white; }

/**
* ----------------------------------------------------------------------------
* 05 TEMPLATES
* ----------------------------------------------------------------------------
*/
.error404 .Main__content {
  text-align: center;
  font-size: 1.118rem;
  padding-bottom: 7vh; }

.Section--featuredTestimonials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .Section--featuredTestimonials .Section__cover {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .Section--featuredTestimonials .Section__content {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }
  .Section--featuredTestimonials blockquote {
    font-size: 1rem;
    max-width: unset; }

.Loop--search .Card__title {
  font-size: 1.2rem; }

.Loop--search .Card__details {
  padding: 1.2rem calc(1.265rem + 0.135vw);
  min-width: 0vw; }
  @media (min-width: 1600px) {
    .Loop--search .Card__details {
      padding: 1.2rem 1.4rem; } }

.page-load-status {
  text-align: center;
  padding-top: 1.5rem;
  display: none; }

/**
* ----------------------------------------------------------------------------
* TO ORGANIZE
* ----------------------------------------------------------------------------
*/
.signup-form-wrapper {
  background-image: url("/wp-content/uploads/2019/10/photographer-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .signup-form-wrapper:before {
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #1a1919;
    opacity: 0.2; }
  .signup-form-wrapper .wp-block-group__inner-container {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: white;
    position: relative;
    z-index: 2; }

.siteorigin-widget-tinymce img {
  height: auto !important; }

/*# sourceMappingURL=theme.css.map */
