/*
combi van modern-normalize en tailwind met wat base spul uit tokencss
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
  accent-color: var(--accent-color, currentColor);
}

/*
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size (opinionated).
*/
html {
  line-height: var(--body-line-height, 1.5); /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: var(--body-font-family, sans-serif);
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
@supports (-webkit-touch-callout: none) {
  html {
    /* mobile viewport bug fix, kweenie of dit nog nodig is */
    height: -webkit-fill-available;
  }
}

/*
1. Remove the margin in all browsers.
2. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  margin: 0;
  line-height: 1.75;
  min-height: 100vh;
  font-size: var(--body-font-size, 1rem);
  font-weight: var(--body-font-weight, 400);
  background-color: var(--body-bg, white);
  color: var(--body-color, black);
}
@supports (min-height: 100lvh) {
  body {
    min-height: 100lvh;
  }
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: 600;
}

/*
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  background-image: none; /* 2 */
}

/*
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0 0 0 1.1875em;
}

ol:where([role=list]),
ul:where([role=list]),
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: var(--input-placeholder-color, rgba(0, 0, 0, 0.7)); /* 2 */
}

/*
hack to remove the background-color of autofilled inputs
*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/*
Prevent focus styles on elements with tabindex="-1"
(volgens mij is focus-visible de boosdoener)
*/
:where([tabindex="-1"]):focus {
  outline: 0 none !important;
}

:where([tabindex="-1"]):focus-visible {
  outline: 0 none !important;
}

:focus {
  outline: 0 none;
}

:focus:not(:focus-visible) {
  outline: 0 none;
}

:focus-visible {
  outline: var(--outline-size, max(2px, 0.08em)) var(--outline-style, solid) var(--outline-color, currentColor);
  outline-offset: var(--outline-offset, max(2px, 0.08em));
}

/*
aangepaste underlines voor links
verder steeds text-decoration-line: underline of none gebruiken
ipv alleen text-decoration...
*/
a:where([href]) {
  text-decoration-thickness: var(--text-decoration-thickness, 1px);
  text-underline-offset: var(--text-decoration-offset, 0.2em);
}

