@charset "UTF-8";
/* ------------------------------------------------ // fonts */
/* ------------------------------------------------ // colors */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

body {
  font-size: 18px;
  font-weight: 400;
  color: #000E1A;
}

.text-muted {
  color: #4945FF;
}

/* ------------------------------------------------ // kop */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.2em 0 0.5em;
  font-weight: 900;
  color: #17104C;
}

h1 {
  margin-top: 0;
  font-size: 36px;
  line-height: 42px;
}
@media (max-width: 575.98px) {
  h1 {
    margin-bottom: 20px;
  }
}

h2 {
  font-size: 26px;
  line-height: 28px;
}

h3,
h4,
h5,
h6 {
  font-size: 18px;
  line-height: 22px;
}

/**
 * Regular text
 */
p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 400;
}

/**
 * Links
 */
a {
  transition: 0.3s;
  color: #17104C;
  text-decoration: none;
}
a:hover {
  color: #F7941D;
}

main a {
  text-decoration: underline;
}

/**
 * List styling
 */
main ul,
main ol {
  padding-left: 20px;
}
main ul li,
main ol li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}
main ul {
  list-style: none;
  padding: 0;
}
main ul li {
  display: flex;
  align-items: center;
  padding: 0;
  text-indent: 0;
}
main ul li:before {
  content: "";
  font-family: "Material Symbols";
  font-size: 24px;
  color: #4945FF;
  margin-right: 1px;
  position: relative;
  top: 0;
}

.wp-block-embed iframe {
  border-radius: 10px;
}

button,
.wp-block-button__link,
.btn,
.gform_wrapper form .gform_footer .gform_button.button,
.gform_wrapper form .gform_footer #gform_submit_button_3,
.gform_wrapper form .gform_footer #gform_submit_button_1 {
  display: inline-block;
  width: fit-content;
  background-color: #F7941D;
  border-radius: 60px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  padding: 11px 24px 13px;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid transparent;
}
button a,
.wp-block-button__link a,
.btn a,
.gform_wrapper form .gform_footer .gform_button.button a,
.gform_wrapper form .gform_footer #gform_submit_button_3 a,
.gform_wrapper form .gform_footer #gform_submit_button_1 a {
  color: inherit;
}
button.floating-cta-button,
.wp-block-button__link.floating-cta-button,
.btn.floating-cta-button,
.gform_wrapper form .gform_footer .floating-cta-button.gform_button.button,
.gform_wrapper form .gform_footer .floating-cta-button#gform_submit_button_3,
.gform_wrapper form .gform_footer .floating-cta-button#gform_submit_button_1 {
  position: fixed;
  bottom: 30px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  gap: 8px;
  align-items: center;
  padding: 6px 17px 5px;
  transition: 0.3s;
  z-index: -1;
  display: flex;
  background: #F7941D;
  border: 1px solid transparent;
}
button.floating-cta-button p,
.wp-block-button__link.floating-cta-button p,
.btn.floating-cta-button p,
.gform_wrapper form .gform_footer .floating-cta-button.gform_button.button p,
.gform_wrapper form .gform_footer .floating-cta-button#gform_submit_button_3 p,
.gform_wrapper form .gform_footer .floating-cta-button#gform_submit_button_1 p {
  position: relative;
  top: -2px;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  button.floating-cta-button,
.wp-block-button__link.floating-cta-button,
.btn.floating-cta-button,
.gform_wrapper form .gform_footer .floating-cta-button.gform_button.button,
.gform_wrapper form .gform_footer .floating-cta-button#gform_submit_button_3,
.gform_wrapper form .gform_footer .floating-cta-button#gform_submit_button_1 {
    bottom: 15px;
    right: 15px;
  }
}
button.floating-cta-button.show,
.wp-block-button__link.floating-cta-button.show,
.btn.floating-cta-button.show,
.gform_wrapper form .gform_footer .floating-cta-button.show.gform_button.button,
.gform_wrapper form .gform_footer .floating-cta-button.show#gform_submit_button_3,
.gform_wrapper form .gform_footer .floating-cta-button.show#gform_submit_button_1 {
  visibility: visible;
  opacity: 1;
  z-index: 15;
}
button.floating-cta-button span,
.wp-block-button__link.floating-cta-button span,
.btn.floating-cta-button span,
.gform_wrapper form .gform_footer .floating-cta-button.gform_button.button span,
.gform_wrapper form .gform_footer .floating-cta-button#gform_submit_button_3 span,
.gform_wrapper form .gform_footer .floating-cta-button#gform_submit_button_1 span {
  font-size: 22px;
}
button:hover, button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.btn:hover,
.gform_wrapper form .gform_footer .gform_button.button:hover,
.gform_wrapper form .gform_footer #gform_submit_button_3:hover,
.gform_wrapper form .gform_footer #gform_submit_button_1:hover,
.btn:focus,
.gform_wrapper form .gform_footer .gform_button.button:focus,
.gform_wrapper form .gform_footer #gform_submit_button_3:focus,
.gform_wrapper form .gform_footer #gform_submit_button_1:focus {
  background: #bd6c0a;
  color: #FFFFFF;
  border-color: transparent;
}
button.btn-secondary,
.wp-block-button__link.btn-secondary,
.btn.btn-secondary,
.gform_wrapper form .gform_footer .btn-secondary.gform_button.button,
.gform_wrapper form .gform_footer .btn-secondary#gform_submit_button_3,
.gform_wrapper form .gform_footer .btn-secondary#gform_submit_button_1 {
  background: #4945FF;
}
button.btn-secondary:hover,
.wp-block-button__link.btn-secondary:hover,
.btn.btn-secondary:hover,
.gform_wrapper form .gform_footer .btn-secondary.gform_button.button:hover,
.gform_wrapper form .gform_footer .btn-secondary#gform_submit_button_3:hover,
.gform_wrapper form .gform_footer .btn-secondary#gform_submit_button_1:hover {
  background: #322fe1;
}
button.arrow-right,
.wp-block-button__link.arrow-right,
.btn.arrow-right,
.gform_wrapper form .gform_footer .arrow-right.gform_button.button,
.gform_wrapper form .gform_footer .arrow-right#gform_submit_button_3,
.gform_wrapper form .gform_footer .arrow-right#gform_submit_button_1 {
  padding-left: 18px;
  padding-right: 14px;
  display: flex;
  align-items: center;
}
button.arrow-right:after,
.wp-block-button__link.arrow-right:after,
.btn.arrow-right:after,
.gform_wrapper form .gform_footer .arrow-right.gform_button.button:after,
.gform_wrapper form .gform_footer .arrow-right#gform_submit_button_3:after,
.gform_wrapper form .gform_footer .arrow-right#gform_submit_button_1:after {
  content: "";
  font-family: "Material Symbols";
  font-size: 18px;
  margin-left: 7px;
  font-weight: 400;
}
button.arrow-left,
.wp-block-button__link.arrow-left,
.btn.arrow-left,
.gform_wrapper form .gform_footer .arrow-left.gform_button.button,
.gform_wrapper form .gform_footer .arrow-left#gform_submit_button_3,
.gform_wrapper form .gform_footer .arrow-left#gform_submit_button_1 {
  padding-left: 18px;
  padding-right: 14px;
  display: flex;
  align-items: center;
}
button.arrow-left:before,
.wp-block-button__link.arrow-left:before,
.btn.arrow-left:before,
.gform_wrapper form .gform_footer .arrow-left.gform_button.button:before,
.gform_wrapper form .gform_footer .arrow-left#gform_submit_button_3:before,
.gform_wrapper form .gform_footer .arrow-left#gform_submit_button_1:before {
  content: "";
  font-family: "Material Symbols";
  font-size: 18px;
  margin-right: 7px;
  font-weight: 400;
}
button.btn-link,
.wp-block-button__link.btn-link,
.btn.btn-link,
.gform_wrapper form .gform_footer .btn-link.gform_button.button,
.gform_wrapper form .gform_footer .btn-link#gform_submit_button_3,
.gform_wrapper form .gform_footer .btn-link#gform_submit_button_1 {
  background: none;
  text-decoration: none;
  color: #4945FF;
  padding: 0;
  margin: 0;
}
button.btn-link:hover,
.wp-block-button__link.btn-link:hover,
.btn.btn-link:hover,
.gform_wrapper form .gform_footer .btn-link.gform_button.button:hover,
.gform_wrapper form .gform_footer .btn-link#gform_submit_button_3:hover,
.gform_wrapper form .gform_footer .btn-link#gform_submit_button_1:hover {
  color: #29235C;
}

