@charset "UTF-8";
.text-bg-primary {
  --swiper-theme-color: #e2c47f;
}

section:has(.swiper-static-cards) .container .swiper.row .swiper-pagination {
  flex-grow: 1;
  width: auto;
  margin-top: calc(var(--btn-round-width) * 0.5 - 2px + 1rem);
  margin-left: 1rem;
  order: 9;
}

:root:has([class]) {
  --container-padding-y: clamp(60px, 7vh, 130px);
  --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: 1rem;
  --bs-card-spacer-x: 1rem;
  --list-padding-left: 1.5em;
  --background-color: var(--bs-body-bg);
  --badge-round-width: 25px;
  --btn-round-width: 50px;
  --blog-overview-col-small-size: 250px;
  --col-small-size: 400px;
  --gutter-y: 2.5rem;
  --swiper-theme-color: #d6ac4b;
}

@media (max-width: 1200px) {
  :root:has([class]) {
    --blog-overview-col-small-size: 200px;
  }
}
@media (max-width: 576px) {
  :root:has([class]) {
    --container-padding-y: calc(clamp(60px, 7vh, 130px) / 1.5);
    --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;
    --col-small-size: 400px;
  }
}
:root:has([class]) {
  --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: 0.75rem;
  --cmplz_title_font_size: inherit;
  --cmplz_text_line_height: inherit;
  --cmplz_text_color: #000;
  --cmplz_hyperlink_color: #d6ac4b;
  --cmplz_button_accept_background_color: #d6ac4b;
  --cmplz_button_accept_border_color: #d6ac4b;
  --cmplz_button_accept_text_color: #000;
  --cmplz_button_deny_background_color: #f9f9f9;
  --cmplz_button_deny_border_color: #f2f2f2;
  --cmplz_button_deny_text_color: #000;
  --cmplz_button_settings_background_color: #f9f9f9;
  --cmplz_button_settings_border_color: #f2f2f2;
  --cmplz_button_settings_text_color: #000;
  --cmplz_button_border_radius: var(--bs-border-radius);
  --cmplz_button_font_size: 1.25rem;
  --cmplz_category_header_always_active_color: #198754;
  --cmplz_slider_active_color: #cc9d2f;
  --cmplz_slider_inactive_color: #d2d2d2;
  --cmplz_slider_bullet_color: #000;
}

.input-group {
  position: relative;
}
.input-group .form-control {
  margin-bottom: auto;
}
.input-group label.input-group-prepend, .input-group label.input-group-append {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  width: 1em;
  z-index: 6;
  align-content: center;
  text-align: center;
  color: #000;
}
.input-group label.input-group-prepend {
  left: 0.75rem;
}
.input-group label.input-group-append {
  right: 0.75rem;
}
.input-group:has(label.input-group-prepend) .form-control {
  padding-left: calc(1em + 0.375em + 0.75rem);
}
.input-group:has(label.input-group-append) .form-control {
  padding-right: calc(1em + 0.375em + 0.75rem);
}
.input-group:has(label.input-group-prepend, label.input-group-append) .form-control {
  border-radius: var(--bs-border-radius) !important;
}

.h4, .h5, .h6,
h4, h5, h6 {
  color: #d6ac4b;
}

.h1, .h2, .h3,
h1, h2, h3 {
  text-transform: uppercase;
}