/*
Respect the user's "reduce motion" OS preference. Single global rule:
shrinks every animation/transition to ~0 and disables smooth scrolling
(incl. JS scrollIntoView). 0.01ms keeps transitionend/animationend events
firing for any JS that depends on them.
*/
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  /* voor fluid fonts: https://utopia.fyi/type/calculator */
  /* deze scale komt uit tokencss: */
  /* https://github.com/tokencss/tokencss/blob/main/packages/core/preset/token.config.json */
  --font-size-step--2: 0.75rem;
  --font-size-step--1: 0.875rem;
  --font-size-step-base: 1rem;
  --font-size-step-0: 1.1rem;
  --font-size-step-1: 1.125rem;
  --font-size-step-2: 1.25rem;
  --font-size-step-3: 1.5rem;
  --font-size-step-4: 1.875rem;
  --font-size-step-4-5: 2.125rem;
  --font-size-step-5: 2.25rem;
  --font-size-step--5: 2.5rem;
  --font-size-step-6: 3rem;
  --font-size-step-7: 3.75rem;
  --font-size-step-8: 4.5rem;
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-black: 900;
  --font-weight-extra-black: 950;
  /* --font-family-slab: 'Zilla Slab'; */
  --font-family-slab: "enra-slab-variable", sans-serif;
  --font-family-anton: "Anton";
  --color-white: #FFFFFF;
  --color-green: #7CBB5E;
  --color-black: #1E1D1A;
  --color-creme: #DFDCCD; /* donker */
  --color-beige: #EFEEE6; /* licht */
  --body-bg: var(--color-beige);
  --body-color: var(--color-deep-green);
  --accent-color: var(--color-teal);
  --typo-link-color: var(--accent-color);
  --text-decoration-offset: 0.3em;
  --header-font-family: var(--font-family-anton);
  --body-font-family: var(--font-family-slab);
  --body-font-size: var(--font-size-step-0);
  /* main menu */
  --nav-font-family: var(--font-family-slab);
  --nav-font-size: var(--font-size-step-0);
  /* buttons */
  --btn-font-family: var(--font-family-proximanova-semi);
  --btn-font-size: var(--font-size-step--1);
  --btn-font-weight: var(--font-weight-medium);
  --btn-text-transform: none;
  --btn-letter-spacing: auto;
  --btn-line-height: 1.25;
  --btn-px: 1.5em;
  --btn-py: .55em;
  --btn-color: var(--color-orangered);
  --btn-hover-color: var(--color-white);
  --btn-bg: transparent;
  --btn-hover-bg: var(--color-orangered);
  --btn-border-color: var(--color-orangered);
  --btn-border-hover-color: var(--color-orangered);
  --btn-outline-color: var(--color-teal);
  --btn-outline-hover-color: var(--color-broken-white);
  --btn-outline-bg: rgba(0, 0, 0, 0);
  --btn-outline-hover-bg: var(--color-teal);
  --btn-outline-border-color: var(--color-teal);
  --btn-outline-border-hover-color: var(--color-teal);
  --btn-hover-slide-color: var(--color-teal);
  --btn-hover-slide-hover-color: var(--color-broken-white);
  --btn-hover-slide-bg: rgba(0, 0, 0, 0);
  --btn-hover-slide-hover-bg: rgba(0, 0, 0, 0);
  --btn-hover-slide-slide-color: var(--color-teal);
  /* forms */
  --color-placeholder: var(--color-light-gray);
  --input-color: var(--color-dark-gray);
  --input-bg: var(--color-broken-white);
  --input-border-color: var(--color-light-gray);
  --input-border-width: 0 0 1px 0;
  --input-px: var(--btn-px);
  --input-py: var(--btn-py);
  --input-font-family: var(--font-family-sans-serif);
  --input-font-size: var(--font-size-step-2);
  --input-line-height: var(--btn-line-height);
  /* wrappers */
  --wrapper-bg-dark: var(--color-black);
  /* grid stuff */
  --container-padding-x: 1.5rem;
  /* clip paths */
  --main-menu-clip-path-open: polygon(
  	/* top left */ 0 0,
  	/* top right */ 100% 0,
  	/* bottom right */ 100% 100%,
  	/* bottom left */ 0 100%
  );
  --main-menu-clip-path-closed: polygon(
  	/* top left, niks clippen: 0 0 */
  		calc(100% - var(--container-padding-x)) 100%,
  	/* top right, niks clippen: 100% 0 */
  		calc(100% - var(--container-padding-x)) 100%,
  	/* bottom right, niks clippen: 100% 100% */
  		calc(100% - var(--container-padding-x)) 100%,
  	/* bottom left, niks clippen: 0 100% */
  		calc(100% - var(--container-padding-x)) 100%
  );
  /* easings */
  --ease-linear: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-in: ease-in;
  --ease-out: ease-out;
  --ease-in-out: ease-in-out;
  --ease-in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-out-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-cubic: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-cubic: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-cubic: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-quart: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-out-quart: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-in-out-quart: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --light-overlap-top: 0px;
  --light-overlap-bottom: 0px;
  --dark-overlap-top: 0px;
  --dark-overlap-bottom: 0px;
  --overlap-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* woo */
  --product-summary-color: var(--color-broken-white);
  --detail-qty-input-border-color: var(--input-bg);
  --detail-qty-input-border-width: 1px;
  --detail-qty-input-font-family: var(--input-font-family);
  --detail-qty-input-font-size: var(--font-size-step-2);
  --detail-qty-input-line-height: 25px;
  --detail-qty-input-px: 2em;
  --detail-qty-input-py: 0.425em;
}