header {
  position: relative;
}
header nav.navbar {
  padding: 0;
}
header nav.navbar .container-fluid {
  padding: 0;
}
header nav.navbar ul.navbar-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav.navbar ul.navbar-nav li.menu-item {
  padding-bottom: 10px;
}
header nav.navbar ul.navbar-nav li.menu-item a {
  padding: 0;
  color: #D0CFDF;
  font-size: 16px;
  font-weight: 700;
}
header nav.navbar ul.navbar-nav li.menu-item a:hover {
  color: #6B68FF;
}
header nav.navbar ul.navbar-nav li.menu-item a:hover:after {
  color: #6B68FF;
}
header nav.navbar ul.navbar-nav li.menu-item.current-menu-item > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-parent > a, header nav.navbar ul.navbar-nav li.menu-item.current-menu-ancestor > a {
  color: #F7941D !important;
  font-weight: 700;
}
header nav.navbar ul.navbar-nav li.menu-item.current-menu-item > a:hover, header nav.navbar ul.navbar-nav li.menu-item.current-menu-parent > a:hover, header nav.navbar ul.navbar-nav li.menu-item.current-menu-ancestor > a:hover {
  color: #6B68FF !important;
}
header nav.navbar ul.navbar-nav li.menu-item:not(.menu-item-has-children) {
  padding-right: 10px;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
  /* Styling dropdown menu */
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a {
  line-height: 1;
  display: flex;
  align-items: center;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children > a:after {
  content: "";
  font-family: "Material Symbols";
  font-size: 23px;
  top: 1px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 24px;
  width: 24px;
}
@media (min-width: 992px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  list-style: none;
  background: #FFFFFF;
  padding: 24px 30px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 15px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 16px 15px;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 9999;
}
@media (max-width: 767.98px) {
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu:before {
    display: none;
  }
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
  padding-bottom: 0;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
  white-space: nowrap;
  padding-block: 8px;
  display: inline-block;
  color: #17104C;
  font-weight: 700;
  line-height: 1;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:hover {
  color: #4945FF;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:first-of-type a {
  padding-top: 0;
}
header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:last-of-type a {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  header nav.navbar {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: auto;
    top: 118px;
    padding: 0;
    left: 0;
    margin: 0;
    z-index: 10;
    background: #ECECF2;
    align-items: start;
    display: none;
    padding-bottom: 120px;
  }
  header nav.navbar ul.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 24px 12px;
  }
  header nav.navbar ul.navbar-nav li.menu-item {
    padding: 16px 0;
    border-bottom: 1px solid #D0CFDF;
    width: 100%;
  }
  header nav.navbar ul.navbar-nav li.menu-item:has(.show-deeper) {
    padding: 23px 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item:first-of-type {
    padding-top: 0;
    margin-top: 2px;
  }
  header nav.navbar ul.navbar-nav li.menu-item:first-of-type .show-deeper {
    top: -8px !important;
  }
  header nav.navbar ul.navbar-nav li.menu-item:last-of-type {
    border-bottom: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item a {
    width: 100%;
    color: #29235C;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children:has(span.open) {
    padding-bottom: 20px;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children a:after {
    display: none;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper {
    position: absolute;
    right: 0;
    top: 16px;
    cursor: pointer;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper:after {
    content: "";
    font-family: "Material Symbols";
    position: relative;
    height: 32px;
    width: 32px;
    background: #29235C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper:hover:after {
    background: #4945FF;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children .show-deeper.open:after {
    content: "";
    background: #F7941D;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu {
    position: relative;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 0;
    box-shadow: none;
    background: none;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item {
    padding: 0;
    border: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item:last-of-type a {
    margin-bottom: 0;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a {
    font-size: 15px;
    margin: 5px 0;
    padding: 0;
    line-height: 26px;
    display: inline-block;
    font-weight: 400;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item a:hover {
    color: #4945FF;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item.menu-item.current-menu-item a {
    color: #F7941D;
  }
  header nav.navbar ul.navbar-nav li.menu-item.menu-item-has-children ul.sub-menu li.menu-item.menu-item.current-menu-item a:hover {
    color: #6B68FF;
  }
}

.navbar-toggler {
  padding: 0;
  border: 0;
  margin-top: 2px;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
  border: 0;
  box-shadow: none;
  background: none;
}
.navbar-toggler .animated-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navbar-toggler .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.navbar-toggler .animated-icon3 span:nth-child(1) {
  top: 4px;
}
.navbar-toggler .animated-icon3 span:nth-child(2) {
  top: 12px;
}
.navbar-toggler .animated-icon3 span:nth-child(3) {
  top: 20px;
}
.navbar-toggler[aria-expanded=true] span > span {
  height: 4px;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2px;
  left: 4px;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] span > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 23px;
  left: 4px;
}
.navbar-toggler .animated-icon3 span {
  background: #FFFFFF;
}
.navbar-toggler:hover .animated-icon3 span {
  background: #4945FF;
}

.number-of-items {
  margin-right: 10px;
  font-weight: 600;
}
.number-of-items .item-counter {
  font-weight: 700;
}

.filters {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 50px 0 50px;
  flex-wrap: wrap;
}
.filters .filter {
  background: #4945FF;
  color: #FFFFFF;
  padding: 12px 25px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
}
.filters .filter.active {
  background: #1712ff;
  pointer-events: none;
}

.uitgelichte-items {
  position: relative;
  /* Slider arrows */
}
.uitgelichte-items h2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 900;
}
.uitgelichte-items .items {
  width: 100%;
  position: unset;
}
@media (max-width: 575.98px) {
  .uitgelichte-items .items {
    margin-left: 15px;
  }
}
.uitgelichte-items .items:not(.slick-slider) {
  display: grid;
  gap: 30px;
  margin-left: 0;
}
.uitgelichte-items .items .card {
  margin: 0;
}
@media (max-width: 575.98px) {
  .uitgelichte-items .items .card {
    max-width: 400px;
  }
}
.uitgelichte-items .items .card.market .img-holder {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
}
@media (max-width: 575.98px) {
  .uitgelichte-items .items .card.market .img-holder {
    max-height: 275px;
  }
}
.uitgelichte-items .items .card.market .img-holder img {
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .uitgelichte-items .items .card.market .img-holder img {
    height: 100%;
  }
}
@media (max-width: 575.98px) {
  .uitgelichte-items .items .card.product {
    max-width: 300px;
  }
}
.uitgelichte-items .items .card.product .img-holder {
  border-radius: 10px;
  overflow: hidden;
}
.uitgelichte-items .items.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .uitgelichte-items .items.col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .uitgelichte-items .items.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 449.98px) {
  .uitgelichte-items .items.col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.uitgelichte-items .items.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  .uitgelichte-items .items.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .uitgelichte-items .items.col-3 .card:last-child {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .uitgelichte-items .items.col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.uitgelichte-items .items.slick-slider .slick-slide {
  margin: 0 15px;
}
@media (max-width: 767.98px) {
  .uitgelichte-items .items.slick-slider .slick-slide {
    margin: 0 6px;
  }
}
.uitgelichte-items .items.slick-slider .slick-list {
  margin: 0 -15px;
}
@media (max-width: 767.98px) {
  .uitgelichte-items .items.slick-slider .slick-list {
    margin: 0 -8px;
  }
}
.uitgelichte-items .btn-link {
  margin-top: 16px;
  margin-left: auto;
  position: relative;
  right: -3px;
}
.uitgelichte-items .slick-prev,
.uitgelichte-items .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  background: #29235C;
  border-radius: 6px;
  aspect-ratio: 1;
  width: 32px;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: 0.3s;
  color: #FFFFFF;
}
.uitgelichte-items .slick-prev.slick-disabled,
.uitgelichte-items .slick-next.slick-disabled {
  pointer-events: none;
  background: #FFFFFF;
}
.uitgelichte-items .slick-prev.slick-disabled:before,
.uitgelichte-items .slick-next.slick-disabled:before {
  color: #D0CFDF;
}
.uitgelichte-items .slick-prev.slick-disabled:hover,
.uitgelichte-items .slick-next.slick-disabled:hover {
  border: 0;
}
.uitgelichte-items .slick-prev:hover,
.uitgelichte-items .slick-next:hover {
  background: #4945FF;
  color: #FFFFFF;
}
.uitgelichte-items .slick-prev:hover:before,
.uitgelichte-items .slick-next:hover:before {
  color: #FFFFFF;
}
.uitgelichte-items .slick-prev:before,
.uitgelichte-items .slick-next:before {
  content: "";
  color: #FFFFFF;
  font-size: 19px;
  font-family: "Material Symbols";
  font-weight: 400;
  transition: 0.3s;
  position: relative;
}
.uitgelichte-items .slick-prev {
  right: 42px;
}
.uitgelichte-items .slick-prev:before {
  content: "";
}

.gform_wrapper {
  background: #FFFFFF;
  padding: 50px 60px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .gform_wrapper {
    padding: 30px;
  }
}
.gform_wrapper .gform_required_legend,
.gform_wrapper .gform_validation_errors {
  display: none !important;
}
.gform_wrapper .gform_heading p {
  margin: 0;
}
.gform_wrapper form .gform_fields {
  gap: 16px;
}
.gform_wrapper form .gform_fields .gfield .gfield_required {
  display: none;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio input {
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #17104C;
  background: transparent;
  transition: 0.3s;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio input:before {
  height: 8px;
  width: 8px;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio input:focus {
  outline: none;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio label {
  font-size: 16px;
  margin: 0;
  margin-left: 5px;
  font-weight: 400;
  transition: 0.3s;
}
.gform_wrapper form .gform_fields .gfield .gfield_radio .gchoice:hover input {
  background: #F4F4F6;
}
.gform_wrapper form .gform_fields .gfield#field_1_7, .gform_wrapper form .gform_fields .gfield#field_3_8 {
  text-align: right;
}
.gform_wrapper form .gform_fields .gfield label,
.gform_wrapper form .gform_fields .gfield legend {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.gform_wrapper form .gform_fields .gfield input,
.gform_wrapper form .gform_fields .gfield textarea {
  min-height: 41px;
  border-radius: 6px;
  background: #F4F4F6;
  font-size: 16px;
  border: 0;
  line-height: 26px;
  box-shadow: none;
  padding: 8px 12px;
}
.gform_wrapper form .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper form .gform_fields .gfield textarea::-webkit-input-placeholder {
  color: #8481A6;
  font-size: 16px;
  line-height: 26px;
}
.gform_wrapper form .gform_fields .gfield input::-moz-placeholder,
.gform_wrapper form .gform_fields .gfield textarea::-moz-placeholder {
  color: #8481A6;
  font-size: 16px;
  line-height: 26px;
}
.gform_wrapper form .gform_fields .gfield input:-ms-input-placeholder,
.gform_wrapper form .gform_fields .gfield textarea:-ms-input-placeholder {
  color: #8481A6;
  font-size: 16px;
  line-height: 26px;
}
.gform_wrapper form .gform_fields .gfield textarea {
  padding: 12px;
}
.gform_wrapper form .gform_fields .gfield p {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}
.gform_wrapper form .gform_fields .gfield a {
  color: #F7941D;
}
.gform_wrapper form .gform_fields .gfield a:hover {
  color: #bd6c0a;
}
.gform_wrapper form .gform_footer {
  margin-top: 14px;
}
.gform_wrapper form .gform_footer .gform_button.button,
.gform_wrapper form .gform_footer #gform_submit_button_3,
.gform_wrapper form .gform_footer #gform_submit_button_1 {
  padding: 8px 24px 10px;
  border-radius: 60px;
  font-size: 16px;
  line-height: 24px;
}
.gform_wrapper form .gform_footer .gform_button.button:hover,
.gform_wrapper form .gform_footer #gform_submit_button_3:hover,
.gform_wrapper form .gform_footer #gform_submit_button_1:hover {
  background: #bd6c0a;
}

.card {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ECECF2;
}
.card > a {
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.card.default {
  background: none;
  height: 100%;
}
.card.default .img-holder {
  display: flex;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 360/260;
}
.card.default .img-holder img {
  aspect-ratio: 360/260;
  width: 100%;
  object-fit: cover;
}
.card .img-holder {
  overflow: hidden;
}
.card .img-holder img {
  width: 100%;
  transition: 0.3s;
  border-radius: 0;
}
.card .card-body {
  color: #000;
  padding: 24px;
  background: #FFFFFF;
}
.card .card-body .card-date {
  font-size: 14px;
  line-height: 18px;
  color: #8481A6;
  margin-bottom: 8px;
  font-weight: 700;
}
.card .card-body .card-date:before {
  content: "";
  font-family: "Material Symbols";
  margin-right: 7px;
  position: relative;
  bottom: -2px;
  font-size: 15px;
  font-weight: 400;
}
.card .card-body .card-title {
  transition: 0.3s;
  margin-top: 0;
  margin-bottom: 0px;
  color: #17104C;
}
.card .card-body .read-more:after {
  content: "";
  font-family: "Material Symbols";
  margin-left: 5px;
  font-size: 16px;
}
.card:hover .img-holder img {
  transform: scale(1.05);
}
.card.market .img-holder {
  position: relative;
  max-height: 333px;
  display: flex;
  align-items: center;
  aspect-ratio: 331/327;
  width: 100%;
}
.card.market .img-holder img {
  object-fit: cover;
  height: 100%;
}
.card.market .img-holder:after {
  content: "";
  background: url("../assets/images/golf-market.svg") no-repeat left bottom;
  background-size: 100% auto;
  width: 102%;
  height: 100%;
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: 0;
  object-fit: fill;
}
.card.market .card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
}
.card.market .card-body .card-title {
  color: #29235C;
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}
.card.market .card-body span {
  height: 32px;
  width: 32px;
  border-radius: 6px;
  background: #FDEAD2;
  color: #F7941D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-size: 23px;
  font-weight: 600;
}
.card.market:hover .card-body span {
  background: #F7941D;
  color: #FFFFFF;
}
.card.product {
  padding: 24px;
}
@media (max-width: 575.98px) {
  .card.product {
    max-width: 100%;
  }
}
.card.product .img-holder {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}
.card.product .img-holder img {
  object-fit: cover;
  height: 100%;
}
.card.product .card-body {
  padding: 0;
}
.card.product .card-body .card-title {
  margin-top: 24px;
}

#cta-form {
  scroll-padding: 550px;
}

.cta-form {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 50px 60px;
  border: 1px solid #D0CFDF;
}
.cta-form .gform_wrapper {
  padding: 0;
}
@media (max-width: 575.98px) {
  .cta-form {
    padding: 30px;
  }
}
.cta-form .intro {
  display: flex;
  gap: 30px;
  margin-bottom: 33px;
}
@media (max-width: 767.98px) {
  .cta-form .intro {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cta-form .intro > .material-symbols-outlined {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #4945FF;
  font-size: 40px;
  border-radius: 10px;
  aspect-ratio: 1;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .cta-form .intro > .material-symbols-outlined {
    margin-top: 0;
  }
}
.cta-form .intro .content {
  max-width: 507px;
}
.cta-form .intro .content h2 {
  margin-top: 0;
  margin-bottom: 6px;
}
.cta-form .intro .content p {
  margin-bottom: 0;
}
.cta-form .intro .content .contact-options {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 8px;
}
@media (max-width: 575.98px) {
  .cta-form .intro .content .contact-options {
    gap: 10px;
  }
}
.cta-form .intro .content .contact-options a {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #4945FF;
  font-weight: 700;
}
.cta-form .intro .content .contact-options a.mail span {
  position: relative;
  top: 2px;
}
.cta-form .intro .content .contact-options a.phone span {
  position: relative;
  right: -4px;
}
.cta-form .intro .content .contact-options a span {
  font-size: 16px;
  position: relative;
  bottom: -2px;
}
.cta-form .intro .content .contact-options a:hover {
  color: #29235C;
}

.breadcrumbs {
  padding: 19px 0 42px;
  background: #29235C;
  position: relative;
}
.breadcrumbs:before {
  content: "";
  display: block;
  position: absolute;
  height: 200%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #29235C;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    padding: 14px 0 21px;
  }
}
.breadcrumbs .container > span {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.breadcrumbs span {
  font-size: 14px;
  line-height: 1;
  color: #D0CFDF;
}
.breadcrumbs span span:first-of-type {
  font-size: 20px;
  transition: 0.3s;
}
.breadcrumbs span span:first-of-type a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.breadcrumbs span span:first-of-type a:hover span {
  color: #6B68FF;
}
.breadcrumbs span a {
  text-decoration: underline;
  color: #D0CFDF;
}
.breadcrumbs span a:hover {
  color: #6B68FF;
}

.quote {
  position: relative;
  border-radius: 20px;
  padding: 27px 64px 34px;
  overflow: hidden;
  display: grid;
  margin: 40px 0;
  background: #29235C;
}
@media (max-width: 767.98px) {
  .quote {
    margin-top: 20px;
    padding: 40px;
  }
}
.quote span {
  font-size: 57px;
  color: #F7941D;
  position: relative;
}
.quote p {
  color: #FFFFFF;
  margin: 0;
  position: relative;
}
.quote p.citaat {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
.quote p.subtitle {
  margin-left: auto;
  color: #F7941D;
  font-size: 18px;
  font-weight: 900;
  margin-top: 16px;
}
.quote:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  background: url("../assets/images/quote-bg.svg") no-repeat bottom left;
  background-size: auto 100%;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .quote:before {
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background: url("../assets/images/quote-bg-mobiel.svg");
    background-position: center bottom;
  }
}

body.page-template-locaties {
  background: #9ec5fe;
}
body.page-template-locaties article {
  margin-top: 40px;
  margin-bottom: 60px;
}

#locaties26 {
  margin: 52px 0 43px;
}
@media (max-width: 767.98px) {
  #locaties26 {
    margin: 20px 0 26px;
  }
}
#locaties26 .container {
  padding: 0;
}
#locaties26 .maps .maps-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
#locaties26 .maps .maps-wrapper img {
  border-radius: inherit;
}
#locaties26 .maps .result-row .maps-wrapper {
  min-height: 600px;
}
#locaties26 .maps .result-row .maps-wrapper:has(p.no-results) {
  min-height: unset;
}
@media (max-width: 767.98px) {
  #locaties26 .maps .result-row .maps-wrapper {
    min-height: 400px;
  }
}
#locaties26 .maps .result-row .maps-wrapper .gm-svpc {
  display: none;
}
#locaties26 .maps .result-row .maps-wrapper .gm-bundled-control-on-bottom {
  bottom: 60px !important;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw {
  border: 2px solid #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding-top: 8px !important;
  padding-left: 14px;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw button {
  top: 0px !important;
  right: 0px !important;
  color: #FFFFFF !important;
  border-radius: 6px;
  opacity: 1;
  width: 18px !important;
  height: 26px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: 0 !important;
  padding: 0 !important;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw button:before {
  content: "";
  font-family: "Material Symbols";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #17104C;
  font-weight: 400;
  transition: 0.3s;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw button:hover:before {
  color: #4945FF;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw button span {
  display: none !important;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw h5 {
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 2px;
  color: #29235C;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw a:not(.btn) {
  color: #4945FF;
  display: block;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw a:not(.btn):hover {
  color: #F7941D;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw p {
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  margin-top: 8px;
  max-width: 164px;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw-d {
  padding-right: 55px;
  padding-bottom: 0;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw-chr {
  height: 14px;
  position: absolute;
  right: 8px;
}
#locaties26 .maps .result-row .maps-wrapper .gm-style-iw-tc:after {
  background: #FFFFFF;
}

.visual {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #29235C;
}
.visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
  aspect-ratio: 1140/480;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .visual img {
    aspect-ratio: 16/9;
  }
}
.visual .visual-slider {
  width: 100%;
}
.visual:before {
  content: "";
  height: 200%;
  width: 101vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  background: #29235C;
  z-index: -2;
}
.visual:after {
  content: "";
  height: 659px;
  width: 840px;
  right: 0;
  background: url("../assets/images/golf-overige-paginas.svg") no-repeat bottom right;
  background-size: contain;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .visual:after {
    height: 330px;
    width: 440px;
  }
}
@media (max-width: 575.98px) {
  .visual:after {
    height: 230px;
    width: 320px;
  }
}
.visual .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  color: #FFFFFF;
}
.visual .content h1 {
  color: inherit;
  font-size: 56px;
}
@media (max-width: 767.98px) {
  .visual .content h1 {
    font-size: 48px;
    line-height: 1.1em;
  }
}
.visual .content p {
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .visual .content p {
    font-size: 18px;
  }
}
.visual .breadcrumbs {
  padding-top: 40px;
  background: none;
}

.visual-home video,
.visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 600px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 20px 0 22px;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li::marker {
  display: none;
  font-size: 0;
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
  background-color: #8481A6;
  text-indent: -9999px;
}
.slick-dots .slick-active button {
  background-color: #FFFFFF;
}

header {
  padding: 30px 0 10px;
  background: #29235C;
  color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.3s;
}
header.scroll {
  padding: 18px 0 3px;
}
@media (max-width: 767.98px) {
  header.scroll {
    padding: 12px 0 24px;
  }
}
header.scroll .header-wrapper {
  margin-bottom: 2px;
  align-items: center;
}
@media (max-width: 767.98px) {
  header.scroll .header-wrapper {
    margin-bottom: 12px;
  }
}
header.scroll .header-wrapper .logo {
  display: flex;
  align-items: flex-start;
}
header.scroll .header-wrapper .logo img {
  width: 236px;
  height: auto;
}
@media (max-width: 767.98px) {
  header {
    padding: 12px 0 24px;
  }
}
header .contact {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 12px;
}
@media (max-width: 767.98px) {
  header .contact {
    gap: 8px;
  }
}
header .contact .contact-btn {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  color: #FFFFFF;
  background: #4945FF;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
@media (max-width: 767.98px) {
  header .contact .contact-btn {
    height: 40px;
    width: 40px;
  }
}
header .contact .contact-btn:hover {
  background: #322fe1;
}
header .contact .contact-btn span {
  font-size: 19px;
}
header .contact .contact-btn.email span {
  font-size: 17px;
}
header .header-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 30px;
}
@media (max-width: 767.98px) {
  header .header-wrapper {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  header .header-wrapper {
    justify-content: space-between;
  }
}
header .header-wrapper .logo img {
  width: 370px;
  height: auto;
  border-radius: 0;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  header .header-wrapper .logo img {
    width: 300px;
  }
}
header .header-wrapper .top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .header-wrapper .icon-search {
  transition: 0.3s;
}
header .header-wrapper .icon-search:before {
  content: "";
  font-family: "Material Symbols";
  color: #FFFFFF;
  font-size: 14px;
}
header .header-wrapper .icon-search:hover {
  color: #4945FF;
}

body.page-template .posts,
.archive .posts {
  margin-top: 35px;
  display: grid;
  width: 100%;
  gap: 30px;
}
body.page-template .posts .card,
.archive .posts .card {
  margin: 0;
}
body.page-template .posts.col-4,
.archive .posts.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  body.page-template .posts.col-4,
.archive .posts.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  body.page-template .posts.col-4,
.archive .posts.col-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.page-template .posts.col-3,
.archive .posts.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991.98px) {
  body.page-template .posts.col-3,
.archive .posts.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  body.page-template .posts.col-3,
.archive .posts.col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

body.single-product .quote,
body.single-market .quote {
  margin-top: 55px;
}
body.single-product .wp-block-gallery,
body.single-market .wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
  margin: 60px 0 20px;
}
@media (max-width: 767.98px) {
  body.single-product .wp-block-gallery,
body.single-market .wp-block-gallery {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin: 40px 0;
  }
}
@media (max-width: 449.98px) {
  body.single-product .wp-block-gallery,
body.single-market .wp-block-gallery {
    display: flex;
  }
}
body.single-product .wp-block-gallery figure,
body.single-market .wp-block-gallery figure {
  width: 100% !important;
}
body.single-product .wp-block-gallery figure:first-of-type,
body.single-market .wp-block-gallery figure:first-of-type {
  grid-column: 1/span 6;
  grid-row: 1/span 2;
}
@media (max-width: 767.98px) {
  body.single-product .wp-block-gallery figure:first-of-type,
body.single-market .wp-block-gallery figure:first-of-type {
    grid-column: unset;
    grid-row: unset;
  }
}
body.single-product .wp-block-gallery figure:not(:first-of-type),
body.single-market .wp-block-gallery figure:not(:first-of-type) {
  grid-column: 7/span 4;
}
@media (max-width: 767.98px) {
  body.single-product .wp-block-gallery figure:not(:first-of-type),
body.single-market .wp-block-gallery figure:not(:first-of-type) {
    grid-column: unset;
  }
}

img {
  width: 100%;
  border-radius: 10px;
}

.content-visual {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .content-visual {
    padding-top: 11px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .content-visual > .row {
    flex-direction: column-reverse;
  }
}
.content-visual:before {
  content: "";
  height: 100%;
  width: 101vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  position: absolute;
  background: #29235C;
  z-index: -2;
}
.content-visual:after {
  content: "";
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%) scaleX(-1);
  background: url("../assets/images/golf.png") no-repeat bottom left;
  background-size: cover;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .content-visual:after {
    background-size: 100% auto;
  }
}
.content-visual .content-col {
  display: flex;
}
.content-visual .content-col .content {
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 53px;
}
@media (max-width: 991.98px) {
  .content-visual .content-col .content {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .content-visual .content-col .content {
    margin-top: 24px;
  }
}
.content-visual .content-col .content h1,
.content-visual .content-col .content p {
  color: inherit;
}
.content-visual .content-col .content p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  color: #ECECF2;
}
@media (max-width: 767.98px) {
  .content-visual .content-col .content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.content-visual .image img {
  border-radius: 10px;
}

.lists {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .lists {
    margin-bottom: 40px;
  }
}
.lists h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .lists h3 {
    margin-top: 0;
  }
}
.lists h3:before {
  content: "";
  background: url("../assets/images/usp.svg") no-repeat;
  background-size: 100% auto;
  height: 24px;
  width: 24px;
  display: inline-block;
}
.lists ul {
  margin: 0;
}

.image-and-text {
  margin-top: 60px;
}
.image-and-text figure {
  margin-bottom: 0;
}
.image-and-text img {
  border-radius: 10px;
}
.image-and-text .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.image-and-text .content-wrapper *:first-child {
  margin-top: 0;
}
.image-and-text .content-wrapper *:last-child {
  margin-bottom: 0;
}

.detail-bottom {
  background: #ECECF2;
  position: relative;
  padding: 80px 0 58px;
}
@media (max-width: 767.98px) {
  .detail-bottom {
    padding: 40px 0 30px;
  }
}
.detail-bottom:before {
  content: "";
  background: #ECECF2;
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  position: absolute;
}
.detail-bottom .uitgelichte-items {
  margin-bottom: 108px;
}
@media (max-width: 767.98px) {
  .detail-bottom .uitgelichte-items {
    margin-bottom: 60px;
  }
}

body.single {
  background: #FFFFFF;
}
body.single .date {
  font-size: 14px;
  line-height: 18px;
  color: #8481A6;
  margin-bottom: 8px;
  font-weight: 700;
}
body.single .date:before {
  content: "";
  font-family: "Material Symbols";
  margin-right: 7px;
  position: relative;
  bottom: -2px;
  font-size: 15px;
  font-weight: 400;
}

footer .footer-logos {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  footer .footer-logos {
    padding: 30px 0;
  }
}
footer .footer-logos h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #29235C;
  text-align: center;
}
footer .footer-logos .logos {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
footer .footer-logos .logos .img-holder {
  padding: 20px;
  border: 1px solid #ECECF2;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  height: 81px;
  max-width: 155px;
}
@media (max-width: 767.98px) {
  footer .footer-logos .logos .img-holder {
    min-height: 81px;
  }
}
footer .footer-logos .logos .img-holder img {
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  footer .footer-logos .logos .img-holder img {
    max-height: 40px;
  }
}
footer .footer-information {
  background: #29235C;
  padding: 70px 0;
  color: #D0CFDF;
  position: relative;
}
footer .footer-information:after {
  content: "";
  background: url("../assets/images/golf-footer.svg") no-repeat right bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 690px;
  height: 283px;
  z-index: 0;
}
@media (max-width: 767.98px) {
  footer .footer-information:after {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-information {
    padding: 4px 0 53px;
  }
}
footer .footer-information .footer-top-row {
  margin-bottom: 72px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-top-row {
    text-align: center;
    margin-bottom: 35px;
  }
}
footer .footer-information .footer-top-row h3 {
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-top-row h3 {
    margin-top: 30px;
  }
}
footer .footer-information .footer-top-row p {
  margin-bottom: 0;
}
footer .footer-information .footer-top-row .socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-top-row .socials {
    justify-content: center;
  }
}
footer .footer-information .footer-top-row .socials a {
  height: 36px;
  width: 36px;
  background: #4945FF;
  color: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-information .footer-top-row .socials a:hover {
  background: #322fe1;
  color: #FFFFFF;
}
footer .footer-information .footer-top-row .socials a span {
  font-size: 16px;
}
footer .footer-information .footer-top-row .socials a span.icon-youtube {
  font-size: 14px;
}
footer .footer-information .footer-top-row .socials a span.icon-facebook {
  font-size: 18px;
}
footer .footer-information .footer-top-row .buttons {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
footer .footer-information .footer-top-row .buttons a {
  padding: 8px 16px 10px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-top-row .buttons {
    align-items: center;
  }
}
footer .footer-information .footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-bottom-row {
    flex-direction: column;
  }
}
footer .footer-information .footer-bottom-row .footer-menu {
  display: flex;
  align-items: center;
  gap: 17px 34px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-bottom-row .footer-menu {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 32px;
  }
}
footer .footer-information .footer-bottom-row .footer-menu span {
  font-size: 12px;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-bottom-row .footer-menu span {
    font-size: 16px;
    line-height: 32px;
  }
}
footer .footer-information .footer-bottom-row .footer-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 17px 34px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-bottom-row .footer-menu ul {
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
}
footer .footer-information .footer-bottom-row .footer-menu ul li {
  line-height: 1;
}
footer .footer-information .footer-bottom-row .footer-menu ul li a {
  color: #D0CFDF;
  text-decoration: underline;
  font-size: 12px;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-bottom-row .footer-menu ul li a {
    font-size: 16px;
    line-height: 32px;
  }
}
footer .footer-information .footer-bottom-row .footer-menu ul li a:hover {
  color: #F7941D;
}
footer .footer-information .footer-bottom-row img.footer-logo {
  width: 370px;
  border-radius: 0;
}
@media (max-width: 1199.98px) {
  footer .footer-information .footer-bottom-row img.footer-logo {
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-information .footer-bottom-row img.footer-logo {
    width: 266px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-information .footer-bottom-row img.footer-logo {
    margin-top: 32px;
  }
}

.home .visual-home {
  padding: 24px 0 105px;
  background: transparent;
  color: #FFFFFF;
  position: relative;
  height: 100%;
}
@media (max-width: 767.98px) {
  .home .visual-home {
    padding-bottom: 51px;
  }
}
.home .visual-home .media-holder {
  width: 100%;
  margin: 0 auto;
}
.home .visual-home .media-holder.video {
  margin: 0 auto 40px;
}
.home .visual-home .media-holder .slick-track {
  display: flex !important;
}
.home .visual-home .media-holder .slick-slide {
  height: inherit !important;
}
.home .visual-home .media-holder .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .visual-home .media-holder .slick-slide img {
  width: 100%;
  max-width: 1400px;
  height: auto;
  max-height: 600px;
  object-fit: cover;
}
.home .visual-home:before {
  content: "";
  height: 200%;
  width: 101vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  background: #29235C;
  z-index: -2;
}
.home .visual-home:after {
  content: "";
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: url("../assets/images/golf.png") no-repeat bottom left;
  background-size: 100% 50%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.home .visual-home .content .text {
  max-width: 357px;
}
.home .visual-home .content h1 {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 58px;
  color: #FFFFFF;
  max-width: 553px;
}
@media (max-width: 767.98px) {
  .home .visual-home .content h1 {
    margin-right: 0;
    font-size: 36px;
    line-height: 42px;
  }
}
.home .visual-home .content h1 strong {
  color: #F7941D;
}
.home .visual-home .content p {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 26px;
}
.home .visual-home .content .buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.home .visual-home .content .buttons .btn, .home .visual-home .content .buttons .gform_wrapper form .gform_footer .gform_button.button, .gform_wrapper form .gform_footer .home .visual-home .content .buttons .gform_button.button,
.home .visual-home .content .buttons .gform_wrapper form .gform_footer #gform_submit_button_3,
.gform_wrapper form .gform_footer .home .visual-home .content .buttons #gform_submit_button_3,
.home .visual-home .content .buttons .gform_wrapper form .gform_footer #gform_submit_button_1,
.gform_wrapper form .gform_footer .home .visual-home .content .buttons #gform_submit_button_1 {
  line-height: 24px;
  padding: 7px 18px 9px;
}
.home .visual-home .content .buttons .btn::after, .home .visual-home .content .buttons .gform_wrapper form .gform_footer .gform_button.button::after, .gform_wrapper form .gform_footer .home .visual-home .content .buttons .gform_button.button::after,
.home .visual-home .content .buttons .gform_wrapper form .gform_footer #gform_submit_button_3::after,
.gform_wrapper form .gform_footer .home .visual-home .content .buttons #gform_submit_button_3::after,
.home .visual-home .content .buttons .gform_wrapper form .gform_footer #gform_submit_button_1::after,
.gform_wrapper form .gform_footer .home .visual-home .content .buttons #gform_submit_button_1::after {
  padding-top: 3px;
}
.home .uitgelichte-items {
  margin: 68px 0 76px;
}
.home .uitgelichte-items .items .card:not(.product) .img-holder {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767.98px) {
  .home .uitgelichte-items {
    margin: 40px 0 80px;
  }
}
.home .usp-section {
  margin-bottom: 85px;
}
@media (max-width: 767.98px) {
  .home .usp-section {
    margin-bottom: 52px;
  }
}
.home .usp-section .heading-col {
  display: flex;
}
.home .usp-section .heading {
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 455px;
}
.home .usp-section .heading:before {
  content: "";
  background: url("../assets/images/golf-lines.svg") no-repeat center top;
  background-size: auto 100%;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1599.98px) {
  .home .usp-section .heading:before {
    width: 200%;
    height: 200%;
  }
}
@media (max-width: 1199.98px) {
  .home .usp-section .heading:before {
    width: 150%;
    height: 150%;
  }
}
.home .usp-section .heading h2 {
  font-size: 36px;
  line-height: 50px;
  margin: 0;
  position: relative;
  color: #29235C;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .home .usp-section .heading h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 31px;
  }
}
.home .usp-section .heading h2 strong {
  color: #F7941D;
}
.home .usp-section .usp-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.home .usp-section .usp-list .usp {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-radius: 10px;
  box-shadow: 0px 1px 10px 0px rgba(132, 129, 166, 0.1);
}
.home .usp-section .usp-list .usp img {
  margin-right: 10px;
  width: 30px;
}
.home .usp-section .usp-list .usp .content {
  display: flex;
  flex-direction: column;
}
.home .usp-section .usp-list .usp .content span.title {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 900;
  color: #17104C;
}
.home .usp-section .usp-list .usp .content span.subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #29235C;
}
.home .uitgelichte-items.products .img-holder img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .home .uitgelichte-items.products {
    margin-bottom: 60px;
  }
}
.home .uitgelichte-items.news {
  padding: 60px 0 54px;
  background: #FFFFFF;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .home .uitgelichte-items.news .card {
    max-width: 100%;
  }
}
.home .uitgelichte-items.news h2 {
  color: #29235C;
}
@media (max-width: 767.98px) {
  .home .uitgelichte-items.news {
    padding: 40px 0;
  }
}
.home .uitgelichte-items.news:before {
  content: "";
  height: 100%;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #FFFFFF;
  position: absolute;
  z-index: -1;
}

body.page-template-default:not(.page-template-contact):not(.home) {
  background: #FFFFFF;
}

body article,
body main.archive {
  margin: 60px 0 100px;
}
body article p:empty,
body main.archive p:empty {
  display: none;
}
body article h2,
body article h3,
body article h4,
body article h5,
body article h6,
body main.archive h2,
body main.archive h3,
body main.archive h4,
body main.archive h5,
body main.archive h6 {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  body article h2,
body article h3,
body article h4,
body article h5,
body article h6,
body main.archive h2,
body main.archive h3,
body main.archive h4,
body main.archive h5,
body main.archive h6 {
    margin-top: 40px;
  }
}
body article iframe,
body main.archive iframe {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  body article iframe,
body main.archive iframe {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  body article,
body main.archive {
    margin: 20px 0 26px;
  }
}
body article h1,
body main.archive h1 {
  margin-top: 0;
  margin-bottom: 12px;
}
body article .cta-form,
body main.archive .cta-form {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  body article .cta-form,
body main.archive .cta-form {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  body article {
    margin: 40px 0 20px;
  }
}
body .card-listing {
  margin-top: 60px;
}
body.page-id-28 h2 {
  margin-top: 0;
}

header .search {
  flex: 1;
  width: 100%;
  max-width: 210px;
}
@media (max-width: 767.98px) {
  header .search {
    max-width: 260px;
  }
}
header .search form {
  position: relative;
}
header .search form input {
  background: #69658D;
  border-radius: 60px;
  color: #FFFFFF;
  padding: 8px 14px 10px;
  padding-right: 40px;
  border: 0;
  font-size: 16px;
  line-height: 1;
  min-width: 210px;
  width: 100%;
}
header .search form input:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 767.98px) {
  header .search form input {
    min-height: 40px;
    max-width: 100%;
  }
}
header .search form input::-webkit-input-placeholder {
  color: #A5A3BB;
  font-size: 16px;
  line-height: 1;
}
header .search form input::-moz-placeholder {
  color: #A5A3BB;
  font-size: 16px;
  line-height: 1;
}
header .search form input:-ms-input-placeholder {
  color: #A5A3BB;
  font-size: 16px;
  line-height: 1;
}
header .search form button {
  padding: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
}
header .search form button:hover {
  color: #29235C;
}
header .search form button span {
  font-size: 18px;
}

.search-form {
  margin: 80px 0;
}
.search-form form {
  margin-top: 40px;
}
.search-form form > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.search-form form input {
  min-height: 55px;
  box-sizing: border-box;
}
.search-form form input[type=text] {
  width: 500px;
  max-width: 100%;
  padding-inline: 1em;
}
.search-form form input[type=submit] {
  background: #4945FF;
  color: #FFFFFF;
  border: 0;
  padding-inline: 2em;
}
.search-form form input[type=submit]:hover {
  background: #1712ff;
}

body.page-template-contact h2.wp-block-heading {
  padding-top: 8px;
  margin-bottom: 16px;
}
body.page-template-contact p {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  body.page-template-contact p {
    font-size: 16px;
    line-height: 26px;
  }
}

body.page-template-products .filter-button,
.tax-product_categorie .filter-button {
  align-items: center;
  padding: 4px 24px 4px;
  gap: 6px;
  line-height: 1;
}
body.page-template-products .filter-button span:last-of-type,
.tax-product_categorie .filter-button span:last-of-type {
  position: relative;
  top: -1px;
}
body.page-template-products .content h1,
.tax-product_categorie .content h1 {
  margin-bottom: 12px;
}
body.page-template-products .content .posts,
.tax-product_categorie .content .posts {
  margin-top: 25px;
}
@media (max-width: 767.98px) {
  body.page-template-products .content .posts,
.tax-product_categorie .content .posts {
    margin-top: 20px;
  }
}

body.page-template-products .sidebar h3,
.tax-product_categorie .sidebar h3 {
  margin-top: 0;
  margin-bottom: 13px;
}
body.page-template-products .sidebar a,
.tax-product_categorie .sidebar a {
  text-decoration: none;
}
body.page-template-products .sidebar .menu,
.tax-product_categorie .sidebar .menu {
  background: #FFFFFF;
  padding: 10px 6px 12px;
  border-radius: 10px;
  position: relative;
}
body.page-template-products .sidebar .menu ul,
.tax-product_categorie .sidebar .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-template-products .sidebar .menu ul li,
.tax-product_categorie .sidebar .menu ul li {
  margin-bottom: 0;
  display: inherit;
  text-indent: 0;
  position: relative;
  padding-left: 9px;
}
body.page-template-products .sidebar .menu ul li:before,
.tax-product_categorie .sidebar .menu ul li:before {
  content: "";
  display: none;
}
body.page-template-products .sidebar .menu ul li:first-of-type a,
.tax-product_categorie .sidebar .menu ul li:first-of-type a {
  padding-top: 0;
}
body.page-template-products .sidebar .menu ul li:last-of-type a,
.tax-product_categorie .sidebar .menu ul li:last-of-type a {
  padding-bottom: 3px;
}
body.page-template-products .sidebar .menu ul li:has(.sub-menu),
.tax-product_categorie .sidebar .menu ul li:has(.sub-menu) {
  padding: 0;
}
body.page-template-products .sidebar .menu ul li:has(.sub-menu) a,
.tax-product_categorie .sidebar .menu ul li:has(.sub-menu) a {
  padding-left: 9px;
}
body.page-template-products .sidebar .menu ul li:has(.sub-menu) ul.sub-menu li,
.tax-product_categorie .sidebar .menu ul li:has(.sub-menu) ul.sub-menu li {
  padding: 0;
  display: flex;
}
body.page-template-products .sidebar .menu ul li:has(.sub-menu) ul.sub-menu li a,
.tax-product_categorie .sidebar .menu ul li:has(.sub-menu) ul.sub-menu li a {
  padding-left: 24px;
}
body.page-template-products .sidebar .menu ul li.active,
.tax-product_categorie .sidebar .menu ul li.active {
  width: 100%;
  position: relative;
}
body.page-template-products .sidebar .menu ul li.active > a,
.tax-product_categorie .sidebar .menu ul li.active > a {
  display: block;
  background: #D0CFDF;
  border-radius: 4px;
}
body.page-template-products .sidebar .menu ul li.active > a:hover,
.tax-product_categorie .sidebar .menu ul li.active > a:hover {
  color: inherit;
}
body.page-template-products .sidebar .menu ul li .show-deeper,
.tax-product_categorie .sidebar .menu ul li .show-deeper {
  position: absolute;
  top: 1px;
  right: 4px;
  cursor: pointer;
}
body.page-template-products .sidebar .menu ul li .show-deeper:after,
.tax-product_categorie .sidebar .menu ul li .show-deeper:after {
  content: "";
  font-family: "Material Symbols";
  position: absolute;
  top: 7px;
  right: 4px;
  font-size: 24px;
  color: #17104C;
}
body.page-template-products .sidebar .menu ul li .show-deeper.open:after,
.tax-product_categorie .sidebar .menu ul li .show-deeper.open:after {
  content: "";
}
body.page-template-products .sidebar .menu ul li .show-deeper:hover:after,
.tax-product_categorie .sidebar .menu ul li .show-deeper:hover:after {
  color: #4945FF;
}
body.page-template-products .sidebar .menu ul li:first-of-type a,
.tax-product_categorie .sidebar .menu ul li:first-of-type a {
  margin-top: 0;
}
body.page-template-products .sidebar .menu ul li:last-of-type a,
.tax-product_categorie .sidebar .menu ul li:last-of-type a {
  margin-bottom: 0;
}
body.page-template-products .sidebar .menu ul li a,
.tax-product_categorie .sidebar .menu ul li a {
  color: #29235C;
  font-weight: 700;
  padding: 5px 0 4px;
  margin: 0;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}
body.page-template-products .sidebar .menu ul li a:hover,
.tax-product_categorie .sidebar .menu ul li a:hover {
  color: #4945FF;
}
body.page-template-products .sidebar .menu ul li .sub-menu,
.tax-product_categorie .sidebar .menu ul li .sub-menu {
  padding-left: 0;
  display: none;
}
body.page-template-products .sidebar .menu ul li .sub-menu li a,
.tax-product_categorie .sidebar .menu ul li .sub-menu li a {
  padding: 5px 0;
  margin: 0;
  width: 100%;
  font-weight: 400;
}
body.page-template-products .category-filter-mobile,
.tax-product_categorie .category-filter-mobile {
  position: fixed;
  inset: 0;
  z-index: 9999;
  height: 100vh;
  overflow: auto;
  background: #29235C;
  display: none;
}
body.page-template-products .category-filter-mobile .heading,
.tax-product_categorie .category-filter-mobile .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 14px;
  padding-right: 8px;
  border-bottom: 2px solid #FFFFFF;
}
body.page-template-products .category-filter-mobile .heading h2,
.tax-product_categorie .category-filter-mobile .heading h2 {
  color: #FFFFFF;
  margin: 0;
}
body.page-template-products .category-filter-mobile .heading .close-menu,
.tax-product_categorie .category-filter-mobile .heading .close-menu {
  padding: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
}
body.page-template-products .category-filter-mobile .heading .close-menu:hover,
.tax-product_categorie .category-filter-mobile .heading .close-menu:hover {
  color: #4945FF;
}
body.page-template-products .category-filter-mobile .heading .close-menu span,
.tax-product_categorie .category-filter-mobile .heading .close-menu span {
  font-size: 40px;
}
body.page-template-products .category-filter-mobile ul,
.tax-product_categorie .category-filter-mobile ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 24px 14px;
}
body.page-template-products .category-filter-mobile ul li,
.tax-product_categorie .category-filter-mobile ul li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  position: relative;
  transition: 0.3s;
}
body.page-template-products .category-filter-mobile ul li.active > a,
.tax-product_categorie .category-filter-mobile ul li.active > a {
  color: #F7941D;
}
body.page-template-products .category-filter-mobile ul li.active > a:hover,
.tax-product_categorie .category-filter-mobile ul li.active > a:hover {
  color: inherit;
}
body.page-template-products .category-filter-mobile ul li:has(.show-deeper),
.tax-product_categorie .category-filter-mobile ul li:has(.show-deeper) {
  padding: 23px 0;
}
body.page-template-products .category-filter-mobile ul li:has(.show-deeper.open),
.tax-product_categorie .category-filter-mobile ul li:has(.show-deeper.open) {
  padding-bottom: 15px;
}
body.page-template-products .category-filter-mobile ul li:first-of-type,
.tax-product_categorie .category-filter-mobile ul li:first-of-type {
  padding-top: 0;
}
body.page-template-products .category-filter-mobile ul li:first-of-type .show-deeper,
.tax-product_categorie .category-filter-mobile ul li:first-of-type .show-deeper {
  top: -4px !important;
}
body.page-template-products .category-filter-mobile ul li:last-of-type,
.tax-product_categorie .category-filter-mobile ul li:last-of-type {
  border-bottom: 0;
}
body.page-template-products .category-filter-mobile ul li a,
.tax-product_categorie .category-filter-mobile ul li a {
  width: 100%;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}
body.page-template-products .category-filter-mobile ul li a:hover,
.tax-product_categorie .category-filter-mobile ul li a:hover {
  color: #4945FF;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu),
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) li.active > a:hover,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) li.active > a:hover {
  color: #F7941D !important;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) a:after,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) a:after {
  display: none;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) .show-deeper,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) .show-deeper {
  position: absolute;
  right: 0;
  top: 19px;
  cursor: pointer;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) .show-deeper:after,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) .show-deeper:after {
  content: "";
  font-family: "Material Symbols";
  position: relative;
  height: 32px;
  width: 32px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #29235C;
  border-radius: 10px;
  font-size: 21px;
  font-weight: 400;
  transition: 0.3s;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) .show-deeper:hover:after,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) .show-deeper:hover:after {
  background: #4945FF;
  color: #FFFFFF;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) .show-deeper.open:after,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) .show-deeper.open:after {
  content: "";
  background: #F7941D;
  color: #FFFFFF;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu {
  position: relative;
  padding-left: 5px;
  padding-top: 4px;
  padding-bottom: 0;
  box-shadow: none;
  background: none;
  display: none;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li {
  padding: 0;
  border: 0;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li:first-of-type a,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li:first-of-type a {
  margin-top: 8px;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li:last-of-type a,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li:last-of-type a {
  margin-bottom: 0;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li a,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li a {
  font-size: 16px;
  margin: 5px 0;
  padding: 0;
  line-height: 26px;
  display: inline-block;
  font-weight: 400;
}
body.page-template-products .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li a:hover,
.tax-product_categorie .category-filter-mobile ul li:has(.sub-menu) ul.sub-menu li a:hover {
  color: #4945FF;
}

body {
  counter-reset: section;
}

.search main {
  margin: 50px 0 80px;
}
.search main h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #17104C;
  font-weight: 600;
}
.search main p:empty {
  display: none;
}
.search main span.mark {
  display: inline-block;
  background: none;
  color: #F7941D;
  font-weight: 800;
  padding: 0;
}
.search main ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search main ol li {
  text-indent: 0;
  margin-bottom: 30px;
  padding-left: 0;
}
.search main ol li p {
  margin-bottom: 0;
}
.search main ol li a {
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  color: #17104C;
  font-weight: 700;
  text-decoration: none;
}
.search main ol li a:hover {
  text-decoration: underline;
}
.search main ol li a:hover span.mark {
  text-decoration: underline;
}
.search main ol li a:before {
  counter-increment: section;
  content: counter(section) ". ";
  color: #17104C;
  font-size: 20px;
  line-height: 32px;
  margin-right: 5px;
  font-weight: 700;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
@media (max-width: 767.98px) {
  .search main ol li a {
    font-size: 16px;
    line-height: 26px;
  }
}

body {
  color: #29235C;
  font-size: 16px;
  line-height: 26px;
  font-family: "Lato", sans-serif;
  background: #ECECF2;
  padding-top: 123px;
}
@media (max-width: 767.98px) {
  body {
    padding-top: 116px;
  }
}
body.overflow-hidden {
  height: 100%;
  overflow: hidden;
}

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}

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

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.slider5 {
  background-color: #AFE;
}