@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,62..125,100..900;1,62..125,100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1350px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle {
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  border: none;
  padding: 0;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
}
@media screen and (min-width: 1024px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1024px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Archivo", sans-serif;
  color: #534741;
  font-size: 20px;
  font-weight: 400;
}
body:not(:has(.layout-hero)) {
  padding: 80px 0 0;
}
@media screen and (min-width: 1024px) {
  body:not(:has(.layout-hero)) {
    padding: 128px 0 0;
  }
}
header .skip {
  color: #ffffff;
  background-color: #2a2728;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-size: 1.75rem;
  line-height: 1.067;
  font-weight: 800;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}
h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #7ac943;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 1rem;
  font-weight: 800;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 2rem;
  }
}
p:not(:has(strong a)),
li,
.text:not(:has(p)) {
  line-height: 1.5 !important;
}
a,
button,
select,
.up,
.full-search-toggle {
  cursor: pointer;
}
strong {
  font-weight: 800;
}
strong a,
a strong {
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #7ac943;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.25s ease;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  strong a,
  a strong {
    padding: .75rem 1.5rem;
  }
}
strong a:hover,
a strong:hover {
  color: #8c8377;
  background: linear-gradient(to right, #ffffff, #ffffff);
  border-color: #8c8377;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(42, 39, 40, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.address {
  margin-bottom: 10px;
}
.address p {
  margin: 0;
  font-size: 1em;
}
.social-pages a {
  background: white;
  border: 1px solid #ffffff;
  color: #534741;
  width: 40px;
  height: 40px;
  padding: 9px 11px !important;
  border-radius: 4px;
}
.social-pages a::before {
  display: none !important;
}
.social-pages a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none !important;
}
.social-pages a span {
  display: none;
}
.shape {
  position: absolute !important;
  width: 66%;
  z-index: 9;
  height: 33px;
}
.shape:before {
  content: '';
  height: 100%;
  width: 50%;
  position: absolute;
  background-color: #ffffff;
}
.shape.top {
  top: -1px;
}
.shape.top:before {
  top: 0;
}
.shape.bottom {
  bottom: -1px;
}
.shape.bottom:before {
  bottom: 0;
}
.shape.right {
  right: 0;
}
.shape.right:before {
  left: 0;
  width: 100vw;
  transform: skew(68deg);
}
.shape.left {
  left: 0;
}
.shape.left:before {
  width: 100vw;
  right: 0;
  transform: skew(68deg);
}
.shape.small {
  width: 25%;
}
.shape svg path {
  fill: white;
}
.layout-header header {
  background-color: #ffffff;
  box-shadow: 0 0 1.25rem rgba(42, 39, 40, 0.2);
}
.layout-header header .shape {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-header header .shape {
    display: block;
    width: 30vw;
    transition: all 0.25s ease;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .shape {
    width: 35vw;
  }
}
.layout-header header .shape::before {
  height: 100%;
  width: 100vw;
  left: auto;
  right: 0;
  transform: skew(-68deg);
}
.layout-header header .shape.bottom {
  bottom: -33px;
}
.layout-header header .shape svg {
  display: none;
}
.layout-header header,
.layout-header header .container {
  height: 80px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1024px) {
  .layout-header header,
  .layout-header header .container {
    height: 128px;
  }
}
.layout-header header .container .home {
  left: 1rem;
  height: 75%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .home {
    left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header header .container .home {
    height: 75%;
    top: 60%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .container .home {
    height: 115px;
    top: 60%;
    z-index: 10;
  }
}
.layout-header header .container .home svg {
  height: 100%;
  width: 100%;
}
.layout-header header .container .home svg .cls-2,
.layout-header header .container .home svg .cls-3 {
  display: inline-block;
  transition: all 0.25s ease;
}
.layout-header header .container .home:hover polygon.cls-2 {
  transform: translateY(3.25rem);
}
.layout-header header .container .home:hover polygon.cls-3 {
  transform: translateY(-3.25rem);
}
.layout-header header .container nav {
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.layout-header header .container nav .menu {
  gap: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu {
    gap: 1.75rem;
  }
}
.layout-header header .container nav .menu li a {
  color: #534741;
  padding: .75rem .5rem;
  text-transform: uppercase;
  transition: all 0.25s ease;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  width: max-content;
  position: relative;
}
.layout-header header .container nav .menu li a::before,
.layout-header header .container nav .menu li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #7ac943;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu li a::before {
  top: 0;
}
.layout-header header .container nav .menu li a::after {
  bottom: 0;
}
.layout-header header .container nav .menu li a:hover {
  color: #7ac943;
}
.layout-header header .container nav .menu li a:hover::before,
.layout-header header .container nav .menu li a:hover::after {
  width: 100%;
}
.layout-header header .container nav .menu li.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-header header .container nav .menu li.menu-item-has-children::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/caret-down-taupe.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transform: none;
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: -100vh;
  width: max-content;
  background-color: #ffffff;
  border: 1px solid #8c8377;
  padding: 1rem;
  border-radius: .5rem;
  opacity: 0;
  transition: opacity 250ms 125ms ease-in;
}
.layout-header header .container nav .menu li.menu-item-has-children .sub-menu li a {
  color: #534741;
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu li.menu-item-has-children .sub-menu li a:hover {
  color: #7ac943;
}
.layout-header header .container nav .menu li.menu-item-has-children .sub-menu li:not(:last-child) {
  margin: 0 0 1rem;
}
.layout-header header .container nav .menu li.menu-item-has-children:hover::after {
  transform: rotate(-180deg);
}
.layout-header header .container nav .menu li.menu-item-has-children:hover .sub-menu {
  top: 100%;
  opacity: 1;
}
.layout-header header .container .full-menu-toggle {
  right: 1rem;
  color: #7ac943;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .full-menu-toggle {
    right: 2rem;
  }
}
.layout-header header .container .contact {
  display: none;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .layout-header header .container .contact {
    display: flex;
    align-items: center;
    color: #ffffff;
    background: #7ac943;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: .75rem 1rem;
    width: fit-content;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    font-size: 14px;
    right: 2rem;
    padding: .75rem 1.25rem;
    transition: all 0.25s ease;
  }
  .layout-header header .container .contact:hover {
    color: #8c8377;
    background: linear-gradient(to right, #ffffff, #ffffff);
    border-color: #8c8377;
  }
  .layout-header header .container .contact:active {
    opacity: .9;
    transform: scale(0.98);
    box-shadow: 1px 1px 8px rgba(42, 39, 40, 0.3);
  }
}
@media screen and (min-width: 1024px) and screen and (min-width: 1024px) {
  .layout-header header .container .contact {
    padding: .75rem 1.5rem;
  }
}
.layout-header .full-menu {
  padding: 2rem 0 0;
  background-color: #ffffff;
}
.layout-header .full-menu .container nav .menu li > a {
  font-size: 1.25rem;
  color: #534741;
  padding: .25rem .5rem;
}
.layout-header .full-menu .container nav .menu li > a .toggle {
  background-color: transparent;
  border-color: transparent;
  transform: none;
  transition: all 0.25s ease;
}
.layout-header .full-menu .container nav .menu li .sub-menu {
  margin: 0 0 0 1rem;
}
.layout-header .full-menu .container nav .menu li .sub-menu li a {
  padding: .25rem .5rem;
}
.layout-header .full-menu .container nav .menu li.unfolded a .toggle {
  transform: rotate(-180deg);
}
.layout-header .full-menu .container .contact {
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #7ac943;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.25s ease;
  font-size: 16px;
  margin: 2rem auto 0;
}
@media screen and (min-width: 1024px) {
  .layout-header .full-menu .container .contact {
    padding: .75rem 1.5rem;
  }
}
.layout-header .full-menu .container .contact:hover {
  color: #8c8377;
  background: linear-gradient(to right, #ffffff, #ffffff);
  border-color: #8c8377;
}
.layout-header .full-menu .container .contact:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(42, 39, 40, 0.3);
}
.full-menu-open .layout-header .full-menu {
  top: 80px;
}
.scrolled:not(.full-menu-open) .layout-header header {
  box-shadow: 0 0 1.5rem rgba(42, 39, 40, 0.5);
}
.layout-usps {
  color: #534741;
  padding: 2rem 0;
}
.layout-usps .container {
  max-width: 850px;
  text-align: center;
}
.layout-usps .container .quote {
  text-align: center;
  font-size: 1.5em;
  font-weight: 100;
  font-style: italic;
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 1024px) {
  .layout-usps .container .quote {
    font-size: 3em;
  }
}
.layout-usps .container .usps {
  justify-content: center;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps {
    display: flex;
    gap: 2em;
  }
}
.layout-usps .container .usps li {
  padding: 20px 5px;
  border-top: 1px solid #7ac943;
  border-bottom: 1px solid #7ac943;
  margin-bottom: 10px;
  font-style: italic;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps li {
    width: 23%;
  }
}
.layout-pagesfeatured {
  color: #534741;
  padding: 2rem 0;
}
.layout-pagesfeatured .container {
  max-width: 850px;
  text-align: center;
}
.layout-pagesfeatured .container .title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 100;
  font-style: italic;
  padding: 1rem 0 2rem;
  color: #534741;
}
@media screen and (min-width: 1024px) {
  .layout-pagesfeatured .container .title {
    font-size: 3em;
  }
}
.layout-pagesfeatured .container .pages {
  justify-content: center;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages {
    display: flex;
    gap: 2em;
  }
}
.layout-pagesfeatured .container .pages li {
  padding: 20px 5px;
  border-top: 1px solid #7ac943;
  border-bottom: 1px solid #7ac943;
  margin-bottom: 10px;
  font-style: italic;
}
@media screen and (min-width: 810px) {
  .layout-pagesfeatured .container .pages li {
    width: 23%;
  }
}
.layout-footercta {
  background-color: #7ac943;
  color: #534741;
  padding: 6rem 0 3.5rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .layout-footercta {
    padding: 8.75rem 0 3rem;
  }
}
.layout-footercta .shape {
  width: 72%;
}
.layout-footercta .shape.bottom {
  bottom: -33px;
  width: 30%;
}
.layout-footercta .shape.bottom:before {
  background-color: #7ac943;
  width: 100vw;
  left: 0;
  transform: skew(68deg);
}
.layout-footercta .shape svg {
  display: none;
}
.layout-footercta .container {
  max-width: 740px;
  text-align: center;
}
.layout-footercta .container .text {
  text-align: center;
}
.layout-footercta .container .text h3 {
  font-size: 1.5em;
  font-weight: 800;
  color: #534741;
  line-height: 1;
}
@media screen and (min-width: 810px) {
  .layout-footercta .container .text h3 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .layout-footercta .container .text h3 {
    font-size: 36px;
  }
}
.layout-footercta .container .text h3 em {
  font-style: normal;
  color: #fffbfe;
}
.layout-footercta .container .text p:not(:has(strong)) {
  font-size: 16px;
  margin: 30px 0 25px;
}
.layout-footercta .container .text strong a,
.layout-footercta .container .text a strong {
  margin-top: 35px;
  display: inline-block;
  background-color: #534741;
  color: #fffbfe;
  font-size: 18px;
  padding: 1rem 4rem;
}
.layout-footercta .container .text strong a:hover,
.layout-footercta .container .text a strong:hover {
  color: #534741;
  background-color: #fffbfe;
}
.layout-footercta .container .links li a {
  display: flex;
  align-items: center;
  color: #fffbfe;
  background: #534741;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.25s ease;
  font-size: 16px;
  margin: 35px auto 0;
  font-size: 18px;
  padding: 1rem 4rem !important;
}
@media screen and (min-width: 1024px) {
  .layout-footercta .container .links li a {
    padding: .75rem 1.5rem;
  }
}
.layout-footercta .container .links li a:hover {
  color: #8c8377;
  background: linear-gradient(to right, #ffffff, #ffffff);
  border-color: #8c8377;
}
.layout-footercta .container .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(42, 39, 40, 0.3);
}
.layout-footercta:is(main:has(.layout-imageandtext:is(.layout:last-of-type)) + .layout-footercta) .container .shape.top {
  display: none;
}
.layout-footer {
  background-color: #2a2728;
  background-image: url('../images/back-pattern.png');
  background-size: 100px;
  padding: 4rem 0 0;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-footer {
    padding: 6rem 0 0;
  }
}
.layout-footer .container .upper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1580px;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .upper {
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .upper {
    align-items: center;
    grid-template-columns: 140px 1fr 140px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .upper .logo-and-info {
    position: relative;
  }
}
.layout-footer .container .upper .logo-and-info .home {
  height: 50px;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .upper .logo-and-info .home {
    height: 80px;
    width: 140px;
  }
}
.layout-footer .container .upper .logo-and-info .home svg {
  height: 100%;
  width: 100%;
}
.layout-footer .container .upper .logo-and-info .home svg g path:not(#path22) {
  fill: #ffffff !important;
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .upper .top-menu {
    width: fit-content;
    justify-self: center;
  }
}
.layout-footer .container .upper .top-menu ul {
  gap: 2em;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .upper .top-menu ul {
    display: flex;
    justify-content: center;
  }
}
.layout-footer .container .upper .top-menu ul li a {
  font-size: 0.85em;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.layout-footer .container .upper .top-menu ul li a:hover {
  text-decoration-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .upper .social .social-pages li {
    margin: 0 0 0 auto;
    display: block;
    width: fit-content;
  }
}
.layout-footer .container .upper .social .social-pages li a {
  transition: all 0.25s ease;
}
.layout-footer .container .lower {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  max-width: 1450px;
  font-size: 0.75em;
  font-weight: 400;
  margin: 2rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .lower {
    grid-template-columns: 1fr 1fr auto;
    gap: 1rem;
    align-items: center;
  }
}
.layout-footer .container .lower .contact-info {
  width: fit-content;
  padding: 1rem 0;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .lower .contact-info::before {
  content: "";
  display: block;
  width: 1000vw;
  height: 100%;
  background-color: #534741;
  position: absolute;
  top: 0;
  right: -6rem;
  transform: skew(60deg);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .lower .contact-info::before {
    right: -7rem;
  }
}
.layout-footer .container .lower .contact-info .address .street-postalcode-and-place {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.layout-footer .container .lower .contact-info .address .street-postalcode-and-place p:first-of-type {
  position: relative;
}
.layout-footer .container .lower .contact-info .address .street-postalcode-and-place p:first-of-type::after {
  content: "";
  display: block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
.layout-footer .container .lower .contact-info .email span {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.25s ease;
}
.layout-footer .container .lower .contact-info .email:hover span {
  text-decoration-color: #ffffff;
}
.layout-footer .container .lower .copyright-menu {
  text-align: center;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .lower .copyright-menu {
    justify-self: end;
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .lower .copyright-menu {
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .lower .copyright-menu .copyright {
    position: relative;
    width: max-content;
  }
}
@media screen and (min-width: 1024px) {
  .layout-footer .container .lower .copyright-menu .copyright::after {
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
  }
}
.layout-footer .container .lower .copyright-menu .footer-menu nav .menu {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.layout-footer .container .lower .copyright-menu .footer-menu nav .menu a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.25s ease;
}
.layout-footer .container .lower .copyright-menu .footer-menu nav .menu a:hover {
  text-decoration-color: #ffffff;
}
.layout-footer .container .lower .copyright-menu .footer-menu nav .menu li:not(:last-of-type) {
  position: relative;
}
.layout-footer .container .lower .copyright-menu .footer-menu nav .menu li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: -1rem;
  transform: translateY(-50%);
}
.layout-copyright {
  background-color: #2a2728;
  color: #ffffff;
  font-weight: 500;
}
.layout-copyright .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  max-width: 1450px;
  font-size: 0.75em;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container {
    grid-template-columns: 1fr 1fr auto;
    gap: 1rem;
    align-items: center;
  }
}
.layout-copyright .container .copyright-menu {
  text-align: right;
}
.layout-copyright .container .copyright-menu > div {
  display: inline-block;
}
.layout-copyright .container .copyright-menu > div li {
  display: inline-block;
}
.layout-copyright .container .copyright-menu > div li a:hover {
  text-decoration: underline;
}
.layout-hero {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  color: #ffffff;
  position: relative;
}
.layout-hero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero .image {
  position: relative;
  isolation: isolate;
  z-index: 1;
  height: 400px;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #2a2728, transparent);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-hero .image::before {
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-hero .image {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-hero .image {
    height: 610px;
  }
}
.home .layout-hero .shape {
  height: 37px;
}
.home .layout-hero .shape::before {
  width: 100vw;
  height: 100%;
  left: auto;
  right: 0;
  transform: skew(68deg);
}
.home .layout-hero .shape svg {
  display: none;
}
.home .layout-hero .image {
  height: 500px;
}
@media screen and (min-width: 810px) {
  .home .layout-hero .image {
    height: 800px;
  }
}
@media screen and (min-width: 1660px) {
  .home .layout-hero .image {
    height: 930px;
  }
}
.layout-hero .text-and-links {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
  max-width: 1350px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-block: 2rem;
  align-self: end;
  margin: 0 auto 2rem;
}
@media (min-width: 810px) {
  .layout-hero .text-and-links {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-hero .text-and-links {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links {
    margin: 0 auto 10rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-links .text {
    margin: 8.75rem 0 0;
    max-width: 522px;
  }
}
.layout-hero .text-and-links .text p {
  font-weight: 800;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links .text p {
    font-size: 1.25rem;
  }
}
.layout-hero .text-and-links .links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links .links {
    margin: 2rem 0;
  }
}
.layout-hero .text-and-links .links li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(to right, #eff8fe, #84d2f6);
  border: 1px solid transparent;
  border-radius: 4px;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.25s ease;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .layout-hero .text-and-links .links li a {
    padding: .75rem 1.5rem;
  }
}
.layout-hero .text-and-links .links li a:hover {
  color: #8c8377;
  background: linear-gradient(to right, #ffffff, #ffffff);
  border-color: #8c8377;
}
.layout-hero .text-and-links .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(42, 39, 40, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-links .links li a {
    min-width: 230px;
    padding: .85rem 1.5rem;
  }
}
.layout-hero .text-and-links .links li:nth-child(even) a {
  background: rgba(255, 255, 255, 0.2);
}
.layout-hero .text-and-links .links li:nth-child(even) a:hover {
  background: #ffffff;
}
.layout-textandimage {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .layout-textandimage {
    padding: 3.5rem 0;
  }
}
.layout-textandimage .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .layout-textandimage .container {
    grid-template-columns: 1fr 1.45fr;
  }
}
.layout-textandimage .container .text {
  height: max-content;
}
@media screen and (min-width: 1024px) {
  .layout-textandimage .container .text {
    padding: 0 4rem 0 0;
    align-self: center;
  }
}
.layout-textandimage .container .text p {
  color: #2a2728;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text p {
    margin: 1.5rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .layout-textandimage .container .text p:has(strong a) a {
    min-width: 230px;
    display: block;
    text-align: center;
  }
}
.layout-textandimage .container .text p,
.layout-textandimage .container .text li {
  font-size: 1rem;
}
.layout-textandimage .container .text ul {
  color: #2a2728;
  margin: 0;
  line-height: 1.7;
  padding-left: 20px;
  list-style: disc;
}
.layout-textandimage .container .image {
  position: relative;
}
@media screen and (max-width: calc(1024px - 1px)) {
  .layout-textandimage .container .image {
    max-height: 240px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-textandimage .container .image {
    height: 445px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-textandimage.position-image_left .container {
    grid-template-columns: 1.45fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .layout-textandimage.position-image_left .container .text {
    order: 2;
    padding: 0 0 0 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage.position-image_left .container .text {
    padding: 0 8rem 0 2.5rem;
  }
}
.layout-textandimage.position-image_left .container .text h2 {
  color: #8c8377;
  font-size: 20px;
  line-height: 1;
}
.layout-textandimage.position-image_left .container .text p,
.layout-textandimage.position-image_left .container .text li {
  color: #2a2728;
  line-height: 1.5;
}
.layout-textandimage.position-image_left .container .text p {
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 1024px) {
  .layout-textandimage.position-image_left .container .image {
    order: 1;
    height: 445px;
  }
}
.layout-textandimage.style-blue {
  background-color: #eff8fe;
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .layout-textandimage.style-blue {
    padding: 3.5rem;
  }
}
.layout-textandimage.title-color-title_green .container .text h2 {
  color: #7ac943;
}
.layout-textandimage.title-color-default .container .text h2 {
  color: #534741;
}
.layout-imageandtext {
  padding: 0 0 2rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .layout-imageandtext {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0;
  }
}
.layout-imageandtext > * {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .layout-imageandtext > * {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
  }
}
.layout-imageandtext .shape svg {
  display: none;
}
.layout-imageandtext.first-after-style-blue .shape.top {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext.first-after-style-blue .shape.top {
    display: block;
  }
}
.layout-imageandtext.first-after-style-blue .shape.top:before {
  background-color: #eff8fe;
  width: 100vw;
  right: auto;
  left: 0;
  transform: skew(68deg);
}
.layout-imageandtext.first-after-style-blue .shape svg {
  display: none;
}
.layout-imageandtext .image {
  height: 100%;
  max-height: 800px;
  position: relative;
}
@media screen and (min-width: 1660px) {
  .layout-imageandtext .image {
    max-height: 920px;
    height: 920px;
  }
}
.layout-imageandtext .text {
  width: 100%;
  margin: 0 auto;
  max-width: 1350px;
  padding-left: 1rem;
  padding-right: 1rem;
  height: max-content;
  padding: 1.5rem;
  position: relative;
  color: #ffffff;
}
@media (min-width: 810px) {
  .layout-imageandtext .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 810px) {
  .layout-imageandtext .text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-imageandtext .text {
    width: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .layout-imageandtext .text {
    width: auto;
    max-width: 675px;
    margin: 0 2rem 0 0;
    align-self: center;
    justify-self: end;
    padding: 2.75rem;
    border-radius: 2rem;
  }
}
@media screen and (min-width: 1350px) {
  .layout-imageandtext .text {
    margin: 0 calc(50vw - 1350px / 2 + 2rem) 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-imageandtext .text {
    padding: 9.5rem 0 0;
  }
}
.layout-imageandtext .text h2 {
  color: #8c8377;
}
@media screen and (min-width: 1660px) {
  .layout-imageandtext .text h2 {
    font-size: 36px;
  }
}
.layout-imageandtext .text p {
  margin: 0;
  color: #2a2728;
  font-size: 1rem !important;
}
.layout-imageandtext .text p:not(:has(strong a)) {
  margin: .25rem 0 0;
}
.layout-imageandtext .text p strong a,
.layout-imageandtext .text p a strong {
  background-color: transparent;
  border-color: #534741;
  color: #534741;
}
@media screen and (min-width: 1024px) {
  .layout-imageandtext .text p strong a,
  .layout-imageandtext .text p a strong {
    padding: .85rem 1.5rem;
  }
}
.layout-imageandtext .text ul {
  color: #2a2728;
  padding-left: 20px;
  list-style: disc;
}
.layout-imageandtext .text ul li {
  font-size: 1rem !important;
}
.layout-imageandtext.position-text_left .text,
.layout-imageandtext.position-text_left .text h2 {
  color: #2a2728;
}
@media screen and (min-width: 810px) {
  .layout-imageandtext.position-text_left .text {
    max-width: 350px;
  }
}
@media screen and (min-width: 1350px) {
  .layout-imageandtext.position-text_left .text {
    align-self: normal;
    justify-self: normal;
    margin: 0 0 0 calc(50vw - 1350px / 2 + 2rem);
  }
}
.layout-imageandtext.position-text_left .text ul {
  margin: 1rem 0 0;
}
.layout-imageandtext.position-text_left .text ul li {
  font-size: 16px;
}
.layout-imageandtext.style-brown .image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #534741;
  opacity: 0.8;
}
.layout-imageandtext.style-brown .image::after {
  content: "";
  display: block;
  height: 33px;
  width: 100vw;
  background-color: #ffffff;
  position: absolute;
  bottom: -2px;
  right: 70vw;
  transform: skew(68deg);
}
@media screen and (min-width: 1024px) {
  .layout-imageandtext.style-brown .image::after {
    display: none;
  }
}
.layout-imageandtext.style-brown .text h2 {
  color: #84d2f6;
}
.layout-imageandtext.style-brown .text p {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .layout-imageandtext.style-brown .text p {
    color: #ffffff;
  }
}
.layout-imageandtext.style-brown .text p:not(:has(strong a)) {
  margin: 1.5rem 0 1rem;
}
.layout-imageandtext.style-brown .text p strong a,
.layout-imageandtext.style-brown .text p a strong {
  background-color: transparent;
  border-color: #84d2f6;
  color: #84d2f6;
}
@media screen and (min-width: 1024px) {
  .layout-imageandtext.style-brown .text p strong a,
  .layout-imageandtext.style-brown .text p a strong {
    padding: .85rem 1.5rem;
  }
}
.layout-imageandtext.style-brown .text ul {
  color: #ffffff;
}
.layout-imageandtext:is(section:last-of-type) .shape.bottom {
  width: 33%;
}
.layout-imageandtext:is(section:last-of-type) .shape.bottom::before {
  background-color: #7ac943;
}
.layout-text,
.layout-contents {
  text-align: center;
  padding: 3rem 0 2rem;
  color: #2a2728;
}
@media screen and (min-width: 1024px) {
  .layout-text,
  .layout-contents {
    padding: 5rem 0 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text,
  .layout-contents {
    padding: 8rem 0 3rem;
  }
}
.layout-text .container,
.layout-contents .container {
  max-width: 1350px;
}
.layout-text .container p,
.layout-contents .container p,
.layout-text .container li,
.layout-contents .container li {
  color: #2a2728;
  margin: .5rem;
  font-size: 1rem !important;
}
.layout-text .container .wrapper .title,
.layout-contents .container .wrapper .title {
  font-weight: 800;
  font-size: 2.5em;
  text-align: center;
}
@media screen and (min-width: 810px) {
  .layout-text .container .wrapper,
  .layout-contents .container .wrapper {
    display: flex;
  }
  .layout-text .container .wrapper .title,
  .layout-contents .container .wrapper .title {
    width: 33%;
    text-align: left;
  }
  .layout-text .container .wrapper .text,
  .layout-contents .container .wrapper .text {
    width: 66%;
    text-align: left;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text .container .wrapper .text,
  .layout-contents .container .wrapper .text {
    width: 52%;
  }
}
.layout-text .container .wrapper .text p,
.layout-contents .container .wrapper .text p {
  line-height: 1.5;
}
.layout-news .post,
.layout-newslatest .post {
  border-radius: .75rem;
  box-shadow: 0 0 0.5rem rgba(42, 39, 40, 0.1);
  background-color: #ffffff;
  transition: all 0.25s ease;
  height: 100%;
  width: 100%;
}
.layout-news .post .image,
.layout-newslatest .post .image {
  height: 248px;
}
.layout-news .post .image img,
.layout-newslatest .post .image img {
  border-radius: .75rem .75rem 0 0;
}
.layout-news .post .title-text-and-more,
.layout-newslatest .post .title-text-and-more {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  border-radius: 0 0 .75rem .75rem;
  padding: 2rem 1.5rem;
}
.layout-news .post .title-text-and-more .title,
.layout-newslatest .post .title-text-and-more .title {
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) and (max-width: calc(1660px - 1px)) {
  .layout-news .post .title-text-and-more .title,
  .layout-newslatest .post .title-text-and-more .title {
    font-size: 1.25rem;
  }
}
.layout-news .post .title-text-and-more .text,
.layout-newslatest .post .title-text-and-more .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: .75rem;
  line-height: 1.7;
  margin: .5rem 0;
}
.layout-news .post .title-text-and-more .more,
.layout-newslatest .post .title-text-and-more .more {
  font-weight: 700;
  height: max-content;
  font-size: .85rem;
  margin: .75rem 0 0;
  align-self: end;
}
.layout-news .post:hover .title-text-and-more,
.layout-newslatest .post:hover .title-text-and-more {
  background-color: #7ac943;
}
.layout-news .post:not(:has(.image)) .title-text-and-more,
.layout-newslatest .post:not(:has(.image)) .title-text-and-more {
  border-radius: .75rem;
  height: 100%;
}
.layout-news,
.layout-newslatest {
  padding: 1.75rem 0;
}
.layout-news .container > ul,
.layout-newslatest .container > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-news .container > ul,
  .layout-newslatest .container > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-news .container > ul,
  .layout-newslatest .container > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-news .container > ul,
  .layout-newslatest .container > ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-newslatest > .title {
  color: #7ac943;
  font-weight: 700;
  margin: 0 0 1rem;
}
.layout-newslatest .link-to-all {
  display: flex;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(to right, #eff8fe, #84d2f6);
  border: 1px solid transparent;
  border-radius: 4px;
  padding: .75rem 1rem;
  width: fit-content;
  text-decoration: none !important;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.25s ease;
  font-size: 16px;
  display: block;
  width: max-content;
  margin: 2rem auto 0;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .layout-newslatest .link-to-all {
    padding: .75rem 1.5rem;
  }
}
.layout-newslatest .link-to-all:hover {
  color: #8c8377;
  background: linear-gradient(to right, #ffffff, #ffffff);
  border-color: #8c8377;
}
.layout-newslatest .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(42, 39, 40, 0.3);
}
@media screen and (min-width: 1660px) {
  .layout-newslatest .link-to-all {
    margin: 2.75rem auto 0;
    padding: .75rem 3.5rem;
  }
}
.layout-newslatest:has(.side-block) .posts-and-side {
  margin: 1.5rem 0 0;
}
.layout-newslatest:has(.side-block) .posts-and-side .news {
  margin: 0;
}
.gform_wrapper .gform_heading .gform_title {
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 810px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: 2.25rem;
  }
}
form .gform_body .gform_fields {
  gap: 1rem !important;
}
form .gform_body .gform_fields .gfield .ginput_container input,
form .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 3.25rem;
  border-radius: 5rem;
  background-color: #ffffff;
  border: none !important;
  padding: 0 1.5rem;
}
form .gform_body .gform_fields .gfield .ginput_container input:focus,
form .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  outline: 1px solid #7ac943;
}
form .gform_body .gform_fields .gfield .ginput_container input[type="email"],
form .gform_body .gform_fields .gfield .ginput_container textarea[type="email"] {
  background-image: url(../images/envelope-blue.svg);
  background-size: 1.5rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
}
form .gform_body .gform_fields .gfield .ginput_container input::placeholder {
  font-size: 1.125rem;
}
form .gform_body .gform_fields .gfield .ginput_container textarea {
  border-radius: .75rem;
  padding: 1rem;
  min-block-size: 115px;
}
@media screen and (min-width: 1024px) {
  form .gform_body .gform_fields .gfield .ginput_container textarea {
    border-radius: 2.5rem;
  }
}
form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button {
  height: 3.25rem !important;
  display: flex !important;
  align-items: center !important;
  color: #ffffff !important;
  background: linear-gradient(to right, #eff8fe, #84d2f6) !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  padding: .75rem 1rem !important;
  width: fit-content !important;
  text-decoration: none !important !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  transition: all 0.25s ease !important;
  font-size: 16px !important;
}
@media screen and (min-width: 1024px) {
  form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button {
    padding: .75rem 1.5rem;
  }
}
form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button:hover {
  color: #8c8377 !important;
  background: linear-gradient(to right, #ffffff, #ffffff) !important;
  border-color: #8c8377 !important;
}
form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(42, 39, 40, 0.3) !important;
}
form .gform_body .gform_fields .gfield.user-icon .ginput_container input {
  background-image: url(../images/user-blue.svg);
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  background-position: center right 1rem;
  background-repeat: no-repeat;
}
form .gform_footer .button {
  display: flex !important;
  align-items: center !important;
  color: #ffffff !important;
  background: #7ac943 !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  padding: .75rem 1rem !important;
  width: fit-content !important;
  text-decoration: none !important !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  transition: all 0.25s ease !important;
  font-size: 16px !important;
  flex-basis: 100%;
  text-transform: uppercase !important;
  font-size: 1.03125rem !important;
  padding: 1rem !important;
}
@media screen and (min-width: 1024px) {
  form .gform_footer .button {
    padding: .75rem 1.5rem;
  }
}
form .gform_footer .button:hover {
  color: #8c8377 !important;
  background: linear-gradient(to right, #ffffff, #ffffff) !important;
  border-color: #8c8377 !important;
}
form .gform_footer .button:active {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(42, 39, 40, 0.3) !important;
}
.slick-slider {
  margin: 0 !important;
}
.slick-slider .slick-slide {
  height: max-content;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 3rem;
  top: auto;
  bottom: 1rem;
  transform: none;
  z-index: 5;
  border-radius: 50%;
}
@media screen and (min-width: 810px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    bottom: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 5.5rem;
    height: 5.5rem;
    bottom: 3.5rem;
    background-size: 4.5rem;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  display: none;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: .8;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev {
  left: calc(50% - 4.5rem);
  transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .slick-slider .slick-prev {
    left: auto;
    right: calc(1.875rem + 6rem);
  }
}
@media screen and (min-width: 1350px) {
  .slick-slider .slick-prev {
    right: calc(50vw - 1350px / 2 + 7rem);
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev {
    right: calc(50vw - 1350px / 2 + 8rem);
  }
}
.slick-slider .slick-next {
  right: calc(50% - 4.5rem);
}
@media screen and (min-width: 1024px) {
  .slick-slider .slick-next {
    right: 1.875rem;
  }
}
@media screen and (min-width: 1350px) {
  .slick-slider .slick-next {
    right: calc(50vw - 1350px / 2 + 1.875rem);
  }
}
.slick-slider .slick-dots {
  bottom: 2.75rem;
}
.slick-slider .slick-dots li {
  height: 1.25rem;
  width: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .slick-slider .slick-dots li {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.slick-slider .slick-dots li button {
  padding: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .slick-slider .slick-dots li button {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.slick-slider .slick-dots li button::before {
  display: none;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.8);
}
