/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
:root {
  --plyr-color-main: #014A37;
  --plyr-video-control-background-hover: #014A37;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: BricolageGrotesqueVariable;
  src: url("../fonts/BricolageGrotesqueRegular.ttf") format("ttf"), url("../fonts/BricolageGrotesqueRegular.woff2") format("woff2"), url("../fonts/BricolageGrotesqueVariable.ttf") format("truetype-variations"), url("../fonts/BricolageGrotesqueVariable.woff2") format("woff2-variations");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
  font-stretch: 75% 125%;
}
@font-face {
  font-family: EBGaramondItalicVariable;
  src: url("../fonts/EBGaramondItalic.ttf") format("ttf"), url("../fonts/EBGaramondItalic.woff2") format("woff2"), url("../fonts/EBGaramondItalicVariable.ttf") format("truetype-variations"), url("../fonts/EBGaramondItalicVariable.woff2") format("woff2-variations");
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
  font-optical-sizing: auto;
  font-stretch: 75% 125%;
}
body,
input,
select,
optgroup,
textarea {
  color: #014A37;
  font-family: BricolageGrotesqueVariable;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wght" 400;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  body,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 500px) {
  body,
  input,
  select,
  optgroup,
  textarea {
    font-size: 1rem;
  }
}

:root {
  --plyr-color-main: #014A37;
  --plyr-video-control-background-hover: #014A37;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 1em;
  margin-bottom: 0.8em;
  line-height: 1.1em;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  font-family: BricolageGrotesqueVariable;
  color: #014A37;
  font-style: normal;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.4em;
}

h6 {
  font-size: 1em;
}

:root {
  --plyr-color-main: #014A37;
  --plyr-video-control-background-hover: #014A37;
}

p {
  margin: 1em 0;
}

b, strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-family: EBGaramondItalicVariable;
  font-weight: 700;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  border: 1px solid #005945;
  background: #ffffff;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #005945;
  cursor: help;
}

mark,
ins {
  background: #005945;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  color: #000000;
  max-width: 100vw;
}

/* Elements
--------------------------------------------- */
body {
  background: #ffffff;
}

hr {
  background-color: #005945;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 2em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #98ECB7;
  border-radius: 0.5em;
  overflow: hidden;
}
table th {
  color: #014A37;
  font-weight: 700;
  text-align: left;
}
table td, table th {
  padding: 0.5em 1em;
  border: 1px solid transparent;
}

/* Links
--------------------------------------------- */
a {
  color: currentColor;
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}
a:visited {
  color: currentColor;
}
a:hover, a:focus, a:active {
  color: currentColor;
}
a:focus {
  outline: 2px solid currentColor;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
a.button,
.button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #005945;
  background-color: #005945;
  color: #98ECB7;
  line-height: 1em;
  padding: 0.6em 2em 0.6em 2em;
  text-decoration: none;
  -webkit-transition: 0.1s color ease, 0.1s background-color ease-out, 0.1s border-color ease-out;
  transition: 0.1s color ease, 0.1s background-color ease-out, 0.1s border-color ease-out;
  display: inline-block;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  gap: 0.5em;
  text-align: center;
  border-radius: 999em 999em 999em 0;
}
a.button svg path,
.button svg path,
input[type=button] svg path,
input[type=reset] svg path,
input[type=submit] svg path {
  -webkit-transition: 0.1s stroke ease-in-out;
  transition: 0.1s stroke ease-in-out;
}
a.button:visited,
.button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: #98ECB7;
}
a.button:hover,
.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #014A37;
  background-color: #98ECB7;
  border-color: #98ECB7;
}
a.button.button-alt,
.button.button-alt,
input[type=button].button-alt,
input[type=reset].button-alt,
input[type=submit].button-alt {
  background-color: #98ECB7;
  color: #014A37;
  border-color: #98ECB7;
}
a.button.button-alt:hover,
.button.button-alt:hover,
input[type=button].button-alt:hover,
input[type=reset].button-alt:hover,
input[type=submit].button-alt:hover {
  background-color: #E26D8C;
  color: #98ECB7;
  border-color: #E26D8C;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  border-radius: 0;
  background-color: #F4F9F2;
  color: #005945;
  padding: 0.55em 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1em;
  border-width: 1px;
  border-color: #70b4a2;
  border-style: solid;
  outline: 1px solid transparent;
  -webkit-transition: 0.1s outline ease-in-out, 0.1s border-color ease-in-out;
  transition: 0.1s outline ease-in-out, 0.1s border-color ease-in-out;
  width: 100%;
  border-radius: 0.35em;
  font-size: 1rem;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=range]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #005945;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=range]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=week]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=color]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #005945;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=range]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #005945;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=range]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=month]::-ms-input-placeholder, input[type=week]::-ms-input-placeholder, input[type=time]::-ms-input-placeholder, input[type=datetime]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=color]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #005945;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #005945;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  border-color: #98ECB7;
}

textarea {
  padding-top: 1em;
  padding-bottom: 1em;
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #014A37;
}

label {
  margin: 0 0 0.3em 0;
  display: inline-block;
  line-height: 1.1em;
  font-size: 0.9em;
}

