:root {
  --purple100: blue;
  --purple80: #7b2cbf;
  --purple60: #9d4edd;
  --purple40: #c77dff;
  --purple20: #e0aaff;
  --wj-green: #c7fdbb;
  --heart-color: #8438df;
  --heartbeat-color: #f7148b;
}

/*
Mixins for font sizes and line heights using clamp()
Er zijn twee varianten van de clampCalc functie
- clampCalc - Deze geeft terug wat je erin stop, px/rem/em
- clampCalcRem - Deze zet input waarden px/rem/em automatisch om naar rem
*/
@font-face {
  font-family: "Helvetica Neue Regular";
  src: url("/templates/yootheme_custom/webfonts/HelveticaNeue.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.uk-heading-2xlarge {
  font-size: clamp(6.5625rem, 5.083rem + 7.89vw, 11rem);
}

.uk-heading-xlarge {
  font-size: clamp(4.8125rem, 3.75rem + 5.67vw, 8rem);
}

.uk-heading-large {
  font-size: clamp(3.625rem, 2.833rem + 4.22vw, 6rem);
}

.uk-heading-medium {
  font-size: clamp(2.375rem, 1.833rem + 2.89vw, 4rem);
}

.uk-heading-small {
  font-size: clamp(1.75rem, 1.333rem + 2.22vw, 3rem);
}

h1 {
  font-size: clamp(1.5625rem, 1.208rem + 1.89vw, 2.625rem);
}

h2 {
  font-size: clamp(1.375rem, 1.083rem + 1.56vw, 2.25rem);
}

h3 {
  font-size: clamp(1.25rem, 1.083rem + 0.89vw, 1.75rem);
}

h4 {
  font-size: clamp(1.125rem, 1.083rem + 0.22vw, 1.25rem);
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.6875rem;
}

p {
  font-size: 1rem;
}

.hero_section {
  background: var(--purple100);
}
@media (max-width: 1599px) {
  .hero_section {
    background: var(--purple80);
  }
}
@media (max-width: 1199px) {
  .hero_section {
    background: var(--purple60);
  }
}
@media (max-width: 959px) {
  .hero_section {
    background: var(--purple40);
  }
}
@media (max-width: 639px) {
  .hero_section {
    background: var(--purple20);
  }
}
.hero_section h1 {
  font-size: clamp(1.25rem, 1.157rem + 0.49vw, 1.75rem);
  font-family: "Helvetica Neue Regular", sans-serif;
  letter-spacing: 2.3px;
  color: white;
}
@media (max-width: 1599px) {
  .hero_section h1 {
    color: white;
  }
}
@media (max-width: 1199px) {
  .hero_section h1 {
    color: black;
  }
}
@media (max-width: 959px) {
  .hero_section h1 {
    color: black;
  }
}
@media (max-width: 639px) {
  .hero_section h1 {
    color: black;
  }
}
.hero_section p {
  font-family: "Helvetica Neue Regular", sans-serif;
  color: white;
}
@media (max-width: 1599px) {
  .hero_section p {
    color: white;
  }
}
@media (max-width: 1199px) {
  .hero_section p {
    color: black;
  }
}
@media (max-width: 959px) {
  .hero_section p {
    color: black;
  }
}
@media (max-width: 639px) {
  .hero_section p {
    color: black;
  }
}
.hero_section .uk-button {
  font-family: "Helvetica Neue Regular", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.hero_section .uk-button:hover {
  background-color: var(--wj-green);
}

.tm-header {
  display: none;
}

.tm-header-mobile {
  z-index: 1020;
}

.uk-modal-dialog {
  background: darkviolet;
}
.uk-modal-dialog #module-menu-dialog-mobile .uk-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.uk-modal-dialog #module-menu-dialog-mobile .uk-nav li {
  font-size: clamp(1.25rem, 1.157rem + 0.49vw, 1.75rem);
  line-height: 1;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}
.uk-modal-dialog #module-menu-dialog-mobile .uk-nav li a {
  padding: 0px;
  display: block;
}

.uk-navbar-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.uk-navbar-toggle svg {
  overflow: visible;
}
.uk-navbar-toggle svg [class*=line-] {
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6), opacity 0.5s ease, y 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.uk-navbar-toggle[aria-expanded=true] {
  transform: rotate(90deg);
}
.uk-navbar-toggle[aria-expanded=true] .line-1 {
  transform: translateY(6px) scaleX(0);
  opacity: 0;
}
.uk-navbar-toggle[aria-expanded=true] .line-4 {
  transform: translateY(-6px) scaleX(0);
  opacity: 0;
}
.uk-navbar-toggle[aria-expanded=true] .line-2 {
  transform: rotate(45deg) scale(1.2);
}
.uk-navbar-toggle[aria-expanded=true] .line-3 {
  opacity: 1 !important;
  transform: rotate(-45deg) scale(1.2);
}