@media (min-width: 992px) {
  :root {
    --btn-font-size: var(--font-size-step-2);
    --detail-qty-input-font-size: 1.5rem;
  }
}
:root {
  --header-height: 119px;
}
@media (max-width: 767.98px) {
  :root {
    --header-height: 79px;
  }
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body, html {
  overscroll-behavior: none;
}

.no-jumbotron main {
  margin-top: 120px;
  overflow: hidden;
}

/* Make Gutenberg editor full-width */
html :where(.wp-block) {
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

body.gutenberg-editor-page .editor-post-title__block,
body.gutenberg-editor-page .editor-default-block-appender,
body.gutenberg-editor-page .edit-post-visual-editor,
body.gutenberg-editor-page .editor-post-publish-panel,
body.gutenberg-editor-page .editor-post-sidebar {
  max-width: none;
  margin: 0;
}

body.gutenberg-editor-page .edit-post-layout {
  display: flex;
  flex-wrap: nowrap;
}

body.gutenberg-editor-page .edit-post-visual-editor,
body.gutenberg-editor-page .editor-post-sidebar {
  flex: 1;
  width: auto;
}

body.gutenberg-editor-page .editor-post-title__block {
  max-width: 100%;
  flex: 0 0 100%;
}

/* Optional: Remove padding from the editor */
body.gutenberg-editor-page .editor-styles-wrapper {
  padding: 0;
}

@media (min-width: 1400px) {
  .block-editor .container {
    max-width: var(--container-w-xxl, 1140px);
  }
}

.block-el {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .block-el {
    padding: 20px 0;
  }
}

@media (max-width: 575.98px) {
  .has-text-align-center {
    text-align: left !important;
  }
}

@font-face {
  font-family: "Zilla Slab";
  src: url("/fonts/ZillaSlab-SemiBold.eot");
  src: url("/fonts/ZillaSlab-SemiBold.eot?#iefix") format("embedded-opentype"), url("/fonts/ZillaSlab-SemiBold.woff2") format("woff2"), url("/fonts/ZillaSlab-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zilla Slab";
  src: url("/fonts/ZillaSlab-Regular.eot");
  src: url("/fonts/ZillaSlab-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/ZillaSlab-Regular.woff2") format("woff2"), url("/fonts/ZillaSlab-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zilla Slab";
  src: url("/fonts/ZillaSlab-Medium.eot");
  src: url("/fonts/ZillaSlab-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/ZillaSlab-Medium.woff2") format("woff2"), url("/fonts/ZillaSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url("/fonts/Anton-Regular.eot");
  src: url("/fonts/Anton-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Anton-Regular.woff2") format("woff2"), url("/fonts/Anton-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.j-title,
.sq_layout .page-title {
  font-family: var(--font-family-anton);
  font-size: 75px;
  line-height: 75px;
  color: var(--color-creme);
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .j-title,
  .sq_layout .page-title {
    font-size: 65px;
    line-height: 65px;
  }
}
@media (max-width: 767.98px) {
  .j-title,
  .sq_layout .page-title {
    font-size: var(--font-size-step--5);
    line-height: 45px;
  }
}
@media (max-width: 320.98px) {
  .j-title,
  .sq_layout .page-title {
    font-size: var(--font-size-step-4);
    line-height: 32px;
  }
}
.j-title span,
.sq_layout .page-title span {
  color: var(--color-green);
}

.case-title {
  position: relative;
  z-index: 1;
  font-family: var(--font-family-anton);
  font-size: var(--font-size-step-8);
  text-transform: uppercase;
  color: var(--color-black);
  line-height: 75px;
}
@media (max-width: 991.98px) {
  .case-title {
    font-size: var(--font-size-step-6);
    line-height: 110%;
  }
}
.case-title span {
  color: var(--color-green);
}

.card-title {
  font-size: var(--font-size-step--5);
  color: var(--color-black);
  font-family: var(--font-family-slab);
  font-style: italic;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-title {
    line-height: 110%;
  }
}
@media (max-width: 991.98px) {
  .card-title {
    font-size: var(--font-size-step-4);
    line-height: 40px;
  }
}

.block-title.alt {
  font-size: 1.75rem;
  text-transform: none;
  line-height: 1;
}
.block-title.alt .highlight {
  display: block;
  padding-left: 1em;
}
.block-title.alt + .typo {
  margin-top: 0.5em;
}
@media (min-width: 992px) {
  .block-title.alt {
    font-size: 2.5rem;
    line-height: 1;
  }
}

.block-subtitle {
  font-size: var(--font-size-step-1);
  font-weight: var(--font-weight-bold);
  letter-spacing: 1px;
  line-height: 1;
}
.block-subtitle + .card-title {
  margin-top: 0.35em;
}
@media (min-width: 992px) {
  .block-subtitle {
    font-size: var(--font-size-step-1);
  }
}

.item-title,
.form-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wrapper--product-set .product--title {
  display: block;
  font-family: var(--font-family-proximanova-semi);
  letter-spacing: 0.05em;
  font-size: 1rem;
  padding: 0;
}
@media (min-width: 992px) {
  .item-title,
  .form-title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .wrapper--product-set .product--title {
    font-size: 1.25rem;
  }
}

.typo h1,
.typo h2,
.cky-consent-container .cky-notice .cky-title,
.cky-preference-center .cky-accordion-header .cky-accordion-btn {
  font-size: 1.375rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .typo h1,
  .typo h2,
  .cky-consent-container .cky-notice .cky-title,
  .cky-preference-center .cky-accordion-header .cky-accordion-btn {
    font-size: 1.75rem;
  }
}

.lead,
.wrapper--product-set ul.products li.product .attention {
  font-size: 18px;
  font-weight: var(--font-weight-normal);
}
@media (min-width: 992px) {
  .lead,
  .wrapper--product-set ul.products li.product .attention {
    font-size: 18px;
    line-height: 1.63636363;
  }
}

.attention {
  font-family: var(--font-family-serif);
  font-size: 18px;
  font-style: italic;
}
@media (min-width: 992px) {
  .attention {
    font-size: 20px;
    line-height: 1.8;
  }
}

.attention.alt {
  font-weight: var(--font-weight-semi-bold);
  font-size: 22px;
  line-height: 1.63636363;
}
.wp-block-group .wp-block-group__inner-container > * + *,
.typo > * + * {
  margin-top: 1rem;
}

.typo > .lead + * {
  margin-top: 1.5rem;
}

.wp-block-group .wp-block-group__inner-container > * + h2,
.typo > * + h2,
.typo > .lead + h2 {
  margin-top: 3rem;
}

.wp-block-group .wp-block-group__inner-container a,
.typo a,
.woocommerce-terms-and-conditions-wrapper a,
.woocommerce-form-login-toggle a {
  text-decoration-line: underline;
}
@media (hover: hover) and (pointer: fine) {
  .wp-block-group .wp-block-group__inner-container a:hover,
  .typo a:hover,
  .woocommerce-terms-and-conditions-wrapper a:hover,
  .woocommerce-form-login-toggle a:hover {
    text-decoration-line: none;
  }
  .wp-block-group .wp-block-group__inner-container a:focus,
  .typo a:focus,
  .woocommerce-terms-and-conditions-wrapper a:focus,
  .woocommerce-form-login-toggle a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }
  .wp-block-group .wp-block-group__inner-container a:focus-visible,
  .typo a:focus-visible,
  .woocommerce-terms-and-conditions-wrapper a:focus-visible,
  .woocommerce-form-login-toggle a:focus-visible {
    text-decoration-line: none;
  }
}
.wp-block-group .wp-block-group__inner-container a.touching,
.typo a.touching,
.woocommerce-terms-and-conditions-wrapper a.touching,
.woocommerce-form-login-toggle a.touching {
  text-decoration-line: none;
  --btn-transition-duration: 50ms;
}

.typo a {
  text-decoration: none;
}

.privacy-policy-tutorial {
  font-weight: var(--font-weight-bold);
  color: red;
}

a.disabled {
  pointer-events: none;
}

.container,
.woocommerce .woocommerce-breadcrumb,
.container-maxed-at-lg,
.woocommerce ul.products,
.wp-block-group .is-layout-constrained.wp-block-group__inner-container,
.container-maxed-at-xl,
.woocommerce div.product,
.container-fluid,
.container-fluid-maxed {
  --_container-padding-x: var(--container-padding-x, 1.5rem);
  --_max-width: 100%;
  width: 100%;
  max-width: calc(var(--_max-width) - 2 * var(--_container-padding-x));
  margin-inline: auto;
}

@media (min-width: 576px) {
  .container,
  .woocommerce .woocommerce-breadcrumb,
  .container-maxed-at-lg,
  .woocommerce ul.products,
  .wp-block-group .is-layout-constrained.wp-block-group__inner-container,
  .container-maxed-at-xl,
  .woocommerce div.product {
    --_max-width: var(--container-w-sm, 576px);
  }
}
@media (min-width: 768px) {
  .container,
  .woocommerce .woocommerce-breadcrumb,
  .container-maxed-at-lg,
  .woocommerce ul.products,
  .wp-block-group .is-layout-constrained.wp-block-group__inner-container,
  .container-maxed-at-xl,
  .woocommerce div.product {
    --_max-width: var(--container-w-md, 720px);
  }
}
@media (min-width: 992px) {
  .container,
  .woocommerce .woocommerce-breadcrumb,
  .container-maxed-at-lg,
  .woocommerce ul.products,
  .wp-block-group .is-layout-constrained.wp-block-group__inner-container,
  .container-maxed-at-xl,
  .woocommerce div.product {
    --_max-width: var(--container-w-lg, 960px);
  }
}
@media (min-width: 1200px) {
  .container,
  .woocommerce .woocommerce-breadcrumb,
  .container-maxed-at-xl,
  .woocommerce div.product {
    --_max-width: var(--container-w-xl, 1140px);
  }
}
@media (min-width: 1400px) {
  .container,
  .woocommerce .woocommerce-breadcrumb,
  .container-fluid-maxed {
    --_max-width: var(--container-w-xxl, 1320px);
  }
  .container-fluid,
  .container-fluid-maxed {
    --_container-padding-x: 3rem;
  }
}
@media (min-width: 1660px) {
  .container-fluid-maxed {
    --_max-width: 1600px;
  }
}
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.order-first {
  order: 0 !important;
}

.order-last {
  order: 12 !important;
}

@media (min-width: 576px) {
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .order-sm-first {
    order: 0 !important;
  }
  .order-sm-last {
    order: 12 !important;
  }
}
@media (min-width: 768px) {
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .order-md-first {
    order: 0 !important;
  }
  .order-md-last {
    order: 12 !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .order-lg-first {
    order: 0 !important;
  }
  .order-lg-last {
    order: 12 !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .order-xl-first {
    order: 0 !important;
  }
  .order-xl-last {
    order: 12 !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .order-xxl-first {
    order: 0 !important;
  }
  .order-xxl-last {
    order: 12 !important;
  }
}
[class*=ia--fade] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: var(--ease-out-back, cubic-bezier(0.175, 0.885, 0.32, 1.275));
  transition-duration: 1s;
}
[class*=ia--fade].on-screen {
  opacity: 1;
  transform: translateZ(0);
}

.ia--fade-up {
  transform: translate3d(0, 6rem, 0);
}

.ia--fade-down {
  transform: translate3d(0, -6rem, 0);
}

.ia--fade-right {
  transform: translate3d(-6rem, 0, 0);
}

.ia--fade-left {
  transform: translate3d(6rem, 0, 0);
}

.ia--fade-up-right {
  transform: translate3d(-6rem, 6rem, 0);
}

.ia--fade-up-left {
  transform: translate3d(6rem, -6rem, 0);
}

.ia--fade-down-right {
  transform: translate3d(-6rem, -6rem, 0);
}

.ia--fade-down-left {
  transform: translate3d(6rem, -6rem, 0);
}

[class*=ia--zoom] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: var(--ease-out-back);
  transition-duration: 1s;
}
[class*=ia--zoom].on-screen {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

.ia--zoom-in {
  transform: scale(0.6);
}

.ia--zoom-in-up {
  transform: translate3d(0, 6rem, 0) scale(0.6);
}

.ia--zoom-in-down {
  transform: translate3d(0, -6rem, 0) scale(0.6);
}

.ia--zoom-in-right {
  transform: translate3d(-6rem, 0, 0) scale(0.6);
}

.ia--zoom-in-left {
  transform: translate3d(6rem, 0, 0) scale(0.6);
}

.ia--zoom-out {
  transform: scale(1.2);
}

.ia--zoom-out-up {
  transform: translate3d(0, 6rem, 0) scale(1.2);
}

.ia--zoom-out-down {
  transform: translate3d(0, -6rem, 0) scale(1.2);
}

.ia--zoom-out-right {
  transform: translate3d(-6rem, 0, 0) scale(1.2);
}

.ia--zoom-out-left {
  transform: translate3d(6rem, 0, 0) scale(1.2);
}

[class*=ia--slide] {
  transition-property: transform;
  transition-timing-function: var(--ease-out-back);
  transition-duration: 1s;
}
[class*=ia--slide].on-screen {
  transform: translateZ(0);
}

.ia--slide-up {
  transform: translate3d(0, 100%, 0);
}

.ia--slide-down {
  transform: translate3d(0, -100%, 0);
}

.ia--slide-right {
  transform: translate3d(-100%, 0, 0);
}

.ia--slide-left {
  transform: translate3d(100%, 0, 0);
}

[class*=ia--flip] {
  backface-visibility: hidden;
  transition-property: transform;
  transition-timing-function: var(--ease-out-back, cubic-bezier(0.175, 0.885, 0.32, 1.275));
  transition-duration: 1s;
}

.ia--flip-left {
  transform: perspective(2500px) rotateY(-100deg);
}
.ia--flip-left.on-screen {
  transform: perspective(2500px) rotateY(0);
}

.ia--flip-right {
  transform: perspective(2500px) rotateY(100deg);
}
.ia--flip-right.on-screen {
  transform: perspective(2500px) rotateY(0);
}

.ia--flip-up {
  transform: perspective(2500px) rotateX(-100deg);
}
.ia--flip-up.on-screen {
  transform: perspective(2500px) rotateX(0);
}

.ia--flip-down {
  transform: perspective(2500px) rotateX(100deg);
}
.ia--flip-down.on-screen {
  transform: perspective(2500px) rotateX(0);
}

[x-bind=animator] {
  display: block;
}

/**
 * een class per breakpoint, anders dus dan d-none bijv.
 */
.br-xs,
.br-sm,
.br-md,
.br-lg,
.br-xl,
.br-xxl {
  display: none;
}

@media (max-width: 575.98px) {
  .br-xs {
    display: inline;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .br-sm {
    display: inline;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .br-md {
    display: inline;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .br-lg {
    display: inline;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .br-xl {
    display: inline;
  }
}

@media (min-width: 1400px) {
  .br-xxl {
    display: inline;
  }
}

.styled-scrollbar::-webkit-scrollbar {
  width: var(--styled-scrollbar-width, 15px);
}

.styled-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--styled-scrollbar-thumb, rgba(128, 128, 128, 0.5)) var(--styled-scrollbar-bg, rgba(0, 0, 0, 0));
}

.styled-scrollbar::-webkit-scrollbar-track {
  background-color: var(--styled-scrollbar-bg, rgba(0, 0, 0, 0));
}

.styled-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--styled-scrollbar-thumb, rgba(128, 128, 128, 0.5));
  border-radius: var(--styled-scrollbar-border-radius, 0.25rem);
  border: var(--styled-scrollbar-border-width, 0.0625rem) solid var(--styled-scrollbar-thumb, rgba(128, 128, 128, 0.5));
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left;
  }
  .text-xxl-center {
    text-align: center;
  }
  .text-xxl-right {
    text-align: right;
  }
}
/* .visually-hidden:not(:focus-visible):not(:active) { */
.skip-link,
.visually-hidden,
.form .screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

header {
  /** mobile menu **/
}
header#page-header {
  position: fixed;
  top: 0;
  z-index: 5;
  width: 100%;
  padding: 40px 0;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  header#page-header {
    padding: 20px 0;
  }
}
header#page-header .logo-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
header#page-header .logo-menu .logo svg {
  width: 153px;
  height: 39px;
}
header#page-header .logo-menu nav ul {
  display: flex;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
@media (max-width: 1199.98px) {
  header#page-header .logo-menu nav ul {
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    position: absolute;
    left: 0;
    gap: 20px;
    top: 100px;
    width: 100%;
    transition: opacity 0.5s ease 0.25s;
  }
}
header#page-header .logo-menu nav ul li {
  position: relative;
  font-family: var(--font-family-slab);
  font-size: var(--font-size-step-0);
}
@media (max-width: 1199.98px) {
  header#page-header .logo-menu nav ul li {
    font-size: var(--font-size-step-2);
  }
}
header#page-header .logo-menu nav ul li a {
  position: relative;
  color: var(--color-white);
  font-weight: 400;
  display: block;
  padding: 10px 0;
  font-variation-settings: "wght" 400;
  transition: font-weight 0.3s ease;
}
header#page-header .logo-menu nav ul li a:after {
  position: absolute;
  left: 0;
  bottom: 12px;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-white);
  transition: width 0.25s ease;
}
header#page-header .logo-menu nav ul li a:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
header#page-header .logo-menu nav ul li.border a {
  position: relative;
  border: 1px solid var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  padding: 5px 15px 4px 15px;
}
@media (max-width: 1199.98px) {
  header#page-header .logo-menu nav ul li.border a {
    border: none;
    padding: 0;
    border: none;
  }
}
header#page-header .logo-menu nav ul li.border a:before {
  position: absolute;
  top: 100%;
  transition: top 0.25s ease;
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-green);
  left: 0;
}
header#page-header .logo-menu nav ul li.border a:hover:after {
  width: 0;
}
header#page-header .logo-menu nav ul li.border a:hover:before {
  top: 0;
  z-index: -1;
}
header#page-header .logo-menu nav ul li.current-menu-item:not(.border) a {
  position: relative;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
