@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Thin-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Thin-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Light-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Regular-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Medium-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Bold-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Black-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal; }

:root {
  --bg-min-h: 6000px; }

body {
  opacity: 0;
  color: #35343B;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  font-size: 17px;
  position: relative;
  overflow: visible;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 0,100 100,100' fill='%23EAF6F8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100vw max(var(--bg-min-h), 100%); }
  body.overlay-active {
    overflow: hidden !important; }
    body.overlay-active .overlay {
      opacity: 1;
      visibility: visible; }
  @media screen and (max-width: 1024px) {
    body {
      padding-top: 100px; } }
  body.single-laureaten {
    --bg-min-h: 3000px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 0,100 100,100' fill='%23FAF5EB'/%3E%3C/svg%3E"); }

/* Fallback voor browsers zonder CSS max() */
@supports not (background-size: 100vw max(1px, 100%)) {
  body {
    background-size: 100vw var(--bg-min-h); } }

body.admin-bar header {
  top: 32px; }

p {
  line-height: 28px;
  font-size: 17px; }

ol, ol li, ul, ul li {
  line-height: 28px;
  font-size: 17px; }

::selection {
  /* Code for Chrome */
  color: white;
  background: #D2A13C; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #D2A13C; }

a {
  -webkit-tap-highlight-color: transparent !important; }

h1 {
  font-size: 44px;
  line-height: 58px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 34px;
      line-height: 48px; } }

h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 26px; }

h1, h2, h3 {
  font-family: 'Canela', serif;
  font-weight: 700;
  font-style: normal;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #35343B;
  text-underline-offset: 5px; }

h2 {
  font-family: 'Canela', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 50px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }

.button {
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: white;
  width: fit-content;
  background: #D2A13C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  height: 40px;
  text-decoration: none;
  font-size: 16px;
  transition: all 300ms; }
  .button:hover {
    background: #c7952e; }

blockquote {
  padding: 0;
  margin: 50px 0 0 0;
  font-family: 'Canela', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  max-width: 540px;
  line-height: 36px; }
  blockquote:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 65px;
    background: #9AD4DD;
    margin-top: -15px; }
  blockquote:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 65px;
    background: #9AD4DD;
    margin-top: 0; }
  blockquote p {
    font-family: 'Canela', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    max-width: 540px;
    line-height: 36px; }
  blockquote span {
    font-size: 24px;
    line-height: 36px; }

.split-line {
  overflow: hidden;
  will-change: transform; }

[data-split-words] .single-word {
  overflow: hidden;
  padding: 0.11em;
  margin: -0.11em -0.11em -0.22em -0.11em; }
  @media screen and (max-width: 1024px) {
    [data-split-words] .single-word {
      margin: -0.22em -0.11em -0.22em -0.11em; } }

[data-split-words] {
  padding-bottom: 0.11em;
  will-change: transform; }

[data-split-words] .single-word-inner {
  position: relative;
  will-change: transform; }

.container {
  width: 100%;
  max-width: 1120px;
  display: flex;
  align-self: center;
  margin: 0 90px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .container {
      margin: 0 20px; } }

.block:not(.block-hero) {
  z-index: 20; }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }

.underline-link {
  color: #FF9900;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  position: relative; }

@media screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none; } }

.underline-link::before,
.underline-link.is--alt::before,
.underline-link.is--alt::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF9900;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg); }

.underline-link:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg); }

