@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
/* 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: 2rem;
  width: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/full-menu-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-header .full-menu-toggle .close {
  display: none;
  background-image: url(../images/full-menu-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: flex;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: max-content;
  top: 0;
  right: -100vw;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .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 {
  right: 0;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
/* fonts, links and headers */
@font-face {
  font-family: "cy";
  src: url(../fonts/Jorr-Cy-Regular.woff2);
}
@font-face {
  font-family: "cy-light";
  src: url(../fonts/Jorr-Cy-Light.woff2);
}
@font-face {
  font-family: "cy-xtra";
  src: url(../fonts/Jorr-Cy-Black.woff2);
}
/* vars */
body {
  font-family: "Lato", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #002d26;
  overflow-x: hidden;
}
body:not(:has(.layout-hero)):not(:has(.layout-herohome)) {
  padding: 80px 0 0;
}
@media screen and (min-width: 1280px) {
  body:not(:has(.layout-hero)):not(:has(.layout-herohome)) {
    padding: 150px 0 0;
  }
}
@media screen and (min-width: 1660px) {
  body:not(:has(.layout-hero)):not(:has(.layout-herohome)) {
    padding: 211px 0 0;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1659px) {
  body .layout:not(.layout-header):not(.layout-footer):not(.layout-copyright) .container {
    max-width: 80%;
  }
}
body #page {
  overflow-x: hidden;
}
html.safari .layout-persons .slick-list,
html.ios .layout-persons .slick-list,
html.safari .layout-personsfeatured .slick-list,
html.ios .layout-personsfeatured .slick-list {
  overflow: visible !important;
}
html.safari .layout-persons .person,
html.ios .layout-persons .person,
html.safari .layout-personsfeatured .person,
html.ios .layout-personsfeatured .person {
  overflow: visible !important;
}
html.safari .layout-persons .person .image img,
html.ios .layout-persons .person .image img,
html.safari .layout-personsfeatured .person .image img,
html.ios .layout-personsfeatured .person .image img {
  transform: none !important;
}
html.safari .layout-persons .person:hover .image img,
html.ios .layout-persons .person:hover .image img,
html.safari .layout-personsfeatured .person:hover .image img,
html.ios .layout-personsfeatured .person:hover .image img {
  transform: none !important;
}
header .skip {
  color: #ffffff;
  background-color: #353535;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-family: "cy", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.025;
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 8rem;
  }
}
h1 strong {
  font-family: "cy-xtra", sans-serif;
  font-weight: 100;
}
h2 {
  font-family: "cy", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 6rem;
  }
}
h2 strong {
  font-family: "cy-xtra", sans-serif;
}
h3 {
  font-family: "cy", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.5rem;
  }
}
h3 strong {
  font-family: "cy-xtra", sans-serif;
}
h4 {
  font-family: "cy", sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.25rem;
  }
}
p:not(:has(strong a)) {
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  p:not(:has(strong a)) {
    font-size: 1.25rem;
  }
}
a,
button,
select,
.up,
.full-search-toggle,
.filter-toggle {
  cursor: pointer;
}
strong > a,
a > strong {
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #ffcc00;
  border: 1px solid #ffcc00;
  padding: .25rem .5rem;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.25s ease;
  font-family: "cy-xtra", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1660px) {
  strong > a,
  a > strong {
    padding: .5rem 1.5rem;
  }
}
strong > a:hover,
a > strong:hover {
  color: #ffcc00;
  background-color: #ffffff;
}
strong > a:active:not(.contact),
a > strong:active:not(.contact) {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
a em,
em a {
  color: #6b886b;
  background-color: transparent;
  padding: .5rem 1rem;
  border: 1px solid #6b886b;
  transition: all 0.25s ease;
  font-style: normal;
}
a em:hover,
em a:hover {
  color: #ffffff;
  background-color: #6b886b;
}
img {
  height: 100%;
  width: 100%;
}
.address {
  margin-bottom: 10px;
}
.address p {
  margin: 0;
  font-size: 1em;
}
.social-pages {
  display: flex;
  gap: .5rem;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .social-pages {
    gap: .35rem;
  }
}
.social-pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #ffffff;
  color: #002d26;
  width: 2rem;
  height: 2rem;
  border-radius: .25rem;
}
@media screen and (min-width: 1660px) {
  .social-pages a {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .5rem;
  }
}
.social-pages a::before {
  display: none !important;
}
.social-pages a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none !important;
}
.social-pages a i {
  font-size: 1.5rem;
}
@media screen and (min-width: 1660px) {
  .social-pages a i {
    font-size: 1.75rem;
  }
}
.social-pages a span {
  display: none;
}
.layout-text ul li,
.layout-textandimage ul li,
.layout-vacanciesdetails .text ul li {
  position: relative;
  isolation: isolate;
  padding: 0 0 0 1.5rem;
  line-height: 1.2;
  margin: .5rem 0;
}
.layout-text ul li::before,
.layout-textandimage ul li::before,
.layout-vacanciesdetails .text ul li::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: #002d26;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-text ul li,
  .layout-textandimage ul li,
  .layout-vacanciesdetails .text ul li {
    font-size: 1.25rem;
  }
}
.layout-text ul li::before,
.layout-textandimage ul li::before,
.layout-vacanciesdetails .text ul li::before {
  top: .55rem;
  left: .5rem;
  transform: none;
  border-radius: 50%;
}
.layout-header .contact {
  display: flex;
  align-items: center;
  color: #002d26;
  background: #ffcc00;
  border: 1px solid #ffcc00;
  padding: .25rem .5rem;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.25s ease;
  font-family: "cy-xtra", sans-serif;
  text-transform: uppercase;
  padding: .625rem .75rem;
  font-weight: 400;
}
@media screen and (min-width: 1660px) {
  .layout-header .contact {
    padding: .5rem 1.5rem;
  }
}
.layout-header .contact:hover {
  color: #ffcc00;
  background-color: #002d26;
}
.layout-header .contact:active:not(.contact) {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
.layout-header header {
  background-color: transparent;
  transition: all 0.25s ease;
}
.layout-header header,
.layout-header header .container {
  height: 100px;
}
@media screen and (min-width: 1280px) {
  .layout-header header,
  .layout-header header .container {
    height: 150px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header,
  .layout-header header .container {
    height: 211px;
  }
}
.layout-header header .container .home {
  left: 1rem;
  height: 75%;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .home {
    left: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .home {
    height: 43%;
    top: 31%;
  }
}
.layout-header header .container .home svg {
  height: 100%;
  width: 100%;
}
.layout-header header .container .home svg g path {
  transition: all 0.25s ease;
}
.layout-header header .container .home.mobile-logo {
  width: 200px;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .home.mobile-logo {
    display: none;
  }
}
.layout-header header .container .home.mobile-logo img {
  object-fit: contain;
}
.layout-header header .container .home:not(.mobile-logo) {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .home:not(.mobile-logo) {
    display: block;
  }
}
.layout-header header .container nav {
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: max-content;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav {
    right: 266px;
    left: auto;
    transform: translateY(-50%) !important;
  }
}
.layout-header header .container nav .menu {
  gap: 1rem;
}
.layout-header header .container nav .menu li a {
  font-family: "cy", sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  background-color: transparent;
  padding: .5rem 1rem;
  transition: all 0.25s ease;
  width: fit-content;
  font-weight: 700;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu li a {
    font-size: 1.5rem;
  }
}
.layout-header header .container nav .menu li a:hover {
  color: #ffcc00;
  background-color: #002d26;
}
.layout-header header .container .contact {
  display: none;
  right: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container .contact {
    font-size: 1.25rem;
    display: block;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .container .contact {
    font-size: 1.25rem;
  }
}
.layout-header header .container .full-menu-toggle {
  right: 1rem;
  color: #002d26;
  bottom: 1.5rem;
  top: auto;
  transform: none;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .full-menu-toggle {
    right: 2rem;
  }
}
.layout-header header .container .full-menu-toggle .open,
.layout-header header .container .full-menu-toggle .close {
  height: 2rem;
  width: 2rem;
}
.layout-header .full-menu {
  padding: 112px 0 2rem;
  background-color: #002d26;
}
.layout-header .full-menu .container nav .menu li a {
  font-family: "cy", sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
  padding: .5rem 0;
}
.layout-header .full-menu .container .contact {
  margin: 2rem 0;
  font-size: 1.5rem;
}
.layout-header .full-menu .container .social-pages {
  margin: 4rem 0;
}
.scrolled .layout-header header {
  background-color: #002d26;
  box-shadow: 0 0 1.25rem rgba(53, 53, 53, 0.5);
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header header,
  .scrolled .layout-header header .container {
    height: 80px;
  }
}
.scrolled .layout-header header .container .home {
  top: 50%;
}
.layout-header:not(:has(+ main .layout-hero .image)):not(:has(+ main .layout-herohome .image)) {
  background-color: #002d26;
}
.layout-footer {
  padding: 1rem 0 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1660px) {
  .layout-footer {
    padding: 1.5rem 0 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-footer::before {
    content: "";
    width: 100vw;
    height: 145%;
    background-image: url(../images/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    bottom: -.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer::before {
    height: 100%;
  }
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-footer .container .cta {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding: 0 0 10rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-items: center;
    z-index: 2;
    padding: 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta {
    padding: 0 0 2rem;
  }
}
.layout-footer .container .cta .person-image {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .person-image {
    height: 782px;
  }
}
.layout-footer .container .cta .text-and-links {
  position: relative;
  z-index: 2;
}
.layout-footer .container .cta .text-and-links .text {
  margin: 0 0 1.5rem;
}
.layout-footer .container .cta .text-and-links .text h2 {
  font-family: "cy-xtra", sans-serif;
  font-size: 2.5rem;
  margin: 0 0 .5rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .text-and-links .text h2 {
    font-size: 6rem;
    letter-spacing: -3px;
    margin: 0 0 1.5rem;
  }
}
.layout-footer .container .cta .text-and-links .text p {
  margin: 0;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .text-and-links .text p {
    font-size: 1.5rem;
    padding: 0 11rem 0 0;
  }
}
.layout-footer .container .cta .text-and-links .links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .text-and-links .links {
    margin: 3rem 0 0;
    gap: 1.25rem;
  }
}
.layout-footer .container .cta .text-and-links .links li .link {
  display: flex;
  align-items: center;
  gap: 0;
  color: #002d26;
  background-color: #ffcc00;
  transition: all 0.25s ease;
  border: 1px solid #ffcc00;
  width: fit-content;
  font-family: "cy-xtra", sans-serif;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .cta .text-and-links .links li .link {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .cta .text-and-links .links li .link {
    font-size: 1.5rem;
    padding: .5rem 1.5rem;
  }
}
.layout-footer .container .cta .text-and-links .links li .link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  background-image: url(../images/caret-right-burnham.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-footer .container .cta .text-and-links .links li .link:hover {
  color: #002d26;
  background-color: #ffcc00;
  border-color: #ffcc00;
  gap: .5rem;
}
.layout-footer .container .cta .text-and-links .links li .link:hover::after {
  width: 1rem;
  height: 1rem;
  opacity: 1;
}
.layout-footer .container .cta .text-and-links .links li:nth-child(even) .link {
  color: #002d26;
  background-color: #ffffff;
  border-color: #002d26;
  transition: all 0.25s ease;
}
.layout-footer .container .cta .text-and-links .links li:nth-child(even) .link::after {
  background-image: url(../images/caret-right-white.svg);
}
.layout-footer .container .cta .text-and-links .links li:nth-child(even) .link:hover {
  color: #ffffff;
  background-color: #002d26;
  border-color: #002d26;
}
.layout-footer .container .logo-blocks-and-socials {
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials {
    grid-template-columns: auto 1fr auto;
    gap: 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials {
    margin: -5rem 0 0;
  }
}
.layout-footer .container .logo-blocks-and-socials::before {
  content: "";
  width: 100vw;
  height: 900px;
  background-image: url(../images/footer-mobile.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-blocks-and-socials::before {
    display: none;
  }
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .phone,
.layout-footer .container .logo-blocks-and-socials .logo-and-info .email {
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .phone,
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .email {
    font-style: normal;
    position: relative;
    isolation: isolate;
  }
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .phone::before,
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .email::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .phone::before,
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .email::before {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .phone:hover::before,
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .email:hover::before {
    width: 100%;
    transition: all 0.25s ease;
  }
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .phone i,
.layout-footer .container .logo-blocks-and-socials .logo-and-info .email i {
  display: none;
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .home {
  height: 92px;
  position: relative;
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .home svg {
  height: 100%;
  width: 100%;
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .home.mobile-logo {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .home.mobile-logo {
    display: none;
  }
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .home.mobile-logo img {
  object-fit: contain;
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .home:not(.mobile-logo) {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .home:not(.mobile-logo) {
    display: inline-block;
  }
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .home:hover svg g path:not(:last-of-type) {
  fill: #6b886b;
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block {
  margin: 2rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block {
    margin: 2rem 0 .5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block a {
    text-decoration: none;
  }
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block > p {
  color: #6b886b;
  font-family: "cy", sans-serif;
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block > p {
    font-size: 1.5rem;
  }
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses {
    gap: 6.5rem;
  }
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses .street-postalcode-and-place {
  margin: 0 0 1.5rem;
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses .street-postalcode-and-place p {
  margin: 0;
  line-height: 1.5;
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses .street-postalcode-and-place p strong {
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses .street-postalcode-and-place p strong {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses .street-postalcode-and-place p strong {
    font-size: 1.5rem;
  }
}
.layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses .phone {
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses .phone {
    text-decoration: none;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .adress-block .adresses .phone {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .email {
    text-decoration: none;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .logo-and-info .email {
    font-size: 1.25rem;
    text-decoration: none;
  }
}
.layout-footer .container .logo-blocks-and-socials .blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .blocks {
    align-self: center;
    font-size: 1.25rem;
    justify-items: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .blocks {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .blocks > li:first-child {
    justify-self: end;
  }
}
.layout-footer .container .logo-blocks-and-socials .blocks > li a {
  font-family: "cy", sans-serif;
  padding: .25rem;
}
.layout-footer .container .logo-blocks-and-socials .blocks > li a:not(strong a) {
  font-style: normal;
  position: relative;
  isolation: isolate;
}
.layout-footer .container .logo-blocks-and-socials .blocks > li a:not(strong a)::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-footer .container .logo-blocks-and-socials .blocks > li a:not(strong a)::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout-footer .container .logo-blocks-and-socials .blocks > li a:not(strong a):hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-footer .container .logo-blocks-and-socials .blocks > li strong a {
  color: #002d26;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .blocks > li strong a {
    margin: 1rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .blocks > li strong a {
    font-size: 1.25rem;
  }
}
.layout-footer .container .logo-blocks-and-socials .blocks > li strong a:hover {
  color: #ffcc00;
  border-color: #ffcc00;
  background-color: #002d26;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .blocks > li:nth-child(odd) {
    justify-self: end;
    padding: 0 2.5rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .blocks > li:nth-child(even) {
    padding: 0 0 0 2rem;
  }
}
.layout-footer .container .logo-blocks-and-socials .blocks > li li {
  margin: 0 0 .25rem;
}
.layout-footer .container .logo-blocks-and-socials .socials-and-image {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .socials-and-image {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .socials-and-image .social-pages {
    justify-content: end;
    align-self: start;
    gap: .35rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .socials-and-image .social-pages {
    padding: 2.75rem 0 0;
  }
}
.layout-footer .container .logo-blocks-and-socials .socials-and-image .image {
  width: 125px;
  height: 125px;
  justify-self: end;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-blocks-and-socials .socials-and-image .image {
    align-self: end;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-blocks-and-socials .socials-and-image .image {
    margin: 12.5rem 0 0;
  }
}
.layout-footer .container .logo-blocks-and-socials .socials-and-image .image img {
  object-fit: contain;
}
.layout-copyright {
  padding: 0 0 1rem;
  background-color: #002d26;
  color: #6b886b;
}
@media screen and (min-width: 1280px) {
  .layout-copyright {
    padding: 2rem 0;
  }
}
.layout-copyright .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-copyright .container {
    grid-template-columns: 1fr 1fr auto;
    gap: 1rem;
    align-items: center;
  }
}
.layout-copyright .container .menu {
  display: flex;
  gap: .2rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .menu {
    justify-content: end;
  }
}
.layout-copyright .container .menu a {
  font-style: normal;
  position: relative;
  isolation: isolate;
}
.layout-copyright .container .menu a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-copyright .container .menu a::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout-copyright .container .menu a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-copyright .container .menu a::before {
  background-color: #6b886b;
}
.layout-copyright .container .menu li:last-child .separator {
  display: none;
}
.layout-copyright .container .up {
  justify-self: end;
  background-color: #6b886b;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: .25rem;
  transition: all 0.25s ease;
}
.layout-copyright .container .up:hover {
  background-color: #ffffff;
  color: #6b886b;
}
.layout-search {
  padding: 2.5rem 0;
}
.layout-search .container {
  max-width: 1000px;
}
@media screen and (min-width: 1660px) {
  .layout-search .container h2 {
    font-size: 5rem;
  }
}
.layout-search .container > ul {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
.layout-search .container > ul li {
  border-bottom: 1px solid #002d26;
}
.layout-search .container > ul li a {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-search .container > ul li a {
    padding: 2rem 0 0;
  }
}
.layout-search .container > ul li a .image {
  height: 250px;
}
@media screen and (min-width: 810px) {
  .layout-search .container > ul li a .image {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 810px) {
  .layout-search .container > ul li a .title-contents-and-more {
    align-self: end;
  }
}
.layout-search .container > ul li a .title-contents-and-more .contents {
  line-height: 1.35;
  margin: .75rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-search .container > ul li a .title-contents-and-more .contents {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-search .container > ul li a .title-contents-and-more .contents {
    font-size: 1.25rem;
  }
}
.layout-search .container > ul li a .title-contents-and-more .more {
  font-family: 700;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.layout-search .container > ul li a .title-contents-and-more .more:hover {
  color: #ffcc00;
}
@media screen and (min-width: 810px) {
  .layout-search .container > ul li a:has(.image) {
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-search .container > ul li a:has(.image) {
    gap: 4rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-search .container > ul li:nth-child(even) a:has(.image) {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 810px) {
  .layout-search .container > ul li:nth-child(even) a:has(.image) .image {
    order: 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-search .container > ul li:nth-child(even) a:has(.image) .title-contents-and-more {
    order: 1;
  }
}
.layout-error404 {
  padding: 3rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-error404 h1 {
    font-size: 5rem;
    margin: 1rem 0 2rem;
  }
}
.layout-hero,
.layout-herohome {
  position: relative;
  background-color: #002d26;
}
.layout-hero .image,
.layout-herohome .image {
  height: 500px;
}
@media screen and (min-width: 810px) {
  .layout-hero .image,
  .layout-herohome .image {
    height: 750px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .image,
  .layout-herohome .image {
    height: 850px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .image,
  .layout-herohome .image {
    height: 950px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image,
  .layout-herohome .image {
    height: 1300px;
  }
}
.layout-hero .container,
.layout-herohome .container {
  position: absolute;
  top: 130px;
}
@media screen and (min-width: 1500px) {
  .layout-hero .container,
  .layout-herohome .container {
    left: calc(50vw - 1500px / 2);
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container,
  .layout-herohome .container {
    top: 237px;
  }
}
.layout-hero .container .text,
.layout-herohome .container .text {
  color: #ffffff;
  max-width: 600px;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .text h1,
  .layout-herohome .container .text h1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text h1,
  .layout-herohome .container .text h1 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .text h1,
  .layout-herohome .container .text h1 {
    line-height: .85;
    font-size: 8rem;
  }
}
.layout-hero .container .search,
.layout-herohome .container .search,
.layout-hero .container .facetwp-facet-vacancy_search,
.layout-herohome .container .facetwp-facet-vacancy_search {
  margin: 7.75rem 0 0;
  display: flex;
  height: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .search,
  .layout-herohome .container .search,
  .layout-hero .container .facetwp-facet-vacancy_search,
  .layout-herohome .container .facetwp-facet-vacancy_search {
    margin: 1.5rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .search,
  .layout-herohome .container .search,
  .layout-hero .container .facetwp-facet-vacancy_search,
  .layout-herohome .container .facetwp-facet-vacancy_search {
    height: 3.75rem;
    margin: 4.5rem 0 0;
  }
}
.layout-hero .container .search button,
.layout-herohome .container .search button,
.layout-hero .container .facetwp-facet-vacancy_search button,
.layout-herohome .container .facetwp-facet-vacancy_search button {
  color: #002d26;
  background-color: #ffcc00;
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  gap: .25rem;
  box-shadow: none;
  border: 1px solid #ffcc00;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .search button,
  .layout-herohome .container .search button,
  .layout-hero .container .facetwp-facet-vacancy_search button,
  .layout-herohome .container .facetwp-facet-vacancy_search button {
    gap: 1rem;
    font-size: 1.375rem;
    padding: .5rem 1.5rem;
  }
}
.layout-hero .container .search button i,
.layout-herohome .container .search button i,
.layout-hero .container .facetwp-facet-vacancy_search button i,
.layout-herohome .container .facetwp-facet-vacancy_search button i {
  font-size: 2rem;
}
.layout-hero .container .search input,
.layout-herohome .container .search input,
.layout-hero .container .facetwp-facet-vacancy_search input,
.layout-herohome .container .facetwp-facet-vacancy_search input {
  padding: .5rem 1rem;
  border-radius: 0;
  border: 1px solid #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .search input,
  .layout-herohome .container .search input,
  .layout-hero .container .facetwp-facet-vacancy_search input,
  .layout-herohome .container .facetwp-facet-vacancy_search input {
    min-width: 350px;
  }
}
.layout-hero .container .search input::placeholder,
.layout-herohome .container .search input::placeholder,
.layout-hero .container .facetwp-facet-vacancy_search input::placeholder,
.layout-herohome .container .facetwp-facet-vacancy_search input::placeholder {
  font-size: 1.125rem;
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .search input::placeholder,
  .layout-herohome .container .search input::placeholder,
  .layout-hero .container .facetwp-facet-vacancy_search input::placeholder,
  .layout-herohome .container .facetwp-facet-vacancy_search input::placeholder {
    font-size: 1.375rem;
  }
}
.layout-hero .container .search input:focus,
.layout-herohome .container .search input:focus,
.layout-hero .container .facetwp-facet-vacancy_search input:focus,
.layout-herohome .container .facetwp-facet-vacancy_search input:focus {
  outline: 1px solid #002d26;
}
.layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap,
.layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 350px;
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap,
  .layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap {
    min-width: 350px;
  }
}
.layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon,
.layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon {
  opacity: 1;
  color: #002d26;
  background-color: #ffcc00;
  padding: .5rem 1rem;
  display: flex;
  align-items: center;
  gap: .25rem;
  box-shadow: none;
  border: 1px solid #ffcc00;
  font-size: 1.125rem;
  font-weight: 700;
  height: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
.layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon:after,
.layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f0da";
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon,
  .layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon {
    gap: 1rem;
    font-size: 1.375rem;
    padding: .5rem 1.5rem;
    width: 100px;
  }
}
.layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon::before,
.layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon::before {
  display: block;
  content: "Vind";
  background: none;
  width: auto;
  height: auto;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
}
.layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon::after,
.layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap .facetwp-icon::after {
  font-size: 2rem;
}
.layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap input,
.layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap input {
  height: 3rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap input,
  .layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap input {
    width: 250px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .facetwp-facet-vacancy_search .facetwp-input-wrap input,
  .layout-herohome .container .facetwp-facet-vacancy_search .facetwp-input-wrap input {
    min-width: unset;
  }
}
@media screen and (min-width: 1000px) {
  .layout-hero:not(.style-search_bar) .text-and-search,
  .layout-herohome:not(.style-search_bar) .text-and-search {
    left: calc(50vw - 1000px / 2);
  }
}
.layout-hero:not(.style-search_bar) .text-and-search .search,
.layout-herohome:not(.style-search_bar) .text-and-search .search {
  display: none;
}
@media screen and (min-width: 1660px) {
  .layout-hero:has(.image):not(.style-search_bar) .text-and-search,
  .layout-herohome:has(.image):not(.style-search_bar) .text-and-search {
    top: auto;
    bottom: 590px;
  }
}
.layout-hero:not(:has(.image)),
.layout-herohome:not(:has(.image)) {
  padding: 80px 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-hero:not(:has(.image)),
  .layout-herohome:not(:has(.image)) {
    padding: 150px 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero:not(:has(.image)),
  .layout-herohome:not(:has(.image)) {
    padding: 211px 0 0;
  }
}
.layout-hero:not(:has(.image)) .container,
.layout-herohome:not(:has(.image)) .container {
  position: relative;
  top: auto;
  left: auto;
  padding-block: 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-hero:not(:has(.image)) .container,
  .layout-herohome:not(:has(.image)) .container {
    padding-block: 0 5.5rem;
  }
}
.layout-hero:not(:has(.image)) .container .text,
.layout-herohome:not(:has(.image)) .container .text {
  color: #ffcc00;
}
@media screen and (min-width: 1660px) {
  .layout-hero:not(:has(.image)) .container .text,
  .layout-herohome:not(:has(.image)) .container .text {
    max-width: 750px;
  }
}
.layout-hero:not(:has(.image)) .container .text h1,
.layout-herohome:not(:has(.image)) .container .text h1 {
  font-family: "cy", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
@media screen and (min-width: 1280px) {
  .layout-hero:not(:has(.image)) .container .text h1,
  .layout-herohome:not(:has(.image)) .container .text h1 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero:not(:has(.image)) .container .text h1,
  .layout-herohome:not(:has(.image)) .container .text h1 {
    font-size: 6rem;
  }
}
.layout-hero:not(:has(.image)) .container .text h1 strong,
.layout-herohome:not(:has(.image)) .container .text h1 strong {
  font-family: "cy-xtra", sans-serif;
}
.layout-hero:has(+.layout-text.style-background)::after,
.layout-herohome:has(+.layout-text.style-background)::after,
.layout-hero:has(+.layout-textandimage.bg-green)::after,
.layout-herohome:has(+.layout-textandimage.bg-green)::after {
  content: "";
  display: block;
  height: 200px;
  width: 150%;
  background-image: url(../images/hero-bottom-mobile.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: bottom center;
  position: absolute;
  left: 50%;
  bottom: -.25rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .layout-hero:has(+.layout-text.style-background)::after,
  .layout-herohome:has(+.layout-text.style-background)::after,
  .layout-hero:has(+.layout-textandimage.bg-green)::after,
  .layout-herohome:has(+.layout-textandimage.bg-green)::after {
    height: 450px;
    background-image: url(../images/hero-bottom.svg);
  }
}
@media screen and (min-width: 810px) {
  .layout-hero:has(+.layout-text.style-background)::after,
  .layout-herohome:has(+.layout-text.style-background)::after,
  .layout-hero:has(+.layout-textandimage.bg-green)::after,
  .layout-herohome:has(+.layout-textandimage.bg-green)::after {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero:has(+.layout-text.style-background)::after,
  .layout-herohome:has(+.layout-text.style-background)::after,
  .layout-hero:has(+.layout-textandimage.bg-green)::after,
  .layout-herohome:has(+.layout-textandimage.bg-green)::after {
    width: 105%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero:has(+.layout-text.style-background)::after,
  .layout-herohome:has(+.layout-text.style-background)::after,
  .layout-hero:has(+.layout-textandimage.bg-green)::after,
  .layout-herohome:has(+.layout-textandimage.bg-green)::after {
    width: 150%;
  }
}
.layout-textandimage {
  padding: 2rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text {
    align-self: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text {
    padding: 0 3rem;
  }
}
.layout-textandimage .container .text h2 {
  font-size: 2rem;
  line-height: 1.05;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text h2 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text h2 {
    font-size: 4rem;
  }
}
.layout-textandimage .container .text h3 {
  font-family: "cy-xtra", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text h3 {
    font-size: 2.125rem;
  }
}
.layout-textandimage .container .text p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: .375rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text p {
    font-size: 1.5rem;
    margin: .75rem 0 0;
  }
}
.layout-textandimage .container .text p em:not(:has(a)) {
  font-family: "cy", sans-serif;
  font-style: normal;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text p em:not(:has(a)) {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text p:has(em a) {
    font-size: 1.125rem;
  }
}
.layout-textandimage .container .text p strong a {
  border-color: #002d26;
  background-color: #ffffff;
  color: #002d26;
}
.layout-textandimage .container .image {
  max-height: 550px;
}
.layout-textandimage .container .image img {
  object-fit: contain;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.image-left .container .text {
    order: 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.image-left .container .image {
    order: 1;
  }
}
.layout-textandimage.full-width .container {
  max-width: none;
  padding: 0;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage.full-width .container {
    grid-template-columns: 1.07fr 1.5fr;
  }
}
.layout-textandimage.full-width .container .text {
  padding: 0 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.full-width .container .text {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1500px) {
  .layout-textandimage.full-width .container .text {
    padding: 0 2rem 0 calc(50vw - 1500px / 2 + 2rem);
  }
}
.layout-textandimage.full-width .container .image {
  display: block;
  max-height: 100%;
}
.layout-textandimage.bg-green {
  background-color: #002d26;
}
.layout-textandimage.bg-green .container .text {
  color: #ffffff;
}
.layout-textandimage.bg-green .container .text h2 {
  color: #ffcc00;
}
.layout-textandimage.bg-green.first-after-hero {
  z-index: 5;
  position: relative;
}
.layout-textandimage.bg-green.first-after-hero::after {
  content: "";
  display: block;
  background-image: url(../images/text-bottom-flat.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: top center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300%;
  height: 150px;
  bottom: -146px;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.bg-green.first-after-hero::after {
    width: 110%;
    background-image: url(../images/text-bottom-flat-desktop.svg);
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.bg-green.first-after-hero .container .image {
    margin: -8rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage.bg-green.first-after-hero .container .image {
    margin: -10rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage.bg-green.first-after-hero .container .image {
    max-height: 650px;
    height: 650px;
    margin: -22rem 0 0;
  }
}
.layout-textandimage.bg-green.first-after-hero .container .image svg {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage.bg-green.first-after-hero .container .text {
    margin: -4rem 0 4rem;
  }
}
.layout-textandimage.first-after-hero .container .image {
  display: none;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.first-after-hero .container .image {
    display: block;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandimage:is(.layout-text.style-background.first-after-hero + .layout-textandimage) {
    margin: 150px 0 0;
  }
}
.layout-cta {
  padding: 2rem 0;
  background-color: transparent;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 810px) {
  .layout-cta .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-cta .container .image {
    order: 2;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .image {
    height: 660px;
  }
}
@media screen and (min-width: 810px) {
  .layout-cta .container .text-and-links {
    order: 1;
    align-self: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text-and-links .text h2 strong {
    display: inline-block;
    width: max-content;
  }
}
.layout-cta .container .text-and-links .links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  margin: 1rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .text-and-links .links {
    gap: 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text-and-links .links {
    margin: 4rem 0 0;
  }
}
.layout-cta .container .text-and-links .links li .link {
  display: flex;
  align-items: center;
  gap: 0;
  color: #ffcc00;
  background-color: #002d26;
  border-color: #002d26;
  transition: all 0.25s ease;
  padding: .75rem 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .text-and-links .links li .link {
    font-size: 1.25rem;
    padding: .5rem 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text-and-links .links li .link {
    font-size: 1.5rem;
    padding: .75rem 1.5rem;
  }
}
.layout-cta .container .text-and-links .links li .link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  background-image: url(../images/caret-right-burnham.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-cta .container .text-and-links .links li .link:hover {
  color: #002d26;
  background-color: #ffcc00;
  border-color: #ffcc00;
  gap: .5rem;
}
.layout-cta .container .text-and-links .links li .link:hover::after {
  width: 1rem;
  height: 1rem;
  opacity: 1;
}
.layout-cta .container .text-and-links .links li:nth-child(even) .link {
  color: #002d26;
  background-color: #ffffff;
  border-color: #002d26;
  transition: all 0.25s ease;
}
.layout-cta .container .text-and-links .links li:nth-child(even) .link::after {
  background-image: url(../images/caret-right-white.svg);
}
.layout-cta .container .text-and-links .links li:nth-child(even) .link:hover {
  color: #ffffff;
  background-color: #002d26;
  border-color: #002d26;
}
@media screen and (min-width: 810px) {
  .layout-cta:is(.first-after-hero + .layout-cta) .container .text {
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-cta:is(.first-after-hero + .layout-cta) .container .image {
    margin: -100px 0 0;
  }
}
.layout-signup {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
.layout-signup .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1256px;
}
@media screen and (min-width: 810px) {
  .layout-signup .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 810px) {
  .layout-signup .container .form {
    align-self: center;
  }
}
.layout-text {
  padding: 2.5rem 0;
}
.layout-text:is(.layout-text.style-background.first-after-hero + .layout-text) {
  margin-top: 60px;
}
@media screen and (min-width: 1660px) {
  .layout-text .container .text {
    padding: 0 3rem;
  }
}
.layout-text .container .text p {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text .container .text p {
    font-size: 1.5rem;
    margin: .75rem 0 0;
  }
}
.layout-text .container .text p:has(+h2) {
  font-size: 1.5rem;
  font-family: "cy", sans-serif;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .text p:has(+h2) {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text .container .text p:has(+h2) {
    font-size: 2.5rem;
  }
}
.layout-text .container .text p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media screen and (min-width: 1660px) {
  .layout-text .container .text h2 {
    font-size: 4rem;
    line-height: 1;
  }
}
.layout-text .container .text h2 strong {
  font-weight: normal;
}
.layout-text .container .text h3 {
  font-family: "cy-xtra", sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 1660px) {
  .layout-text .container .text h3 {
    font-size: 2.125rem;
  }
}
.layout-text:has(.gform_wrapper) {
  text-align: center;
}
.layout-text:has(.gform_wrapper) h2 {
  margin: 0 0 2rem;
}
.layout-text:has(.gform_wrapper) .gform_wrapper {
  text-align: initial;
  max-width: 650px;
  margin-inline: auto;
}
.layout-text.style-background {
  background-color: #002d26;
  color: #ffffff;
}
.layout-text.style-background .container {
  max-width: 1000px;
}
@media screen and (min-width: 1660px) {
  .layout-text.style-background .container .text {
    padding: 0;
  }
}
.layout-text.style-background .container .text h2 {
  color: #ffcc00;
}
p + .layout-text.style-background .container .text h2 {
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-text.style-background .container .text h3 {
    font-size: 3rem;
  }
}
.layout-text.style-background.first-after-hero {
  z-index: 5;
  position: relative;
}
.layout-text.style-background.first-after-hero::after {
  content: "";
  display: block;
  width: 110%;
  background-image: url(../images/text-bottom-flat.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-position: top center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 150px;
  bottom: -146px;
}
@media screen and (min-width: 1280px) {
  .layout-text.style-background.first-after-hero::after {
    background-image: url(../images/text-bottom-flat-desktop.svg);
  }
}
.layout-text.style-background.first-after-hero .container .text {
  max-width: 900px;
}
@media screen and (min-width: 1280px) {
  .layout-text.style-background.first-after-hero .container .text {
    margin: -5rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text.style-background.first-after-hero .container .text {
    margin: -20rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text.style-background.first-after-hero .container .text p {
    margin: 2.5rem 0 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text.style-background.first-after-hero .container .text p:has(+ h2) {
    margin: 2.5rem 0 0;
  }
}
.layout-images .images .image-and-text {
  position: relative;
  overflow: hidden;
}
.layout-images .images .image-and-text::before {
  content: "";
  display: block;
  height: 100%;
  width: 300px;
  background-image: url(../images/images-slider-shape-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.9);
}
@media screen and (min-width: 1280px) {
  .layout-images .images .image-and-text::before {
    transform: translate(-50%, -50%) scale(2.5);
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text::before {
    transform: translate(-50%, -50%) scale(3.4);
    left: 39%;
  }
}
.layout-images .images .image-and-text::after {
  content: "";
  display: block;
  height: 100%;
  width: 300px;
  background-image: url(../images/images-slider-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.9) rotate(-2deg);
}
@media screen and (min-width: 1280px) {
  .layout-images .images .image-and-text::after {
    transform: translate(-50%, -50%) scale(2.5) rotate(-2deg);
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text::after {
    transform: translate(-50%, -50%) scale(3.4) rotate(-2deg);
    left: 39%;
  }
}
.layout-images .images .image-and-text .image {
  height: 600px;
}
@media screen and (min-width: 1280px) {
  .layout-images .images .image-and-text .image {
    height: 800px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text .image {
    height: 1100px;
  }
}
.layout-images .images .image-and-text .text-and-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 300px;
  Z-INDEX: 5;
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text .text-and-logo {
    left: 41.5%;
    max-width: 485px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text .text-and-logo .text h4 {
    font-size: 1.75rem;
  }
}
.layout-images .images .image-and-text .text-and-logo .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .layout-images .images .image-and-text .text-and-logo .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text .text-and-logo .text p {
    font-size: 1.5rem;
  }
}
.layout-images .images .image-and-text .text-and-logo .text a {
  display: flex;
  gap: .25rem;
  align-items: center;
  color: #ffcc00;
  font-weight: 700;
}
.layout-images .images .image-and-text .text-and-logo .text a:after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
}
.layout-images .images .image-and-text .text-and-logo .text a[href*="utiliteit"] {
  color: #a37b26;
}
.layout-images .images .image-and-text .text-and-logo .text a[href*="industrie"] {
  color: #7c7f80;
}
.layout-images .images .image-and-text .text-and-logo .text a[href*="onderhoud"] {
  color: #e86c46;
}
.layout-images .images .image-and-text .text-and-logo .logo {
  height: 100px;
  width: 100px;
}
@media screen and (min-width: 1660px) {
  .layout-images .images .image-and-text .text-and-logo .logo {
    height: 280px;
    width: 280px;
  }
}
.layout-images .images .image-and-text .text-and-logo .logo img {
  object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .layout-images:is(.layout-text.style-background.first-after-hero + .layout-images) {
    margin: -8rem 0 0;
  }
}
.layout-personsfeatured,
.layout-persons {
  position: relative;
  z-index: 9;
}
.layout-personsfeatured .persons,
.layout-persons .persons {
  margin: 7rem -1.5rem 0;
}
@media screen and (min-width: 1660px) {
  .layout-personsfeatured .persons,
  .layout-persons .persons {
    margin: 12.5rem -0.5rem 2rem;
  }
}
.layout-personsfeatured .persons .person,
.layout-persons .persons .person {
  overflow: clip visible;
}
.layout-personsfeatured .persons .person .image,
.layout-persons .persons .person .image {
  height: 300px;
  position: relative;
  isolation: isolate;
  transition: all 0.25s ease;
}
.layout-personsfeatured .persons .person .image::before,
.layout-persons .persons .person .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #002d26, #6b886b);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .layout-personsfeatured .persons .person .image,
  .layout-persons .persons .person .image {
    height: 400px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-personsfeatured .persons .person .image,
  .layout-persons .persons .person .image {
    height: 438px;
    min-height: 500px;
  }
}
.layout-personsfeatured .persons .person .image::before,
.layout-persons .persons .person .image::before {
  top: auto;
  bottom: 0;
  transform: none;
  transition: all 0.25s ease;
}
.layout-personsfeatured .persons .person .image img,
.layout-persons .persons .person .image img {
  display: block;
  object-fit: contain;
  transform: scale(1);
  transition: all 0.25s ease;
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: calc(100% + 5rem);
  object-position: bottom;
}
@media screen and (min-width: 1660px) {
  .layout-personsfeatured .persons .person .image img,
  .layout-persons .persons .person .image img {
    height: calc(100% + 9rem);
    transform: scale(1.1);
    object-fit: cover;
  }
}
.layout-personsfeatured .persons .person .details,
.layout-persons .persons .person .details {
  padding: 1rem 1.75rem;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.layout-personsfeatured .persons .person .details .name-and-job,
.layout-persons .persons .person .details .name-and-job {
  display: flex;
  align-items: end;
  gap: .25rem;
}
@media screen and (min-width: 1280px) and (max-width: 1659px) {
  .layout-personsfeatured .persons .person .details .name-and-job h3,
  .layout-persons .persons .person .details .name-and-job h3 {
    font-size: 1rem;
  }
}
.layout-personsfeatured .persons .person .details .name-and-job h3 strong,
.layout-persons .persons .person .details .name-and-job h3 strong {
  display: block;
  width: max-content;
}
.layout-personsfeatured .persons .person .details .name-and-job h3.function,
.layout-persons .persons .person .details .name-and-job h3.function {
  color: #6b886b;
  font-weight: 500;
}
.layout-personsfeatured .persons .person .details .text,
.layout-persons .persons .person .details .text {
  line-height: 1.45;
}
@media screen and (min-width: 810px) {
  .layout-personsfeatured .persons .person .details .text,
  .layout-persons .persons .person .details .text {
    min-height: 175px;
    margin: 0 0 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-personsfeatured .persons .person .details .text,
  .layout-persons .persons .person .details .text {
    font-size: 1.125rem;
    min-height: 156px;
  }
}
.layout-personsfeatured .persons .person .details .more,
.layout-persons .persons .person .details .more {
  color: #6b886b;
  background-color: transparent;
  padding: .5rem 1rem;
  border: 1px solid #6b886b;
  font-style: normal;
  display: inline-block;
  font-size: 1.125rem;
  margin: 1rem 0 0;
  transition: all 0.25s ease;
}
.layout-personsfeatured .persons .person .details .more:hover,
.layout-persons .persons .person .details .more:hover {
  color: #ffffff;
  background-color: #6b886b;
}
.layout-personsfeatured .persons .person .details .more:hover,
.layout-persons .persons .person .details .more:hover {
  color: #ffffff;
  background-color: #6b886b;
}
.layout-personsfeatured .persons .person:hover,
.layout-persons .persons .person:hover {
  box-shadow: 0 1rem 1rem rgba(53, 53, 53, 0.2);
}
.layout-personsfeatured .persons .person:hover .image::before,
.layout-persons .persons .person:hover .image::before {
  background: linear-gradient(to top, #002d26, #002d26);
}
.layout-personsfeatured .persons .person:hover .image img,
.layout-persons .persons .person:hover .image img {
  transform: scale(1.1);
}
@media screen and (min-width: 1660px) {
  .layout-personsfeatured .persons .person:hover .image img,
  .layout-persons .persons .person:hover .image img {
    transform: scale(1.2);
  }
}
.layout-persons {
  padding: 2rem 0;
  background-color: #ffffff;
}
.layout-persons .container > h2 {
  text-align: center;
}
.layout-persons .container .persons {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 6rem 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-persons .container .persons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-persons .container .persons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-persons .container .persons li {
    margin: 6rem 0 0;
  }
}
.layout-persons:is(.layout-text.style-background.first-after-hero + .layout-persons) {
  margin: 40px 0 0;
  background-color: transparent;
  margin-top: 150px;
}
.layout-personsfeatured {
  padding: 2rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-personsfeatured {
    padding: 2rem 0 5rem;
  }
}
.layout-personsfeatured .container > .text {
  margin: 0 0 2rem;
}
@media screen and (min-width: 810px) {
  .layout-personsfeatured .container > .text {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-personsfeatured .container > .text {
    text-align: center;
    max-width: calc(1500px / 2);
    margin: 0 auto 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-personsfeatured .container > .text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: calc(1280px - 1px)) {
  .layout-personsfeatured .container > .text h2 strong {
    display: block;
  }
}
.layout-personsfeatured .container > .text p {
  line-height: 1.3;
  font-size: 1.125rem;
  margin: .5rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-personsfeatured .container > .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-personsfeatured .container > .text p {
    font-size: 1.5rem;
  }
}
.layout-personsfeatured .container .link-to-all {
  color: #6b886b;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: .25rem;
}
@media screen and (min-width: 810px) {
  .layout-personsfeatured .container .link-to-all {
    display: flex;
    align-items: center;
    color: #002d26;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: .25rem .5rem;
    width: fit-content;
    text-decoration: none !important;
    transition: all 0.25s ease;
    font-family: "cy-xtra", sans-serif;
    text-transform: uppercase;
    border-color: #002d26;
    gap: 0;
    margin: 2rem auto 0;
    font-size: 1.25rem;
  }
  .layout-personsfeatured .container .link-to-all:hover {
    color: #ffffff;
    background-color: #002d26;
  }
  .layout-personsfeatured .container .link-to-all:active:not(.contact) {
    opacity: .9;
    transform: scale(0.98);
    box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
  }
}
@media screen and (min-width: 810px) and screen and (min-width: 1660px) {
  .layout-personsfeatured .container .link-to-all {
    padding: .5rem 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-personsfeatured .container .link-to-all {
    margin: 3rem auto 0;
    font-size: 1.5rem;
    padding: .5rem 1rem;
  }
}
.layout-personsfeatured .container .link-to-all::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/arrow-right-laurel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 0 -0.25rem;
}
@media screen and (min-width: 1280px) {
  .layout-personsfeatured .container .link-to-all::after {
    height: 0;
    width: 0;
    opacity: 0;
    background-image: url(../images/caret-right-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 0;
    transition: all 0.25s ease;
  }
}
@media screen and (min-width: 1280px) {
  .layout-personsfeatured .container .link-to-all:hover {
    gap: .5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-personsfeatured .container .link-to-all:hover::after {
    width: 1rem;
    height: 1rem;
    opacity: 1;
  }
}
.layout-vacancies {
  padding: 2.5rem 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies {
    padding: 4rem 0 0;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filters-and-vacancies {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filters-and-vacancies {
    grid-template-columns: 1fr 3fr;
    gap: .5rem;
  }
}
.layout-vacancies .container .filters-and-vacancies .filter-trigger {
  gap: .5rem;
  display: flex;
  align-items: center;
  color: #ffcc00;
  background: #002d26;
  border: 1px solid #002d26;
  padding: .25rem .5rem;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.25s ease;
  font-family: "cy-xtra", sans-serif;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filters-and-vacancies .filter-trigger {
    padding: .5rem 1.5rem;
  }
}
.layout-vacancies .container .filters-and-vacancies .filter-trigger:hover {
  color: #002d26;
  background-color: #ffcc00;
}
.layout-vacancies .container .filters-and-vacancies .filter-trigger:active:not(.contact) {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filters-and-vacancies .filter-trigger {
    display: none;
  }
}
.layout-vacancies .container .filters-and-vacancies .filter-trigger i {
  font-size: 1rem;
  transition: all 0.25s ease;
}
.layout-vacancies .container .filters-and-vacancies .filters {
  position: absolute;
  left: -100vw;
  transition: all 0.25s ease;
  margin: 1.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filters-and-vacancies .filters {
    position: relative;
    left: 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filters-and-vacancies .filters {
    padding: 0 5.5rem 0 0;
  }
}
.layout-vacancies .container .filters-and-vacancies .filters > span {
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filters-and-vacancies .filters > span {
    font-size: 2rem;
    display: block;
    margin: 0 0 1.5rem;
  }
}
.layout-vacancies .container .filters-and-vacancies .filters .filter {
  padding: 1rem;
  border-bottom: 1px solid #002d26;
  position: relative;
}
.layout-vacancies .container .filters-and-vacancies .filters .filter .filter-toggle {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filters-and-vacancies .filters .filter .filter-toggle {
    gap: .5rem;
  }
}
.layout-vacancies .container .filters-and-vacancies .filters .filter .filter-toggle i {
  font-size: 1rem;
  color: #6b886b;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filters-and-vacancies .filters .filter .filter-toggle i {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filters-and-vacancies .filters .filter .filter-toggle i {
    font-size: 2rem;
  }
}
.layout-vacancies .container .filters-and-vacancies .filters .filter .facetwp-facet {
  margin: 1rem 0 .75rem;
  position: absolute;
  top: -100vw;
  opacity: 0;
  color: transparent;
  transition: top 250ms ease-in-out, opacity 0 ease-in-out 150ms;
}
.layout-vacancies .container .filters-and-vacancies .filters .filter .facetwp-facet .facetwp-checkbox {
  font-size: 1.125rem;
  background: none;
  position: relative;
  isolation: isolate;
}
.layout-vacancies .container .filters-and-vacancies .filters .filter .facetwp-facet .facetwp-checkbox::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filters-and-vacancies .filters .filter .facetwp-facet .facetwp-checkbox {
    font-size: 1.25rem;
  }
}
.layout-vacancies .container .filters-and-vacancies .filters .filter .facetwp-facet .facetwp-checkbox::before {
  opacity: 0;
  border: 1px solid rgba(53, 53, 53, 0.2);
  outline: 4px solid transparent;
  outline-offset: -8px;
  transition: all 0.25s ease;
}
.layout-vacancies .container .filters-and-vacancies .filters .filter .facetwp-facet .facetwp-checkbox.checked::before {
  outline-color: #6b886b;
}
.layout-vacancies .container .filters-and-vacancies .filters .filter .facetwp-facet .facetwp-checkbox .facetwp-display-value {
  margin-left: 5px;
}
.layout-vacancies .container .filters-and-vacancies .filters .filter .facetwp-facet .facetwp-checkbox .facetwp-counter {
  display: none;
}
.layout-vacancies .container .filters-and-vacancies .filters .filter.open .filter-toggle i {
  transform: rotate(-180deg);
}
.layout-vacancies .container .filters-and-vacancies .filters .filter.open .facetwp-facet {
  position: relative;
  top: 0;
  opacity: 1;
  color: #002d26;
}
.layout-vacancies .container .filters-and-vacancies .filters .filter.open .facetwp-facet .facetwp-checkbox::before {
  opacity: 1;
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy {
  color: #ffffff;
  background-color: #6b886b;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  transition: all 0.25s ease;
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .image {
  height: 240px;
  width: 100%;
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .title-and-text {
  padding: 1rem;
  align-self: start;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .title-and-text {
    padding: 1rem 1.75rem;
  }
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .title-and-text .title {
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 810px) {
  .layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .title-and-text .title {
    min-height: 60px;
  }
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .title-and-text .text {
  margin: .25rem 0 .5rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .tags {
  padding: .5rem 1rem;
  background-color: #002d26;
  align-self: end;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .tags {
    padding: .5rem 1.75rem;
  }
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .tags li {
  padding: .5rem 0;
  display: flex;
  gap: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 1660px) {
  .layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .tags li {
    gap: 1.5rem;
  }
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .tags li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/hours.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .tags li.place {
  border-bottom: 1px solid #6b886b;
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy .tags li.place::before {
  background-image: url(../images/place.svg);
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy:hover {
  background-color: #002d26;
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-template .vacancies li .vacancy:hover .title {
  color: #ffcc00;
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-type-pager .facetwp-pager .facetwp-page {
  color: #6b886b;
  background-color: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6b886b;
  font-weight: 700;
  transition: all 0.25s ease;
  font-size: 1.5rem;
}
.layout-vacancies .container .filters-and-vacancies .vacancies-and-pagination .facetwp-type-pager .facetwp-pager .facetwp-page.active {
  color: #ffffff;
  background-color: #6b886b;
}
.filter-open .layout-vacancies .container .filters-and-vacancies .filter-trigger i {
  transform: rotate(-180deg);
}
.filter-open .layout-vacancies .container .filters-and-vacancies .filters {
  position: relative;
  left: 0;
}
.layout-vacanciesdetails {
  background-color: #ffffff;
  padding: 0 0 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails {
    position: relative;
    margin: -1rem 0 0;
    height: max-content;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacanciesdetails .container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
  }
}
.layout-vacanciesdetails .slogan {
  position: relative;
  isolation: isolate;
  padding: 2rem 0;
  background-color: #002d26;
  color: #ffcc00;
}
.layout-vacanciesdetails .slogan::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  background: #002d26;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesdetails .slogan {
    padding: 2rem 0 3rem;
    grid-column: span 2;
  }
}
.layout-vacanciesdetails .slogan::before {
  left: 50%;
  transform: translate(-50%, 0);
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .slogan h2 {
    line-height: .9;
  }
}
.layout-vacanciesdetails .intro-and-person {
  padding: 2rem 0;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesdetails .intro-and-person {
    padding: 2rem 0 2.5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacanciesdetails .intro-and-person .intro {
    align-self: end;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .intro-and-person .intro .title-and-tags {
    padding: 3rem 0 0;
  }
}
.layout-vacanciesdetails .intro-and-person .intro .title-and-tags span {
  color: #6b886b;
  font-family: "cy-xtra", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .intro-and-person .intro .title-and-tags span {
    font-size: 2.25rem;
  }
}
.layout-vacanciesdetails .intro-and-person .intro .title-and-tags h2 {
  font-family: "cy-xtra", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}
.layout-vacanciesdetails .intro-and-person .intro .title-and-tags .tags {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesdetails .intro-and-person .intro .title-and-tags .tags {
    grid-template-columns: repeat(3, max-content);
    gap: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .intro-and-person .intro .title-and-tags .tags {
    font-size: 1.5rem;
    margin: 1.25rem 0 0;
  }
}
.layout-vacanciesdetails .intro-and-person .intro .title-and-tags .tags li {
  display: flex;
  gap: .5rem;
  align-items: center;
  font-weight: 700;
}
.layout-vacanciesdetails .intro-and-person .intro .title-and-tags .tags li::before {
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-image: url(../images/place.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .intro-and-person .intro .title-and-tags .tags li::before {
    height: 3rem;
    width: 3rem;
  }
}
.layout-vacanciesdetails .intro-and-person .intro .title-and-tags .tags li.hours::before {
  background-image: url(../images/hours.svg);
}
.layout-vacanciesdetails .intro-and-person .intro .title-and-tags .tags li.salary::before {
  background-image: url(../images/salary.svg);
}
.layout-vacanciesdetails .intro-and-person .intro .intro-text {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .intro-and-person .intro .intro-text {
    margin: 4rem 0 0;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacanciesdetails .intro-and-person .intro .intro-text h2 {
    font-size: 4em;
  }
}
.layout-vacanciesdetails .intro-and-person .intro .intro-text p {
  line-height: 1.3;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .intro-and-person .intro .intro-text p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-vacanciesdetails .person {
    margin: -7rem 0 0;
    position: sticky;
    top: 100px;
    align-self: start;
    z-index: 1;
    transition: all 0.25s ease;
  }
}
@media screen and (min-width: 1280px) {
  .layout-vacanciesdetails .person {
    margin: -12rem 0 0;
    top: 175px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .person {
    margin: -15rem 0 0;
    top: 100px;
  }
}
.layout-vacanciesdetails .person .image {
  height: 310px;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .person .image {
    height: 415px;
  }
}
.layout-vacanciesdetails .person .image img {
  object-fit: contain;
}
.layout-vacanciesdetails .person .person-text {
  padding: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 810px) {
  .layout-vacanciesdetails .person .person-text {
    padding: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .person .person-text {
    padding: 2.5rem 4rem 1rem;
    font-size: 1.5rem;
  }
}
.layout-vacanciesdetails .person .person-contact {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  padding: 0 1rem 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .person .person-contact {
    padding: .5rem 4rem;
  }
}
.layout-vacanciesdetails .person .person-contact a {
  display: flex;
  align-items: center;
  gap: .5rem;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .person .person-contact a {
    font-size: 1.25rem;
    gap: 1rem;
  }
}
.layout-vacanciesdetails .person .person-contact a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  background-color: #6b886b;
  border-radius: .25rem;
}
.layout-vacanciesdetails .person .person-contact a.btn {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #002d26;
  border: 1px solid #002d26;
  padding: .25rem .5rem;
  width: fit-content;
  text-decoration: none !important;
  transition: all 0.25s ease;
  font-family: "cy-xtra", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .person .person-contact a.btn {
    padding: .5rem 1.5rem;
  }
}
.layout-vacanciesdetails .person .person-contact a.btn:hover {
  color: #002d26;
  background-color: #ffffff;
}
.layout-vacanciesdetails .person .person-contact a.btn:active:not(.contact) {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-vacanciesdetails .text {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }
}
.layout-vacanciesdetails .text h3 {
  color: #ffffff;
  padding: .5rem 1rem .25rem;
  background-color: #002d26;
  display: inline-block;
}
.layout-vacanciesdetails .text h3:not(:first-of-type) {
  margin: 2rem 0 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .text h3:not(:first-of-type) {
    margin: 2.5rem 0 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .text h3:is(ul + h3) {
    margin-block-start: 4rem !important;
  }
}
.layout-vacanciesdetails .text p {
  line-height: 1.5;
}
@media screen and (min-width: 1660px) {
  .layout-vacanciesdetails .text p {
    margin: 1.5rem 0;
  }
}
.layout-vacanciesdetails .text li {
  line-height: 1.1 !important;
}
.layout-faqfeatured .faqs,
.layout-faq .faqs {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-faqfeatured .faqs .faq,
.layout-faq .faqs .faq {
  border-bottom: 1px solid #002d26;
  padding: 1.5rem 0 1rem;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-faqfeatured .faqs .faq,
  .layout-faq .faqs .faq {
    padding: 1.25rem 0 .5rem;
  }
}
.layout-faqfeatured .faqs .faq .question,
.layout-faq .faqs .faq .question {
  display: flex;
  align-items: start;
  justify-content: space-between;
  transition: all 0.25s ease;
  font-family: "Lato", sans-serif;
}
@media screen and (min-width: 1660px) {
  .layout-faqfeatured .faqs .faq .question,
  .layout-faq .faqs .faq .question {
    font-size: 1.5rem;
    padding: 1rem 1.25rem 1.5rem 0;
  }
}
.layout-faqfeatured .faqs .faq .question i,
.layout-faq .faqs .faq .question i {
  font-size: 1.25rem;
  color: #6b886b;
}
.layout-faqfeatured .faqs .faq .answer,
.layout-faq .faqs .faq .answer {
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-faqfeatured .faqs .faq .answer,
  .layout-faq .faqs .faq .answer {
    font-size: 1.125rem;
    padding: 0 4rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-faqfeatured .faqs .faq .answer,
  .layout-faq .faqs .faq .answer {
    font-size: 1.25rem;
  }
}
.layout-faqfeatured .faqs .faq .answer a,
.layout-faq .faqs .faq .answer a {
  display: flex;
  gap: .25rem;
  align-items: center;
  color: #6b886b;
  margin: 1.5rem 0 0;
}
.layout-faqfeatured .faqs .faq .answer a::after,
.layout-faq .faqs .faq .answer a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/arrow-right-laurel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: .25rem 0 0;
}
.layout-faqfeatured .faqs .faq.unfolded,
.layout-faq .faqs .faq.unfolded {
  padding: 1.25rem 0 3rem;
}
.layout-faqfeatured .faqs .faq.unfolded .question i,
.layout-faq .faqs .faq.unfolded .question i {
  transform: rotate(-90deg);
  color: #6b886b;
  transition: all 0.25s ease;
}
.layout-faqfeatured .faqs .faq.unfolded .answer,
.layout-faq .faqs .faq.unfolded .answer {
  margin: 1rem 0 0;
}
@media screen and (min-width: 1660px) {
  .layout-faqfeatured .faqs .faq.unfolded .answer,
  .layout-faq .faqs .faq.unfolded .answer {
    margin: 0;
  }
}
.layout-faqfeatured .faqs .faq:first-child,
.layout-faq .faqs .faq:first-child {
  border-top: 1px solid #002d26;
}
.layout-faq {
  padding: 3rem 0;
}
.layout-faqfeatured {
  padding: 2.5rem 0 1rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-faqfeatured {
    padding: 5.5rem 0 2rem;
  }
}
.layout-faqfeatured .container {
  max-width: 1256px;
}
@media screen and (min-width: 1660px) {
  .layout-faqfeatured .container h2 {
    font-size: 4rem;
  }
}
.layout-faqfeatured .container .text-to-all {
  color: #6b886b;
}
@media screen and (min-width: 1280px) {
  .layout-faqfeatured .container .text-to-all {
    font-size: 1.25rem;
  }
}
.layout-faqfeatured .container .text-to-all a {
  text-decoration: underline;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: 1.25rem !important;
}
.gform_wrapper .gform_heading .gform_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "cy-xtra", sans-serif;
}
.gform_wrapper .gform_heading .gform_description {
  line-height: 1.4;
  font-size: 1.125rem;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: 1.5rem;
    margin: 3rem 0 2rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  font-size: 1.125rem;
  color: #6b886b;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
    font-size: 1.5rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) textarea {
  height: 3.75rem;
  background-color: #ffffff;
  border: 1px solid #6b886b !important;
  padding: 0 1.5rem;
  border-radius: 0 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) textarea:focus {
  outline: 1px solid #002d26;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) textarea::placeholder {
  font-size: 1.125rem;
  color: #6b886b;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) input::placeholder,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) textarea::placeholder {
    font-size: 1.5rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) input[readonly="readonly"] {
  font-size: 1.125rem !important;
  color: #6b886b !important;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) input[readonly="readonly"] {
    font-size: 1.5rem !important;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container:not(.ginput_container_fileupload) textarea {
  border-radius: .75rem;
  padding: 1rem;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button {
  height: 3.75rem !important;
  background-color: #6b886b !important;
  border: 1px solid #6b886b !important;
  font-size: 1.125rem !important;
  border-radius: 0 !important;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button {
    font-size: 1.5rem !important;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-submit .gform-button:hover {
  color: #002d26 !important;
  background-color: #ffcc00 !important;
  border-color: #002d26 !important;
}
.gform_wrapper form .gform_footer .button {
  display: flex !important;
  align-items: center !important;
  color: #ffffff !important;
  background: #ffcc00 !important;
  border: 1px solid #ffcc00 !important;
  padding: .25rem .5rem !important;
  width: fit-content !important;
  text-decoration: none !important !important;
  transition: all 0.25s ease !important;
  font-family: "cy-xtra", sans-serif !important;
  flex-basis: 100%;
  text-transform: uppercase !important;
  font-size: 1.03125rem !important;
  padding: 1rem !important;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_footer .button {
    padding: .5rem 1.5rem;
  }
}
.gform_wrapper form .gform_footer .button:hover {
  color: #ffcc00 !important;
  background-color: #ffffff !important;
}
.gform_wrapper form .gform_footer .button:active:not(.contact) {
  opacity: .9 !important;
  transform: scale(0.98) !important;
  box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.3) !important;
}
.layout-signup .gform_wrapper form .gform_body .gform_fields {
  grid-template-columns: 1fr auto !important;
  gap: 0 !important;
}
.layout-signup .gform_wrapper form .gform_body .gform_fields .gfield {
  grid-column: unset;
}
.slick-slider {
  margin: 0 -0.5rem 2rem;
}
@media screen and (min-width: 1280px) {
  .slick-slider {
    margin: 8rem -0.5rem 2rem;
  }
}
.slick-slider .slick-list {
  overflow: clip visible;
}
.slick-slider .slick-slide {
  height: max-content;
  margin: 0 1.5rem;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-slide {
    margin: 0 .5rem;
  }
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  width: 3rem;
  height: 3rem;
  background-image: url(../images/slider-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  top: 25%;
  transform: none;
  z-index: 5;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  display: none;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: .8;
}
.slick-slider .slick-prev {
  left: .75rem;
  transform: rotate(180deg);
}
.slick-slider .slick-next {
  right: .75rem;
}
.layout-images .slick-slider .slick-prev,
.layout-images .slick-slider .slick-next {
  background-image: url(../images/slider-arrow-square-green.svg);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1280px) {
  .layout-images .slick-slider .slick-prev,
  .layout-images .slick-slider .slick-next {
    height: 5.5rem;
    width: 5.5rem;
  }
}
.layout-images .slick-slider .slick-prev:hover,
.layout-images .slick-slider .slick-next:hover {
  background-image: url(../images/slider-arrow-square-yellow.svg);
  opacity: 1;
}
.layout-images .slick-slider .slick-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-images .slick-slider .slick-prev {
    left: 10rem;
  }
}
.layout-images .slick-slider .slick-next {
  right: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-images .slick-slider .slick-next {
    right: 10rem;
  }
}
.layout-text.style-background + .layout:not(.layout-images) {
  padding-block-start: 5rem !important;
}
