@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
html section {
  scroll-margin: 100px;
}

body {
  overflow-x: hidden;
}

.entry-content ul li::marker {
  color: var(--wp--preset--color--red);
}
.entry-content ul li:not(:last-child) {
  margin-bottom: 16px;
}

.icon {
  min-width: 30px;
}

a {
  text-decoration: none !important;
}

.background__gradient--top {
  background: linear-gradient(to bottom, var(--wp--preset--color--gray-2) 0, var(--wp--preset--color--contrast) 280px, var(--wp--preset--color--contrast) 280px);
}
.background__shadow--part {
  position: relative;
}
.background__shadow--part:before {
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 20px 30px rgba(53, 54, 57, 0.0980392157);
  width: 100%;
  height: 444px;
  z-index: 0;
  content: "";
}
.background__gray-2--top {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--wp--preset--color--gray-2)), color-stop(60vh, var(--wp--preset--color--gray-2)), color-stop(60vh, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, var(--wp--preset--color--gray-2) 0, var(--wp--preset--color--gray-2) 60vh, rgba(0, 0, 0, 0) 60vh);
}
.background__gray-2--bottom {
  background: linear-gradient(to top, var(--wp--preset--color--gray-2) 0, var(--wp--preset--color--gray-2) 249px, rgba(0, 0, 0, 0) 249px);
}
.background__primary--bottom {
  background-image: linear-gradient(to top, var(--wp--preset--color--primary) 0, var(--wp--preset--color--primary) 280px, rgba(0, 0, 0, 0) 280px);
}

.button,
.woofc-action-checkout {
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--base);
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  border-radius: 4px;
  border-width: 0;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1;
  padding: 26px 27px 21px 27px;
  text-decoration: none;
  cursor: pointer;
}

.am-add-new-button {
  display: none !important;
}

.wp-block-buttons .wp-block-button > * {
  transition: all 0.3s ease-in-out;
}
.wp-block-buttons .wp-block-button.is-style-outline > *.has-primary-color {
  border-color: var(--wp--preset--color--primary) !important;
}
.wp-block-buttons .wp-block-button.is-style-outline > *:hover {
  border-color: var(--wp--preset--color--blue-2) !important;
  color: var(--wp--preset--color--blue-2) !important;
}
.wp-block-buttons .wp-block-button.tiny {
  font-size: 12px !important;
  font-weight: 500;
}
.wp-block-buttons .wp-block-button.tiny a {
  padding: 8px 46px 8px 16px !important;
}

.gform_wrapper {
  font-family: "Montserrat", sans-serif !important;
  color: #ffffff !important;
  width: 100% !important;
  max-width: 100% !important;
}
.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  padding: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
  font-size: clamp(14px, 2vw, 18px) !important;
}
.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: none !important;
  border-bottom: 1px solid var(--wp--preset--color--primary) !important;
}
.gform_wrapper .gfield .ginput_container:before,
.gform_wrapper .gfield .ginput_container i,
.gform_wrapper .gfield .ginput_container svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.gform_wrapper input[type=checkbox],
.gform_wrapper input[type=radio] {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #ffffff !important;
  display: inline-block !important;
  position: relative !important;
  cursor: pointer !important;
  border-radius: 3px !important;
}
.gform_wrapper input[type=checkbox]:checked,
.gform_wrapper input[type=radio]:checked {
  background-color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.gform_wrapper input[type=checkbox]:checked::after,
.gform_wrapper input[type=radio]:checked::after {
  content: "✓";
  font-size: 14px !important;
  color: #ffffff !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-weight: bold !important;
}
.gform_wrapper input[type=checkbox]:checked::before,
.gform_wrapper input[type=radio]:checked::before {
  display: none;
}
.gform_wrapper label {
  color: #ffffff !important;
  display: block !important;
  margin-bottom: 5px !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: clamp(14px, 2vw, 18px) !important;
}
.gform_wrapper input[type=submit],
.gform_wrapper button {
  background: var(--wp--preset--color--primary) !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
  color: #ffffff !important;
  padding: 18px 24px !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: clamp(14px, 2vw, 18px) !important;
}
.gform_wrapper input[type=submit]:hover,
.gform_wrapper button:hover {
  background: var(--wp--preset--color--secondary) !important;
  color: white !important;
}
.gform_wrapper ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}
.gform_wrapper ::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

.grecaptcha-badge {
  z-index: 100 !important;
}

.team-card {
  background: #171A28 !important;
}

.team-card_icon-wrapper {
  border-color: #D32C15 !important;
}