/* Alt */
.underline-link.is--alt::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.underline-link.is--alt:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.block-hero-alternative + .block-prices-archive {
  margin-top: -50px !important; }
  @media screen and (max-width: 1024px) {
    .block-hero-alternative + .block-prices-archive {
      margin-top: 0 !important; } }

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #35343B;
  width: 100vw;
  color: white;
  padding: 80px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box; }
  @media screen and (max-width: 1024px) {
    footer {
      padding: 60px 20px; } }
  footer h5 {
    color: #9AD4DD;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 0; }
  footer .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 50px; }
    @media screen and (max-width: 1024px) {
      footer .container {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 500px) {
      footer .container {
        grid-template-columns: repeat(1, 1fr); } }
  footer .column {
    display: flex;
    flex-direction: column; }
    footer .column p {
      padding: 0;
      margin: 0; }
      footer .column p a {
        color: white;
        text-decoration: none;
        transition: all 300ms; }
        footer .column p a:hover {
          color: #D2A13C; }
    footer .column .page-links {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      footer .column .page-links a {
        color: white;
        transition: all 300ms;
        text-decoration: none; }
        footer .column .page-links a:hover {
          color: #D2A13C; }
    footer .column .socials {
      display: flex;
      flex-direction: column;
      gap: 20px;
      color: white;
      text-decoration: none; }
      footer .column .socials a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        color: white;
        text-decoration: none;
        transition: all 300ms; }
        footer .column .socials a:hover {
          color: #D2A13C; }

header {
  display: flex;
  padding: 36px 0;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 21;
  height: 100px; }
  @media screen and (max-width: 1024px) {
    header {
      background: white;
      position: fixed;
      width: 100%;
      top: 0;
      height: 100px;
      padding: 0;
      z-index: 50; } }
  header .container {
    max-width: 1320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
    header .container .logo img {
      height: 100px; }
      @media screen and (max-width: 1200px) {
        header .container .logo img {
          height: 60px; } }
      @media screen and (max-width: 1024px) {
        header .container .logo img {
          height: 50px; } }
    header .container .navigation {
      display: flex;
      gap: 30px;
      align-items: center; }
      @media screen and (max-width: 1100px) {
        header .container .navigation {
          display: none; } }
      header .container .navigation .nav-item {
        position: relative;
        height: 40px;
        display: flex;
        align-items: center; }
        header .container .navigation .nav-item a {
          display: flex;
          align-items: center;
          color: #35343B;
          text-decoration: none;
          font-size: 16px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          font-style: normal;
          transition: all 300ms; }
          header .container .navigation .nav-item a:hover, header .container .navigation .nav-item a.is-active {
            color: #D2A13C !important; }
            header .container .navigation .nav-item a:hover svg polygon, header .container .navigation .nav-item a.is-active svg polygon {
              fill: #D2A13C; }
          header .container .navigation .nav-item a svg {
            margin-left: 10px;
            transition: all 300ms;
            position: relative;
            top: 2px; }
            header .container .navigation .nav-item a svg polygon {
              transition: all 300ms; }
        header .container .navigation .nav-item .submenu {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          background: white;
          border: 1px solid #D2A13C;
          list-style: none;
          padding: 20px 0;
          margin: 0;
          min-width: max-content;
          z-index: 100; }
          header .container .navigation .nav-item .submenu li a {
            display: block;
            padding: 8px 20px;
            color: #35343B;
            font-size: 16px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-style: normal;
            transition: color 200ms; }
            header .container .navigation .nav-item .submenu li a:hover {
              color: #D2A13C; }
        header .container .navigation .nav-item:hover .submenu {
          display: block; }
    header .container .trp-language-switcher {
      width: 40px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden !important;
      /* Belangrijkste regel */
      scrollbar-width: none !important;
      /* Firefox */
      -ms-overflow-style: none !important;
      /* Internet Explorer en Edge Legacy */ }
      header .container .trp-language-switcher::-webkit-scrollbar {
        display: none !important; }
    header .container .trp-language-switcher > div {
      height: 40px !important;
      width: 40px !important;
      border: none !important;
      overflow: hidden !important;
      /* Belangrijkste regel */
      scrollbar-width: none !important;
      /* Firefox */
      -ms-overflow-style: none !important;
      /* Internet Explorer en Edge Legacy */ }
      header .container .trp-language-switcher > div::-webkit-scrollbar {
        display: none !important; }
    header .container .trp-language-switcher > div {
      padding: 0 !important; }
    header .container .trp-language-switcher > div > a {
      padding: 0;
      overflow: hidden !important;
      /* Belangrijkste regel */
      scrollbar-width: none !important;
      /* Firefox */
      -ms-overflow-style: none !important;
      /* Internet Explorer en Edge Legacy */
      margin: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 40px; }
      header .container .trp-language-switcher > div > a::-webkit-scrollbar {
        display: none !important; }
    header .container .trp-language-switcher > div > a > img {
      width: 28px;
      position: relative;
      height: 20px; }
    header .container .trp-language-switcher > div > a:hover {
      background: transparent !important;
      position: relative;
      top: 1px; }
      header .container .trp-language-switcher > div > a:hover::-webkit-scrollbar {
        display: none !important; }
  header .hamburger {
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: none;
    background: #9AD4DD;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    @media (max-width: 1100px) {
      header .hamburger {
        display: flex; } }

.mobile-menu {
  position: fixed;
  bottom: -100vh;
  transition: all 500ms ease-in-out;
  max-height: 80vh;
  overflow-y: auto;
  background: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  z-index: 70;
  width: 100%; }
  .mobile-menu .trp-language-switcher {
    width: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden !important; }
  .mobile-menu .trp-language-switcher > div {
    height: 40px !important;
    width: 40px !important;
    overflow: hidden !important;
    border: none !important; }
  .mobile-menu .trp-language-switcher > div {
    padding: 0 !important; }
  .mobile-menu .trp-language-switcher > div > a {
    overflow: hidden !important;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px; }
  .mobile-menu .trp-language-switcher > div > a > img {
    width: 28px;
    position: relative;
    height: 20px; }
  .mobile-menu .trp-language-switcher > div > a:hover {
    background: transparent !important;
    position: relative;
    top: 1px; }
  .mobile-menu .contact-area {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: space-between; }
  .mobile-menu .button {
    flex: 1; }
  .mobile-menu .contact {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: white;
    background: #9AD4DD;
    transition: all 300ms; }
    .mobile-menu .contact:hover {
      background: #9AD4DD;
      cursor: pointer; }
  .mobile-menu.is-active {
    bottom: 0; }
  .mobile-menu .mobile-navigation {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
    .mobile-menu .mobile-navigation a {
      padding: 10px 0;
      font-weight: 300;
      font-size: 20px;
      text-decoration: none;
      transition: all 300ms;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-style: normal;
      color: #35343B; }
      .mobile-menu .mobile-navigation a:hover {
        color: #D2A13C; }
      .mobile-menu .mobile-navigation a svg {
        transition: all 300ms;
        height: 16px;
        width: 16px;
        position: relative;
        top: 2px;
        padding-right: 16px; }
      .mobile-menu .mobile-navigation a.is-active {
        color: #D2A13C !important; }
    .mobile-menu .mobile-navigation .submenu {
      list-style-type: none;
      padding: 0;
      margin: 0;
      margin-bottom: 0px !important;
      padding-left: 15px !important;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.7s; }
      .mobile-menu .mobile-navigation .submenu.is-active {
        max-height: 1000px;
        opacity: 1; }
      .mobile-menu .mobile-navigation .submenu a {
        font-size: 16px; }
        .mobile-menu .mobile-navigation .submenu a:last-child {
          padding-bottom: 20px; }
  .mobile-menu .menu-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
    .mobile-menu .menu-header span {
      color: #8B99A6;
      font-weight: 300; }
    .mobile-menu .menu-header .close-menu {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      border: 1px solid #9AD4DD;
      cursor: pointer;
      transition: all 500ms;
      -webkit-tap-highlight-color: transparent; }
      .mobile-menu .menu-header .close-menu svg {
        transition: all 500ms; }
      .mobile-menu .menu-header .close-menu:hover svg {
        transform: rotate(-180deg); }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes slideBackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -1000% 0; } }

.overlay {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  position: fixed;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  z-index: 60;
  opacity: 0;
  transition: all 500ms; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Thin-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Thin-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Light-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Regular-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Medium-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Bold-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Canela';
  src: url("../../assets/fonts/Canela-Black-Web.woff2") format("woff2"), url("../../assets/fonts/Canela-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-optical-sizing: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal; }

:root {
  --bg-min-h: 6000px; }

body {
  opacity: 0;
  color: #35343B;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  font-size: 17px;
  position: relative;
  overflow: visible;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 0,100 100,100' fill='%23EAF6F8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100vw max(var(--bg-min-h), 100%); }
  body.overlay-active {
    overflow: hidden !important; }
    body.overlay-active .overlay {
      opacity: 1;
      visibility: visible; }
  @media screen and (max-width: 1024px) {
    body {
      padding-top: 100px; } }
  body.single-laureaten {
    --bg-min-h: 3000px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 0,100 100,100' fill='%23FAF5EB'/%3E%3C/svg%3E"); }

/* Fallback voor browsers zonder CSS max() */
@supports not (background-size: 100vw max(1px, 100%)) {
  body {
    background-size: 100vw var(--bg-min-h); } }

body.admin-bar header {
  top: 32px; }

p {
  line-height: 28px;
  font-size: 17px; }

ol, ol li, ul, ul li {
  line-height: 28px;
  font-size: 17px; }

::selection {
  /* Code for Chrome */
  color: white;
  background: #D2A13C; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #D2A13C; }

a {
  -webkit-tap-highlight-color: transparent !important; }

h1 {
  font-size: 44px;
  line-height: 58px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 34px;
      line-height: 48px; } }

h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 26px; }

h1, h2, h3 {
  font-family: 'Canela', serif;
  font-weight: 700;
  font-style: normal;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #35343B;
  text-underline-offset: 5px; }

h2 {
  font-family: 'Canela', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 50px; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 30px;
      line-height: 40px; } }

.button {
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: white;
  width: fit-content;
  background: #D2A13C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  height: 40px;
  text-decoration: none;
  font-size: 16px;
  transition: all 300ms; }
  .button:hover {
    background: #c7952e; }

blockquote {
  padding: 0;
  margin: 50px 0 0 0;
  font-family: 'Canela', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  max-width: 540px;
  line-height: 36px; }
  blockquote:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 65px;
    background: #9AD4DD;
    margin-top: -15px; }
  blockquote:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 65px;
    background: #9AD4DD;
    margin-top: 0; }
  blockquote p {
    font-family: 'Canela', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    max-width: 540px;
    line-height: 36px; }
  blockquote span {
    font-size: 24px;
    line-height: 36px; }

.split-line {
  overflow: hidden;
  will-change: transform; }

[data-split-words] .single-word {
  overflow: hidden;
  padding: 0.11em;
  margin: -0.11em -0.11em -0.22em -0.11em; }
  @media screen and (max-width: 1024px) {
    [data-split-words] .single-word {
      margin: -0.22em -0.11em -0.22em -0.11em; } }

[data-split-words] {
  padding-bottom: 0.11em;
  will-change: transform; }

[data-split-words] .single-word-inner {
  position: relative;
  will-change: transform; }

.container {
  width: 100%;
  max-width: 1120px;
  display: flex;
  align-self: center;
  margin: 0 90px;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .container {
      margin: 0 20px; } }

.block:not(.block-hero) {
  z-index: 20; }

.block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  z-index: 1; }
  @media only screen and (max-width: 1024px) {
    .block {
      margin-bottom: 100px; } }
  @media only screen and (max-width: 768px) {
    .block {
      margin-bottom: 50px; } }
  .block.no-mb {
    margin-bottom: 0; }
  .block.no-mt {
    margin-top: 0; }

.underline-link {
  color: #FF9900;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  position: relative; }

@media screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none; } }

.underline-link::before,
.underline-link.is--alt::before,
.underline-link.is--alt::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FF9900;
  transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg); }

.underline-link:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg); }

/* Alt */
.underline-link.is--alt::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.underline-link.is--alt:hover::before {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt::after {
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
  transition-delay: 0s; }

.underline-link.is--alt:hover::after {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
  transition-delay: 0.3s; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.block-hero-alternative + .block-prices-archive {
  margin-top: -50px !important; }
  @media screen and (max-width: 1024px) {
    .block-hero-alternative + .block-prices-archive {
      margin-top: 0 !important; } }

.block-content-variable .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 50px; }
  .block-content-variable .container .column {
    width: 100%; }
  .block-content-variable .container .fc-title-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .block-content-variable .container .fc-title-block h1, .block-content-variable .container .fc-title-block h2, .block-content-variable .container .fc-title-block h3, .block-content-variable .container .fc-title-block h4 {
      max-width: 710px;
      text-transform: uppercase;
      margin-bottom: 0; }
  .block-content-variable .container .inner-container-wysiwyg {
    display: flex;
    flex-direction: row;
    gap: 20px; }
  .block-content-variable .container .column-left-note, .block-content-variable .container .column-right-note {
    display: flex;
    flex-direction: column;
    max-width: 160px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .block-content-variable .container .column-left-note, .block-content-variable .container .column-right-note {
        max-width: 0; } }
    .block-content-variable .container .column-left-note .sticky-note, .block-content-variable .container .column-right-note .sticky-note {
      position: sticky;
      top: 50px;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 24px; }
      @media screen and (max-width: 1024px) {
        .block-content-variable .container .column-left-note .sticky-note, .block-content-variable .container .column-right-note .sticky-note {
          font-size: 0;
          height: 40px;
          top: 150px;
          margin-top: 150px; } }
      .block-content-variable .container .column-left-note .sticky-note svg, .block-content-variable .container .column-right-note .sticky-note svg {
        display: none; }
        @media screen and (max-width: 1024px) {
          .block-content-variable .container .column-left-note .sticky-note svg, .block-content-variable .container .column-right-note .sticky-note svg {
            display: block;
            height: 40px; } }
  .block-content-variable .container .column-center {
    min-width: 730px; }
    @media screen and (max-width: 1024px) {
      .block-content-variable .container .column-center {
        min-width: unset;
        width: auto; } }

.block-content-variable h2, .block-content-variable h3, .block-content-variable h4, .block-content-variable h5 {
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none; }

.block-content-variable h3 {
  font-size: 26px;
  line-height: 34px; }

.block-content-variable .accordion {
  margin-left: -25px;
  border-top: 1px solid #ddd;
  max-width: 730px;
  -webkit-tap-highlight-color: transparent; }
  @media screen and (max-width: 1024px) {
    .block-content-variable .accordion {
      margin-left: 0; } }
  .block-content-variable .accordion svg {
    transition: all 300ms; }

.block-content-variable .accordion-item {
  border-bottom: 1px solid #ddd;
  max-width: 730px;
  background: white; }

.block-content-variable .accordion-header {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  line-height: 26px;
  transition: color 0.5s cubic-bezier(0.65, 0.05, 0, 1); }
  @media screen and (max-width: 767px) {
    .block-content-variable .accordion-header {
      font-size: 16px;
      line-height: 26px; } }
  .block-content-variable .accordion-header .accordion-title {
    padding-right: 20px;
    box-sizing: border-box; }

.block-content-variable .accordion-icon {
  font-size: 1.25rem;
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0, 1); }

.block-content-variable .accordion-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  transition: max-height 0.5s cubic-bezier(0.65, 0.05, 0, 1); }
  .block-content-variable .accordion-body p {
    margin-top: 0; }

.block-content-variable .accordion-item.active .accordion-header {
  color: #D2A13C; }

.block-content-variable .accordion-item.active .accordion-icon {
  transform: rotate(45deg); }
  .block-content-variable .accordion-item.active .accordion-icon svg g {
    fill: #D2A13C; }

.block-content-variable a {
  color: #D2A13C;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.5s cubic-bezier(0.65, 0.05, 0, 1); }
  .block-content-variable a:hover {
    color: #b28529; }

.block-content-variable strong {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #35343B; }

.block-content-variable img {
  margin: 20px 0;
  max-width: 100%; }

.accordion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.additional-info {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 15px;
  padding: 20px;
  gap: 20px;
  box-sizing: border-box;
  position: fixed;
  margin: 20px;
  bottom: -100vw;
  z-index: 110;
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0, 1);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal; }
  .additional-info.is-active {
    bottom: 0; }

.two-images {
  max-width: 760px;
  display: flex;
  flex-direction: row;
  gap: 30px; }
  .two-images img {
    margin: 0;
    aspect-ratio: 4 / 3;
    object-fit: cover; }
  @media screen and (max-width: 1024px) {
    .two-images {
      flex-direction: column; } }
  .two-images .image-description {
    margin-top: 20px; }
    .two-images .image-description p {
      font-size: 14px;
      line-height: 24px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
      font-style: normal; }

.container-big-image {
  margin: 50px 0; }
  @media screen and (max-width: 1024px) {
    .container-big-image .column-right-note svg {
      position: relative;
      right: 40px; } }
  @media screen and (max-width: 1024px) {
    .container-big-image {
      margin: 0 !important; } }

.container-big-image + .container-big-image {
  margin-top: 0 !important; }

.container-big-image + .two-images-wrapper {
  margin-top: -50px !important; }
  @media screen and (max-width: 1024px) {
    .container-big-image + .two-images-wrapper {
      margin-top: 50px !important; } }

.big-blue-quote {
  background: #9AD4DD;
  padding: 100px 135px;
  display: flex;
  margin: 30px 0;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    .big-blue-quote {
      padding: 50px;
      margin: 0; } }
  .big-blue-quote h1, .big-blue-quote h2, .big-blue-quote h3, .big-blue-quote h4 {
    text-align: center;
    font-family: 'Canela', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 50px;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #35343B;
    text-underline-offset: 5px;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .big-blue-quote h1, .big-blue-quote h2, .big-blue-quote h3, .big-blue-quote h4 {
        font-size: 30px;
        line-height: 40px; } }
  .big-blue-quote .button {
    color: white !important;
    text-decoration: none !important;
    transition: all 300ms; }
    .big-blue-quote .button:hover {
      background: #c7952e; }

.archive-number .container {
  gap: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 730px !important; }
  .archive-number .container .archive-bar {
    margin-top: 10px;
    width: 100%;
    background: white;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .archive-number .container .archive-bar {
        flex-direction: column;
        padding: 20px 20px;
        height: auto !important; } }
    .archive-number .container .archive-bar a {
      text-decoration: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 10px; }
      .archive-number .container .archive-bar a svg {
        margin-left: 0;
        transition: all 300ms; }
      .archive-number .container .archive-bar a:hover svg {
        margin-left: 5px; }

.price-specifications {
  margin-bottom: 50px !important;
  margin-top: -50px !important; }
  @media screen and (max-width: 1024px) {
    .price-specifications {
      margin-top: 0 !important; } }
  .price-specifications .container {
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 730px !important; }
  .price-specifications .table-specifications {
    border-top: 1px solid #C2C2C4;
    border-bottom: 1px solid #C2C2C4;
    background: white;
    width: 100%; }
    .price-specifications .table-specifications .row {
      display: flex;
      flex-direction: row;
      align-items: center;
      box-sizing: border-box;
      gap: 50px;
      justify-content: flex-start;
      width: 100%;
      border-bottom: 1px solid #C2C2C4;
      padding: 20px; }
      .price-specifications .table-specifications .row a {
        text-decoration: none; }
      @media screen and (max-width: 768px) {
        .price-specifications .table-specifications .row {
          flex-direction: column;
          align-items: flex-start;
          gap: 10px; } }
      .price-specifications .table-specifications .row:first-child {
        border-top: 0 !important; }
      .price-specifications .table-specifications .row:last-child {
        border-bottom: none; }
      .price-specifications .table-specifications .row .column {
        width: 50%; }
      .price-specifications .table-specifications .row .spec {
        width: 100%;
        max-width: 150px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal; }
      .price-specifications .table-specifications .row .value {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal; }
      .price-specifications .table-specifications .row ul {
        padding: 0;
        margin: 0; }
        .price-specifications .table-specifications .row ul li {
          padding: 0;
          list-style-type: none;
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 10px; }
          .price-specifications .table-specifications .row ul li p {
            margin: 0;
            padding: 0; }
          .price-specifications .table-specifications .row ul li:before {
            background: #9AD4DD;
            width: 8px;
            height: 8px;
            border-radius: 100px;
            content: '';
            display: inline-block; }

.big-image-wrapper {
  position: relative; }

.quote-shadow {
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.5)); }

.person-quote {
  background: white;
  position: absolute;
  right: -190px;
  bottom: 150px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 400px;
  padding: 30px 80px 30px 30px;
  clip-path: polygon(0 1%, 100% 0%, 80% 100%, 0% 100%);
  font-family: 'Canela', serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 34px; }
  @media screen and (max-width: 1150px) {
    .person-quote {
      right: -100px; } }
  @media screen and (max-width: 1020px) {
    .person-quote {
      right: auto !important;
      left: 50px;
      bottom: -50px; } }
  @media screen and (max-width: 768px) {
    .person-quote {
      display: none; } }
  .person-quote .person-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px; }
    .person-quote .person-name:before {
      display: flex;
      content: '';
      width: 65px;
      height: 4px;
      background: #9AD4DD;
      margin: 15px 0; }

.block-first-intro {
  margin-bottom: 50px !important;
  margin-top: 50px;
  box-sizing: border-box;
  width: 100%; }
  @media screen and (max-width: 1150px) {
    .block-first-intro .container {
      padding: 0 20px !important; } }
  @media screen and (max-width: 1150px) {
    .block-first-intro .inner-container-wysiwyg {
      padding: 0 30px;
      flex-direction: column !important; }
      .block-first-intro .inner-container-wysiwyg svg {
        display: flex !important; }
      .block-first-intro .inner-container-wysiwyg .column-left-note {
        min-width: 100% !important; } }
  @media screen and (max-width: 1150px) and (max-width: 1150px) {
    .block-first-intro .inner-container-wysiwyg .column-center {
      flex-direction: column !important;
      justify-content: flex-start;
      align-items: flex-start; } }
  .block-first-intro a {
    color: #35343B;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center; }
  .block-first-intro .column-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px; }
    .block-first-intro .column-center img {
      width: 100% !important;
      min-width: 140px;
      min-height: 170px;
      aspect-ratio: 9 / 16;
      margin: 0;
      object-fit: cover; }
    .block-first-intro .column-center .details {
      display: flex;
      gap: 10px;
      flex-direction: column; }
      .block-first-intro .column-center .details p {
        margin: 0;
        padding: 0; }
  .block-first-intro h2 {
    font-family: 'Canela', serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0 !important;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #35343B;
    text-underline-offset: 5px; }
  .block-first-intro .inner-container-wysiwyg {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px; }

.block-content-variable h2 {
  font-family: 'Canela', serif;
  font-weight: 700;
  font-style: normal; }

.block-cta {
  background: #9AD4DD;
  padding: 100px 0; }
  @media screen and (max-width: 1024px) {
    .block-cta {
      padding: 50px; } }
  .block-cta .cta-inner {
    padding: 10px 65px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .block-cta .cta-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 30px 30px 0; }
        .block-cta .cta-inner .button {
          margin-bottom: 30px; } }
    .block-cta .cta-inner h1, .block-cta .cta-inner h2, .block-cta .cta-inner h3, .block-cta .cta-inner h4 {
      max-width: 550px; }
    .block-cta .cta-inner .cta-bg {
      background: white;
      position: absolute;
      right: 0;
      top: 0;
      width: 20%;
      height: 100%;
      content: '';
      z-index: -1;
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%); }
      @media screen and (max-width: 1024px) {
        .block-cta .cta-inner .cta-bg {
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%); } }

.block-form .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px; }
  .block-form .container h2 {
    width: fit-content;
    display: inline-flex; }

.block-form .upper-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  .block-form .upper-content p {
    text-align: center; }

.block-form .form {
  margin-top: 50px;
  width: 100%;
  min-width: 100%; }

.gfield_label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 28px;
  color: #35343B; }

.gform_wrapper.gravity-theme .gfield_required {
  font-size: 0 !important; }

.gfield_required_text:after {
  content: '*';
  font-size: 17px;
  color: #35343B;
  margin-left: 5px; }

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  border-radius: 8px;
  min-height: 50px;
  border: 1px solid #B3BABF;
  outline: none !important; }
  .gform_wrapper.gravity-theme input[type=color]:focus, .gform_wrapper.gravity-theme input[type=date]:focus, .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .gform_wrapper.gravity-theme input[type=datetime]:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=month]:focus, .gform_wrapper.gravity-theme input[type=number]:focus, .gform_wrapper.gravity-theme input[type=password]:focus, .gform_wrapper.gravity-theme input[type=search]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=time]:focus, .gform_wrapper.gravity-theme input[type=url]:focus, .gform_wrapper.gravity-theme input[type=week]:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus {
    border: 1px solid #D2A13C; }

/* Verberg de standaard checkbox */
body .gform_wrapper .custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0; }

