@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1585px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 810px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
  transition: all 0.25s ease;
}
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 {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1rem;
  z-index: 9;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: .5rem;
}
@media screen and (min-width: 810px) {
  .layout-header .full-menu-toggle {
    right: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .toggle {
  font-size: 1.5rem;
}
.layout-header .full-menu-toggle .toggle.close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header nav {
    display: block;
  }
}
.layout-header .header nav .menu {
  display: flex;
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.full-menu-open .full-menu {
  z-index: 1;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Geist", sans-serif;
}
body:not(:has(main section:first-of-type:is(.layout-hero.style-image_background))) {
  padding: 4rem 0 0;
}
@media screen and (min-width: 1280px) {
  body:not(:has(main section:first-of-type:is(.layout-hero.style-image_background))) {
    padding: 6rem 0 0;
  }
}
@media screen and (min-width: 1660px) {
  body:not(:has(main section:first-of-type:is(.layout-hero.style-image_background))) {
    padding: 11rem 0 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block: 0;
}
h1 {
  font-size: 2.25rem;
  font-family: "Geist", sans-serif;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 6.5rem;
  }
}
h2 {
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 5rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  h3 {
    font-size: 3rem;
  }
}
a,
button,
.up {
  cursor: pointer;
}
strong a,
a strong {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 810px) {
  strong a,
  a strong {
    padding: .5rem 1.25rem;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: .75rem 2rem;
    font-size: 1.15rem;
  }
}
strong a:hover,
a strong:hover {
  background-color: #ffffff;
  color: #000000;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.layout-header .skip {
  color: #ffffff;
  background-color: #000000;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
.layout-header .skip:focus {
  position: static;
}
.social-pages {
  display: flex;
  align-items: center;
}
.social-pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-image: url(../images/circle-periwinkle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.social-pages a i {
  color: #000000;
  transition: all 0.25s ease;
}
.social-pages a span {
  display: none;
}
.social-pages a:hover i {
  color: #ffffff;
}
.social-pages a.facebook-f {
  background-image: url(../images/losange-periwinkel.svg);
}
.social-pages a.instagram {
  background-image: url(../images/square-periwinkle.svg);
}
.address,
.phone,
.email {
  display: block;
  width: fit-content;
}
.address i,
.phone i,
.email i {
  display: none;
}
.layout-text ul li,
.layout-textandtext:not(.style-bg_green):not(.style-bg_blue) ul li,
.layout-contents ul li,
.layout-textandimage ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .5rem;
}
.layout-text ul li::before,
.layout-textandtext:not(.style-bg_green):not(.style-bg_blue) ul li::before,
.layout-contents ul li::before,
.layout-textandimage ul li::before {
  content: "";
  display: block;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background-color: #000000;
  margin: .5rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-text ul li::before,
  .layout-textandtext:not(.style-bg_green):not(.style-bg_blue) ul li::before,
  .layout-contents ul li::before,
  .layout-textandimage ul li::before {
    margin: .75rem 0 0;
  }
}
.layout-header {
  transition: all 0.25s ease;
}
.layout-header .contact {
  color: #fe5f01;
  padding: .75rem 2rem;
  background-color: transparent;
  border: 1px solid #fe5f01;
  transition: all 0.25s ease;
  text-transform: uppercase;
}
.layout-header .contact.desktop-contact {
  display: none;
  right: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .contact.desktop-contact {
    display: block;
  }
}
.layout-header .contact.desktop-contact:hover {
  color: #000000;
  background-color: #fe5f01;
}
.layout-header header {
  position: relative;
  z-index: 2;
  background-color: #000000;
}
.layout-header header,
.layout-header header .container {
  height: 4rem;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header header,
  .layout-header header .container {
    height: 6rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header,
  .layout-header header .container {
    height: 11rem;
  }
}
.layout-header header .container {
  max-width: 1785px;
}
.layout-header header .container .home {
  height: 80%;
  left: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .home {
    left: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .container .home {
    height: 50%;
    top: auto;
    bottom: 1rem;
    transform: none;
  }
}
.layout-header header .container .home svg {
  height: 100%;
  width: auto;
}
.layout-header header .container nav {
  right: 250px;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav {
    right: 333px;
  }
}
.layout-header header .container nav .menu {
  gap: 1rem;
  align-items: center;
}
.layout-header header .container nav .menu li a {
  padding: .75rem 2rem;
  color: #ffffff;
  font-size: 1.125rem;
  font-style: normal;
  position: relative;
  isolation: isolate;
}
.layout-header header .container nav .menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #3d3d3d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header header .container nav .menu li a::before {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.layout-header header .container nav .menu li a:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header header .container nav .menu li a::before {
  background-color: #ffffff;
}
.layout-header header .container nav .menu li a:hover::before {
  width: calc(100% - 2rem);
}
.layout-header header .container nav .menu li.active a::before {
  width: calc(100% - 2rem);
}
.layout-header .full-menu {
  background-color: #ffffff;
  padding: 6rem 0 0;
  z-index: 1;
}
.layout-header .full-menu .container nav .menu li a {
  padding: .5rem 1rem;
  margin: .5rem 0;
}
.full-menu-open .layout-header header .container .home svg g path {
  fill: #3d3d3d;
}
.full-menu-open .layout-header header .container .full-menu-toggle {
  color: #3d3d3d;
  border-color: #3d3d3d;
}
.full-menu-open .layout-header header .container .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header header .container .full-menu-toggle .close {
  display: block;
}
.scrolled .layout-header {
  background-color: #3d3d3d;
  top: 0 !important;
}
.scrolled .layout-header header,
.scrolled .layout-header .container {
  height: 3.25rem;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header header,
  .scrolled .layout-header .container {
    height: 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .scrolled .layout-header header,
  .scrolled .layout-header .container {
    height: 7.5rem;
  }
}
.layout-footer {
  padding: 3rem 0;
  background-color: #000000;
  color: #ffffff;
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container {
    grid-template-columns: 2fr 1fr;
  }
}
.layout-footer .container .title {
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  color: #cbd8ff;
  font-weight: 300;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .title {
    grid-column: 1 / -1;
    font-size: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .title {
    font-size: 11rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .title {
    font-size: 15rem;
  }
}
.layout-footer .container .text-and-socials {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .text-and-socials {
    gap: 3.5rem;
  }
}
.layout-footer .container .text-and-socials .text {
  max-width: 640px;
}
.layout-footer .container .text-and-socials .text p {
  line-height: 1.7rem;
  margin: 0;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .text-and-socials .text p {
    font-size: 1.25rem;
  }
}
.layout-footer .container .blocks {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .blocks {
    justify-content: start;
    gap: 5rem;
  }
}
.layout-footer .container .blocks li ul {
  display: grid;
  gap: .75rem;
}
.layout-footer .container .blocks a {
  padding: .25rem;
  margin: 0 0 .25rem;
  transition: all 0.25s ease;
  font-weight: 300;
}
.layout-footer .container .blocks a:hover {
  text-decoration-color: #ffffff;
}
.layout-copyright {
  background-color: #000000;
  color: #ffffff;
  padding: 1rem 0;
  font-size: .85rem;
}
.layout-copyright .container {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: space-between;
  align-items: center;
}
.layout-copyright .container ul {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-copyright .container .menu {
    gap: 1rem;
  }
}
.layout-copyright .container .menu li a {
  text-decoration-color: #ffffff;
  text-underline-offset: unset;
  transition: all 0.25s ease;
}
.layout-copyright .container .menu li a:hover {
  text-decoration-color: transparent;
}
.layout-copyright .container .up {
  display: block;
  background-color: transparent;
  border: 1px solid transparent;
  color: #ffffff;
  box-shadow: none;
  transition: all 0.25s ease;
}
.layout-copyright .container .up:hover {
  background-color: #e682ff;
  border-color: #e682ff;
}
.layout-hero {
  padding: 2rem 0;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-hero {
    padding: 2rem 0 4rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero {
    padding: 4rem 0 9rem;
  }
}
.layout-hero .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-hero .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
  }
}
.layout-hero .container p {
  font-weight: normal;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container p {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .text-and-links {
    padding: 0 0 4rem;
  }
}
.layout-hero .container .text-and-links .links a {
  color: #ffffff;
  background-color: #fe5f01;
  border: 1px solid #fe5f01;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 810px) {
  .layout-hero .container .text-and-links .links a {
    padding: .5rem 1.25rem;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .text-and-links .links a {
    padding: .75rem 2rem;
    font-size: 1.15rem;
  }
}
.layout-hero .container .text-and-links .links a:hover {
  background-color: #ffffff;
  color: #fe5f01;
  transition: all 0.25s ease;
}
.layout-hero .container .text-and-links .links a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-hero .container .image {
  height: 300px;
}
@media screen and (min-width: 1280px) {
  .layout-hero .container .image {
    height: 500px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .container .image {
    height: 700px;
  }
}
.layout-hero .container .image img {
  object-fit: contain;
}
.layout-hero .container .image video,
.layout-hero .container .image iframe {
  width: 100%;
  height: 100%;
}
.layout-hero.style-image_background {
  padding: 0;
}
.layout-hero.style-image_background .container {
  max-width: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.layout-hero.style-image_background .container > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero.style-image_background .container .image {
  height: 70vh;
  position: relative;
  isolation: isolate;
}
.layout-hero.style-image_background .container .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-hero.style-image_background .container .image::before {
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-image_background .container .image {
    height: 85vh;
  }
}
.layout-hero.style-image_background .container .image img {
  object-fit: cover;
}
.layout-hero.style-image_background .container .text-and-links {
  padding: 6.5rem 1rem 2.5rem;
  color: #ffffff;
  align-self: center;
  max-width: 1585px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-hero.style-image_background .container .text-and-links {
    padding: 6.5rem 2rem 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-image_background .container .text-and-links {
    padding: 10rem 2rem 0;
  }
}
@media screen and (min-width: 1585px) {
  .layout-hero.style-image_background .container .text-and-links {
    margin: 0 0 0 calc(50vw - 1585px / 2);
  }
}
.layout-hero.style-image_background .container .text-and-links .text h1 {
  margin: 0 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-image_background .container .text-and-links .text h1 {
    margin: 0 0 1rem;
  }
}
.layout-hero.style-image_background .container .text-and-links .text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 810px) {
  .layout-hero.style-image_background .container .text-and-links .text p {
    max-width: 70%;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-image_background .container .text-and-links .text p {
    font-size: 1.25rem;
  }
}
.layout-hero.style-image_background .container .text-and-links .links {
  margin: 1rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-hero.style-image_background .container .text-and-links .links {
    margin: 2.5rem 0 0;
  }
}
.layout-text {
  background-color: #e682ff;
  padding: 2.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-text {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text {
    padding: 7rem 0;
  }
}
.layout-text .container {
  max-width: 1160px;
  text-align: center;
}
.layout-text .container p {
  margin: 0;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .layout-text .container p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-text .container p {
    font-size: 1.5rem;
  }
}
.single-person .layout-text .container {
  text-align: initial;
}
.layout-textandtext {
  padding: 2rem 0 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext {
    padding: 2rem 0 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext {
    padding: 2rem 0 9rem;
  }
}
.layout-textandtext .container {
  max-width: 1370px;
}
.layout-textandtext .container .intro {
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 950px;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .intro {
    margin: 0 auto 3.5rem;
  }
}
.layout-textandtext .container .intro p {
  margin: 0;
  line-height: 1.25;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .intro p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .intro p {
    font-size: 1.5rem;
  }
}
.layout-textandtext .container .left-and-right {
  padding: 1.5rem 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .left-and-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right {
    padding: 4.5rem;
  }
}
.layout-textandtext .container .left-and-right h2 {
  text-transform: uppercase;
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .left-and-right h3 {
    font-size: 3.5rem;
  }
}
.layout-textandtext .container .left-and-right ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandtext .container .left-and-right ul {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right ul {
    gap: 3.5rem;
  }
}
.layout-textandtext .container .left-and-right ul li {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 1.5rem;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right ul li {
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
  }
}
.layout-textandtext .container .left-and-right ul li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/li-marker-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right ul li::before {
    height: 2.75rem;
    width: 2.75rem;
  }
}
.layout-textandtext .container .left-and-right p {
  line-height: 1.4;
  margin: .5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right p {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext .container .left-and-right p {
    font-size: 1.25rem;
  }
}
.layout-textandtext .container .left-and-right p:has(strong a) {
  margin: 2.25rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext .container .left-and-right .right {
    padding: 0 0 0 5rem;
  }
}
.layout-textandtext .container:has(.gform_wrapper) h2 {
  text-transform: uppercase;
}
.layout-textandtext .container:has(.gform_wrapper) h3 {
  font-size: 1.5rem;
  margin: 0 0 .5rem;
}
.layout-textandtext .container:has(.gform_wrapper) .email,
.layout-textandtext .container:has(.gform_wrapper) .phone,
.layout-textandtext .container:has(.gform_wrapper) .address {
  margin: 0 0 1.5rem;
  line-height: 1.4;
}
.layout-textandtext .container:has(.gform_wrapper) .email p,
.layout-textandtext .container:has(.gform_wrapper) .phone p,
.layout-textandtext .container:has(.gform_wrapper) .address p {
  margin: 0 !important;
}
.layout-textandtext.style-default .container .left-and-right {
  padding: 19px;
}
.layout-textandtext.style-default .container .left-and-right p {
  font-size: 1rem;
  line-height: 1.5;
}
.layout-textandtext.style-default .container .left-and-right p + p {
  margin: 1.5rem 0 .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext.style-default .container .left-and-right .right {
    padding: 0 0 0 6rem;
  }
}
.layout-textandtext.style-bg_green .container .left-and-right {
  background-color: #2ae179;
}
.layout-textandtext.style-bg_blue .container .left-and-right {
  background-color: #474eff;
  color: #ffffff;
}
.layout-textandtext.style-bg_blue .container .left-and-right li::before {
  background-image: url(../images/li-marker-white.svg);
}
.layout-textandtext.style-bg_black .container .left-and-right {
  background-color: #000000;
  color: #ffffff;
}
.layout-textandtext.style-bg_black .container .left-and-right li::before {
  background-image: url(../images/li-marker-white.svg);
}
.layout-textandtext.style-bg_pink .container .left-and-right {
  background-color: #e682ff;
}
.layout-textandtext.style-bg_orange .container .left-and-right {
  background-color: #fe5f01;
  color: #ffffff;
}
.layout-textandtext.style-bg_orange .container .left-and-right li::before {
  background-image: url(../images/li-marker-white.svg);
}
@media screen and (min-width: 1280px) {
  .layout-textandtext:not(:is(.layout-textandtext + .layout-textandtext)) {
    padding: 5rem 0 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext:not(:is(.layout-textandtext + .layout-textandtext)) {
    padding: 11rem 0 2rem;
  }
}
.layout-textandtext:is(.layout-textandtext + .layout-textandtext) {
  padding: 1rem 0 2rem;
}
.layout-textandtext:is(.layout-textandtext:has(+ .layout-textandtext)) {
  padding: 2rem 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext:is(.layout-textandtext:has(+ .layout-textandtext)) {
    padding: 5rem 0 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext:is(.layout-textandtext:has(+ .layout-textandtext)) {
    padding: 11rem 0 1rem;
  }
}
.layout-textandtext:is(.layout-textandtext + .layout-textandtext:not(:has(.layout-textandtext))) {
  padding: 1rem 0 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext:is(.layout-textandtext + .layout-textandtext:not(:has(.layout-textandtext))) {
    padding: 1rem 0 5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext:is(.layout-textandtext + .layout-textandtext:not(:has(.layout-textandtext))) {
    padding: 1rem 0 9rem;
  }
}
.layout-textandtext:has(+ .layout-cta) {
  padding-block-end: 4rem !important;
}
@media screen and (min-width: 1280px) {
  .layout-textandtext:has(+ .layout-cta) {
    padding-block-end: 7rem !important;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandtext:has(+ .layout-cta) {
    padding-block-end: 11rem !important;
  }
}
.page-id-244 .layout-textandtext {
  padding: 1rem 0 1rem !important;
}
.page-id-244 .layout-textandtext.style-bg_green {
  padding-top: 2rem !important;
}
@media screen and (min-width: 1280px) {
  .page-id-244 .layout-textandtext.style-bg_green {
    padding-top: 5rem !important;
  }
}
@media screen and (min-width: 1660px) {
  .page-id-244 .layout-textandtext.style-bg_green {
    padding-top: 11rem !important;
  }
}
.page-id-244 .layout-textandtext.style-bg_pink {
  padding-bottom: 2rem !important;
}
@media screen and (min-width: 1280px) {
  .page-id-244 .layout-textandtext.style-bg_pink {
    padding-bottom: 5rem !important;
  }
}
@media screen and (min-width: 1660px) {
  .page-id-244 .layout-textandtext.style-bg_pink {
    padding-bottom: 11rem !important;
  }
}
.layout-cta {
  position: relative;
  isolation: isolate;
  padding-top: 2rem;
}
.layout-cta::before,
.layout-cta::after {
  content: "";
  display: block;
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  z-index: -1;
}
.layout-cta::before {
  background-color: #ffffff;
  top: 0;
}
.layout-cta::after {
  background-color: #000000;
  bottom: 0;
  height: 35%;
}
.layout-cta .container {
  background-color: #cbd8ff;
  padding: 2rem;
  max-width: 95%;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-cta .container {
    padding: 7rem 2rem;
  }
}
@media screen and (min-width: 1584px) {
  .layout-cta .container {
    max-width: 1520px;
  }
}
.layout-cta .container .text h2 {
  text-transform: uppercase;
}
@media screen and (min-width: 1660px) {
  .layout-cta .container .text h2 {
    font-size: 3.75rem;
  }
}
.layout-cta .container .text p {
  margin: 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .text p {
    font-size: 1.125rem;
  }
}
.layout-cta .container .links {
  margin: 2rem 0 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.layout-cta .container .links li:nth-child(odd) a {
  color: #ffffff;
  background-color: #fe5f01;
  border: 1px solid #fe5f01;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .links li:nth-child(odd) a {
    padding: .5rem 1.25rem;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .links li:nth-child(odd) a {
    padding: .75rem 2rem;
    font-size: 1.15rem;
  }
}
.layout-cta .container .links li:nth-child(odd) a:hover {
  background-color: #ffffff;
  color: #fe5f01;
  transition: all 0.25s ease;
}
.layout-cta .container .links li:nth-child(odd) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-cta .container .links li:nth-child(even) a {
  color: #fe5f01;
  background-color: #cbd8ff;
  border: 1px solid #fe5f01;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .links li:nth-child(even) a {
    padding: .5rem 1.25rem;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .links li:nth-child(even) a {
    padding: .75rem 2rem;
    font-size: 1.15rem;
  }
}
.layout-cta .container .links li:nth-child(even) a:hover {
  background-color: #fe5f01;
  color: #cbd8ff;
  transition: all 0.25s ease;
}
.layout-cta .container .links li:nth-child(even) a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-textandblocks {
  padding: 4rem 0;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1660px) {
  .layout-textandblocks {
    padding: 8rem 0 7rem;
  }
}
.layout-textandblocks .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container {
    gap: 4rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .text {
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .text > *:not(p:has(strong a)) {
    max-width: 50%;
  }
}
.layout-textandblocks .container .text h2 {
  text-transform: uppercase;
  line-height: 1;
}
.layout-textandblocks .container .text p:not(:has(strong a)) {
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .text p:not(:has(strong a)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .text p:has(strong a) {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.layout-textandblocks .container .text p:has(strong a) strong a {
  border: 1px solid #ffffff;
  font-size: 1rem;
}
.layout-textandblocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4rem;
  align-items: center;
  justify-items: center;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-textandblocks .container .blocks li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .blocks li {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
.layout-textandblocks .container .blocks li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e682ff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.layout-textandblocks .container .blocks li .block-text {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  color: #000000;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .blocks li .block-text {
    font-size: 1.25rem;
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-textandblocks .container .blocks li .block-text {
    padding: 0 6rem;
    font-size: 1.375rem;
  }
}
.layout-textandblocks .container .blocks li .block-text::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/check-white-on-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  justify-self: center;
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .blocks li .block-text::before {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.layout-textandblocks .container .blocks li:first-child::before {
  border-radius: 50%;
}
.layout-textandblocks .container .blocks li:nth-child(2) {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 810px) {
  .layout-textandblocks .container .blocks li:nth-child(2) {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .blocks li:nth-child(2) {
    width: 75%;
  }
}
.layout-textandblocks .container .blocks li:nth-child(2)::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (min-width: 1280px) {
  .layout-textandblocks .container .blocks li:nth-child(2) .block-text {
    padding: 0;
  }
}
.layout-textandimage {
  padding: 2rem 0;
}
.layout-textandimage .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container {
    gap: 4rem;
  }
}
.layout-textandimage .container p,
.layout-textandimage .container li {
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container p,
  .layout-textandimage .container li {
    font-size: 1.25rem;
  }
}
.layout-textandimage .container p {
  margin: 1rem 0 0;
}
.layout-textandimage .container p img {
  height: auto;
  width: auto;
  object-fit: contain;
}
.layout-textandimage .container ul {
  margin: 1.5rem 0 0;
}
.layout-testimonialsfeatured .testimonial,
.layout-testimonials .testimonial {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  background-color: #000000;
  color: #ffffff;
  padding: 2.5rem 2rem;
  font-weight: 200;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .testimonial,
  .layout-testimonials .testimonial {
    height: 100%;
  }
}
.layout-testimonialsfeatured .testimonial .image-and-details,
.layout-testimonials .testimonial .image-and-details {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  gap: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .testimonial .image-and-details,
  .layout-testimonials .testimonial .image-and-details {
    grid-template-columns: auto 1fr;
  }
}
.layout-testimonialsfeatured .testimonial .image-and-details .image,
.layout-testimonials .testimonial .image-and-details .image {
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
}
.layout-testimonialsfeatured .testimonial .image-and-details .image img,
.layout-testimonials .testimonial .image-and-details .image img {
  object-fit: contain;
  border-radius: 38%;
  padding: 2px;
}
.layout-testimonialsfeatured .testimonial .image-and-details .details,
.layout-testimonials .testimonial .image-and-details .details {
  align-self: start;
}
.layout-testimonialsfeatured .testimonial .image-and-details .details blockquote,
.layout-testimonials .testimonial .image-and-details .details blockquote {
  margin: 0 0 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .testimonial .image-and-details .details blockquote,
  .layout-testimonials .testimonial .image-and-details .details blockquote {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .testimonial .image-and-details .details .name-and-function,
  .layout-testimonials .testimonial .image-and-details .details .name-and-function {
    min-height: 105px;
  }
}
.layout-testimonialsfeatured .testimonial .image-and-details .details .name-and-function .name,
.layout-testimonials .testimonial .image-and-details .details .name-and-function .name {
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.125rem;
}
.layout-testimonialsfeatured .testimonial .more,
.layout-testimonials .testimonial .more {
  color: #fe5f01;
  background-color: #000000;
  border: 1px solid #fe5f01;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
  height: max-content;
  margin: 0 0 0 auto;
  align-self: end;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .testimonial .more,
  .layout-testimonials .testimonial .more {
    padding: .5rem 1.25rem;
    width: fit-content;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .testimonial .more,
  .layout-testimonials .testimonial .more {
    padding: .75rem 2rem;
    font-size: 1.15rem;
  }
}
.layout-testimonialsfeatured .testimonial .more:hover,
.layout-testimonials .testimonial .more:hover {
  background-color: #fe5f01;
  color: #000000;
  transition: all 0.25s ease;
}
.layout-testimonialsfeatured .testimonial .more:active,
.layout-testimonials .testimonial .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-testimonialsfeatured,
.layout-testimonials {
  background-color: #e682ff;
  padding: 2.5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured,
  .layout-testimonials {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured,
  .layout-testimonials {
    padding: 8rem 0;
  }
}
.layout-testimonialsfeatured .container .text,
.layout-testimonials .container .text {
  text-align: center;
}
.layout-testimonialsfeatured .container .text h2,
.layout-testimonials .container .text h2 {
  text-transform: uppercase;
}
.layout-testimonialsfeatured .container .text p,
.layout-testimonials .container .text p {
  font-weight: 300;
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container .text p,
  .layout-testimonials .container .text p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .container .text p,
  .layout-testimonials .container .text p {
    font-size: 1.5rem;
  }
}
.layout-testimonialsfeatured .container .testimonials,
.layout-testimonials .container .testimonials {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  margin: 2rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .container .testimonials,
  .layout-testimonials .container .testimonials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .container .testimonials,
  .layout-testimonials .container .testimonials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 4rem 0 0;
  }
}
.layout-persons .person,
.layout-personsfeatured .person {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
.layout-persons .person .image,
.layout-personsfeatured .person .image {
  height: 440px;
}
.layout-persons .person .details,
.layout-personsfeatured .person .details {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 1660px) {
  .layout-persons .person .details,
  .layout-personsfeatured .person .details {
    min-height: 170px;
  }
}
.layout-persons .person .details .name,
.layout-personsfeatured .person .details .name {
  text-transform: uppercase;
}
@media screen and (min-width: 810px) {
  .layout-persons .person .details .name,
  .layout-personsfeatured .person .details .name {
    font-size: 1.5rem !important;
  }
}
.layout-persons .person .details .name:hover a,
.layout-personsfeatured .person .details .name:hover a {
  text-decoration-color: inherit;
}
.layout-persons .person .details .function,
.layout-personsfeatured .person .details .function {
  margin: .5rem 0;
  font-size: 1.125rem;
}
.layout-persons .person .details .text,
.layout-personsfeatured .person .details .text {
  line-height: 1.25;
  align-self: start;
}
@media screen and (min-width: 810px) {
  .layout-persons .person .details .text,
  .layout-personsfeatured .person .details .text {
    min-height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-persons .person .details .text,
  .layout-personsfeatured .person .details .text {
    min-height: 80px;
  }
}
.layout-persons .person .details .mail-and-linkedin,
.layout-personsfeatured .person .details .mail-and-linkedin {
  display: flex;
  gap: .25rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: .5rem 0 0;
}
.layout-persons .person .details .mail-and-linkedin .mail,
.layout-personsfeatured .person .details .mail-and-linkedin .mail,
.layout-persons .person .details .mail-and-linkedin .linkedin,
.layout-personsfeatured .person .details .mail-and-linkedin .linkedin {
  display: flex;
  align-items: center;
  gap: .5rem;
  text-transform: uppercase;
  align-self: start;
}
.layout-persons .person .details .mail-and-linkedin .mail::after,
.layout-personsfeatured .person .details .mail-and-linkedin .mail::after,
.layout-persons .person .details .mail-and-linkedin .linkedin::after,
.layout-personsfeatured .person .details .mail-and-linkedin .linkedin::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/arrow-top-right-black.svg);
  background-size: .75rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.layout-persons,
.layout-personsfeatured {
  background-color: #ffffff;
  padding: 2rem 0;
}
@media screen and (min-width: 1280px) {
  .layout-persons,
  .layout-personsfeatured {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1660px) {
  .layout-persons,
  .layout-personsfeatured {
    padding: 11rem 0 10rem;
  }
}
.layout-persons .container .text h2,
.layout-personsfeatured .container .text h2 {
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.layout-persons .container .text p,
.layout-personsfeatured .container .text p {
  margin: 0;
  line-height: 1.5;
}
.layout-persons .container .persons,
.layout-personsfeatured .container .persons {
  position: relative;
  margin: 2rem 0 0;
}
.layout-persons .container .persons::after,
.layout-personsfeatured .container .persons::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/Isolatiemodus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: -2rem;
  right: -1rem;
}
@media screen and (min-width: 1660px) {
  .layout-persons .container .persons::after,
  .layout-personsfeatured .container .persons::after {
    height: 175px;
    width: 175px;
    top: -5rem;
    right: -5rem;
  }
}
.home .layout-persons,
.home .layout-personsfeatured {
  background-color: #f7f7f7;
}
.layout-persons .container .persons {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}
@media screen and (min-width: 810px) {
  .layout-persons .container .persons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-persons .container .persons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.gform_wrapper {
  border-radius: 1rem;
  break-inside: avoid;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields {
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .gform_wrapper form .gform_body .gform_fields .gfield {
    display: flex;
    align-items: center;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label {
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .gform_wrapper form .gform_body .gform_fields .gfield label {
    font-size: 1rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  min-height: 3.5rem;
  border-radius: .25rem;
  background-color: #ffffff;
  border: 1px solid #dce2e8;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea:focus,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select:focus {
  outline: 2px solid #fe5f01;
  background-image: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
  color: #3d3d3d;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input::placeholder,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea::placeholder,
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select::placeholder {
    font-size: 1.125rem;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
  color: #3d3d3d;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container select {
    font-size: 1.125rem;
  }
}
.gform_wrapper form .gform_footer .gform_button {
  background-color: #fe5f01 !important;
  color: #ffffff !important;
  border-radius: 0 !important;
  border: 1px solid #fe5f01 !important;
  width: 100% !important;
  font-weight: 500 !important;
  min-height: 3.5rem !important;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .gform_wrapper form .gform_footer .gform_button {
    font-size: 1.125rem !important;
    padding: 1rem 0 !important;
  }
}
.gform_wrapper form .gform_footer .gform_button:hover {
  background-color: #ffffff !important;
  color: #fe5f01 !important;
}
.slick-slider {
  margin: 0 -0.5rem;
  padding: 2rem 0 5rem;
}
@media screen and (min-width: 1280px) {
  .slick-slider {
    padding: 2rem 0;
  }
}
.slick-slider .slick-list {
  overflow: clip visible;
}
.slick-slider .slick-list .slick-slide {
  height: auto;
  margin: 0 .5rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  height: 4rem;
  width: 4rem;
  top: auto;
  bottom: .5rem;
  transform: none;
  z-index: 2;
  background-image: url(../images/chevron-left-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  display: none;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-image: url(../images/chevron-left-pink.svg);
}
.slick-slider .slick-prev {
  left: calc(50% - 4rem);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev {
    left: -2rem;
  }
}
@media screen and (min-width: 1380px) {
  .slick-slider .slick-prev {
    left: -4rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev {
    left: -5rem;
  }
}
.slick-slider .slick-next {
  right: calc(50% - 4rem);
  transform: rotateY(180deg);
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-next {
    right: -2rem;
    transform: translateY(-50%) rotateY(180deg);
  }
}
@media screen and (min-width: 1380px) {
  .slick-slider .slick-next {
    right: -4rem;
  }
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-next {
    right: -5rem;
  }
}
.slick-slider .slick-dots li {
  height: auto;
  width: auto;
}
.slick-slider .slick-dots li button {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #000000;
}
.slick-slider .slick-dots li button::before {
  display: none;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #fe5f01;
}
