/*
Theme Name: Hof van Baarn
Theme URI: https://hofvanbaarn.nl
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Ontwerp: Simons & Boom | Development: Pixel Creation
Version: 1.0
Text Domain: hofvanbaarn
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* Typography */
/* Colors */
@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/BarlowCondensed-Regular.woff2") format("woff2"), url("fonts/BarlowCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url("fonts/BarlowCondensed-Bold.woff2") format("woff2"), url("fonts/BarlowCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("fonts/NotoSerif-Bold.woff2") format("woff2"), url("fonts/NotoSerif-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif";
  src: url("fonts/NotoSerif.woff2") format("woff2"), url("fonts/NotoSerif.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Noto Serif", serif;
  font-size: clamp(16px, 1.25vw, 24px);
  color: #262626;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #c9cbb0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* MAIN */
::selection {
  color: black;
  background: #e0e3c7;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

figure figcaption {
  margin: 0.6em 0 0 0;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2em 2em;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8em;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

/* TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

h1, .h1 {
  font-size: 2.875em;
  line-height: 1.05;
}
h1 span, .h1 span {
  display: block;
  margin: 0 0 0.14em 0;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 1.625em;
}

h3, .h3 {
  font-size: 1.375em;
}
h3 span, .h3 span {
  display: block;
  color: white;
}

a {
  color: inherit;
  text-decoration: underline 0.06em white;
  text-underline-offset: 0.4rem;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
a:hover {
  text-decoration: underline 0.06em #262626;
  text-underline-offset: 0.4rem;
}

.font-size-large {
  font-size: 1.1875em;
}

.font-size-larger {
  font-size: 1.3125em;
}

.sectie-titel {
  margin: 0 0 0.7em 0;
}

.sectie-titel-lg {
  margin: 0 0 1em 0;
}

.sectie-titel-xl {
  margin: 0 0 1.4em 0;
}

main h1, main h2 {
  margin: 0 0 0.1em 0;
}
main h3, main h4, main h5, main h6 {
  margin: 0 0 0.2em 0;
}
main p, main ul, main ol {
  margin: 0 0 1.2em 0;
}
main p:has(+ ul) {
  margin-bottom: 0;
}
main ul, main ol {
  padding-left: 1em;
}

/* CONTENT */
.page-content h3 {
  margin: 0 0 0.2em 0;
}

.content-image {
  margin: 0 0 3.5em 0;
}
@media screen and (min-width: 992px) {
  .content-image {
    margin: 0 0 4.5em 0;
  }
}

/* BG COLORS */
.bg-green {
  background-color: #c9cbb0;
}

/* BUTTONS */
.btn {
  padding: 0.4em 1.6em 0.55em 1.6em;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3125em;
  text-decoration: none;
  border-radius: 2em;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.btn:hover, .btn:focus-visible {
  text-decoration: none;
}
.btn:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}
.btn.btn-primary {
  color: white;
  border-color: #262626;
  background-color: #262626;
}
.btn.btn-primary:hover, .btn.btn-primary:focus-visible {
  color: #262626;
  border-color: white;
  background-color: white;
}
.btn.btn-arrow {
  padding-right: 3em;
}
.btn.btn-arrow:after {
  content: url(images/arrow-right.svg);
  width: 0.7em;
  position: absolute;
  right: 2em;
  filter: brightness(0) invert(1);
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.btn.btn-arrow:hover:after, .btn.btn-arrow:focus-visible:after {
  filter: unset;
}
.btn.btn-arrow-down {
  padding-right: 3em;
}
.btn.btn-arrow-down:after {
  content: url(images/arrow-right.svg);
  width: 0.7em;
  position: absolute;
  top: 0.48em;
  right: 1.7em;
  filter: brightness(0) invert(1);
  transform: rotate(90deg);
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.btn.btn-arrow-down:hover:after, .btn.btn-arrow-down:focus-visible:after {
  filter: unset;
}

/* CONTAINER */
.container {
  width: 100%;
  max-width: 100%;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
@media screen and (min-width: 576px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 2.25em;
    padding-right: 2.25em;
  }
}

/* SECTIONS */
section {
  padding: 5em 0;
}
@media screen and (min-width: 576px) {
  section {
    padding: 6.6em 0;
  }
}
section.section-small-top {
  padding-top: 3em;
}
@media screen and (min-width: 576px) {
  section.section-small-top {
    padding-top: 4.3em;
  }
}
section.section-large-top {
  padding-top: 6.6em;
}
@media screen and (min-width: 576px) {
  section.section-large-top {
    padding-top: 9em;
  }
}
section.first-section {
  padding-top: 7.8em;
}
@media screen and (min-width: 576px) {
  section.first-section {
    padding-top: 10em;
  }
}
section.after-hero-section {
  margin-top: 100vh;
}
section.after-subpage-hero-section {
  margin-top: 50vh;
  padding-top: 4em;
}

/* HEADER */
.navbar {
  width: 100%;
  top: 0;
  position: fixed;
  padding: 1.25em 0;
  z-index: 3;
}
.navbar .logo {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
}
.navbar .logo.active {
  opacity: 0;
}
.navbar ul {
  display: flex;
  list-style-type: none;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.5em;
}
.navbar ul li {
  display: flex;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.navbar ul li a {
  text-decoration: none;
}
.navbar ul li a.active {
  font-weight: 700;
}
.navbar ul li a:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}
.navbar ul li:before {
  content: "|";
  margin: 0 0.45em;
}
.navbar ul li:first-child:before {
  content: unset;
}
.navbar ul.active li {
  opacity: 0;
}
.navbar .menu-button {
  padding-left: 1.3em;
  padding-right: 1.2em;
  display: flex;
  align-items: center;
  gap: 0.52em;
}
.navbar .menu-button .bars {
  width: 0.6em;
  height: 0.38em;
  position: relative;
  top: 0.13em;
  display: inline-flex;
  justify-content: space-between;
  flex-direction: column;
}
.navbar .menu-button .bars:before, .navbar .menu-button .bars:after {
  content: "";
  width: 100%;
  height: 0.07em;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.navbar .menu-button:hover .bars:before, .navbar .menu-button:hover .bars:after {
  background-color: #262626;
}

.modal-nav {
  font-family: "Barlow Condensed", sans-serif;
}
.modal-nav .modal-dialog {
  max-width: 19em;
  margin-left: auto;
  margin-right: auto;
}
.modal-nav .modal-content {
  border: 0;
  border-radius: 1em;
}
.modal-nav .modal-header {
  padding: 2.1em 2.1em 0 2.1em;
  color: #7f7f7f;
  border: 0;
}
.modal-nav .modal-header .modal-title {
  font-size: 1.4em;
}
.modal-nav .modal-header .btn-close {
  width: 2.1em;
  height: 2.1em;
  border: 1px solid #7f7f7f;
  border-radius: 50%;
}
.modal-nav .modal-body {
  padding: 1.3em 2.1em 2.1em 2.1em;
}
.modal-nav .modal-body ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}
.modal-nav .modal-body ul li a {
  font-size: 1.8em;
  text-decoration: none;
}
.modal-nav .modal-body ul li a.active {
  font-weight: 700;
}

/* HERO */
.hero {
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: -1;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hero.subpage-hero {
  height: 50vh;
}

/* INTRO */
.intro figure {
  margin: 4em 0 0 0;
}
@media screen and (min-width: 576px) {
  .intro figure {
    margin: 5em 0 0 0;
  }
}

/* KENMERKEN */
.kenmerken h2 {
  margin: 0 0 1.1em 0;
}
.kenmerken ul {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  list-style-type: none;
}
.kenmerken ul li {
  padding: 0 0 0 1.4em;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.8125em;
  font-weight: 700;
  line-height: 1;
}
.kenmerken ul li img {
  width: 1em;
  height: 0.8em;
  position: absolute;
  top: 0.14em;
  left: 0;
  object-fit: contain;
  object-position: center;
}

/* BEREIKBAARHEID */
.bereikbaarheid ul {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  list-style-type: none;
}
.bereikbaarheid ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0 0.5em;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.8125em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .bereikbaarheid ul li {
    flex-direction: row;
    align-items: end;
  }
}
.bereikbaarheid ul li span {
  display: flex;
  align-items: end;
  gap: 0.2em;
  color: white;
}
.bereikbaarheid ul li img {
  width: 1em;
  height: 0.9em;
  left: 0;
  object-fit: contain;
  object-position: center;
}

/* PLATTEGROND */
.plattegrond {
  position: relative;
  font-size: clamp(9px, 1.25vw, 24px);
}
.plattegrond .overlay {
  position: absolute;
  inset: 0;
}
.plattegrond .kaart {
  width: 100%;
}
.plattegrond .btn-marker {
  padding: 0 0.8em 0.08em 0.8em;
  position: absolute;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.375em;
  font-weight: 700;
  color: white;
  z-index: 2;
  border-color: #262626;
  background-color: #262626;
}
.plattegrond .btn-marker:focus {
  color: white;
  border-color: #262626;
  background-color: #262626;
}

.popover {
  max-width: 18em;
  font-family: "Noto Serif", serif;
  font-size: 1em;
  text-align: center;
  border: 0;
  border-radius: 0;
}
.popover .popover-body {
  padding: 1.3em 1em;
}
.popover ul {
  list-style-type: none;
}

.plattegrond-info {
  margin: 2.3em 0 -1.5em 0;
  column-count: 1;
  column-gap: 1.5em;
  row-gap: 1.7em;
}
@media screen and (min-width: 576px) {
  .plattegrond-info {
    column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .plattegrond-info {
    column-count: 3;
  }
}
.plattegrond-info .plattegrond-info-column {
  margin: 0 0 1.5em 0;
  break-inside: avoid;
}
.plattegrond-info .plattegrond-info-column h3 {
  margin: 0 0 0.2em 0;
}
.plattegrond-info .plattegrond-info-column ul {
  list-style-type: none;
}
.plattegrond-info .plattegrond-info-column ul li {
  padding: 0 0 0 0.6em;
  position: relative;
}
.plattegrond-info .plattegrond-info-column ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.b-label {
  width: 1.5em;
  height: 1.5em;
  margin: 0 0 0.2em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  border: 0.07em solid #262626;
}

/* SLIDER */
swiper-slide {
  width: auto;
  height: auto;
}
swiper-slide img {
  width: 100%;
}

swiper-container::part(container) {
  overflow: visible;
}

#image-slider figure {
  aspect-ratio: 16/11;
}
#image-slider figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-caption {
  margin: 1.1em 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1em;
}
.slide-caption #slide-number {
  font-weight: 700;
}

.swiper-navigation {
  display: none;
}
@media screen and (min-width: 576px) {
  .swiper-navigation {
    display: flex;
    justify-content: end;
    gap: 0.7em;
  }
}
.swiper-navigation button {
  width: 3.25em;
  height: 3.25em;
  display: flex;
  justify-content: center;
  line-height: 1.1;
  border: 1px solid #262626;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.swiper-navigation button:hover {
  background-color: #d9dbc9;
}
.swiper-navigation button span {
  font-size: 2em;
}
.swiper-navigation button.swiper-button-disabled {
  opacity: 0.6;
}

.icon-text-block-wrapper {
  margin: 0 0 -2.9rem 0;
}
@media screen and (min-width: 768px) {
  .icon-text-block-wrapper {
    column-count: 2;
    column-gap: 2.5em;
    break-inside: avoid;
  }
}
.icon-text-block-wrapper .icon-text-block {
  margin: 0 0 2.9rem 0;
}

.icon-text-block:nth-child(8n+1),
.icon-text-block:nth-child(8n+3),
.icon-text-block:nth-child(8n+5),
.icon-text-block:nth-child(8n+6) {
  grid-row: span 2;
}

.icon-text-block h3 {
  margin: 0 0 0.2em 0;
  display: flex;
  align-items: center;
  gap: 0.35em;
}
.icon-text-block h3 img {
  height: 0.82em;
}

/* Map */
#map {
  aspect-ratio: 3/4;
}
@media screen and (min-width: 576px) {
  #map {
    aspect-ratio: 16/9;
  }
}

/* FAQ */
.faq-item {
  border-bottom: 0.07em solid #c9cbb0;
}
.faq-item button {
  width: 100%;
  padding: 0.84em 3em 0.84em 0.9em;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
  color: #262626;
  border-radius: 0;
  border: 0;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.faq-item button span {
  display: block;
  width: 0.4em;
  height: 0.4em;
  top: 50%;
  right: 1.5em;
  position: absolute;
  transform: translateY(-50%);
}
.faq-item button span:before, .faq-item button span:after {
  content: "";
  position: absolute;
  background-color: #262626;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.faq-item button span:before {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-item button span:after {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%) scale3d(0, 0, 1);
}
.faq-item button.collapsed {
  color: #262626;
}
.faq-item button.collapsed span:after {
  transform: translateX(-50%) scale3d(1, 1, 1);
}
.faq-item .faq-item-body {
  padding: 0.5em 4em 2em 1.35em;
  font-size: 1.1875em;
  background-color: white;
}
.faq-item .faq-item-body a {
  text-decoration: underline 0.06em #262626;
  text-underline-offset: 0.4rem;
}
.faq-item .faq-item-body a:hover {
  text-decoration: underline 0.06em white;
  text-underline-offset: 0.4rem;
}
.faq-item .faq-item-body p:not(:last-of-type) {
  margin-bottom: 1em;
}
.faq-item .faq-item-body ul {
  margin-left: 1em;
}

/* CTA */
.cta figure {
  margin: 0 0 3em 0;
  aspect-ratio: 10/11.5;
}
.cta figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta .cta-content p {
  margin: 1.7em 0 2.1em;
}
.cta .cta-content h1, .cta .cta-content .h1 {
  line-height: 1;
}

.cta-section {
  padding: 5.75em 0 8.875em 0;
}
@media screen and (min-width: 576px) {
  .cta-section {
    padding: 8.75em 0 11.875em 0;
  }
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}

/* CONTACT */
.contact-info {
  margin: 0 0 4em 0;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
@media screen and (min-width: 1200px) {
  .contact-info {
    margin: 2.5em 0 0 0;
  }
}
.contact-info ul {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
  list-style-type: none;
}

.form {
  padding: 1.8em;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .form {
    padding: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .form {
    padding: 2.7em 5em;
  }
}

/* NINJA FORMS */
.nf-form-fields-required {
  display: none;
}

.nf-error-msg {
  font-size: 0.8em;
}
@media screen and (min-width: 576px) {
  .nf-error-msg {
    font-size: 0.6em;
  }
}

.nf-error .ninja-forms-field {
  border: 0 !important;
  border-bottom: 1px solid #e80000 !important;
}

.nf-response-msg h2 {
  margin-bottom: 1.1em;
}
.nf-response-msg h2 p:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 601px) {
  .nf-row nf-cells {
    display: flex;
    gap: 1.875em;
  }
}
.nf-row .nf-cell {
  padding: 0 !important;
}

.nf-field-container {
  margin-bottom: 1.5em !important;
}

.hr-container {
  margin: 0 !important;
}
.hr-container hr {
  margin: 0;
  border: 0;
}
@media screen and (min-width: 601px) {
  .hr-container hr {
    margin: 1em 0;
  }
}
@media screen and (min-width: 601px) {
  .hr-container#nf-field-23_1-container hr {
    margin: 0.5em 0;
  }
}

input[type=text], input[type=email], input[type=tel] {
  padding: 0.18em 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #262626;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
  outline: 0;
}
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder {
  color: #676767;
  opacity: 1;
}

textarea {
  padding: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #262626;
}

.list-checkbox-wrap .nf-field-description {
  margin: 0 0 0.52em 0;
  order: 1 !important;
}
@media screen and (min-width: 601px) {
  .list-checkbox-wrap .nf-field-description {
    margin: 0 0 0.35em 0;
  }
}
.list-checkbox-wrap .nf-field-element ul {
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
}
@media screen and (min-width: 601px) {
  .list-checkbox-wrap .nf-field-element ul {
    gap: 0.35rem;
  }
}
.list-checkbox-wrap .nf-field-element ul li {
  margin: 0 !important;
}
.list-checkbox-wrap .nf-field-element ul li input[type=checkbox] {
  display: none;
}
.list-checkbox-wrap .nf-field-element ul li input[type=checkbox] + label {
  margin: 0;
  padding: 0 0 0 1.3em;
  position: relative;
  display: inline-flex;
  cursor: pointer;
}
.list-checkbox-wrap .nf-field-element ul li input[type=checkbox] + label:before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  left: 0;
  top: 0.35em;
  border: 1px solid #262626;
  border-radius: 50%;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.list-checkbox-wrap .nf-field-element ul li input[type=checkbox]:checked + label:before {
  background-color: #262626;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.285 6.319a1.5 1.5 0 0 1 0 2.121l-9 9a1.5 1.5 0 0 1-2.121 0l-5-5a1.5 1.5 0 1 1 2.121-2.121l3.939 3.939 7.939-7.939a1.5 1.5 0 0 1 2.122 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6em;
}

.checkbox-container.label-hidden .checkbox-wrap {
  position: relative;
  flex-wrap: nowrap;
}
.checkbox-container.label-hidden .checkbox-wrap .nf-field-label {
  height: 100%;
  width: 1.3em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  visibility: visible;
}
.checkbox-container.label-hidden .checkbox-wrap .nf-field-label label {
  line-height: 999;
}
.checkbox-container.label-hidden .checkbox-wrap .nf-field-label label:before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  top: 0.38em;
  left: 0;
  cursor: pointer;
  border: 1px solid #262626;
  background-color: white;
  transition: 0.3s all cubic-bezier(0.7, 0, 0.2, 1);
}
.checkbox-container.label-hidden .checkbox-wrap .nf-field-label label.nf-checked-label:before {
  background-color: #262626;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20.285 6.319a1.5 1.5 0 0 1 0 2.121l-9 9a1.5 1.5 0 0 1-2.121 0l-5-5a1.5 1.5 0 1 1 2.121-2.121l3.939 3.939 7.939-7.939a1.5 1.5 0 0 1 2.122 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.6em;
}
.checkbox-container.label-hidden .checkbox-wrap .nf-field-element {
  width: auto;
}
.checkbox-container.label-hidden .checkbox-wrap .nf-field-element input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
}
.checkbox-container.label-hidden .checkbox-wrap .nf-field-description {
  padding: 0 0 0 1.4em !important;
}
.checkbox-container.label-hidden .checkbox-wrap .nf-field-description a {
  text-decoration: underline 0.06em #262626;
  text-underline-offset: 0.4rem;
}
.checkbox-container.label-hidden .checkbox-wrap .nf-field-description a:hover {
  text-decoration: underline 0.06em white;
  text-underline-offset: 0.4rem;
}

.submit-wrap {
  margin-top: 1em;
}
@media screen and (min-width: 601px) {
  .submit-wrap {
    margin-top: 0;
    text-align: end;
  }
}
.submit-wrap .btn-primary:hover {
  background-color: #c9cbb0;
}

/* FOOTER */
footer {
  padding: 6.8em 0 0 0;
  background-color: #c9cbb0;
}
footer .row {
  row-gap: 1.1em;
}
@media screen and (min-width: 576px) {
  footer .row {
    row-gap: 1.4em;
  }
}
footer .footer-inner {
  padding: 2.15em 0 2.8em 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.375em;
  line-height: 1.22em;
  border-top: 0.07em solid #262626;
  border-bottom: 0.07em solid #262626;
}
footer .footer-inner .footer-title {
  display: block;
  font-weight: 700;
}
footer .footer-inner ul {
  list-style-type: none;
}
footer .footer-inner .partners {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
}
@media screen and (min-width: 576px) {
  footer .footer-inner .partners {
    gap: 1.4em;
  }
}
footer .footer-inner a {
  text-decoration: underline 0.06em #c9cbb0;
  text-underline-offset: 0.4rem;
}
footer .footer-inner a:hover {
  text-decoration: underline 0.06em #262626;
  text-underline-offset: 0.4rem;
}

.footerbar {
  padding: 0.9em 0 2em 0;
}
.footerbar ul {
  display: flex;
  list-style-type: none;
  font-size: 0.75em;
}
.footerbar ul li:not(:first-child):before {
  content: "|";
  margin: 0 0.3em;
}
.footerbar ul li a {
  text-decoration: underline 0.06em #c9cbb0;
  text-underline-offset: 0.4rem;
}
.footerbar ul li a:hover {
  text-decoration: underline 0.06em #262626;
  text-underline-offset: 0.4rem;
}

/* SCREEN READER */
.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;
  width: 1px;
  word-wrap: normal !important;
}

/*# sourceMappingURL=style.css.map */