/* Container label: relatieve positionering en extra ruimte */
body .gform_wrapper .custom-checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.4; }

/* Custom checkbox-box */
body .gform_wrapper .custom-checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #B3BABF;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-top: -2px; }

/* Checkmark als hij is aangevinkt */
body .gform_wrapper .custom-checkbox input[type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 6px;
  width: 4px;
  height: 7px;
  border: solid #D2A13C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  pointer-events: none; }

/* Hover effect (optioneel) */
body .gform_wrapper .custom-checkbox label:hover::before {
  border-color: #D2A13C; }

.gfield_consent_label {
  position: relative !important;
  top: 2px !important; }

.gform_button {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  cursor: pointer;
  line-height: 28px;
  color: white;
  background: #D2A13C;
  border-radius: 100px;
  border: none;
  transition: all 300ms;
  outline: none;
  height: 40px; }
  .gform_button:hover {
    background: #b28529; }

body img.gform_ajax_spinner {
  display: none !important; }

.gform_validation_errors {
  display: none !important; }

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid #D2A13C !important; }

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  border-radius: 8px;
  background: #D2A13C !important;
  color: white !important;
  border: none !important;
  margin-top: 10px !important; }

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true] + label, .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #D2A13C !important; }

.block-hero {
  background: #9AD4DD;
  padding: 100px 0; }
  @media screen and (max-width: 1024px) {
    .block-hero {
      padding: 50px 0; } }
  .block-hero .container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 100px; }
    @media screen and (max-width: 1024px) {
      .block-hero .container {
        flex-direction: column;
        gap: 30px; } }
    .block-hero .container .column {
      width: 100%; }
      .block-hero .container .column.column-left-side {
        max-width: 540px; }
      .block-hero .container .column h1 {
        text-transform: uppercase; }
      .block-hero .container .column h1, .block-hero .container .column h2, .block-hero .container .column h3 {
        margin-top: 0; }
      .block-hero .container .column p {
        max-width: 450px; }
  .block-hero.block-hero-alternative {
    padding: 50px 0; }
    .block-hero.block-hero-alternative .container {
      display: flex;
      justify-content: center;
      align-items: center; }
      .block-hero.block-hero-alternative .container .column {
        max-width: 900px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column; }
        .block-hero.block-hero-alternative .container .column p {
          max-width: 900px; }
        .block-hero.block-hero-alternative .container .column .button {
          margin-top: 30px; }

.block-news-archive {
  display: flex;
  justify-content: center;
  align-items: center; }
  .block-news-archive .container {
    max-width: 1110px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    align-items: center; }
    .block-news-archive .container .news-articles {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 30px; }
      @media screen and (max-width: 767px) {
        .block-news-archive .container .news-articles {
          grid-template-columns: repeat(1, 1fr); } }
  .block-news-archive .gsap-slider__item {
    width: calc(((100% - 1px)  - (var(--slider-spv)  - 1) * var(--slider-gap)) / var(--slider-spv));
    margin-right: var(--slider-gap);
    flex: none;
    transition: all 300ms; }
  .block-news-archive .demo-card {
    background-color: lightgrey;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    max-height: 370px;
    transition: all 300ms; }
  .block-news-archive .before__125 {
    padding-top: 125%; }
  .block-news-archive .osmo-icon-svg {
    opacity: .1;
    width: 40%;
    position: absolute; }
  .block-news-archive .demo-card__tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000;
    background: -webkit-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    width: 100%;
    box-sizing: border-box;
    color: white; }
  .block-news-archive .demo-card__tag-p {
    margin-bottom: 0;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    padding: 30px 25px; }

.custom-dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  width: 100%;
  max-width: 455px;
  height: 50px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: box-shadow 300ms; }
  .custom-dropdown.open {
    background: white;
    border: 1px solid #B3BABF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.19); }

.dropdown-toggle {
  background: transparent;
  border: none;
  padding: 20px 15px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  height: 50px; }

.dropdown-label {
  color: #35343B;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px; }

.dropdown-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 0.75rem;
  color: #35343B; }

/* lijn onder de tekst */
.dropdown-toggle::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: #D2A13C;
  margin: 0 15px; }

/* menu */
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1000;
  padding: 0.5rem 0; }