header#page-header .logo-menu nav ul li.current-menu-item:not(.border) a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
header#page-header.add-color {
  background-color: var(--color-black);
  transition: background-color 0.255s ease;
}
header#page-header:after {
  position: fixed;
  top: 0;
  content: "";
  width: 100%;
  height: 0;
  transition: height 0.5s ease;
  background-color: var(--color-black);
  z-index: 0;
}
header .toglle-mobile-menu {
  display: none;
  font-family: var(--font-family-slab);
  font-size: var(--font-size-step-1);
  color: var(--color-beige);
}
header .toglle-mobile-menu button {
  text-transform: uppercase;
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  header .toglle-mobile-menu {
    display: flex;
  }
}

body.menu-open header#page-header:after {
  height: 100vh;
}
body.menu-open header#page-header nav ul {
  opacity: 1;
  visibility: visible;
}

/** Generic setting for all pages without Jumbotron **/
.no-jumbotron header#page-header {
  background-color: var(--color-black);
}

.footer {
  margin-top: 60px;
  background-color: var(--color-black);
  padding: clamp(80px, 12vw, 160px) 0;
  color: var(--color-white);
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(20px, 2.5vw, 32px);
  max-width: 920px;
  margin: 0 auto;
}
.footer__title {
  margin: 0;
  color: var(--color-white);
  font-family: var(--font-family-anton);
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 30.8px;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media (max-width: 767.98px) {
  .footer__title {
    line-height: 1.1;
  }
}
.footer__description {
  margin: 0;
  color: var(--color-white);
  font-family: var(--font-family-slab);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: var(--font-weight-normal);
  line-height: 30.8px;
}
@media (max-width: 767.98px) {
  .footer__description {
    line-height: 1.45;
  }
}
.footer__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(16px, 3.5vw, 48px);
  margin-top: clamp(8px, 1vw, 16px);
}
.footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 30px;
  font-family: var(--font-family-slab);
  font-size: 20px;
  font-weight: var(--font-weight-medium);
  line-height: 30.8px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.footer__button span {
  position: relative;
  z-index: 1;
}
.footer__button--primary {
  background-color: var(--color-green);
  color: var(--color-white);
  border: 1px solid var(--color-green);
}
.footer__button--primary:hover, .footer__button--primary:focus-visible {
  background-color: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-white);
}
.footer__button--secondary {
  background-color: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}
.footer__button--secondary:hover, .footer__button--secondary:focus-visible {
  background-color: var(--color-white);
  color: var(--color-black);
}
.footer__button:focus-visible {
  outline: 2px solid var(--color-green);
  outline-offset: 3px;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 48px);
  margin-top: clamp(40px, 6vw, 80px);
  text-align: center;
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__nav {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
  }
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .footer__menu {
    justify-content: flex-start;
  }
}
.footer__menu li {
  margin: 0;
}
.footer__menu a {
  display: inline-block;
  color: var(--color-white);
  font-family: var(--font-family-slab);
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  line-height: 30.8px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__menu a:hover, .footer__menu a:focus-visible {
  color: var(--color-green);
}
.footer__menu .current-menu-item > a,
.footer__menu .current_page_item > a {
  color: var(--color-green);
}
.footer__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.footer__logo a {
  display: inline-flex;
  align-items: center;
  color: var(--color-white);
  line-height: 0;
}
.footer__logo svg {
  display: block;
  width: clamp(180px, 18vw, 276px);
  height: auto;
}

.sq_layout .button,
.wp-block-post-content .block-editor .button {
  position: relative;
  padding: 8px 20px 6px;
  font-family: "enra-slab-variable", sans-serif;
  font-family: var(--font-family-slab);
  font-size: var(--font-size-step-1);
  border-radius: 55px;
  cursor: pointer;
  font-variation-settings: "wght" 350;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  /** button styling **/
  /** first button jumbotron **/
  /** second button jumbotron **/
  /** black button cards **/
}
.sq_layout .button:hover:after,
.wp-block-post-content .block-editor .button:hover:after {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.15s ease;
}
.sq_layout .button span,
.wp-block-post-content .block-editor .button span {
  position: relative;
  z-index: 1;
}
.sq_layout .button:after,
.wp-block-post-content .block-editor .button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.sq_layout .button:hover:after,
.wp-block-post-content .block-editor .button:hover:after {
  transform: translate3d(0, -100%, 0);
}
.sq_layout .button.green,
.wp-block-post-content .block-editor .button.green {
  background-color: var(--color-beige);
  color: var(--color-black);
}
.sq_layout .button.green:after,
.wp-block-post-content .block-editor .button.green:after {
  background-color: var(--color-green);
}
.sq_layout .button.trans,
.wp-block-post-content .block-editor .button.trans {
  background-color: transparent;
  border: 1px solid var(--color-beige);
  color: var(--color-beige);
}
.sq_layout .button.trans:hover,
.wp-block-post-content .block-editor .button.trans:hover {
  color: var(--color-beige);
  background-color: var(--color-black);
}
.sq_layout .button.trans:after,
.wp-block-post-content .block-editor .button.trans:after {
  background-color: transparent;
}
.sq_layout .button.black,
.wp-block-post-content .block-editor .button.black {
  background-color: var(--color-green);
  color: var(--color-white);
}
.sq_layout .button.black:hover span,
.wp-block-post-content .block-editor .button.black:hover span {
  color: var(--color-white);
}
.sq_layout .button.black:after,
.wp-block-post-content .block-editor .button.black:after {
  background-color: var(--color-black);
}

.gform_wrapper .gform_title {
  display: none;
}
.gform_wrapper .gform_fields {
  display: grid;
  grid-template-columns: 2fr 56px;
  gap: 10px;
}
@media (max-width: 991.98px) {
  .gform_wrapper .gform_fields {
    gap: 3px;
  }
}
.gform_wrapper .gform_fields .gfield > .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield input, .gform_wrapper .gform_fields .gfield textarea {
  width: 500px;
  height: 55px;
  border-radius: 8px;
  background-color: var(--color-creme);
  padding-left: 15px;
}
.gform_wrapper .gform_fields .gfield_validation_message {
  display: none;
}
.gform_wrapper .gform_fields .gform-field-label {
  display: none;
}
.gform_wrapper .gform_fields .validation_message {
  color: var(--color-beige);
}
.gform_wrapper .gform_footer .button {
  cursor: pointer;
  background-color: var(--color-green);
  color: var(--color-black);
}
.gform_wrapper .gform_footer .button:hover {
  background-color: var(--color-beige);
}
.wp-block-group .gform_wrapper .gform_footer .button:hover {
  background-color: var(--color-creme);
}
.gform_wrapper .gform_footer input[type=image] {
  width: 55px;
  height: 56px;
  padding: 0;
  border-radius: 0;
}
.gform_wrapper .gform_validation_errors {
  background-color: transparent !important;
}
.gform_wrapper .gfield--type-honeypot {
  opacity: 0;
  visibility: hidden;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
  grid-column: auto !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 16px;
}

.wrapper--content > div > .gform_wrapper {
  --_gform-px: var(--container-padding-x, 1.5rem);
  width: 100%;
  max-width: calc(100% - 2 * var(--_gform-px));
  margin-inline: auto;
}
@media (min-width: 576px) {
  .wrapper--content > div > .gform_wrapper {
    max-width: calc(var(--container-w-sm, 576px) - 2 * var(--_gform-px));
  }
}
@media (min-width: 768px) {
  .wrapper--content > div > .gform_wrapper {
    max-width: calc(var(--container-w-md, 720px) - 2 * var(--_gform-px));
  }
}
@media (min-width: 992px) {
  .wrapper--content > div > .gform_wrapper {
    max-width: calc(var(--container-w-lg, 960px) - 2 * var(--_gform-px));
  }
}
@media (min-width: 1200px) {
  .wrapper--content > div > .gform_wrapper {
    max-width: calc(var(--container-w-xl, 1140px) - 2 * var(--_gform-px));
  }
}
@media (min-width: 1400px) {
  .wrapper--content > div > .gform_wrapper {
    max-width: calc(var(--container-w-xxl, 1320px) - 2 * var(--_gform-px));
  }
}

.gform_confirmation_message {
  text-align: center !important;
  padding: 50px !important;
}

.wp-block-group .is-layout-constrained.wp-block-group__inner-container {
  padding: 0;
}
.wp-block-group > * + * {
  margin-top: 1rem;
}
.wp-block-group > .lead + * {
  margin-top: 1.5rem;
}
.wp-block-group > * + h2 {
  margin-top: 3rem;
}
.wp-block-group h3 {
  font-family: var(--font-family-slab);
  font-size: var(--font-size-step-3);
  font-variation-settings: "wght" 500;
}
.wp-block-group h3 + p {
  margin-top: 0;
}
.wp-block-group blockquote {
  position: relative;
  background-color: var(--color-black);
  color: var(--color-beige);
  padding: 84px 74px 120px 155px;
  border-radius: 25px;
  margin: 50px 0;
  font-size: var(--font-size-step-2);
  font-variation-settings: "wght" 350;
}
.wp-block-group blockquote span {
  color: var(--color-green);
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .wp-block-group blockquote {
    padding: 50px;
  }
}
.wp-block-group blockquote:before {
  position: absolute;
  content: "";
  left: 40px;
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  background-image: url(/images/quotes-visual.svg);
}
@media (max-width: 991.98px) {
  .wp-block-group blockquote:before {
    display: none;
  }
}
.wp-block-group ul {
  list-style: disc;
  flex-direction: column;
}
.wp-block-group ul li {
  text-transform: none;
}
.wp-block-group:before {
  position: absolute;
  content: "";
  top: 0;
}
.wp-block-group.has-background {
  padding-left: inherit !important;
  padding-right: inherit !important;
  background-origin: content-box !important;
  background-clip: content-box !important;
  background-size: calc(100vw - 160px) !important;
  background-position: center !important;
}
@media (max-width: 767.98px) {
  .wp-block-group.has-background {
    background-size: cover !important;
  }
}