.woocommerce-cart {
  color: white;
}
.woocommerce-cart .wc-block-components-product-name {
  color: var(--wp--preset--color--primary);
}
.woocommerce-cart .wc-block-cart-item__remove-link {
  color: var(--wp--preset--color--primary) !important;
}
.woocommerce-cart .wc-block-cart__submit-container a {
  background: var(--wp--preset--color--primary) !important;
}
.woocommerce-cart .wc-block-components-totals-coupon__button {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
}
.woocommerce-cart .wc-block-components-totals-shipping__delivery-options-notice {
  display: none !important;
}

.woocommerce-checkout {
  color: white;
  /* Checkout Titles */
  /* Input Fields */
  /* Selected Delivery Option */
  /* Coupon Button */
  /* Place Order Button */
  /* Remove Payment Method Background */
  /* Hide "Have a Coupon?" Notice */
  /* Payment Options */
  /* Order Summary */
  /* Shipping Method Section */
}
.woocommerce-checkout .wc-block-checkout__heading {
  color: var(--wp--preset--color--primary);
}
.woocommerce-checkout .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-select {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.woocommerce-checkout .wc-block-components-text-input::-moz-placeholder, .woocommerce-checkout .wc-block-components-select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.woocommerce-checkout .wc-block-components-text-input::placeholder,
.woocommerce-checkout .wc-block-components-select::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.woocommerce-checkout .wc-block-components-shipping-methods__method {
  border: 1px solid white;
  color: white;
}
.woocommerce-checkout .wc-block-components-shipping-methods__method--selected {
  border-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--primary) !important;
}
.woocommerce-checkout .wc-block-components-checkout-totals-coupon__button {
  background: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary) !important;
  color: white;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  background: var(--wp--preset--color--primary) !important;
  color: white !important;
  border: none;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
  opacity: 0.8;
}
.woocommerce-checkout .wc-block-components-payment-methods__method {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.woocommerce-checkout .wc-block-components-payment-methods__method--selected {
  border-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--primary) !important;
}
.woocommerce-checkout .wc-block-components-notice-banner {
  display: none !important;
}
.woocommerce-checkout .wc-block-components-checkout-payment-method__label {
  color: white;
}
.woocommerce-checkout .wc-block-checkout__order-summary {
  border: 1px solid white;
  padding: 20px;
}
.woocommerce-checkout .wc-block-components-checkout-shipping-method {
  background: transparent;
  color: white;
  border: 1px solid white;
}

.custom-review-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  max-width: 800px;
  margin: auto;
}
.custom-review-summary .summary-left {
  text-align: center;
  width: 25%;
}
.custom-review-summary .summary-left .big-rating {
  font-size: 32px;
  font-weight: bold;
  color: #fb630e;
  display: block;
}
.custom-review-summary .summary-left .small-text {
  font-size: 14px;
  color: #ccc;
}
.custom-review-summary .summary-left .star-rating {
  font-size: 18px;
  color: #FFA500;
  margin-top: 5px;
}
.custom-review-summary .summary-left .total-reviews {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.custom-review-summary .summary-middle {
  flex-grow: 1;
  padding: 0 20px;
}
.custom-review-summary .summary-middle .rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.custom-review-summary .summary-middle .rating-row .rating-stars {
  font-size: 14px;
  color: #FFA500;
  width: 60px;
  display: inline-block;
}
.custom-review-summary .summary-middle .rating-row .rating-bar {
  flex-grow: 1;
  height: 6px;
  background: #e6e6e6;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 10px;
}
.custom-review-summary .summary-middle .rating-row .rating-bar .rating-fill {
  height: 100%;
  background: #FFA500;
  transition: width 0.4s ease;
}
.custom-review-summary .summary-middle .rating-row .rating-count {
  font-size: 14px;
  min-width: 20px;
  text-align: right;
}
.custom-review-summary .summary-right {
  width: 25%;
  text-align: right;
}
.custom-review-summary .summary-right .write-review-btn {
  background: #fb630e;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
  display: inline-block;
}
.custom-review-summary .summary-right .write-review-btn:hover {
  background: rgb(210.506122449, 77.7387755102, 3.493877551);
}

.woocommerce #reviews {
  max-width: 800px;
  margin: auto;
}

header {
  position: relative;
  z-index: 100;
}

@media (max-width: 992px) {
  .navbar__right {
    display: none !important;
  }
}

.wpml-language-switcher-block {
  width: auto !important;
  margin-right: var(--wp--preset--spacing--24) !important;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
}

@media (max-width: 992px) {
  .wp-block-navigation .items-justified-right {
    --navigation-layout-justification-setting: flex-start;
    ----navigation-layout-justify: flex-start;
  }
}
.wp-block-navigation__responsive-container {
  animation-duration: 0.5s;
}
.wp-block-navigation__responsive-container.is-menu-open {
  max-width: 300px;
  left: initial;
  animation-duration: 0.5s;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: flex-start !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  gap: 10px !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  gap: 3px;
  padding-bottom: 0;
  padding-top: 15px;
}
.wp-block-navigation .wpml-language-switcher-navigation-block ul.horizontal-list {
  gap: 6px !important;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  border: 0;
  padding-top: 33px;
  left: 0 !important;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-bottom: 10px;
  box-shadow: 0px 30px 30px var(--wp--preset--color--gray-1);
}
@media (max-width: 992px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    box-shadow: none;
  }
}