.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;
}
.content-cleanse:not(:has(.shortcode-wrapper)) blockquote b, .content-cleanse:not(:has(.shortcode-wrapper)) blockquote strong, .content-cleanse:not(:has(.shortcode-wrapper)) .blockquote b, .content-cleanse:not(:has(.shortcode-wrapper)) .blockquote strong,
.content-cleanse:not(:has(.shortcode-wrapper)) .h1 b,
.content-cleanse:not(:has(.shortcode-wrapper)) .h1 strong, .content-cleanse:not(:has(.shortcode-wrapper)) .h2 b, .content-cleanse:not(:has(.shortcode-wrapper)) .h2 strong, .content-cleanse:not(:has(.shortcode-wrapper)) .h3 b, .content-cleanse:not(:has(.shortcode-wrapper)) .h3 strong, .content-cleanse:not(:has(.shortcode-wrapper)) .h4 b, .content-cleanse:not(:has(.shortcode-wrapper)) .h4 strong, .content-cleanse:not(:has(.shortcode-wrapper)) .h5 b, .content-cleanse:not(:has(.shortcode-wrapper)) .h5 strong, .content-cleanse:not(:has(.shortcode-wrapper)) .h6 b, .content-cleanse:not(:has(.shortcode-wrapper)) .h6 strong,
.content-cleanse:not(:has(.shortcode-wrapper)) h1 b,
.content-cleanse:not(:has(.shortcode-wrapper)) h1 strong, .content-cleanse:not(:has(.shortcode-wrapper)) h2 b, .content-cleanse:not(:has(.shortcode-wrapper)) h2 strong, .content-cleanse:not(:has(.shortcode-wrapper)) h3 b, .content-cleanse:not(:has(.shortcode-wrapper)) h3 strong, .content-cleanse:not(:has(.shortcode-wrapper)) h4 b, .content-cleanse:not(:has(.shortcode-wrapper)) h4 strong, .content-cleanse:not(:has(.shortcode-wrapper)) h5 b, .content-cleanse:not(:has(.shortcode-wrapper)) h5 strong, .content-cleanse:not(:has(.shortcode-wrapper)) h6 b, .content-cleanse:not(:has(.shortcode-wrapper)) h6 strong {
  font-weight: 700;
}

b, strong {
  color: #989429;
}

h1, .h1 {
  margin-bottom: 2rem;
}

[class] [class] [class] [class] blockquote {
  --bs-body-color: ;
  color: var(--bs-body-color);
  position: relative;
  padding-top: 2.25em;
  font-family: "Merriweather";
  font-size: calc(1.285rem + 0.42vw);
}
@media (min-width: 1200px) {
  [class] [class] [class] [class] blockquote {
    font-size: 1.6rem;
  }
}
[class] [class] [class] [class] blockquote:before, [class] [class] [class] [class] blockquote:after {
  content: "”";
  font-family: "Georgia";
}
[class] [class] [class] [class] blockquote:before {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 4em;
  text-align: center;
  line-height: 0;
}
[class] [class] [class] [class] blockquote:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.1;
  font-size: 12em;
  width: 220px;
  height: 174px;
  text-align: center;
  line-height: 1;
}
[class] [class] [class] [class] blockquote > * {
  font-family: "Merriweather";
}

[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);
}

.icon-list li,
ul li.icon-list {
  margin-bottom: 1rem;
}

.icon-list li svg,
ul > li.icon-list svg {
  color: #d6ac4b;
  font-size: 1.125rem;
}

.checkmark li::before,
ul > li.checkmark::before {
  content: "\f00c";
}

.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 fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-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;
}

.fadeOut {
  opacity: 1;
}
.fadeOut.animated {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.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;
}

.col-large :where(section, .section):not(.has-background):not(.has-background-color) + :where(section, .section):not(.has-background):not(.has-background-color) > .container-fluid, .col-large :where(section, .section):not(.has-background):not(.has-background-color) + :where(section, .section):not(.has-background):not(.has-background-color) > .container,
main :where(section, .section):not(.has-background):not(.has-background-color) + :where(section, .section):not(.has-background):not(.has-background-color) > .container-fluid,
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;
}

.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;
}

section [class*=col-]:not(.not-animated) {
  opacity: 0;
}
section [class*=col-]:not(.not-animated).animated {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(1) {
  animation-delay: 0s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(2) {
  animation-delay: 0.25s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(3) {
  animation-delay: 0.5s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(4) {
  animation-delay: 0.75s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(5) {
  animation-delay: 1s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(6) {
  animation-delay: 1.25s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(7) {
  animation-delay: 1.5s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(8) {
  animation-delay: 1.75s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(9) {
  animation-delay: 2s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(10) {
  animation-delay: 2.25s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(11) {
  animation-delay: 2.5s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(12) {
  animation-delay: 2.75s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(13) {
  animation-delay: 3s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(14) {
  animation-delay: 3.25s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(15) {
  animation-delay: 3.5s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(16) {
  animation-delay: 3.75s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(17) {
  animation-delay: 4s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(18) {
  animation-delay: 4.25s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(19) {
  animation-delay: 4.5s;
}
section [class*=col-]:not(.not-animated).animated:nth-of-type(20) {
  animation-delay: 4.75s;
}

header [class*=col-]:not(.not-animated) {
  opacity: 0;
}
@media (min-width: 768px) {
  header [class*=col-]:not(.not-animated).animated {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  header [class*=col-]:not(.not-animated).animated + * {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
@media (max-width: 767px) {
  header [class*=col-]:not(.not-animated).animated {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  header [class*=col-]:not(.not-animated).animated + * {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}

:root {
  --navigation-bottom-height: 156px;
  --navigation-bottom-height-affix-correction: 40px;
  --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: 136px;
  }
}

body[class] {
  padding-top: 0;
}

body[class] nav.navbar {
  --background-color: transparent;
  --bs-navbar-color: #000;
  --bs-navbar-color-hover: #000;
  --bs-navbar-color-focus: #000;
  --bs-navbar-color-active: #000;
  --bs-navbar-color-active-hover: #000;
  --nav-link-background-color: transparent;
  --nav-link-background-color-hover: color-mix(in srgb, rgba(214, 172, 75, 0.2) 100%, rgba(255, 255, 255, 0.2) 25%);
  --nav-link-background-color-focus: color-mix(in srgb, rgba(214, 172, 75, 0.2) 100%, rgba(255, 255, 255, 0.2) 40%);
  --nav-link-background-color-active: #ddba6a;
  --nav-link-background-color-active-hover: #e2c47f;
  --bs-navbar-color-affix: #000;
  --bs-navbar-color-affix-hover: #000;
  --bs-navbar-color-affix-focus: #000;
  --bs-navbar-color-affix-active: #000;
  --bs-navbar-color-affix-active-hover: #000;
  --nav-link-background-color-affix: transparent;
  --nav-link-background-color-affix-hover: color-mix(in srgb, rgba(214, 172, 75, 0.2) 100%, rgba(255, 255, 255, 0.2) 25%);
  --nav-link-background-color-affix-focus: color-mix(in srgb, rgba(214, 172, 75, 0.2) 100%, rgba(255, 255, 255, 0.2) 40%);
  --nav-link-background-color-affix-active: #ddba6a;
  --nav-link-background-color-affix-active-hover: #e2c47f;
}
@media (max-width: 991px) {
  body[class] nav.navbar {
    --bs-navbar-color-affix-active: #fff;
    --bs-navbar-color-affix-active-hover: #fff;
  }
}
body[class] nav.navbar .navbar-brand {
  --navbar-brand-svg-color-1: #fff;
  --navbar-brand-svg-color-2: #fff;
  --navbar-brand-svg-color-3: #fff;
}

body[class] nav.navbar {
  --nav-item-margin-left: 1.5rem;
}
body[class] nav.navbar .bottom-nav .navbar-brand {
  --bs-navbar-brand-padding-y: 20px;
  --bs-navbar-brand-padding-y-affix: 10px;
}
body[class] nav.navbar ul.navbar-nav li.nav-item:not(.wpml):has([href*="/?s"]),
body[class] nav.navbar ul.navbar-nav li.nav-item:not(.wpml):has([href*=cart]),
body[class] nav.navbar ul.navbar-nav li.nav-item:not(.wpml):has([href*=winkelwagen]) {
  font-size: 0;
}
@media (min-width: 1024px) {
  body[class] nav.navbar ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    transition: 0.15s ease-in-out opacity;
  }
}
@media (max-width: 1200px) {
  body[class] nav.navbar .bottom-nav:has(.collapsing) body[class] nav.navbar .bottom-nav:has(.collapse.show) {
    height: 100%;
  }
  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;
  }
  body[class] nav.navbar .bottom-nav .container-fluid .navbar-nav > li .sub-menu > li.expanded-item,
body[class] nav.navbar .bottom-nav .container .navbar-nav > li .sub-menu > li.expanded-item {
    display: none;
  }
}
body[class] nav.navbar .navbar-toggler {
  --bs-border-width: 0;
  --bs-border-color: transparent;
  background: #d6ac4b;
  --navbar-toggler-span-color: var(--bs-navbar-color);
}
body[class] nav.navbar.affix .navbar-toggler {
  --navbar-toggler-span-color: var(--bs-navbar-color-affix);
}
body[class] nav.navbar:has(.collapsing) .navbar-toggler, body[class] nav.navbar:has(.collapse.show) .navbar-toggler {
  --navbar-toggler-span-color: var(--bs-navbar-color-affix);
}

.subcolumn > * {
  position: relative;
  border-radius: 0.75rem;
}
.subcolumn > * .background {
  z-index: 0;
  border-radius: inherit;
}
.subcolumn > * .background img {
  border-radius: inherit;
}

section:nth-of-type(even):not(.text-and-image) .section-shape {
  display: none;
}

@media (min-width: 991px) {
  header + * section:where(.textcolumns, .contact):not(:has(.col-content)):first-child .row {
    align-items: flex-start;
  }
  header + * section:where(.textcolumns, .contact):not(:has(.col-content)):first-child [class*=col-].subcolumn:has([class*=text-bg-]:not(.text-bg-none)) {
    margin-top: calc(var(--container-padding-y) * 1.5 * -1);
  }
}
header + * section:where(.textcolumns, .contact):not(:has(.col-content)):first-child [class*=col-].subcolumn:has([class*=text-bg-]:not(.text-bg-none)):first-child {
  margin-top: calc(var(--container-padding-y) * 1.5 * -1);
}

section:where(.textcolumns, .contact) + section:where(.textcolumns, .contact):not(:has(.col-content)) {
  margin-top: calc(var(--container-padding-y) * -1);
}
section:where(.textcolumns, .contact) + section:where(.textcolumns, .contact):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%;
}

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

header {
  --container-padding-y: calc(clamp(60px, 7vh, 130px) * 1.5);
}
header.background-fade {
  --fade-mid-point: 50%;
}
header.background-fade.has-background-color .col-content:after {
  background: var(--background-color, #000);
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) var(--fade-mid-point), rgba(0, 0, 0, 0) 100%);
}
header.background-right:not(.background-cutout):not(.background-fade) .col-image img {
  aspect-ratio: 4/3;
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
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 > .background.section-shape {
  left: 50%;
  right: 0;
  object-position: left;
  object-fit: cover;
  background-position: left;
  background-size: cover;
}
header > .background.section-shape svg {
  bottom: -50px;
}
@media (max-width: 991px) {
  header > .background.section-shape {
    left: calc(((100vw - var(--container-width)) / 2 + (var(--container-padding-x))) * -1);
    height: calc(var(--container-padding-bottom) + 250px);
    top: auto;
    object-position: center;
    object-fit: contain;
    background-position: center;
    background-size: contain;
  }
}

footer .footer-top .container .card,
footer .footer-top .container-fluid .card {
  background: var(--background-color, #f8f9fa);
}
footer .footer-top .container form,
footer .footer-top .container-fluid form {
  position: relative;
}
footer ul.menu > li > a {
  font-weight: bold;
}

.btn {
  font-family: "Cormorant Garamond";
}

.content-cleanse:has(.lead:first-child:last-child) + .button-holder .btn {
  font-size: 1.25rem;
}

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

.card.card-sm {
  border-radius: 0.25rem;
  --bs-card-spacer-y: 0.5rem;
  --bs-card-spacer-x: 0.5rem;
}
.card.card-md {
  border-radius: 0.375rem;
  --bs-card-spacer-y: 0.75rem;
  --bs-card-spacer-x: 0.75rem;
}
.card.card-lg {
  border-radius: 0.5rem;
  --bs-card-spacer-y: 1.5rem;
  --bs-card-spacer-x: 1.5rem;
}
@media (max-width: 576px) {
  .card.card-lg {
    --bs-card-spacer-y: 1.1rem;
    --bs-card-spacer-x: 1.1rem;
  }
}
.card.card-xl {
  border-radius: 1rem;
  --bs-card-spacer-y: 2rem;
  --bs-card-spacer-x: 2rem;
}
@media (max-width: 576px) {
  .card.card-xl {
    --bs-card-spacer-y: 1.25rem;
    --bs-card-spacer-x: 1.25rem;
  }
}
.card.card-post {
  --bs-card-border-width: 0px;
  --bs-card-spacer-x: 0px;
  --bs-card-box-shadow: none;
  --bs-card-box-shadow-hover: none;
  --bs-card-bg: transparent;
}
.card.card-post .card-img-top {
  border-radius: 0.75rem;
}
.card.card-bordered {
  border: 1px solid #dee2e6;
}
.card.card-post {
  --bs-card-border-width: 0px;
  --bs-card-spacer-x: 0px;
  --bs-card-box-shadow: none;
  --bs-card-box-shadow-hover: none;
  --bs-card-bg: transparent;
}
.card.card-post .card-img-top {
  border-radius: 0.75rem;
}
.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 {
  align-content: flex-end;
}
@media (max-width: 576px) {
  .card .card-body .row {
    --bs-gutter-x: 0.75rem;
  }
}

.list-group .list-group-item {
  border-radius: 0.375rem;
}
.list-group .list-group-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list-group .list-group-item.active {
  font-weight: bold;
}

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

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

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

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-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: #e5dbbd;
}
.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: #ece5d0;
}

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

.woocommerce table.shop_table {
  float: left;
}

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

.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: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: 1.25rem;
  --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;
  text-decoration: none;
  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: #989429;
  --bs-btn-hover-color: #989429;
  --bs-btn-focus-color: #989429;
  --bs-btn-active-color: #989429;
  --bs-btn-disabled-color: #989429;
}
@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);
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: rgba(183, 141, 42, 0.1);
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: rgba(204, 157, 47, 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(204, 157, 47, 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(183, 141, 42, 0.5);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.375rem;
}
.woocommerce-MyAccount-navigation ul li a {
  --bs-btn-color: #000;
  --bs-btn-bg: #f7f4eb;
  --bs-btn-border-color: #f7f4eb;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f6ee;
  --bs-btn-hover-border-color: #f8f5ed;
  --bs-btn-focus-shadow-rgb: 210, 207, 200;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9f6ef;
  --bs-btn-active-border-color: #f8f5ed;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7f4eb;
  --bs-btn-disabled-border-color: #f7f4eb;
  --bs-btn-color: #d6ac4b;
  --bs-btn-hover-color: #d6ac4b;
  --bs-btn-active-color: #d6ac4b;
  --bs-btn-disabled-color: #d6ac4b;
  width: 100%;
  text-align: left;
  box-shadow: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
  --bs-btn-disabled-color: #fff;
  --bs-btn-bg: #d6ac4b;
  --bs-btn-hover-bg: #d6ac4b;
  --bs-btn-active-bg: #d6ac4b;
  --bs-btn-disabled-bg: #d6ac4b;
}

.wpcf7 .wpcf7-submit {
  --bs-btn-color: #000;
  --bs-btn-bg: #d6ac4b;
  --bs-btn-border-color: #d6ac4b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #dcb866;
  --bs-btn-hover-border-color: #dab45d;
  --bs-btn-focus-shadow-rgb: 182, 146, 64;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #debd6f;
  --bs-btn-active-border-color: #dab45d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #d6ac4b;
  --bs-btn-disabled-border-color: #d6ac4b;
}

.socials {
  margin-top: 1rem;
}

.text-bg-primary-pastel .contacts a.contact-detail[href*="tel:"], .text-bg-primary-pastel .contacts a.contact-detail[href*="mailto:"], .text-bg-primary-pastel .contacts a.contact-detail[href*=goo][href*=gl][href*=maps] {
  background: #ece5d0;
  color: #000;
}

footer.text-bg-black .contacts a.contact-detail[href*="tel:"], footer.text-bg-black .contacts a.contact-detail[href*="mailto:"], footer.text-bg-black .contacts a.contact-detail[href*=goo][href*=gl][href*=maps] {
  background: #32383e;
  color: inherit;
}

.contacts > li {
  margin-bottom: 0.75rem;
  margin-left: 0 !important;
}
.contacts > li .socials {
  margin-top: 2rem !important;
  margin-left: 0 !important;
}
.contacts > li .socials > li {
  margin-top: 0.5rem;
}
.contacts a.contact-detail[href*="tel:"], .contacts a.contact-detail[href*="mailto:"], .contacts a.contact-detail[href*=goo][href*=gl][href*=maps] {
  background: #f7f4eb;
  color: #000;
  display: inline-block;
  text-decoration: none;
  padding: 0.75rem 1.25rem 0.75rem 2.875rem;
  border-radius: var(--bs-border-radius);
  position: relative;
}
.contacts a.contact-detail[href*="tel:"]:before, .contacts a.contact-detail[href*="mailto:"]:before, .contacts a.contact-detail[href*=goo][href*=gl][href*=maps]:before {
  content: "\f3c5";
  vertical-align: middle;
  display: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}
.contacts a.contact-detail[href*="tel:"] svg, .contacts a.contact-detail[href*="tel:"]:before, .contacts a.contact-detail[href*="mailto:"] svg, .contacts a.contact-detail[href*="mailto:"]:before, .contacts a.contact-detail[href*=goo][href*=gl][href*=maps] svg, .contacts a.contact-detail[href*=goo][href*=gl][href*=maps]:before {
  position: absolute;
  font-size: 1rem;
  width: 1rem;
  text-align: center;
  left: 1.25rem;
  top: calc(0.75rem + 4px);
}
.contacts a.contact-detail[href*="tel:"] svg,
.contacts a.contact-detail[href*="tel:"] svg path, .contacts a.contact-detail[href*="tel:"]:before,
.contacts a.contact-detail[href*="tel:"]:before path, .contacts a.contact-detail[href*="mailto:"] svg,
.contacts a.contact-detail[href*="mailto:"] svg path, .contacts a.contact-detail[href*="mailto:"]:before,
.contacts a.contact-detail[href*="mailto:"]:before path, .contacts a.contact-detail[href*=goo][href*=gl][href*=maps] svg,
.contacts a.contact-detail[href*=goo][href*=gl][href*=maps] svg path, .contacts a.contact-detail[href*=goo][href*=gl][href*=maps]:before,
.contacts a.contact-detail[href*=goo][href*=gl][href*=maps]:before path {
  color: inherit;
  fill: inherit;
}
.contacts a.contact-detail[href*="tel:"]:has(br), .contacts a.contact-detail[href*="mailto:"]:has(br), .contacts a.contact-detail[href*=goo][href*=gl][href*=maps]:has(br) {
  padding-left: calc(3.875rem + 0.375em);
  border-radius: 0;
  min-width: 350px;
  width: 400px;
  max-width: 100%;
}
@media (max-width: 420px) {
  .contacts a.contact-detail[href*="tel:"]:has(br), .contacts a.contact-detail[href*="mailto:"]:has(br), .contacts a.contact-detail[href*=goo][href*=gl][href*=maps]:has(br) {
    min-width: 0;
  }
}
.contacts a.contact-detail[href*="tel:"]:has(br) svg, .contacts a.contact-detail[href*="tel:"]:has(br):before, .contacts a.contact-detail[href*="mailto:"]:has(br) svg, .contacts a.contact-detail[href*="mailto:"]:has(br):before, .contacts a.contact-detail[href*=goo][href*=gl][href*=maps]:has(br) svg, .contacts a.contact-detail[href*=goo][href*=gl][href*=maps]:has(br):before {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
}
.contacts a.contact-detail[href*=google][href*="/maps/"]:before {
  content: "\f3c5";
}
.contacts a.contact-detail[href*="mailto:"]:before {
  content: "\f658";
}
.contacts a.contact-detail[href*="tel:"]:before {
  content: "\f095";
}

.agenda .h2.month {
  margin-top: 2rem;
}
.agenda .agenda-punt .card .col-date {
  flex: 0 0 calc(75px + var(--bs-card-spacer-x));
}
.agenda .agenda-punt .card .col-date .card {
  height: 75px;
  width: 75px;
}
.agenda .agenda-punt .card .col-date .card .card-body {
  align-content: center;
  display: flex;
  justify-content: center;
}
.agenda .agenda-punt .card .col-date .card .card-body .day {
  line-height: 0.75;
}
@media (min-width: 991px) {
  .agenda .agenda-punt .card .col-content .card-details {
    float: right;
  }
}
@media (max-width: 991px) {
  .agenda .agenda-punt .card .col-content {
    display: flex;
    flex-direction: column;
  }
  .agenda .agenda-punt .card .col-content > * {
    width: 100%;
  }
  .agenda .agenda-punt .card .col-content .card-details {
    order: 99;
  }
}

section.text-and-image .row {
  align-items: center;
  --bs-gutter-x: 3rem;
}
section.text-and-image .col-image .image-holder:has(.section-shape) {
  padding: 1rem;
}
section.text-and-image .col-image .image-holder:has(.section-shape) .section-shape {
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: calc(var(--container-padding-top) * 0.5 * -1);
  margin-bottom: calc(var(--container-padding-top) * 0.5 * -1);
  object-fit: contain;
}
section.text-and-image .col-image .image-holder > img {
  border-radius: 0.75rem;
}

section.posts .button-holder {
  margin: calc(var(--bs-gutter-x)) 0 0.375rem auto;
  position: static;
  width: auto;
}

@media (max-width: 576px) {
  .button-holder {
    margin: 0;
    width: 100%;
  }
}
section.accordion .container {
  width: 700px;
}
section.accordion .accordion {
  --bs-accordion-border-width: 0px;
  margin-top: calc(var(--bs-accordion-btn-padding-y) * -1);
}
section.accordion .accordion .accordion-item + .accordion-item {
  border-top: 1px solid #dee2e6;
}
section.accordion .accordion .accordion-header {
  font-size: inherit;
}
section.accordion .accordion .accordion-button {
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-radius: var(--bs-border-radius);
}
section.accordion .accordion .accordion-button:after {
  content: "-";
  margin-left: 0;
  margin-right: 0.375em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6ac4b;
  background: transparent;
  font-size: 1.5em;
}
section.accordion .accordion .accordion-button.collapsed:after {
  content: "+";
}

section.contact [class*=col-] .has-background,
section.contact [class*=col-] .has-background-color {
  position: relative;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 0;
  border-radius: 0.75rem;
}

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 {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
body.single main .post-image {
  position: relative;
  z-index: 1;
  margin-top: calc(var(--container-padding-y) * 1.5 * -1);
  margin-left: calc(var(--container-padding-x) * -1);
  margin-right: calc(var(--container-padding-x) * -1);
  margin-bottom: calc(var(--container-padding-y) * 0.5);
}
body.single main .post-image:before {
  content: "";
  padding-top: 52.26%;
  display: block;
}

@media (min-width: 991px) {
  body.single.has-2-columns main [class*=col-].col-details {
    margin-top: calc(var(--container-padding-top) * 0.5 * -1);
  }
}

body:not(.has-1-columns) .has-sidebar-grid .row-grid,
body:not(.has-1-columns) .has-sidebar .row-grid {
  --bs-gutter-x: var(--container-padding-x) * 3;
}
body:not(.has-1-columns) .has-sidebar-grid .col-small,
body:not(.has-1-columns) .has-sidebar .col-small {
  padding-top: calc(var(--container-padding-top) - var(--bs-card-spacer-y));
  padding-bottom: calc(var(--container-padding-bottom) - var(--bs-card-spacer-y));
}
body:not(.has-1-columns) .has-sidebar-grid .col-small section,
body:not(.has-1-columns) .has-sidebar-grid .col-small .section,
body:not(.has-1-columns) .has-sidebar .col-small section,
body:not(.has-1-columns) .has-sidebar .col-small .section {
  margin-left: calc(var(--bs-card-spacer-x) * -1);
  margin-right: calc(var(--bs-card-spacer-x) * -1);
  background: transparent !important;
  margin-bottom: var(--bs-card-spacer-y);
}
body:not(.has-1-columns) .has-sidebar-grid .col-small section .btn-holder .btn,
body:not(.has-1-columns) .has-sidebar-grid .col-small .section .btn-holder .btn,
body:not(.has-1-columns) .has-sidebar .col-small section .btn-holder .btn,
body:not(.has-1-columns) .has-sidebar .col-small .section .btn-holder .btn {
  width: 100%;
}
body:not(.has-1-columns) .has-sidebar-grid .col-small section > .container,
body:not(.has-1-columns) .has-sidebar-grid .col-small .section > .container,
body:not(.has-1-columns) .has-sidebar .col-small section > .container,
body:not(.has-1-columns) .has-sidebar .col-small .section > .container {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  border: 0px solid var(--bs-border-color-translucent);
  border-radius: 0.75rem;
  margin-left: 0;
  margin-right: 0;
  background: var(--background-color);
}
body:not(.has-1-columns) .has-sidebar-grid .col-small section:last-child,
body:not(.has-1-columns) .has-sidebar-grid .col-small .section:last-child,
body:not(.has-1-columns) .has-sidebar .col-small section:last-child,
body:not(.has-1-columns) .has-sidebar .col-small .section:last-child {
  margin-bottom: 0;
}

body.has-1-columns .has-sidebar-grid .col-large section > .container,
body.has-1-columns .has-sidebar-grid .col-large .section > .container,
body.has-1-columns .has-sidebar .col-large section > .container,
body.has-1-columns .has-sidebar .col-large .section > .container {
  --container-padding-bottom: 30px!important;
}
body.has-1-columns .has-sidebar-grid .col-small section > .container,
body.has-1-columns .has-sidebar-grid .col-small .section > .container,
body.has-1-columns .has-sidebar .col-small section > .container,
body.has-1-columns .has-sidebar .col-small .section > .container {
  --container-padding-top: 0rem!important;
}

@media (min-width: 992px) {
  .has-sidebar-grid,
.has-sidebar {
    --col-small-size: 400px;
  }
}
@media (max-width: 991px) {
  .has-sidebar-grid .col-small.sticky,
.has-sidebar .col-small.sticky {
    position: static;
  }
}
@media (max-width: 991px) {
  .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 100%;
  }
  .has-sidebar-grid .col-small,
.has-sidebar .col-small {
    flex: 0 0 100%;
  }
  .has-sidebar-grid .col-small:empty,
.has-sidebar .col-small:empty {
    display: none !important;
  }
  body.has-1-columns .has-sidebar-grid:has(.col-large.col-large-capped),
body.has-1-columns .has-sidebar:has(.col-large.col-large-capped) {
    flex: 0 0 100%;
  }
  body:not(.has-1-columns) header.has-sidebar-grid:not(:has(.col-small:empty)) main .section:last-child .container,
body:not(.has-1-columns) header.has-sidebar-grid:not(:has(.col-small:empty)) .col-large .section:last-child .container,
body:not(.has-1-columns) header.has-sidebar:not(:has(.col-small:empty)) main .section:last-child .container,
body:not(.has-1-columns) header.has-sidebar:not(:has(.col-small:empty)) .col-large .section:last-child .container {
    padding-bottom: calc(var(--container-padding-bottom) * 0.5);
  }
  body:not(.has-1-columns) header.has-sidebar-grid .col-small,
body:not(.has-1-columns) header.has-sidebar .col-small {
    padding-top: 0;
  }
}
/*# sourceMappingURL=project.css.map */