/*COOKIE CONSENT*/
.cc-revoke {
  background-color: transparent !important;
  background-size: cover;
  width: 32px;
  height: 32px;
}

.cc-btn,
div.cc-checkboxes-container a.cc-btn.cc-allow {
  border: none;
  padding: 15px 30px 15px 30px;
  border-radius: 100px !important;
  margin-top: 10px;
}
.cc-btn:hover,
div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
  text-decoration: none !important;
}

div.cc-checkbox-container {
  width: 100%;
}

span.cc-cookie-settings-toggler {
  display: none;
}

div.cc-checkbox-container input:checked + span {
  background-color: #19a319 !important;
}

div.cc-checkbox-container input + span {
  background-color: #f7148b !important;
}

div.cc-settings-label {
  font-size: 15px !important;
  font-weight: normal !important;
  margin: 15px 0 !important;
  color: #000 !important;
  opacity: 1 !important;
}

div.cc-checkboxes-container div.cc-checkbox-container a {
  pointer-events: none !important;
}

.cc-message-text {
  line-height: 150%;
}

.cc-link {
  opacity: 1 !important;
  color: #2e1352 !important;
  text-decoration: none !important;
  line-height: 30px;
  margin-bottom: 0 !important;
}

a.cc-link.cc-cookie::before,
a.cc-link.cc-privacy::before {
  content: "";
  float: left;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background-image: url(/images/arrow.svg);
  background-size: cover;
}

.cc-link:hover {
  color: #000 !important;
}

.cc-highlight {
  margin-top: 50px;
}

.cc-header {
  font-size: 120%;
  color: #000;
  margin: 0;
}
.cc-header p {
  margin: 0;
}

div.cc-gdpr-component-view a.cc-btn.cc-allow {
  background-color: white;
}

div.cc-gdpr-component-view a.cc-btn.cc-allowall {
  background-color: #c7fdbb;
}

