@charset "UTF-8";
/*
 * Theme Name: Aldenhuijsen slaapsystemen thema
 * Description: Thema voor Aldenhuijsen slaapsystemen
 * Author: Influid
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
.content-wrapper {
  max-width: unset !important;
  padding: 0 !important;
}

.woocommerce section .container:not(.container__small):not(.container__large),
.template-inf-template section .container:not(.container__small):not(.container__large),
.template-blocktest section .container:not(.container__small):not(.container__large) {
  max-width: 1640px;
  position: relative;
  width: 95%;
}

@font-face {
  font-family: "Metropolis";
  src: url("./assets/fonts/Metropolis-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("./assets/fonts/Metropolis-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("./assets/fonts/Metropolis-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "autography";
  src: url("./assets/fonts/AUTOGRAPHY.OTF");
  font-weight: normal;
  font-style: normal;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  height: auto;
}

body {
  margin: 0;
  font-size: 18px;
  line-height: 150%;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000;
}
body.overlay:after {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9998;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

-webkit::scrollbar {
  z-index: 9999;
}

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

section:has(+ .theme-m__y-25vh) {
  padding-bottom: 25vh;
}

.container__small {
  max-width: 1240px;
  margin: 0 auto;
}

:is(h1, h2, h3, h4, h5, p, a).gradient {
  background: linear-gradient(90deg, #003683, #0d76b7);
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: breathe 3s linear infinite;
}

@keyframes breathe {
  0% {
    background-position: 100% auto;
  }
  50% {
    background-position: 200% auto;
  }
  100% {
    background-position: 100% auto;
  }
}
h1:not([class^=h]),
.h1,
h2:not([class^=h]),
.h2,
h3:not([class^=h]),
.h3,
h4:not([class^=h]),
.h4,
h5:not([class^=h]),
.h5,
h6:not([class^=h]),
.h6 {
  line-height: 110%;
  margin-top: 0;
  font-weight: 600;
}
h1:not([class^=h]) em,
.h1 em,
h2:not([class^=h]) em,
.h2 em,
h3:not([class^=h]) em,
.h3 em,
h4:not([class^=h]) em,
.h4 em,
h5:not([class^=h]) em,
.h5 em,
h6:not([class^=h]) em,
.h6 em {
  font-weight: 400;
  font-family: "autography";
  font-style: normal;
}

em:has(+ :is(h1, h2, h3, h4, h5, h6)) {
  font-family: "autography";
}

:is(h1, h2, h3, h4, h5, h6) + em {
  font-family: "autography";
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Metropolis";
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Metropolis";
}
.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em {
  font-family: "autography";
}

h1,
.h1 {
  font-size: 56px;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: 48px;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-size: 36px;
}
h3 em,
.h3 em {
  font-size: 45px;
  display: block;
}
@media screen and (max-width: 768px) {
  h3 em,
  .h3 em {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 1.20625rem;
}

p + a.theme-btn {
  margin-top: 24px !important;
}

button {
  border: none;
}

.text-center {
  text-align: center;
}

.bg__gray {
  background-color: #f9f9f9;
}
.bg__beige {
  background-color: #d0c2a5;
}
.bg__pale-beige {
  background-color: #f5f4f0;
}
.bg__palebeige {
  background-color: #f5f4f0;
}
.bg__white {
  background-color: #fff;
}
.bg__white.theme-tab-nav-slider .slick-current .theme-tab-nav-slider__slide {
  background-color: #f5f4f0;
  font-weight: bold;
}
.theme-overlay {
  color: #fff;
}
.theme-overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, #003683 0%, rgba(0, 54, 131, 0.2) 100%, rgba(0, 54, 131, 0) 100%) 0% 0% no-repeat;
  border-radius: 24px;
}

.rounded-element {
  border-radius: 24px;
}

.theme-img-rounded {
  border-radius: 24px;
  overflow: hidden;
}

.theme-p {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .theme-p {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.theme-p__t, .theme-pt {
  padding-top: 144px;
}
@media screen and (max-width: 768px) {
  .theme-p__t, .theme-pt {
    padding-top: 60px;
  }
}
.theme-p__t--sm, .theme-pt--sm {
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .theme-p__t--sm, .theme-pt--sm {
    padding-bottom: 30px;
  }
}
.theme-p__t--xs, .theme-pt--xs {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .theme-p__t--xs, .theme-pt--xs {
    padding-top: 30px;
  }
}
.theme-p__b, .theme-pb {
  padding-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .theme-p__b, .theme-pb {
    padding-bottom: 60px;
  }
}
.theme-p__b--sm, .theme-pb--sm {
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .theme-p__b--sm, .theme-pb--sm {
    padding-bottom: 30px;
  }
}
.theme-p__b--xs, .theme-pb--xs {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .theme-p__b--xs, .theme-pb--xs {
    padding-top: 30px;
  }
}
.theme-p-lg {
  padding-top: 240px;
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .theme-p-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.theme-p-lg__t {
  padding-top: 240px;
}
@media screen and (max-width: 768px) {
  .theme-p-lg__t {
    padding-top: 60px;
  }
}
.theme-p-lg__b {
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .theme-p-lg__b {
    padding-bottom: 60px;
  }
}
.theme-p-sm {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .theme-p-sm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.theme-p-sm__t {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .theme-p-sm__t {
    padding-top: 30px;
  }
}
.theme-p-sm__b {
  padding-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .theme-p-sm__b {
    padding-bottom: 30px;
  }
}
.theme-p-xs {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .theme-p-xs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.theme-p-xs__t {
  padding-top: 48px;
}
@media screen and (max-width: 768px) {
  .theme-p-xs__t {
    padding-top: 30px;
  }
}
.theme-p-xs__b {
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .theme-p-xs__b {
    padding-bottom: 30px;
  }
}
.theme-p-xxs {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .theme-p-xxs {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.rm-next-pt + .theme-p {
  padding-top: 0;
}

.theme-p:not([class*=bg__]) + .theme-p:not([class*=bg__]),
.theme-p.bg__gray + .theme-p.bg__gray,
.theme-p.bg__pale-beige + .theme-p.bg__pale-beige,
.theme-p.bg__palebeige + .theme-p.bg__palebeige,
.theme-p + .theme-p-lg,
.theme-p + .theme-p-sm,
.theme-p-lg + .theme-p-lg,
.theme-p-lg + .theme-p,
.theme-p-lg + .theme-p-sm,
.theme-p-sm + .theme-p-sm,
.theme-p-sm + .theme-p,
.theme-p-sm + .theme-p-lg,
.theme-p__b + .theme-p {
  padding-top: 0;
}

.theme-m {
  margin-top: 144px;
  margin-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .theme-m {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.theme-m__y-25vh {
  transform: translateY(-25vh);
  margin-bottom: -25vh;
}
.theme-m__x-50y50 {
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 768px) {
  .theme-m__x-50y50 {
    transform: translate(0);
  }
}
.theme-m__t {
  margin-top: 144px;
}
@media screen and (max-width: 768px) {
  .theme-m__t {
    margin-top: 60px;
  }
}
.theme-m__b {
  margin-bottom: 144px;
}
@media screen and (max-width: 768px) {
  .theme-m__b {
    margin-bottom: 60px;
  }
}
.theme-m-lg {
  margin-top: 240px;
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .theme-m-lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.theme-m-lg__t {
  margin-top: 240px;
}
@media screen and (max-width: 768px) {
  .theme-m-lg__t {
    margin-top: 60px;
  }
}
.theme-m-lg__b {
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .theme-m-lg__b {
    margin-bottom: 60px;
  }
}
.theme-m-sm {
  margin-top: 96px;
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .theme-m-sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.theme-m-sm__t {
  margin-top: 96px;
}
@media screen and (max-width: 768px) {
  .theme-m-sm__t {
    margin-top: 30px;
  }
}
.theme-m-sm__b {
  margin-bottom: 96px;
}
@media screen and (max-width: 768px) {
  .theme-m-sm__b {
    margin-bottom: 30px;
  }
}

blockquote {
  padding: 0;
  margin: 0;
  position: relative;
}
blockquote::before {
  content: "\f6b0";
  font-family: "bootstrap-icons";
  transform: rotate(180deg);
  position: absolute;
  display: block;
  top: 0;
  left: -32px;
}
@media screen and (max-width: 768px) {
  blockquote::before {
    top: -20px;
    left: -8px;
  }
}

.slick-arrow {
  color: #fff;
  padding: 32px;
  position: absolute;
  z-index: 99;
  font-size: unset;
  cursor: pointer;
  line-height: unset;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow.slick-disabled {
  opacity: 0.2;
  filter: grayscale(1);
}
.slick-arrow::before {
  font-family: "bootstrap-icons";
  z-index: 11;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  opacity: 1 !important;
}
.slick-arrow::after {
  background-color: #003683;
  position: absolute;
  display: block;
  content: "";
  transform: rotate(45deg);
  border-radius: 12px;
  height: 100%;
  aspect-ratio: 1/1;
  z-index: 10;
  left: 8px;
  opacity: 1;
  top: 0 !important;
}
.slick-arrow.slick-next::before {
  content: "\f138";
}
.slick-arrow.slick-prev::before {
  content: "\f12f";
}

.theme-list {
  padding: 0;
  margin-bottom: 24px;
}
.theme-list li {
  padding-left: 48px;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .theme-list li {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.theme-list li:before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url("/wp-content/themes/pe-aldenhuijsen/assets/images/icon-beige.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
}

.theme-back a {
  position: relative;
  color: #003683;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin: 24px 0 0 0;
}
.theme-back a::before {
  position: relative;
  display: inline-block;
  content: "\f12f";
  font-family: "bootstrap-icons";
  columns: inherit;
  margin-right: 12px;
}

.theme-link {
  color: #000;
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  text-decoration: none;
}
.theme-link.more::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  display: inline-block;
  position: relative;
  font-size: 12px;
  margin-left: 6px;
  margin-bottom: -2px;
}
.theme-link::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 1px solid #000;
  left: 0;
  right: 0;
  bottom: -4px;
}
.theme-link__black {
  color: #000;
  font-weight: 600;
}
.theme-link__black::after {
  display: none;
}
.theme-link__black::before {
  border-color: #000;
}
.theme-link__arrow-right::after {
  content: "\f285";
}
.theme-link__arrow-full {
  margin-right: 26px;
  align-items: center;
}
.theme-link__arrow-full::after {
  content: "\f138";
  font-size: 20px;
  position: absolute;
  right: -24px;
}

.theme-btn + .theme-link,
.theme-link + .theme-btn {
  margin-top: 24px;
}

.theme-rating {
  color: #003683;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}
.theme-rating i {
  color: #00b67a;
}
.theme-rating__total {
  font-size: 10px;
  line-height: 150%;
}

.theme-heading {
  text-align: center;
}
.theme-heading h1 {
  margin-bottom: 0;
}
.theme-heading .h1 em {
  font-family: "autography";
}
.theme-heading p {
  margin-bottom: 12px;
}

.theme-product-info {
  padding-top: 144px;
}

.theme-product-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-top: 20px;
  overflow-x: scroll;
  ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.theme-product-filter::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.theme-product-filter__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .theme-product-filter__nav {
    display: block;
  }
}
.theme-product-filter__option {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 60px;
  color: #003683;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  margin-right: 20px;
  padding-right: 48px;
  background-color: #fff;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .theme-product-filter__option {
    margin-bottom: 24px;
  }
}
.theme-product-filter__option.active {
  background-color: #003683;
}
.theme-product-filter__option.active p {
  color: #fff;
}
.theme-product-filter__option p {
  margin: 0 16px;
}
.theme-product-filter__option-img {
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  padding: 10px 20px;
  justify-content: center;
}
.theme-product-filter__option-img img {
  height: 28px;
  width: auto;
}
.theme-product-filter__option span {
  color: #003683;
  padding-bottom: 6px;
  border-radius: 60px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  flex-shrink: 0;
}
.theme-product-filter__more {
  color: #000;
  position: relative;
  text-decoration: underline;
}
.theme-product-filter__more:before {
  content: "\f138";
  font-family: "bootstrap-icons";
  margin-right: 12px;
  display: inline-block;
}
.theme-product-filter__more:hover {
  font-weight: bold;
  text-decoration: underline;
}
.theme-product-filter__tabs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.theme-product-filter__tabs::-webkit-scrollbar {
  display: none;
}
.theme-product-filter__tabs:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.theme-product-filter__tabs.active::after {
  display: block;
  position: absolute;
  content: "";
  border-bottom: 4px solid #003683;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.theme-product-filter__tabs-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
}
.theme-product-filter__tabs-wrapper .facetwp-facet {
  margin-bottom: 0;
  overflow: visible;
}
.theme-product-filter__tabs-wrapper .facetwp-facet .facet-label {
  display: none;
}
.theme-product-filter__tabs-wrapper .facetwp-facet .facet {
  height: auto !important;
  display: flex;
  flex-wrap: nowrap;
}
.theme-product-filter__tabs-wrapper .facetwp-facet .facet .facetwp-checkbox {
  color: #003683;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  background: unset;
  opacity: 1 !important;
  margin-bottom: 0;
  margin-top: 0;
}
.theme-product-filter__tabs-wrapper .facetwp-facet .facet .facetwp-checkbox:not(:last-of-type) {
  margin-right: 32px;
}
.theme-product-filter__tabs-wrapper .facetwp-facet .facet .facetwp-checkbox.checked::after {
  display: block;
  position: absolute;
  content: "";
  border-bottom: 4px solid #003683;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.theme-product-filter__tabs-wrapper .facetwp-facet.facetwp-type-radio {
  display: flex;
}
.theme-product-filter__tabs-wrapper .facetwp-facet.facetwp-type-radio .facetwp-radio {
  color: #003683;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  background: unset;
  opacity: 1 !important;
  margin-bottom: 0;
  margin-top: 0;
}
.theme-product-filter__tabs-wrapper .facetwp-facet.facetwp-type-radio .facetwp-radio:not(:last-of-type) {
  margin-right: 32px;
}
.theme-product-filter__tabs-wrapper .facetwp-facet.facetwp-type-radio .facetwp-radio.checked::after {
  display: block;
  position: absolute;
  content: "";
  border-bottom: 4px solid #003683;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.theme-product-filter__tabs-wrapper .facetwp-facet[data-name=category_influid] > .facet {
  overflow-y: auto;
}
.theme-product-filter-wrapper__title {
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .theme-product-filter-wrapper__title .h3 {
    font-size: 24px;
  }
}
.theme-product-filter-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  z-index: 9999;
  transform: translate(-50%, -50%);
  padding: 0;
  display: none;
  padding: 48px 0 24px 0;
  overflow-y: scroll;
  width: 90vw;
  max-width: 640px;
  max-height: 80vh;
  border-radius: 24px;
}
.theme-product-filter-popup::scrollbar {
  display: none;
}
.theme-product-filter-popup::-webkit-scrollbar {
  display: none;
}
.theme-product-filter-popup.active {
  display: block;
}
.theme-product-filter-popup__close {
  position: absolute;
  top: 18px;
  right: 12px;
  color: #000;
  font-size: 40px;
  font-weight: 200;
  line-height: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: 0.5s ease;
}
.theme-product-filter-popup__close i:before {
  transition: 0.5s ease;
}
.theme-product-filter-popup__close:hover i:before {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .theme-product-filter {
    overflow: hidden;
  }
}

.theme-product {
  border-radius: 24px;
  background-color: #fff;
  padding: 24px;
  position: relative;
  margin-bottom: 16px;
  transition: 0.5s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.theme-product__name {
  flex-grow: 1;
}
.theme-product__top {
  position: relative;
  display: flex;
}
.theme-product__top p {
  line-height: 100%;
}
.theme-product__top p.h4 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
}
.theme-product__top p:first-of-type {
  margin: 0;
}
.theme-product__top p:not(:first-of-type) {
  margin: 6px 0;
}
.theme-product__top p:last-of-type {
  margin-top: 12px;
  margin-bottom: 0;
  color: #232323;
}
.theme-product__top strong {
  font-weight: 500;
  color: #232323;
}
.theme-product__rating {
  font-weight: 600;
  display: flex;
  line-height: 24px;
  align-items: flex-end;
  color: #003683;
  font-size: 14px;
  align-self: end;
  float: right;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .theme-product__rating {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.theme-product__rating i {
  color: #00b67a;
  margin-right: 4px;
  font-size: 12px;
}
.theme-product__rating span {
  font-weight: 400;
  font-size: 10px;
}
.theme-product__img {
  width: 100%;
  position: relative;
}
.theme-product__img::before {
  display: block;
  content: "";
  position: absolute;
  width: 70%;
  left: 50%;
  min-width: 200px;
  top: 50%;
  border-radius: 42px;
  aspect-ratio: 1/1;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1280px) {
  .theme-product__img::before {
    min-width: 160px;
  }
}
.theme-product__img.bg__blue::before {
  background-color: #003683;
}
.theme-product__img.bg__muted-green::before {
  background-color: #aebbae;
}
.theme-product__img.bg__beige {
  background-color: transparent;
}
.theme-product__img.bg__beige::before {
  background-color: #d0c2a5;
}
.theme-product__img.bg__sand::before {
  background-color: #decec2;
}
.theme-product__img.bg__light-blue::before {
  background-color: #d8dfef;
}
.theme-product__img img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.theme-product__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .theme-product__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.theme-product__bottom-left {
  color: #003683;
}
.theme-product__bottom-colors {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #003683;
}
.theme-product__bottom-colors span {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  transform: rotate(45deg);
  margin: 0 4px;
}
.theme-product__bottom-colors span:last-of-type {
  margin-right: 8px;
}
.theme-product__bottom-colors span.beige {
  background-color: #d0c2a5;
}
.theme-product__bottom-colors span.blue {
  background-color: #003683;
}
.theme-product__bottom-colors span.black {
  background-color: #000;
}
.theme-product .theme-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .theme-product .theme-btn {
    font-size: 16px;
    margin-top: 8px;
    padding: 8px;
  }
}
.theme-product:hover {
  transform-origin: center;
  transform: scale(1.1);
}
.theme-product:hover .theme-btn {
  color: #fff;
}
.theme-product:hover .theme-btn:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .theme-product {
    display: grid;
    grid-gap: 0 10px;
    grid-template-columns: 2;
    grid-template-rows: 2;
    align-content: center;
    padding: 0;
    background: none;
    grid-template-columns: 100px 1fr;
  }
  .theme-product .theme-product__top {
    display: block;
  }
  .theme-product .theme-product__top .h4 {
    font-size: 18px;
    width: 100%;
  }
  .theme-product .theme-product__top p {
    float: left;
    display: inline-block;
    width: auto;
    font-size: 14px;
    margin-top: 6px;
  }
  .theme-product .theme-product__img {
    grid-column: 1/2;
    grid-row: 1/5;
    width: 100px;
  }
  .theme-product .theme-product__img img {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100px;
  }
  .theme-product .theme-product__img:before {
    min-width: 80px;
    border-radius: 22px;
  }
  .theme-product .theme-product__bottom {
    grid-column: 2/3;
    grid-row: 3;
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: 4px;
  }
  .theme-product .theme-btn {
    grid-column: 2/3;
    grid-row: 4;
    padding: 8px;
    font-size: 16px;
    margin-top: 8px;
  }
}

.theme-image-comparisson {
  border-radius: 24px;
  overflow: hidden;
  margin: 24px 0;
  height: 400px;
  width: 100%;
  position: relative;
}
.theme-image-comparisson img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.theme-review {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
  padding: 24px;
  margin-top: 24px;
}
.theme-review-total i {
  color: #00b67a;
}
.theme-review-total strong {
  color: #003683;
}
.theme-review__top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.theme-review__top-img {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin-right: 24px;
  flex-shrink: 0;
}
.theme-review__top-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.theme-review__top-name {
  font-size: 16px;
  color: #b9b9b9;
  font-weight: 200;
}
.theme-review__top-name strong {
  display: block;
  color: #000;
  font-size: 18px;
}
.theme-review__top-icon {
  color: #00b67a;
  font-size: 32px;
  margin-left: auto;
}
.theme-review__content p {
  margin: 0;
}
.theme-review__content-stars {
  margin-bottom: 12px;
  color: #00b67a;
}

.theme-usp {
  display: flex;
  align-items: center;
  margin: 0 0 24px 0;
}
.theme-usp-wrapper .rounded-element {
  padding: 48px 0;
}
.theme-usp__icon {
  position: relative;
  margin-right: 28px;
  max-width: 72px;
  width: 100%;
}
.theme-usp__icon img {
  width: 100%;
  object-fit: contain;
  height: auto;
  display: block;
  position: relative;
}
.theme-usp__content {
  font-size: 18px;
  padding-right: 24px;
  color: #000;
}
.theme-usp__content p {
  margin: 0;
}
.theme-usp__content p.h5 {
  margin: 0 0 8px 0;
}
.theme-usp-wrapper__title {
  text-align: center;
}
.theme-usp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 24px 0;
}
@media screen and (max-width: 768px) {
  .theme-usp-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .theme-usp__content {
    padding: 0;
  }
  .theme-usp__icon {
    max-width: 48px;
  }
  .theme-usp-wrapper .rounded-element {
    padding: 24px 0 0 0;
  }
}

.theme-store {
  background-color: #f9f9f9;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .theme-store {
    margin-bottom: 24px;
    height: auto;
  }
}
.theme-store__highlight {
  background-color: #003683;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-weight: 600;
}
.theme-store__highlight.blue {
  background-color: #003683;
}
.theme-store__content {
  padding: 24px;
}
.theme-store__content i {
  color: #00b67a;
  padding-right: 4px;
}
.theme-store__content p {
  margin: 0;
}
.theme-store__content p:has(strong) {
  margin-bottom: 8px;
}
.theme-store__content input[type=text]:not(.btn):not(.searchbar__icon):not(.filter--toggle):not(.facetwp-reset) {
  padding: 6px 12px;
  line-height: 120%;
  margin-bottom: 12px;
}
.theme-store__img {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1/1;
  margin-top: auto;
}
.theme-store__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.theme-store__map {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.theme-store__map p {
  display: flex;
  height: 100%;
}
.theme-store__map iframe,
.theme-store__map img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.theme-store__video {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  height: 100%;
}
.theme-store__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-store.locator .theme-store__img {
  display: none;
}
.theme-store.locator .theme-store__content.variable {
  display: none;
}
.theme-store.locator.active .theme-store__content.variable {
  display: block;
}
.theme-store.locator.active .theme-store__content:not(.variable) {
  display: none;
}
.theme-store.locator.active .theme-store__img {
  display: block;
}
.theme-store.locator.active .theme-store__map {
  display: none;
}

@media (min-width: 1024px) {
  .col-custom {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .col-custom-video {
    flex: 0 0 auto;
    width: 50%;
  }
}

.theme-comparison__table {
  overflow: auto;
}
.theme-comparison table {
  border-collapse: collapse;
  white-space: nowrap;
  border-spacing: 0;
  table-layout: fixed;
  min-width: 100%;
}
.theme-comparison table thead tr th {
  text-align: center;
  position: sticky;
  padding-bottom: 24px;
  vertical-align: bottom;
}
.theme-comparison table thead tr th:first-of-type {
  text-align: left;
}
.theme-comparison table thead tr th h4 {
  margin: 0;
}
.theme-comparison table thead tr th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #fff;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .theme-comparison table thead tr th:first-child {
    background-color: unset;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .theme-comparison table thead tr th:not(:first-child) {
    padding-bottom: 12px;
  }
}
.theme-comparison table thead tr th:last-child {
  padding-right: 24px;
}
.theme-comparison table thead tr:first-of-type th {
  padding-bottom: 48px;
}
.theme-comparison table tbody tr td {
  text-align: center;
}
.theme-comparison table tbody tr td:first-of-type {
  text-align: left;
}
.theme-comparison table tbody tr td a {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .theme-comparison table tbody tr td {
    vertical-align: bottom;
  }
}
.theme-comparison table tbody tr td i {
  color: #00b67a;
}
.theme-comparison table tbody tr td:last-child {
  padding-right: 24px;
}
.theme-comparison table tbody tr:has(th) td,
.theme-comparison table tbody tr:has(th) th {
  padding-top: 32px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .theme-comparison table tbody tr:has(th) td,
  .theme-comparison table tbody tr:has(th) th {
    padding-bottom: 12px;
  }
}
.theme-comparison table tbody tr th {
  text-align: center;
}
.theme-comparison table tbody tr th:first-of-type {
  text-align: left;
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
  text-align: left;
  padding-left: 24px;
  padding-right: 180px;
}
@media screen and (max-width: 768px) {
  .theme-comparison table tbody tr th:first-of-type {
    padding-right: 24px;
    background-color: unset;
    padding-bottom: 60px;
  }
}
.theme-comparison table tbody tr:not(:has(th)) td:first-of-type {
  position: sticky;
  left: 0;
  background: white;
  z-index: 1;
  text-align: left;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .theme-comparison table tbody tr:not(:has(th)) td:first-of-type {
    background-color: unset;
    padding-bottom: 60px;
  }
}
.theme-comparison table tbody tr:not(:has(th)) td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.theme-comparison table tbody tr:not(:last-of-type) {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.theme-comparison__img {
  padding: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 276px;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .theme-comparison__img {
    padding: 0;
  }
}
.theme-comparison__img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #003683;
  width: calc(100% - 48px - 48px - 24px);
  aspect-ratio: 1/1;
  border-radius: 24px;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .theme-comparison__img::before {
    width: 130px;
  }
}
.theme-comparison__img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  min-width: 138px;
}
@media screen and (max-width: 768px) {
  .theme-comparison__img img {
    width: 170px;
  }
}
.theme-comparison__img.beige::before {
  background-color: #d0c2a5;
}
.theme-comparison__img.sand::before {
  background-color: #decec2;
}
.theme-comparison__img.muted-green::before {
  background-color: #aebbae;
}
.theme-comparison__img.light-blue::before {
  background-color: #d8dfef;
}
.theme-comparison .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
  margin-right: 12px;
}
.theme-comparison .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  border: none;
  display: none !important;
}
.theme-comparison .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 14px;
  left: 0;
  right: 0;
  bottom: -17px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid #000;
}
.theme-comparison .switch .slider::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: #d3d3d3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.theme-comparison .switch input:checked + .slider {
  background-color: #003683;
}
.theme-comparison .switch input:focus + .slider {
  box-shadow: 0 0 1px #003683;
}
.theme-comparison .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #fff;
}
.theme-comparison .switch label {
  margin-bottom: 0;
}
.theme-comparison th:has(.switch) {
  line-height: 32px;
  position: relative;
}

.theme-breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  display: none;
}
.theme-breadcrumb__single {
  color: #003683;
  text-decoration: none;
  padding: 0 12px;
}
.theme-breadcrumb__single:last-of-type {
  font-weight: 600;
}

.woocommerce-product-gallery,
.product .summary,
.woocommerce-tabs .tabs,
.related.products,
.woocommerce-Tabs-panel > h2,
.woocommerce-breadcrumb {
  display: none !important;
}

.product .onsale {
  display: none;
}

.theme-single-product__thumbnail-single {
  cursor: pointer;
  aspect-ratio: 1/1;
  padding: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.theme-single-product__thumbnail-single img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}
.theme-single-product__wrapper {
  display: none;
}
.theme-single-product__wrapper-single {
  cursor: pointer;
  min-height: 200px;
  height: 100%;
  aspect-ratio: 1/1;
}
.theme-single-product__wrapper-single img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}
.theme-single-product__side {
  padding-left: 80px;
  position: sticky;
  top: 90px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .theme-single-product__side {
    padding: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .theme-single-product__side {
    padding: 24px 0;
    width: 100%;
    margin-bottom: 0;
  }
}
.theme-single-product ul.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  display: flex;
}
.theme-single-product ul.slick-dots li {
  width: 6px;
  height: 6px;
  display: block;
  background-color: #999;
  margin: 0 3px;
  border-radius: 50%;
}
.theme-single-product ul.slick-dots li.slick-active {
  background-color: #000;
}
.theme-single-product ul.slick-dots li:before {
  display: none;
}
.theme-single-product ul.slick-dots li button {
  display: none;
}
.theme-single-product__title h1 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .theme-single-product__title h1 {
    font-size: 26px;
  }
}
.theme-single-product__title-subtitle {
  font-size: 36px;
  display: flex;
  font-weight: 400;
  align-items: center;
  margin: 6px 0 12px 0;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .theme-single-product__title-subtitle {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
  }
}
.theme-single-product__title .theme-rating {
  display: inline-block;
  margin-left: 14px;
}
@media screen and (max-width: 768px) {
  .theme-single-product__title .theme-rating {
    display: block;
    margin: 6px 0 0 0;
  }
}
.theme-single-product__content {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .theme-single-product__content {
    width: 100%;
  }
}
.theme-single-product__content-promotion {
  background-color: #003683;
  color: #fff;
  width: fit-content;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 16px;
  margin: 8px 0 24px 0;
}
.theme-single-product__content ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 14px 0;
}
.theme-single-product__content ul li {
  position: relative;
  display: flex;
  align-items: center;
}
.theme-single-product__content ul li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  color: #00b67a;
  display: inline-block;
  position: relative;
  background-image: unset;
  height: auto;
  width: auto;
  left: unset;
  top: unset;
  transform: unset;
}
.theme-single-product__content-icons {
  color: #003683;
  margin: 20px 0 24px 0;
}
.theme-single-product__content-price {
  font-size: 18px;
  font-weight: 600;
}
.theme-single-product__content-store {
  background-color: rgba(174, 187, 174, 0.1019607843);
  border-radius: 24px;
  padding: 12px 24px;
  width: 100%;
  margin: 20px 0;
}
.theme-single-product__content-store > a.stores {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-single-product__content-store > a.stores::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: relative;
  padding-left: 50px;
  display: inline-block;
}
.theme-single-product__content-store__single {
  margin: 8px 0;
  display: none;
}
.theme-single-product__content-store__single:first-of-type {
  padding-top: 20px;
}
.theme-single-product__content-store__single i {
  color: #00b67a;
}
.theme-single-product__content-store.active > div {
  display: block;
}
.theme-single-product__content a.theme-btn {
  width: 100%;
}
.theme-single-product__content .theme-link:has(i) i {
  padding-right: 12px;
}
.theme-single-product__content-usp {
  margin-top: 20px;
  padding-top: 12px;
}
.theme-single-product__content-usp__single {
  display: flex;
  align-items: center;
  margin: 6px 0;
  font-size: 14px;
}
.theme-single-product__content-usp__single-icon {
  width: 32px;
  margin-right: 12px;
}
.theme-single-product__content-usp__single-icon img {
  width: 100%;
}
.theme-single-product__content-faq {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .theme-single-product__content-faq .theme-faq__question:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .theme-single-product__thumbnail {
    display: none;
  }
  .theme-single-product__wrapper {
    display: block;
  }
}
.theme-single-product__nav {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  margin-top: 32px;
  /* Firefox */
}
.theme-single-product__nav::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .theme-single-product__nav {
    padding: 12px 0;
  }
}
.theme-single-product__nav::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  border-bottom: 1px solid #003683;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .theme-single-product__nav::before {
    bottom: 10px;
  }
}
.theme-single-product__nav-title {
  color: #003683;
  margin-right: 24px;
  margin-top: 32px;
}
.theme-single-product__nav-title p {
  margin: 0;
  white-space: nowrap;
}
.theme-single-product__nav-single {
  margin-right: 24px;
}
.theme-single-product__nav-single a {
  text-decoration: none;
  white-space: nowrap;
  color: #003683;
}
.theme-single-product__nav-single.active a {
  position: relative;
  font-weight: bold;
}
.theme-single-product__nav-single.active a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  border-bottom: 3px solid #003683;
  left: 0;
  right: 0;
}

.theme-fixed {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 12px 0;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 999;
  transition: 0.5s ease;
}
.theme-fixed .container {
  max-width: 1640px;
  position: relative;
  width: 95%;
}
.theme-fixed__content ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.theme-fixed__content ul li {
  margin: 0 24px 0 0;
  line-height: 100%;
  padding-left: 24px;
}
.theme-fixed__content ul li::before {
  display: none;
}
.theme-fixed__content ul li::after {
  content: "\f272";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #00b67a;
}
.theme-fixed__subcontent {
  display: flex;
  justify-content: flex-end;
}
.theme-fixed__subcontent .theme-btn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .theme-fixed__content {
    display: none;
  }
  .theme-fixed .container {
    width: 100%;
    padding: 0 12px;
  }
}

.theme-customise__img {
  position: relative;
  height: 100%;
}
.theme-customise__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.theme-customise__content {
  padding: 76px 40px 30px 40px;
}
.theme-customise__steps {
  overflow-y: scroll;
  max-height: 60vh;
  height: 100%;
}
.theme-customise__step {
  margin-bottom: 72px;
}
.theme-customise__step-top {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 18px;
}
.theme-customise__step-top__badge {
  background-color: #003683;
  color: #fff;
  border-radius: 8px;
  padding: 7px 12px;
  margin-right: 24px;
}
.theme-customise__slider {
  /* the parent */
}
.theme-customise__slider .slick-slide {
  margin: 0 12px;
}
.theme-customise__slider .slick-list {
  margin: 0 -12px;
}
.theme-customise__slider-single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.theme-customise__slider-single-img {
  padding: 20px;
  position: relative;
}
.theme-customise__slider-single-img::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  background-color: #fff;
  border: 2px solid #003683;
  border-radius: 20%;
  width: 60%;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  transform-origin: center center;
}
.theme-customise__slider-single-img img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.theme-customise__slider-single-color {
  background-color: #fff;
  border-radius: 20%;
  width: 100%;
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  transform-origin: center center;
}
.theme-customise__slider-single-color.dark-blue {
  background-color: #003683;
}
.theme-customise__slider-single-color.beige {
  background-color: #f6ecd7;
}
.theme-customise__slider-single-color.gray-green {
  background-color: #aebbae;
}
.theme-customise__slider-single-color.olive {
  background-color: #aebbae;
}
.theme-customise__slider-single-color.sahara {
  background-color: #d0c2a5;
}
.theme-customise__slider-single p {
  text-align: center;
  position: relative;
  z-index: 2;
}
.theme-customise__dropdown select {
  padding: 12px 24px;
  min-width: 160px;
  border-radius: 12px;
  border: 2px solid #dbdbdb;
}

.theme-center-content.read-more a.theme-link {
  width: fit-content;
}
.theme-center-content.read-more a.theme-link.less {
  display: none;
}
.theme-center-content.read-more a.theme-link.less::after {
  content: "\f286";
}
.theme-center-content.read-more a.theme-link.more {
  display: flex;
}
.theme-center-content.read-more p:not(:first-of-type),
.theme-center-content.read-more p + ul {
  display: none;
}
.theme-center-content.read-more p:has(.theme-btn) {
  display: block;
  margin-top: 24px;
}
.theme-center-content.read-more.active p {
  display: block;
}
.theme-center-content.read-more.active ul {
  display: block;
}
.theme-center-content.read-more.active a.theme-link.more {
  display: none;
}
.theme-center-content.read-more.active a.theme-link.less {
  display: flex;
}

.theme-split__img {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  position: relative;
}
.theme-split__img.media-type-url {
  aspect-ratio: unset;
}
.theme-split__img img,
.theme-split__img video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-split__content {
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .theme-split__content {
    padding: 24px 0;
  }
}
.theme-split__content ul {
  padding-left: 0;
}
.theme-split__content ul li {
  padding-left: 48px;
  position: relative;
  list-style: none;
  margin-bottom: 12px;
  line-height: 150%;
}
.theme-split__content ul li:before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/pe-aldenhuijsen/assets/images/icon-beige.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
}
.theme-split__content a.theme-btn {
  margin-top: 24px;
}
.theme-split__content a.theme-btn + .theme-btn {
  margin-top: 0;
}
.theme-split__content.read-more a.theme-link {
  width: fit-content;
}
.theme-split__content.read-more a.theme-link.less {
  display: none;
}
.theme-split__content.read-more a.theme-link.less::after {
  content: "\f286";
}
.theme-split__content.read-more a.theme-link.more {
  display: flex;
}
.theme-split__content.read-more p:not(:first-of-type),
.theme-split__content.read-more p + ul {
  display: none;
}
.theme-split__content.read-more p:has(.theme-btn) {
  display: block;
  margin-top: 24px;
}
.theme-split__content.read-more.active p {
  display: block;
}
.theme-split__content.read-more.active ul {
  display: block;
}
.theme-split__content.read-more.active a.theme-link.more {
  display: none;
}
.theme-split__content.read-more.active a.theme-link.less {
  display: flex;
}

.theme-banner {
  position: relative;
  margin-left: 24px;
  margin-right: 24px;
  padding: 48px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.theme-banner-animated {
  transition: 0.5s ease;
}
.theme-banner__xxl {
  min-height: 125vh;
}
.theme-banner__bg {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.theme-banner__bg img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-banner h2,
.theme-banner h3 {
  font-weight: 800;
}
.theme-banner .theme-btn__green {
  white-space: nowrap;
}
.theme-banner__content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .theme-banner {
    padding: 0px;
    min-height: 60vh;
    margin-left: 0;
    margin-right: 0;
  }
  .theme-banner__bg {
    width: calc(100% + 48px);
    left: -24px;
    right: -24px;
  }
  .theme-banner.theme-overlay:after {
    width: calc(100% + 48px);
    left: -24px;
    right: -24px;
  }
}

.anim-content {
  transition: transform 2s ease-out;
}

.theme-versions {
  padding: 48px 140px;
}
@media screen and (max-width: 768px) {
  .theme-versions {
    padding: 32px 24px;
  }
}
.theme-versions__filter {
  padding: 19px 0 24px 0;
  /* the parent */
}
.theme-versions__filter .slick-slide {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  .theme-versions__filter .slick-slide {
    margin: 0 12px;
  }
}
.theme-versions__filter .slick-list {
  margin: 0 -6px;
}
@media screen and (max-width: 768px) {
  .theme-versions__filter .slick-list {
    margin: 0 -12px;
  }
}
.theme-versions__filter-single {
  display: block;
  color: #003683;
  background-color: #fff;
  border-radius: 6px;
  padding: 8px 24px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
.theme-versions__filter .slick-current .theme-versions__filter-single {
  background-color: #003683;
  color: #fff;
}
.theme-versions__filter:not(.slick-slider) {
  display: flex;
  justify-content: center;
}
.theme-versions__filter:not(.slick-slider) .theme-versions__filter-single {
  margin: 0 12px;
}
.theme-versions__slider {
  /* the slides */
  /* the parent */
}
@media screen and (max-width: 768px) {
  .theme-versions__slider {
    padding-bottom: 32px;
  }
}
.theme-versions__slider .slick-slide {
  margin: 0 60px;
}
@media screen and (max-width: 768px) {
  .theme-versions__slider .slick-slide {
    margin: 0 20px;
  }
}
.theme-versions__slider .slick-list {
  margin: 0 -60px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .theme-versions__slider .slick-list {
    margin: 0 -20px;
  }
}
.theme-versions__slider .slick-slide:not(.slick-current) {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .theme-versions__slider .slick-arrow {
    top: 96%;
    padding: 24px;
  }
}
.theme-versions__slider .slick-arrow.slick-next {
  right: 48px;
}
@media screen and (max-width: 1020px) {
  .theme-versions__slider .slick-arrow.slick-next {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .theme-versions__slider .slick-arrow.slick-next {
    right: 0;
  }
}
.theme-versions__slider .slick-arrow.slick-prev {
  left: 48px;
}
@media screen and (max-width: 1020px) {
  .theme-versions__slider .slick-arrow.slick-prev {
    left: -40px;
  }
}
@media screen and (max-width: 768px) {
  .theme-versions__slider .slick-arrow.slick-prev {
    left: 0;
  }
}
.theme-versions__slider-single {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1 !important;
}
@media screen and (max-width: 768px) {
  .theme-versions__slider-single {
    padding: 24px 60px;
  }
}
.theme-versions__slider-single__img {
  position: relative;
  z-index: 2;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .theme-versions__slider-single__img {
    width: 200px;
  }
}
.theme-versions__slider-single__img img {
  display: block;
  width: 100%;
}
.theme-versions__slider-single__content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.theme-versions__slider .slick-current .theme-versions__slider-single::before {
  border-color: #003683;
  box-shadow: unset;
}

.theme-minimal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  grid-column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .theme-minimal-grid {
    grid-template-columns: 1fr;
  }
}
.theme-minimal-grid__single {
  margin-bottom: 24px;
}
.theme-minimal-grid__single p {
  margin: 0;
}
.theme-minimal-grid__single p:has(strong) {
  margin: 0 0 8px 0;
}
.theme-minimal-grid__single:nth-child(n+7) {
  display: none;
}
@media screen and (max-width: 768px) {
  .theme-minimal-grid__single:nth-child(n+4) {
    display: none;
  }
}
.theme-minimal-grid__more {
  text-align: center;
  display: flex;
  justify-content: center;
}
.theme-minimal-grid__more a:last-child {
  display: none;
}
.theme-minimal-grid__more.active a:first-child {
  display: none;
}
.theme-minimal-grid__more.active a:last-child {
  display: flex;
}
.theme-minimal-grid.active .theme-minimal-grid__single {
  display: block;
}

.theme-faq__question {
  position: relative;
  padding: 24px 32px;
  border-radius: 16px;
  background-color: #f5f4f0;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .theme-faq__question {
    padding: 12px;
  }
}
.theme-faq__question-title, .theme-faq__question-answer {
  color: #000;
  width: 100%;
  position: relative;
  text-align: left;
}
.theme-faq__question-title {
  display: block;
  font-weight: 600;
  padding-right: 48px;
  cursor: pointer;
}
.theme-faq__question-title::after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #003683;
  content: "\f282";
  font-family: "bootstrap-icons";
  line-height: 100%;
  padding: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.theme-faq__question-answer {
  display: none;
  height: 0;
  transition: 0.5s ease;
}
.theme-faq__question-answer > div {
  overflow: hidden;
}
.theme-faq__question.active .theme-faq__question-title::after {
  content: "\f286";
}
.theme-faq__question.active .theme-faq__question-answer {
  padding-top: 24px;
  display: block;
  height: auto;
}
.theme-faq__question:last-of-type {
  margin-bottom: 80px;
}

.theme-reviews-detail__top {
  margin-bottom: 48px;
}
.theme-reviews-detail__total {
  display: flex;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__total {
    margin-bottom: 12px;
  }
}
.theme-reviews-detail__total span {
  color: #003683;
  font-weight: 600;
  padding-right: 6px;
}
.theme-reviews-detail__total i {
  color: #00b67a;
  font-size: 18px;
  padding: 0 2px;
}
.theme-reviews-detail__total i:last-of-type {
  padding-right: 12px;
}
.theme-reviews-detail__filter {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-color: #003683 transparent;
    scrollbar-width: thin;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__filter::-webkit-scrollbar-thumb {
    background-color: #003683;
  }
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__filter::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
.theme-reviews-detail__filter a {
  display: block;
  padding: 14px 22px;
  border: 2px solid #000;
  border-radius: 12px;
  margin-right: 12px;
  color: #000;
  font-weight: 600;
  line-height: 100%;
  font-size: 24px;
  transition: 0.5s ease;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__filter a {
    padding: 16px;
    font-size: 20px;
  }
}
.theme-reviews-detail__filter a i {
  color: #00b67a;
  margin-right: 12px;
}
.theme-reviews-detail__filter a:hover {
  background-color: #003683;
  color: #fff;
  border-color: #003683;
}
.theme-reviews-detail__single-author {
  padding-right: 16px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__single-author {
    padding: 0;
    margin-bottom: 16px;
  }
}
.theme-reviews-detail__single-author p {
  margin: 0;
}
.theme-reviews-detail__single-author p:first-of-type {
  margin: 0 0 12px 0;
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__single-author p:first-of-type {
    margin-bottom: 6px;
  }
}
.theme-reviews-detail__single-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.theme-reviews-detail__single-rating i {
  color: #00b67a;
  font-size: 18px;
  padding-right: 4px;
}
.theme-reviews-detail__single-date {
  font-size: 16px;
  color: #003683;
}
.theme-reviews-detail__single-date p {
  margin: 0;
}
.theme-reviews-detail__single-content p {
  font-size: 18px;
  margin: 0 0 24px 0;
}
.theme-reviews-detail__single-content p.h4 {
  color: #003683;
  font-size: 18px;
}
.theme-reviews-detail__single-gallery {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-color: #003683 transparent;
  scrollbar-width: thin;
  padding-bottom: 12px;
}
.theme-reviews-detail__single-gallery::-webkit-scrollbar-thumb {
  background-color: #003683;
}
.theme-reviews-detail__single-gallery::-webkit-scrollbar-track {
  background-color: transparent;
}
.theme-reviews-detail__single-gallery__single {
  aspect-ratio: 1/1;
  width: 188px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 12px;
}
.theme-reviews-detail__single-gallery__single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-reviews-detail__reply {
  display: block;
  position: relative;
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 22px 24px;
  margin: 24px 0 0 48px;
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__reply {
    margin-left: 0;
  }
}
.theme-reviews-detail__reply::before {
  content: "\f132";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 0;
  left: -48px;
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__reply::before {
    display: none;
  }
}
.theme-reviews-detail__reply-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-reviews-detail__reply-logo {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__reply-logo {
    max-width: 120px;
  }
}
.theme-reviews-detail__reply-logo img {
  width: 100%;
  display: block;
}
.theme-reviews-detail__reply-content p {
  margin: 12px 0 24px 0;
  font-size: 18px;
}
.theme-reviews-detail__reply-content p.h4 {
  margin: 0;
  font-size: 18px;
}
.theme-reviews-detail__file {
  width: 12.3%;
  aspect-ratio: 1/1;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  margin-right: 0.2%;
  min-width: 144px;
}
@media screen and (max-width: 768px) {
  .theme-reviews-detail__file {
    width: 50%;
  }
}
.theme-reviews-detail__file-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 12px;
  font-size: 40px;
  color: #fff;
}
.theme-reviews-detail-wrapper {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
.theme-reviews-detail .theme-reviews-form {
  margin-top: 20px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 4px;
  /* Star Rating */
}
.theme-reviews-detail .theme-reviews-form .form-group {
  margin-bottom: 15px;
}
.theme-reviews-detail .theme-reviews-form .form-group label {
  display: block;
  margin-bottom: 5px;
}
.theme-reviews-detail .theme-reviews-form .form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.theme-reviews-detail .theme-reviews-form .form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
  min-height: 100px;
}
.theme-reviews-detail .theme-reviews-form .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 4px;
  display: none;
}
.theme-reviews-detail .theme-reviews-form .form-messages {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  display: none;
}
.theme-reviews-detail .theme-reviews-form .form-messages.error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.theme-reviews-detail .theme-reviews-form .form-messages.success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.theme-reviews-detail .theme-reviews-form .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}
.theme-reviews-detail .theme-reviews-form .star-rating input {
  display: none;
}
.theme-reviews-detail .theme-reviews-form .star-rating input[type=radio] {
  display: none;
}
.theme-reviews-detail .theme-reviews-form .star-rating input[type=radio]:checked ~ label {
  color: #00b67a;
}
.theme-reviews-detail .theme-reviews-form .star-rating label {
  cursor: pointer;
  font-size: 30px;
  color: #ddd;
  transition: color 0.2s;
}
.theme-reviews-detail .theme-reviews-form .star-rating label:hover, .theme-reviews-detail .theme-reviews-form .star-rating label:hover ~ label {
  color: #00b67a;
}

.theme-card-slider-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .theme-card-slider-wrapper .slick-arrow {
    top: 104%;
    padding: 24px;
  }
}
.theme-card-slider-wrapper .slick-arrow.slick-next {
  right: -10vw;
}
@media screen and (max-width: 768px) {
  .theme-card-slider-wrapper .slick-arrow.slick-next {
    right: 0;
  }
}
.theme-card-slider-wrapper .slick-arrow.slick-prev {
  left: -10vw;
}
@media screen and (max-width: 768px) {
  .theme-card-slider-wrapper .slick-arrow.slick-prev {
    left: 0;
  }
}
.theme-card-slider-wrapper .theme-card-slider {
  width: 100%;
  /* the slides */
  /* the parent */
}
@media screen and (max-width: 768px) {
  .theme-card-slider-wrapper .theme-card-slider {
    padding-bottom: 32px;
  }
}
.theme-card-slider-wrapper .theme-card-slider .slick-slide {
  margin: 0 8px;
  transition: opacity 0.1s;
}
.theme-card-slider-wrapper .theme-card-slider .slick-slide > div {
  height: inherit;
}
.theme-card-slider-wrapper .theme-card-slider .slick-slide:not(.slick-active) {
  opacity: 0.4;
}
.theme-card-slider-wrapper .theme-card-slider .slick-list {
  margin: 0 -8px;
  overflow: visible;
  display: flex;
}
.theme-card-slider-wrapper .theme-card-slider .slick-track {
  display: flex !important;
}
.theme-card-slider-wrapper .theme-card-slider__single {
  cursor: pointer;
  min-height: 400px;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 24px;
  background-color: #f9f9f9;
  color: #003683;
  display: inline-flex !important;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.theme-card-slider-wrapper .theme-card-slider__single.overlay {
  color: #fff;
}
.theme-card-slider-wrapper .theme-card-slider__single.overlay::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent linear-gradient(180deg, #003683 0%, rgba(0, 54, 131, 0.2) 52%, rgba(0, 54, 131, 0) 100%) 0% 0% no-repeat;
}
.theme-card-slider-wrapper .theme-card-slider__single-content {
  padding: 24px;
  position: relative;
  z-index: 4;
}
.theme-card-slider-wrapper .theme-card-slider__single-content p {
  margin: 0 8px 0 0;
}
.theme-card-slider-wrapper .theme-card-slider__single-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.theme-card-slider-wrapper .theme-card-slider__single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-card-slider-wrapper .theme-card-slider__single .theme-btn {
  position: absolute;
  left: 24px;
  right: 24px;
  width: calc(100% - 48px);
  bottom: 24px;
  white-space: nowrap;
}
.theme-card-slider-wrapper .theme-card-slider__single-blue {
  background-color: #adceff;
}
.theme-card-slider-wrapper .theme-card-slider__single-green {
  background-color: #aebbae;
  color: white;
}
.theme-card-slider-wrapper .theme-card-slider__single.img-trans .theme-card-slider__single-image img {
  object-fit: contain;
}
.theme-card-slider-wrapper .theme-card-slider .hidden {
  opacity: 0 !important;
}

.theme-product-slider,
.theme-product-slider-mini {
  padding: 0 42px;
  /* the parent */
}
@media screen and (max-width: 768px) {
  .theme-product-slider,
  .theme-product-slider-mini {
    padding: 0;
    padding-bottom: 100px !important;
  }
}
.theme-product-slider .slick-slide,
.theme-product-slider-mini .slick-slide {
  margin: 0 12px;
}
.theme-product-slider .slick-slide > div,
.theme-product-slider-mini .slick-slide > div {
  height: inherit;
}
@media screen and (max-width: 768px) {
  .theme-product-slider .slick-arrow,
  .theme-product-slider-mini .slick-arrow {
    top: unset;
    bottom: 0;
  }
}
.theme-product-slider .slick-next,
.theme-product-slider-mini .slick-next {
  left: 100%;
}
@media screen and (max-width: 768px) {
  .theme-product-slider .slick-next,
  .theme-product-slider-mini .slick-next {
    left: 80%;
  }
}
.theme-product-slider .slick-prev,
.theme-product-slider-mini .slick-prev {
  right: 100%;
}
@media screen and (max-width: 768px) {
  .theme-product-slider .slick-prev,
  .theme-product-slider-mini .slick-prev {
    right: 80%;
  }
}
.theme-product-slider .slick-list,
.theme-product-slider-mini .slick-list {
  margin: 0 -12px 0;
  display: flex;
}
.theme-product-slider .slick-track,
.theme-product-slider-mini .slick-track {
  display: flex !important;
}
.theme-product-slider .theme-product,
.theme-product-slider-mini .theme-product {
  background-color: #f9f9f9;
}
.theme-product-slider .theme-product:hover,
.theme-product-slider-mini .theme-product:hover {
  transform: unset;
}

.theme-banner-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 48px;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
  background-color: #fff;
  z-index: 999;
}
@media screen and (max-width: 1020px) {
  .theme-banner-fixed {
    flex-direction: column;
  }
}
.theme-banner-fixed__start {
  display: flex;
}
@media screen and (max-width: 768px) {
  .theme-banner-fixed__start {
    display: none;
  }
}
.theme-banner-fixed__start-item {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  padding-left: 24px;
}
.theme-banner-fixed__start-item i {
  color: #00b67a;
  padding-left: 12px;
}
.theme-banner-fixed__end {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .theme-banner-fixed__end {
    flex-direction: column;
  }
}
.theme-banner-fixed__end .theme-link {
  color: #003683;
}
@media screen and (max-width: 768px) {
  .theme-banner-fixed__end .theme-link {
    margin-bottom: 24px;
  }
}
.theme-banner-fixed__end .theme-link::before {
  border-color: #003683;
}
.theme-banner-fixed__end a.theme-btn {
  margin-top: 0;
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .theme-banner-fixed__end a.theme-btn {
    width: 100%;
    margin: 0;
  }
}

.facet-inf-wrapper {
  display: inline-block;
  width: 100%;
}
.facet-inf-wrapper__bottom {
  padding: 12px 24px;
}
.facet-inf-wrapper .facetwp-facet {
  overflow: unset;
  width: 100%;
  padding: 0;
  width: 100%;
  display: block;
  margin: 0;
  height: 64px;
  overflow: hidden;
}
.facet-inf-wrapper .facetwp-facet.active {
  height: auto;
}
.facet-inf-wrapper .facetwp-facet .facet-label {
  padding: 18px 24px;
  border-top: 1px solid #f3f3f3;
}
.facet-inf-wrapper .facetwp-facet .facet-label:after {
  position: absolute;
  right: 24px;
  color: #000;
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 14px;
}
.facet-inf-wrapper .facetwp-facet .facet-label.active:after {
  content: "\f286";
}
.facet-inf-wrapper .facetwp-facet .facet {
  padding: 0 24px;
  height: auto !important;
}
.facet-inf-wrapper .facetwp-facet .facetwp-checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  padding: 0;
}
.facet-inf-wrapper .facetwp-facet .facetwp-checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 4px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.facet-inf-wrapper .facetwp-facet .facetwp-checkbox .facetwp-display-value {
  margin: 0 16px;
  font-weight: normal;
}
.facet-inf-wrapper .facetwp-facet .facetwp-checkbox .facetwp-counter {
  display: none;
}
.facet-inf-wrapper .facetwp-facet .facetwp-checkbox.checked:before {
  content: "✓";
  font-family: "bootstrap-icons";
  background-color: #003683;
  border: 1px solid #003683;
}
.facet-inf-wrapper .facetwp-facet .facetwp-checkbox.checked .facetwp-display-value {
  color: #000;
}

.facetwp-selections {
  margin-left: 24px;
}
.facetwp-selections ul {
  padding: 0;
  margin: 0;
}
.facetwp-selections ul li .facetwp-selection-value {
  padding: 12px 24px 12px 12px;
  background-color: #f3f3f3;
  border-radius: 80px;
  background-image: none;
  position: relative;
}
.facetwp-selections ul li .facetwp-selection-value:after {
  content: "×";
  font-size: 18px;
  margin-left: 12px;
  color: #000;
  display: inline-block;
  position: absolute;
  top: calc(50% - 10px);
  right: 6px;
}
.facetwp-selections ul li:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .facet-inf-wrapper .facetwp-facet .facet {
    flex-direction: column;
    align-items: stretch;
  }
  .facet-inf-wrapper .facetwp-facet .facetwp-checkbox {
    width: 100%;
  }
}
/* Gravity Forms Styling to match custom form */
.theme-reviews-form {
  /* Star Rating Styling */
  /* Submit Button Styling */
}
.theme-reviews-form .gform_wrapper {
  margin-top: 20px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 4px;
}
.theme-reviews-form .gfield {
  margin-bottom: 15px;
}
.theme-reviews-form .gfield_label {
  display: block;
  margin-bottom: 5px;
}
.theme-reviews-form input[type=text],
.theme-reviews-form input[type=email],
.theme-reviews-form input[type=number],
.theme-reviews-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.theme-reviews-form textarea {
  resize: vertical;
  min-height: 100px;
}
.theme-reviews-form .gfield_required_text {
  display: none;
}
.theme-reviews-form .validation_message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 4px;
}
.theme-reviews-form .gform_validation_errors {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 4px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.theme-reviews-form #field_9_8 legend.gfield_label {
  display: block;
  margin-bottom: 5px;
}
.theme-reviews-form #field_9_8 .gfield_checkbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}
.theme-reviews-form #field_9_8 .gchoice {
  position: relative;
}
.theme-reviews-form #field_9_8 input[type=checkbox] {
  display: none;
}
.theme-reviews-form #field_9_8 label {
  cursor: pointer;
  font-size: 30px;
  color: #ddd;
  transition: color 0.2s;
}
.theme-reviews-form #field_9_8 label:hover, .theme-reviews-form #field_9_8 label:hover ~ label {
  color: #00b67a;
}
.theme-reviews-form #field_9_8 input:checked ~ label {
  color: #00b67a;
}
.theme-reviews-form .gform_footer {
  margin-top: 20px;
}
.theme-reviews-form .gform_button {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.theme-reviews-form .gform_button:hover {
  background: #333;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

/* overhaul main site */
.btn--base,
.btn--primary,
.btn--secondary,
.btn--tertiary,
.gform-body .form-button-wrapper--next input,
.gform-body .form-button-wrapper--previous input,
.wpforms-container button {
  border-radius: 30px;
  padding: 16px 16px 16px 24px;
  font-size: 16px;
}

.hidden-label > a {
  display: none !important;
}

.invisible-label > a {
  visibility: hidden !important;
  opacity: 0 !important;
}

.main-header__logo {
  width: 200px;
  max-width: 100%;
}
.main-header__logo a {
  display: inline-block;
  max-width: 100%;
}
.main-header__logo a img {
  width: 100%;
  max-width: 100%;
}

.no-header .trustpilot-widget {
  pointer-events: none;
}

.theme-usp-mini {
  font-size: 14px;
  margin-right: 12px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}
.theme-usp-mini i {
  font-weight: bold;
  color: #00b67a;
  margin-right: 2px;
  font-size: 24px;
}

.card--product ul li {
  color: #000 !important;
}
.card--product ul li span {
  color: #000 !important;
}

@media (min-width: 1280px) {
  .menu--primary > .menu__item {
    color: #000;
  }
}
.page-id-438 .theme-fixed,
.page-id-3756 .theme-fixed {
  display: none;
}

footer.main-footer .main-footer__meta {
  position: relative;
  margin-top: 24px;
}

.theme-card-slider-wrapper {
  width: 100vw;
}

.theme-content ul {
  padding-left: 0;
}
.theme-content ul li {
  padding-left: 48px;
  position: relative;
  list-style: none;
  margin-bottom: 12px;
  line-height: 150%;
}
.theme-content ul li:before {
  content: "";
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/themes/pe-aldenhuijsen/assets/images/icon-beige.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  left: 0;
}

/* new phase */
[class*=theme-overlay__]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.theme-overlay__white:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0) 100%);
}

.theme-overlay__darkblue:after {
  background: linear-gradient(to right, rgba(0, 33, 76, 0.65) 0%, rgba(0, 33, 76, 0.65) 35%, rgba(0, 33, 76, 0.05) 75%, rgba(0, 33, 76, 0) 100%);
}

.theme-hero {
  padding: 18vh 0;
  position: relative;
  z-index: 1;
}
.theme-hero h1 {
  font-size: 60px;
}
.theme-hero p {
  max-width: 660px;
}
.theme-hero > a.theme-btn {
  margin-top: 48px;
}
.theme-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.theme-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.theme-hero .container {
  position: unset !important;
}
.theme-hero .theme-content p {
  font-size: 24px;
  line-height: 130%;
}
.theme-hero__subcontent {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .theme-hero {
    padding: 4vh 0;
  }
  .theme-hero h1 {
    font-size: 24px;
  }
  .theme-hero__subcontent {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 48px;
  }
  .theme-hero__subcontent .theme-quicknav {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  }
  .theme-hero .theme-content {
    width: 80%;
  }
  .theme-hero .theme-content p {
    font-size: 18px;
  }
}

.theme-quicknav {
  display: block;
  width: 100%;
  border-radius: 12px;
  padding: 12px 16px 12px 64px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: 0.5s ease;
  margin-bottom: 12px;
}
.theme-quicknav p {
  margin: 0;
}
.theme-quicknav:before {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  aspect-ratio: 1/1;
  display: flex;
  font-weight: bold;
  position: absolute;
  line-height: 100%;
  background-color: #00b67a;
  width: 32px;
  height: 32px;
  transition: 0.5s ease;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: #fff;
}
.theme-quicknav:hover {
  background-color: #00b67a;
  color: #fff;
}
.theme-quicknav:hover:before {
  background-color: #008358;
}

.theme-logo-slider--wrapper {
  position: relative;
}
.theme-logo-slider__slide {
  padding: 0 12px;
  max-height: 60px;
}
.theme-logo-slider__slide img {
  max-height: 60px;
  width: auto;
}
.theme-logo-slider__content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 12px;
  color: #000;
  z-index: 2;
}

.theme-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
}

.theme-card {
  border-radius: 24px;
  padding: 24px;
  /* expand theme card */
}
.theme-card:not([class*=bg]) {
  background-color: #fff;
}
.theme-card--container {
  background-color: #fff;
  box-shadow: none;
  border-radius: 48px;
  padding: 48px;
}
@media screen and (max-width: 768px) {
  .theme-card--container {
    padding: 24px;
  }
}
.theme-card.item h1, .theme-card.item h2, .theme-card.item h3, .theme-card.item h4, .theme-card.item h5, .theme-card.item h6 {
  margin: 0;
}
.theme-card.item a:not([class]) {
  color: inherit;
}
.theme-card.item a.theme-btn {
  width: 100%;
}
.theme-card.item img {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  transition: 0.5s ease;
}
.theme-card.item img:hover {
  transform: scale(1.05);
}

blockquote {
  background-color: #f5f4f0;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.16);
  padding: 24px;
  border-radius: 24px;
  margin: 24px 0;
}
blockquote:before, blockquote:after {
  display: none;
}

.theme-tab-nav-slider {
  position: relative;
  border-radius: 36px;
  margin: 0 auto 12px auto;
  padding: 12px;
}
.theme-tab-nav-slider .slick-list {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .theme-tab-nav-slider .slick-list {
    text-align: center;
    line-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .theme-tab-nav-slider .slick-track {
    display: inline-block !important;
    text-align: center;
    width: auto !important;
  }
}
.theme-tab-nav-slider .slick-dots {
  display: none !important;
}
.theme-tab-nav-slider button {
  display: none !important;
}
.theme-tab-nav-slider__slide {
  padding: 12px;
  width: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin: 0 auto;
  border-radius: 36px;
  position: relative;
  flex-direction: row;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}
.theme-tab-nav-slider .slick-current .theme-tab-nav-slider__slide {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .theme-tab-nav-slider {
    padding: 4px;
  }
  .theme-tab-nav-slider__slide {
    font-size: 14px;
  }
}

.theme-tab-slider {
  width: 100%;
  padding: 0px;
}
.theme-tab-slider__slide {
  width: 100%;
}
.theme-tab-slider__slide__inner {
  padding: 12vh;
  border-radius: 36px;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .theme-tab-slider__slide__inner {
    padding: 24px;
  }
}
.theme-tab-slider__slide img {
  border-radius: 24px;
}
.theme-tab-slider .theme-content h1,
.theme-tab-slider .theme-content h2,
.theme-tab-slider .theme-content h3,
.theme-tab-slider .theme-content h4,
.theme-tab-slider .theme-content h5 {
  margin-top: 0;
}

.theme-mini.theme-card {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}
.theme-mini .theme-tab-slider .slick-slide {
  height: auto;
}
.theme-mini .theme-tab-slider__slide {
  border-radius: 24px;
  padding: 24px;
}
.theme-mini .theme-tab-slider__slide__inner {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
}
.theme-mini .theme-tab-nav-slider {
  padding: 8px;
  border-radius: 12px;
}
.theme-mini .theme-tab-nav-slider__slide {
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 12px;
}
.theme-mini .gf_progressbar_wrapper,
.theme-mini .gform_heading {
  display: none;
}
.theme-mini .gform_page_footer {
  padding-bottom: 0 !important;
}
.theme-mini .gform_page_footer input {
  margin-bottom: 0 !important;
}

.theme-step-nav-slider {
  position: relative;
  transform: translateY(120px);
  margin-top: -168px;
  margin-left: 20px;
  z-index: 2;
}
.theme-step-nav-slider .slick-track {
  margin: 0;
}
.theme-step-nav-slider .slick-list {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.theme-step-nav-slider .slick-slide:last-of-type .theme-step-nav-slider__slide:before {
  display: none !important;
}
.theme-step-nav-slider button {
  display: none !important;
}
.theme-step-nav-slider__slide {
  width: 40px;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.theme-step-nav-slider__slide::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 50%;
  right: 0;
  height: 8px;
  background: radial-gradient(circle at center, #003683 4px, transparent 4px) 0 0/16px 8px;
  transform: translateY(-50%);
  z-index: -1;
  left: 20px;
  right: 0;
}
.theme-step-nav-slider__slide-item {
  width: 60px;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 28%;
  transform: rotate(45deg);
  position: relative;
}
.theme-step-nav-slider__slide-item p,
.theme-step-nav-slider__slide-item h1,
.theme-step-nav-slider__slide-item h2,
.theme-step-nav-slider__slide-item h3,
.theme-step-nav-slider__slide-item h4,
.theme-step-nav-slider__slide-item h5,
.theme-step-nav-slider__slide-item a {
  transform: rotate(-45deg);
}
.theme-step-nav-slider__slide-item::before {
  content: attr(data-number);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .theme-step-nav-slider__slide-item {
    width: 50px;
    height: 50px;
  }
}
.theme-step-nav-slider .slick-current .theme-step-nav-slider__slide {
  color: white;
}
.theme-step-nav-slider .slick-current .theme-step-nav-slider__slide-item {
  background-color: #003683;
}

.theme-step-slider {
  width: 100%;
  padding: 0px;
  margin-bottom: 24px;
}
.theme-step-slider__wrapper {
  position: relative;
}
.theme-step-slider .slick-current .theme-step-slider__slide {
  opacity: 1;
}
.theme-step-slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .theme-step-slider .slick-list {
    padding: 0px !important;
  }
}
.theme-step-slider .slick-track {
  display: flex;
}
.theme-step-slider .slick-slide > div {
  height: 100%;
}
.theme-step-slider .slick-slide {
  height: inherit;
  margin: 0px 12px;
  transition: 0.5s ease;
}
@media screen and (max-width: 768px) {
  .theme-step-slider .slick-slide {
    margin: 0 6px;
  }
}
.theme-step-slider .slick-slide .container__small {
  height: 100%;
}
.theme-step-slider .slick-slide:not(.slick-active) {
  cursor: pointer;
}
.theme-step-slider .slick-slide:not(.slick-active):hover .theme-step-slider__slide {
  opacity: 1;
}
.theme-step-slider__slide {
  width: 100%;
  padding: 170px 0 48px 0;
  opacity: 0.5;
  height: 100%;
}
.theme-step-slider__slide .container {
  overflow: visible;
  margin-right: -200px;
  margin-left: 0px;
}
.theme-step-slider__slide__inner {
  height: 100%;
  padding: 12vh;
  border-radius: 24px;
  margin: 12px 0;
}
@media screen and (max-width: 768px) {
  .theme-step-slider__slide__inner {
    padding: 12px;
  }
}
.theme-step-slider__slide img {
  border-radius: 24px;
}
.theme-step-slider .theme-content h1,
.theme-step-slider .theme-content h2,
.theme-step-slider .theme-content h3,
.theme-step-slider .theme-content h4,
.theme-step-slider .theme-content h5 {
  margin-top: 0;
}

.theme-vertical-slider {
  min-height: 120vh;
  padding: 48px 0;
}
.theme-vertical-slider .slick-slide {
  border: none;
}
.theme-vertical-slider .slick-slide > div {
  min-height: 120vh;
}
.theme-vertical-slider .slick-slide[data-slick-index="0"] > div {
  background: linear-gradient(to bottom, #003683, #2A5797);
}
.theme-vertical-slider .slick-slide[data-slick-index="1"] > div {
  background: linear-gradient(to bottom, #2A5797, #5679AD);
}
.theme-vertical-slider .slick-slide[data-slick-index="2"] > div {
  background: linear-gradient(to bottom, #5679AD, #809BC1);
}
.theme-vertical-slider .slick-slide[data-slick-index="3"] > div {
  background: linear-gradient(to bottom, #809BC1, #AABCD6);
}
.theme-vertical-slider .slick-slide[data-slick-index="4"] > div {
  background: linear-gradient(to bottom, #AABCD6, #D6DFEB);
}
.theme-vertical-slider .slick-slide[data-slick-index="5"] > div {
  background: linear-gradient(to bottom, #D6DFEB, #fff);
}
.theme-vertical-slider__slide {
  padding: 24px;
  display: inline-flex !important;
  align-items: center;
  min-height: 120vh;
}

.mute-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
}
.mute-icon:after {
  content: "\f60c";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  z-index: 2;
}

.unmute-icon {
  display: none;
  position: absolute;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.unmute-icon:after {
  content: "\f610";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  z-index: 2;
}

/* temp override buttons and form */
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform-body .gform_fields .gfield select,
.gform_wrapper .gform-body .gform_fields .gfield input[type=text],
.gform_wrapper .gform-body .gform_fields .gfield input[type=email],
.gform_wrapper .gform-body .gform_fields .gfield input[type=number],
.gform_wrapper .gform-body .gform_fields .gfield textarea {
  border: 1px solid #000;
  color: #000;
}
.gform_wrapper .gform-body .gform_fields .gfield .gchoice label {
  font-weight: normal;
}
.gform_wrapper .gform-body .gform-field-label {
  font-size: 18px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 100%;
  font-weight: bold;
  display: block !important;
}
.gform_wrapper .gform-body .form-button-wrapper {
  position: relative;
  height: fit-content;
}
.gform_wrapper .gform-body .form-button-wrapper .gform-loader {
  position: absolute;
}
.gform_wrapper .gform-body .form-button-wrapper .gform_previous_button {
  display: none !important;
}
.gform_wrapper .gform-body .form-button-wrapper:before {
  content: "";
  aspect-ratio: 1/1;
  height: 100%;
  background-color: #008358;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transition: 0.5s ease;
  z-index: -1;
  border-radius: 50%;
}
.gform_wrapper .gform-body .form-button-wrapper:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 100%;
  background-color: #00b67a;
  color: #fff;
  z-index: 2;
  pointer-events: none;
}
.gform_wrapper .gform-body .form-button-wrapper:has(.gform-theme-button--secondary):after {
  background-color: #0d76b7;
}
.gform_wrapper .gform-body .form-button-wrapper:hover:before {
  width: 100%;
}
.gform_wrapper .gform-body .form-button-wrapper input[type=button] {
  border-radius: 50px;
  padding: 18px 72px 18px 24px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 100% !important;
  margin: 0;
}
.gform_wrapper .gform_footer button {
  border-radius: 50px;
  padding: 18px 72px 18px 24px;
  font-size: 16px !important;
  display: inline-flex;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 100%;
  white-space: nowrap;
}
.gform_wrapper .gform_footer button span.btn__icon {
  display: none;
}
.gform_wrapper .gform_footer button:before {
  content: "";
  width: 0px;
  height: 100%;
  background-color: #008358;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transition: 0.5s ease;
  z-index: -1;
}
.gform_wrapper .gform_footer button:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 100%;
  background-color: #008358;
  color: #fff;
  z-index: 2;
  width: unset;
}
.gform_wrapper .gform_footer button:hover:before {
  width: 100%;
}

.theme-btn,
.btn {
  color: #fff;
  padding: 18px 24px;
  border-radius: 50px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  font-weight: 500;
  z-index: 2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin: 0 12px 12px 0;
  font-weight: bold;
  white-space: nowrap;
  line-height: 100%;
  width: fit-content;
  justify-content: center;
}
.theme-btn:before,
.btn:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #008358;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transition: 0.5s ease;
  z-index: -1;
}
.theme-btn__outline,
.btn__outline {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.theme-btn__outline:hover,
.btn__outline:hover {
  color: #003683;
}
.theme-btn__outline:after,
.btn__outline:after {
  background-color: #fff;
  color: #003683;
}
.theme-btn__outline:before,
.btn__outline:before {
  background-color: #fff;
}
.theme-btn__green,
.btn__green {
  background-color: #00b67a;
}
.theme-btn__green:after,
.btn__green:after {
  background-color: #008358;
}
.theme-btn__green:before,
.btn__green:before {
  background-color: #008358;
}
.theme-btn__red,
.btn__red {
  background-color: #97274d;
}
.theme-btn__red:after,
.btn__red:after {
  background-color: #54162b;
}
.theme-btn__red:before,
.btn__red:before {
  background-color: #54162b;
}
.theme-btn__blue, .theme-btn.btn--secondary, .theme-btn.btn--base,
.btn__blue,
.btn.btn--secondary,
.btn.btn--base {
  background-color: #003683;
}
.theme-btn__blue:after, .theme-btn.btn--secondary:after, .theme-btn.btn--base:after,
.btn__blue:after,
.btn.btn--secondary:after,
.btn.btn--base:after {
  background-color: #0d76b7;
}
.theme-btn__blue:before, .theme-btn.btn--secondary:before, .theme-btn.btn--base:before,
.btn__blue:before,
.btn.btn--secondary:before,
.btn.btn--base:before {
  background-color: #0d76b7;
}
.theme-btn__mid-blue,
.btn__mid-blue {
  background-color: #0d76b7;
  color: #fff;
}
.theme-btn__mid-blue:before,
.btn__mid-blue:before {
  background-color: #0a5787;
}
.theme-btn__mid-blue:after,
.btn__mid-blue:after {
  background-color: #0a5787;
}
.theme-btn__mid-blue:hover,
.btn__mid-blue:hover {
  color: #fff;
}
.theme-btn__mid-blue:hover:before,
.btn__mid-blue:hover:before {
  width: 100%;
}
.theme-btn__white,
.btn__white {
  background-color: #fff;
  color: #003683;
  border: 1px solid #003683;
}
.theme-btn__white:before,
.btn__white:before {
  background-color: #003683;
}
.theme-btn__white:hover,
.btn__white:hover {
  color: #fff;
}
.theme-btn__white:hover:before,
.btn__white:hover:before {
  width: 100%;
}
.theme-btn__arrow,
.btn__arrow {
  padding-right: 72px !important;
}
.theme-btn__arrow:after,
.btn__arrow:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  font-weight: bold;
  position: absolute;
  right: 0;
  line-height: 100%;
}
.theme-btn__arrow:hover:before,
.btn__arrow:hover:before {
  width: 100%;
}
.theme-btn.btn--icon,
.btn.btn--icon {
  padding-right: 72px;
}
.theme-btn.btn--icon .btn__icon,
.btn.btn--icon .btn__icon {
  display: none;
}
.theme-btn.btn--icon:after,
.btn.btn--icon:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  font-weight: bold;
  position: absolute;
  right: 0;
  width: auto;
  line-height: 100%;
}
.theme-btn.btn--icon:hover:before,
.btn.btn--icon:hover:before {
  width: 100%;
}
.theme-btn.btn--icon:hover:after,
.btn.btn--icon:hover:after {
  width: auto;
}

@media screen and (max-width: 1240px) {
  li.cta {
    display: none;
  }
}
li.cta a {
  background-color: #00b67a;
  color: #fff;
  padding: 18px 24px;
  border-radius: 50px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  font-weight: 500;
  z-index: 2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  margin: 0 12px 12px 0;
  font-weight: bold;
  white-space: nowrap;
  line-height: 100%;
  width: fit-content;
  padding-right: 72px !important;
}
li.cta a:after {
  content: "\f138";
  font-family: "bootstrap-icons";
  font-size: 1.2em;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  font-weight: bold;
  position: absolute;
  right: 0;
  line-height: 100%;
  background-color: #008358;
}
li.cta a:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #008358;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transition: 0.5s ease;
  z-index: -1;
}
li.cta a:hover:before {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