.dropdown-item {
  list-style: none; }

.dropdown-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: #35343B;
  text-decoration: none;
  transition: color 0.2s ease; }

.dropdown-item a:hover {
  color: #D2A13C; }

/* open state */
.custom-dropdown.open .dropdown-menu {
  display: block;
  border: 1px solid #B3BABF;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.19);
  width: calc(100% + 2px);
  margin-top: -10px;
  margin-left: -1px;
  border-top: none;
  border-radius: 0 !important; }
  .custom-dropdown.open .dropdown-menu:before {
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    margin-left: 15px;
    background: #D2A13C;
    display: flex;
    margin-bottom: 10px; }

.custom-dropdown.open .dropdown-icon {
  transform: rotate(180deg);
  color: #35343B; }

.block-news {
  /* Setup */
  /* Controls */ }
  .block-news .upper-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    margin-bottom: 20px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .block-news .upper-content {
        margin-bottom: 0; } }
    .block-news .upper-content a {
      color: #D2A13C;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-style: normal;
      text-decoration: none;
      transition: all 300ms;
      position: relative;
      top: 5px; }
      .block-news .upper-content a:hover {
        color: #c7952e; }
  .block-news .gsap-slider {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: relative;
    overflow: hidden; }
  .block-news .gsap-slider__collection {
    width: 100%;
    max-width: 66em; }
  .block-news .gsap-slider__list {
    -webkit-user-select: none;
    user-select: none;
    will-change: transform;
    touch-action: pan-y;
    backface-visibility: hidden;
    display: flex; }
  .block-news .gsap-slider__item {
    width: calc(((100% - 1px)  - (var(--slider-spv)  - 1) * var(--slider-gap)) / var(--slider-spv));
    margin-right: var(--slider-gap);
    flex: none;
    transition: all 300ms; }
  .block-news .demo-card {
    background-color: lightgrey;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    max-height: 370px;
    transition: all 300ms; }
  .block-news .before__125 {
    padding-top: 125%; }
  .block-news .osmo-icon-svg {
    opacity: .1;
    width: 40%;
    position: absolute; }
  .block-news .demo-card__tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000;
    background: -webkit-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, black 30%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    width: 100%;
    box-sizing: border-box;
    color: white; }
  .block-news .demo-card__tag-p {
    margin-bottom: 0;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    padding: 30px 25px; }
  .block-news [data-gsap-slider-init] {
    --slider-status: on;
    /* Turn slider on/off */
    --slider-spv: 2;
    /* Slides per view */
    --slider-gap: 1.5em;
    /* Slides Gap */ }
  @media screen and (max-width: 991px) {
    .block-news [data-gsap-slider-init] {
      --slider-status: on;
      /* Turn slider on/off */
      --slider-spv: 2.25;
      /* Slides per view */
      --slider-gap: 1.5em;
      /* Slides Gap */ } }
  @media screen and (max-width: 767px) {
    .block-news [data-gsap-slider-init] {
      --slider-status: on;
      /* Turn slider on/off */
      --slider-spv: 1.15;
      /* Slides per view */
      --slider-gap: 1em;
      /* Gap */ } }
  .block-news [data-gsap-slider-item]:last-child {
    margin-right: 0; }
  .block-news .gsap-slider__controls {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    gap: 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .block-news .gsap-slider__controls {
        justify-content: center;
        gap: 30px;
        padding-right: 0; } }
  .block-news .gsap-slider__control {
    color: #35343B;
    background: none;
    border: none;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
    gap: 10px; }
    .block-news .gsap-slider__control.control__next {
      position: relative;
      transition: all 300ms; }
      .block-news .gsap-slider__control.control__next:after {
        left: 0;
        position: relative;
        transition: all 300ms;
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23304659'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      .block-news .gsap-slider__control.control__next:hover {
        color: #D2A13C; }
        .block-news .gsap-slider__control.control__next:hover:after {
          content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23D2A13C'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          left: 5px; }
    .block-news .gsap-slider__control.control__prev {
      position: relative;
      transition: all 300ms; }
      .block-news .gsap-slider__control.control__prev:before {
        right: 0;
        position: relative;
        transition: all 300ms;
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23304659'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        transform: rotate(-180deg); }
      .block-news .gsap-slider__control.control__prev:hover {
        color: #D2A13C; }
        .block-news .gsap-slider__control.control__prev:hover:before {
          content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23D2A13C'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          right: 5px; }
  .block-news [data-gsap-slider-status="not-active"] [data-gsap-slider-controls] {
    display: none; }
  .block-news [data-gsap-slider-item-status="not-active"] {
    opacity: 0.4; }
  .block-news [data-gsap-slider-control-status="not-active"] {
    opacity: 0.2;
    pointer-events: none; }

.block-prices-archive {
  display: flex;
  justify-content: center;
  align-items: center; }
  .block-prices-archive .container {
    max-width: 1110px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center; }
    .block-prices-archive .container h3 {
      font-size: 26px;
      line-height: 34px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-style: normal;
      text-decoration: none;
      margin-bottom: 50px; }
    .block-prices-archive .container .prices-wrapper-total {
      width: 100%; }
    .block-prices-archive .container .prices-articles {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px; }
      @media screen and (max-width: 1200px) {
        .block-prices-archive .container .prices-articles {
          grid-template-columns: repeat(3, 1fr); } }
      @media screen and (max-width: 1024px) {
        .block-prices-archive .container .prices-articles {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 520px) {
        .block-prices-archive .container .prices-articles {
          grid-template-columns: repeat(1, 1fr); } }
      .block-prices-archive .container .prices-articles.is-special-24 {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 0 !important; }
      .block-prices-archive .container .prices-articles .laureaat-legend {
        opacity: 1;
        height: 50px;
        background: #35343B;
        color: white;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px; }
        @media screen and (max-width: 520px) {
          .block-prices-archive .container .prices-articles .laureaat-legend {
            font-size: 14px;
            padding: 0 10px; } }
      .block-prices-archive .container .prices-articles .laureaat-simple {
        color: inherit;
        text-decoration: none;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding: 0 20px;
        height: 50px;
        flex-direction: row;
        justify-content: space-between;
        transition: all 300ms;
        cursor: pointer;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal; }
        @media screen and (max-width: 520px) {
          .block-prices-archive .container .prices-articles .laureaat-simple {
            font-size: 14px;
            padding: 0 10px; } }
        .block-prices-archive .container .prices-articles .laureaat-simple .discipline, .block-prices-archive .container .prices-articles .laureaat-simple .year {
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          font-style: normal; }
        .block-prices-archive .container .prices-articles .laureaat-simple:nth-of-type(odd) {
          background: #D6EDF1 !important; }
          .block-prices-archive .container .prices-articles .laureaat-simple:nth-of-type(odd):hover {
            background: #FFF5E6 !important;
            color: #D2A13C; }
        .block-prices-archive .container .prices-articles .laureaat-simple:hover {
          background: #FFF5E6 !important;
          color: #D2A13C; }
      .block-prices-archive .container .prices-articles .gsap-slider__item {
        height: 365px !important;
        padding: 0;
        margin: 0;
        position: relative;
        overflow: hidden; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:hover:before {
          opacity: 0.6; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:hover h4 {
          color: #9AD4DD !important; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:hover .bottom-bar {
          padding: 12px 15px; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:hover .laureaat-details {
          bottom: 70px; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:before {
          position: absolute;
          height: 100%;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #D2A13C;
          opacity: 0;
          transition: all 0.5s;
          content: ""; }
        .block-prices-archive .container .prices-articles .gsap-slider__item:after {
          position: absolute;
          height: 70%;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #001F25;
          background: -webkit-linear-gradient(0deg, #001f25 20%, rgba(0, 31, 37, 0) 100%);
          background: -moz-linear-gradient(0deg, #001f25 20%, rgba(0, 31, 37, 0) 100%);
          background: linear-gradient(0deg, #001f25 20%, rgba(0, 31, 37, 0) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001F25", endColorstr="#001F25", GradientType=0);
          content: ""; }
        .block-prices-archive .container .prices-articles .gsap-slider__item .bottom-bar {
          position: absolute;
          bottom: 0;
          width: 100%;
          color: white;
          text-decoration: none;
          color: white;
          background: #D2A13C;
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          font-style: normal;
          font-size: 12px;
          line-height: 24px;
          padding: 8px 15px;
          transition: all 300ms;
          box-sizing: border-box;
          z-index: 10;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .block-prices-archive .container .prices-articles .gsap-slider__item .laureaat-details {
          height: 200px;
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          z-index: 10;
          position: absolute;
          bottom: 60px;
          padding: 0 20px;
          box-sizing: border-box;
          color: white;
          text-decoration: none;
          gap: 5px;
          transition: all 300ms; }
          .block-prices-archive .container .prices-articles .gsap-slider__item .laureaat-details h4 {
            transition: all 300ms;
            font-size: 22px;
            line-height: 28px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-style: normal;
            margin-bottom: 5px;
            color: white; }

.block-prices {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 20px;
  /* Setup */
  /* Controls */ }
  .block-prices h2 {
    margin-bottom: 50px; }
  .block-prices .gsap-slider {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: relative;
    overflow: hidden; }
  .block-prices .gsap-slider__collection {
    width: 100%;
    max-width: 60em; }
  .block-prices .gsap-slider__list {
    -webkit-user-select: none;
    user-select: none;
    will-change: transform;
    touch-action: pan-y;
    backface-visibility: hidden;
    display: flex; }
  .block-prices .gsap-slider__item {
    width: calc(((100% - 1px)  - (var(--slider-spv)  - 1) * var(--slider-gap)) / var(--slider-spv));
    margin-right: var(--slider-gap);
    flex: none;
    max-height: 350px;
    transition: all 300ms;
    color: #35343B !important; }
  .block-prices .demo-card {
    max-height: 350px;
    border-radius: 0;
    width: 100%;
    position: relative;
    overflow: visible;
    transition: all 300ms; }
  .block-prices .before__125 {
    padding-top: 125%; }
  .block-prices .osmo-icon-svg {
    opacity: .1;
    width: 40%;
    position: absolute; }
  .block-prices .demo-card__tag {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 600px) {
      .block-prices .demo-card__tag {
        flex-direction: column-reverse;
        gap: 20px; }
        .block-prices .demo-card__tag .active-description {
          max-width: 100% !important; }
        .block-prices .demo-card__tag .price-name {
          right: -50px !important; }
        .block-prices .demo-card__tag img {
          right: auto !important;
          left: 0 !important;
          margin-left: 0 !important; } }
    .block-prices .demo-card__tag .active-description {
      max-width: 200px;
      color: #35343B !important;
      position: absolute;
      left: -50px;
      top: -20px;
      visibility: hidden;
      opacity: 0;
      transition: all 300ms; }
      @media screen and (max-width: 1150px) {
        .block-prices .demo-card__tag .active-description {
          position: relative;
          flex-direction: column;
          left: 0; } }
    .block-prices .demo-card__tag .price-name {
      color: #D2A13C;
      text-decoration: none;
      position: absolute;
      right: -90px;
      top: 210px;
      margin-left: -50px;
      font-size: 30px; }
      @media screen and (max-width: 1150px) {
        .block-prices .demo-card__tag .price-name {
          top: 130px;
          right: -50px; } }
      @media screen and (max-width: 600px) {
        .block-prices .demo-card__tag .price-name {
          right: 10px !important; } }
    .block-prices .demo-card__tag img {
      position: absolute;
      right: 50px;
      top: 0;
      height: 350px; }
      @media screen and (max-width: 1150px) {
        .block-prices .demo-card__tag img {
          position: relative;
          height: 250px;
          right: 0;
          margin-left: 50px; } }
  .block-prices .demo-card__tag-p {
    margin-bottom: 0;
    font-size: 2em;
    line-height: 1; }
  .block-prices [data-gsap-slider-init] {
    --slider-status: on;
    /* Turn slider on/off */
    --slider-spv: 2;
    /* Slides per view */
    --slider-gap: 1.5em;
    /* Slides Gap */ }
  @media screen and (max-width: 1150px) {
    .block-prices [data-gsap-slider-init] {
      --slider-status: on;
      /* Turn slider on/off */
      --slider-spv: 2;
      /* Slides per view */
      --slider-gap: 1.5em;
      /* Slides Gap */ } }
  @media screen and (max-width: 767px) {
    .block-prices [data-gsap-slider-init] {
      --slider-status: on;
      /* Turn slider on/off */
      --slider-spv: 1.15;
      /* Slides per view */
      --slider-gap: 1em;
      /* Gap */ } }
  .block-prices [data-gsap-slider-item]:last-child {
    margin-right: 0; }
  .block-prices .gsap-slider__controls {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    gap: 40px;
    box-sizing: border-box;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .block-prices .gsap-slider__controls {
        justify-content: center;
        gap: 30px;
        padding-right: 0; } }
  .block-prices .gsap-slider__control {
    color: #35343B;
    background: none;
    border: none;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
    gap: 10px; }
    .block-prices .gsap-slider__control.control__next {
      transition: all 300ms;
      position: relative; }
      .block-prices .gsap-slider__control.control__next:after {
        left: 0;
        position: relative;
        transition: all 300ms;
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23304659'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      .block-prices .gsap-slider__control.control__next:hover {
        color: #D2A13C; }
        .block-prices .gsap-slider__control.control__next:hover:after {
          content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23D2A13C'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          left: 5px; }
    .block-prices .gsap-slider__control.control__prev {
      position: relative;
      transition: all 300ms; }
      .block-prices .gsap-slider__control.control__prev:before {
        right: 0;
        position: relative;
        transition: all 300ms;
        content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23304659'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        transform: rotate(-180deg); }
      .block-prices .gsap-slider__control.control__prev:hover {
        color: #D2A13C; }
        .block-prices .gsap-slider__control.control__prev:hover:before {
          content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='20px' viewBox='0 0 12 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EBorder%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Icon/Arrow' transform='translate(-6, 0)' fill='%23D2A13C'%3E%3Cpolygon id='Border' points='17.4 10 7.43574773 20 6 18.560273 14.5925779 9.97727668 6.02274868 1.41700371 7.43574773 -3.55271368e-15'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          right: 5px; }
  .block-prices [data-gsap-slider-status="not-active"] [data-gsap-slider-controls] {
    display: none; }
  .block-prices [data-gsap-slider-item-status="active"] .active-description {
    visibility: visible;
    opacity: 1; }
  .block-prices [data-gsap-slider-item-status="not-active"] {
    opacity: 0.3; }
  .block-prices [data-gsap-slider-control-status="not-active"] {
    opacity: 0.2;
    pointer-events: none; }

.block-quote-image {
  padding: 100px 0;
  color: white;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 450px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .block-quote-image {
      padding: 50px 0; } }
  .block-quote-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #76b9c3;
    opacity: 1;
    mix-blend-mode: color;
    z-index: 1; }
  .block-quote-image .quote-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    inset: 0;
    opacity: 0.2;
    z-index: 0; }
  .block-quote-image .container {
    max-width: 840px;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center; }
    .block-quote-image .container h2, .block-quote-image .container h3, .block-quote-image .container h4 {
      text-decoration-color: white; }
    .block-quote-image .container .button {
      max-width: fit-content; }