fieldset {
  border: 1px solid #70b4a2;
  border-radius: 0.5em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.wrapper {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 920px) {
  .wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wrapper.wrapper--l {
  max-width: 1280px;
}
.wrapper.wrapper--m {
  max-width: 920px;
}
.wrapper.wrapper--s {
  max-width: 640px;
}
.wrapper .wrapper {
  padding-left: 0;
  padding-right: 0;
}

.site-main {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  z-index: 998;
}
.site-main .wrapper {
  height: 100%;
  width: 100%;
}
.site-main > article, .site-main > .wp-block-group, .site-main > section,
.site-main .wrapper > section {
  position: relative;
  z-index: 1;
}

.has-page-padding .site-main {
  padding-top: calc(var(--header-height) + var(--promotional-banner-height));
  -webkit-transition: 0.1s padding-top ease-in-out;
  transition: 0.1s padding-top ease-in-out;
}

.site-footer {
  position: relative;
  z-index: 1;
}

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

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Global
--------------------------------------------- */
.site-header {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.2s background-color ease, 0.2s margin ease-in-out, 0.2s -webkit-box-shadow ease;
  transition: 0.2s background-color ease, 0.2s margin ease-in-out, 0.2s -webkit-box-shadow ease;
  transition: 0.2s box-shadow ease, 0.2s background-color ease, 0.2s margin ease-in-out;
  transition: 0.2s box-shadow ease, 0.2s background-color ease, 0.2s margin ease-in-out, 0.2s -webkit-box-shadow ease;
  color: #014A37;
  background-color: white;
}
.site-header .wrapper {
  height: 100%;
}
.site-header .marquee {
  height: 80px;
  width: 100%;
  background-color: #014A37;
  color: #014A37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  font-size: clamp(1.1em, 2vw, 1.2em);
}
@media screen and (max-width: 1280px) {
  .site-header .marquee {
    height: 70px;
  }
}
@media screen and (max-width: 920px) {
  .site-header .marquee {
    height: 60px;
  }
}
@media screen and (max-width: 640px) {
  .site-header .marquee {
    height: 50px;
  }
}
.site-header .navigation-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 2.4em;
     -moz-column-gap: 2.4em;
          column-gap: 2.4em;
}
@media screen and (max-width: 1280px) {
  .site-header .navigation-menu {
    -webkit-column-gap: 1.8em;
       -moz-column-gap: 1.8em;
            column-gap: 1.8em;
  }
}
.site-header .navigation-menu li {
  position: relative;
}
.site-header .navigation-menu li a {
  display: block;
  padding: 0.35em 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1.2em;
  text-align: center;
  height: 100%;
  font-weight: 400;
  border-radius: 0;
}
.site-header .navigation-menu li a .item-title {
  position: relative;
}
.site-header .navigation-menu li a .item-title .item-title-text {
  padding-top: 0.15em;
}
.site-header .navigation-menu li a .item-title::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.1em);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: transparent;
  pointer-events: none;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  -webkit-transition: 0.2s background-color ease, 0.2s -webkit-transform ease;
  transition: 0.2s background-color ease, 0.2s -webkit-transform ease;
  transition: 0.2s background-color ease, 0.2s transform ease;
  transition: 0.2s background-color ease, 0.2s transform ease, 0.2s -webkit-transform ease;
}
.site-header .navigation-menu li a:focus {
  outline: none;
  background-color: rgba(1, 74, 55, 0.1);
}
.site-header .navigation-menu li a:hover .item-title::before {
  background-color: currentColor;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header .navigation-menu li.menu-item-has-children > a {
  padding-right: 1.5rem;
}
.site-header .navigation-menu li .menu-item-with-children {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .navigation-menu li .menu-item-with-children > a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.site-header .navigation-menu li.menu-item-has-children.open > .menu-item-with-children .dropdown-arrow {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.site-header .navigation-menu li .dropdown-toggle {
  position: relative;
  width: 1.4em;
  height: 1.4em;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 0;
  color: #005945;
}
.site-header .navigation-menu li .dropdown-toggle:focus {
  outline: none;
  background-color: rgba(1, 74, 55, 0.1);
}
.site-header .navigation-menu li .dropdown-toggle .dropdown-arrow {
  width: 60%;
  height: auto;
  stroke: currentColor;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.site-header .navigation-menu li .dropdown-toggle:hover .dropdown-arrow {
  stroke: #98ECB7;
}
.site-header .navigation-menu li.menu-item-has-children.open > ul {
  display: block;
}
.site-header .navigation-menu .navigation-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #98ECB7;
  font-size: 0.7em;
  padding: 0;
  height: auto;
  width: auto;
}
.site-header .navigation-menu .navigation-menu li .dropdown-toggle {
  background-color: #98ECB7;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 2.5em;
  width: 2.5em;
}
.site-header .navigation-menu .navigation-menu li .dropdown-toggle .dropdown-arrow {
  width: 40%;
}
.site-header .navigation-menu .navigation-menu li a {
  padding: 0.55em 0.8em 0.55em 0.8em;
  width: auto;
  white-space: nowrap;
  text-align: left;
  height: auto;
  text-transform: uppercase;
  color: #014A37;
  border-radius: 0;
  min-height: 2.5em;
  background-color: #98ECB7;
  -webkit-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
}
.site-header .navigation-menu .navigation-menu li a .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .navigation-menu .navigation-menu li a .item-title::before {
  display: none;
}
.site-header .navigation-menu .navigation-menu li a .item-title svg {
  width: 1.7em;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-header .navigation-menu .navigation-menu li a .item-title svg [stroke] {
  stroke: #014A37;
  -webkit-transition: 0.2s stroke ease;
  transition: 0.2s stroke ease;
}
.site-header .navigation-menu .navigation-menu li a .item-title svg [fill] {
  fill: #014A37;
  -webkit-transition: 0.2s fill ease;
  transition: 0.2s fill ease;
}
.site-header .navigation-menu .navigation-menu li a:focus, .site-header .navigation-menu .navigation-menu li a:hover {
  background-color: #005945;
  color: #98ECB7;
}
.site-header .navigation-menu .navigation-menu li a:focus .item-title svg [stroke], .site-header .navigation-menu .navigation-menu li a:hover .item-title svg [stroke] {
  stroke: #98ECB7;
}
.site-header .navigation-menu .navigation-menu li a:focus .item-title svg [fill], .site-header .navigation-menu .navigation-menu li a:hover .item-title svg [fill] {
  fill: #98ECB7;
}
.site-header .navigation-menu .navigation-menu .navigation-menu {
  z-index: 2;
  top: 0;
  left: 100%;
  font-size: 1em;
}
.site-header .navigation-menu .navigation-menu li .menu-item-with-children .dropdown-toggle .dropdown-arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.site-header .navigation-menu .navigation-menu li.menu-item-has-children.open > .menu-item-with-children .dropdown-arrow {
  -webkit-transform: rotate(-90deg) scaleY(-1);
          transform: rotate(-90deg) scaleY(-1);
}
.site-header .header-container {
  height: 100%;
  display: grid;
  grid-template-columns: 2fr 1em 5fr 1em 2fr;
  row-gap: 0.7em;
  position: relative;
  padding: 1.5em 1em 1em 1em;
  -webkit-transition: 0.2s padding ease-in-out, 0.2s row-gap ease-in-out;
  transition: 0.2s padding ease-in-out, 0.2s row-gap ease-in-out;
}
@media screen and (max-width: 920px) {
  .site-header .header-container {
    padding: 0.7em 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-container {
    padding: 0.5em 0.5em;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container {
    grid-template-columns: auto 2em auto;
    row-gap: 0;
  }
}
.site-header .header-container .navigation-container {
  grid-column: 3/4;
  grid-row: 2/3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1em;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .navigation-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-container .navigation-container {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.site-header .header-container .header-search {
  grid-column: 3/4;
  grid-row: 1/2;
}
.site-header .header-container .header-search .mobile-search-close {
  display: none;
  position: fixed;
  top: 0.45em;
  bottom: auto;
  left: auto;
  right: 1.5em;
  padding: 1em;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .site-header .header-container .header-search .mobile-search-close {
    right: 0.5em;
  }
}
.site-header .header-container .header-search .mobile-search-close svg {
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .header-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #ffffff;
    display: block;
    height: 100%;
    padding-top: calc(var(--header-height) + 1em);
    padding-right: 2em;
    padding-bottom: 1em;
    padding-left: 2em;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: 0.1s opacity ease;
    transition: 0.1s opacity ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 920px) and (max-width: 500px) {
  .site-header .header-container .header-search {
    padding-top: calc(var(--header-height) + 0.5em);
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
}
.site-header .header-container .header-search .header-search-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 30em;
  position: relative;
}
.site-header .header-container .header-search .header-search-form {
  position: relative;
  background-color: #014A37;
  color: #98ECB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1.3em 1.3em 1.3em 0;
  overflow: hidden;
  padding: 5px 2.5em 5px 3em;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.2s border-radius ease;
  transition: 0.2s border-radius ease;
}
@media screen and (max-width: 1280px) {
  .site-header .header-container .header-search .header-search-form {
    padding: 5px 1em 5px 1em;
  }
}
.site-header .header-container .header-search .header-search-form input {
  color: #98ECB7;
  font-size: 0.8em;
  border: none;
  padding-left: 1.8em;
  background-color: transparent;
}
.site-header .header-container .header-search .header-search-form input::-webkit-input-placeholder {
  color: #98ECB7;
  font-weight: 200;
  font-family: BricolageGrotesqueVariable;
}
.site-header .header-container .header-search .header-search-form input::-moz-placeholder {
  color: #98ECB7;
  font-weight: 200;
  font-family: BricolageGrotesqueVariable;
}
.site-header .header-container .header-search .header-search-form input:-ms-input-placeholder {
  color: #98ECB7;
  font-weight: 200;
  font-family: BricolageGrotesqueVariable;
}
.site-header .header-container .header-search .header-search-form input::-ms-input-placeholder {
  color: #98ECB7;
  font-weight: 200;
  font-family: BricolageGrotesqueVariable;
}
.site-header .header-container .header-search .header-search-form input::placeholder {
  color: #98ECB7;
  font-weight: 200;
  font-family: BricolageGrotesqueVariable;
}
.site-header .header-container .header-search .header-search-form svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.85em;
  width: auto;
}
.site-header .header-container .header-search .header-search-form button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #98ECB7;
  color: #014A37;
  border-color: #98ECB7;
  font-size: 0.9em;
}
@media screen and (max-width: 1280px) {
  .site-header .header-container .header-search .header-search-form button {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.site-header .header-container .header-search .header-search-form.suggestions-visible {
  border-radius: 1.3em 1.3em 0 0;
}
.site-header .header-container .header-search .search-suggestions {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(1, 74, 55, 0.2);
  border-radius: 0 0 1.3em 1.3em;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 400;
  overflow-y: auto;
  font-size: 0.8em;
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em 1em;
  text-decoration: none;
  color: #014A37;
  border-bottom: 1px solid rgba(1, 74, 55, 0.1);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item:last-child {
  border-bottom: none;
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item:hover, .site-header .header-container .header-search .search-suggestions .search-suggestion-item.active {
  background-color: rgba(1, 74, 55, 0.1);
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item.loading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  color: #014a37;
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item:focus {
  outline: none;
  background-color: rgba(1, 74, 55, 0.1);
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item .suggestion-icon {
  margin-right: 0.75em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item .suggestion-icon svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item .suggestion-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
  border: 1px solid rgba(1, 74, 55, 0.2);
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item .suggestion-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item .suggestion-content .suggestion-title {
  display: block;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.2;
  margin-bottom: 0.2em;
}
.site-header .header-container .header-search .search-suggestions .search-suggestion-item .suggestion-content .suggestion-subtitle {
  display: block;
  font-size: 0.8em;
  color: rgba(1, 74, 55, 0.7);
  line-height: 1.2;
}
.site-header .header-container .header-icons {
  grid-column: 5/6;
  grid-row: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.6em;
  color: #005945;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .header-icons {
    grid-column: 3/4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .site-header .header-container .header-icons {
    font-size: 0.7em;
  }
}
.site-header .header-container .header-icons .open-search,
.site-header .header-container .header-icons .header-account-button,
.site-header .header-container .header-icons .hamburger,
.site-header .header-container .header-icons .header-cart-button {
  padding: 1em 2em 1em 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .header-icons .open-search,
  .site-header .header-container .header-icons .header-account-button,
  .site-header .header-container .header-icons .hamburger,
  .site-header .header-container .header-icons .header-cart-button {
    display: block;
    padding: 1em;
  }
}
.site-header .header-container .header-icons .open-search svg,
.site-header .header-container .header-icons .header-account-button svg,
.site-header .header-container .header-icons .hamburger svg,
.site-header .header-container .header-icons .header-cart-button svg {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  height: 1.6em;
  width: 1.6em;
}
.site-header .header-container .header-icons .open-search svg [fill],
.site-header .header-container .header-icons .header-account-button svg [fill],
.site-header .header-container .header-icons .hamburger svg [fill],
.site-header .header-container .header-icons .header-cart-button svg [fill] {
  fill: #005945;
}
.site-header .header-container .header-icons .open-search svg [stroke],
.site-header .header-container .header-icons .header-account-button svg [stroke],
.site-header .header-container .header-icons .hamburger svg [stroke],
.site-header .header-container .header-icons .header-cart-button svg [stroke] {
  stroke: #005945;
}
.site-header .header-container .header-icons .hamburger {
  display: none;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .header-icons .hamburger {
    display: block;
  }
}
.site-header .header-container .header-icons .hamburger svg {
  width: 1.6em;
  height: 1.6em;
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
}
.site-header .header-container .header-icons .header-cart-button {
  position: relative;
  text-align: left;
  color: #005945;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .header-icons .header-cart-button {
    -webkit-transform: translateY(0.5em);
            transform: translateY(0.5em);
  }
}
.site-header .header-container .header-icons .header-cart-button .header-cart-button-contents {
  pointer-events: none;
}
.site-header .header-container .header-icons .header-cart-button .header-cart-button-icon {
  position: relative;
}
.site-header .header-container .header-icons .header-cart-button .header-cart-button-icon .cart-contents-count {
  position: absolute;
  top: calc(0.2em - 2px);
  right: -3px;
  border-radius: 50%;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0.6rem;
  background-color: #E26D8C;
  color: #ffffff;
  display: grid;
  place-items: center;
  line-height: 0.8rem;
}
.site-header .header-container .header-icons .header-cart-button .header-cart-button-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.site-header .header-container .header-icons .header-cart-button .header-cart-button-contents .header-cart-button-text .header-cart-button-total {
  font-weight: 600;
  margin-top: 0.3rem;
}
.site-header .header-container .header-icons .header-cart-button .widget_shopping_cart_content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 500;
}
.site-header .header-container .header-icons .header-cart-button:focus .widget_shopping_cart_content, .site-header .header-container .header-icons .header-cart-button:focus-within .widget_shopping_cart_content, .site-header .header-container .header-icons .header-cart-button:hover .widget_shopping_cart_content {
  display: block;
}
.site-header .header-container .header-categories {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .header-categories {
    display: none;
  }
}
.site-header .header-container .header-categories > .navigation-menu > li > .menu-item-with-children a {
  font-weight: 700;
  color: #005945;
}
.site-header .header-container .header-login {
  grid-column: 5/6;
  grid-row: 2/3;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .header-login {
    display: none;
  }
}
.site-header .header-container .header-login a {
  text-decoration: none;
}
.site-header .header-container .site-branding {
  grid-column: 1/2;
  grid-row: 1/2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-self: center;
  height: 100%;
  position: relative;
  z-index: 1001;
}
.site-header .header-container .site-branding .desktop-logo,
.site-header .header-container .site-branding .mobile-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.6em;
  width: auto;
  max-width: 10em;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .site-branding .desktop-logo {
    height: 2.4em;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-container .site-branding .desktop-logo {
    height: 2.2em;
  }
}
@media screen and (max-width: 500px) {
  .site-header .header-container .site-branding .desktop-logo {
    display: none;
  }
}
.site-header .header-container .site-branding .mobile-logo {
  display: none;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .site-branding .mobile-logo {
    height: 2.4em;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-container .site-branding .mobile-logo {
    height: 2.2em;
  }
}
@media screen and (max-width: 500px) {
  .site-header .header-container .site-branding .mobile-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header .header-container .site-branding a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
.site-header .header-container .site-branding a svg,
.site-header .header-container .site-branding a img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-header .header-container .site-branding a:focus {
  outline: 1px solid currentColor;
}
.site-header .header-container .main-navigation {
  -webkit-transition: 0.1s opacity ease;
  transition: 0.1s opacity ease;
  width: 100%;
}
.site-header .header-container .main-navigation .mobile-nav-close {
  display: none;
  position: fixed;
  top: 0.45em;
  bottom: auto;
  left: auto;
  right: 1.5em;
  padding: 1em;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .site-header .header-container .main-navigation .mobile-nav-close {
    right: 0.5em;
  }
}
.site-header .header-container .main-navigation .mobile-nav-close svg {
  width: 1em;
  height: 1em;
}
.site-header .header-container .main-navigation .navigation-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100%;
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #ffffff;
    display: block;
    height: 100%;
    padding-top: calc(var(--header-height) + 1em);
    padding-right: 2em;
    padding-bottom: 1em;
    padding-left: 2em;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: 0.1s opacity ease;
    transition: 0.1s opacity ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 920px) and (max-width: 500px) {
  .site-header .header-container .main-navigation {
    padding-top: calc(var(--header-height) + 0.5em);
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation::after {
    content: "";
    display: block;
    width: 100%;
    height: 2em;
  }
  .site-header .header-container .main-navigation ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .site-header .header-container .main-navigation ul li {
    width: 100%;
    font-size: 1.2em;
    margin-bottom: 0.5rem;
    border-radius: 1em;
    overflow: hidden;
  }
  .site-header .header-container .main-navigation ul li .dropdown-toggle {
    background-color: rgba(244, 249, 242, 0.1);
    -webkit-transition: 0.2s background-color ease;
    transition: 0.2s background-color ease;
  }
  .site-header .header-container .main-navigation ul li .dropdown-toggle .dropdown-arrow {
    width: 40%;
    -webkit-transition: 0.2s color ease, 0.2s -webkit-transform ease;
    transition: 0.2s color ease, 0.2s -webkit-transform ease;
    transition: 0.2s color ease, 0.2s transform ease;
    transition: 0.2s color ease, 0.2s transform ease, 0.2s -webkit-transform ease;
  }
  .site-header .header-container .main-navigation ul li .dropdown-toggle:hover {
    background-color: #014A37;
  }
  .site-header .header-container .main-navigation ul li .dropdown-toggle:hover .dropdown-arrow {
    color: #98ECB7;
  }
  .site-header .header-container .main-navigation ul li a {
    padding: 0.7em 1em;
    background-color: #F4F9F2;
    text-align: left;
    -webkit-transition: 0.2s color ease, 0.2s background-color ease;
    transition: 0.2s color ease, 0.2s background-color ease;
  }
  .site-header .header-container .main-navigation ul li a:hover {
    color: #98ECB7;
    background-color: #014A37;
  }
  .site-header .header-container .main-navigation ul li a::before {
    display: none;
  }
  .site-header .header-container .main-navigation ul li.menu-item-has-children .menu-item-with-children {
    position: relative;
  }
  .site-header .header-container .main-navigation ul li.menu-item-has-children .menu-item-with-children .dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 2.8rem;
  }
  .site-header .header-container .main-navigation ul li.menu-item-has-children .dropdown-toggle {
    width: 3.5em;
    height: 3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 920px) and (max-width: 640px) {
  .site-header .header-container .main-navigation ul li.menu-item-has-children .dropdown-toggle {
    width: 2em;
    height: 2em;
  }
}
@media screen and (max-width: 920px) {
  .site-header .header-container .main-navigation ul li ul {
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    padding: 0.5rem 0 0 0.5rem;
    display: none;
    margin-top: 0;
  }
  .site-header .header-container .main-navigation ul li ul li {
    font-size: 0.9em;
    width: 100%;
  }
  .site-header .header-container .main-navigation ul li ul li .dropdown-toggle {
    background-color: rgba(1, 74, 55, 0.05);
  }
  .site-header .header-container .main-navigation ul li ul li a {
    padding: 0.9em 1.1em;
    white-space: wrap;
    font-weight: 300;
    text-align: left;
    background-color: rgba(1, 74, 55, 0.05);
  }
  .site-header .header-container .main-navigation ul li ul li ul {
    padding-bottom: 0.5rem;
    padding-bottom: 0;
  }
  .site-header .header-container .main-navigation ul li ul li ul li a {
    background-color: rgba(1, 74, 55, 0.03);
  }
  .site-header .header-container .main-navigation ul li ul li.menu-item-has-children .menu-item-with-children .dropdown-arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .site-header .header-container .main-navigation ul li ul li.menu-item-has-children.open > .menu-item-with-children .dropdown-arrow {
    -webkit-transform: rotate(0deg) scaleY(-1);
            transform: rotate(0deg) scaleY(-1);
  }
}
@media screen and (max-width: 920px) {
  .site-header.navigation-expanded .header-container .main-navigation {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 920px) {
  .site-header.navigation-expanded .header-container .main-navigation .mobile-nav-close {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .site-header.search-expanded .header-container .header-search {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 920px) {
  .site-header.search-expanded .header-container .header-search .mobile-search-close {
    display: block;
    pointer-events: auto;
    opacity: 1;
  }
}

.scrolled .site-header {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.scrolled .site-header .header-container {
  padding-top: 0.7em;
  padding-bottom: 0.5em;
  row-gap: 0.35em;
}
@media screen and (max-width: 920px) {
  .scrolled .site-header .header-container {
    padding: 0.7em 0.5em;
    row-gap: 0;
  }
}
@media screen and (max-width: 640px) {
  .scrolled .site-header .header-container {
    padding: 0.5em 0.5em;
    row-gap: 0;
  }
}
.scrolled.has-promotional-banner .site-header {
  margin-top: calc(var(--promotional-banner-height) * -1);
}

.mobile-filters-expanded,
.navigation-expanded,
.search-expanded {
  overflow: hidden;
}
.mobile-filters-expanded .site-header,
.navigation-expanded .site-header,
.search-expanded .site-header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mobile-filters-expanded .header-icons,
.navigation-expanded .header-icons,
.search-expanded .header-icons {
  opacity: 0;
  pointer-events: none;
}
.mobile-filters-expanded.has-promotional-banner .site-header,
.navigation-expanded.has-promotional-banner .site-header,
.search-expanded.has-promotional-banner .site-header {
  margin-top: calc(var(--promotional-banner-height) * -1);
}

.has-transparent-navigation .site-header {
  background-color: rgba(255, 255, 255, 0);
}
.has-transparent-navigation.scrolled .site-header {
  background-color: white;
}

.site-footer {
  background-color: #005945;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3em;
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  color: #98ECB7;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer ul li {
  margin-bottom: 0.25em;
}
.site-footer .ce {
  margin-bottom: 0.8em;
  display: block;
}
.site-footer .ce .label-mail {
  word-wrap: break-word;
}
.site-footer .footer-title {
  margin: 0 0 1em 0;
  color: #98ECB7;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-title {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .footer-title {
    font-size: 1rem;
  }
}
.site-footer .footer-top {
  display: grid;
  grid-template-columns: 12rem 3rem 18rem auto 8rem 8rem 15rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 3rem;
  padding-top: 3rem;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-top {
    grid-template-columns: repeat(24, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top {
    row-gap: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top {
    row-gap: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .footer-top {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-footer .footer-top .footer-logo {
  grid-column: 1/2;
  grid-row: 1/2;
}
.site-footer .footer-top .footer-logo img, .site-footer .footer-top .footer-logo svg {
  width: 100%;
  max-width: 14em;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-top .footer-logo {
    grid-column: 1/6;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top .footer-logo {
    grid-column: 1/7;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top .footer-logo {
    grid-column: 1/25;
    grid-row: 2/3;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .footer-top .footer-logo {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.site-footer .footer-top .footer-logo a {
  display: block;
}
.site-footer .footer-top .footer-logo a img {
  width: 100%;
}
.site-footer .footer-top .footer-text {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-top .footer-text {
    grid-column: 6/13;
    padding-left: 1em;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top .footer-text {
    grid-column: 1/9;
    grid-row: 2/3;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top .footer-text {
    grid-column: 1/18;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .footer-top .footer-text {
    grid-column: 1/3;
    grid-row: 4/5;
  }
}
.site-footer .footer-top .footer-sidebar-1 {
  grid-column: 5/6;
  grid-row: 1/3;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-top .footer-sidebar-1 {
    grid-column: 14/17;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top .footer-sidebar-1 {
    grid-column: 12/18;
    grid-row: 1/4;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top .footer-sidebar-1 {
    grid-column: 1/8;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .footer-top .footer-sidebar-1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.site-footer .footer-top .footer-sidebar-2 {
  grid-column: 6/7;
  grid-row: 1/3;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-top .footer-sidebar-2 {
    grid-column: 17/20;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top .footer-sidebar-2 {
    grid-row: 1/4;
    grid-column: 19/25;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top .footer-sidebar-2 {
    grid-column: 8/15;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .footer-top .footer-sidebar-2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.site-footer .footer-top .footer-contacts {
  grid-column: 7/8;
  grid-row: 1/3;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-top .footer-contacts {
    grid-column: 20/24;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top .footer-contacts {
    grid-row: 3/4;
    grid-column: 12/25;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top .footer-contacts {
    grid-column: 15/25;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .footer-top .footer-contacts {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.site-footer .footer-top .footer-slogan {
  grid-column: 1/4;
  grid-row: 2/3;
}
.site-footer .footer-top .footer-slogan svg {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-top .footer-slogan {
    grid-column: 1/13;
    align-self: start;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-top .footer-slogan {
    grid-row: 3/4;
    grid-column: 1/10;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-top .footer-slogan {
    grid-column: 1/25;
    grid-row: 4/5;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .site-footer .footer-top .footer-slogan {
    grid-column: 1/3;
    grid-row: 5/6;
  }
}
.site-footer .footer-bottom {
  font-size: 1rem;
  display: grid;
  grid-template-columns: 3fr 5fr 3fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 91rem) {
  .site-footer .footer-bottom {
    grid-template-columns: 2fr 3fr;
    row-gap: 0;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-bottom {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
}
.site-footer .footer-bottom .footer-copyright {
  grid-column: 1/2;
}
@media screen and (max-width: 91rem) {
  .site-footer .footer-bottom .footer-copyright {
    text-align: right;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-bottom .footer-copyright {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: center;
  }
}
.site-footer .footer-bottom .footer-menu {
  grid-column: 2/3;
  text-align: center;
}
@media screen and (max-width: 91rem) {
  .site-footer .footer-bottom .footer-menu {
    grid-column: 1/2;
    grid-row: 1/3;
    text-align: left;
    align-self: end;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-bottom .footer-menu {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: center;
  }
}
.site-footer .footer-bottom .footer-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 91rem) {
  .site-footer .footer-bottom .footer-menu .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-bottom .footer-menu .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
}
.site-footer .footer-bottom .footer-author {
  grid-column: 3/4;
  text-align: right;
}
@media screen and (max-width: 91rem) {
  .site-footer .footer-bottom .footer-author {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 920px) {
  .site-footer .footer-bottom .footer-author {
    grid-column: 1/2;
    grid-row: 3/4;
    text-align: center;
  }
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

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

.glightbox-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

iframe.wait-autoplay {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

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

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

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

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

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

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

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

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.marquee {
  text-decoration: none;
}
.marquee .marquee-scroll-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.marquee .marquee-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.marquee .marquee-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2em;
}
.marquee .marquee-element svg {
  height: 1.4em;
  width: auto;
}
.marquee .marquee-element svg [fill] {
  fill: currentColor;
}
.marquee .marquee-element svg [stroke] {
  stroke: currentColor;
}

.placeholder-thumbnail {
  display: grid;
  background-color: #ffffff;
  place-items: center;
}
.placeholder-thumbnail img, .placeholder-thumbnail svg {
  width: 50%;
  height: auto;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

.page-title {
  margin: 0.7em 0 0.7em 0;
}

@media screen and (max-width: 920px) {
  .no-m-br br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .no-s-br br {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .no-xs-br br {
    display: none;
  }
}

.error-message {
  text-align: center;
  margin-top: 2em;
}

.error-message p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  color: #98ECB7;
  text-align: center;
}

.loading-indicator {
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: 700;
  color: #98ECB7;
  text-align: center;
}

.no-posts {
  text-align: center;
  margin-top: 2em;
}
.no-posts p {
  margin: 1em 0;
}
.no-posts .no-posts-title {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #005945;
}

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

.archive-title {
  margin-top: 0;
}

.related-posts {
  padding-top: 3em;
  padding-bottom: 3em;
}
.related-posts .related-posts-title {
  margin-top: 0;
  font-size: 2em;
}
.related-posts .related-posts-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}

.related-posts-container {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2em 1em;
}
@media screen and (max-width: 1280px) {
  .related-posts-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .related-posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .related-posts-container {
    grid-template-columns: 1fr;
  }
}

.blog-container {
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #ffffff;
}
@media screen and (max-width: 920px) {
  .blog-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.blog-container .posts-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em 1em;
}
@media screen and (max-width: 1280px) {
  .blog-container .posts-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .blog-container .posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .blog-container .posts-container {
    grid-template-columns: 1fr;
  }
}
.blog-container .posts-container .loading-indicator,
.blog-container .posts-container .error-message,
.blog-container .posts-container .no-posts {
  grid-column: 1/5;
}
@media screen and (max-width: 1280px) {
  .blog-container .posts-container .loading-indicator,
  .blog-container .posts-container .error-message,
  .blog-container .posts-container .no-posts {
    grid-column: 1/4;
  }
}
@media screen and (max-width: 640px) {
  .blog-container .posts-container .loading-indicator,
  .blog-container .posts-container .error-message,
  .blog-container .posts-container .no-posts {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 500px) {
  .blog-container .posts-container .loading-indicator,
  .blog-container .posts-container .error-message,
  .blog-container .posts-container .no-posts {
    grid-column: 1/2;
  }
}
.blog-container .dynamic-posts .dynamic-posts-filters {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .blog-container .dynamic-posts .dynamic-posts-filters {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.post-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 920px) {
  .post-gallery {
    gap: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .post-gallery {
    gap: 0.5em;
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-gallery .post-gallery-item {
  aspect-ratio: 1;
}
.post-gallery .post-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.back-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  text-decoration: none;
  line-height: 1em;
  border-bottom: 1px solid #000000;
}
.back-button svg {
  height: 1em;
  width: auto;
}
.back-button svg [stroke] {
  -webkit-transition: 0.1s stroke ease-out;
  transition: 0.1s stroke ease-out;
  stroke: #000000;
}
.back-button:hover {
  color: #98ECB7;
}
.back-button:hover svg [stroke] {
  stroke: #98ECB7;
}

.single-content-wrapper .single-content-container {
  position: relative;
  z-index: 2;
}

.single-content-container {
  display: grid;
  padding-top: 10em;
  padding-bottom: 3em;
  grid-template-columns: 1fr 20em;
  row-gap: 3em;
}
@media screen and (max-width: 920px) {
  .single-content-container {
    grid-template-columns: 1fr;
  }
}
.single-content-container .single-content {
  padding-right: 10%;
}
.single-content-container .single-content .single-title {
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 920px) {
  .single-content-container .single-content {
    padding-right: 0;
  }
}
.single-content-container .single-content > .single-content-container .single-content:first-child {
  margin-top: 0;
}
.single-content-container .single-footer {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-content-container .single-footer .post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.single-content-container .single-footer .post-tags .post-tag {
  text-decoration: none;
  background-color: #005945;
  color: #ffffff;
  white-space: nowrap;
  height: 1.8rem;
  line-height: 1em;
  padding: 0.3em 0.5em;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0em;
     -moz-column-gap: 0em;
          column-gap: 0em;
}
.share button {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  line-height: 1em;
  display: grid;
  place-items: center;
  text-align: center;
  -webkit-transition: 0.1s color ease-out, 0.1s background-color ease-out;
  transition: 0.1s color ease-out, 0.1s background-color ease-out;
}
.share button svg {
  height: 50%;
  width: auto;
}
.share button svg [fill] {
  -webkit-transition: 0.1s fill ease-in-out;
  transition: 0.1s fill ease-in-out;
}
.share button svg [stroke] {
  -webkit-transition: 0.1s stroke ease-in-out;
  transition: 0.1s stroke ease-in-out;
}
.share button:hover {
  background-color: #005945;
}
.share button:hover [fill] {
  fill: #ffffff;
}
.share button:hover [stroke] {
  stroke: #ffffff;
}

.error404 .error404-wrapper {
  height: 100%;
  padding-top: calc(var(--header-height) + 6em);
  padding-bottom: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .error404 .error404-wrapper {
    padding-top: calc(var(--header-height) + 6em);
  }
}
.error404 .error404-title {
  font-size: 3em;
  line-height: 1em;
  margin: 0;
}

.dynamic-posts {
  padding-bottom: 3em;
}
@media screen and (max-width: 920px) {
  .dynamic-posts {
    padding-bottom: 2em;
  }
}
.dynamic-posts .active-filters-container {
  display: none;
}
.dynamic-posts .active-filters-container.visible {
  display: block;
}
@media screen and (max-width: 920px) {
  .dynamic-posts .active-filters-container.active-filters-desktop.visible {
    display: none;
  }
}
.dynamic-posts .active-filters-container.active-filters-mobile.visible {
  display: none;
}
@media screen and (max-width: 920px) {
  .dynamic-posts .active-filters-container.active-filters-mobile.visible {
    display: block;
  }
}
.dynamic-posts .active-filters {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dynamic-posts .active-filters .active-filter-tag {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  background-color: #98ECB7;
  color: #014A37;
  padding: 0.5em 0.8em;
  border-radius: 0.5em;
  font-size: 0.9em;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.dynamic-posts .active-filters .active-filter-tag .filter-label {
  font-weight: 500;
}
.dynamic-posts .active-filters .active-filter-tag .remove-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  color: #014A37;
  cursor: pointer;
  padding: 0.2em;
  border-radius: 0.2em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.dynamic-posts .active-filters .active-filter-tag .remove-filter:focus, .dynamic-posts .active-filters .active-filter-tag .remove-filter:hover {
  background-color: #014A37;
  color: #98ECB7;
  outline: 0;
}
.dynamic-posts .toggle-filters {
  display: none;
  margin-top: 1.5em;
  margin-bottom: 1em;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .dynamic-posts .toggle-filters {
    display: block;
  }
}
.dynamic-posts .dynamic-posts-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
  position: relative;
}
.dynamic-posts .dynamic-posts-filters .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  cursor: wait;
}
.dynamic-posts .dynamic-posts-filters.is-loading .loading-overlay {
  opacity: 1;
  pointer-events: all;
}
.dynamic-posts .dynamic-posts-filters .dynamic-posts-filter {
  padding: 0.2em 0.5em 0.2em 0;
  background-color: transparent;
  cursor: pointer;
  width: auto;
}
.dynamic-posts .dynamic-posts-filters .dynamic-posts-filter option {
  color: #98ECB7;
  background-color: #ffffff;
  cursor: pointer;
}
.dynamic-posts .dynamic-posts-filters .dynamic-posts-filter option:hover {
  background-color: #98ECB7;
  color: #ffffff;
}
.dynamic-posts .dynamic-posts-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0em 3em;
}
@media screen and (max-width: 640px) {
  .dynamic-posts .dynamic-posts-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dynamic-posts .dynamic-posts-count {
  color: #014A37;
}
.dynamic-posts .dynamic-posts-container {
  position: relative;
}
.dynamic-posts .dynamic-posts-container .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  cursor: wait;
}
.dynamic-posts .dynamic-posts-container.is-loading .loading-overlay {
  opacity: 1;
  pointer-events: all;
}
.dynamic-posts.is-loading .dynamic-posts-container {
  opacity: 0;
}
.dynamic-posts .pagination .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  cursor: wait;
}
.dynamic-posts .pagination.is-loading > * {
  opacity: 0.5;
}
.dynamic-posts .pagination.is-loading .loading-overlay {
  opacity: 1;
  pointer-events: all;
}

.password-form-container {
  padding-top: calc(var(--header-height) + 4em);
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .password-form-container {
    padding-top: calc(var(--header-height) + 3em);
    padding-bottom: 3em;
  }
}
.password-form-container .password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  padding: 3em 2em;
  background-color: #014A37;
  max-width: 30em;
  margin: 0 auto;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .password-form-container .password-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.password-form-container .password-form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .password-form-container .password-form input {
    width: 100%;
  }
}
.password-form-container .password-form .button {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8em;
}
@media screen and (max-width: 640px) {
  .password-form-container .password-form .button {
    width: 100%;
  }
}

.search-results-section {
  padding-top: calc(var(--header-height) + 4em);
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .search-results-section {
    padding-top: calc(var(--header-height) + 3em);
    padding-bottom: 3em;
  }
}

.search-results-container {
  max-width: 40em;
  margin: 0 auto;
}
.search-results-container .search-result {
  margin-bottom: 1em;
  padding: 2em 1.4em;
  background-color: #98ECB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.search-results-container .search-result a {
  text-decoration: none;
}
.search-results-container .search-result .search-result-image {
  width: 30%;
}
.search-results-container .search-result .search-result-image .search-result-thumbnail {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}
.search-results-container .search-result .search-result-image .search-result-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.search-results-container .search-result .search-result-image .search-result-thumbnail svg {
  width: 50%;
  height: auto;
}
.search-results-container .search-result .search-result-content {
  width: 70%;
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 0;
}
.search-results-container .search-result .search-result-content .search-result-top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search-results-container .search-result .search-result-content .button {
  font-size: 0.9em;
}
.search-results-container .search-result .search-result-content .search-result-excerpt {
  font-size: 0.9em;
}
.search-results-container .search-result .search-result-content .search-result-title {
  font-size: 1.4em;
  margin: 0.7em 0 0.5em 0;
  line-height: 1.2em;
}
.search-results-container .search-result .search-result-content .search-result-type {
  display: inline-block;
  padding: 0.5em 1em;
  color: #ffffff;
  background-color: #005945;
  line-height: 1.1em;
  font-size: 0.9em;
  font-weight: 500;
}

.search-results-title {
  text-align: center;
}

.search-results-no-results {
  text-align: center;
}
.search-results-no-results .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  padding: 3em 2em;
  background-color: #014A37;
  max-width: 40em;
  margin: 0 auto;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.search-results-no-results .search-form input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form input {
    width: 100%;
  }
}
.search-results-no-results .search-form .button {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.2em;
}
@media screen and (max-width: 640px) {
  .search-results-no-results .search-form .button {
    width: 100%;
  }
}
.search-results-no-results .search-form .button svg {
  height: 1.15em;
  width: auto;
  pointer-events: none;
}
.search-results-no-results .search-form .button svg path {
  -webkit-transition: fill 0.1s ease-out;
  transition: fill 0.1s ease-out;
}
.search-results-no-results .search-form .button:hover svg path {
  fill: #ffffff !important;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin-top: 3em;
}
@media screen and (max-width: 920px) {
  .pagination {
    margin-top: 2em;
  }
}
.pagination .page-button {
  border: 2px solid;
  border-color: transparent;
  padding: 0;
  width: 2.2em;
  height: 2.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #014A37;
  background-color: transparent;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.1s background-color ease-out, 0.1s color ease-out;
  transition: 0.1s background-color ease-out, 0.1s color ease-out;
  border-radius: 1.1em;
}
.pagination .page-button.first-button, .pagination .page-button.last-button, .pagination .page-button.prev-button, .pagination .page-button.next-button {
  width: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-bottom-left-radius: 0;
}
.pagination .page-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pagination .page-button:hover, .pagination .page-button.active {
  border-color: #014A37;
  background-color: #014A37;
  color: #98ECB7;
}

.posts-archive-container {
  display: grid;
  grid-template-columns: 10em 1fr;
  -webkit-column-gap: max(5%, 1em);
     -moz-column-gap: max(5%, 1em);
          column-gap: max(5%, 1em);
  row-gap: 1em;
}
@media screen and (max-width: 920px) {
  .posts-archive-container {
    grid-template-columns: 1fr;
  }
}

.posts-loop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  margin-bottom: 2em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2em;
}
.posts-loop-header .dynamic-posts-count {
  text-align: right;
}

@media screen and (max-width: 920px) {
  .posts-filters {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: #ffffff;
    display: block;
    height: 100%;
    padding-top: calc(var(--header-height) + 1em);
    padding-right: 2em;
    padding-bottom: 1em;
    padding-left: 2em;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: 0.1s opacity ease;
    transition: 0.1s opacity ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 920px) and (max-width: 500px) {
  .posts-filters {
    padding-top: calc(var(--header-height) + 0.5em);
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
  }
}
.posts-filters .mobile-filters-close {
  display: none;
  position: fixed;
  top: 0.45em;
  bottom: auto;
  left: auto;
  right: 1.5em;
  padding: 1em;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .posts-filters .mobile-filters-close {
    right: 0.5em;
  }
}
.posts-filters .mobile-filters-close svg {
  width: 1em;
  height: 1em;
}
.posts-filters .dynamic-posts-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 3em;
}
.posts-filters .filter-title {
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: 700;
}
.posts-filters .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
  margin-bottom: 1em;
}
.posts-filters .radio-group .radio-option {
  cursor: pointer;
  -webkit-transition: 0.1s color ease;
  transition: 0.1s color ease;
}
.posts-filters .radio-group .radio-option .radio-count {
  color: #E26D8C;
}
.posts-filters .radio-group .radio-option:hover {
  color: #005945;
}
.posts-filters .filter-group {
  padding: 0;
}

@media screen and (max-width: 920px) {
  .mobile-filters-expanded .posts-filters {
    opacity: 1;
    pointer-events: auto;
  }
}
.mobile-filters-expanded .posts-filters .mobile-filters-close {
  top: var(--header-height);
}
@media screen and (max-width: 920px) {
  .mobile-filters-expanded .posts-filters .mobile-filters-close {
    display: block;
    pointer-events: auto;
    opacity: 1;
  }
}

.dynamic-posts .posts-filters .dynamic-posts-filters .dynamic-posts-filter {
  padding: 0;
}

.posts-container {
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  grid-template-columns: repeat(4, 1fr);
}
.posts-container .no-posts {
  grid-column: 1/5;
  -webkit-transition: 0.1s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
}
@media screen and (max-width: 1280px) {
  .posts-container .no-posts {
    grid-column: 1/4;
  }
}
@media screen and (max-width: 640px) {
  .posts-container .no-posts {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 1280px) {
  .posts-container {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.7em;
       -moz-column-gap: 0.7em;
            column-gap: 0.7em;
    row-gap: 0.7em;
  }
}
@media screen and (max-width: 920px) {
  .posts-container {
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    row-gap: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .posts-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.posts-container.is-loading .tease-post,
.posts-container.is-loading .tease-store,
.posts-container.is-loading .tease-product {
  opacity: 0.5;
}
.posts-container.is-loading .no-posts {
  opacity: 0.5;
}

.before-posts-loop {
  margin-bottom: 1.5em;
}

.tease-store {
  background-color: #F4F9F2;
  border-radius: 1em;
  padding: 1em 1em 1em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
  -webkit-transition: 0.1s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
  row-gap: 2em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.125rem;
}
@media screen and (max-width: 1280px) {
  .tease-store {
    font-size: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .tease-store {
    font-size: 0.875rem;
  }
}
.tease-store a {
  text-decoration: none;
}
.tease-store .store-title {
  font-family: EBGaramondItalicVariable;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .tease-store .store-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .tease-store .store-title {
    font-size: 1.15rem;
  }
}
.tease-store .store-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tease-store .store-info > *:first-child {
  margin-top: 0;
}
.tease-store .store-info > *:last-child {
  margin-bottom: 0;
}
.tease-store .button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.9em;
}

/* Blocks
--------------------------------------------- */
.has-text-align-center {
  text-align: center;
}

.info-window-button:focus, .info-window-button:hover {
  color: #98ECB7;
  outline: 0;
}

.brand-tile {
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 0.5em;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.1s -webkit-transform ease-in-out;
  transition: 0.1s -webkit-transform ease-in-out;
  transition: 0.1s transform ease-in-out;
  transition: 0.1s transform ease-in-out, 0.1s -webkit-transform ease-in-out;
}
.brand-tile:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.brand-tile .brand-name {
  margin: 0;
  line-height: 1.2em;
  font-size: 1.5em;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .brand-tile .brand-name {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1280px) {
  .brand-tile .brand-name {
    font-size: 1em;
  }
}
@media screen and (max-width: 920px) {
  .brand-tile .brand-name {
    font-size: 1em;
  }
}
.brand-tile .brand-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.brand-tile .brand-image .brand-name-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.brand-tile .brand-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}

.block-cwi a:not(.button) {
  color: #98ECB7;
}
.block-cwi .cwi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 3em;
}
@media screen and (max-width: 920px) {
  .block-cwi .cwi-container {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-cwi .cwi-container .cwi-image {
  width: 40%;
}
@media screen and (max-width: 920px) {
  .block-cwi .cwi-container .cwi-image {
    width: 100%;
  }
}
.block-cwi .cwi-container .cwi-content {
  width: 60%;
  padding: 2em 10% 2em 0;
}
.block-cwi .cwi-container .cwi-content .cwi-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  row-gap: 1em;
  margin-top: 2em;
}
.block-cwi .cwi-container .cwi-content .cwi-buttons .button {
  border-color: #014A37;
  color: #014A37;
}
.block-cwi .cwi-container .cwi-content .cwi-buttons .button:hover, .block-cwi .cwi-container .cwi-content .cwi-buttons .button:focus, .block-cwi .cwi-container .cwi-content .cwi-buttons .button:active {
  border-color: #E26D8C;
  background-color: #E26D8C;
  color: #091322;
}
@media screen and (max-width: 920px) {
  .block-cwi .cwi-container .cwi-content {
    padding: 0;
    width: 100%;
  }
}
.block-cwi .cwi-container .cwi-content > *:first-child {
  margin-top: 0;
}
.block-cwi .cwi-container .cwi-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-cwi.content-position-left .cwi-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block-cwi.content-position-left .cwi-content h2 {
    text-align: left !important;
  }
  .block-cwi.content-position-left .cwi-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.block-cwi.content-position-right .cwi-content {
  padding-right: 0;
  padding-left: 10%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 920px) {
  .block-cwi.content-position-right .cwi-content {
    padding-left: 0;
  }
}
.block-cwi.content-position-right .cwi-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-cwi.image-ratio-square .cwi-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-cwi.image-ratio-square .cwi-container .cwi-content {
  padding-top: 0;
  padding-bottom: 0;
}
.block-cwi.image-ratio-square .cwi-image-container {
  aspect-ratio: 1;
}
.block-cwi.image-ratio-square .cwi-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 920px) {
  .block-cwi.image-ratio-square .cwi-image-container {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .block-cwi.image-ratio-square .cwi-image-container {
    aspect-ratio: 1;
  }
}
.block-cwi.image-ratio-match .cwi-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block-cwi.image-ratio-match .cwi-image {
  height: auto;
}
.block-cwi.image-ratio-match .cwi-image-container {
  width: 100%;
  height: 100%;
  aspect-ratio: unset;
  position: relative;
}
.block-cwi.image-ratio-match .cwi-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 920px) {
  .block-cwi.image-ratio-match .cwi-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block-cwi.image-ratio-match .cwi-image {
    width: 100%;
  }
  .block-cwi.image-ratio-match .cwi-image-container {
    aspect-ratio: 1.5;
  }
}
@media screen and (max-width: 500px) {
  .block-cwi.image-ratio-match .cwi-image-container {
    aspect-ratio: 1;
  }
}

.block-contact {
  background-color: #ffffff;
  padding-top: 3em;
  padding-bottom: 3em;
}
.block-contact a {
  text-decoration: none;
}
.block-contact input[type=text],
.block-contact input[type=email],
.block-contact input[type=url],
.block-contact input[type=password],
.block-contact input[type=search],
.block-contact input[type=number],
.block-contact input[type=tel],
.block-contact input[type=range],
.block-contact input[type=date],
.block-contact input[type=month],
.block-contact input[type=week],
.block-contact input[type=time],
.block-contact input[type=datetime],
.block-contact input[type=datetime-local],
.block-contact input[type=color],
.block-contact select,
.block-contact textarea {
  border-color: #F4F9F2;
}
.block-contact input[type=text]:focus,
.block-contact input[type=email]:focus,
.block-contact input[type=url]:focus,
.block-contact input[type=password]:focus,
.block-contact input[type=search]:focus,
.block-contact input[type=number]:focus,
.block-contact input[type=tel]:focus,
.block-contact input[type=range]:focus,
.block-contact input[type=date]:focus,
.block-contact input[type=month]:focus,
.block-contact input[type=week]:focus,
.block-contact input[type=time]:focus,
.block-contact input[type=datetime]:focus,
.block-contact input[type=datetime-local]:focus,
.block-contact input[type=color]:focus,
.block-contact select:focus,
.block-contact textarea:focus {
  border-color: #98ECB7;
}
.block-contact input[type=text]::-webkit-input-placeholder, .block-contact input[type=email]::-webkit-input-placeholder, .block-contact input[type=url]::-webkit-input-placeholder, .block-contact input[type=password]::-webkit-input-placeholder, .block-contact input[type=search]::-webkit-input-placeholder, .block-contact input[type=number]::-webkit-input-placeholder, .block-contact input[type=tel]::-webkit-input-placeholder, .block-contact input[type=range]::-webkit-input-placeholder, .block-contact input[type=date]::-webkit-input-placeholder, .block-contact input[type=month]::-webkit-input-placeholder, .block-contact input[type=week]::-webkit-input-placeholder, .block-contact input[type=time]::-webkit-input-placeholder, .block-contact input[type=datetime]::-webkit-input-placeholder, .block-contact input[type=datetime-local]::-webkit-input-placeholder, .block-contact input[type=color]::-webkit-input-placeholder, .block-contact select::-webkit-input-placeholder, .block-contact textarea::-webkit-input-placeholder {
  font-family: EBGaramondItalicVariable;
  font-weight: 500;
  color: #005945;
}
.block-contact input[type=text]::-moz-placeholder, .block-contact input[type=email]::-moz-placeholder, .block-contact input[type=url]::-moz-placeholder, .block-contact input[type=password]::-moz-placeholder, .block-contact input[type=search]::-moz-placeholder, .block-contact input[type=number]::-moz-placeholder, .block-contact input[type=tel]::-moz-placeholder, .block-contact input[type=range]::-moz-placeholder, .block-contact input[type=date]::-moz-placeholder, .block-contact input[type=month]::-moz-placeholder, .block-contact input[type=week]::-moz-placeholder, .block-contact input[type=time]::-moz-placeholder, .block-contact input[type=datetime]::-moz-placeholder, .block-contact input[type=datetime-local]::-moz-placeholder, .block-contact input[type=color]::-moz-placeholder, .block-contact select::-moz-placeholder, .block-contact textarea::-moz-placeholder {
  font-family: EBGaramondItalicVariable;
  font-weight: 500;
  color: #005945;
}
.block-contact input[type=text]:-ms-input-placeholder, .block-contact input[type=email]:-ms-input-placeholder, .block-contact input[type=url]:-ms-input-placeholder, .block-contact input[type=password]:-ms-input-placeholder, .block-contact input[type=search]:-ms-input-placeholder, .block-contact input[type=number]:-ms-input-placeholder, .block-contact input[type=tel]:-ms-input-placeholder, .block-contact input[type=range]:-ms-input-placeholder, .block-contact input[type=date]:-ms-input-placeholder, .block-contact input[type=month]:-ms-input-placeholder, .block-contact input[type=week]:-ms-input-placeholder, .block-contact input[type=time]:-ms-input-placeholder, .block-contact input[type=datetime]:-ms-input-placeholder, .block-contact input[type=datetime-local]:-ms-input-placeholder, .block-contact input[type=color]:-ms-input-placeholder, .block-contact select:-ms-input-placeholder, .block-contact textarea:-ms-input-placeholder {
  font-family: EBGaramondItalicVariable;
  font-weight: 500;
  color: #005945;
}
.block-contact input[type=text]::-ms-input-placeholder, .block-contact input[type=email]::-ms-input-placeholder, .block-contact input[type=url]::-ms-input-placeholder, .block-contact input[type=password]::-ms-input-placeholder, .block-contact input[type=search]::-ms-input-placeholder, .block-contact input[type=number]::-ms-input-placeholder, .block-contact input[type=tel]::-ms-input-placeholder, .block-contact input[type=range]::-ms-input-placeholder, .block-contact input[type=date]::-ms-input-placeholder, .block-contact input[type=month]::-ms-input-placeholder, .block-contact input[type=week]::-ms-input-placeholder, .block-contact input[type=time]::-ms-input-placeholder, .block-contact input[type=datetime]::-ms-input-placeholder, .block-contact input[type=datetime-local]::-ms-input-placeholder, .block-contact input[type=color]::-ms-input-placeholder, .block-contact select::-ms-input-placeholder, .block-contact textarea::-ms-input-placeholder {
  font-family: EBGaramondItalicVariable;
  font-weight: 500;
  color: #005945;
}
.block-contact input[type=text]::placeholder,
.block-contact input[type=email]::placeholder,
.block-contact input[type=url]::placeholder,
.block-contact input[type=password]::placeholder,
.block-contact input[type=search]::placeholder,
.block-contact input[type=number]::placeholder,
.block-contact input[type=tel]::placeholder,
.block-contact input[type=range]::placeholder,
.block-contact input[type=date]::placeholder,
.block-contact input[type=month]::placeholder,
.block-contact input[type=week]::placeholder,
.block-contact input[type=time]::placeholder,
.block-contact input[type=datetime]::placeholder,
.block-contact input[type=datetime-local]::placeholder,
.block-contact input[type=color]::placeholder,
.block-contact select::placeholder,
.block-contact textarea::placeholder {
  font-family: EBGaramondItalicVariable;
  font-weight: 500;
  color: #005945;
}
.block-contact select {
  font-family: EBGaramondItalicVariable;
  font-weight: 500;
}
.block-contact select option {
  font-family: BricolageGrotesqueVariable;
  font-weight: 500;
}
.block-contact textarea {
  position: relative;
}
.block-contact textarea::-webkit-input-placeholder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-contact textarea::-moz-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block-contact textarea:-ms-input-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block-contact textarea::-ms-input-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.block-contact textarea::placeholder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-contact .section-title {
  margin-top: 0;
}
.block-contact .contact-container {
  display: grid;
  grid-template-columns: auto 16em 22em;
  row-gap: 2em;
}
@media screen and (max-width: 1280px) {
  .block-contact .contact-container {
    grid-template-columns: 16em auto;
  }
}
.block-contact .contact-map {
  padding-right: 15%;
}
@media screen and (max-width: 1280px) {
  .block-contact .contact-map .section-title {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .block-contact .contact-map {
    grid-column: 1/3;
    grid-row: 1/2;
    padding-right: 0;
  }
}
.block-contact .contact-map .map-container {
  aspect-ratio: 1.2;
  border-radius: 0.5em;
  overflow: hidden;
}
@media screen and (max-width: 1680px) {
  .block-contact .contact-map .map-container {
    aspect-ratio: 0.8;
  }
}
@media screen and (max-width: 1280px) {
  .block-contact .contact-map .map-container {
    aspect-ratio: 1.8;
  }
}
@media screen and (max-width: 920px) {
  .block-contact .contact-map .map-container {
    aspect-ratio: 1.2;
  }
}
@media screen and (max-width: 640px) {
  .block-contact .contact-map .map-container {
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 500px) {
  .block-contact .contact-map .map-container {
    aspect-ratio: 0.8;
  }
}
.block-contact .contact-map .map-container .acf-map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .block-contact .contact-content {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 640px) {
  .block-contact .contact-content {
    grid-column: 1/3;
  }
}
.block-contact .contact-content p {
  margin: 0.5em 0;
}
.block-contact .contact-content em, .block-contact .contact-content i {
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .block-contact .contact-content em, .block-contact .contact-content i {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .block-contact .contact-content em, .block-contact .contact-content i {
    font-size: 1.15rem;
  }
}
.block-contact .contact-content > *:first-child {
  margin-top: 0;
}
.block-contact .contact-content > *:last-child {
  margin-bottom: 0;
}
.block-contact .contact-forms {
  padding-left: 2em;
}
.block-contact .contact-forms .section-title {
  display: none;
}
@media screen and (max-width: 1280px) {
  .block-contact .contact-forms .section-title {
    display: block;
  }
}
.block-contact .contact-forms > *:first-child {
  margin-top: 0;
}
.block-contact .contact-forms > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .block-contact .contact-forms {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 640px) {
  .block-contact .contact-forms {
    grid-column: 1/3;
    grid-row: 3/4;
    padding-left: 0;
  }
}

.block-gallery .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.block-gallery .gallery-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
@media screen and (max-width: 920px) {
  .block-gallery .gallery-items {
    gap: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .block-gallery .gallery-items {
    gap: 0.5em;
    grid-template-columns: repeat(3, 1fr);
  }
}
.block-gallery .gallery-items .gallery-item {
  aspect-ratio: 1;
}
.block-gallery .gallery-items .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block-hero {
  padding-bottom: 3em;
}
@media screen and (max-width: 920px) {
  .block-hero {
    padding-top: 0.5em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width: 640px) {
  .block-hero {
    padding-top: 0.3em;
    padding-bottom: 1em;
  }
}
.block-hero .section-content {
  height: clamp(18em, 35vw, 42em);
  position: relative;
}
.block-hero .section-content .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.block-hero .section-content .hero-content svg {
  width: 70%;
  height: auto;
}
.block-hero .hero-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .block-hero .hero-images {
    -webkit-column-gap: 0.7em;
       -moz-column-gap: 0.7em;
            column-gap: 0.7em;
  }
}
@media screen and (max-width: 640px) {
  .block-hero .hero-images {
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
  }
}
.block-hero .hero-images .hero-image {
  position: relative;
  height: 100%;
  border-radius: 0.6em;
  overflow: hidden;
}
.block-hero .hero-images .hero-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 3s -webkit-transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  transition: 3s -webkit-transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  transition: 3s transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  transition: 3s transform cubic-bezier(0.48, 0.85, 0.42, 1.03), 3s -webkit-transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
}
.block-hero .hero-images .hero-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.block-newsletter {
  overflow: hidden;
}
.block-newsletter .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .block-newsletter .section-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-newsletter .newsletter-content {
  width: 50%;
  position: relative;
  background-color: #005945;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 2em 2em 0;
}
@media screen and (max-width: 640px) {
  .block-newsletter .newsletter-content {
    width: 100%;
    padding: 1.4em 0 1em 0;
  }
}
.block-newsletter .newsletter-content .section-title {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .block-newsletter .newsletter-content .section-title {
    font-size: 2.4em;
  }
}
.block-newsletter .newsletter-content .newsletter-description {
  font-size: 0.9em;
  margin-top: 1em;
}
.block-newsletter .newsletter-content .newsletter-description > *:first-child {
  margin-top: 0;
}
.block-newsletter .newsletter-content .newsletter-description > *:last-child {
  margin-bottom: 0;
}
.block-newsletter .newsletter-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  bottom: 0;
  background-color: #005945;
  z-index: -1;
}
.block-newsletter .newsletter-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  bottom: 0;
  background-color: #005945;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 640px) {
  .block-newsletter .newsletter-content::after {
    display: block;
  }
}
.block-newsletter .newsletter-form {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0 2em 10%;
  background-color: #98ECB7;
  position: relative;
  color: #014A37;
}
@media screen and (max-width: 640px) {
  .block-newsletter .newsletter-form {
    width: 100%;
    padding: 1em 0 1em 0;
  }
}
.block-newsletter .newsletter-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  bottom: 0;
  background-color: #98ECB7;
  z-index: -1;
}
.block-newsletter .newsletter-form::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  bottom: 0;
  background-color: #98ECB7;
  z-index: -1;
  display: none;
}
@media screen and (max-width: 640px) {
  .block-newsletter .newsletter-form::after {
    display: block;
  }
}
.block-newsletter .newsletter-form .gform_submission_error {
  margin-bottom: 0.5em;
}
.block-newsletter .newsletter-form .gform_footer {
  margin-top: 0;
}
.block-newsletter .newsletter-form .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-email {
  height: 100%;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-email input[type=email] {
  height: 3em;
  border-style: solid;
  border-color: #98ECB7;
  border-width: 1px 0 1px 1px;
  background-color: #98ECB7;
  color: #014A37;
  padding: 0.55em 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .block-newsletter .newsletter-form .gform_fields .gfield--type-email input[type=email] {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 500px) {
  .block-newsletter .newsletter-form .gform_fields .gfield--type-email input[type=email] {
    font-size: 1rem;
  }
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-email input[type=email]::-webkit-input-placeholder {
  color: #014A37;
  font-weight: 400;
  font-family: BricolageGrotesqueVariable;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-email input[type=email]::-moz-placeholder {
  color: #014A37;
  font-weight: 400;
  font-family: BricolageGrotesqueVariable;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-email input[type=email]:-ms-input-placeholder {
  color: #014A37;
  font-weight: 400;
  font-family: BricolageGrotesqueVariable;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-email input[type=email]::-ms-input-placeholder {
  color: #014A37;
  font-weight: 400;
  font-family: BricolageGrotesqueVariable;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-email input[type=email]::placeholder {
  color: #014A37;
  font-weight: 400;
  font-family: BricolageGrotesqueVariable;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-submit {
  height: 100%;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-submit .button {
  width: 100%;
  height: 3em;
  background-color: #98ECB7;
  color: #005945;
  border-color: #98ECB7;
  padding: 0.5em 1em 0.5em 1em;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-submit .button svg {
  width: 3em;
  -webkit-transition: 0.1s -webkit-transform ease-in-out;
  transition: 0.1s -webkit-transform ease-in-out;
  transition: 0.1s transform ease-in-out;
  transition: 0.1s transform ease-in-out, 0.1s -webkit-transform ease-in-out;
}
.block-newsletter .newsletter-form .gform_fields .gfield--type-submit .button:hover svg, .block-newsletter .newsletter-form .gform_fields .gfield--type-submit .button:focus svg, .block-newsletter .newsletter-form .gform_fields .gfield--type-submit .button:active svg {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}
@media (max-width: 640px) {
  .block-newsletter .gform_wrapper.gravity-theme .gfield.gfield--type-email:not(.gfield--width-full) {
    grid-column: span 9;
  }
  .block-newsletter .gform_wrapper.gravity-theme .gfield.gfield--type-submit:not(.gfield--width-full) {
    grid-column: span 3;
  }
}

.block-stores .dynamic-posts {
  background-image: url("../img/hands.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 2em;
}
.block-stores .section-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}
.block-stores .stores-map-container .stores-map {
  height: min(80vw, 40em);
}
@media screen and (max-width: 920px) {
  .block-stores .stores-map-container .stores-map {
    height: 120vw;
  }
}
.block-stores .store-title {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  display: block;
  font-family: EBGaramondItalicVariable;
  color: #005945;
}
@media screen and (max-width: 920px) {
  .block-stores .map-wrapper {
    height: 120vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.block-tiles {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-tiles {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-tiles.text-color-light {
  color: #ffffff;
}
.block-tiles.text-color-light .section-title {
  color: #ffffff;
}
.block-tiles .section-title {
  text-align: center;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 920px) {
  .block-tiles .section-title {
    font-size: 2em;
  }
}
.block-tiles .tiles-description {
  text-align: center;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}
.block-tiles .tiles-header {
  margin-bottom: 3em;
}
.block-tiles .tiles-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: max(3%, 1em);
     -moz-column-gap: max(3%, 1em);
          column-gap: max(3%, 1em);
  row-gap: 1em;
}
@media screen and (max-width: 640px) {
  .block-tiles .tiles-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-tiles .tiles-container .tile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.5em;
  padding: 7% 4%;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s -webkit-transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  transition: 0.2s -webkit-transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  transition: 0.2s transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  transition: 0.2s transform cubic-bezier(0.48, 0.85, 0.42, 1.03), 0.2s -webkit-transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
}
.block-tiles .tiles-container .tile:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 1280px) {
  .block-tiles .tiles-container .tile {
    font-size: 0.9em;
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 1280px) {
  .block-tiles .tiles-container .tile {
    font-size: 0.8em;
    padding: 1.5em 1em;
  }
}
.block-tiles .tiles-container .tile .tile-title {
  font-size: 1.5em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.block-tiles .tiles-container .tile .tile-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-tiles .tiles-container .tile .tile-icon-container svg {
  height: 3.4em;
  width: auto;
}
.block-tiles .tiles-container .tile.text-color-dark {
  color: #014A37;
}
.block-tiles .tiles-container .tile.text-color-dark .tile-title {
  color: #014A37;
}
.block-tiles .tiles-container .tile .tile-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}
.block-tiles .tiles-container .tile .tile-button-container .tile-button {
  font-size: 0.9em;
}
.block-tiles .tiles-container .tile.has-theme-color .tile-button {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transition: 0.1s -webkit-filter ease-in-out;
  transition: 0.1s -webkit-filter ease-in-out;
  transition: 0.1s filter ease-in-out;
  transition: 0.1s filter ease-in-out, 0.1s -webkit-filter ease-in-out;
}
.block-tiles .tiles-container .tile.has-theme-color .tile-button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.block-tiles .tiles-container .tile.has-theme-color .tile-icon-container svg [fill] {
  fill: var(--theme-color);
}
.block-tiles .tiles-container .tile.has-theme-color .tile-icon-container svg [stroke] {
  stroke: var(--theme-color);
}
.block-tiles .tiles-container .tile.theme-color-light .tile-button {
  color: #014A37;
}
.block-tiles .tiles-container .tile em, .block-tiles .tiles-container .tile i {
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .block-tiles .tiles-container .tile em, .block-tiles .tiles-container .tile i {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .block-tiles .tiles-container .tile em, .block-tiles .tiles-container .tile i {
    font-size: 1.15rem;
  }
}
.block-tiles .tiles-container .tile a {
  text-decoration: none;
}
.block-tiles .tiles-container .tile::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(42%) translateY(18%);
          transform: translateX(42%) translateY(18%);
  width: min(26em, 90%);
  aspect-ratio: 1;
  max-height: 100%;
  background-image: url("../img/mint-logo-glyph.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.04;
}
.block-tiles .tiles-container .tile .tile-content {
  position: relative;
  z-index: 2;
}
.block-tiles .tiles-container .tile .tile-content > *:first-child {
  margin-top: 0;
}
.block-tiles .tiles-container .tile .tile-content > *:last-child {
  margin-bottom: 0;
}
.block-tiles .tiles-container .tile .tile-content .tile-wysiwyg > *:first-child {
  margin-top: 0;
}
.block-tiles .tiles-container .tile .tile-content .tile-wysiwyg > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .block-tiles.has-many-tiles .tiles-header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 920px) and (max-width: 920px) {
  .block-tiles.has-many-tiles .tiles-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 920px) and (max-width: 500px) {
  .block-tiles.has-many-tiles .tiles-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 920px) {
  .block-tiles.has-many-tiles .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-tiles.has-many-tiles .tiles-container {
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
}
@media screen and (max-width: 1680px) {
  .block-tiles.has-many-tiles .tiles-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    scroll-behavior: smooth;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .block-tiles.has-many-tiles .tiles-container::-webkit-scrollbar, .block-tiles.has-many-tiles .tiles-container::-webkit-scrollbar-button {
    display: none;
  }
}
.block-tiles.has-many-tiles .tiles-container .tile {
  padding: 2em 2em;
  font-size: 0.9em;
  min-width: 20em;
}
@media screen and (max-width: 920px) {
  .block-tiles.has-many-tiles .tiles-container .tile {
    font-size: 0.8em;
  }
}

.block-brands {
  background-color: #F4F9F2;
  padding: 3em 0;
}
.block-brands .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
.block-brands .section-content .brand-tile {
  width: calc((100% - 4em) / 5);
}
@media screen and (max-width: 920px) {
  .block-brands .section-content .brand-tile {
    width: calc((100% - 3em) / 4);
  }
}
@media screen and (max-width: 640px) {
  .block-brands .section-content .brand-tile {
    width: calc((100% - 2em) / 3);
  }
}
@media screen and (max-width: 500px) {
  .block-brands .section-content .brand-tile {
    width: calc((100% - 1em) / 2);
  }
}

.block-brands-marquee {
  padding: 3em 0;
}
.block-brands-marquee .wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.block-brands-marquee .section-content {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.block-brands-marquee .section-content .brand-tile {
  width: 12em;
}
@media screen and (max-width: 920px) {
  .block-brands-marquee .section-content .brand-tile {
    width: 10em;
  }
}
@media screen and (max-width: 640px) {
  .block-brands-marquee .section-content .brand-tile {
    width: 9em;
  }
}
@media screen and (max-width: 500px) {
  .block-brands-marquee .section-content .brand-tile {
    width: 8em;
  }
}

.block-testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F4F9F2;
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-testimonials {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-testimonials .section-title {
  margin-top: 0;
  text-align: center;
  font-size: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 920px) {
  .block-testimonials .section-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 1680px) {
  .block-testimonials .section-title-container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (max-width: 1680px) and (max-width: 920px) {
  .block-testimonials .section-title-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1680px) and (max-width: 500px) {
  .block-testimonials .section-title-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.block-testimonials .section-decor {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: grid;
  place-items: center;
}
.block-testimonials .section-decor svg {
  width: 100%;
  height: auto;
  max-height: 90%;
  opacity: 0.1;
  pointer-events: none;
}
.block-testimonials .section-decor svg [fill] {
  fill: #014A37;
}
.block-testimonials .section-decor svg [stroke] {
  stroke: #014A37;
}
.block-testimonials .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.block-testimonials .testimonials-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  position: relative;
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.block-testimonials .testimonials-container::-webkit-scrollbar, .block-testimonials .testimonials-container::-webkit-scrollbar-button {
  display: none;
}
.block-testimonials .testimonials-container.has-not-enough-testimonials {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1680px) {
  .block-testimonials .testimonials-container.has-not-enough-testimonials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.block-testimonials .testimonials-container .tease-testimonial {
  width: 20em;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 3em 1.5em 3em 1.5em;
  border-radius: 1em;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 920px) {
  .block-testimonials .testimonials-container .tease-testimonial {
    padding: 2em 1em 2em 1em;
  }
}
.block-testimonials .testimonials-container .tease-testimonial .testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-testimonials .testimonials-container .tease-testimonial .testimonial-content p {
  margin: 0;
}
.block-testimonials .testimonials-container .tease-testimonial .testimonial-content .testimonial-title {
  font-weight: 700;
}
.block-testimonials .testimonials-container .tease-testimonial .testimonial-content .testimonial-author-description {
  color: #505050;
}
.block-testimonials .testimonials-container .tease-testimonial .testimonial-content .testimonial-rating svg {
  height: 1em;
  width: auto;
}
.block-testimonials .testimonials-container .tease-testimonial .testimonial-content .testimonial-excerpt {
  font-size: 0.9em;
}

.block-product-categories {
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 920px) {
  .block-product-categories {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.block-product-categories.text-color-light {
  color: #ffffff;
}
.block-product-categories.text-color-light .section-title {
  color: #ffffff;
}
.block-product-categories .section-title {
  text-align: center;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 920px) {
  .block-product-categories .section-title {
    font-size: 2em;
  }
}
.block-product-categories .categories-description {
  text-align: center;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}
.block-product-categories .categories-header {
  margin-bottom: 3em;
}
.block-product-categories .categories-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
}
.block-product-categories .categories-container .category {
  width: calc(25% - 0.75rem);
  border-radius: 0.5em;
  padding: 3em 2em;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.2s -webkit-transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  transition: 0.2s -webkit-transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  transition: 0.2s transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  transition: 0.2s transform cubic-bezier(0.48, 0.85, 0.42, 1.03), 0.2s -webkit-transform cubic-bezier(0.48, 0.85, 0.42, 1.03);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #F4F9F2;
  color: #014A37;
  font-size: 0.9em;
  min-height: 10em;
}
@media screen and (max-width: 1280px) {
  .block-product-categories .categories-container .category {
    width: calc(33.333% - 0.6666666667rem);
  }
}
@media screen and (max-width: 920px) {
  .block-product-categories .categories-container .category {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 500px) {
  .block-product-categories .categories-container .category {
    width: 100%;
  }
}
.block-product-categories .categories-container .category:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 1280px) {
  .block-product-categories .categories-container .category {
    font-size: 0.9em;
    padding: 1.5em 2em;
  }
}
@media screen and (max-width: 1280px) {
  .block-product-categories .categories-container .category {
    font-size: 0.8em;
    padding: 1.5em 1em;
  }
}
.block-product-categories .categories-container .category .category-title {
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  color: #014A37;
  margin-bottom: 0;
}
.block-product-categories .categories-container .category.text-color-dark {
  color: #014A37;
}
.block-product-categories .categories-container .category.text-color-dark .category-title {
  color: #014A37;
}
.block-product-categories .categories-container .category .category-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  text-align: center;
}
.block-product-categories .categories-container .category .category-button-container .category-button {
  font-size: 0.9em;
}
.block-product-categories .categories-container .category .category-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1.5em;
}
.block-product-categories .categories-container .category .category-content > *:first-child {
  margin-top: 0;
}
.block-product-categories .categories-container .category .category-content > *:last-child {
  margin-bottom: 0;
}
.block-product-categories .categories-container .category .category-content .category-description {
  text-align: center;
  font-weight: 700;
  font-size: 0.9em;
}
.block-product-categories .categories-container .category .category-content .category-description > *:first-child {
  margin-top: 0;
}
.block-product-categories .categories-container .category .category-content .category-description > *:last-child {
  margin-bottom: 0;
}
.block-product-categories .categories-container .category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 249, 242, 0.65);
}

.block-carousel {
  position: relative;
}
.block-carousel .carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.block-carousel .carousel-container::-webkit-scrollbar, .block-carousel .carousel-container::-webkit-scrollbar-button {
  display: none;
}
.block-carousel .carousel-container .wrapper {
  height: 100%;
}
.block-carousel .carousel-container .carousel-item-container {
  height: 100%;
}
.block-carousel .carousel-container .carousel-controls {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.block-carousel .carousel-container .carousel-controls .wrapper {
  height: 100%;
}
.block-carousel .carousel-container .carousel-controls .wrapper .carousel-controls-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.block-carousel .carousel-container .carousel-controls .wrapper .carousel-controls-container .carousel-controls-button {
  width: 1.6em;
  height: 1.6em;
  display: grid;
  background-color: #014A37;
  border: 0;
  border-radius: 50%;
  place-items: center;
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: 0.2s background-color ease, 0.2s opacity ease;
  transition: 0.2s background-color ease, 0.2s opacity ease;
}
.block-carousel .carousel-container .carousel-controls .wrapper .carousel-controls-container .carousel-controls-button svg {
  height: 70%;
  width: auto;
  pointer-events: none;
}
.block-carousel .carousel-container .carousel-controls .wrapper .carousel-controls-container .carousel-controls-button svg [stroke] {
  stroke: #98ECB7;
  -webkit-transition: 0.2s stroke ease;
  transition: 0.2s stroke ease;
}
.block-carousel .carousel-container .carousel-controls .wrapper .carousel-controls-container .carousel-controls-button.previous svg {
  -webkit-transform: translateX(-6%);
          transform: translateX(-6%);
}
.block-carousel .carousel-container .carousel-controls .wrapper .carousel-controls-container .carousel-controls-button.next svg {
  -webkit-transform: translateX(6%);
          transform: translateX(6%);
}
.block-carousel .carousel-container .carousel-controls .wrapper .carousel-controls-container .carousel-controls-button:hover {
  background-color: #98ECB7;
}
.block-carousel .carousel-container .carousel-controls .wrapper .carousel-controls-container .carousel-controls-button:hover svg [stroke] {
  stroke: #014A37;
}
.block-carousel .carousel-container .carousel-controls .wrapper .carousel-controls-container .carousel-controls-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.block-carousel .carousel-container .carousel-item {
  width: 100%;
  position: relative;
  min-height: 24em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
.block-carousel .carousel-container .carousel-item .carousel-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-carousel .carousel-container .carousel-item .carousel-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.block-carousel .carousel-container .carousel-item .carousel-item-content {
  height: 100%;
  position: relative;
  z-index: 3;
  color: #014A37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 40em;
  padding-top: 3em;
  padding-bottom: 3em;
  margin-left: 10%;
  margin-right: 10%;
}
@media screen and (max-width: 640px) {
  .block-carousel .carousel-container .carousel-item .carousel-item-content {
    margin-left: 3em;
    margin-right: 3em;
  }
}
.block-carousel .carousel-container .carousel-item .carousel-item-content .carousel-item-description > *:first-child {
  margin-top: 0;
}
.block-carousel .carousel-container .carousel-item .carousel-item-content .carousel-item-description > *:last-child {
  margin-bottom: 0;
}
.block-carousel .carousel-container .carousel-item .carousel-item-content h1, .block-carousel .carousel-container .carousel-item .carousel-item-content h2, .block-carousel .carousel-container .carousel-item .carousel-item-content h3, .block-carousel .carousel-container .carousel-item .carousel-item-content h4, .block-carousel .carousel-container .carousel-item .carousel-item-content h5, .block-carousel .carousel-container .carousel-item .carousel-item-content h6 {
  color: #014A37;
}
.block-carousel .carousel-container .carousel-item .carousel-item-buttons {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  margin-top: 2em;
}
.block-carousel .carousel-container .carousel-item.text-color-light {
  color: #ffffff;
}
.block-carousel .carousel-container .carousel-item.text-color-light h1, .block-carousel .carousel-container .carousel-item.text-color-light h2, .block-carousel .carousel-container .carousel-item.text-color-light h3, .block-carousel .carousel-container .carousel-item.text-color-light h4, .block-carousel .carousel-container .carousel-item.text-color-light h5, .block-carousel .carousel-container .carousel-item.text-color-light h6 {
  color: #ffffff;
}
.block-carousel .carousel-container .carousel-item.text-color-light .carousel-item-content {
  color: #ffffff;
}
.block-carousel .carousel-container:hover .carousel-controls {
  opacity: 1;
}

.block-banner .banner-container {
  position: relative;
}
.block-banner .banner-container .banner-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-banner .banner-container .banner-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-banner .banner-container .banner-video::-webkit-media-controls {
  display: none;
}
.block-banner .banner-container .banner-video::-webkit-media-controls-start-playback-button {
  display: none;
}
.block-banner .banner-container .banner-video::-webkit-media-controls-enclosure {
  display: none;
}
.block-banner .banner-container .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.block-banner .banner-container .banner-content-container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.block-banner .banner-container .banner-content-container .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 24em;
  padding-top: 5em;
  padding-bottom: 5em;
}
.block-banner .banner-container .banner-content-container .wrapper .banner-content {
  max-width: 40em;
}
.block-banner .banner-container .banner-content-container .wrapper .banner-content > *:first-child {
  margin-top: 0;
}
.block-banner .banner-container .banner-content-container .wrapper .banner-content > *:last-child {
  margin-bottom: 0;
}
.block-banner .banner-container .banner-content-container .wrapper .banner-content .banner-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 1em;
  margin-top: 2em;
}
.block-banner .banner-container.text-color-light .banner-content {
  color: #ffffff;
}
.block-banner .banner-container.text-color-light .banner-content h1, .block-banner .banner-container.text-color-light .banner-content h2, .block-banner .banner-container.text-color-light .banner-content h3, .block-banner .banner-container.text-color-light .banner-content h4, .block-banner .banner-container.text-color-light .banner-content h5, .block-banner .banner-container.text-color-light .banner-content h6 {
  color: #98ECB7;
}

.block-video {
  background-color: #014A37;
  padding: 2em 0;
}
.block-video .video-container iframe, .block-video .video-container video {
  display: block;
  overflow: hidden;
  border-radius: 2em;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 50em;
  margin: 0 auto;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-form {
  color: red;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Gravity Forms
--------------------------------------------- */
body .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fileupload_rules {
  font-size: 0.8em;
}
body .gform_wrapper.gravity-theme legend {
  margin-bottom: 0.5em;
}
body .gform_submission_error {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin: 0 0 2rem 0;
  line-height: 1.2em;
  padding: 1rem 1rem;
  background-color: #005945;
  border: 1px solid #005945;
  color: #ffffff;
  border-radius: 0;
  font-family: BricolageGrotesqueVariable;
}
body .gform_submission_error .gform-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body .gfield_error input[type=text],
body .gfield_error input[type=email],
body .gfield_error input[type=url],
body .gfield_error input[type=password],
body .gfield_error input[type=search],
body .gfield_error input[type=number],
body .gfield_error input[type=tel],
body .gfield_error input[type=range],
body .gfield_error input[type=date],
body .gfield_error input[type=month],
body .gfield_error input[type=week],
body .gfield_error input[type=time],
body .gfield_error input[type=datetime],
body .gfield_error input[type=datetime-local],
body .gfield_error input[type=color],
body .gfield_error select,
body .gfield_error textarea {
  border-color: #005945;
}
body .gfield_required_asterisk {
  color: #005945;
}
body .validation_message {
  padding: 0.2em 0 0 0;
  color: #98ECB7;
  font-size: 0.8em;
}
body .gform_fields {
  row-gap: 1em !important;
  -webkit-column-gap: 1em !important;
     -moz-column-gap: 1em !important;
          column-gap: 1em !important;
}
@media screen and (max-width: 639px) {
  body .gform_fields {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
}
body .gfield--type-consent {
  margin: 1em 0;
}
body .gform_wrapper.gravity-theme .gform_drop_area {
  background-color: #014A37;
  border: 1px dashed #005945;
  border-radius: 0;
}
body .gravity-theme.ui-datepicker a.ui-state-default {
  border-radius: 0;
  -webkit-transition: 0.1s background-color ease, 0.1s color ease;
  transition: 0.1s background-color ease, 0.1s color ease;
}
body .gravity-theme.ui-datepicker a.ui-state-default.ui-state-hover {
  background-color: #98ECB7;
  color: #ffffff;
}
body .gravity-theme.ui-datepicker .ui-state-disabled {
  opacity: 0.5;
  text-align: center;
}
body .gravity-theme.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  margin-left: 1.5em;
}
body .gravity-theme.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-right: 1.5em;
}
body .gravity-theme.ui-datepicker .ui-datepicker-next,
body .gravity-theme.ui-datepicker .ui-datepicker-prev {
  top: 10px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-prev {
  left: 15px;
}
body .gravity-theme.ui-datepicker .ui-datepicker-next {
  right: 15px;
}
body .gfield input[type=text],
body .gfield input[type=email],
body .gfield input[type=url],
body .gfield input[type=password],
body .gfield input[type=search],
body .gfield input[type=number],
body .gfield input[type=tel],
body .gfield input[type=range],
body .gfield input[type=date],
body .gfield input[type=month],
body .gfield input[type=week],
body .gfield input[type=time],
body .gfield input[type=datetime],
body .gfield input[type=datetime-local],
body .gfield input[type=color],
body .gfield select,
body .gfield textarea {
  width: 100%;
}
body .gf_placeholder {
  font-family: EBGaramondItalicVariable;
}
body .gform_footer {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .gform_footer br {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 6em;
}
body .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 10em;
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 14em;
}
@media screen and (min-width: 641px) {
  body .gfmc-container {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}

/* WooCommerce
--------------------------------------------- */
.tax-product_cat .site-main,
.post-type-archive-product .site-main {
  background-color: #F4F9F2;
}
.tax-product_cat .site-main > .wrapper,
.post-type-archive-product .site-main > .wrapper {
  padding-top: 2em;
  padding-bottom: 3em;
}

.tax-product_brand .site-main > .wrapper {
  padding-top: 2em;
  padding-bottom: 3em;
}

body .wc-block-components-sidebar-layout {
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 1em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  body .wc-block-components-sidebar-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body .wc-block-components-sidebar-layout .wc-block-components-sidebar,
body .wc-block-components-sidebar-layout .wc-block-components-main {
  padding: 1em 2em;
  background-color: #ffffff;
  border-radius: 0.5em;
  -ms-flex-item-align: start;
      align-self: start;
}
body .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  width: 22em;
}
@media screen and (max-width: 1280px) {
  body .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 100%;
  }
}
body .wc-block-components-sidebar-layout .wc-block-components-main {
  width: calc(100% - 24em);
}
@media screen and (max-width: 1280px) {
  body .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
  }
}

.woocommerce-password-strength {
  margin-top: 0.3em;
}

.password-input {
  display: block;
  position: relative;
}
.password-input .show-password-input {
  position: absolute;
  top: 50%;
  right: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 0.8em;
  background-color: transparent;
  width: 1em;
  height: 1em;
  border-radius: 0.2em;
  background-image: url("../img/eye-closed.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  outline: 0;
  border: 0;
}
.password-input .show-password-input.display-password {
  background-image: url("../img/eye-open.svg");
}

.more-products-container {
  background-color: #F4F9F2;
  padding: 5em 0;
}
@media screen and (max-width: 1680px) {
  .more-products-container .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 920px) {
  .more-products-container {
    padding: 3em 0;
  }
}

.more-products {
  display: grid;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
  grid-template-columns: repeat(6, minmax(12em, 1fr));
}
@media screen and (max-width: 1680px) {
  .more-products {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.more-products.has-not-enough-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1680px) {
  .more-products.has-not-enough-products {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.more-products.has-not-enough-products::-webkit-scrollbar, .more-products.has-not-enough-products::-webkit-scrollbar-button {
  display: none;
}
.more-products.has-not-enough-products .tease-product {
  width: calc((100% - 2.5em) / 6);
}
@media screen and (max-width: 1680px) {
  .more-products.has-not-enough-products .tease-product {
    width: 12em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 1680px) {
  .more-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    scroll-behavior: smooth;
  }
  .more-products::-webkit-scrollbar, .more-products::-webkit-scrollbar-button {
    display: none;
  }
  .more-products .tease-product {
    width: 12em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.more-products-title {
  margin-top: 0;
  text-align: center;
  font-size: 3em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 920px) {
  .more-products-title {
    font-size: 2em;
  }
}

.more-products-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1em;
     -moz-column-gap: 0.1em;
          column-gap: 0.1em;
  line-height: 1em;
}
.price ins {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: transparent;
}
.price del {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #E26D8C;
  text-decoration-color: #E26D8C;
  font-size: 0.8em;
}

.woocommerce-info {
  background-color: #A1B5F1;
  color: #014A37;
  padding: 1em 1.5em;
  border-radius: 0.5em;
}
.woocommerce-info .button {
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-weight: 400;
  text-decoration: underline;
  color: #014A37;
}
.woocommerce-info .button:visited {
  color: #014A37;
}
.woocommerce-info:focus-visible {
  outline: 0;
}

.woocommerce-message {
  background-color: #98ECB7;
  color: #014A37;
  padding: 1em 1.5em;
  border-radius: 0.5em;
}
.woocommerce-message .button {
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-weight: 400;
  text-decoration: underline;
  color: #014A37;
}
.woocommerce-message .button:visited {
  color: #014A37;
}
.woocommerce-message:focus-visible {
  outline: 0;
}

.woocommerce-error {
  background-color: #E26D8C;
  color: #ffffff;
  padding: 1em;
  border-radius: 0.5em;
}
.woocommerce-error .button {
  border: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-weight: 400;
  text-decoration: underline;
  color: #ffffff;
}
.woocommerce-error .button:visited {
  color: #ffffff;
}
.woocommerce-error:focus-visible {
  outline: 0;
}

.woocommerce-notices-wrapper li {
  list-style: none;
}

.widget_shopping_cart_content {
  width: 22em;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(1, 74, 55, 0.2);
  padding: 1.2rem 1rem 1rem 1rem;
  line-height: 1.2em;
  border-radius: 10px;
  cursor: auto;
  color: #014A37;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center;
}
.widget_shopping_cart_content a {
  text-decoration: none;
}
.widget_shopping_cart_content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid rgba(1, 74, 55, 0.2);
  margin-top: 1rem;
  padding-top: 0.5rem;
}
.widget_shopping_cart_content .buttons .button {
  padding: 0;
  border: 0;
  margin-top: 0.5rem;
  color: #014A37;
  font-weight: 500;
  font-size: 0.8rem;
  border-radius: 5px;
  background-color: transparent;
}
.widget_shopping_cart_content .buttons .button:visited {
  color: #014A37;
}
.widget_shopping_cart_content .buttons .button:focus, .widget_shopping_cart_content .buttons .button:hover {
  color: #014A37;
  background-color: transparent;
}
.widget_shopping_cart_content .mini_cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.5rem;
}
.widget_shopping_cart_content .mini_cart_item .remove {
  margin-top: 0.35rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1rem;
  display: inline-block;
  background-color: red;
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.widget_shopping_cart_content .mini_cart_item .product-name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.widget_shopping_cart_content .mini_cart_item .product-name .product-name-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1em;
}
.widget_shopping_cart_content .mini_cart_item .product-name img {
  border: 1px solid rgba(1, 74, 55, 0.2);
  width: 1.6rem;
  height: 1.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 3px;
}
.widget_shopping_cart_content .mini_cart_item .quantity {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 0.35rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: rgba(1, 74, 55, 0.7);
}

.brand-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0 4em 0;
}
.brand-info .brand-image img {
  height: 10em;
  width: auto;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .brand-info .brand-image img {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 500px) {
  .brand-info .brand-image img {
    font-size: 1rem;
  }
}
.brand-info .brand-description {
  color: #005945;
  text-align: center;
  max-width: 40em;
  margin: 0 auto;
}
.brand-info .brand-description > *:first-child {
  margin-top: 0;
}
.brand-info .brand-description > *:last-child {
  margin-bottom: 0;
}
.brand-info .brand-description .brand-title {
  font-size: 1.6em;
}
@media screen and (max-width: 1280px) {
  .brand-info .brand-description {
    font-size: 0.9em;
  }
}
.brand-info .brand-categories-container {
  margin-top: 4em;
}
.brand-info .brand-categories-container > *:first-child {
  margin-top: 0;
}
.brand-info .brand-categories-container > *:last-child {
  margin-bottom: 0;
}
.brand-info .brand-categories-container .brand-categories-title {
  text-align: center;
}
.brand-info .brand-categories-container .brand-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 2em;
  margin-top: 1em;
}
.brand-info .brand-categories-container .brand-categories .brand-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  row-gap: 0.5em;
}
.brand-info .brand-categories-container .brand-categories .brand-category .brand-category-icon {
  border-radius: 50%;
  width: 6em;
  height: 6em;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1280px) {
  .brand-info .brand-categories-container .brand-categories .brand-category .brand-category-icon {
    width: 5em;
    height: 5em;
  }
}
@media screen and (max-width: 920px) {
  .brand-info .brand-categories-container .brand-categories .brand-category .brand-category-icon {
    width: 4em;
    height: 4em;
  }
}
.brand-info .brand-categories-container .brand-categories .brand-category .brand-category-icon svg, .brand-info .brand-categories-container .brand-categories .brand-category .brand-category-icon img {
  height: 56%;
  width: auto;
}
.brand-info .brand-categories-container .brand-categories .brand-category .brand-category-icon svg [fill], .brand-info .brand-categories-container .brand-categories .brand-category .brand-category-icon img [fill] {
  fill: #014A37;
}
.brand-info .brand-categories-container .brand-categories .brand-category .brand-category-icon svg [stroke], .brand-info .brand-categories-container .brand-categories .brand-category .brand-category-icon img [stroke] {
  stroke: #014A37;
}
.brand-info .brand-categories-container .brand-categories .brand-category:hover .brand-category-icon {
  background-color: #98ECB7;
}

.brand-info-container {
  background-color: #ffffff;
}

.tease-product {
  background-color: #ffffff;
  border-radius: 1em;
  padding: 0.5em 0.5em 1em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1em;
  -webkit-transition: 0.1s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
}
.tease-product .product-thumbnail {
  text-decoration: none;
  aspect-ratio: 1;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.tease-product .product-thumbnail .onsale {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  background-color: #E26D8C;
  font-weight: 600;
  line-height: 1em;
  padding: 0.25em 0.4em 0.2em 0.4em;
  font-size: 0.8em;
  border-radius: 7px;
  color: #ffffff;
}
.tease-product .product-thumbnail .placeholder-thumbnail {
  aspect-ratio: 1;
}
.tease-product .product-thumbnail > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tease-product .product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  padding: 0 0.3em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.tease-product .product-details .product-intro {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tease-product .product-details .product-intro .product-title {
  font-weight: 400;
  margin: 0;
  font-size: 0.9em;
}
@media screen and (max-width: 920px) {
  .tease-product .product-details .product-intro .product-title {
    font-size: 0.8em;
  }
}
.tease-product .product-details .product-intro .product-title a {
  text-decoration: none;
}
.tease-product .product-details .price {
  font-size: 0.9em;
}
@media screen and (max-width: 920px) {
  .tease-product .product-details .price {
    font-size: 0.8em;
  }
}
.tease-product .product-details .product-actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.4em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tease-product .product-details .product-actions .added_to_cart.wc-forward {
  display: none;
}
.tease-product .product-details .product-actions .button {
  padding: 0;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  position: relative;
  background-color: #98ECB7;
  border-color: #98ECB7;
  color: #014A37;
}
.tease-product .product-details .product-actions .button svg {
  height: 100%;
  width: auto;
  -webkit-transition: 0.1s -webkit-transform ease-in-out;
  transition: 0.1s -webkit-transform ease-in-out;
  transition: 0.1s transform ease-in-out;
  transition: 0.1s transform ease-in-out, 0.1s -webkit-transform ease-in-out;
}
.tease-product .product-details .product-actions .button .add-to-cart-icon,
.tease-product .product-details .product-actions .button .added-to-cart-icon,
.tease-product .product-details .product-actions .button .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 42%;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.1s scale ease-in-out;
  transition: 0.1s scale ease-in-out;
  opacity: 0;
}
.tease-product .product-details .product-actions .button .add-to-cart-icon {
  opacity: 1;
  height: 50%;
}
.tease-product .product-details .product-actions .button .added-to-cart-icon {
  opacity: 0;
  height: 30%;
}
.tease-product .product-details .product-actions .button .added-to-cart-icon svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.tease-product .product-details .product-actions .button .loading-icon {
  opacity: 0;
  height: 50%;
}
.tease-product .product-details .product-actions .button:focus {
  outline: 0;
}
.tease-product .product-details .product-actions .button:hover {
  background-color: #014A37;
  border-color: #014A37;
  color: #98ECB7;
}
.tease-product .product-details .product-actions .button:hover svg path {
  stroke: #98ECB7;
}
.tease-product .product-details .product-actions .button.loading {
  background-color: #999;
  border-color: #999;
  color: #ffffff;
  pointer-events: none;
}
.tease-product .product-details .product-actions .button.loading svg {
  fill: #ffffff;
}
.tease-product .product-details .product-actions .button.loading svg path {
  stroke: 0;
}
.tease-product .product-details .product-actions .button.loading .add-to-cart-icon {
  opacity: 0;
}
.tease-product .product-details .product-actions .button.loading .add-to-cart-icon svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.tease-product .product-details .product-actions .button.loading .loading-icon {
  opacity: 1;
}
.tease-product .product-details .product-actions .button.loading .loading-icon svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.tease-product .product-details .product-actions .button.added {
  background-color: #A1B5F1;
  border-color: #A1B5F1;
  color: #014A37;
}
.tease-product .product-details .product-actions .button.added svg path {
  stroke: #ffffff;
}
.tease-product .product-details .product-actions .button.added:hover {
  background-color: #A1B5F1;
  border-color: #A1B5F1;
  color: #014A37;
}
.tease-product .product-details .product-actions .button.added:hover svg path {
  stroke: #ffffff;
}
.tease-product .product-details .product-actions .button.added .add-to-cart-icon {
  opacity: 0;
}
.tease-product .product-details .product-actions .button.added .added-to-cart-icon {
  opacity: 1;
}
.tease-product .product-details .product-actions .button.added .added-to-cart-icon svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.tease-product .product-details .product-actions:hover .added_to_cart.wc-forward {
  opacity: 1;
  bottom: 3.3rem;
  pointer-events: auto;
}

.single-product-container {
  display: grid;
  grid-template-columns: 4fr 3fr;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  row-gap: 2em;
  margin: 1em 0 3em 0;
}
@media screen and (max-width: 920px) {
  .single-product-container {
    grid-template-columns: 1fr;
    margin-bottom: 2em;
  }
}
.single-product-container .single-product-gallery {
  padding-right: max(1em, 10%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5em;
}
@media screen and (max-width: 1280px) {
  .single-product-container .single-product-gallery {
    padding-right: max(1em, 5%);
  }
}
@media screen and (max-width: 920px) {
  .single-product-container .single-product-gallery {
    padding-right: 0;
  }
}
.single-product-container .single-product-gallery .current-image {
  aspect-ratio: 1;
}
.single-product-container .single-product-gallery .current-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.single-product-container .single-product-gallery a {
  display: inline-block;
  border: 1px solid #F8F8F8;
  border-radius: 0.5em;
  overflow: hidden;
}
.single-product-container .single-product-gallery img {
  vertical-align: middle;
}
.single-product-container .single-product-gallery .product-gallery {
  display: grid;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
  grid-template-columns: repeat(5, 1fr);
}

.single-product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 0.5em;
  margin: 1em 0;
}

.single-product-details .cart,
.single-product-details .woocommerce-variation-add-to-cart {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.single-product-details .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-color: #005945;
  background-color: #005945;
  color: #98ECB7;
  line-height: 1em;
  padding: 0.5em 1em 0.5em 1em;
  -webkit-transition: 0.1s color ease, 0.1s background-color ease-out, 0.1s border-color ease-out;
  transition: 0.1s color ease, 0.1s background-color ease-out, 0.1s border-color ease-out;
  border-radius: 999em 999em 999em 0;
  font-weight: 700;
}
.single-product-details .quantity input {
  width: 3em;
  color: #98ECB7;
  font-weight: 700;
  text-align: center;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.single-product-details .quantity input:focus {
  border-color: #98ECB7;
}
.single-product-details .quantity .quantity-button {
  padding: 0;
  background-color: #98ECB7;
  color: #005945;
  border-radius: 50%;
  cursor: pointer;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  line-height: 1em;
  display: grid;
  place-items: center;
  -webkit-transition: 0.1s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
  border: 1px solid #98ECB7;
  font-weight: 700;
}
.single-product-details .quantity .quantity-button:disabled {
  opacity: 0.5;
  border: 1px solid #98ECB7;
}

.product-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-product-details-top {
  border-bottom: 2px solid #005945;
}
.single-product-details-top .entry-title {
  margin-top: 0;
}

.meta-item a {
  text-decoration: none;
}

.meta-item-title {
  margin-right: 0.3em;
}

.product-share-title,
.meta-item-title {
  font-family: EBGaramondItalicVariable;
  font-weight: 700;
}

.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
  list-style: none;
  padding: 0 0.6em;
  margin: 1em 0;
}
.wc-tabs a {
  text-decoration: none;
}
.wc-tabs li {
  position: relative;
}
.wc-tabs li::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 100%;
  background-color: #E26D8C;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.1s opacity ease-in-out;
  transition: 0.1s opacity ease-in-out;
}
.wc-tabs li.active {
  font-weight: 700;
  font-family: EBGaramondItalicVariable;
}
.wc-tabs li.active::before {
  opacity: 1;
}

.woocommerce-Tabs-panel {
  margin: 1.5em 0 1em 0;
}
.woocommerce-Tabs-panel h1, .woocommerce-Tabs-panel h2, .woocommerce-Tabs-panel h3, .woocommerce-Tabs-panel h4, .woocommerce-Tabs-panel h5, .woocommerce-Tabs-panel h6 {
  font-size: 1em;
}

.woocommerce-product-attributes p {
  margin: 0;
}

.variations {
  width: 100%;
}
.variations .reset_variations {
  display: none !important;
}
.variations th, .variations td {
  padding: 0;
  background-color: transparent;
  color: #005945;
  vertical-align: middle;
}
.variations label {
  margin: 0;
}
.variations .label {
  padding-right: 0.5em;
}
.variations .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
}

.woocommerce-variation-price {
  margin: 1em 0;
}

.single_variation_wrap {
  width: 100%;
}

.woocommerce-account em {
  font-family: BricolageGrotesqueVariable;
  font-style: normal;
  margin-top: 0.5em;
  font-size: 0.7em;
  font-weight: 400;
  display: inline-block;
}
.woocommerce-account .site-main > .wrapper {
  padding-bottom: 3em;
}
@media screen and (max-width: 920px) {
  .woocommerce-account .site-main > .wrapper {
    padding-bottom: 2em;
  }
}
.woocommerce-account mark {
  display: inline-block;
  padding: 0.1em;
  background-color: #98ECB7;
  color: #014A37;
  border-radius: 0.2em;
}
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 16em 1fr;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  row-gap: 1em;
}
@media screen and (max-width: 920px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
}
.woocommerce-account .woocommerce table {
  width: 100%;
}
.woocommerce-account .woocommerce .my-account-navigation {
  padding: 1em 1em;
  background-color: #ffffff;
  border-radius: 0.5em;
  -ms-flex-item-align: start;
      align-self: start;
}
.woocommerce-account .woocommerce .my-account-navigation .woocommerce-MyAccount-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 0.35em;
  margin-bottom: 0.2em;
}
.woocommerce-account .woocommerce .my-account-navigation .woocommerce-MyAccount-navigation-link:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce .my-account-navigation .woocommerce-MyAccount-navigation-link .endpoint-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  display: grid;
  place-items: center;
}
.woocommerce-account .woocommerce .my-account-navigation .woocommerce-MyAccount-navigation-link .endpoint-icon svg {
  height: 1em;
  width: auto;
}
.woocommerce-account .woocommerce .my-account-navigation .woocommerce-MyAccount-navigation-link:hover {
  background-color: #98ECB7;
}
.woocommerce-account .woocommerce .my-account-navigation .woocommerce-MyAccount-navigation-link.is-active {
  background-color: #F4F9F2;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  padding: 1em 2em;
  background-color: #ffffff;
  border-radius: 0.5em;
  -ms-flex-item-align: start;
      align-self: start;
}
.woocommerce-account.my-account-login .woocommerce {
  display: block;
  padding: 1em 2em;
  background-color: #ffffff;
  border-radius: 0.5em;
  -ms-flex-item-align: start;
      align-self: start;
}

.woocommerce-checkout .site-main > .wrapper {
  padding-bottom: 3em;
}
@media screen and (max-width: 920px) {
  .woocommerce-checkout .site-main > .wrapper {
    padding-bottom: 2em;
  }
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
  padding-top: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  background-color: #005945;
  border-color: #005945;
  border-radius: 1.6em 1.6em 1.6em 0;
  font-weight: 600;
  color: #98ECB7;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border: 0;
  -webkit-transition: 0.1s background-color ease-in-out, 0.1s border-color ease-in-out, 0.1s color ease-in-out;
  transition: 0.1s background-color ease-in-out, 0.1s border-color ease-in-out, 0.1s color ease-in-out;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
  background-color: #98ECB7;
  border-color: #98ECB7;
  color: #014A37;
}
@media screen and (max-width: 1280px) {
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 1280px) {
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.woocommerce-order-received .woocommerce {
  padding: 1em 2em;
  background-color: #ffffff;
  border-radius: 0.5em;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #005945;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #005945;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  text-align: center;
  margin-bottom: 1.5em;
}

.xdebug-error,
.xdebug-var-dump {
  position: relative;
  z-index: 9999999;
}

/*# sourceMappingURL=main.min.ddcf1ce281323da01daf.css.map*/