@media (max-width: 992px) {
  /* hamburger button */
  .wp-block-navigation__responsive-container-open {
    display: block !important;
  }
  .wp-block-navigation__responsive-container-close {
    top: 32px;
    right: 15px;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    background: none;
  }
  .wp-block-navigation__responsive-container-content {
    padding: 50px var(--wp--custom--padding-mobile);
  }
  /* full menu */
  .wp-block-navigation__responsive-container:not(.is-menu-open.has-modal-open) {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .navbar__left {
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .navbar__left {
    flex: 1;
  }
  .navbar__left .wp-block-navigation {
    flex: 1;
    gap: 5%;
  }
  .navbar__left .wp-block-navigation .has-child:hover .wp-block-navigation__submenu-container {
    min-width: 300px;
  }
  .navbar__left .wp-block-navigation-item a {
    transition: all 0.3s ease;
  }
  .navbar__left .wp-block-navigation-item__submenu-icon {
    position: relative;
    top: -3px;
    width: 15px;
    transition: all 0.3s ease;
  }
  .navbar__left .wp-block-navigation-item__submenu-icon svg {
    margin-top: 0;
    width: 15px;
    height: 15px;
  }
  .navbar__left .wp-block-navigation-item__submenu-container {
    padding: 24px;
    margin-left: -24px;
    min-width: 286px !important;
    border: none !important;
    border-radius: 16px;
    z-index: 100 !important;
  }
  .navbar__left .wp-block-navigation-item__submenu-container:hover {
    min-width: 286px !important;
  }
  .navbar__left .wp-block-navigation-item__submenu-container li {
    padding: 0;
  }
  .navbar__left .wp-block-navigation-item__submenu-container li:not(:last-child) {
    margin-bottom: 20px;
  }
  .navbar__left .wp-block-navigation-item__submenu-container a {
    padding: 0;
  }
}
.d-mobile {
  display: block !important;
}
@media (min-width: 992px) {
  .d-mobile {
    display: none !important;
  }
}
.d-mobile.wp-block-button__link a {
  display: block;
  background-color: var(--wp--preset--color--primary) !important;
  border-radius: 9999px;
  border-color: var(--wp--preset--color--white);
  border-width: 2px;
  color: #FFFFFF !important;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.198, 16px);
  line-height: 1.5;
  padding-top: 11px !important;
  padding-right: 52px !important;
  padding-bottom: 12px !important;
  padding-left: 20px !important;
  text-decoration: none;
}

.wpml-language-switcher-block .wp-block-navigation-item__label {
  font-weight: 400;
  border-bottom: 1px dotted var(--wp--preset--color--gray-4);
  font-size: var(--wp--preset--font-size--xxx-small) !important;
}
.wpml-language-switcher-block .wpml-ls-dropdown ul li.wp-block-navigation-submenu ul.wp-block-navigation__submenu-container li {
  padding: 0 10px 10px 10px;
}

@media (max-width: 992px) {
  .topbar {
    display: none;
  }
}
.topmenu a {
  border-bottom: 1px dotted var(--wp--preset--color--gray-4);
}

.kennisbank-container .row-top {
  flex-direction: column;
}
@media (min-width: 782px) {
  .kennisbank-container .row-top {
    flex-direction: column;
  }
}
.kennisbank-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  flex-direction: column-reverse;
}
@media (min-width: 782px) {
  .kennisbank-container .row {
    flex-direction: row;
  }
}
.kennisbank-container .row .top-right {
  justify-content: left;
  flex-basis: 100% !important;
}
.kennisbank-container .row .left {
  padding-left: 15px;
  padding-right: 15px;
  flex-basis: 30% !important;
}
@media (min-width: 1200px) {
  .kennisbank-container .row .left {
    flex-basis: 20% !important;
    padding-left: 74px;
  }
}
.kennisbank-container .row .left .author-info {
  border-right: none;
  border-top: 2px solid #B3B2B1;
}
@media (min-width: 782px) {
  .kennisbank-container .row .left .author-info {
    border-top: none;
    position: relative;
    border-right: 2px solid #B3B2B1;
    padding-right: 25px;
    width: 287px;
  }
}
.kennisbank-container .row .left .author-info img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 397px;
}
.kennisbank-container .row .right {
  justify-content: center;
  flex-basis: 70% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .kennisbank-container .row .right {
    flex-basis: 80% !important;
    justify-content: left;
  }
}

.iconlist .row {
  gap: 48px;
}