footer .uk-section-default {
  background: #c7fdbb;
}
footer li a {
  text-transform: none;
}
footer li a:hover {
  text-decoration: underline;
}
@media (max-width: 959px) {
  footer .contact {
    margin-bottom: 30px !important;
  }
}
footer .copyright {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  row-gap: 0px;
  flex-wrap: wrap;
}
footer .copyright .footer-credit {
  display: inline-flex;
  align-items: center;
}
footer .copyright .footer-credit .el-content {
  overflow: visible !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
footer .copyright .footer-credit .el-image {
  overflow: visible !important;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  margin: -4px;
  width: 14px;
  height: 14px;
}
footer .copyright .footer-credit .el-image svg {
  overflow: visible !important;
  transform-origin: center center;
  fill: var(--heart-color);
  transition: fill 0.3s ease;
}
footer .copyright .footer-credit .el-image svg path {
  fill: inherit;
}
footer .copyright .footer-credit .wave-link {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}
footer .copyright .footer-credit .wave-link span {
  display: inline-block;
  transition: color 0.4s ease;
}
footer .copyright .footer-credit:hover .wave-link span {
  animation: smoothwave 0.9s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  color: var(--heart-color);
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(1) {
  animation-delay: 0s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(2) {
  animation-delay: 0.05s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(3) {
  animation-delay: 0.1s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(4) {
  animation-delay: 0.15s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(5) {
  animation-delay: 0.2s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(6) {
  animation-delay: 0.25s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(7) {
  animation-delay: 0.3s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(8) {
  animation-delay: 0.35s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(9) {
  animation-delay: 0.4s;
}
footer .copyright .footer-credit:hover .wave-link span:nth-child(10) {
  animation-delay: 0.45s;
}
@keyframes smoothwave {
  0% {
    transform: translateY(0px);
  }
  35% {
    transform: translateY(-9px);
  }
  65% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0px);
  }
}
footer .copyright .footer-credit:hover .el-image svg {
  animation: heart-jello 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards, heart-beat 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.6s infinite;
  fill: var(--heartbeat-color);
}
@keyframes heart-jello {
  0% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.3) rotate(-15deg);
  }
  40% {
    transform: scale(1.2) rotate(12deg);
  }
  60% {
    transform: scale(1.25) rotate(-8deg);
  }
  80% {
    transform: scale(1.2) rotate(4deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes heart-beat {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
footer .cc-custom-revoke:hover {
  cursor: pointer;
}

@font-face {
  font-family: "Mooli";
  src: url("/templates/yootheme_custom/webfonts/Mooli-Regular.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Mooli-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/templates/yootheme_custom/webfonts/Montserrat-Variable.woff2") format("woff2"), url("/templates/yootheme_custom/webfonts/Montserrat-Variable.woff") format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body,
.tm-page,
p,
.uk-panel,
.el-content {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.el-title {
  font-family: "Mooli", sans-serif !important;
}

.tm-header {
  display: none !important;
}

.tm-header-mobile {
  display: none !important;
}

:root {
  --lft-green: #6cab47;
  --lft-green-dark: #1b7a63;
  --lft-cream: #fbf9f0;
  --lft-beige: #f1ecd9;
  --lft-white: #ffffff;
  --lft-text: #3a3a3a;
  --lft-muted: #5a5a5a;
  --lft-brown: #795641;
}

.lft-hero {
  background-color: var(--lft-cream) !important;
}
.lft-hero.uk-section-default {
  background-color: var(--lft-cream) !important;
}
.lft-hero .lft-logo img {
  height: auto;
}
.lft-hero h1.lft-hero__title,
.lft-hero .lft-hero__title.el-title {
  font-family: "Mooli", sans-serif;
  font-weight: 700;
  color: var(--lft-green) !important;
  font-size: clamp(28px, 22.3661971831px + 1.5023474178vw, 44px);
  line-height: 65px;
}
@media (max-width: 959px) {
  .lft-hero h1.lft-hero__title,
  .lft-hero .lft-hero__title.el-title {
    line-height: 45px;
  }
}
.lft-hero .lft-hero__text {
  color: var(--lft-text);
  max-width: 34rem;
  font-size: clamp(15px, 14.2957746479px + 0.1877934272vw, 17px);
  line-height: 28px;
}
.lft-hero .lft-hero__image .el-image {
  border-radius: 0;
  overflow: visible;
}
.lft-hero .lft-hero__image img {
  height: 500px;
  width: auto;
  max-width: 100%;
  aspect-ratio: 489.44/483.45;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  -webkit-mask: url("/templates/yootheme_custom/webfonts/blob-mask.svg") center/contain no-repeat;
  mask: url("/templates/yootheme_custom/webfonts/blob-mask.svg") center/contain no-repeat;
}

.lft-info {
  background-color: var(--lft-beige) !important;
}
.lft-info.uk-section-default {
  background-color: var(--lft-beige) !important;
}

.uk-card {
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 8px 0px, rgba(0, 0, 0, 0.06) 0px 7px 2px -1px;
}
.uk-card,
.uk-card .uk-panel,
.uk-card .uk-card, .uk-card.uk-card-primary, .uk-card.uk-card-secondary {
  background-color: var(--lft-white) !important;
}
.uk-card .lft-card__icon {
  color: var(--lft-green) !important;
  margin-bottom: 12px;
}
.uk-card .lft-card__icon svg {
  width: 40px;
  height: 40px;
}
.uk-card .lft-card__title,
.uk-card h3.el-title,
.uk-card h4.el-title {
  font-family: "Mooli", sans-serif;
  font-weight: 700;
  color: var(--lft-brown) !important;
  font-size: clamp(16px, 14.9436619718px + 0.2816901408vw, 19px);
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: clamp(1.1875rem, 1.063rem + 0.67vw, 1.5625rem);
}
.uk-card.card-4 {
  padding-block: 25px !important;
}
.uk-card.card-4 h3 {
  font-size: 19px !important;
  line-height: 21px;
}
.uk-card.card-4 p {
  line-height: 21px;
}
.uk-card .lft-card__text,
.uk-card .el-content {
  color: var(--lft-brown);
  font-size: clamp(13px, 12.2957746479px + 0.1877934272vw, 15px);
  line-height: 28px;
}
.uk-card .lft-card__text.lh-small,
.uk-card .el-content.lh-small {
  line-height: 21px;
}
.uk-card .lft-card__text strong,
.uk-card .el-content strong {
  color: var(--lft-brown);
}
.uk-card .lft-card__text a,
.uk-card .el-content a {
  color: var(--lft-green) !important;
  font-weight: 600;
}

.footer-blue {
  background-color: #004964 !important;
}
.footer-blue h1 {
  color: #fdfcf7;
  margin-bottom: 0px;
}
.footer-blue .el-meta {
  color: #83a2b0;
}
.footer-blue p {
  color: #b6c8d1;
}
.footer-blue .el-content.uk-margin-top {
  margin-top: 5px !important;
}
.footer-blue .el-content a {
  color: #fdfcf7;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.footer-blue .el-content a:hover {
  color: #faf3e4;
  transform: scale(1.3);
}
@media (max-width: 959px) {
  .footer-blue .copywright,
  .footer-blue copyright {
    justify-content: center !important;
  }
}
.footer-blue .copywright .el-item,
.footer-blue copyright .el-item {
  margin-top: 50px;
  color: #83a2b0;
}

.lft-footer {
  display: none;
  background-color: var(--lft-green-dark) !important;
}
.lft-footer.uk-section-default {
  background-color: var(--lft-green-dark) !important;
}
.lft-footer .lft-footer__text,
.lft-footer .el-content {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(13px, 12.6478873239px + 0.0938967136vw, 14px);
  margin: 0;
}

.footer-blue {
  background: blue;
}