*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 0 2.5rem;
  }
}
.template-homepage .container {
  max-width: 1200px !important;
}
.template-abonnementformpage .container {
  max-width: 800px !important;
}
.paragraph-block .container {
  max-width: 800px !important;
}

h1 {
  color: yellow;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.hide-desktop {
  display: block;
}
@media only screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

h1 {
  color: #1f4739;
  font-family: "cabrito-normal", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  color: #1f4739;
  font-family: "cabrito-normal", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

.header-nav {
  position: relative;
  z-index: 10;
  padding: 37px 0;
  font-family: "cabrito-normal", sans-serif;
}
.header-nav .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1322px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .header-nav .menu-container {
    padding: 0;
  }
}
.header-nav .navbar-brand {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 217px;
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.header-nav .navbar-brand:hover {
  text-decoration: none;
}
.template-homepage .header-nav .navbar-brand {
  display: none;
}
.header-nav .navbar-brand .logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.header-nav .navbar-brand .navbar-brand-text {
  color: #1f4739;
  font-size: 1.5rem;
  font-weight: 600;
}
.header-nav .navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 2rem;
  margin-left: auto;
}
.header-nav .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  margin: 0;
  list-style: none;
}
.header-nav .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 45px;
  padding: 11px 0;
  overflow: hidden;
  position: relative;
}
.header-nav .navbar-nav .nav-item .nav-link {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #1f4739;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header-nav .navbar-nav .nav-item .nav-link:hover {
  color: #1f4739;
  text-decoration: none;
}
.header-nav .navbar-nav .nav-item .nav-link.active {
  color: #1f4739;
}
.header-nav .navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #1f4739;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header-nav .navbar-nav .nav-item:hover::after, .header-nav .navbar-nav .nav-item.active::after {
  width: 100%;
}
.header-nav .navbar-nav .nav-item.active::after {
  width: 100%;
}
.header-nav .header-cta {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-nav .menu-close {
  display: none;
}
.header-nav .navbar-toggler {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  padding: 0.5rem;
  background-color: transparent;
  width: 44px;
  height: 44px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-nav .navbar-toggler .navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231f4739' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .header-nav {
    padding: 20px 0;
  }
  .header-nav .menu-container {
    padding: 0 20px;
    position: relative;
    z-index: 1000;
  }
  .header-nav .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fffcf1;
    z-index: 9999;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem;
    overflow-y: auto;
    gap: 2rem;
  }
  .header-nav .navbar-collapse.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header-nav .navbar-collapse.show ~ .mobile-cta-sticky,
  .header-nav .header-nav:has(.navbar-collapse.show) ~ .mobile-cta-sticky {
    display: none;
  }
  .header-nav .navbar-collapse .header-cta {
    display: none;
  }
  .header-nav .menu-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 10000;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-nav .menu-close .menu-close-icon {
    font-size: 60px;
    line-height: 1;
    color: #1f4739;
    font-weight: 300;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header-nav .menu-close:hover .menu-close-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-nav .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-nav .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
  }
  .header-nav .navbar-nav .nav-item .nav-link {
    padding: 1rem 0;
    width: 100%;
    font-size: 24px;
  }
  .header-nav .navbar-brand {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 30.8755760369px;
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-nav .navbar-brand .logo-img {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .header-nav .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header-nav .header-cta {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: 1rem;
  }
}

.mobile-cta-sticky {
  display: none;
}
@media (max-width: 991px) {
  .mobile-cta-sticky {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9998;
    -webkit-animation: slideInUp 0.3s ease-out;
    animation: slideInUp 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  body.menu-open .mobile-cta-sticky {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .mobile-cta-sticky .btn-proefabonnement {
    background-color: #1f4739;
    color: #fffcf1;
    font-family: "cabrito-normal", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.3s ease, transform 0.2s ease;
    transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
    display: inline-block;
    -webkit-box-shadow: 0 4px 12px rgba(31, 71, 57, 0.3);
    box-shadow: 0 4px 12px rgba(31, 71, 57, 0.3);
  }
  .mobile-cta-sticky .btn-proefabonnement:hover {
    background-color: rgb(27.9, 63.9, 51.3);
    color: #fffcf1;
    text-decoration: none;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 16px rgba(31, 71, 57, 0.4);
    box-shadow: 0 6px 16px rgba(31, 71, 57, 0.4);
  }
  .mobile-cta-sticky .btn-proefabonnement:active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.site-footer {
  background-color: #1f4739;
  padding: 30px 0;
  color: #fffcf1;
}
.site-footer .footer-container {
  max-width: 1293px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .site-footer .footer-container {
    padding: 0 204px;
  }
}
.site-footer .footer-ontdek a {
  line-height: 2.5;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-ontdek a {
    line-height: 1.5;
  }
}
.site-footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.site-footer .footer-logo {
  width: 100%;
  max-width: 221px;
  height: 68px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: none;
  }
}
.site-footer .footer-logo .footer-logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.site-footer .footer-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
}
.site-footer .footer-section.footer-ontdek {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-section.footer-ontdek {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.site-footer .footer-section.footer-bezoek {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-section.footer-bezoek {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
}
.site-footer .footer-section.footer-social {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-section.footer-social {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
}
.site-footer .footer-heading {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #fffcf1;
  margin: 0;
  padding: 0;
}
.site-footer .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.site-footer .footer-link {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fffcf1;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-footer .footer-link:hover {
  opacity: 0.8;
  color: #fffcf1;
  text-decoration: none;
}
.site-footer .footer-address {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fffcf1;
}
.site-footer .footer-address p {
  margin: 0;
  padding: 0;
}
.site-footer .footer-address a {
  color: #fffcf1;
  text-decoration: underline;
}
.site-footer .footer-address a:hover {
  text-decoration: underline;
}
.site-footer .footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
}
.site-footer .social-link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.site-footer .social-link:hover {
  opacity: 0.8;
}
.site-footer .social-icon {
  width: 46px;
  height: 46px;
  display: block;
}
.site-footer .social-icon[alt=Instagram] {
  width: 43px;
  height: 43px;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 30px 0;
  }
  .site-footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  .site-footer .footer-section {
    width: 100% !important;
  }
  .site-footer .footer-section.footer-bezoek, .site-footer .footer-section.footer-social {
    width: 100%;
  }
  .site-footer .footer-logo {
    width: 180px;
    height: auto;
  }
}

.button-block-wrapper,
.button-handwriting-block-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.button-block-wrapper .container,
.button-handwriting-block-wrapper .container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .button-block-wrapper .container,
  .button-handwriting-block-wrapper .container {
    padding: 0 2.5rem;
  }
}
.template-homepage .button-block-wrapper .container,
.template-homepage .button-handwriting-block-wrapper .container {
  text-align: center;
  max-width: 60rem;
}

.button-block {
  display: inline-block;
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #fffcf1;
  background-color: #1f4739;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.button-block:hover {
  background-color: rgb(98.2, 126.2, 116.4);
  color: #fffcf1;
  text-decoration: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.btn-submit {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fffcf1;
  background-color: #1f4739;
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-submit:hover {
  background-color: rgb(27.9, 63.9, 51.3);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.btn-submit:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header-cta .btn-proefabonnement {
  background-color: #1f4739;
  color: #fffcf1;
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease;
  transition: background-color 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  display: inline-block;
}
.header-cta .btn-proefabonnement:hover {
  background-color: rgb(27.9, 63.9, 51.3);
  color: #fffcf1;
  text-decoration: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.header-cta .btn-proefabonnement:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.button-handwriting-block {
  color: #1f4739;
  border: none;
  font-family: "itc-bradley-hand-std", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0;
  display: inline;
  text-decoration: none;
  background: transparent;
  max-width: 100%;
  word-break: break-word;
}
.button-handwriting-block svg path {
  fill: #1f4739;
}
.button-handwriting-block svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 1em;
  margin-bottom: 0.2em;
  margin-top: 0;
  margin-left: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
.button-handwriting-block:hover {
  background-color: transparent;
  text-decoration: none;
}
.button-handwriting-block:hover svg {
  margin-left: 0.8rem;
}
.two-column-block--olivegreen .button-handwriting-block {
  color: #fffcf1;
}
.two-column-block--lightcream .button-handwriting-block {
  color: #1f4739;
}
.two-column-block--lightcream .button-handwriting-block svg path {
  fill: #1f4739;
}

@media (max-width: 991px) {
  .header-cta .btn-proefabonnement {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }
}
.two-column-block {
  padding: 1rem;
  max-width: 80rem;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .two-column-block {
    gap: 2.5rem;
    padding: 2.5rem;
  }
}
.two-column-block-header {
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .two-column-block-header {
    margin-bottom: 5rem;
  }
}
.two-column-block-titel {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #1f4739;
}
@media only screen and (min-width: 768px) {
  .two-column-block-titel {
    font-size: 2.625rem;
  }
}
.two-column-block-subtitel {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #1f4739;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .two-column-block-subtitel {
    font-size: 2rem;
  }
}
.two-column-block .two-column-block-col-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
}
.two-column-block .two-column-block-col-container .two-column-block-col--text {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.two-column-block .two-column-block-col-container .two-column-block-col--image {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media only screen and (min-width: 768px) {
  .two-column-block .two-column-block-col-container {
    gap: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .two-column-block .two-column-block-col-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .two-column-block .two-column-block-col-container .two-column-block-col--text,
  .two-column-block .two-column-block-col-container .two-column-block-col--image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .two-column-block .two-column-block-col-container--text-right .two-column-block-col--text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .two-column-block .two-column-block-col-container--text-right .two-column-block-col--image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.two-column-block .two-column-block-col {
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .two-column-block .two-column-block-col {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.two-column-block .two-column-block-col img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.two-column-block .two-column-block-col h1,
.two-column-block .two-column-block-col h2,
.two-column-block .two-column-block-col h3,
.two-column-block .two-column-block-col h4,
.two-column-block .two-column-block-col h5,
.two-column-block .two-column-block-col h6,
.two-column-block .two-column-block-col .block-titel {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .two-column-block .two-column-block-col h1,
  .two-column-block .two-column-block-col h2,
  .two-column-block .two-column-block-col h3,
  .two-column-block .two-column-block-col h4,
  .two-column-block .two-column-block-col h5,
  .two-column-block .two-column-block-col h6,
  .two-column-block .two-column-block-col .block-titel {
    font-size: 2rem;
  }
}
.two-column-block .two-column-block-col .block-tekst,
.two-column-block .two-column-block-col .tekst {
  margin-bottom: 1rem;
}
.two-column-block .two-column-block-col .block-tekst a,
.two-column-block .two-column-block-col .tekst a {
  color: #1f4739;
  text-decoration: underline;
}
.two-column-block .two-column-block-col .block-tekst a:hover,
.two-column-block .two-column-block-col .tekst a:hover {
  color: rgb(24.8, 56.8, 45.6);
}
.two-column-block .two-column-block-col .block-button_handwriting {
  margin-top: 1.25rem;
}
.two-column-block .two-column-block-col .block-button {
  margin-top: 1.25rem;
}
.two-column-block .two-column-block-col .block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .two-column-block .two-column-block-col .block-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.25rem;
  }
}
.two-column-block--none {
  padding: 0;
}
.two-column-block--lightcream {
  background-color: #E6E7CB;
  color: #1f4739;
}
.two-column-block--lightcream .two-column-block-col h1,
.two-column-block--lightcream .two-column-block-col h2,
.two-column-block--lightcream .two-column-block-col h3,
.two-column-block--lightcream .two-column-block-col h4,
.two-column-block--lightcream .two-column-block-col h5,
.two-column-block--lightcream .two-column-block-col h6,
.two-column-block--lightcream .two-column-block-col .block-titel {
  color: #1f4739;
}
.two-column-block--lightcream .two-column-block-col .block-tekst,
.two-column-block--lightcream .two-column-block-col .tekst {
  color: #1f4739;
}
.two-column-block--lightcream .two-column-block-col .block-tekst a,
.two-column-block--lightcream .two-column-block-col .tekst a {
  color: #1f4739;
}
.two-column-block--lightcream .two-column-block-col .button-block {
  color: #fffcf1;
  background-color: #1f4739;
}
.two-column-block--olivegreen {
  background-color: #6a846a;
  color: #fffcf1;
}
.two-column-block--olivegreen .two-column-block-header .two-column-block-titel,
.two-column-block--olivegreen .two-column-block-header .two-column-block-subtitel {
  color: #fffcf1;
}
.two-column-block--olivegreen .two-column-block-col h1,
.two-column-block--olivegreen .two-column-block-col h2,
.two-column-block--olivegreen .two-column-block-col h3,
.two-column-block--olivegreen .two-column-block-col h4,
.two-column-block--olivegreen .two-column-block-col h5,
.two-column-block--olivegreen .two-column-block-col h6,
.two-column-block--olivegreen .two-column-block-col .block-titel {
  color: #fffcf1;
}
.two-column-block--olivegreen .two-column-block-col .block-tekst,
.two-column-block--olivegreen .two-column-block-col .tekst {
  color: #fffcf1;
}
.two-column-block--olivegreen .two-column-block-col .block-tekst a,
.two-column-block--olivegreen .two-column-block-col .tekst a {
  color: #fffcf1;
}
.two-column-block--olivegreen .two-column-block-col .button-block {
  color: #fffcf1;
  background-color: #1f4739;
}
.two-column-block .two-column-block-col--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
@media only screen and (min-width: 768px) {
  .two-column-block .two-column-block-col--image {
    height: 400px;
  }
}
.two-column-block .two-column-block-col--image .block-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .two-column-block .two-column-block-col--image .block-image img {
    width: 100%;
    height: 400px;
  }
}

.paragraph-block {
  padding-bottom: 3rem;
  padding-top: 1rem;
}
h1 + .paragraph-block {
  padding-top: 0;
}
.paragraph-block .container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .paragraph-block .container {
    padding: 0 2.5rem;
  }
}
.template-homepage .paragraph-block .container {
  text-align: center;
  max-width: 60rem;
}
.paragraph-block .paragraph-block-content {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f4739;
}
.paragraph-block .paragraph-block-content p {
  margin-bottom: 1rem;
}
.paragraph-block .paragraph-block-content p:last-child {
  margin-bottom: 0;
}
.paragraph-block .paragraph-block-content ul,
.paragraph-block .paragraph-block-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.paragraph-block .paragraph-block-content a {
  color: #1f4739;
  text-decoration: underline;
}
.paragraph-block .paragraph-block-content a:hover {
  color: rgb(24.8, 56.8, 45.6);
}
.paragraph-block .paragraph-block-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.heading-block .container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .heading-block .container {
    padding: 0 2.5rem;
  }
}
.template-homepage .heading-block .container {
  text-align: center;
  max-width: 60rem;
}

.table-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.table-block .container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .table-block .container {
    padding: 0 2.5rem;
  }
}
.table-block .table-caption {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1f4739;
  margin-bottom: 1rem;
  text-align: center;
}
.table-block .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-block .table-content {
  width: 100%;
  border-collapse: collapse;
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f4739;
}
.table-block .table-content th {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 700;
  background-color: #E6E7CB;
  color: #1f4739;
  padding: 1rem;
  text-align: left;
  border: 1px solid rgb(210.2, 218.2, 215.4);
}
.table-block .table-content td {
  padding: 1rem;
  border: 1px solid rgb(210.2, 218.2, 215.4);
  vertical-align: top;
  background-color: #FFFFFF;
}
.table-block .table-content tr:nth-child(even) {
  background-color: rgb(247.5, 247.8, 239.4);
}
.table-block .table-content tr:nth-child(even) td {
  background-color: rgb(247.5, 247.8, 239.4);
}
.table-block .table-content tr:hover {
  background-color: rgb(242.5, 243, 229);
}
.table-block .table-content tr:hover td {
  background-color: rgb(242.5, 243, 229);
}

body {
  background-color: #fffcf1;
}

.full-image-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.full-image-block .container {
  padding: 0;
}
.full-image-block .full-image-wrapper {
  width: 100%;
  overflow: hidden;
}
.full-image-block .full-image-wrapper .full-image {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.block--image-grid {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.block--image-grid .image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .block--image-grid .image-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.block--image-grid .image-grid__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .block--image-grid .image-grid__card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 0.5rem);
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
  }
}
.block--image-grid .image-grid__image-wrapper {
  width: 100%;
  overflow: hidden;
}
.block--image-grid .image-grid__image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.block--image-grid .image-grid__text {
  padding: 1rem 0;
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f4739;
}
.block--image-grid .image-grid__text--left {
  text-align: left;
}

.homepage-content {
  margin-top: -200px;
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-content {
    min-height: 100vh;
    margin-top: 0;
  }
}

.homepage-hero {
  position: relative;
  width: 100%;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
@media (max-width: 767px) and (orientation: portrait) {
  .homepage-hero {
    min-height: 100vh;
    padding-top: 100px;
    overflow: visible;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero {
    min-height: 100vh;
    max-height: 100vh;
  }
  .homepage-hero .homepage-hero__decorations {
    opacity: 0.5;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero {
    min-height: 1000px;
    margin-top: -100px;
  }
}
.homepage-hero__container {
  position: relative;
  width: 100%;
  max-width: 1292px;
  margin: 0 auto;
  padding: 2rem 1rem;
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero__container {
    padding: 1rem;
    min-height: 100vh;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__container {
    padding: 0;
    min-height: 1000px;
  }
}
.homepage-hero__logo {
  position: relative;
  width: 90%;
  max-width: 550px;
  height: auto;
  aspect-ratio: 544/168;
  z-index: 3;
  margin-top: 170px;
}
@media (max-width: 767px) and (orientation: portrait) {
  .homepage-hero__logo {
    width: 90%;
    max-width: 320px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero__logo {
    margin-top: 0;
    width: 60%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__logo {
    width: 544px;
    height: 168px;
  }
}
.homepage-hero__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.homepage-hero__tagline {
  position: relative;
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1f4739;
  text-align: center;
  width: 90%;
  max-width: 690px;
  z-index: 3;
  margin: 0;
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero__tagline {
    font-size: 1.75rem;
    width: 85%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__tagline {
    font-size: 2.625rem;
    width: 690px;
  }
}
.homepage-hero__decorations {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .homepage-hero__decorations {
    overflow: inherit;
  }
}
.homepage-hero__decoration {
  position: absolute;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.homepage-hero__decoration--prei {
  left: -20%;
  top: 10%;
  width: 60%;
  max-width: 722.458px;
  height: auto;
  -webkit-transform: rotate(336.732deg);
  transform: rotate(336.732deg);
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero__decoration--prei {
    left: -25%;
    top: -5%;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__decoration--prei {
    left: -420.53px;
    top: -32px;
    width: 722.458px;
    height: 803.272px;
  }
}
.homepage-hero__decoration--bessen {
  display: none;
  left: -15%;
  top: 42%;
  width: 30%;
  max-width: 351.584px;
  height: auto;
  -webkit-transform: rotate(299.051deg);
  transform: rotate(299.051deg);
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero__decoration--bessen {
    left: -12%;
    top: 35%;
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__decoration--bessen {
    left: -189.93px;
    top: 424.03px;
    width: 351.584px;
    height: 366.199px;
  }
}
.homepage-hero__decoration--aardappel {
  left: 15%;
  top: 45%;
  width: 25%;
  max-width: 298.951px;
  height: auto;
  -webkit-transform: rotate(170.841deg);
  transform: rotate(170.841deg);
  z-index: -1;
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero__decoration--aardappel {
    left: 10%;
    top: 50%;
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__decoration--aardappel {
    left: -50px;
    top: 636px;
    width: 298.951px;
    height: 311.379px;
  }
}
.homepage-hero__decoration--biet {
  right: -5%;
  top: 43%;
  width: 45%;
  max-width: 516.781px;
  height: auto;
  -webkit-transform: rotate(277.938deg);
  transform: rotate(277.938deg);
  z-index: 2;
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero__decoration--biet {
    right: -3%;
    top: 35%;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__decoration--biet {
    right: auto;
    left: 1032px;
    top: 428px;
    width: 516.781px;
    height: 526.008px;
  }
}
.homepage-hero__decoration--kamille {
  right: -10%;
  top: 4%;
  width: 45%;
  max-width: 514.243px;
  height: auto;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero__decoration--kamille {
    right: -8%;
    top: 2%;
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__decoration--kamille {
    right: auto;
    left: 1068px;
    top: 36px;
    width: 514.243px;
    height: 441.864px;
  }
}
.homepage-hero__decoration--pompoen {
  display: none;
  right: 5%;
  bottom: 15%;
  width: 25%;
  max-width: 297px;
  height: auto;
  -webkit-transform: rotate(341.83deg);
  transform: rotate(341.83deg);
}
@media only screen and (min-width: 768px) {
  .homepage-hero__decoration--pompoen {
    display: block;
    right: auto;
    left: 839px;
    top: 609px;
    bottom: auto;
    width: 297px;
    height: 331px;
  }
}
.homepage-hero__decoration--aubergine {
  left: -20%;
  top: 45%;
  width: 50%;
  max-width: 561.005px;
  height: auto;
  -webkit-transform: rotate(68.371deg);
  transform: rotate(68.371deg);
}
@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation: landscape) {
  .homepage-hero__decoration--aubergine {
    left: -15%;
    top: 40%;
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .homepage-hero__decoration--aubergine {
    left: -247px;
    top: 283px;
    width: 561.005px;
    height: 584.327px;
  }
}

.abonnement-form-page h1 + .paragraph-block {
  padding-top: 0;
}
.abonnement-form-page .abonnement-form-container {
  padding: 2.5rem 0;
}
.abonnement-form-page .messages {
  margin-bottom: 2rem;
}
.abonnement-form-page .messages .alert {
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.abonnement-form-page .messages .alert.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.abonnement-form-page .messages .alert.alert-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.abonnement-form-page .thank-you-message .thank-you-message-content {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f4739;
}
.abonnement-form-page .thank-you-message .thank-you-message-content p {
  margin-bottom: 1rem;
}
.abonnement-form-page .thank-you-message .thank-you-message-content p:last-child {
  margin-bottom: 0;
}
.abonnement-form-page .thank-you-message .thank-you-message-content ul,
.abonnement-form-page .thank-you-message .thank-you-message-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.abonnement-form-page .thank-you-message .thank-you-message-content a {
  color: #1f4739;
  text-decoration: underline;
}
.abonnement-form-page .thank-you-message .thank-you-message-content a:hover {
  color: rgb(24.8, 56.8, 45.6);
}
.abonnement-form-page .thank-you-message .thank-you-message-content strong,
.abonnement-form-page .thank-you-message .thank-you-message-content b {
  font-weight: 600;
}
.abonnement-form-page .thank-you-message .thank-you-message-content em,
.abonnement-form-page .thank-you-message .thank-you-message-content i {
  font-style: italic;
}
.abonnement-form-page .abonnement-form {
  max-width: 800px;
  margin: 0 auto;
}
.abonnement-form-page .abonnement-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .abonnement-form-page .abonnement-form .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .abonnement-form-page .abonnement-form .form-row .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .abonnement-form-page .abonnement-form .form-row .form-group-wide {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.abonnement-form-page .abonnement-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.abonnement-form-page .abonnement-form .form-group label {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1f4739;
  margin-bottom: 0.5rem;
}
.abonnement-form-page .abonnement-form .form-group label .required {
  color: #dc3545;
}
.abonnement-form-page .abonnement-form .form-group input[type=text],
.abonnement-form-page .abonnement-form .form-group input[type=email],
.abonnement-form-page .abonnement-form .form-group input[type=tel],
.abonnement-form-page .abonnement-form .form-group select,
.abonnement-form-page .abonnement-form .form-group textarea {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 1rem;
  padding: 0.75rem;
  border: 1px solid rgb(210.2, 218.2, 215.4);
  border-radius: 4px;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.abonnement-form-page .abonnement-form .form-group input[type=text]:focus,
.abonnement-form-page .abonnement-form .form-group input[type=email]:focus,
.abonnement-form-page .abonnement-form .form-group input[type=tel]:focus,
.abonnement-form-page .abonnement-form .form-group select:focus,
.abonnement-form-page .abonnement-form .form-group textarea:focus {
  outline: none;
  border-color: #1f4739;
}
.abonnement-form-page .abonnement-form .form-group input[type=text][readonly],
.abonnement-form-page .abonnement-form .form-group input[type=email][readonly],
.abonnement-form-page .abonnement-form .form-group input[type=tel][readonly],
.abonnement-form-page .abonnement-form .form-group select[readonly],
.abonnement-form-page .abonnement-form .form-group textarea[readonly] {
  background-color: rgb(255, 253.5, 248);
  cursor: not-allowed;
}
.abonnement-form-page .abonnement-form .form-group select {
  cursor: pointer;
  line-height: 1.8;
}
.abonnement-form-page .abonnement-form .form-group textarea {
  resize: vertical;
  min-height: 100px;
  padding: 1rem;
}
.abonnement-form-page .abonnement-form .form-group .error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-family: "Open Sans", "Barlow", sans-serif;
}
.abonnement-form-page .abonnement-form .form-group.form-group-checkbox .checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.75rem;
}
.abonnement-form-page .abonnement-form .form-group.form-group-checkbox .checkbox-wrapper input[type=checkbox] {
  margin-top: 0.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.abonnement-form-page .abonnement-form .form-group.form-group-checkbox .checkbox-wrapper label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.5;
}

.nieuwsbrief-form-page .container {
  max-width: 800px !important;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .nieuwsbrief-form-page .container {
    padding: 0 2.5rem;
  }
}
.nieuwsbrief-form-page .paragraph-block .container {
  max-width: 800px !important;
}
.nieuwsbrief-form-page .two-column-block {
  max-width: 800px !important;
}
.nieuwsbrief-form-page .block--image-grid .container {
  max-width: 800px !important;
}
.nieuwsbrief-form-page h1, .nieuwsbrief-form-page h2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .nieuwsbrief-form-page h1, .nieuwsbrief-form-page h2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.nieuwsbrief-form-page h1 + .paragraph-block {
  padding-top: 0;
}
.nieuwsbrief-form-page .nieuwsbrief-form-container {
  padding: 2.5rem 0;
}
.nieuwsbrief-form-page .nieuwsbrief-form-title {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #1f4739;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .nieuwsbrief-form-page .nieuwsbrief-form-title {
    font-size: 2.5rem;
  }
}
.nieuwsbrief-form-page .messages {
  margin-bottom: 2rem;
}
.nieuwsbrief-form-page .messages .alert {
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.nieuwsbrief-form-page .messages .alert.alert-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.nieuwsbrief-form-page .messages .alert.alert-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.nieuwsbrief-form-page .thank-you-message .thank-you-message-content {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f4739;
}
.nieuwsbrief-form-page .thank-you-message .thank-you-message-content p {
  margin-bottom: 1rem;
}
.nieuwsbrief-form-page .thank-you-message .thank-you-message-content p:last-child {
  margin-bottom: 0;
}
.nieuwsbrief-form-page .thank-you-message .thank-you-message-content ul, .nieuwsbrief-form-page .thank-you-message .thank-you-message-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.nieuwsbrief-form-page .thank-you-message .thank-you-message-content a {
  color: #1f4739;
  text-decoration: underline;
}
.nieuwsbrief-form-page .thank-you-message .thank-you-message-content a:hover {
  color: rgb(24.8, 56.8, 45.6);
}
.nieuwsbrief-form-page .thank-you-message .thank-you-message-content strong, .nieuwsbrief-form-page .thank-you-message .thank-you-message-content b {
  font-weight: 600;
}
.nieuwsbrief-form-page .thank-you-message .thank-you-message-content em, .nieuwsbrief-form-page .thank-you-message .thank-you-message-content i {
  font-style: italic;
}
.nieuwsbrief-form-page .nieuwsbrief-form {
  max-width: 800px;
  margin: 0 auto;
}
.nieuwsbrief-form-page .nieuwsbrief-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .nieuwsbrief-form-page .nieuwsbrief-form .form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nieuwsbrief-form-page .nieuwsbrief-form .form-row .form-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nieuwsbrief-form-page .nieuwsbrief-form .form-row .form-group-wide {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.nieuwsbrief-form-page .nieuwsbrief-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nieuwsbrief-form-page .nieuwsbrief-form .form-group label {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1f4739;
  margin-bottom: 0.5rem;
}
.nieuwsbrief-form-page .nieuwsbrief-form .form-group label .required {
  color: #dc3545;
}
.nieuwsbrief-form-page .nieuwsbrief-form .form-group input[type=text],
.nieuwsbrief-form-page .nieuwsbrief-form .form-group input[type=email] {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 1rem;
  padding: 0.75rem;
  border: 1px solid rgb(210.2, 218.2, 215.4);
  border-radius: 4px;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.nieuwsbrief-form-page .nieuwsbrief-form .form-group input[type=text]:focus,
.nieuwsbrief-form-page .nieuwsbrief-form .form-group input[type=email]:focus {
  outline: none;
  border-color: #1f4739;
}
.nieuwsbrief-form-page .nieuwsbrief-form .form-group .error {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-family: "Open Sans", "Barlow", sans-serif;
}

.newsletter-block {
  max-width: 1293px;
  background-color: #E6E7CB;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.newsletter-block__container {
  padding: 20px 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .newsletter-block__container {
    padding: 50px 204px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.newsletter-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.newsletter-block__decoration {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}
.newsletter-block__decoration--left {
  left: -100px;
  top: -100px;
  width: 517.339px;
  height: 626.982px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(338.682deg);
  transform: rotate(338.682deg);
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}
.newsletter-block__decoration--left .newsletter-block__decoration-image {
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
@media (max-width: 1200px) {
  .newsletter-block__decoration--left {
    display: none;
  }
}
.newsletter-block__decoration--right-1 {
  left: calc(50% + 1039px - 606.5px);
  top: 250px;
  width: 200px;
  height: auto;
}
@media (max-width: 1200px) {
  .newsletter-block__decoration--right-1 {
    display: none;
  }
}
.newsletter-block__decoration--right-2 {
  left: calc(50% + 998px - 646.5px);
  top: 302.12px;
  width: 147px;
  height: 147px;
}
@media (max-width: 1200px) {
  .newsletter-block__decoration--right-2 {
    display: none;
  }
}
.newsletter-block__decoration-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.newsletter-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  max-width: 637px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.newsletter-block__title {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  color: #1f4739;
  margin: 0;
  padding: 0;
  text-align: center;
}
.newsletter-block__text {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.newsletter-block__text p {
  margin: 0;
  padding: 0;
}
.newsletter-block__button {
  margin-top: 0;
}
.newsletter-block__button .button-block {
  display: inline-block;
}
.newsletter-block__subtext {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  text-align: center;
}
.newsletter-block__subtext p {
  margin: 0;
  padding: 0;
}
.newsletter-block__subtext a {
  color: #000000;
  text-decoration: underline;
}
.newsletter-block__subtext a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .newsletter-block {
    padding: 40px 0;
  }
  .newsletter-block__title {
    font-size: 24px;
  }
  .newsletter-block__text, .newsletter-block__subtext {
    font-size: 18px;
  }
}

.news-page h2 {
  font-size: 1.2rem;
}

.news-overview-page {
  padding: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .news-overview-page {
    padding: 3rem 0;
  }
}
.news-overview-page .news-overview-title {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.3;
  color: #1f4739;
  margin: 0;
  text-align: left;
  padding: 0 1rem 2rem 1rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .news-overview-page .news-overview-title {
    font-size: 2.75rem;
    padding: 0 2.5rem 3rem 2.5rem;
  }
}
.news-overview-page .news-overview-container {
  padding: 0;
}
.news-overview-page .news-overview-container .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .news-overview-page .news-overview-container .container {
    padding: 0 2.5rem;
  }
}
.news-overview-page .page-overview {
  padding: 0;
}
.news-overview-page .page-overview .container {
  padding: 0;
}
.news-overview-page .page-overview a {
  text-decoration: none;
}
.news-overview-page .page-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .news-overview-page .page-overview__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .news-overview-page .page-overview__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.news-overview-page .page-overview__item:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news-overview-page .page-overview__image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  position: relative;
  overflow: hidden;
}
.news-overview-page .page-overview__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-overview-page .page-overview__item:hover .news-overview-page .page-overview__image {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.news-overview-page .page-overview__content {
  padding: 1rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .news-overview-page .page-overview__content {
    padding: 1rem 0 0 0;
  }
}
.news-overview-page .page-overview__date {
  display: block;
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1f4739;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.75rem 0;
  text-transform: none;
  text-decoration: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .news-overview-page .page-overview__date {
    font-size: 1rem;
  }
}
.news-overview-page .page-overview__date::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='1' viewBox='0 0 200 1' fill='none' preserveAspectRatio='none'%3E%3Cg clip-path='url(%23clip0_7118_1752)'%3E%3Cpath d='M162.4 0.230562C160.985 0.178585 160.033 0.112836 159.082 0.114169C156.628 0.117723 154.174 0.162592 151.72 0.167479C150.277 0.170588 148.833 0.105284 147.391 0.127941C147.081 0.132827 146.779 0.384271 146.474 0.521988C146.538 0.614835 146.604 0.707239 146.668 0.800086L154.554 0.800086C155.099 0.801419 155.653 0.89249 156.208 0.893378C160.937 0.902707 165.666 0.90715 170.395 0.88627C171.532 0.881383 172.667 0.776541 173.804 0.717456C177.874 1.18569 193.795 1.06797 195.32 0.386492C193.308 0.0342044 163.739 -0.0244362 162.4 0.230117L162.4 0.230562Z' fill='%236A846A'/%3E%3Cpath d='M144.619 0.871196C144.985 0.868531 145.346 0.602871 145.708 0.459379C145.648 0.348762 145.587 0.2377 145.525 0.127082L102.011 0.127082C101.974 0.239477 101.937 0.351871 101.9 0.464266C102.927 0.608202 103.952 0.870308 104.981 0.876527C111.078 0.915177 117.176 0.901849 123.274 0.884968C124.015 0.882747 124.754 0.756136 125.23 0.711711C127.306 0.777016 129.141 0.850317 130.978 0.886301C132.129 0.908957 133.283 0.868531 134.436 0.869419C137.83 0.872529 141.224 0.89563 144.618 0.870752L144.619 0.871196Z' fill='%236A846A'/%3E%3Cpath d='M87.4425 0.581976C87.4477 0.646392 87.4529 0.710808 87.4582 0.775224C88.6554 0.728578 89.8527 0.681932 91.4821 0.618849C93.2483 1.12485 96.8289 1.04932 97.4684 0.19948C96.7661 0.265673 96.2123 0.318094 95.6578 0.370071C95.6631 0.338529 95.6683 0.307432 95.6735 0.27589C94.6639 0.239462 93.6543 0.203034 92.6441 0.16705C92.6003 0.173713 92.5565 0.180377 92.5126 0.186597L85.9268 0.186597C85.9392 0.371848 85.9542 0.587752 85.9784 0.942261C86.5918 0.791217 87.0168 0.686374 87.4425 0.581976Z' fill='%236A846A'/%3E%3Cpath d='M78.1328 0.676122C78.155 0.702777 78.1773 0.729876 78.2002 0.756531L85.0293 0.756531L85.0162 0.619258C83.798 0.485984 82.5799 0.35271 81.7108 0.257197C80.2965 0.422457 79.215 0.549067 78.1335 0.675678L78.1328 0.676122Z' fill='%236A846A'/%3E%3Cpath d='M14.4607 0.796509C13.8774 -0.192385 12.7835 0.13769 11.9661 0.127473C10.5367 0.110147 10.5354 0.154128 10.3223 0.796509L14.4607 0.796509Z' fill='%236A846A'/%3E%3Cpath d='M65.3271 0.751648L69.7775 0.751648C69.7677 0.633922 69.7585 0.516197 69.7487 0.398472C69.2439 0.440231 68.7384 0.48199 68.184 0.527747C66.3727 -0.0235631 65.7463 0.00620145 65.3271 0.751648Z' fill='%236A846A'/%3E%3Cpath d='M20.2908 0.826294C19.7552 0.122607 18.9581 0.0217626 18.1074 0.152815C17.7217 0.212345 17.4026 0.469119 17.0527 0.6366C17.1201 0.699684 17.1881 0.763211 17.2554 0.826294L20.2908 0.826294Z' fill='%236A846A'/%3E%3Cpath d='M62.9599 0.915161C62.9978 0.780554 63.0357 0.646392 63.0737 0.511785C61.9849 0.349635 60.8969 0.187485 59.8082 0.0253344C59.765 0.191483 59.7219 0.358075 59.6787 0.524224C60.7727 0.654388 61.8659 0.784553 62.9599 0.914717V0.915161Z' fill='%236A846A'/%3E%3Cpath d='M58.6506 0.0457615C57.6083 0.217685 56.5667 0.389609 55.5244 0.561532C55.582 0.705912 55.6401 0.850737 55.6977 0.995117C56.7184 0.776548 57.7391 0.557534 58.7598 0.338964C58.7232 0.24123 58.6866 0.143496 58.6506 0.0462057V0.0457615Z' fill='%236A846A'/%3E%3Cpath d='M98.292 0.833862L101 0.833862C100.141 0.0253327 99.3506 0.35763 98.292 0.833862Z' fill='%236A846A'/%3E%3Cpath d='M24.4229 0.606417C24.4876 0.697043 24.5523 0.78767 24.6171 0.878296C25.2239 0.815657 26.0817 1.11286 26.2426 0.000463784C25.4776 0.255017 24.9505 0.430939 24.4229 0.606417Z' fill='%236A846A'/%3E%3Cpath d='M73.1593 0.333169C73.0835 0.240766 73.0076 0.147918 72.9318 0.0555146C72.3773 0.289633 71.8234 0.523307 71.1074 0.825395C72.2184 1.08217 72.8696 0.977327 73.1593 0.333169Z' fill='%236A846A'/%3E%3Cpath d='M199.378 0.64774C199.593 0.641964 199.793 0.391409 200 0.24925C199.951 0.187944 199.901 0.126194 199.851 0.0648875L198.817 0.0648875C198.761 0.148406 198.706 0.231924 198.649 0.314999C198.893 0.43539 199.142 0.654403 199.378 0.64774Z' fill='%236A846A'/%3E%3Cpath d='M36.3916 0.686332C37.7151 0.963986 37.7687 0.945772 37.8001 0.24786C37.3515 0.387353 36.9507 0.512631 36.3916 0.686332Z' fill='%236A846A'/%3E%3Cpath d='M5.07804 0.0586364C4.95968 0.142599 4.84199 0.226118 4.72363 0.31008C5.01003 0.521098 5.29578 0.731671 5.58218 0.942688C5.72734 0.850285 5.8725 0.757437 6.01766 0.665034C5.70445 0.462901 5.39125 0.260769 5.07804 0.0586364Z' fill='%236A846A'/%3E%3Cpath d='M6.72266 0.287861C6.93517 0.409585 7.14703 0.530864 7.35954 0.652588C7.44389 0.571291 7.52824 0.489993 7.61259 0.408696L6.91424 0.10883L6.72266 0.287417V0.287861Z' fill='%236A846A'/%3E%3Cpath d='M0.136661 0.203922C0.0908895 0.36696 0.0451178 0.529999 0 0.693482L0.376636 0.720581C0.39756 0.557542 0.419138 0.39406 0.440062 0.231021C0.33871 0.222136 0.237359 0.213251 0.136007 0.203922H0.136661Z' fill='%236A846A'/%3E%3Cpath d='M53.8366 0.230583C53.6588 0.240357 53.4816 0.25013 53.3037 0.259459C53.3142 0.326985 53.324 0.394511 53.3344 0.462036C53.5116 0.443822 53.6882 0.425608 53.8654 0.407838C53.8556 0.348753 53.8464 0.289668 53.8366 0.230583Z' fill='%236A846A'/%3E%3Cpath d='M2.87761 0.73788C2.88153 0.765868 2.88611 0.793855 2.89003 0.821399C2.994 0.828951 3.09796 0.836503 3.20128 0.844055C3.20651 0.795188 3.21174 0.746765 3.21632 0.697898C3.1032 0.711225 2.99007 0.724108 2.87695 0.737436L2.87761 0.73788Z' fill='%236A846A'/%3E%3Cpath d='M74.3126 0.807626C74.3054 0.809848 74.2943 0.812957 74.2812 0.816956C74.2963 0.812513 74.3068 0.809403 74.3126 0.807626Z' fill='%236A846A'/%3E%3Cpath d='M74.2549 0.824951C74.2575 0.820509 74.2595 0.816066 74.2621 0.811624C74.2601 0.815622 74.2575 0.820064 74.2549 0.824951Z' fill='%236A846A'/%3E%3Cpath d='M74.2817 0.816955C74.2738 0.819176 74.2653 0.821841 74.2549 0.824951C74.264 0.822286 74.2732 0.81962 74.2817 0.816955Z' fill='%236A846A'/%3E%3Cpath d='M74.3171 0.806284C74.3171 0.806284 74.3145 0.807173 74.3125 0.807617C74.3145 0.807173 74.3158 0.806729 74.3171 0.806284Z' fill='%236A846A'/%3E%3Cpath d='M74.2617 0.811218C74.2735 0.788117 74.2794 0.777011 74.2807 0.774346C74.2794 0.777455 74.2709 0.793004 74.2617 0.811218Z' fill='%236A846A'/%3E%3Cpath d='M74.3174 0.806335C74.3207 0.805003 74.3213 0.805003 74.3174 0.806335V0.806335Z' fill='%236A846A'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7118_1752'%3E%3Crect width='1' height='200' fill='white' transform='matrix(0 -1 1 0 0 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.news-overview-page .page-overview__title {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #1f4739;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .news-overview-page .page-overview__title {
    font-size: 1.75rem;
  }
}
.news-overview-page .page-overview__description {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(75.8, 107.8, 96.6);
  margin: 0.75rem 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-block {
  padding: 100px 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .news-block {
    padding: 100px 0;
  }
}
.news-block__container {
  max-width: 1200px;
  margin: 0 auto;
}
.news-block__header {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .news-block__header {
    margin-bottom: 2rem;
  }
}
.news-block__title {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #1f4739;
  margin: 0 0 0.5rem 0;
}
@media only screen and (min-width: 768px) {
  .news-block__title {
    font-size: 2.625rem;
  }
}
.news-block__subtitle {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 0;
}
.news-block__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .news-block__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.news-block__item {
  background-color: transparent;
  border-radius: 0;
  overflow: visible;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-block__item:hover {
  -webkit-transform: none;
  transform: none;
}
.news-block__link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-block__image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 66.67%;
  background-color: transparent;
  margin-bottom: 1rem;
}
.news-block__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-block__item:hover .news-block__image {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.news-block__item-content {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-block__date {
  font-family: "Open Sans", "Barlow", sans-serif;
  font-size: 0.875rem;
  color: #000000;
  margin: 0 0 0.75rem 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  display: block;
}
.news-block__item-title {
  font-family: "cabrito-normal", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #1f4739;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */
