@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
:root {
  --container-padding-y: 90px;
  --container-padding-x: 3rem;
  --container-padding-top: var(--container-padding-y);
  --container-padding-bottom: var(--container-padding-y);
  --container-padding-left: var(--container-padding-x);
  --container-padding-right: var(--container-padding-x);
  --bs-card-spacer-y: 2rem;
  --bs-card-spacer-x: 2rem;
  --list-padding-left: 1.5em;
  --background-color: var(--bs-body-bg);
  --badge-round-width: 25px;
  --btn-round-width: 52px;
  --blog-overview-col-small-size: 260px;
  --gutter-y: 2.5rem;
}

@media (max-width: 1200px) {
  :root {
    --blog-overview-col-small-size: 260px;
  }
}
@media (max-width: 576px) {
  :root {
    --container-padding-x: calc(3rem / 2);
    --container-padding-top: var(--container-padding-y);
    --container-padding-bottom: var(--container-padding-y);
    --container-padding-left: var(--container-padding-x);
    --container-padding-right: var(--container-padding-x);
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
  }
}
:root {
  --cmplz_banner_background_color: var(--bs-body-bg);
  --cmplz_banner_border_color: var(--bs-border-color-translucent);
  --cmplz_banner_border_width: 0px;
  --cmplz_banner_border_radius: 8px 90px 8px 8px;
  --cmplz_title_font_size: inherit;
  --cmplz_text_line_height: inherit;
  --cmplz_text_color: #2D1E06;
  --cmplz_hyperlink_color: #F3B005;
  --cmplz_button_accept_background_color: #F3B005;
  --cmplz_button_accept_border_color: #F3B005;
  --cmplz_button_accept_text_color: #000;
  --cmplz_button_deny_background_color: #f9f9f9;
  --cmplz_button_deny_border_color: #f2f2f2;
  --cmplz_button_deny_text_color: #2D1E06;
  --cmplz_button_settings_background_color: #f9f9f9;
  --cmplz_button_settings_border_color: #f2f2f2;
  --cmplz_button_settings_text_color: #2D1E06;
  --cmplz_button_border_radius: var(--bs-border-radius);
  --cmplz_button_font_size: 1rem;
  --cmplz_category_header_always_active_color: #198754;
  --cmplz_slider_active_color: #ce9504;
  --cmplz_slider_inactive_color: #d2d2d2;
  --cmplz_slider_bullet_color: #000;
}

@font-face {
  font-family: "Jack Armstrong";
  src: url("/wp-content/themes/Interpulse-child/fonts/JackArmstrong.woff2") format("woff2"), url("/wp-content/themes/Interpulse-child/fonts/JackArmstrong.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat";
}

.h1 b, .h2 b, .h3 b, .h4 b,
h1 b, h2 b, h3 b, h4 b {
  font-family: "Jack Armstrong";
  position: relative;
  font-size: 110%;
  font-weight: 500;
  background: url(/wp-content/themes/Interpulse-child/images/underline.svg) no-repeat center bottom 0/100% 1rem;
  display: inline;
  padding-bottom: 0.5rem;
}

.paragraph,
.h4, .h5, .h6 {
  margin-bottom: 0.5rem;
}
.paragraph b,
.h4 b, .h5 b, .h6 b {
  font-family: inherit;
  background: transparent;
  font-weight: bolder;
}

header:not(:has(.background.left)) + * .col-large section:first-child:not(.has-background):not(.has-background-color) .container,
header:not(:has(.background.left)) + * main:not(.has-sidebar):not(.has-sidebar-grid) section:first-child:not(.has-background):not(.has-background-color) .container {
  padding-top: 0;
  --padding-top-removed: var(--container-padding-top);
}

@media (max-width: 1200px) {
  header:not(:has(.background.left)) + * .col-large,
header:not(:has(.background.left)) + * main {
    padding-top: 0;
  }
}
input[type=checkbox].form-control,
input[type=radio].form-control {
  width: auto;
  appearance: auto;
  padding: 0;
}

blockquote, .blockquote,
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

@media (max-width: 767px) {
  h1, .h1 {
    word-break: break-word;
  }
}
article *:where(.h1, .h2, .h3, h1, h2, h3) {
  margin-top: 4rem;
}
article *:where(.h3, .h4, .h5, .h6, h3, h4, h5, h6) {
  margin-bottom: 1rem;
}
article *:where(.h4, .h5, .h6, h4, h5, h6) {
  margin-top: 2.5rem;
}
article *:where(.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6) + *:where(.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6) {
  margin-top: 0;
}
article ul li, article ol li {
  margin-bottom: 0.5rem;
}
article p img.aligncenter,
article p img:not(.alignright):not(.alignleft) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.content-cleanse:not(:has(.shortcode-wrapper)) blockquote, .content-cleanse:not(:has(.shortcode-wrapper)) .blockquote,
.content-cleanse:not(:has(.shortcode-wrapper)) .h1, .content-cleanse:not(:has(.shortcode-wrapper)) .h2, .content-cleanse:not(:has(.shortcode-wrapper)) .h3, .content-cleanse:not(:has(.shortcode-wrapper)) .h4, .content-cleanse:not(:has(.shortcode-wrapper)) .h5, .content-cleanse:not(:has(.shortcode-wrapper)) .h6,
.content-cleanse:not(:has(.shortcode-wrapper)) h1, .content-cleanse:not(:has(.shortcode-wrapper)) h2, .content-cleanse:not(:has(.shortcode-wrapper)) h3, .content-cleanse:not(:has(.shortcode-wrapper)) h4, .content-cleanse:not(:has(.shortcode-wrapper)) h5, .content-cleanse:not(:has(.shortcode-wrapper)) h6 {
  font-weight: 400;
}

blockquote {
  --bs-body-color: ;
  color: var(--bs-body-color);
  position: relative;
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 1.375;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 57px;
  padding-top: 67px;
  position: relative;
}
@media (min-width: 1200px) {
  blockquote {
    font-size: 1.625rem;
  }
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url("/wp-content/themes/Interpulse-child/images/quote.svg") no-repeat center/contain;
  z-index: -1;
  opacity: 0.3;
}

[class*=bg-][class*=text-bg-]:not([class*=pastel]):not([class*=white]):not([class*=none]):not([class*=light]) blockquote:not(.h3, .h4, .h5, .h6):before, [class*=bg-][class*=text-bg-]:not([class*=pastel]):not([class*=white]):not([class*=none]):not([class*=light]) .blockquote:not(.h3, .h4, .h5, .h6):before,
[class*=bg-][class*=text-bg-]:not([class*=pastel]):not([class*=white]):not([class*=none]):not([class*=light]) .h1:not(.h3, .h4, .h5, .h6):before, [class*=bg-][class*=text-bg-]:not([class*=pastel]):not([class*=white]):not([class*=none]):not([class*=light]) .h2:not(.h3, .h4, .h5, .h6):before,
[class*=bg-][class*=text-bg-]:not([class*=pastel]):not([class*=white]):not([class*=none]):not([class*=light]) h1:not(.h3, .h4, .h5, .h6):before, [class*=bg-][class*=text-bg-]:not([class*=pastel]):not([class*=white]):not([class*=none]):not([class*=light]) h2:not(.h3, .h4, .h5, .h6):before {
  background-color: var(--bs-body-color);
}

.checkmark li,
ul > li.checkmark {
  margin-bottom: 1rem;
}

.checkmark li::before,
ul > li.checkmark::before {
  content: "";
  font-family: inherit;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/Interpulse-child/images/check.svg") no-repeat center/contain;
  display: block;
}

.content-cleanse:not(:has(.shortcode-wrapper)) table tr td {
  padding-bottom: 16px;
}

.rellax {
  transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) transform !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}
.animated:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated .animateChild {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  5% {
    -webkit-transform: rotate(7.5deg) scale(1.1);
    transform: rotate(7.5deg) scale(1.1);
  }
  10% {
    -webkit-transform: rotate(15deg) scale(1.1);
    transform: rotate(15deg) scale(1.1);
  }
  20% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
  30% {
    -webkit-transform: rotate(15deg) scale(1.1);
    transform: rotate(15deg) scale(1.1);
  }
  40% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  5% {
    -webkit-transform: rotate(7.5deg) scale(1.1);
    transform: rotate(7.5deg) scale(1.1);
  }
  10% {
    -webkit-transform: rotate(15deg) scale(1.1);
    transform: rotate(15deg) scale(1.1);
  }
  20% {
    -webkit-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);
  }
  30% {
    -webkit-transform: rotate(15deg) scale(1.1);
    transform: rotate(15deg) scale(1.1);
  }
  40% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -8vh, 0);
    transform: translate3d(0, -8vh, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -8vh, 0);
    transform: translate3d(0, -8vh, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8vh, 0, 0);
    transform: translate3d(-8vh, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8vh, 0, 0);
    transform: translate3d(-8vh, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8vh, 0, 0);
    transform: translate3d(8vh, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8vh, 0, 0);
    transform: translate3d(8vh, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 8vh, 0);
    transform: translate3d(0, 8vh, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 8vh, 0);
    transform: translate3d(0, 8vh, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomInSlide {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInSlide {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes animateTopDown {
  from {
    transform: translate3d(0, -150%, 0);
    -webkit-transform: translate3d(0, -150%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animateTopDown {
  from {
    transform: translate3d(0, -150%, 0);
    -webkit-transform: translate3d(0, -150%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes animateBottomUp {
  from {
    transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes animateBottomUp {
  from {
    transform: translate3d(0, 150%, 0);
    -webkit-transform: translate3d(0, 150%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes fill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes blockShadow {
  from {
    box-shadow: 0 0 10px rgba(42, 53, 59, 0);
  }
  to {
    box-shadow: 0 0 10px rgba(42, 53, 59, 0.2);
  }
}
@keyframes blockShadow {
  from {
    box-shadow: 0 0 10px rgba(42, 53, 59, 0);
  }
  to {
    box-shadow: 0 0 10px rgba(42, 53, 59, 0.2);
  }
}
.fadeIn {
  opacity: 0;
}
.fadeIn.animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.fadeInDown {
  opacity: 0;
}
.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInLeft {
  opacity: 0;
}
.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInUp {
  opacity: 0;
}
.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.zoomIn {
  opacity: 0;
}
.zoomIn.animated {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.blockShadow.animated {
  -webkit-animation-name: blockShadow;
  animation-name: blockShadow;
}

a:hover .swing {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: swing;
  animation-name: swing;
  animation-iteration-count: infinite;
}

.animateTopDown {
  overflow: hidden;
  /* link focus not visible, due to overflow: hidden; */
  padding: 3px !important;
  position: relative;
  left: -3px;
  /* link focus not visible, due to overflow: hidden; */
}
.animateTopDown .animateChild {
  transform: translate3d(0, -150%, 0);
  -webkit-transform: translate3d(0, -150%, 0);
  display: block;
}
.animateTopDown.animated .animateChild {
  animation-name: animateTopDown;
  -webkit-animation-name: animateTopDown;
}

.animateBottomUp {
  overflow: hidden;
  display: block;
}
.animateBottomUp .animateChild {
  transform: translate3d(0, 150%, 0);
  -webkit-transform: translate3d(0, 150%, 0);
  display: block;
}
.animateBottomUp.animated .animateChild {
  animation-name: animateBottomUp;
  -webkit-animation-name: animateBottomUp;
}

.delay {
  animation-delay: 0.2s;
}
.delay .animateChild {
  animation-delay: 0.2s;
}
.delay + .delay {
  animation-delay: 0.4s;
}
.delay + .delay .animateChild {
  animation-delay: 0.4s;
}
.delay + .delay + .delay {
  animation-delay: 0.6s;
}
.delay + .delay + .delay .animateChild {
  animation-delay: 0.6s;
}
.delay + .delay + .delay + .delay {
  animation-delay: 0.8s;
}
.delay + .delay + .delay + .delay .animateChild {
  animation-delay: 0.8s;
}
.delay + .delay + .delay + .delay + .delay {
  animation-delay: 1s;
}
.delay + .delay + .delay + .delay + .delay .animateChild {
  animation-delay: 1s;
}
.delay + .delay + .delay + .delay + .delay + .delay {
  animation-delay: 1.2s;
}
.delay + .delay + .delay + .delay + .delay + .delay .animateChild {
  animation-delay: 1.2s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay {
  animation-delay: 1.4s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay .animateChild {
  animation-delay: 1.4s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay {
  animation-delay: 1.6s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay .animateChild {
  animation-delay: 1.6s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay {
  animation-delay: 1.8s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay .animateChild {
  animation-delay: 1.8s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay {
  animation-delay: 2s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay .animateChild {
  animation-delay: 2s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay {
  animation-delay: 2.2s;
}
.delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay + .delay .animateChild {
  animation-delay: 2.2s;
}

.delay-1 {
  animation-delay: 0.2s;
}
.delay-1:before {
  animation-delay: 0.2s !important;
}

.delay-2 {
  animation-delay: 0.4s;
}
.delay-2:before {
  animation-delay: 0.4s !important;
}

.delay-3 {
  animation-delay: 0.6s;
}
.delay-3:before {
  animation-delay: 0.6s !important;
}

.delay-4 {
  animation-delay: 0.8s;
}
.delay-4:before {
  animation-delay: 0.8s !important;
}

.delay-5 {
  animation-delay: 1s;
}
.delay-5:before {
  animation-delay: 1s !important;
}

.delay-6 {
  animation-delay: 1.2s;
}
.delay-6:before {
  animation-delay: 1.2s !important;
}

.delay-7 {
  animation-delay: 1.4s;
}
.delay-7:before {
  animation-delay: 1.4s !important;
}

.delay-8 {
  animation-delay: 1.6s;
}
.delay-8:before {
  animation-delay: 1.6s !important;
}

.delay-9 {
  animation-delay: 1.8s;
}
.delay-9:before {
  animation-delay: 1.8s !important;
}

.delay-10 {
  animation-delay: 2s;
}
.delay-10:before {
  animation-delay: 2s !important;
}

.delay-11 {
  animation-delay: 2.2s;
}
.delay-11:before {
  animation-delay: 2.2s !important;
}

.delay-12 {
  animation-delay: 2.4s;
}
.delay-12:before {
  animation-delay: 2.4s !important;
}

.text-bg-primary {
  --bs-body-color: #000 !important;
  --bs-body-color-rgb: 0, 0, 0 !important;
  --background-color: #faf1d9!important;
  --background-color-rgb: 250, 241, 217!important;
  --background-color-dark: #f7e9c2!important;
  --background-color-dark-rgb: 247, 233, 194!important;
  --bs-link-color: inherit!important;
  --bs-link-color-rgb: inherit!important;
  --bs-link-hover-color: inherit!important;
  --bs-link-hover-color-rgb: inherit!important;
}

.btn-primary {
  --bs-btn-hover-color: #faf1d9;
  --bs-btn-active-color: #faf1d9;
  --bs-btn-disabled-color: #faf1d9;
}

.btn-outline-primary {
  --bs-btn-bg: #faf1d9;
  --bs-btn-hover-color: #faf1d9;
  --bs-btn-active-color: #faf1d9;
  --bs-btn-disabled-color: #faf1d9;
}

.content-cleanse:has(table) {
  overflow-y: hidden;
  overflow-x: auto;
  display: block;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

:where(.col-large, body:not(.single) main) :where(section, .section):not(.has-background):not(.has-background-color) + :where(section, .section):not(.has-background):not(.has-background-color) > .container-fluid, :where(.col-large, body:not(.single) main) :where(section, .section):not(.has-background):not(.has-background-color) + :where(section, .section):not(.has-background):not(.has-background-color) > .container {
  --padding-top-removed: var(--container-padding-top);
  --container-padding-top: 0;
}
:where(.col-large, body:not(.single) main) article.text-bg-t1:not(.has-background):not(.image-slider) + .text-bg-t1:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-t1:not(.has-background):not(.image-slider) + .text-bg-t1:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-t2:not(.has-background):not(.image-slider) + .text-bg-t2:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-t2:not(.has-background):not(.image-slider) + .text-bg-t2:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-t3:not(.has-background):not(.image-slider) + .text-bg-t3:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-t3:not(.has-background):not(.image-slider) + .text-bg-t3:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-t4:not(.has-background):not(.image-slider) + .text-bg-t4:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-t4:not(.has-background):not(.image-slider) + .text-bg-t4:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-t5:not(.has-background):not(.image-slider) + .text-bg-t5:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-t5:not(.has-background):not(.image-slider) + .text-bg-t5:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-t6:not(.has-background):not(.image-slider) + .text-bg-t6:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-t6:not(.has-background):not(.image-slider) + .text-bg-t6:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-t7:not(.has-background):not(.image-slider) + .text-bg-t7:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-t7:not(.has-background):not(.image-slider) + .text-bg-t7:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-t8:not(.has-background):not(.image-slider) + .text-bg-t8:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-t8:not(.has-background):not(.image-slider) + .text-bg-t8:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-none:not(.has-background):not(.image-slider) + .text-bg-none:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-none:not(.has-background):not(.image-slider) + .text-bg-none:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-white:not(.has-background):not(.image-slider) + .text-bg-white:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-white:not(.has-background):not(.image-slider) + .text-bg-white:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-black:not(.has-background):not(.image-slider) + .text-bg-black:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-black:not(.has-background):not(.image-slider) + .text-bg-black:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-primary:not(.has-background):not(.image-slider) + .text-bg-primary:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-primary:not(.has-background):not(.image-slider) + .text-bg-primary:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-primary-pastel:not(.has-background):not(.image-slider) + .text-bg-primary-pastel:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-primary-pastel:not(.has-background):not(.image-slider) + .text-bg-primary-pastel:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-primary-dark:not(.has-background):not(.image-slider) + .text-bg-primary-dark:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-primary-dark:not(.has-background):not(.image-slider) + .text-bg-primary-dark:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-secondary:not(.has-background):not(.image-slider) + .text-bg-secondary:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-secondary:not(.has-background):not(.image-slider) + .text-bg-secondary:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-secondary-pastel:not(.has-background):not(.image-slider) + .text-bg-secondary-pastel:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-secondary-pastel:not(.has-background):not(.image-slider) + .text-bg-secondary-pastel:not(.has-background):not(.image-slider) > .container, :where(.col-large, body:not(.single) main) article.text-bg-secondary-dark:not(.has-background):not(.image-slider) + .text-bg-secondary-dark:not(.has-background):not(.image-slider) > .container-fluid, :where(.col-large, body:not(.single) main) article.text-bg-secondary-dark:not(.has-background):not(.image-slider) + .text-bg-secondary-dark:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-t1:not(.has-background):not(.image-slider) + .text-bg-t1:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-t1:not(.has-background):not(.image-slider) + .text-bg-t1:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-t2:not(.has-background):not(.image-slider) + .text-bg-t2:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-t2:not(.has-background):not(.image-slider) + .text-bg-t2:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-t3:not(.has-background):not(.image-slider) + .text-bg-t3:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-t3:not(.has-background):not(.image-slider) + .text-bg-t3:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-t4:not(.has-background):not(.image-slider) + .text-bg-t4:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-t4:not(.has-background):not(.image-slider) + .text-bg-t4:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-t5:not(.has-background):not(.image-slider) + .text-bg-t5:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-t5:not(.has-background):not(.image-slider) + .text-bg-t5:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-t6:not(.has-background):not(.image-slider) + .text-bg-t6:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-t6:not(.has-background):not(.image-slider) + .text-bg-t6:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-t7:not(.has-background):not(.image-slider) + .text-bg-t7:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-t7:not(.has-background):not(.image-slider) + .text-bg-t7:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-t8:not(.has-background):not(.image-slider) + .text-bg-t8:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-t8:not(.has-background):not(.image-slider) + .text-bg-t8:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-none:not(.has-background):not(.image-slider) + .text-bg-none:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-none:not(.has-background):not(.image-slider) + .text-bg-none:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-white:not(.has-background):not(.image-slider) + .text-bg-white:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-white:not(.has-background):not(.image-slider) + .text-bg-white:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-black:not(.has-background):not(.image-slider) + .text-bg-black:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-black:not(.has-background):not(.image-slider) + .text-bg-black:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-primary:not(.has-background):not(.image-slider) + .text-bg-primary:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-primary:not(.has-background):not(.image-slider) + .text-bg-primary:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-primary-pastel:not(.has-background):not(.image-slider) + .text-bg-primary-pastel:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-primary-pastel:not(.has-background):not(.image-slider) + .text-bg-primary-pastel:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-primary-dark:not(.has-background):not(.image-slider) + .text-bg-primary-dark:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-primary-dark:not(.has-background):not(.image-slider) + .text-bg-primary-dark:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-secondary:not(.has-background):not(.image-slider) + .text-bg-secondary:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-secondary:not(.has-background):not(.image-slider) + .text-bg-secondary:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-secondary-pastel:not(.has-background):not(.image-slider) + .text-bg-secondary-pastel:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-secondary-pastel:not(.has-background):not(.image-slider) + .text-bg-secondary-pastel:not(.has-background):not(.image-slider) > .container,
:where(.col-large, body:not(.single) main) section.text-bg-secondary-dark:not(.has-background):not(.image-slider) + .text-bg-secondary-dark:not(.has-background):not(.image-slider) > .container-fluid,
:where(.col-large, body:not(.single) main) section.text-bg-secondary-dark:not(.has-background):not(.image-slider) + .text-bg-secondary-dark:not(.has-background):not(.image-slider) > .container {
  --padding-top-removed: var(--container-padding-top);
  --container-padding-top: 0;
}

header:not(.background-right) .col-content:not(:has(.content-cleanse)),
section .container div.subcolumn > div > div:not(:has(.content-cleanse)),
section .container div[class*=col-]:not(.subcolumn):not(:has(.content-cleanse)) {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  margin-left: auto;
  margin-right: auto;
}
header:not(.background-right) .col-content:not(:has(.content-cleanse)) > h1, header:not(.background-right) .col-content:not(:has(.content-cleanse)) > h2, header:not(.background-right) .col-content:not(:has(.content-cleanse)) > h3, header:not(.background-right) .col-content:not(:has(.content-cleanse)) > .button-holder,
section .container div.subcolumn > div > div:not(:has(.content-cleanse)) > h1,
section .container div.subcolumn > div > div:not(:has(.content-cleanse)) > h2,
section .container div.subcolumn > div > div:not(:has(.content-cleanse)) > h3,
section .container div.subcolumn > div > div:not(:has(.content-cleanse)) > .button-holder,
section .container div[class*=col-]:not(.subcolumn):not(:has(.content-cleanse)) > h1,
section .container div[class*=col-]:not(.subcolumn):not(:has(.content-cleanse)) > h2,
section .container div[class*=col-]:not(.subcolumn):not(:has(.content-cleanse)) > h3,
section .container div[class*=col-]:not(.subcolumn):not(:has(.content-cleanse)) > .button-holder {
  text-align: center;
}

.expandDiv.active [onclick*=expandDiv] {
  padding-left: 0;
  padding-right: 0;
  right: auto;
}
.expandDiv.active:after {
  background: linear-gradient(to bottom, rgba(var(--background-color-rgb), 0) 0, rgba(var(--background-color-rgb), 1) 76px, rgba(var(--background-color-rgb), 1) 120px);
}
.expandDiv.active:not(.open):after {
  height: 120px;
}

.col-xxs-15 {
  width: 20%;
  flex: 0 0 20%;
}

@media (min-width: 360px) {
  .col-xs-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 576px) {
  .col-sm-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 768px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
.scroll-container,
.scroll-container-right {
  margin-left: calc(var(--container-width) / 2 - 50vw - (var(--container-padding-x)));
  margin-right: calc(var(--container-width) / 2 - 50vw - (var(--container-padding-x)));
  padding-left: calc((var(--container-width) / 2 - 50vw - (var(--container-padding-x))) * -1);
  padding-right: calc((var(--container-width) / 2 - 50vw - (var(--container-padding-x))) * -1);
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: calc(1rem * -1);
  margin-bottom: calc(1rem * -1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: calc(var(--bs-gutter-x) * -1);
  padding-top: calc(var(--bs-gutter-x));
}
.scroll-container > .row,
.scroll-container-right > .row {
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.scroll-container > .row:after,
.scroll-container-right > .row:after {
  content: "";
  flex: 0 0 calc((var(--container-width) / 2 - 50vw - (var(--container-padding-x)) + var(--bs-gutter-x) * 0.5) * -1);
  height: 1px;
  display: block;
}

.scroll-container-right {
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .scroll-container-right,
.mobile-scroll-container {
    margin-left: calc(var(--container-width) / 2 - 50vw - (var(--container-padding-x)));
    margin-right: calc(var(--container-width) / 2 - 50vw - (var(--container-padding-x)));
    padding-left: calc((var(--container-width) / 2 - 50vw - (var(--container-padding-x))) * -1);
    padding-right: calc((var(--container-width) / 2 - 50vw - (var(--container-padding-x))) * -1);
    margin-top: calc(var(--bs-gutter-x) * -1);
    padding-top: calc(var(--bs-gutter-x));
  }
  .scroll-container-right > .row,
.mobile-scroll-container > .row {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .scroll-container-right > .row:after,
.mobile-scroll-container > .row:after {
    content: "";
    flex: 0 0 calc((var(--container-width) / 2 - 50vw - (var(--container-padding-x)) + var(--bs-gutter-x) * 0.5) * -1);
    height: 1px;
    display: block;
  }
}
section [class*=col-] {
  opacity: 0;
}
section [class*=col-].animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
section [class*=col-].animated:nth-of-type(1) {
  animation-delay: 0s;
}
section [class*=col-].animated:nth-of-type(2) {
  animation-delay: 0.25s;
}
section [class*=col-].animated:nth-of-type(3) {
  animation-delay: 0.5s;
}
section [class*=col-].animated:nth-of-type(4) {
  animation-delay: 0.75s;
}
section [class*=col-].animated:nth-of-type(5) {
  animation-delay: 1s;
}
section [class*=col-].animated:nth-of-type(6) {
  animation-delay: 1.25s;
}
section [class*=col-].animated:nth-of-type(7) {
  animation-delay: 1.5s;
}
section [class*=col-].animated:nth-of-type(8) {
  animation-delay: 1.75s;
}
section [class*=col-].animated:nth-of-type(9) {
  animation-delay: 2s;
}
section [class*=col-].animated:nth-of-type(10) {
  animation-delay: 2.25s;
}
section [class*=col-].animated:nth-of-type(11) {
  animation-delay: 2.5s;
}
section [class*=col-].animated:nth-of-type(12) {
  animation-delay: 2.75s;
}
section [class*=col-].animated:nth-of-type(13) {
  animation-delay: 3s;
}
section [class*=col-].animated:nth-of-type(14) {
  animation-delay: 3.25s;
}
section [class*=col-].animated:nth-of-type(15) {
  animation-delay: 3.5s;
}
section [class*=col-].animated:nth-of-type(16) {
  animation-delay: 3.75s;
}
section [class*=col-].animated:nth-of-type(17) {
  animation-delay: 4s;
}
section [class*=col-].animated:nth-of-type(18) {
  animation-delay: 4.25s;
}
section [class*=col-].animated:nth-of-type(19) {
  animation-delay: 4.5s;
}
section [class*=col-].animated:nth-of-type(20) {
  animation-delay: 4.75s;
}

section.timeline .col-image:has(img),
section.iconcolumns .col-image:has(img),
section.text-and-video .col-image:has(img),
section.text-and-image .col-image:has(img) {
  opacity: 0;
}
section.timeline .col-image:has(img).animated,
section.iconcolumns .col-image:has(img).animated,
section.text-and-video .col-image:has(img).animated,
section.text-and-image .col-image:has(img).animated {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

nav.navbar .navbar-brand {
  opacity: 0;
}
nav.navbar .navbar-brand.animated {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

header .background.left {
  opacity: 0;
}
header .background.left.animated {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
header .background.right {
  opacity: 0;
}
header .background.right.animated {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
header [class*=col-].animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
header [class*=col-].animated + * {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

:root {
  --navigation-bottom-height: 108px;
  --navigation-bottom-height-affix-correction: 30px;
  --navigation-bottom-height-affix: calc(var(--navigation-bottom-height) - var(--navigation-bottom-height-affix-correction));
  --navigation-top-height: 0px;
  --navigation-top-height-affix-correction: 0px;
  --navigation-top-height-affix: calc(var(--navigation-top-height) - var(--navigation-top-height-affix-correction));
  --navigation-height: calc(var(--navigation-bottom-height) + var(--navigation-top-height));
  --navigation-height-affix-correction: calc(var(--navigation-bottom-height-affix-correction) + var(--navigation-top-height-affix-correction));
  --navigation-height-affix: calc(var(--navigation-height) - var(--navigation-height-affix-correction));
}

@media (max-width: 576px) {
  :root {
    --navigation-bottom-height: 80px;
    --navigation-bottom-height-affix-correction: 15px;
  }
}
body[class] nav.navbar {
  --background-color: transparent;
  --background-color-affix: #FBF8F1;
  --nav-item-margin-left: 2rem;
  --bs-navbar-color-affix-active: #000;
  --bs-navbar-color-affix-active-hover: #000;
  --nav-link-background-color-affix-active: #F3B005;
  --nav-link-background-color-affix-active-hover: #F3B005;
}
@media (max-width: 1200px) {
  body[class] nav.navbar {
    --nav-item-margin-left: 1.25rem;
  }
  body[class] nav.navbar .container {
    width: 100%;
    max-width: 100%;
  }
}
body[class] nav.navbar .bottom-nav .navbar-brand {
  --bs-navbar-brand-padding-y: 0px;
  --bs-navbar-brand-padding-y-affix: 0px;
  margin-right: 0;
  display: none;
  overflow: visible;
}
body[class] nav.navbar .bottom-nav .navbar-brand a {
  height: calc(100% + 8px);
}
body[class] nav.navbar .bottom-nav .navbar-brand img {
  max-width: none;
}
body[class] nav.navbar .bottom-nav .navbar-collapse .navbar-brand {
  display: block;
  flex: 0 0 auto;
}
body[class] nav.navbar ul.navbar-nav {
  --bs-nav-link-padding-x: 0px;
}
@media (max-width: 991px) {
  body[class] nav.navbar ul.navbar-nav {
    --bs-nav-link-padding-x: 1.25rem;
  }
}
@media (min-width: 991px) {
  body[class] nav.navbar ul.navbar-nav {
    margin-right: var(--nav-item-margin-left);
  }
}
body[class] nav.navbar ul.navbar-nav li.nav-item {
  align-items: center;
}
body[class] nav.navbar ul.navbar-nav li.nav-item [href*="/winkelwagen"] {
  font-size: 0;
  position: relative;
}
body[class] nav.navbar ul.navbar-nav li.nav-item [href*="/winkelwagen"] svg {
  font-size: 1rem;
  margin-left: 0;
}
body[class] nav.navbar ul.navbar-nav li.nav-item [href*="/winkelwagen"] .badge {
  font-size: 11px;
  position: absolute;
  top: 0;
  transform: translate(70%, -10%);
}
@media (max-width: 991px) {
  body[class] nav.navbar ul.navbar-nav li.nav-item [href*="/winkelwagen"] .badge {
    left: 18px;
  }
}
@media (min-width: 991px) {
  body[class] nav.navbar ul.navbar-nav li.nav-item [href*="/winkelwagen"] .badge {
    right: 0;
  }
}
@media (max-width: 991px) {
  body[class] nav.navbar {
    --background-color: transparent;
    --background-color-affix: #fff;
  }
  body[class] nav.navbar .navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
    padding-right: calc(20px + var(--container-padding-x));
    height: var(--navigation-height);
    transition: 0.2s ease all;
  }
  body[class] nav.navbar.affix .navbar-toggler {
    height: var(--navigation-height-affix);
  }
  body[class] nav.navbar .bottom-nav .navbar-brand {
    display: block;
    margin: auto;
    flex-grow: initial;
    flex-basis: initial;
  }
  body[class] nav.navbar .bottom-nav .navbar-collapse .navbar-brand {
    display: none;
  }
  body[class] nav.navbar .bottom-nav .container-fluid,
body[class] nav.navbar .bottom-nav .container {
    display: block;
  }
  body[class] nav.navbar .bottom-nav .container-fluid .navbar-nav > li,
body[class] nav.navbar .bottom-nav .container .navbar-nav > li {
    margin-left: 0;
    margin-bottom: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body[class] nav.navbar .bottom-nav .container-fluid .navbar-nav > li .sub-menu,
body[class] nav.navbar .bottom-nav .container .navbar-nav > li .sub-menu {
    flex: 1 0 100%;
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
  }
}
.navbar-toggler {
  --bs-border-width: 0;
  --bs-border-color: transparent;
  --navbar-toggler-span-color: var(--bs-body-color);
}

section.textcolumns [class*=col-] .has-background,
section.textcolumns [class*=col-] .has-background-color {
  border-radius: 8px 90px 8px 8px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
section.textcolumns [class*=col-] .has-background:has(.shortcode-wrapper .wpcf7),
section.textcolumns [class*=col-] .has-background-color:has(.shortcode-wrapper .wpcf7) {
  border-radius: 8px 8px 90px 8px;
}

section .col-image .image-holder img,
header .col-image .image-holder img {
  object-fit: cover;
}
section .col-image .image-holder img.is-portrait,
header .col-image .image-holder img.is-portrait {
  aspect-ratio: 3/4;
}
section .col-image .image-holder img.is-landscape,
header .col-image .image-holder img.is-landscape {
  aspect-ratio: 4/3;
}
section .col-image .image-holder img.is-square,
header .col-image .image-holder img.is-square {
  aspect-ratio: 1/1;
}

section.textcolumns + section.textcolumns:not(:has(.col-content)) {
  margin-top: calc(var(--container-padding-y) * -1);
}
section.textcolumns + section.textcolumns:not(:has(.col-content)) .row {
  margin-top: calc(var(--bs-gutter-x));
}

section.has-section-shape {
  position: relative;
}
section.has-section-shape .section-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: var(--container-padding-top);
}
section.has-section-shape .section-shape svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  section.text-and-image:not(.has-background-color) .col-image,
section.timeline .col-image {
    order: 9;
  }
}
.social-sharing-icons a[href="https://www.facebook.com/sharer/"] {
  display: none;
}

section.partners .partners .images a,
section.partners .partners .images img {
  --width: 150px;
}

header {
  overflow: hidden;
}
header.background-fade {
  --fade-mid-point: 50%;
}
header.has-background-video.background-fade, header.has-background-video.background-darken, header.has-background-image.background-fade, header.has-background-image.background-darken {
  --background-color: #000;
  --background-color-rgb: 0,0,0;
  --bs-body-color: #fff;
  --bs-body-color-rgb: 255,255,255;
}
header .btn-pause-video {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 9;
}
header .row {
  --bs-gutter-x: var(--container-padding-x);
}
header .col-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .col-content:has(.background.left) {
  min-height: 50vh;
}
header .col-content .background.left {
  left: auto;
  right: calc(100% + var(--container-padding-x));
  top: auto;
  bottom: calc(var(--container-padding-bottom) * -1);
  aspect-ratio: 302/343;
  width: 300px;
}
header .col-content .background.left img {
  border-radius: 0 0 90px 0;
}
header .col-content .background.right {
  left: calc(100% + var(--container-padding-x));
  right: auto;
  bottom: auto;
  top: calc((var(--container-padding-top) - var(--navigation-height)) * -1);
  aspect-ratio: 302/343;
  width: 300px;
}
header .col-content .background.right img {
  border-radius: 0 0 0 90px;
}
header .col-content .background.right:before {
  content: "";
  position: absolute;
  left: calc(var(--bs-gutter-x) * -1);
  bottom: calc(var(--bs-gutter-x) * -1);
  background: url("/wp-content/themes/Interpulse-child/images/image-shape.svg") no-repeat center/contain;
  width: 220px;
  height: 142px;
  z-index: -1;
}
header .col-content .content-cleanse {
  width: 700px;
  max-width: 100%;
  margin: 0 auto 0 0;
}
header .col-content .content-cleanse:has(*[style="text-align: center;"]:last-of-type,
*:last-of-type img.aligncenter,
*[style="text-align: center;"]:first-of-type,
*:first-of-type img.aligncenter) {
  margin: 0 auto;
}
header .col-content .content-cleanse .paragraph:first-child,
header .col-content .content-cleanse p:first-child {
  color: #F3B005;
  font-size: 120%;
}

@media (max-width: 991px) {
  header .col-content:has(.background.left) {
    min-height: 0;
  }
  header .col-content .background.right,
header .col-content .background.left {
    width: 30vw;
  }
  header .col-content .background.right img,
header .col-content .background.left img {
    aspect-ratio: 1/1;
  }
  header .col-content .background.left {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    margin-top: calc(var(--container-padding-y) * 0.75 * -1);
    margin-bottom: 2rem;
    margin-right: auto;
    margin-left: calc(((100vw - var(--container-width)) / 2 + var(--container-padding-x) / 2 + var(--bs-gutter-x) / 2) * -1);
  }
  header .col-content .background.right {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    margin-top: 2rem;
    margin-bottom: calc(var(--container-padding-y) * 0.75 * -1);
    margin-left: auto;
    margin-right: calc(((100vw - var(--container-width)) / 2 + var(--container-padding-x) / 2 + var(--bs-gutter-x) / 2) * -1);
  }
  header .col-content .background.right,
header .col-content .background.left {
    position: relative;
  }
}
@media (max-width: 767px) {
  header .button-holder {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }
  header .button-holder .btn {
    width: 300px;
  }
  header .button-holder + .button-holder {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  header .button-holder {
    flex: 0 0 100%;
    width: 100%;
  }
  header .button-holder .btn {
    width: 100%;
  }
}
footer .footer-top {
  margin-top: 3rem;
  background: transparent !important;
}
footer .footer-top .container,
footer .footer-top .container-fluid {
  background: var(--background-color, #f8f9fa);
  border-radius: 0.5rem;
  --container-padding-y: 45px;
}
footer .footer-top .container form,
footer .footer-top .container-fluid form {
  position: relative;
}
footer .footer-top .contacts {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-top .contacts > li:not(:last-child) {
  margin-right: 0.375rem;
}
footer .footer-top .contacts li {
  margin-top: 1rem;
}
footer .footer-top .contacts li a {
  color: inherit;
  text-decoration: none;
}
footer .footer-top .contacts li a i, footer .footer-top .contacts li a svg path {
  fill: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
footer .footer-top .col-right,
footer .footer-top .col-left {
  --bs-link-color-rgb: none;
}
footer .footer-top .col-right .content-cleanse,
footer .footer-top .col-left .content-cleanse {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-top .col-left {
  border-right: 1px solid #D7CFC1;
}
footer ul.menu > li {
  margin-right: 0.75em;
}
footer ul.menu > li > a {
  font-weight: bold;
}
footer .socials {
  display: flex;
  justify-content: center;
  margin-top: -1rem;
}
footer .socials li + li {
  margin-left: 0.375rem;
}

footer .footer-top:has(.content-cleanse > *[style="text-align: center;"]:last-of-type,
.content-cleanse > *:last-of-type img.aligncenter,
.content-cleanse > *[style="text-align: center;"]:first-of-type,
.content-cleanse > *:first-of-type img.aligncenter) .container > .row {
  justify-content: center;
}
footer .footer-top:has(.content-cleanse > *[style="text-align: center;"]:last-of-type,
.content-cleanse > *:last-of-type img.aligncenter,
.content-cleanse > *[style="text-align: center;"]:first-of-type,
.content-cleanse > *:first-of-type img.aligncenter) .contacts, footer .footer-top:has(.content-cleanse > *[style="text-align: center;"]:last-of-type,
.content-cleanse > *:last-of-type img.aligncenter,
.content-cleanse > *[style="text-align: center;"]:first-of-type,
.content-cleanse > *:first-of-type img.aligncenter) > h3, footer .footer-top:has(.content-cleanse > *[style="text-align: center;"]:last-of-type,
.content-cleanse > *:last-of-type img.aligncenter,
.content-cleanse > *[style="text-align: center;"]:first-of-type,
.content-cleanse > *:first-of-type img.aligncenter) > h2, footer .footer-top:has(.content-cleanse > *[style="text-align: center;"]:last-of-type,
.content-cleanse > *:last-of-type img.aligncenter,
.content-cleanse > *[style="text-align: center;"]:first-of-type,
.content-cleanse > *:first-of-type img.aligncenter) > .contacts li, footer .footer-top:has(.content-cleanse > *[style="text-align: center;"]:last-of-type,
.content-cleanse > *:last-of-type img.aligncenter,
.content-cleanse > *[style="text-align: center;"]:first-of-type,
.content-cleanse > *:first-of-type img.aligncenter) > .button-holder {
  text-align: center;
}

@media (max-width: 767px) {
  footer .footer-top .col-left {
    border-right: 0;
    border-bottom: 1px solid #D7CFC1;
    padding-bottom: calc(var(--gutter-y));
  }
}
@media (max-width: 576px) {
  footer .footer-top .col-right .content-cleanse p,
footer .footer-top .col-left .content-cleanse p {
    display: none;
  }
  footer .footer-top .col-right .content-cleanse p:has(a),
footer .footer-top .col-right .content-cleanse p:has(img),
footer .footer-top .col-left .content-cleanse p:has(a),
footer .footer-top .col-left .content-cleanse p:has(img) {
    display: block;
  }
  footer ul.menu {
    flex-direction: column;
  }
}
.cookiebar .content-cleanse {
  --padding-top: 0.375rem;
}

.wpcf7 .wpcf7-submit {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.wpcf7 [data-status=sent] .wpcf7-response-output {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
  --bs-alert-link-color: #0c4128;
}
.wpcf7 [data-status=sent] .wpcf7-response-output .alert-link {
  color: var(--bs-alert-link-color);
}

.card {
  background-color: white;
  overflow: hidden;
}
.card.card-post {
  border-radius: 8px 8px 60px 8px;
  --bs-card-spacer-x: 1.5rem;
  --bs-card-spacer-y: 1rem;
}
.card.card-post a {
  color: inherit;
}
.card.card-post .read-more {
  color: #FA355B;
}
.card.card-post .h4 {
  font-weight: bold;
}
.card :where(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) a {
  color: inherit;
  text-decoration: none;
}
.card .card-img-top:before {
  padding-top: 52.56%;
}
.card .card-body {
  display: flex;
  flex-direction: column;
}
.card .card-body .button-holder {
  margin-top: auto;
}

main.col-large section.text-bg-white,
main .col-large section.text-bg-white,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white {
  background: transparent !important;
}
@media (min-width: 577px) {
  main.col-large section.text-bg-white.text-and-image .row,
main .col-large section.text-bg-white.text-and-image .row,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white.text-and-image .row {
    --bs-gutter-x: 6rem;
  }
}
main.col-large section.text-bg-white:not(:has(.subcolumn)) .container > *,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .container > *,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .container > * {
  background: white;
  overflow: hidden;
  position: relative;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0px solid var(--bs-border-color-translucent);
  border-radius: 8px 90px 8px 8px;
  margin: 0;
}
main.col-large section.text-bg-white:not(:has(.subcolumn)) .container > *.row-responsive,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .container > *.row-responsive,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .container > *.row-responsive {
  padding-bottom: calc(var(--bs-card-spacer-y) - var(--gutter-y));
}
main.col-large section.text-bg-white:not(:has(.subcolumn)) .row,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row {
  align-items: stretch;
  --bs-gutter-x: var(--bs-card-spacer-x);
}
main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder {
  position: relative;
}
main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder:before,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder:before,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder:before {
  display: none;
}
main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder img,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder img,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder img {
  object-fit: cover;
}
@media (max-width: 991px) {
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder {
    margin-top: calc(var(--bs-card-spacer-y) * -1);
    margin-left: calc(var(--bs-card-spacer-x) * -1);
    margin-right: calc(var(--bs-card-spacer-x) * -1);
  }
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder img,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder img,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-image .image-holder img {
    aspect-ratio: 16/9;
  }
}
@media (min-width: 992px) {
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-content,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-content,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-image {
    display: flex;
  }
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image > *,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image > *,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-image > * {
    width: 100%;
  }
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image > * .image-holder,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image > * .image-holder,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-image > * .image-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: calc(var(--bs-card-spacer-y) * -1);
    margin-bottom: calc(var(--bs-card-spacer-y) * -1);
  }
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image > * .image-holder img,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row .col-image > * .image-holder img,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row .col-image > * .image-holder img {
    height: 100%;
  }
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row.flex-lg-row-reverse .col-image:first-child .image-holder,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row.flex-lg-row-reverse .col-image:first-child .image-holder,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row.flex-lg-row-reverse .col-image:first-child .image-holder {
    margin-right: calc(var(--bs-card-spacer-x) * -1);
    margin-left: 0;
  }
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row.flex-lg-row-reverse .col-image:first-child .image-holder img,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row.flex-lg-row-reverse .col-image:first-child .image-holder img,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row.flex-lg-row-reverse .col-image:first-child .image-holder img {
    border-radius: 0 0 0 90px;
  }
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row:not(.flex-lg-row-reverse) .col-image:first-child .image-holder,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row:not(.flex-lg-row-reverse) .col-image:first-child .image-holder,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row:not(.flex-lg-row-reverse) .col-image:first-child .image-holder {
    margin-left: calc(var(--bs-card-spacer-x) * -1);
  }
  main.col-large section.text-bg-white:not(:has(.subcolumn)) .row:not(.flex-lg-row-reverse) .col-image:first-child .image-holder img,
main .col-large section.text-bg-white:not(:has(.subcolumn)) .row:not(.flex-lg-row-reverse) .col-image:first-child .image-holder img,
main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .row:not(.flex-lg-row-reverse) .col-image:first-child .image-holder img {
    border-radius: 0 0 90px 0;
  }
}

.messagebar .content-cleanse {
  --padding-top: 0.375rem;
}

.btn-round {
  font-size: 1.25rem;
}

.btn:not(.btn-link) {
  font-weight: bold;
}

.btn-secondary {
  --bs-btn-color: #FBF8F1;
  --bs-btn-hover-color: #FBF8F1;
  --bs-btn-focus-color: #FBF8F1;
  --bs-btn-active-color: #FBF8F1;
}
.btn-secondary:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.page-template-blog-overzicht .btn-holder .btn-secondary svg, .page-template-blog-overzicht .btn-holder .btn-secondary:after {
  display: none;
}

.cookiebar .btn {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}

.text-bg-primary .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #F3B005;
  --bs-btn-border-color: #F3B005;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f5bc2b;
  --bs-btn-hover-border-color: #f4b81e;
  --bs-btn-focus-shadow-rgb: 207, 150, 4;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f5c037;
  --bs-btn-active-border-color: #f4b81e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F3B005;
  --bs-btn-disabled-border-color: #F3B005;
}
.text-bg-primary .btn-primary:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-primary-pastel .btn-primary-pastel {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-primary-pastel .btn-primary-pastel:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-secondary .btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-secondary .btn-secondary:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-success .btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-success .btn-success:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-info .btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-info .btn-info:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-warning .btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-warning .btn-warning:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-danger .btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-danger .btn-danger:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-white .btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-white .btn-white:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-black .btn-black {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-black .btn-black:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-light .btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-light .btn-light:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.text-bg-dark .btn-dark {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}
.text-bg-dark .btn-dark:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.btn-white {
  --bs-btn-color: #FA355B;
  --bs-btn-hover-color: #FA355B;
  --bs-btn-focus-color: #FA355B;
  --bs-btn-active-color: #FA355B;
}

.btn-link {
  --bs-btn-color: #FA355B;
  --bs-btn-hover-color: #FA355B;
  --bs-btn-focus-color: #FA355B;
  --bs-btn-active-color: #FA355B;
}

body.woocommerce .site > header h1 {
  display: none;
}

body.woocommerce main.site-main {
  padding-top: 0;
}

bdi {
  font-weight: normal;
}

body[class*=woocommerce] select,
body[class*=woocommerce] textarea,
body[class*=woocommerce] input[type=text],
body[class*=woocommerce] input[type=number],
body[class*=woocommerce] input[type=password],
body[class*=woocommerce] input[type=date],
body[class*=woocommerce] input[type=search],
body[class*=woocommerce] input[type=email] {
  height: 42px;
}
body[class*=woocommerce] textarea {
  min-height: 130px;
}

.woocommerce .products ul, .woocommerce ul.products {
  margin-top: 1rem;
}

.woocommerce-form__label-for-checkbox br,
.wc-backward br,
#add_payment_method .wc-proceed-to-checkout a.checkout-button br, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button br, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button br {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
}

.woocommerce-message {
  --bs-alert-color: white;
  --bs-alert-bg: #FA355B;
  --bs-alert-border-color: #FA355B;
}
.woocommerce-message:before {
  color: #fff;
}

.wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce table.shop_table {
  background: white;
}

@media (min-width: 576px) {
  .cart_totals {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 0px solid var(--bs-border-color-translucent);
    border-radius: 8px 90px 8px 8px;
    background: #fff;
    margin-bottom: var(--bs-card-spacer-y);
  }
}
.cart_totals table.shop_table {
  width: 100% !important;
  margin-bottom: 1rem !important;
}
.cart_totals table.shop_table .quantity {
  display: flex;
}
.cart_totals table.shop_table .quantity .qty {
  margin-left: auto;
}
.cart_totals h2:first-child {
  display: none;
}
.cart_totals h1:last-child, .cart_totals h2:last-child, .cart_totals h3:last-child, .cart_totals h4:last-child, .cart_totals h5:last-child, .cart_totals h6:last-child, .cart_totals p:last-child, .cart_totals ul:last-child, .cart_totals ol:last-child, .cart_totals div:last-child, .cart_totals blockquote:last-child {
  margin-bottom: 0 !important;
}
.cart_totals h1:last-child > *:last-child, .cart_totals h2:last-child > *:last-child, .cart_totals h3:last-child > *:last-child, .cart_totals h4:last-child > *:last-child, .cart_totals h5:last-child > *:last-child, .cart_totals h6:last-child > *:last-child, .cart_totals p:last-child > *:last-child, .cart_totals ul:last-child > *:last-child, .cart_totals ol:last-child > *:last-child, .cart_totals div:last-child > *:last-child, .cart_totals blockquote:last-child > *:last-child {
  margin-bottom: 0 !important;
}
.cart_totals h1:first-child, .cart_totals h2:first-child, .cart_totals h3:first-child, .cart_totals h4:first-child, .cart_totals h5:first-child, .cart_totals h6:first-child, .cart_totals p:first-child, .cart_totals ul:first-child, .cart_totals ol:first-child, .cart_totals div:first-child, .cart_totals blockquote:first-child {
  margin-top: 0 !important;
}
.cart_totals h1:first-child > *:first-child, .cart_totals h2:first-child > *:first-child, .cart_totals h3:first-child > *:first-child, .cart_totals h4:first-child > *:first-child, .cart_totals h5:first-child > *:first-child, .cart_totals h6:first-child > *:first-child, .cart_totals p:first-child > *:first-child, .cart_totals ul:first-child > *:first-child, .cart_totals ol:first-child > *:first-child, .cart_totals div:first-child > *:first-child, .cart_totals blockquote:first-child > *:first-child {
  margin-top: 0 !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: rgba(181, 131, 4, 0.1);
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: rgba(206, 149, 4, 0.1);
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: rgba(206, 149, 4, 0.1);
  top: 0;
  transform: translate(0, -50%);
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-color: rgba(181, 131, 4, 0.5);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, padding 0.15s ease-in-out;
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
  --bs-btn-color: #FA355B;
  --bs-btn-hover-color: #FA355B;
  --bs-btn-focus-color: #FA355B;
  --bs-btn-active-color: #FA355B;
  --bs-btn-disabled-color: #FA355B;
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    transition: none;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.woocommerce-checkout-payment, .woocommerce table.shop_table {
  width: 50%;
}

.woocommerce table.shop_table {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 0;
  border-collapse: collapse;
}
.woocommerce table.shop_table th:first-child,
.woocommerce table.shop_table td:first-child {
  padding-left: 1.5em;
}
.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
  padding-right: 1.5em;
}
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table thead td,
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  padding-top: 1em;
}
.woocommerce table.shop_table tbody:last-child tr:last-child th,
.woocommerce table.shop_table tbody:last-child tr:last-child td {
  padding-bottom: 1em;
}

.woocommerce table.woocommerce-checkout-review-order-table tbody .order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tbody .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table tbody .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table tbody .cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  border-top-width: 2px;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tbody .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .order-total td {
  background-color: #eddfbf;
}
.woocommerce table.woocommerce-checkout-review-order-table tbody .tax-rate bdi,
.woocommerce table.woocommerce-checkout-review-order-table tbody .tax-rate th,
.woocommerce table.woocommerce-checkout-review-order-table tbody .tax-rate td,
.woocommerce table.woocommerce-checkout-review-order-table tbody .woocommerce-shipping-totals bdi,
.woocommerce table.woocommerce-checkout-review-order-table tbody .woocommerce-shipping-totals th,
.woocommerce table.woocommerce-checkout-review-order-table tbody .woocommerce-shipping-totals td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .tax-rate bdi,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .tax-rate th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .tax-rate td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals bdi,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td {
  font-weight: normal;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  background-color: #f3e9d3;
}

.woocommerce-checkout-payment,
.woocommerce table.shop_table {
  width: 48%;
}

.woocommerce table.shop_table {
  float: left;
}

.woocommerce-checkout-payment {
  float: right;
}

@media (max-width: 1500px) {
  .woocommerce-checkout-payment,
.woocommerce table.shop_table,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
  }
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  width: 100%;
  margin-bottom: 0.5rem;
}
.woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
  width: auto;
  flex-grow: 1;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  line-height: inherit;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: normal;
}
.woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce table.shop_table tfoot tr.cart-subtotal th {
  font-weight: bold;
}

.woocommerce-checkout-review-order th.product-total {
  color: white;
}

body.woocommerce-order-received ul.order_details {
  padding: 15px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  background: white;
}
body.woocommerce-order-received ul.order_details li {
  width: 50%;
  margin-bottom: 0.75rem;
  border: 0;
  margin-right: 0;
}
body.woocommerce-order-received table.shop_table {
  float: none;
  width: 100%;
}
body.woocommerce-order-received section.woocommerce-customer-details,
body.woocommerce-order-received section.woocommerce-order-details {
  float: left;
  width: 48%;
}
body.woocommerce-order-received section.woocommerce-customer-details {
  margin-left: 4%;
}
body.woocommerce-order-received section.woocommerce-customer-details address {
  background: rgba(206, 149, 4, 0.1);
  border: 0;
}
@media (max-width: 991px) {
  body.woocommerce-order-received ul.order_details li {
    width: 100%;
  }
  body.woocommerce-order-received section.woocommerce-customer-details,
body.woocommerce-order-received section.woocommerce-order-details {
    float: none;
    width: 100%;
  }
  body.woocommerce-order-received section.woocommerce-customer-details {
    margin-left: 0;
  }
}

.woocommerce-error:not(form .woocommerce-error) {
  font-size: 0px;
}
.woocommerce-error:not(form .woocommerce-error):before {
  font-size: 1rem;
}
.woocommerce-error:not(form .woocommerce-error):after {
  content: "Formulier is onvolledig, vul alle verplichte velden in.";
  font-size: 1rem;
}

.nav-horizontal-scroll {
  margin-bottom: 2rem;
}

.nav-underline {
  --bs-nav-underline-border-width: 3px;
  --bs-nav-link-color: inherit;
}
.nav-underline .nav-link {
  white-space: nowrap;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: #D7CFC1;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  border-bottom-color: #F3B005;
}

@media (max-width: 991px) {
  main .col-large section.has-background-color:not(:has(.subcolumn)) .nav-horizontal-scroll {
    margin-left: calc((var(--bs-card-spacer-x) + var(--bs-gutter-x) * 0.5) * -1);
    margin-right: calc((var(--bs-card-spacer-x) + var(--bs-gutter-x) * 0.5) * -1);
    padding-left: calc(var(--bs-card-spacer-x) + var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-card-spacer-x) + var(--bs-gutter-x) * 0.5);
  }
  main .col-large section.has-background-color:not(:has(.subcolumn)) .nav-horizontal-scroll:before {
    left: 0;
    pointer-events: none;
  }
  main .col-large section.has-background-color:not(:has(.subcolumn)) .nav-horizontal-scroll:after {
    right: 0;
    pointer-events: none;
  }
  main .col-large section.has-background-color:not(:has(.subcolumn)) .nav-horizontal-scroll .nav-underline {
    margin-left: calc((var(--bs-card-spacer-x) + var(--bs-gutter-x) * 0.5) * -1);
    margin-right: calc((var(--bs-card-spacer-x) + var(--bs-gutter-x) * 0.5) * -1);
    --bs-nav-underline-gap: 10px;
  }
  main .col-large section.has-background-color:not(:has(.subcolumn)) .nav-horizontal-scroll .nav-underline .nav-link {
    padding-left: var(--bs-nav-link-padding-x);
    padding-right: var(--bs-nav-link-padding-x);
    border-bottom: 1px solid #D7CFC1 !important;
    border-left: 1px solid #D7CFC1 !important;
    border-right: 1px solid #D7CFC1 !important;
    border-top: 1px solid #D7CFC1 !important;
    margin-bottom: 0.5rem;
    border-radius: 999px;
  }
  main .col-large section.has-background-color:not(:has(.subcolumn)) .nav-horizontal-scroll .nav-underline .nav-link.active,
main .col-large section.has-background-color:not(:has(.subcolumn)) .nav-horizontal-scroll .nav-underline .show > .nav-link {
    border-color: #F3B005 !important;
  }
}
.loader {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #FA355B;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
}
*:has(.loader) {
  position: relative;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border-bottom: 4px solid #F3B005;
  border-left: 4px solid transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#eprov-eakaf3ebls.eprov-widget .thanks,
#eprov-yulkxy0vgj.eprov-widget .thanks,
.shortcode-wrapper .lse-wrapper .thanks {
  margin-top: 1rem;
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative !important;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x) !important;
  margin-bottom: var(--bs-alert-margin-bottom) !important;
  color: var(--bs-alert-color) !important;
  background-color: var(--bs-alert-bg) !important;
  border: var(--bs-alert-border) !important;
  border-radius: var(--bs-alert-border-radius) !important;
}
#eprov-eakaf3ebls.eprov-widget .thanks,
#eprov-yulkxy0vgj.eprov-widget .thanks,
.shortcode-wrapper .lse-wrapper .thanks {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
#eprov-eakaf3ebls.eprov-widget #field-L1IZZ6ocrz,
#eprov-eakaf3ebls.eprov-widget #field-LOuciy2PI4,
#eprov-eakaf3ebls.eprov-widget #field-fUCcBs69bl,
#eprov-eakaf3ebls.eprov-widget #field-V8rbdb2Ohh,
#eprov-yulkxy0vgj.eprov-widget #field-L1IZZ6ocrz,
#eprov-yulkxy0vgj.eprov-widget #field-LOuciy2PI4,
#eprov-yulkxy0vgj.eprov-widget #field-fUCcBs69bl,
#eprov-yulkxy0vgj.eprov-widget #field-V8rbdb2Ohh,
.shortcode-wrapper .lse-wrapper #field-L1IZZ6ocrz,
.shortcode-wrapper .lse-wrapper #field-LOuciy2PI4,
.shortcode-wrapper .lse-wrapper #field-fUCcBs69bl,
.shortcode-wrapper .lse-wrapper #field-V8rbdb2Ohh {
  display: none !important;
}

.shortcode-wrapper .lse-wrapper #field-V8rbdb2Ohh {
  display: none !important;
}
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-xwduoq0mh5,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-eakaf3ebls,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-yulkxy0vgj {
  width: 100% !important;
}
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-xwduoq0mh5 .text:has(.title:empty),
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-eakaf3ebls .text:has(.title:empty),
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-yulkxy0vgj .text:has(.title:empty) {
  display: none !important;
}
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-xwduoq0mh5 .form .button button,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-eakaf3ebls .form .button button,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-yulkxy0vgj .form .button button {
  font-weight: bold !important;
  width: auto !important;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block !important;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
  font-family: var(--bs-btn-font-family) !important;
  font-size: var(--bs-btn-font-size) !important;
  line-height: var(--bs-btn-line-height) !important;
  color: var(--bs-btn-color) !important;
  text-align: center !important;
  text-decoration: !important;
  white-space: !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  user-select: none !important;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color) !important;
  border-radius: var(--bs-btn-border-radius) !important;
  background: var(--bs-btn-bg) !important;
  box-shadow: var(--bs-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, padding 0.15s ease-in-out;
  --bs-btn-color: #000;
  --bs-btn-bg: #FA355B;
  --bs-btn-border-color: #FA355B;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fb5374;
  --bs-btn-hover-border-color: #fb496b;
  --bs-btn-focus-shadow-rgb: 213, 45, 77;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fb5d7c;
  --bs-btn-active-border-color: #fb496b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FA355B;
  --bs-btn-disabled-border-color: #FA355B;
}
@media (prefers-reduced-motion: reduce) {
  .shortcode-wrapper .lse-wrapper .eprov-widget#eprov-xwduoq0mh5 .form .button button,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-eakaf3ebls .form .button button,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-yulkxy0vgj .form .button button {
    transition: none;
  }
}
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-xwduoq0mh5 .form .button button:hover,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-eakaf3ebls .form .button button:hover,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-yulkxy0vgj .form .button button:hover {
  color: var(--bs-btn-hover-color) !important;
  text-decoration: !important;
  background-color: var(--bs-btn-hover-bg) !important;
  border-color: var(--bs-btn-hover-border-color) !important;
}
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-xwduoq0mh5 .form .button button svg,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-eakaf3ebls .form .button button svg,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-yulkxy0vgj .form .button button svg {
  margin-left: 0.375rem;
}
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-xwduoq0mh5 .form .button button,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-eakaf3ebls .form .button button,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-yulkxy0vgj .form .button button {
  --bs-btn-color: #FBF8F1;
  --bs-btn-hover-color: #FBF8F1;
  --bs-btn-focus-color: #FBF8F1;
  --bs-btn-active-color: #FBF8F1;
}
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-xwduoq0mh5 .form .button button:after,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-eakaf3ebls .form .button button:after,
.shortcode-wrapper .lse-wrapper .eprov-widget#eprov-yulkxy0vgj .form .button button:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}

.modal .btn-close {
  background: transparent;
}
.modal .modal-body {
  position: relative;
  background-color: white;
}
.modal .modal-body .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  opacity: 1;
  width: 32px;
  height: 32px;
  border: 1px solid #FA355B;
  color: #FA355B;
  background-color: white;
  border-radius: 999px;
}

header:has(.background.left) + * section.text-and-video:first-child .col-image:not(.subcolumn):not(.no-image-styling).col-right.col-left[class] .image-holder img, header:has(.background.left) + * section.text-and-video:first-child .col-image:not(.subcolumn):not(.no-image-styling).col-right:first-child .image-holder img,
header:has(.background.left) + * section.text-and-image:first-child .col-image:not(.subcolumn):not(.no-image-styling).col-right.col-left[class] .image-holder img,
header:has(.background.left) + * section.text-and-image:first-child .col-image:not(.subcolumn):not(.no-image-styling).col-right:first-child .image-holder img {
  border-radius: 0 90px 0 0;
}
header:has(.background.left) + * section.text-and-video:first-child .col-image:not(.subcolumn):not(.no-image-styling).col-right.col-right[class] .image-holder img, header:has(.background.left) + * section.text-and-video:first-child .col-image:not(.subcolumn):not(.no-image-styling).col-right:not(:first-child) .image-holder img,
header:has(.background.left) + * section.text-and-image:first-child .col-image:not(.subcolumn):not(.no-image-styling).col-right.col-right[class] .image-holder img,
header:has(.background.left) + * section.text-and-image:first-child .col-image:not(.subcolumn):not(.no-image-styling).col-right:not(:first-child) .image-holder img {
  border-radius: 90px 0 0 0;
}

section.linkcolumns.has-background-color.text-bg-white .row.row-responsive,
section.timeline.has-background-color.text-bg-white .row.row-responsive,
section.iconcolumns.has-background-color.text-bg-white .row.row-responsive,
section.text-and-video.has-background-color.text-bg-white .row.row-responsive,
section.text-and-image.has-background-color.text-bg-white .row.row-responsive {
  --gutter-y: 1rem;
}
section.linkcolumns.has-background-color.text-bg-white + section.linkcolumns.has-background-color, section.linkcolumns.has-background-color.text-bg-white + section.timeline.has-background-color, section.linkcolumns.has-background-color.text-bg-white + section.iconcolumns.has-background-color, section.linkcolumns.has-background-color.text-bg-white + section.text-and-video.has-background-color, section.linkcolumns.has-background-color.text-bg-white + section.text-and-image.has-background-color,
section.timeline.has-background-color.text-bg-white + section.linkcolumns.has-background-color,
section.timeline.has-background-color.text-bg-white + section.timeline.has-background-color,
section.timeline.has-background-color.text-bg-white + section.iconcolumns.has-background-color,
section.timeline.has-background-color.text-bg-white + section.text-and-video.has-background-color,
section.timeline.has-background-color.text-bg-white + section.text-and-image.has-background-color,
section.iconcolumns.has-background-color.text-bg-white + section.linkcolumns.has-background-color,
section.iconcolumns.has-background-color.text-bg-white + section.timeline.has-background-color,
section.iconcolumns.has-background-color.text-bg-white + section.iconcolumns.has-background-color,
section.iconcolumns.has-background-color.text-bg-white + section.text-and-video.has-background-color,
section.iconcolumns.has-background-color.text-bg-white + section.text-and-image.has-background-color,
section.text-and-video.has-background-color.text-bg-white + section.linkcolumns.has-background-color,
section.text-and-video.has-background-color.text-bg-white + section.timeline.has-background-color,
section.text-and-video.has-background-color.text-bg-white + section.iconcolumns.has-background-color,
section.text-and-video.has-background-color.text-bg-white + section.text-and-video.has-background-color,
section.text-and-video.has-background-color.text-bg-white + section.text-and-image.has-background-color,
section.text-and-image.has-background-color.text-bg-white + section.linkcolumns.has-background-color,
section.text-and-image.has-background-color.text-bg-white + section.timeline.has-background-color,
section.text-and-image.has-background-color.text-bg-white + section.iconcolumns.has-background-color,
section.text-and-image.has-background-color.text-bg-white + section.text-and-video.has-background-color,
section.text-and-image.has-background-color.text-bg-white + section.text-and-image.has-background-color {
  margin-top: calc(var(--container-padding-y) * -1);
  padding-top: calc(var(--container-padding-y) * 0.5);
}
section.linkcolumns.has-background-color.text-bg-white.text-bg-white + section.text-bg-none,
section.timeline.has-background-color.text-bg-white.text-bg-white + section.text-bg-none,
section.iconcolumns.has-background-color.text-bg-white.text-bg-white + section.text-bg-none,
section.text-and-video.has-background-color.text-bg-white.text-bg-white + section.text-bg-none,
section.text-and-image.has-background-color.text-bg-white.text-bg-white + section.text-bg-none {
  margin-top: calc(var(--container-padding-y) * -1);
  padding-top: calc(var(--container-padding-y) * 0.5);
}
section.linkcolumns.has-background-color.text-bg-white.text-bg-white + section.text-bg-none .container,
section.timeline.has-background-color.text-bg-white.text-bg-white + section.text-bg-none .container,
section.iconcolumns.has-background-color.text-bg-white.text-bg-white + section.text-bg-none .container,
section.text-and-video.has-background-color.text-bg-white.text-bg-white + section.text-bg-none .container,
section.text-and-image.has-background-color.text-bg-white.text-bg-white + section.text-bg-none .container {
  --padding-top-removed: var(--container-padding-top);
  --container-padding-top: 0;
}
section.linkcolumns.has-background-color.text-bg-white.text-bg-white + section.text-bg-none.has-background-color:not(.text-bg-white), section.linkcolumns.has-background-color.text-bg-white.text-bg-white + section.linkcolumns.has-background-color:not(.text-bg-white), section.linkcolumns.has-background-color.text-bg-white.text-bg-white + section.timeline.has-background-color:not(.text-bg-white), section.linkcolumns.has-background-color.text-bg-white.text-bg-white + section.iconcolumns.has-background-color:not(.text-bg-white), section.linkcolumns.has-background-color.text-bg-white.text-bg-white + section.text-and-video.has-background-color:not(.text-bg-white), section.linkcolumns.has-background-color.text-bg-white.text-bg-white + section.text-and-image.has-background-color:not(.text-bg-white),
section.timeline.has-background-color.text-bg-white.text-bg-white + section.text-bg-none.has-background-color:not(.text-bg-white),
section.timeline.has-background-color.text-bg-white.text-bg-white + section.linkcolumns.has-background-color:not(.text-bg-white),
section.timeline.has-background-color.text-bg-white.text-bg-white + section.timeline.has-background-color:not(.text-bg-white),
section.timeline.has-background-color.text-bg-white.text-bg-white + section.iconcolumns.has-background-color:not(.text-bg-white),
section.timeline.has-background-color.text-bg-white.text-bg-white + section.text-and-video.has-background-color:not(.text-bg-white),
section.timeline.has-background-color.text-bg-white.text-bg-white + section.text-and-image.has-background-color:not(.text-bg-white),
section.iconcolumns.has-background-color.text-bg-white.text-bg-white + section.text-bg-none.has-background-color:not(.text-bg-white),
section.iconcolumns.has-background-color.text-bg-white.text-bg-white + section.linkcolumns.has-background-color:not(.text-bg-white),
section.iconcolumns.has-background-color.text-bg-white.text-bg-white + section.timeline.has-background-color:not(.text-bg-white),
section.iconcolumns.has-background-color.text-bg-white.text-bg-white + section.iconcolumns.has-background-color:not(.text-bg-white),
section.iconcolumns.has-background-color.text-bg-white.text-bg-white + section.text-and-video.has-background-color:not(.text-bg-white),
section.iconcolumns.has-background-color.text-bg-white.text-bg-white + section.text-and-image.has-background-color:not(.text-bg-white),
section.text-and-video.has-background-color.text-bg-white.text-bg-white + section.text-bg-none.has-background-color:not(.text-bg-white),
section.text-and-video.has-background-color.text-bg-white.text-bg-white + section.linkcolumns.has-background-color:not(.text-bg-white),
section.text-and-video.has-background-color.text-bg-white.text-bg-white + section.timeline.has-background-color:not(.text-bg-white),
section.text-and-video.has-background-color.text-bg-white.text-bg-white + section.iconcolumns.has-background-color:not(.text-bg-white),
section.text-and-video.has-background-color.text-bg-white.text-bg-white + section.text-and-video.has-background-color:not(.text-bg-white),
section.text-and-video.has-background-color.text-bg-white.text-bg-white + section.text-and-image.has-background-color:not(.text-bg-white),
section.text-and-image.has-background-color.text-bg-white.text-bg-white + section.text-bg-none.has-background-color:not(.text-bg-white),
section.text-and-image.has-background-color.text-bg-white.text-bg-white + section.linkcolumns.has-background-color:not(.text-bg-white),
section.text-and-image.has-background-color.text-bg-white.text-bg-white + section.timeline.has-background-color:not(.text-bg-white),
section.text-and-image.has-background-color.text-bg-white.text-bg-white + section.iconcolumns.has-background-color:not(.text-bg-white),
section.text-and-image.has-background-color.text-bg-white.text-bg-white + section.text-and-video.has-background-color:not(.text-bg-white),
section.text-and-image.has-background-color.text-bg-white.text-bg-white + section.text-and-image.has-background-color:not(.text-bg-white) {
  margin-top: 0;
  padding-top: 0;
}

section.timeline .container,
section.iconcolumns .container,
section.image-slider .container,
section.text-and-video .container,
section.text-and-image .container {
  --bs-gutter-x: 5rem;
}
section.timeline .row,
section.iconcolumns .row,
section.image-slider .row,
section.text-and-video .row,
section.text-and-image .row {
  --bs-gutter-x: 5rem;
}
section.timeline .col-image:not(.subcolumn):not(.no-image-styling) .image-holder,
section.iconcolumns .col-image:not(.subcolumn):not(.no-image-styling) .image-holder,
section.image-slider .col-image:not(.subcolumn):not(.no-image-styling) .image-holder,
section.text-and-video .col-image:not(.subcolumn):not(.no-image-styling) .image-holder,
section.text-and-image .col-image:not(.subcolumn):not(.no-image-styling) .image-holder {
  position: relative;
  margin-left: 0;
  z-index: 0;
}
section.timeline .col-image:not(.subcolumn):not(.no-image-styling) .image-holder:before,
section.iconcolumns .col-image:not(.subcolumn):not(.no-image-styling) .image-holder:before,
section.image-slider .col-image:not(.subcolumn):not(.no-image-styling) .image-holder:before,
section.text-and-video .col-image:not(.subcolumn):not(.no-image-styling) .image-holder:before,
section.text-and-image .col-image:not(.subcolumn):not(.no-image-styling) .image-holder:before {
  content: "";
  position: absolute;
  left: -5.5rem;
  bottom: -4.125rem;
  background: url("/wp-content/themes/Interpulse-child/images/image-shape.svg") no-repeat center/contain;
  width: 220px;
  height: 142px;
  z-index: -1;
}
section.timeline .col-image:not(.subcolumn):not(.no-image-styling) .image-holder > iframe,
section.iconcolumns .col-image:not(.subcolumn):not(.no-image-styling) .image-holder > iframe,
section.image-slider .col-image:not(.subcolumn):not(.no-image-styling) .image-holder > iframe,
section.text-and-video .col-image:not(.subcolumn):not(.no-image-styling) .image-holder > iframe,
section.text-and-image .col-image:not(.subcolumn):not(.no-image-styling) .image-holder > iframe {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
  border-radius: 90px;
  background: var(--background-color);
}
@media (min-width: 991px) {
  section.timeline .col-image:not(.subcolumn):not(.no-image-styling).col-left[class] .image-holder img, section.timeline .col-image:not(.subcolumn):not(.no-image-styling):first-child .image-holder img,
section.iconcolumns .col-image:not(.subcolumn):not(.no-image-styling).col-left[class] .image-holder img,
section.iconcolumns .col-image:not(.subcolumn):not(.no-image-styling):first-child .image-holder img,
section.image-slider .col-image:not(.subcolumn):not(.no-image-styling).col-left[class] .image-holder img,
section.image-slider .col-image:not(.subcolumn):not(.no-image-styling):first-child .image-holder img,
section.text-and-video .col-image:not(.subcolumn):not(.no-image-styling).col-left[class] .image-holder img,
section.text-and-video .col-image:not(.subcolumn):not(.no-image-styling):first-child .image-holder img,
section.text-and-image .col-image:not(.subcolumn):not(.no-image-styling).col-left[class] .image-holder img,
section.text-and-image .col-image:not(.subcolumn):not(.no-image-styling):first-child .image-holder img {
    border-radius: 0px 0px 90px 0px;
  }
  section.timeline .col-image:not(.subcolumn):not(.no-image-styling).col-right[class] .image-holder img, section.timeline .col-image:not(.subcolumn):not(.no-image-styling):not(:first-child) .image-holder img,
section.iconcolumns .col-image:not(.subcolumn):not(.no-image-styling).col-right[class] .image-holder img,
section.iconcolumns .col-image:not(.subcolumn):not(.no-image-styling):not(:first-child) .image-holder img,
section.image-slider .col-image:not(.subcolumn):not(.no-image-styling).col-right[class] .image-holder img,
section.image-slider .col-image:not(.subcolumn):not(.no-image-styling):not(:first-child) .image-holder img,
section.text-and-video .col-image:not(.subcolumn):not(.no-image-styling).col-right[class] .image-holder img,
section.text-and-video .col-image:not(.subcolumn):not(.no-image-styling):not(:first-child) .image-holder img,
section.text-and-image .col-image:not(.subcolumn):not(.no-image-styling).col-right[class] .image-holder img,
section.text-and-image .col-image:not(.subcolumn):not(.no-image-styling):not(:first-child) .image-holder img {
    border-radius: 0px 0px 0px 90px;
  }
}

section.posts .button-holder {
  margin: calc(var(--bs-gutter-x)) 0 0.375rem auto;
  position: static;
  width: auto;
}
section.posts .swiper .col-auto {
  margin-left: 0 !important;
}
section.posts .swiper .col-auto:has(.swiper-button-prev) {
  margin-right: 0 !important;
}

@media (max-width: 576px) {
  .button-holder {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  header:has(.background.left) section.iconcolumns .col-image:not(:first-child) {
    margin-top: calc(var(--container-padding-top) * 1.5 * -1);
  }
}

section.iconcolumns .col-image:not(:first-child) img {
  border-radius: 90px 0 0 0;
}
section.iconcolumns .subcolumn {
  text-align: center;
}
section.iconcolumns .subcolumn .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
}
section.iconcolumns .subcolumn .icon img {
  object-fit: contain;
}
section.iconcolumns .subcolumn h3,
section.iconcolumns .subcolumn h2 {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5em;
  vertical-align: middle;
}
section.iconcolumns .subcolumn .content-cleanse {
  margin-top: 1rem;
}
section.iconcolumns .subcolumn .content-cleanse h3,
section.iconcolumns .subcolumn .content-cleanse h2 {
  margin-left: 0;
  vertical-align: baseline;
  display: block;
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  section.iconcolumns .col-image {
    display: none;
  }
}
section.linkcolumns .row {
  --bs-gutter-x: calc(var(--container-padding-y) * 0.5);
}

ul.timeline {
  list-style-type: none;
  padding: 0;
}
ul.timeline li {
  padding-left: 90px;
  position: relative;
  padding-bottom: 60px;
}
ul.timeline li:before {
  content: "";
  position: absolute;
  left: 29.5px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed #b8aa91;
}
ul.timeline li:last-child {
  padding-bottom: 0;
}
ul.timeline li:last-child:before {
  display: none;
}
ul.timeline li .icon {
  background: var(--background-color);
  color: #FBF8F1;
  heighT: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  position: absolute;
  left: -10px;
  top: calc((10px + 70px / 4) * -1);
  border: 10px solid var(--background-color);
}
ul.timeline li .icon:not(:has(img)) {
  border-radius: 50%;
  background: #F3B005;
}

@media (max-width: 991px) {
  ul.timeline li {
    padding-left: 114px;
    padding-bottom: 50px;
  }
  ul.timeline li:before {
    left: 38.5px;
    border-left: 1px dashed #b8aa91;
  }
  ul.timeline li:last-child:before {
    display: none;
  }
  ul.timeline li .icon {
    heighT: 102px;
    width: 102px;
    font-size: 36px;
    border: 12px solid var(--background-color);
    left: -12px;
    top: calc((12px + 90px / 4) * -1);
  }
}
@media (max-width: 576px) {
  ul.timeline li {
    padding-left: 57px;
    padding-bottom: 50px;
  }
  ul.timeline li:before {
    left: 21px;
    border-left: 1px dashed #b8aa91;
  }
  ul.timeline li:last-child:before {
    display: none;
  }
  ul.timeline li .icon {
    heighT: 57px;
    width: 57px;
    font-size: 20px;
    border: 7px solid var(--background-color);
    left: -7px;
    top: calc((7px + 50px / 4) * -1);
  }
}
@media (max-width: 576px) {
  section.timeline .col-image {
    display: none;
  }
}
section.quote-row .container {
  padding-top: var(--container-padding-top) !important;
  border-radius: 8px 8px 90px 8px;
  overflow: hidden;
  background: var(--background-color);
}
section.quote-row .container:has(.background) {
  color: #fff;
}
section.quote-row .container .background:after {
  content: "";
  background: rgba(45, 30, 6, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.quote-row .container .quote {
  width: 800px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 576px) {
  section.quote-row {
    padding-left: var(--container-padding-x);
    padding-right: var(--container-padding-x);
  }
}

main:has(section.text-bg-primary + section.quote-row) section.quote-row.text-bg-none {
  position: relative;
}
main:has(section.text-bg-primary + section.quote-row) section.quote-row.text-bg-none:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  max-height: 50%;
  width: 100%;
  background: #faf1d9;
  z-index: -1;
}

section.image-slider .swiper-slide > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 75vh;
}

section.image-slider .swiper-pagination,
section.image-slider-cards .swiper-pagination {
  position: relative;
  margin-top: 1rem;
  width: auto !important;
}
@media (min-width: 577px) {
  section.image-slider .swiper,
section.image-slider-cards .swiper {
    --indent: ( ((100vw - var(--container-width)) / 2) + (var(--container-padding-x) - var(--bs-gutter-x)*0.5 ));
    margin-left: calc(var(--indent) * -1);
    margin-right: calc(var(--indent) * -1);
    padding-left: var(--container-padding-x);
    padding-right: var(--container-padding-x);
  }
  section.image-slider .swiper .swiper-slide,
section.image-slider-cards .swiper .swiper-slide {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    background: transparent;
  }
  section.image-slider .swiper-horizontal > .swiper-pagination-progressbar,
section.image-slider .swiper-pagination-progressbar.swiper-pagination-horizontal, section.image-slider .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, section.image-slider .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
section.image-slider-cards .swiper-horizontal > .swiper-pagination-progressbar,
section.image-slider-cards .swiper-pagination-progressbar.swiper-pagination-horizontal,
section.image-slider-cards .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
section.image-slider-cards .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    margin-left: var(--container-padding-x);
    margin-right: var(--container-padding-x);
  }
  section.image-slider .swiper-button-next,
section.image-slider-cards .swiper-button-next {
    right: var(--container-padding-x);
  }
  section.image-slider .swiper-button-prev,
section.image-slider-cards .swiper-button-prev {
    left: var(--container-padding-x);
  }
}
@media (max-width: 576px) {
  section.image-slider .swiper,
section.image-slider-cards .swiper {
    margin-left: calc(var(--container-padding-x) * -1);
    margin-right: calc(var(--container-padding-x) * -1);
    padding-left: var(--container-padding-x);
    padding-right: var(--container-padding-x);
  }
  section.image-slider .swiper .swiper-slide,
section.image-slider-cards .swiper .swiper-slide {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    background: transparent;
  }
  section.image-slider .swiper-horizontal > .swiper-pagination-progressbar,
section.image-slider .swiper-pagination-progressbar.swiper-pagination-horizontal, section.image-slider .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, section.image-slider .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
section.image-slider-cards .swiper-horizontal > .swiper-pagination-progressbar,
section.image-slider-cards .swiper-pagination-progressbar.swiper-pagination-horizontal,
section.image-slider-cards .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
section.image-slider-cards .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    margin-left: var(--container-padding-x);
    margin-right: var(--container-padding-x);
  }
  section.image-slider .swiper-button-next,
section.image-slider-cards .swiper-button-next {
    right: var(--container-padding-x);
  }
  section.image-slider .swiper-button-prev,
section.image-slider-cards .swiper-button-prev {
    left: var(--container-padding-x);
  }
  section.image-slider .swiper-button-next, section.image-slider .swiper-button-prev,
section.image-slider-cards .swiper-button-next,
section.image-slider-cards .swiper-button-prev {
    margin-top: 8px;
    position: relative;
  }
  section.image-slider .swiper-button-next,
section.image-slider-cards .swiper-button-next {
    float: right;
  }
}

section.tabcolumns .nav-underline {
  --bs-nav-underline-gap: 20px ;
}

section.toolkit {
  overflow: hidden;
}
section.toolkit .swiper.swiper-default {
  margin-right: calc(((100vw - var(--container-width)) / 2 + var(--container-padding-x) / 2 + var(--bs-gutter-x)) * -1);
  margin-left: calc(((100vw - var(--container-width)) / 2 + var(--container-padding-x) / 2 + var(--bs-gutter-x)) * -1);
  padding-right: calc((100vw - var(--container-width)) / 2 + var(--container-padding-x) / 2 + var(--bs-gutter-x));
  padding-left: calc((100vw - var(--container-width)) / 2 + var(--container-padding-x) / 2 + var(--bs-gutter-x));
  padding-bottom: 1rem;
}
section.toolkit .swiper.swiper-default .swiper-horizontal > .swiper-pagination-bullets, section.toolkit .swiper.swiper-default .swiper-pagination-bullets.swiper-pagination-horizontal, section.toolkit .swiper.swiper-default .swiper-pagination-custom, section.toolkit .swiper.swiper-default .swiper-pagination-fraction {
  bottom: 0;
}
section.toolkit .swiper.swiper-default .swiper-button-prev, section.toolkit .swiper.swiper-default .swiper-rtl .swiper-button-next {
  left: 20px;
}
section.toolkit .swiper.swiper-default .swiper-button-next, section.toolkit .swiper.swiper-default .swiper-rtl .swiper-button-prev {
  right: 20px;
}

body.single .h1, body.single .h2, body.single .h3, body.single .h4, body.single .h5, body.single .h6,
body.single h1, body.single h2, body.single h3, body.single h4, body.single h5, body.single h6 {
  font-weight: bold;
}
body.single header [class*=col-].col-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: initial;
}
body.single header [class*=col-].col-details .post-date {
  font-weight: bold;
}
body.single header [class*=col-].col-details .author .avatar {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  margin-right: 0.375rem;
}
body.single header [class*=col-].col-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: initial;
}
body.single .post-image {
  position: relative;
  z-index: 1;
  margin-bottom: calc(var(--container-padding-y) * 0.5);
  aspect-ratio: 302/343;
  border-radius: 0 0 0 90px;
  overflow: hidden;
}

.has-sidebar-grid main.col-large-capped,
.has-sidebar-grid .col-large.col-large-capped,
.has-sidebar main.col-large-capped,
.has-sidebar .col-large.col-large-capped {
  flex: 0 0 calc(var(--container-width) - 7% - var(--container-padding-left) - var(--container-padding-right) - var(--col-small-size));
  margin-right: auto;
}

body.has-1-columns .has-sidebar-grid:has(.col-large.col-large-capped) main,
body.has-1-columns .has-sidebar-grid:has(.col-large.col-large-capped) .col-large,
body.has-1-columns .has-sidebar-grid:has(.col-large.col-large-capped) aside,
body.has-1-columns .has-sidebar-grid:has(.col-large.col-large-capped) .col-small,
body.has-1-columns .has-sidebar:has(.col-large.col-large-capped) main,
body.has-1-columns .has-sidebar:has(.col-large.col-large-capped) .col-large,
body.has-1-columns .has-sidebar:has(.col-large.col-large-capped) aside,
body.has-1-columns .has-sidebar:has(.col-large.col-large-capped) .col-small {
  flex: 0 0 calc(var(--container-width) - 7% - var(--container-padding-left) - var(--container-padding-right) - var(--col-small-size));
}

.has-sidebar-grid .container-grid {
  --container-padding-y: 45px;
}
.has-sidebar-grid main,
.has-sidebar-grid .col-large,
.has-sidebar-grid aside,
.has-sidebar-grid .col-small {
  padding-top: var(--container-padding-top);
  padding-bottom: var(--container-padding-bottom);
}

.has-sidebar-grid .col-small .social-sharing-icons,
.has-sidebar .col-small .social-sharing-icons {
  justify-content: center;
}
.has-sidebar-grid .col-small section.has-background-color,
.has-sidebar-grid .col-small .section.has-background-color,
.has-sidebar .col-small section.has-background-color,
.has-sidebar .col-small .section.has-background-color {
  background: transparent !important;
  margin-bottom: var(--bs-card-spacer-y);
  margin-left: 0;
  margin-right: 0;
}
.has-sidebar-grid .col-small section.has-background-color:not(:last-child),
.has-sidebar-grid .col-small .section.has-background-color:not(:last-child),
.has-sidebar .col-small section.has-background-color:not(:last-child),
.has-sidebar .col-small .section.has-background-color:not(:last-child) {
  margin-bottom: var(--bs-card-spacer-y);
}
.has-sidebar-grid .col-small section.has-background-color > .container,
.has-sidebar-grid .col-small .section.has-background-color > .container,
.has-sidebar .col-small section.has-background-color > .container,
.has-sidebar .col-small .section.has-background-color > .container {
  --container-padding-x: var(--bs-card-spacer-x);
  --container-padding-y: var(--bs-card-spacer-y);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0px solid var(--bs-border-color-translucent);
  border-radius: 8px 90px 8px 8px;
  margin-left: 0;
  margin-right: 0;
  background: var(--background-color);
}
.has-sidebar-grid .col-small section.has-background-color > .container .content-cleanse,
.has-sidebar-grid .col-small .section.has-background-color > .container .content-cleanse,
.has-sidebar .col-small section.has-background-color > .container .content-cleanse,
.has-sidebar .col-small .section.has-background-color > .container .content-cleanse {
  margin-left: calc(var(--container-padding-left) * -1);
  margin-right: calc(var(--container-padding-right) * -1);
  padding-left: var(--container-padding-left);
  padding-right: var(--container-padding-right);
}
.has-sidebar-grid .col-small section.has-background-color > .container h2, .has-sidebar-grid .col-small section.has-background-color > .container h3, .has-sidebar-grid .col-small section.has-background-color > .container h4, .has-sidebar-grid .col-small section.has-background-color > .container h5, .has-sidebar-grid .col-small section.has-background-color > .container h6,
.has-sidebar-grid .col-small .section.has-background-color > .container h2,
.has-sidebar-grid .col-small .section.has-background-color > .container h3,
.has-sidebar-grid .col-small .section.has-background-color > .container h4,
.has-sidebar-grid .col-small .section.has-background-color > .container h5,
.has-sidebar-grid .col-small .section.has-background-color > .container h6,
.has-sidebar .col-small section.has-background-color > .container h2,
.has-sidebar .col-small section.has-background-color > .container h3,
.has-sidebar .col-small section.has-background-color > .container h4,
.has-sidebar .col-small section.has-background-color > .container h5,
.has-sidebar .col-small section.has-background-color > .container h6,
.has-sidebar .col-small .section.has-background-color > .container h2,
.has-sidebar .col-small .section.has-background-color > .container h3,
.has-sidebar .col-small .section.has-background-color > .container h4,
.has-sidebar .col-small .section.has-background-color > .container h5,
.has-sidebar .col-small .section.has-background-color > .container h6 {
  font-weight: bold;
  margin-left: calc(var(--container-padding-left) * -1);
  margin-right: calc(var(--container-padding-right) * -1);
  padding-left: var(--container-padding-left);
  padding-right: var(--container-padding-right);
  margin-bottom: calc(var(--container-padding-y) * 0.75);
  padding-bottom: calc(var(--container-padding-y) * 0.75);
  border-bottom: 1px solid #D7CFC1;
}
.has-sidebar-grid .col-small section.has-background-color .button-holder .btn,
.has-sidebar-grid .col-small .section.has-background-color .button-holder .btn,
.has-sidebar .col-small section.has-background-color .button-holder .btn,
.has-sidebar .col-small .section.has-background-color .button-holder .btn {
  width: 100%;
}
.has-sidebar-grid .col-small section:last-child,
.has-sidebar-grid .col-small .section:last-child,
.has-sidebar .col-small section:last-child,
.has-sidebar .col-small .section:last-child {
  margin-bottom: 0;
}
@media (min-width: 1201px) {
  .has-sidebar-grid,
.has-sidebar {
    --col-small-size: 33.33%;
  }
}
@media (max-width: 1200px) {
  .has-sidebar-grid .col-small.sticky,
.has-sidebar .col-small.sticky {
    position: static;
  }
}
body.page-template-training .col-small section.text-bg-white .container,
body.page-template-training .col-small .section.text-bg-white .container,
body.page-template-training main.col-large section.text-bg-white:not(:has(.subcolumn)) .container > *,
body.page-template-training main .col-large section.text-bg-white:not(:has(.subcolumn)) .container > *,
body.page-template-training main:not(.has-sidebar):not(.has-sidebar-grid) section.text-bg-white:not(:has(.subcolumn)) .container > *,
body.page-template-training .card {
  border-radius: 1rem;
}
body.page-template-training header .post-image {
  display: none;
}
@media (max-width: 1200px) {
  body.page-template-training header .post-image {
    display: block;
  }
  body.page-template-training main section:has(.post-image) {
    display: none;
  }
}
body.page-template-training .post-image {
  aspect-ratio: 780/400;
  border-radius: 1rem;
  overflow: hidden;
}
body.page-template-training .post-image:before {
  display: none;
}
@media (max-width: 576px) {
  body.page-template-training .post-image {
    margin-left: calc(var(--container-padding-x) * -1);
    margin-right: calc(var(--container-padding-x) * -1);
    border-radius: 0 !important;
    margin-top: calc(var(--container-padding-y) * 0.75 + var(--container-padding-y) * 0.5);
    margin-bottom: calc(var(--container-padding-y) * -1);
  }
}
body.page-template-training .has-sidebar-grid .col-small section.has-background-color .button-holder .btn,
body.page-template-training .has-sidebar-grid .col-small .section.has-background-color .button-holder .btn,
body.page-template-training .has-sidebar .col-small section.has-background-color .button-holder .btn,
body.page-template-training .has-sidebar .col-small .section.has-background-color .button-holder .btn {
  width: 100%;
}
@media (max-width: 1200px) {
  body.page-template-training .has-sidebar-grid aside section:not(:first-child),
body.page-template-training .has-sidebar-grid .col-small section:not(:first-child),
body.page-template-training .has-sidebar aside section:not(:first-child),
body.page-template-training .has-sidebar .col-small section:not(:first-child) {
    display: none;
  }
  body.page-template-training .has-sidebar-grid aside section.has-background-color,
body.page-template-training .has-sidebar-grid aside .section.has-background-color,
body.page-template-training .has-sidebar-grid .col-small section.has-background-color,
body.page-template-training .has-sidebar-grid .col-small .section.has-background-color,
body.page-template-training .has-sidebar aside section.has-background-color,
body.page-template-training .has-sidebar aside .section.has-background-color,
body.page-template-training .has-sidebar .col-small section.has-background-color,
body.page-template-training .has-sidebar .col-small .section.has-background-color {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1200px) {
  body.page-template-training header:not(:has(.background.left)) + * .col-small,
body.page-template-training header:not(:has(.background.left)) + * aside {
    margin-top: calc(var(--container-padding-y) * 2 * -1);
  }
}
@media (max-width: 576px) {
  body.page-template-training header:not(:has(.background.left)) + * .col-small,
body.page-template-training header:not(:has(.background.left)) + * aside {
    margin-top: calc(var(--container-padding-y) * 4 * -1);
  }
}
.page-template-blog-overzicht .col-filters {
  display: block;
}
.page-template-blog-overzicht .col-filters .categories {
  display: block;
}
.page-template-blog-overzicht .card.card-post .content-cleanse {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=project.css.map */
