@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1460px;
  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: 3rem;
  width: 3rem;
}
.layout-header .full-menu-toggle .open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout-header .header nav {
    display: block;
  }
}
.layout-header .header nav .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  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;
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
/* fonts, links and headers */
/* vars */
.btn {
  background-color: #e1fc58 !important;
  border: 1px solid #000000;
  color: #000000 !important;
  border-radius: 30px !important;
  padding: 0.5rem 1.5rem !important;
}
.btn:hover {
  background-color: #fad934 !important;
}
body {
  font-family: "Poppins", sans-serif;
}
body:not(:has(.layout-hero)) {
  padding: 60px 0 0;
}
@media screen and (min-width: 1280px) {
  body:not(:has(.layout-hero)) {
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 1660px) {
  body:not(:has(.layout-hero)) {
    padding: 163px 0 0;
  }
}
header .skip {
  color: #ffffff;
  background-color: #000000;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
header .skip:focus {
  position: static;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  font-size: 1.75rem;
  font-weight: 300;
  letter-spacing: -1px;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.5rem;
  }
}
h1 strong {
  font-weight: 600;
}
h2 {
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: -1px;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 3rem;
  }
}
h2 strong {
  font-weight: 700;
}
h3 {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.375rem;
  }
}
h4 {
  font-size: 1rem;
}
@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 1.15rem;
  }
}
a,
button,
select,
.up,
.full-search-toggle {
  cursor: pointer;
}
img {
  height: 100%;
  width: 100%;
}
.address p {
  margin: 0;
}
.social-pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: all 500ms ease-out;
}
.social-pages a i {
  font-size: 1.25rem;
}
.social-pages a span {
  display: none;
}
.social-pages a:hover {
  transform: rotateY(360deg);
}
.layout-blocks .block,
.layout-cta .cta {
  position: relative;
  border-radius: 1rem;
}
.layout-blocks .block .image,
.layout-cta .cta .image {
  height: 450px;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .block .image,
  .layout-cta .cta .image {
    height: 550px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .block .image,
  .layout-cta .cta .image {
    height: 690px;
  }
}
.layout-blocks .block .image img,
.layout-cta .cta .image img {
  border-radius: 1rem;
}
.layout-blocks .block .text,
.layout-cta .cta .text {
  padding: 1rem;
  border-radius: 2rem;
  background-color: #e1fc58;
  transform: rotate(1deg);
  width: calc(100% - 2rem);
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  text-align: center;
  font-weight: 300;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .block .text,
  .layout-cta .cta .text {
    width: calc(100% - 4rem);
    left: 2rem;
    top: 2rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-blocks .block .text,
  .layout-cta .cta .text {
    font-size: 1.75rem;
    padding: 1rem 2rem;
  }
}
.layout-blocks .block .text strong,
.layout-cta .cta .text strong {
  font-weight: 900;
}
.layout-blocks .block .link,
.layout-cta .cta .link {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  width: calc(100% - 2rem);
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-blocks .block .link,
  .layout-cta .cta .link {
    width: fit-content;
  }
}
.layout-blocks .block .link::after,
.layout-cta .cta .link::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fad934;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-blocks .block .link:hover,
.layout-cta .cta .link:hover {
  background-color: #fad934;
}
.layout-blocks .block .link:hover::after,
.layout-cta .cta .link:hover::after {
  background-color: #ffffff;
}
.layout-blocks .block .link:active,
.layout-cta .cta .link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-blocks .block .link,
  .layout-cta .cta .link {
    width: max-content;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1280px) {
  .layout-header header {
    position: relative;
  }
}
.layout-header header,
.layout-header header .container {
  height: 60px;
}
@media screen and (min-width: 1280px) {
  .layout-header header,
  .layout-header header .container {
    height: 100px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header,
  .layout-header header .container {
    height: 163px;
  }
}
.layout-header header .container {
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-header header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    padding: 1rem 2rem;
  }
  .scrolled .layout-header header .container {
    top: 24%;
  }
}
@media screen and (min-width: 1460px) {
  .layout-header header .container {
    left: calc(50vw - 1460px / 2);
    transform: translateY(-50%);
    margin: 0;
    border-radius: .5rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header header .container {
    height: 80px;
  }
}
.layout-header header .container .home {
  height: 80%;
  width: 150px;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container .home {
    width: 180px;
  }
}
.layout-header header .container .home svg {
  height: 100%;
  width: 100%;
}
.layout-header header .container nav {
  left: 50%;
  transform: translate(-44%, -50%) !important;
  width: max-content;
}
.layout-header header .container nav .menu {
  gap: .5rem;
}
.layout-header header .container nav .menu li a {
  padding: .5rem;
  border-radius: .25rem;
  background-color: transparent;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1660px) {
  .layout-header header .container nav .menu li a {
    font-size: 1.125rem;
  }
}
.layout-header header .container nav .menu li a:hover {
  background-color: #fcee9f;
}
.layout-header header .container nav .menu li.active > a {
  font-weight: 700;
}
.layout-header header .container nav .menu li .sub-menu {
  position: absolute;
  padding-top: 29px;
  top: 29px;
  display: none;
}
.layout-header header .container nav .menu li .sub-menu li a {
  background-color: #ffffff;
  padding: 10px 19px;
  display: block;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.layout-header header .container nav .menu li .sub-menu li a:hover {
  background-color: #fcee9f;
}
.layout-header header .container nav .menu li:hover .sub-menu {
  display: block;
}
.layout-header header .container .full-menu-toggle {
  right: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-header header .container .full-menu-toggle {
    right: 2rem;
    display: none;
  }
}
.layout-header .full-menu {
  padding: 2rem 0 0;
  background-color: #ffffff;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    padding: 132px 2rem 2rem;
    width: fit-content;
    height: max-content;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .full-menu {
    padding: 182px 2rem 2rem;
  }
}
.layout-header .full-menu .container nav li a {
  padding: .5rem 1rem;
  margin: 0 0 .25rem;
  font-size: 1.125rem;
}
.layout-header .full-menu .toggle {
  background: none;
  border: none;
}
.layout-header .sub-menu {
  padding-left: 20px;
}
.full-menu-open .layout-header .full-menu {
  top: 60px;
}
@media screen and (min-width: 1280px) {
  .full-menu-open .layout-header .full-menu {
    top: 0;
  }
}
.layout-footer {
  padding: 2.5rem 0;
  background-color: #000000;
  border-radius: 2rem 2rem 0 0;
  color: #ffffff;
}
.layout-footer .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .text-and-pages .pages-text {
    max-width: 50%;
  }
}
.layout-footer .container .text-and-pages .pages-text h2 {
  font-weight: 700;
}
.layout-footer .container .text-and-pages .pages-text p {
  font-size: 1.125rem;
  line-height: 1.3;
}
.layout-footer .container .text-and-pages .pages {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.5rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .text-and-pages .pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .text-and-pages .pages {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}
.layout-footer .container .text-and-pages .pages li {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #ffffff;
  color: #000000;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .text-and-pages .pages li {
    padding: 3rem 2rem 2rem;
  }
}
.layout-footer .container .text-and-pages .pages li .page-text {
  font-size: .75rem;
  line-height: 1.7;
  margin: 1rem 0;
}
.layout-footer .container .text-and-pages .pages li .page-link {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #e1fc58;
  border: 1px solid #e1fc58;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .text-and-pages .pages li .page-link {
    width: fit-content;
  }
}
.layout-footer .container .text-and-pages .pages li .page-link::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-footer .container .text-and-pages .pages li .page-link:hover {
  background-color: #ffffff;
}
.layout-footer .container .text-and-pages .pages li .page-link:hover::after {
  background-color: #e1fc58;
}
.layout-footer .container .text-and-pages .pages li .page-link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-footer .container .text-and-pages .pages li .page-link {
    width: 100%;
  }
}
.layout-footer .container .logo-and-blocks {
  padding: 2rem 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-blocks {
    grid-template-columns: 1fr 3fr;
  }
}
.layout-footer .container .logo-and-blocks .logo-text-and-socials .home {
  height: 60px;
  width: 150px;
}
@media screen and (min-width: 1660px) {
  .layout-footer .container .logo-and-blocks .logo-text-and-socials .home {
    width: 180px;
  }
}
.layout-footer .container .logo-and-blocks .logo-text-and-socials .home svg {
  height: 100%;
  width: 100%;
}
.layout-footer .container .logo-and-blocks .logo-text-and-socials .home svg #tspan12 {
  fill: #fff;
}
.layout-footer .container .logo-and-blocks .logo-text-and-socials .home svg #polyline4,
.layout-footer .container .logo-and-blocks .logo-text-and-socials .home svg #path2 {
  stroke: #fff;
}
.layout-footer .container .logo-and-blocks .logo-text-and-socials .logo-text {
  font-size: .8rem;
  margin: 0;
}
.layout-footer .container .logo-and-blocks .logo-text-and-socials .social-pages {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.layout-footer .container .logo-and-blocks .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-and-blocks .blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-blocks .blocks {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-footer .container .logo-and-blocks .blocks h4 {
  margin: 0 0 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-footer .container .logo-and-blocks .blocks h4 {
    font-size: 1rem;
  }
}
.layout-footer .container .logo-and-blocks .blocks li li {
  line-height: 1.5;
}
.layout-footer .container .logo-and-blocks .blocks li li a {
  padding: .25rem 0;
}
.layout-footer .container .logo-and-blocks .blocks p strong a {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #fad934;
  border: 1px solid #fad934;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .logo-and-blocks .blocks p strong a {
    width: fit-content;
  }
}
.layout-footer .container .logo-and-blocks .blocks p strong a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-footer .container .logo-and-blocks .blocks p strong a:hover {
  background-color: #ffffff;
}
.layout-footer .container .logo-and-blocks .blocks p strong a:hover::after {
  background-color: #fad934;
}
.layout-footer .container .logo-and-blocks .blocks p strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-copyright {
  padding: 1rem 0 2rem;
  color: #ffffff;
  background-color: #000000;
  font-size: 14px;
}
.layout-copyright .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .25rem;
}
.layout-copyright .container .up {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0 0 0 1rem;
  border-radius: 50%;
  padding: 5px;
  width: 29px;
  height: 29px;
}
.layout-copyright .container .up:hover {
  background-color: #000000;
  color: #ffffff;
}
.layout-hero {
  position: relative;
}
.layout-hero .image {
  height: 300px;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.layout-hero .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-hero .image::before {
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-hero .image {
    height: 680px;
  }
}
.layout-hero:has(.cta) .image {
  height: 650px;
}
@media screen and (min-width: 810px) {
  .layout-hero:has(.cta) .image {
    height: 680px;
  }
}
.layout-hero:has(.cta):has(.review) {
  height: 755px;
}
@media screen and (min-width: 810px) {
  .layout-hero:has(.cta):has(.review) {
    height: 680px;
  }
}
.layout-hero .text-and-cta {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  position: absolute;
  top: 92px;
  left: 2rem;
  right: 2rem;
  z-index: 3;
  max-width: 1460px;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-cta {
    grid-template-columns: 2fr 1fr;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
  }
}
@media screen and (min-width: 1460px) {
  .layout-hero .text-and-cta {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.layout-hero .text-and-cta .text {
  color: #ffffff;
}
.layout-hero .text-and-cta .cta {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-cta .cta {
    padding: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-cta .cta {
    max-width: 400px;
  }
}
.layout-hero .text-and-cta .cta .cta-title {
  padding: 1rem;
  border-radius: 2rem;
  background-color: #e1fc58;
  margin: -2rem -2rem 1rem;
  transform: rotate(1deg);
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-cta .cta .cta-title {
    margin: -3rem -3rem 1rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-cta .cta .cta-title {
    padding: 1.5rem 2rem;
    border-radius: 2.5rem;
    max-width: 450px;
  }
}
.layout-hero .text-and-cta .cta .cta-title h2 {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout-hero .text-and-cta .cta .cta-title h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .text-and-cta .cta .cta-title h2 {
    font-size: 1.5rem;
  }
}
.layout-hero .text-and-cta .cta .cta-title strong {
  font-weight: 900;
}
.layout-hero .text-and-cta .cta .cta-usps {
  color: #424242;
  padding: 1rem 0 0;
}
.layout-hero .text-and-cta .cta .cta-usps ul li {
  display: flex;
  gap: .25rem;
  line-height: 1.7;
}
.layout-hero .text-and-cta .cta .cta-usps ul li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/check-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-hero .text-and-cta .cta .cta-link {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #fcee9f;
  border: 1px solid #fcee9f;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  margin: 1rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-cta .cta .cta-link {
    width: fit-content;
  }
}
.layout-hero .text-and-cta .cta .cta-link::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fad934;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-hero .text-and-cta .cta .cta-link:hover {
  background-color: #fad934;
}
.layout-hero .text-and-cta .cta .cta-link:hover::after {
  background-color: #fcee9f;
}
.layout-hero .text-and-cta .cta .cta-link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-hero .text-and-cta .cta .cta-link {
    width: 100%;
  }
}
.layout-hero .review {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  right: 1rem;
  z-index: 3;
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .layout-hero .review {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.layout-hero .review .review-image {
  height: 1.5rem;
  width: auto;
}
.layout-hero .review .review-image img {
  object-fit: contain;
}
.layout-blocks {
  padding: 2.5rem 0;
  background: linear-gradient(to top, #f2f5d5, transparent);
}
.layout-blocks .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-blocks .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-usps {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.layout-usps .container .usps .usp {
  padding: 1rem .5rem 2rem;
  border-radius: .5rem;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  justify-items: center;
  text-align: center;
}
.layout-usps .container .usps .usp .icon {
  height: 5rem;
  width: 6rem;
}
.layout-usps .container .usps .usp .icon img {
  object-fit: contain;
}
.layout-usps .container .usps .usp .usp-text {
  min-height: 170px;
}
.layout-usps .container .usps .usp .usp-text p {
  font-size: .9rem;
  line-height: 1.3;
  margin: 1.5rem 0;
}
.layout-usps .container .usps .usp .usp-text a {
  font-weight: 600;
  text-decoration-color: inherit;
  transition: all 0.25s ease;
}
.layout-usps .container .usps .usp .usp-text a:hover {
  text-decoration-color: transparent;
}
.layout-usps:is(.layout-text + .layout-usps) {
  padding: 0 0 2.5rem;
}
.layout-contents {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.layout-contents .container .text h2 {
  font-weight: 700;
}
.layout-contents .container .text p {
  margin: .5rem 0;
  line-height: 1.3;
}
@media screen and (min-width: 1280px) {
  .layout-contents .container .text p {
    font-size: 1.125rem;
  }
}
.layout-contents .container .text p + p {
  margin: 1.5rem 0 .5rem;
}
.layout-contents .container .text strong a {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #fad934;
  border: 1px solid #fad934;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  margin: 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-contents .container .text strong a {
    width: fit-content;
  }
}
.layout-contents .container .text strong a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-contents .container .text strong a:hover {
  background-color: #ffffff;
}
.layout-contents .container .text strong a:hover::after {
  background-color: #fad934;
}
.layout-contents .container .text strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-contents .container .text .gform_wrapper {
  padding: 2rem;
  border-radius: 30px;
  background-color: #ffffff;
}
.layout-contents .container .text .gotrgf_form_wrapper {
  background-color: #ffffff;
}
.layout-contents .container .text .gotrgf_form_wrapper .gform_wrapper {
  padding: 0;
}
.layout-contents .woocommerce-MyAccount-navigation .box,
.layout-contents .woocommerce-MyAccount-content {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  border-radius: 0.5rem;
  margin-bottom: 2em;
}
.layout-contents .woocommerce-MyAccount-navigation .box h3,
.layout-contents .woocommerce-MyAccount-content h3 {
  display: inline-block;
  margin-bottom: 2em;
}
.layout-contents .woocommerce-MyAccount-navigation .box a.btn.top,
.layout-contents .woocommerce-MyAccount-content a.btn.top {
  float: right;
}
.layout-contents .woocommerce-MyAccount-navigation ul li {
  padding: 0.5rem 0;
}
.layout-contents .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: underline;
}
.layout-contents .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: bold;
}
.layout-aanvraag,
.layout-check {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.layout-aanvraag .container h2,
.layout-check .container h2 {
  font-weight: 700;
}
.layout-aanvraag .container p,
.layout-check .container p {
  margin: .5rem 0;
  line-height: 1.3;
}
@media screen and (min-width: 1280px) {
  .layout-aanvraag .container p,
  .layout-check .container p {
    font-size: 1.125rem;
  }
}
.layout-aanvraag .container p + p,
.layout-check .container p + p {
  margin: 1.5rem 0 .5rem;
}
.layout-aanvraag .container strong a,
.layout-check .container strong a {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #fad934;
  border: 1px solid #fad934;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  margin: 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-aanvraag .container strong a,
  .layout-check .container strong a {
    width: fit-content;
  }
}
.layout-aanvraag .container strong a::after,
.layout-check .container strong a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-aanvraag .container strong a:hover,
.layout-check .container strong a:hover {
  background-color: #ffffff;
}
.layout-aanvraag .container strong a:hover::after,
.layout-check .container strong a:hover::after {
  background-color: #fad934;
}
.layout-aanvraag .container strong a:active,
.layout-check .container strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-aanvraag .container .gform_wrapper,
.layout-check .container .gform_wrapper {
  padding: 2rem;
  border-radius: 30px;
  background-color: #ffffff;
}
.layout-aanvraag .container .gotrgf_form_wrapper,
.layout-check .container .gotrgf_form_wrapper {
  background-color: #ffffff;
}
.layout-aanvraag .container .gotrgf_form_wrapper .gform_wrapper,
.layout-check .container .gotrgf_form_wrapper .gform_wrapper {
  padding: 0;
}
.layout-aanvraag .boxwrapper,
.layout-check .boxwrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2em;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (min-width: 1280px) {
  .layout-aanvraag .boxwrapper .left,
  .layout-check .boxwrapper .left {
    width: 65%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-aanvraag .boxwrapper .right,
  .layout-check .boxwrapper .right {
    width: 30%;
  }
}
.layout-aanvraag .box,
.layout-check .box {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  border-radius: 0.5rem;
  margin-bottom: 2em;
}
.layout-aanvraag .leaflet-container,
.layout-check .leaflet-container {
  border-radius: 0.5em;
}
table.wc-block-cart-items,
.wc-block-cart__sidebar,
.wc-block-checkout__form,
.wp-block-woocommerce-checkout-order-summary-block,
.woocommerce-order,
.woocommerce-form-register,
.woocommerce-form-login {
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  padding: 1.5em;
  border-radius: 0.5rem;
  margin-bottom: 2em;
}
.layout-text {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
  text-align: center;
}
.layout-text.style-boxed .container {
  max-width: 900px;
  text-align: left;
  padding: 3.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
.layout-text .container .text h2 {
  font-weight: 700;
}
.layout-text .container .text p {
  margin: .5rem 0;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-text .container .text p {
    font-size: 1.125rem;
  }
}
.layout-text .container .text p + p {
  margin: 1.5rem 0 .5rem;
}
.layout-text .container .text strong a {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #fad934;
  border: 1px solid #fad934;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  margin: 0 auto;
}
@media screen and (min-width: 810px) {
  .layout-text .container .text strong a {
    width: fit-content;
  }
}
.layout-text .container .text strong a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-text .container .text strong a:hover {
  background-color: #ffffff;
}
.layout-text .container .text strong a:hover::after {
  background-color: #fad934;
}
.layout-text .container .text strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-text .container .text p a {
  text-decoration: underline;
}
.layout-text .container .text p a:hover {
  text-decoration: none;
}
.layout-text .container .text .gform_wrapper {
  padding: 2rem;
  border-radius: 30px;
  background-color: #ffffff;
  text-align: left;
}
.layout-text .container .text .gotrgf_form_wrapper {
  background-color: #ffffff;
}
.layout-text .container .text .gotrgf_form_wrapper .gform_wrapper {
  padding: 0;
}
.layout-steps {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
  color: #424242;
}
.layout-steps .container .steps {
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (min-width: 810px) {
  .layout-steps .container .steps {
    justify-items: center;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .steps {
    display: flex;
  }
}
@media screen and (min-width: 810px) {
  .layout-steps .container .steps li .step .step-title {
    font-size: 1.125rem;
  }
}
.layout-steps .container .steps li .step p {
  font-weight: 300;
  line-height: 1.3;
  margin: 1.5rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .steps li .step p {
    font-size: 1.125rem;
  }
}
.layout-steps .container .steps li:not(:last-child) {
  position: relative;
}
.layout-steps .container .steps li:not(:last-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #424242;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1280px) {
  .layout-steps .container .steps li:not(:last-child)::before {
    left: auto;
    right: -.75rem;
    height: 75%;
    width: 1px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.layout-steps:is(.layout-text + .layout-steps) {
  padding: 0 0 2.5rem;
}
.layout-textandimage {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.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));
  }
}
.layout-textandimage .container .text-wrapper {
  padding: 2.5rem;
  background-color: #ffffff;
  border-radius: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container .text-wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    align-items: center;
  }
}
.layout-textandimage .container .text-wrapper .text h3 {
  font-weight: 700;
}
@media screen and (min-width: 1660px) {
  .layout-textandimage .container .text-wrapper .text h3 {
    font-size: 2rem;
  }
}
.layout-textandimage .container .text-wrapper .text p {
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .layout-textandimage .container .text-wrapper .text p {
    font-size: 1.125rem;
  }
}
.layout-textandimage .container .image {
  height: 400px;
}
.layout-textandimage .container .image img {
  border-radius: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .text-wrapper {
    order: 2;
  }
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container .image {
    order: 1;
  }
}
.layout-cta {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.layout-cta .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-cta .container {
    grid-template-columns: auto 1fr;
  }
}
.layout-cta .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-cta .container .blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-cta .container .blocks li {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
}
.layout-cta:is(.layout-text + .layout-cta) {
  padding: 0 0 2.5rem;
}
.layout-subventions .subvention,
.layout-subventionsfeatured .subvention,
.layout-subventionsslider .subvention {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 3.5rem 1.5rem 4rem;
  border-radius: 1rem;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-subventions .subvention,
  .layout-subventionsfeatured .subvention,
  .layout-subventionsslider .subvention {
    height: 100%;
  }
}
.layout-subventions .subvention .savings,
.layout-subventionsfeatured .subvention .savings,
.layout-subventionsslider .subvention .savings {
  padding: 1rem 1.5rem;
  border-radius: 3rem;
  background: linear-gradient(to right, #e1fc58, #fad934);
  width: fit-content;
  margin: 0 auto;
  height: max-content;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: .85rem;
}
.layout-subventions .subvention .title,
.layout-subventionsfeatured .subvention .title,
.layout-subventionsslider .subvention .title {
  text-align: left;
}
.layout-subventions .subvention .text,
.layout-subventionsfeatured .subvention .text,
.layout-subventionsslider .subvention .text {
  margin: .5rem 0;
  font-size: .85rem;
  line-height: 1.5;
  text-align: left;
  min-height: 85px;
}
.layout-subventions .subvention .more,
.layout-subventionsfeatured .subvention .more,
.layout-subventionsslider .subvention .more {
  text-decoration: underline;
  transition: all 0.25s ease;
  font-weight: 600;
  text-align: left;
}
.layout-subventions .subvention .more:hover,
.layout-subventionsfeatured .subvention .more:hover,
.layout-subventionsslider .subvention .more:hover {
  text-decoration-color: transparent;
}
.layout-subventions,
.layout-subventionsfeatured {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.layout-subventions .container,
.layout-subventionsfeatured .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-subventions .container,
  .layout-subventionsfeatured .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-subventions .container,
  .layout-subventionsfeatured .container {
    grid-template-columns: auto 1fr;
  }
}
.layout-subventions .container .cta,
.layout-subventionsfeatured .container .cta {
  position: relative;
  height: max-content;
}
@media screen and (min-width: 1280px) {
  .layout-subventions .container .cta,
  .layout-subventionsfeatured .container .cta {
    width: 389.33333333px;
  }
}
.layout-subventions .container .cta .image,
.layout-subventionsfeatured .container .cta .image {
  height: 500px;
}
.layout-subventions .container .cta .image img,
.layout-subventionsfeatured .container .cta .image img {
  border-radius: 1rem;
}
.layout-subventions .container .cta .title,
.layout-subventionsfeatured .container .cta .title {
  padding: 1rem;
  border-radius: 2rem;
  background-color: #e1fc58;
  transform: rotate(1deg);
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout-subventions .container .cta .title,
  .layout-subventionsfeatured .container .cta .title {
    font-size: 1.25rem;
    max-width: 350px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-subventions .container .cta .title,
  .layout-subventionsfeatured .container .cta .title {
    font-size: 1.5rem;
  }
}
.layout-subventions .container .cta .title p,
.layout-subventionsfeatured .container .cta .title p {
  margin: 0;
  font-weight: 300;
}
.layout-subventions .container .cta .title strong,
.layout-subventionsfeatured .container .cta .title strong {
  font-weight: 900;
}
.layout-subventions .container .cta .usps,
.layout-subventionsfeatured .container .cta .usps {
  color: #424242;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}
.layout-subventions .container .cta .usps ul li,
.layout-subventionsfeatured .container .cta .usps ul li {
  display: flex;
  gap: .25rem;
  line-height: 1.7;
}
.layout-subventions .container .cta .usps ul li::before,
.layout-subventionsfeatured .container .cta .usps ul li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/check-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-subventions .container .cta .usps strong a,
.layout-subventionsfeatured .container .cta .usps strong a {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #fcee9f;
  border: 1px solid #fcee9f;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-subventions .container .cta .usps strong a,
  .layout-subventionsfeatured .container .cta .usps strong a {
    width: fit-content;
  }
}
.layout-subventions .container .cta .usps strong a::after,
.layout-subventionsfeatured .container .cta .usps strong a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fad934;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-subventions .container .cta .usps strong a:hover,
.layout-subventionsfeatured .container .cta .usps strong a:hover {
  background-color: #fad934;
}
.layout-subventions .container .cta .usps strong a:hover::after,
.layout-subventionsfeatured .container .cta .usps strong a:hover::after {
  background-color: #fcee9f;
}
.layout-subventions .container .cta .usps strong a:active,
.layout-subventionsfeatured .container .cta .usps strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-subventions .container .cta .usps strong a,
  .layout-subventionsfeatured .container .cta .usps strong a {
    width: 100%;
  }
}
.layout-subventions .container .subventions,
.layout-subventionsfeatured .container .subventions {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-subventions .container .subventions,
  .layout-subventionsfeatured .container .subventions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.layout-subventions .facetwp-pager {
  display: flex;
  gap: .25rem;
  justify-content: center;
  margin: 1rem 0 0;
}
.layout-subventions .facetwp-pager .facetwp-page {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: .25rem;
}
@media screen and (min-width: 1280px) {
  .layout-subventionsfeatured .container .cta {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .layout-subventionsfeatured .container .cta .image {
    height: 100%;
  }
}
.layout-subventionsfeatured:is(.layout-text + .layout-subventionsfeatured) {
  padding: 0 0 2.5rem;
}
.layout-subventionsslider {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.layout-subventionsslider .container {
  max-width: none;
}
.layout-subventionsslider .container .title-and-all {
  max-width: 1460px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .layout-subventionsslider .container .title-and-all {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
.layout-subventionsslider .container .title-and-all .link-to-all {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  margin: 1rem 0 0;
}
@media screen and (min-width: 810px) {
  .layout-subventionsslider .container .title-and-all .link-to-all {
    width: fit-content;
  }
}
.layout-subventionsslider .container .title-and-all .link-to-all::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fad934;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-subventionsslider .container .title-and-all .link-to-all:hover {
  background-color: #fad934;
}
.layout-subventionsslider .container .title-and-all .link-to-all:hover::after {
  background-color: #ffffff;
}
.layout-subventionsslider .container .title-and-all .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1280px) {
  .layout-subventionsslider .container .title-and-all .link-to-all {
    margin: 0;
  }
}
.layout-subventionsslider .container .subventions {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1280px) {
  .layout-subventionsslider .container .subventions {
    margin: 2rem 0 0 100px;
  }
}
@media screen and (min-width: 1460px) {
  .layout-subventionsslider .container .subventions {
    margin: 2rem 0 0 calc(50vw - 1460px / 2 + 2rem);
  }
}
.layout-faq .faq,
.layout-faqfeatured .faq {
  padding: 1rem 2rem;
  border-radius: .5rem;
  background-color: #ffffff;
  position: relative;
  transition: all 0.25s ease;
}
.layout-faq .faq .question,
.layout-faqfeatured .faq .question {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-weight: 300;
  transition: all 0.25s ease;
}
.layout-faq .faq .question .icon,
.layout-faqfeatured .faq .question .icon {
  height: 2rem;
  width: 2rem;
  background-image: url(../images/arrow-right-grey.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 0.25s ease;
}
.layout-faq .faq .answer,
.layout-faqfeatured .faq .answer {
  z-index: 9;
  opacity: 0;
  background-color: #ffffff;
  padding: 1rem 0;
  border-radius: 0 0 .5rem .5rem;
  transition: opacity 250ms ease-out;
  width: 100%;
  display: none;
}
.layout-faq .faq.unfolded,
.layout-faqfeatured .faq.unfolded {
  border-radius: .5rem .5rem 0 0;
}
.layout-faq .faq.unfolded .question,
.layout-faqfeatured .faq.unfolded .question {
  font-weight: 500;
}
.layout-faq .faq.unfolded .question .icon,
.layout-faqfeatured .faq.unfolded .question .icon {
  rotate: 90deg;
}
.layout-faq .faq.unfolded .answer,
.layout-faqfeatured .faq.unfolded .answer {
  opacity: 1;
  top: 100%;
  display: block;
}
.layout-faq,
.layout-faqfeatured {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.layout-faq .container .faqs,
.layout-faqfeatured .container .faqs {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
.layout-faqfeatured .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .layout-faqfeatured .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-faqfeatured .container .title-and-faqs .title {
  font-weight: 700;
  letter-spacing: -1px;
}
.layout-faqfeatured .container .cta {
  position: relative;
}
.layout-faqfeatured .container .cta .image {
  height: 500px;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.layout-faqfeatured .container .cta .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-faqfeatured .container .cta .image::before {
  z-index: 2;
}
.layout-faqfeatured .container .cta .image::before {
  border-radius: 1rem;
}
.layout-faqfeatured .container .cta .image img {
  border-radius: 1rem;
}
.layout-faqfeatured .container .cta .text {
  color: #ffffff;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (min-width: 1660px) {
  .layout-faqfeatured .container .cta .text {
    max-width: none;
    left: 4rem;
    right: 4rem;
    font-size: 2.25rem;
    transform: none;
  }
}
.layout-faqfeatured .container .cta .text strong {
  font-weight: 900;
}
.layout-faqfeatured .container .cta .link {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: calc(100% - 2rem);
}
@media screen and (min-width: 810px) {
  .layout-faqfeatured .container .cta .link {
    width: fit-content;
  }
}
.layout-faqfeatured .container .cta .link::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fad934;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-faqfeatured .container .cta .link:hover {
  background-color: #fad934;
}
.layout-faqfeatured .container .cta .link:hover::after {
  background-color: #ffffff;
}
.layout-faqfeatured .container .cta .link:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 810px) {
  .layout-faqfeatured .container .cta .link {
    width: max-content;
  }
}
.layout-news .pagination {
  padding: 25px 0;
  text-align: center;
}
.layout-news .pagination span,
.layout-news .pagination a {
  display: inline;
  background-color: #ffffff;
  padding: 6px 10px;
  margin: 0 4px;
}
.layout-news .pagination span:hover,
.layout-news .pagination a:hover,
.layout-news .pagination span.current,
.layout-news .pagination a.current {
  background-color: #fcee9f;
}
.layout-news .pagination span.next,
.layout-news .pagination a.next,
.layout-news .pagination span.prev,
.layout-news .pagination a.prev {
  background-color: transparent;
}
.layout-news .pagination span.next:hover,
.layout-news .pagination a.next:hover,
.layout-news .pagination span.prev:hover,
.layout-news .pagination a.prev:hover {
  text-decoration: underline;
}
.layout-news .post {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: .5rem;
  text-align: center;
}
.layout-news .post .image img {
  height: 200px;
}
.layout-news .post .title-text-and-more {
  padding-top: 10px;
  text-align: left;
  min-height: 175px;
}
.layout-news .post .text {
  margin: 1rem 0;
  line-height: 1.3;
}
.layout-news .post .more {
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.25s ease;
  text-align: left;
}
.layout-news .post .more:hover {
  text-decoration-color: transparent;
}
.layout-news {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.layout-news .container ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-news .container ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-news .container ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1660px) {
  .layout-news .container ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-newsdetails {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
.layout-newsdetails .container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-newsdetails .container {
    grid-template-columns: 1fr 3fr;
  }
}
.layout-newsdetails .container .summary-and-toc {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
  height: max-content;
}
@media screen and (min-width: 810px) and (max-width: calc(1280px - 1px)) {
  .layout-newsdetails .container .summary-and-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.layout-newsdetails .container .summary-and-toc .summary,
.layout-newsdetails .container .summary-and-toc .table-of-contents {
  background-color: #ffffff;
  padding: 1.5rem;
  border-radius: 1rem;
  height: max-content;
}
.layout-newsdetails .container .summary-and-toc .summary ul li,
.layout-newsdetails .container .summary-and-toc .table-of-contents ul li {
  display: block;
  padding: 5px 0 5px 22px;
  position: relative;
}
.layout-newsdetails .container .summary-and-toc .summary ul li::before,
.layout-newsdetails .container .summary-and-toc .table-of-contents ul li::before {
  content: "";
  display: block;
  width: .75rem;
  height: .75rem;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #e1fc58;
  margin: .25rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-newsdetails .container .summary-and-toc .summary ul li a:hover,
.layout-newsdetails .container .summary-and-toc .table-of-contents ul li a:hover {
  text-decoration: underline;
}
.layout-newsdetails .container .summary-and-toc .summary ul {
  margin-top: 20px;
}
.layout-newsdetails .container .summary-and-toc .summary ul li {
  display: block;
  padding: 5px 0 5px 22px;
  position: relative;
}
.layout-newsdetails .container .summary-and-toc .summary ul li::before {
  background-color: transparent;
  background-image: url(../images/check-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.layout-newsdetails .container .blocks {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: .5rem;
}
.layout-newsdetails .container .blocks li .block {
  border-radius: 1rem;
  background-color: #ffffff;
}
.layout-newsdetails .container .blocks li .block .image {
  height: 450px;
}
.layout-newsdetails .container .blocks li .block .image img {
  border-radius: 1rem;
}
.layout-newsdetails .container .blocks li .block .text {
  line-height: 1.5;
}
.layout-newsdetails .container .blocks li .block .text h2 {
  font-size: 1.75em;
  font-weight: 500;
}
.layout-newsdetails .container .blocks li .block .text p strong a {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #fcee9f;
  border: 1px solid #fcee9f;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-newsdetails .container .blocks li .block .text p strong a {
    width: fit-content;
  }
}
.layout-newsdetails .container .blocks li .block .text p strong a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fad934;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-newsdetails .container .blocks li .block .text p strong a:hover {
  background-color: #fad934;
}
.layout-newsdetails .container .blocks li .block .text p strong a:hover::after {
  background-color: #fcee9f;
}
.layout-newsdetails .container .blocks li .block .text p strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-newsdetails .container .blocks li .block .text p a {
  text-decoration: underline;
}
.layout-newsdetails .container .blocks li .block .text p a:hover {
  text-decoration: none;
}
.layout-newsdetails .container .blocks li .block .text img.size-medium {
  width: 50%;
}
.layout-newsdetails .container .blocks li .block .text img.size-thumbnail {
  width: 20%;
}
.layout-newsdetails .container .blocks li .block .text table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: 1rem;
}
.layout-newsdetails .container .blocks li .block .text th,
.layout-newsdetails .container .blocks li .block .text td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #ddd;
}
.layout-newsdetails .container .blocks li .block .text th {
  font-weight: 600;
  background: #f5f5f5;
}
.layout-newsdetails .container .blocks li .block .text tbody tr:nth-child(even) {
  background: #fafafa;
}
.layout-newsdetails .container .blocks li .block .text tbody tr:hover {
  background: #f0f7ff;
}
@media (max-width: 768px) {
  .layout-newsdetails .container .blocks li .block .text table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.layout-newsdetails .container .blocks li .block.default {
  padding: 2.5rem;
}
.layout-newsdetails .container .blocks li .block.default .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
  line-height: 1.5;
}
.layout-newsdetails .container .blocks li .block.default .text ul li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 5px;
  top: 7px;
  background: #e8530e;
  border-radius: 50%;
}
.layout-newsdetails .container .blocks li .block.full_image {
  position: relative;
}
.layout-newsdetails .container .blocks li .block.full_image .text {
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-newsdetails .container .blocks li .block.full_image .text {
    max-width: 50%;
    left: auto;
    right: 2rem;
    bottom: 2rem;
  }
}
.layout-newsdetails .container .blocks li .block.full_image .text h2,
.layout-newsdetails .container .blocks li .block.full_image .text p:not(:has(strong a)) {
  padding: 1rem;
  border-radius: 2rem;
  background-color: #e1fc58;
  margin: -2rem -2rem 1rem;
  transform: rotate(1deg);
}
.layout-newsdetails .container .blocks li .block.full_image .text p strong a {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #fcee9f;
  border: 1px solid #fcee9f;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
  font-weight: 400;
}
@media screen and (min-width: 810px) {
  .layout-newsdetails .container .blocks li .block.full_image .text p strong a {
    width: fit-content;
  }
}
.layout-newsdetails .container .blocks li .block.full_image .text p strong a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fad934;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-newsdetails .container .blocks li .block.full_image .text p strong a:hover {
  background-color: #fad934;
}
.layout-newsdetails .container .blocks li .block.full_image .text p strong a:hover::after {
  background-color: #fcee9f;
}
.layout-newsdetails .container .blocks li .block.full_image .text p strong a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-newsdetails .container .blocks li .block.full_image .text ul li {
  position: relative;
  padding: 0 0 0 1.5rem;
  line-height: 1.5;
}
.layout-newsdetails .container .blocks li .block.full_image .text ul li::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/check-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}
.layout-testimonialsfeatured .testimonials,
.layout-testimonials .testimonials {
  margin: 2rem 0 0;
}
.layout-testimonialsfeatured .testimonials .testimonial,
.layout-testimonials .testimonials .testimonial {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  text-align: center;
  height: 100%;
}
.layout-testimonialsfeatured .testimonials .testimonial .stars,
.layout-testimonials .testimonials .testimonial .stars {
  height: 1.5rem;
  width: auto;
}
.layout-testimonialsfeatured .testimonials .testimonial .stars img,
.layout-testimonials .testimonials .testimonial .stars img {
  object-fit: contain;
}
.layout-testimonialsfeatured .testimonials .testimonial blockquote,
.layout-testimonials .testimonials .testimonial blockquote {
  margin: 1rem 0;
}
.layout-testimonialsfeatured .testimonials .testimonial cite,
.layout-testimonials .testimonials .testimonial cite {
  font-style: normal;
}
.layout-testimonials {
  padding: 2rem 0;
  background-color: #f2f5d5;
}
.layout-testimonials .container .testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-testimonials .container .testimonials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .container .testimonials {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.layout-testimonialsfeatured {
  padding: 2.5rem 0;
  background-color: #f2f5d5;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .layout-testimonialsfeatured > * {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured {
    overflow: hidden;
    padding: 0;
  }
}
.layout-testimonialsfeatured .image {
  height: 300px;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.layout-testimonialsfeatured .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.layout-testimonialsfeatured .image::before {
  z-index: 2;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .image {
    height: 600px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .image {
    height: 483px;
  }
}
.layout-testimonialsfeatured .text-and-testimonials {
  padding: 2rem;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .text-and-testimonials {
    position: relative;
    z-index: 3;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonialsfeatured .text-and-testimonials {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 6rem;
  }
}
@media screen and (min-width: 1460px) {
  .layout-testimonialsfeatured .text-and-testimonials {
    margin: 0 0 0 calc(50vw - 1460px / 2);
    padding: 0 0 0 2rem;
  }
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .text-and-testimonials .text {
    color: #ffffff;
  }
}
.layout-testimonialsfeatured .text-and-testimonials .text h2 {
  margin: 0 0 2rem;
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .text-and-testimonials .text h2 {
    font-size: 3.5rem;
  }
}
.layout-testimonialsfeatured .text-and-testimonials .text .link-to-all {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: space-between;
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3rem;
  padding: .25rem .25rem .25rem 1.5rem;
  width: 100%;
  text-decoration: none !important;
  font-weight: 600;
  transition: all 0.25s ease;
}
@media screen and (min-width: 810px) {
  .layout-testimonialsfeatured .text-and-testimonials .text .link-to-all {
    width: fit-content;
  }
}
.layout-testimonialsfeatured .text-and-testimonials .text .link-to-all::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fad934;
  background-image: url(../images/arrow-up-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 1.5rem;
  transition: all 0.25s ease;
}
.layout-testimonialsfeatured .text-and-testimonials .text .link-to-all:hover {
  background-color: #fad934;
}
.layout-testimonialsfeatured .text-and-testimonials .text .link-to-all:hover::after {
  background-color: #ffffff;
}
.layout-testimonialsfeatured .text-and-testimonials .text .link-to-all:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-testimonialsfeatured .text-and-testimonials .testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .text-and-testimonials .testimonials {
    position: relative;
    isolation: isolate;
    margin: 0;
  }
  .layout-testimonialsfeatured .text-and-testimonials .testimonials::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.2), transparent);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
}
.layout-testimonialsfeatured .text-and-testimonials .testimonials::before {
  z-index: 4;
}
@media screen and (min-width: 1660px) {
  .layout-testimonialsfeatured .text-and-testimonials .testimonials li:first-child,
  .layout-testimonialsfeatured .text-and-testimonials .testimonials li:nth-child(2),
  .layout-testimonialsfeatured .text-and-testimonials .testimonials li:nth-child(5),
  .layout-testimonialsfeatured .text-and-testimonials .testimonials li:nth-child(6) {
    margin: 0 -8rem 0 8rem;
  }
}
.slick-slider {
  margin: 0 -0.5rem;
  padding: 0 0 3rem;
}
@media screen and (min-width: 1660px) {
  .slick-slider {
    padding: 0;
  }
}
.slick-slider .slick-slide {
  margin: 0 .5rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  height: 2.5rem;
  width: 2.5rem;
  background-color: #ffffff;
  background-image: url(../images/caret-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  bottom: 0;
  top: auto;
  transform: none;
}
@media screen and (min-width: 1660px) {
  .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 {
  right: 5rem;
  left: auto;
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-prev {
    left: -5rem;
    right: auto;
  }
}
.slick-slider .slick-next {
  right: 1rem;
  transform: rotate(180deg);
}
@media screen and (min-width: 1660px) {
  .slick-slider .slick-next {
    transform: translateY(-50%) rotate(180deg);
    right: -5rem;
  }
}
.layout-subventionsslider .slick-slider {
  padding: 0 0 4rem;
}
.layout-subventionsslider .slick-slider .slick-prev,
.layout-subventionsslider .slick-slider .slick-next {
  border-radius: 50%;
  background-color: #fad934;
  background-image: url(../images/arrow-up-right.svg);
  height: 3rem;
  width: 3rem;
  background-size: 1.5rem;
  transform: rotate(-135deg);
  right: auto;
  left: 1rem;
}
@media screen and (min-width: 1280px) {
  .layout-subventionsslider .slick-slider .slick-prev,
  .layout-subventionsslider .slick-slider .slick-next {
    top: 50%;
    bottom: auto;
    left: -4rem;
    transform: translateY(-50%) rotate(-135deg);
  }
}
.layout-subventionsslider .slick-slider .slick-prev {
  display: none !important;
}
/* 1 kolom i.p.v. grid */
.woocommerce ul.products {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* Product als rij */
.woocommerce ul.products li.product {
  width: 100% !important;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.woocommerce ul.products li.product > * {
  flex: 1;
}
/* Afbeelding links */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  gap: 20px;
  width: 100%;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link > * {
  flex: 1;
}
/* Thumbnail vaste breedte */
.woocommerce ul.products li.product img {
  width: 150px;
  height: auto;
  flex-shrink: 0;
}
/* Content rechts */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  text-align: left;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  flex: 1;
  flex-direction: row;
}
.layout-woocommerce {
  padding: 3rem 0;
}
.layout-woocommerce .container:has(.sidebar) {
  display: flex;
  flex-direction: column;
}
.layout-woocommerce .container:has(.sidebar) .sidebar {
  order: -1;
}
.layout-woocommerce .container:has(.sidebar) .sidebar ul {
  display: flex;
}
.layout-woocommerce .container:has(.sidebar) .sidebar ul > * {
  flex: 1;
}
.gform_wrapper button.gpnf-add-entry,
.gotrgf_form_wrapper button.gpnf-add-entry {
  background-color: #e1fc58 !important;
  color: #000000 !important;
  border-radius: 30px !important;
}
.gform_wrapper button.gpnf-add-entry:hover,
.gotrgf_form_wrapper button.gpnf-add-entry:hover {
  background-color: #fad934 !important;
}
.gform_wrapper .gform_page_footer,
.gotrgf_form_wrapper .gform_page_footer {
  padding: 5px;
}
.gform_wrapper .gform-page-footer .gform_next_button,
.gotrgf_form_wrapper .gform-page-footer .gform_next_button,
.gform_wrapper .gform-footer .gform_next_button,
.gotrgf_form_wrapper .gform-footer .gform_next_button,
.gform_wrapper .gform-page-footer .gform_button,
.gotrgf_form_wrapper .gform-page-footer .gform_button,
.gform_wrapper .gform-footer .gform_button,
.gotrgf_form_wrapper .gform-footer .gform_button {
  background-color: #fad934 !important;
  color: #000000 !important;
  border-radius: 30px !important;
}
.gform_wrapper .gform-page-footer .gform_next_button:hover,
.gotrgf_form_wrapper .gform-page-footer .gform_next_button:hover,
.gform_wrapper .gform-footer .gform_next_button:hover,
.gotrgf_form_wrapper .gform-footer .gform_next_button:hover,
.gform_wrapper .gform-page-footer .gform_button:hover,
.gotrgf_form_wrapper .gform-page-footer .gform_button:hover,
.gform_wrapper .gform-footer .gform_button:hover,
.gotrgf_form_wrapper .gform-footer .gform_button:hover {
  background-color: #e1fc58 !important;
}
.gform_wrapper .gform-page-footer .gform_previous_button,
.gotrgf_form_wrapper .gform-page-footer .gform_previous_button,
.gform_wrapper .gform-footer .gform_previous_button,
.gotrgf_form_wrapper .gform-footer .gform_previous_button,
.gform_wrapper .gform-page-footer .gform_save_link,
.gotrgf_form_wrapper .gform-page-footer .gform_save_link,
.gform_wrapper .gform-footer .gform_save_link,
.gotrgf_form_wrapper .gform-footer .gform_save_link {
  border-radius: 30px !important;
}
.gform_wrapper .gform_last_page_button,
.gotrgf_form_wrapper .gform_last_page_button {
  display: none !important;
}
.gform_wrapper .gform_heading .gform_description,
.gotrgf_form_wrapper .gform_heading .gform_description {
  margin: 10px 0 20px !important;
  font-size: 14px !important;
}
.gform_wrapper .gform_heading .gform_required_legend,
.gotrgf_form_wrapper .gform_heading .gform_required_legend {
  font-size: 14px !important;
}
.gform_wrapper .gform-body .gfield_description.gfield_consent_description,
.gotrgf_form_wrapper .gform-body .gfield_description.gfield_consent_description {
  padding: 0;
  border: none;
}
.gform_wrapper .gform-body .ginput_container_number #input_4_13,
.gotrgf_form_wrapper .gform-body .ginput_container_number #input_4_13 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: bold;
}
.gform_wrapper .gform-body .gsection_description,
.gotrgf_form_wrapper .gform-body .gsection_description,
.gform_wrapper .gform-body .gfield--type-html,
.gotrgf_form_wrapper .gform-body .gfield--type-html {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 10px;
}
.gform_wrapper .gform-body .gfield_label.gform-field-label,
.gotrgf_form_wrapper .gform-body .gfield_label.gform-field-label {
  display: inline-block;
}
.gform_wrapper .gform-body .gfield_error input,
.gotrgf_form_wrapper .gform-body .gfield_error input {
  border: 2px solid #c02b0a;
}
.gform_wrapper .gform-body .gfield_error .gfield_description.instruction,
.gotrgf_form_wrapper .gform-body .gfield_error .gfield_description.instruction {
  font-weight: bold;
  color: #c02b0a;
}
.gform_wrapper .ginput_container_bag_address label,
.gotrgf_form_wrapper .ginput_container_bag_address label {
  font-size: 14px;
}
.gform_wrapper .ginput_container_bag_address input:is([type=button]),
.gotrgf_form_wrapper .ginput_container_bag_address input:is([type=button]) {
  background-color: #fad934 !important;
  color: #000000 !important;
  border-radius: 30px !important;
}
.gform_wrapper .ginput_container_bag_address input:is([type=button]):hover,
.gotrgf_form_wrapper .ginput_container_bag_address input:is([type=button]):hover {
  background-color: #e1fc58 !important;
}
.gform_wrapper .ginput_container_bag_address .ginput_left,
.gotrgf_form_wrapper .ginput_container_bag_address .ginput_left,
.gform_wrapper .ginput_container_bag_address .ginput_middle,
.gotrgf_form_wrapper .ginput_container_bag_address .ginput_middle,
.gform_wrapper .ginput_container_bag_address .ginput_right,
.gotrgf_form_wrapper .ginput_container_bag_address .ginput_right {
  width: 31%;
  display: inline-block;
}
.gform_wrapper .ginput_container_bag_address .ginput_full,
.gotrgf_form_wrapper .ginput_container_bag_address .ginput_full,
.gform_wrapper .ginput_container_bag_address .ginput_full,
.gotrgf_form_wrapper .ginput_container_bag_address .ginput_full {
  width: 49%;
  display: inline-block;
}
.gform_wrapper .gfield.total_check,
.gotrgf_form_wrapper .gfield.total_check {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #0f172a;
  border-radius: 16px;
  color: white;
  padding: 20px;
}
.gform_wrapper .gfield.total_check .gfield_description,
.gotrgf_form_wrapper .gfield.total_check .gfield_description {
  width: 96%;
}
.gform_wrapper .gfield.total_check .gfield_description .save-account-box,
.gotrgf_form_wrapper .gfield.total_check .gfield_description .save-account-box {
  text-align: center;
  margin-top: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  color: #fff;
}
.gform_wrapper .gfield.total_check .gfield_description .save-account-box h3,
.gotrgf_form_wrapper .gfield.total_check .gfield_description .save-account-box h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.gform_wrapper .gfield.total_check .gfield_description .save-account-box ul,
.gotrgf_form_wrapper .gfield.total_check .gfield_description .save-account-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 810px) {
  .gform_wrapper .gfield.total_check .gfield_description .save-account-box ul,
  .gotrgf_form_wrapper .gfield.total_check .gfield_description .save-account-box ul {
    display: flex;
    gap: 14px;
    justify-content: center;
  }
}
.gform_wrapper .gfield.total_check .gfield_description .save-account-box ul li,
.gotrgf_form_wrapper .gfield.total_check .gfield_description .save-account-box ul li {
  margin-bottom: 10px;
  color: #cbd5e1;
  font-weight: 500;
}
.gform_wrapper .gfield.total_check .gfield_label,
.gotrgf_form_wrapper .gfield.total_check .gfield_label {
  color: rgba(255, 255, 255, 0.6);
}
.gform_wrapper .gfield.total_check input,
.gotrgf_form_wrapper .gfield.total_check input,
.gform_wrapper .gfield.total_check .ginput_total,
.gotrgf_form_wrapper .gfield.total_check .ginput_total {
  font-size: 48px !important;
  font-weight: 800 !important;
  color: #22c55e !important;
  text-align: center !important;
}
.gpnf-modal .tingle-modal-box {
  background-color: #f2f5d5;
}
.gpnf-modal .tingle-modal-box .tingle-modal-box__content {
  padding: 3rem 3rem 1rem 3rem;
}
.gpnf-modal .tingle-modal-box .gpnf-modal-header {
  background-color: #f2f5d5 !important;
  color: #000000;
  height: 3.5rem;
  line-height: 4.5rem;
  font-weight: bold;
}
.gpnf-modal .tingle-modal-box__footer {
  background-color: #f2f5d5;
  padding: 0 1.5rem 2rem;
}
.gpnf-modal .tingle-modal-box__footer button.tingle-btn--primary {
  background-color: #e1fc58 !important;
  border: 1px solid #000000;
  color: #000000 !important;
  border-radius: 30px !important;
  padding: 0.5rem 1.5rem !important;
}
.gpnf-modal .tingle-modal-box__footer button.tingle-btn--primary:hover {
  background-color: #fad934 !important;
}
.gpnf-modal .tingle-modal-box__footer button.gpnf-btn-cancel,
.gpnf-modal .tingle-modal-box__footer .gpnf-btn-cancel-mobile {
  background-color: #f2f5d5 !important;
  color: #000000 !important;
  border-radius: 30px !important;
  padding: 0.5rem 1.5rem !important;
}
.gpnf-modal .tingle-modal-box__footer button.gpnf-btn-cancel.tingle-btn--danger,
.gpnf-modal .tingle-modal-box__footer .gpnf-btn-cancel-mobile.tingle-btn--danger {
  border: 1px solid #e8530e;
}
.gpnf-modal .tingle-modal-box__footer button.gpnf-btn-cancel:hover,
.gpnf-modal .tingle-modal-box__footer .gpnf-btn-cancel-mobile:hover {
  background-color: #fad934 !important;
}
@media screen and (max-width: 810px) {
  .gpnf-modal .tingle-modal__close {
    display: block;
    background: none;
    color: black;
    position: absolute;
    right: 0;
    left: auto;
    width: 65px;
  }
  .gpnf-modal .tingle-modal__close span.tingle-modal__closeLabel {
    display: none;
  }
}
.gform-theme--framework .gf_step_completed .gf_step_number:after,
.gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  background-color: #e1fc58 !important;
  border-color: #e1fc58 !important;
  color: black !important;
}
.gform_ajax_spinner,
.gpnf-nested-form .gform_ajax_spinner {
  width: 24px !important;
  height: 24px !important;
}
.gform_ajax_spinner,
.gpnf-modal .gform_ajax_spinner,
.gpnf-nested-form .gform_ajax_spinner {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.gpnf-nested-entries-container .gfspinner {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1660px) {
  .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice {
    width: 23%;
    inline-size: 23%;
    min-width: 23%;
    min-inline-size: 23%;
  }
}
@media screen and (max-width: 810px) {
  .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice {
    width: 46%;
    inline-size: 46%;
    min-width: 46%;
    min-inline-size: 46%;
  }
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container {
  padding: 10px;
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container .gotrgf_summary_title {
  text-align: left;
  padding: 10px 0;
  font-weight: bold;
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container .gotrgf_summary_title:before {
  content: 'Samenvatting subsidie';
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container .gotrgf_summary_title h5 {
  display: none;
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container .gotrgf_summary_lines .gotrgf_summary_line .gotrgf_line_part_left {
  text-align: left;
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container .gotrgf_summary_lines .gotrgf_nothing_selected {
  font-size: 0px;
  padding-top: 4px;
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container .gotrgf_summary_lines .gotrgf_nothing_selected:before {
  content: 'Nog geen maatregelen toegevoegd';
  font-size: 17px;
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container .gotrgf_summary_total {
  padding: 4px 0;
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container .gotrgf_summary_total .gotrgf_label {
  text-align: left;
  font-size: 0px;
  padding-top: 4px;
}
.gotrgf_summary_wrapper .gotrgf_form_overview_container .gotrgf_summary_total .gotrgf_label:before {
  content: 'Totaal';
  font-size: 17px;
}
.woning-map {
  height: 400px;
  width: 100%;
  display: inline-block;
}
.apc-posts-container .gform-data-grid {
  border: 0 !important;
  box-shadow: none !important;
}
.apc-posts-container .gform-data-grid .gform-data-grid__column-row--header {
  display: none !important;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data .gform-data-grid__data-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 22px;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  background: linear-gradient(135deg, #0f172a, #1e293b);
  transition: .2s ease;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data .gform-data-grid__data-row:hover {
  background: #2a3141 !important;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data .gform-data-grid__data-row:hover .gform-data-grid__column {
  background: #2a3141 !important;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data .gform-data-grid__column {
  border-block-start: 0;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data .gform-data-grid__column-0 {
  flex: 2;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data .gform-data-grid__column-0 .gform-text {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data .gform-data-grid__column-3 {
  flex: 2;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data .gform-data-grid__column-3 .gform-text {
  display: flex;
}
.apc-posts-container .gform-data-grid .gform-data-grid__data .gform-data-grid__column-3 .gform-text .gform-button {
  display: inline-block;
  padding: 4px 5px !important;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: .2s ease;
}
.subsidie-dashboard-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 0;
}
.subsidie-dashboard-cards .subsidie-dashboard {
  padding: 0;
}
.subsidie-dashboard-cards .subsidie-dashboard .hero {
  padding: 40px;
}
.subsidie-dashboard-cards .subsidie-dashboard .hero .hero-content {
  display: block;
}
.subsidie-dashboard {
  margin: 0 auto;
  padding: 0 20px 40px 20px;
  font-family: inherit;
}
.subsidie-dashboard.aanvraag {
  padding: 0 0 0 0;
}
.subsidie-dashboard .hero {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 0.5rem;
  padding: 60px;
  color: #fff;
  margin-bottom: 40px;
}
.subsidie-dashboard .hero .hero-content {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
}
.subsidie-dashboard .hero .hero-content .cta-button-small {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: .2s ease;
}
.subsidie-dashboard .hero .hero-content .cta-button-small:hover {
  transform: translateY(-2px);
}
.subsidie-dashboard .hero .eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}
.subsidie-dashboard .hero h1 {
  font-size: 56px;
  line-height: 1.1;
  margin: 0 0 20px;
  max-width: 700px;
}
.subsidie-dashboard .hero p {
  font-size: 18px;
  line-height: 1.7;
  opacity: .9;
  max-width: 700px;
}
.subsidie-dashboard .hero .hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.subsidie-dashboard .hero .hero-points span {
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 14px;
}
.subsidie-dashboard .hero .hero-total {
  background: rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 24px;
  min-width: 320px;
  backdrop-filter: blur(10px);
}
.subsidie-dashboard .hero .hero-total .amount {
  font-size: 41px;
  font-weight: 800;
  margin-bottom: 10px;
}
.subsidie-dashboard .hero .hero-total span {
  opacity: .7;
}
.subsidie-dashboard .hero .hero-total .progress {
  margin: 30px 0 10px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.subsidie-dashboard .hero .hero-total .progress .bar {
  width: 72%;
  height: 100%;
  background: #22c55e;
  border-radius: 999px;
}
.subsidie-dashboard .hero .hero-total small {
  opacity: .6;
}
.subsidie-dashboard .combo-section {
  margin-bottom: 40px;
}
.subsidie-dashboard .combo-section .combo-box {
  background: #f8fafc;
  border-radius: 0.5rem;
  padding: 40px;
}
.subsidie-dashboard .combo-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
}
.subsidie-dashboard .combo-section p {
  font-size: 18px;
  color: #475569;
  max-width: 800px;
  line-height: 1.7;
}
.subsidie-dashboard .combo-section .combo-cards {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.subsidie-dashboard .combo-section .combo-card {
  flex: 1;
  border-radius: 0.5rem;
  padding: 30px;
  background: #fff;
}
.subsidie-dashboard .combo-section .combo-card span {
  display: block;
  color: #64748b;
  margin-bottom: 10px;
}
.subsidie-dashboard .combo-section .combo-card strong {
  font-size: 42px;
}
.subsidie-dashboard .combo-section .combo-card.large {
  background: #dcfce7;
  transform: scale(1.03);
}
.subsidie-dashboard .maatregelen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}
.subsidie-dashboard .maatregelen-grid .maatregel-card {
  position: relative;
  background: #fff;
  border-radius: 0.5rem;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: .25s ease;
}
.subsidie-dashboard .maatregelen-grid .maatregel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}
.subsidie-dashboard .maatregelen-grid .maatregel-card .badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #dcfce7;
  color: #166534;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.subsidie-dashboard .maatregelen-grid .maatregel-card .icon {
  font-size: 38px;
  margin-bottom: 20px;
}
.subsidie-dashboard .maatregelen-grid .maatregel-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.subsidie-dashboard .maatregelen-grid .maatregel-card .price {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 20px;
}
.subsidie-dashboard .maatregelen-grid .maatregel-card ul {
  padding-left: 20px;
}
.subsidie-dashboard .maatregelen-grid .maatregel-card ul li {
  margin-bottom: 10px;
  color: #475569;
  line-height: 1.6;
  display: flex;
  gap: .25rem;
  line-height: 1.7;
}
.subsidie-dashboard .maatregelen-grid .maatregel-card ul li::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/check-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.advies-cta .cta-box {
  background: #f1f5f9;
  border-radius: 28px;
  padding: 50px;
  text-align: center;
}
.advies-cta h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.advies-cta p {
  font-size: 18px;
  color: #475569;
  margin-bottom: 12px;
}
.advies-cta .cta-button {
  display: inline-flex;
  margin-top: 30px;
  padding: 18px 28px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: .2s ease;
}
.advies-cta .cta-button:hover {
  transform: translateY(-2px);
}
@media (max-width: 900px) {
  .subsidie-dashboard .hero {
    padding: 30px;
  }
  .subsidie-dashboard .hero .hero-content {
    flex-direction: column;
  }
  .subsidie-dashboard .hero h1 {
    font-size: 38px;
  }
  .subsidie-dashboard .maatregelen-grid {
    grid-template-columns: 1fr;
  }
  .subsidie-dashboard .combo-cards {
    flex-direction: column;
  }
}
.aanvragen-table {
  padding: 0 0px 40px 0px;
}
.aanvragen-table .aanvraag-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aanvragen-table .aanvraag-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  background: linear-gradient(135deg, #0f172a, #1e293b);
  transition: .2s ease;
}
.aanvragen-table .aanvraag-row:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}
.aanvragen-table .aanvraag-row .col.title {
  flex: 2;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}
.aanvragen-table .aanvraag-row .col.status {
  flex: 1;
  text-align: center;
}
.aanvragen-table .aanvraag-row .col.action {
  flex: 0;
}
.aanvragen-table .aanvraag-row .status-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #e2e8f0;
  color: #0f172a;
}
.aanvragen-table .aanvraag-row .cta-button-small {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: .2s ease;
}
.aanvragen-table .aanvraag-row .cta-button-small:hover {
  transform: translateY(-2px);
}
.aanvraag-detail-maatregelen {
  display: flex;
  flex-direction: column;
  gap: 28px;
  /* =========================
       MAATREGEL CARD (niveau 1)
    ========================= */
  /* open state */
  /* =========================
       SUBMAATREGEL (isolatie)
    ========================= */
  /* =========================
       GRID ITEMS (warmtepomp etc)
    ========================= */
  /* =========================
       INDIVIDUELE ITEM CARD
    ========================= */
  /* =========================
       EIGENSCHAPPEN
    ========================= */
  /* =========================
       RESPONSIVE
    ========================= */
}
.aanvraag-detail-maatregelen .maatregel-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}
.aanvraag-detail-maatregelen .maatregel-header {
  cursor: pointer;
  user-select: none;
  padding: 18px 22px;
  background: #f6f7f9;
  border-bottom: 1px solid #ececec;
}
.aanvraag-detail-maatregelen .maatregel-header h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.aanvraag-detail-maatregelen .maatregel-header .maatregel-toggle {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: auto;
}
.aanvraag-detail-maatregelen .maatregel-card.is-open .maatregel-toggle {
  transform: rotate(-135deg);
}
.aanvraag-detail-maatregelen .maatregel-content {
  padding: 22px;
}
.aanvraag-detail-maatregelen .submaatregel {
  margin-bottom: 28px;
}
.aanvraag-detail-maatregelen .submaatregel:last-child {
  margin-bottom: 0;
}
.aanvraag-detail-maatregelen .submaatregel h3 {
  font-size: 16px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  color: #333;
}
.aanvraag-detail-maatregelen .maatregel-item {
  background: #fafafa;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
  padding: 16px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.aanvraag-detail-maatregelen .maatregel-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.aanvraag-detail-maatregelen .maatregel-item h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.aanvraag-detail-maatregelen .eigenschap {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #444;
}
.aanvraag-detail-maatregelen .eigenschap span {
  color: #777;
}
.aanvraag-detail-maatregelen .eigenschap strong {
  color: #111;
  font-weight: 600;
}
.aanvraag-detail-maatregelen .eigenschap.subsidie {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.aanvraag-detail-maatregelen .eigenschap.subsidie strong {
  font-size: 16px;
  color: #1a7f37;
}
@media (max-width: 768px) {
  .aanvraag-detail-maatregelen .maatregel-content {
    padding: 16px;
  }
  .aanvraag-detail-maatregelen .maatregel-items {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .aanvraag-detail-maatregelen .maatregel-items .maatregel-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .aanvraag-detail-maatregelen .maatregel-header {
    padding: 14px 16px;
  }
  .aanvraag-detail-maatregelen .maatregel-header h2 {
    font-size: 18px;
  }
}
.gotrgf_form_overview_container {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  border-radius: 20px;
  padding: 26px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.gotrgf_form_overview_container .gotrgf_summary_title {
  margin-bottom: 18px;
}
.gotrgf_form_overview_container .gotrgf_summary_title h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #94a3b8;
  margin: 0;
}
.gotrgf_form_overview_container .gotrgf_summary_lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gotrgf_form_overview_container .gotrgf_summary_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all .2s ease;
}
.gotrgf_form_overview_container .gotrgf_summary_line:hover {
  transform: translateY(-1px);
  background: rgba(34, 197, 94, 0.06);
  border-color: rgba(34, 197, 94, 0.25);
}
.gotrgf_form_overview_container .gotrgf_summary_line .gotrgf_line_part_left {
  font-size: 13px;
  font-weight: 500;
  color: #cbd5f5;
  flex: 1;
  padding-right: 12px;
  min-width: 67% !important;
}
.gotrgf_form_overview_container .gotrgf_summary_line .gotrgf_line_part_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  text-align: right;
  flex-shrink: 0;
}
.gotrgf_form_overview_container .gotrgf_summary_line .gotrgf_line_part_right .gotrgf_unit_quantity {
  font-size: 11px;
  font-weight: 600;
  min-width: 35px;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.06);
  padding: 3px 8px;
  border-radius: 999px;
}
.gotrgf_form_overview_container .gotrgf_summary_line .gotrgf_line_part_right .gotrgf_unit_price {
  font-size: 14px;
  font-weight: 700;
  color: #22c55e;
  min-width: 77px;
  text-align: right;
}
.gotrgf_form_overview_container .gotrgf_summary_total {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gotrgf_form_overview_container .gotrgf_summary_total .gotrgf_label {
  font-size: 12px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.gotrgf_form_overview_container .gotrgf_summary_total .gotrgf_total_right {
  font-size: 26px;
  font-weight: 800;
  color: #22c55e;
  text-shadow: 0 0 20px rgba(34, 197, 94, 0.25);
  text-align: right;
}
.gotrgf_form_overview_container .gotrgf_preloader_image {
  margin-top: 10px;
  filter: brightness(1.5);
}
