/* purgecss start ignore */
/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */
/*
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: #c7c7c7; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
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]) {
  -webkit-text-decoration: underline dotted;
          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: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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 all 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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (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,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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: #8f8f8f; /* 2 */
}
/*
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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.3);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.3);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.hidden {
  display: none;
}
.size-full {
  width: 100%;
  height: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.border {
  border-width: 1px;
}
/* Base */
html {
  scroll-behavior: smooth;
}
.size-full {
    height: auto;
}
.banner-block {
    background-image: url(../../assets/images/big-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
html {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
    font-family: Poppins;
}
a, 
:root :where(.wp-block-post-content a:where(:not(.wp-element-button))) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
a:hover, :root :where(.wp-block-post-content a:where(:not(.wp-element-button))):hover {
        text-decoration: underline;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h1 {
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h2 {
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
  }
}
h3 {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2rem;
    font-weight: 500;
  }
}
h4 {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
h5 {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
ol,
ul,
menu {
  list-style-position: inside;
  list-style-type: disc;
}
@font-face {
    font-family: "Poppins";
    src: url("../../assets/fonts/WixMadeforText-VariableFont_wght.ttf") format("ttf");
    font-display: fallback;
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    src: url("../../assets/fonts/Poppins-Bold.woff2") format("woff2");
    font-display: fallback;
}
header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.main-nav-scroll .wp-block-navigation__container li a.-active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(124 184 41 / var(--tw-border-opacity));
}
.mobile-header {
  margin: 0px;
}
.wp-block-navigation-item:last-child a {
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-navigation-item:last-child a:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.wp-block-navigation-item:last-child a {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 75 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.wp-block-navigation-item:last-child a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 57 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 57 75 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
footer ul {
  list-style-type: none;
}
.frm_form_fields legend {
  display: none;
}
.frm_form_field {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.frm_form_field label {
  font-size: 1rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.frm_primary_label {
  font-weight: 400 !important;
}
input[type="search"],
input[type="email"],
input[type="text"],
input[type="textarea"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(171 171 171 / var(--tw-border-opacity));
  padding: 1rem;
  font-size: 1rem;
  outline-color: #00394B;
}
input[type="search"]:focus-visible,
input[type="email"]:focus-visible,
input[type="text"]:focus-visible,
input[type="textarea"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="url"]:focus-visible,
input[type="password"]:focus-visible {
  outline-color: #00394B;
}
input[type="search"],
input[type="email"],
input[type="text"],
input[type="textarea"],
input[type="tel"],
input[type="url"],
input[type="password"] {
    -webkit-appearance: none;
}
input[type="search"] {
    outline-offset: 0;
}
.frm_submit .frm_button_submit {
  margin-top: 1rem;
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.frm_submit .frm_button_submit:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.frm_submit .frm_button_submit {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(124 184 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(124 184 41 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.frm_submit .frm_button_submit:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 227 169 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 227 169 / var(--tw-bg-opacity)) !important;
}
.frm_submit .frm_button_submit {
    color: #fff;
}
.frm_error {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(214 52 30 / var(--tw-text-opacity));
}
.frm_error_style {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 235 233 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(214 52 30 / var(--tw-text-opacity));
}
.frm_verify, .frm_required {
  display: none;
}
.wp-block-search__input {
  border-radius: 0.25rem !important;
    -webkit-appearance: none;
}
.post-password-form {
  max-width: 20rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
  padding: 1rem;
}
.post-password-form p:last-child {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.post-password-form p:last-child input[type="submit"] {
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.post-password-form p:last-child input[type="submit"]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.post-password-form p:last-child input[type="submit"] {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(124 184 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(124 184 41 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.post-password-form p:last-child input[type="submit"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 227 169 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 227 169 / var(--tw-bg-opacity)) !important;
}
/* Blocks */
.cta-banner {
  border-radius: 0.5rem;
    margin: -2rem;
}
.cta-banner:after {
  margin-top: 1rem;
  margin-bottom: 1rem;
        content: '';
        background-image: url(../../assets/images/iwb-symbol.svg);
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 100px;
        width: 100px;
        position: absolute;
        right: 0;
        bottom: -16px;
}
.main-footer {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .main-footer {
    margin-bottom: 5rem;
  }
}
.main-footer strong {
  font-size: 1.125rem !important;
}
.main-footer .footer-description {
  font-size: 1.125rem !important;
}
.main-footer .footer-nav .wp-block-navigation-item__label {
  font-size: 1.125rem !important;
}
.footer-bar .wp-block-navigation__container {
  justify-content: center;
}
@media (min-width: 768px) {
  .footer-bar .wp-block-navigation__container {
    justify-content: flex-end;
  }
}
.header-navigation {
  margin-top: 0px;
}
.header-navigation .wp-block-navigation-link {
  border-bottom-width: 2px;
  border-color: transparent;
  padding-top: 1rem;
  padding-bottom: 0.875rem;
}
.header-navigation .wp-block-navigation-link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(124 184 41 / var(--tw-border-opacity));
}
.header-navigation .wp-block-navigation-link a:hover {
  text-decoration-line: none;
}
.header-navigation .wp-block-navigation-link a:focus {
  text-decoration-line: none;
}
.wp-block-navigation__responsive-container-open {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 233 / var(--tw-bg-opacity));
  padding: 1rem;
}
.wp-block-navigation__responsive-container-open:before {
  padding-right: 1rem;
        content: 'menu';
        display: block;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 1rem;
}
.wp-block-navigation__responsive-container-close {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 233 / var(--tw-bg-opacity));
  padding: 1rem;
}
.banner-block-infra {
    background-image: url(../../assets/images/infra.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: right bottom;
}
.banner-block-water {
    background-image: url(../../assets/images/water.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: left bottom;
}
.banner-block-bouw {
    background-image: url(../../assets/images/bouw.svg);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: left bottom;
}
@media (min-width: 768px) {
  .slider {
    margin-top: -14rem !important;
  }
}
.banner-slider-container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .banner-slider-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.banner-slider-container .banner-slider {
  display: flex;
  align-items: center;
        scrollbar-width: none;
}
.banner-slider-container .banner-slider::-webkit-scrollbar {
  display: none;
}
.banner-slider-container .bullet {
  height: 0.125rem;
  width: 1rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.banner-slider-container .bullet.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.banner-slider-container .container {
  display: flex;
  max-width: 100%;
  flex: none;
  overflow: auto;
}
.banner-slider-container .container.x {
  width: 100%;
        flex-flow: row nowrap;
}
.banner-slider-container .container.x p[role="document"] {
  width: 100%;
  flex: none;
            scroll-snap-align: center;
}
.banner-slider-container .x.mandatory-scroll-snapping {
  gap: 2rem;
        scroll-snap-type: x mandatory;
        --container-width: 1940px;
        --container-outer-spacing: calc((100vw - var(--container-width)) / 2);
        scroll-behavior: smooth;
        padding-left: var(--container-outer-spacing);
        padding-right: var(--container-outer-spacing);
        scroll-padding-right: var(--container-outer-spacing);
        scroll-padding-left: var(--container-outer-spacing);
}
.banner-slider-container .container > div {
  flex: none;
  text-align: center;
        scroll-snap-align: center;
}
.banner-slider-container .container > div img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-slider-container .x.container > div {
  margin: 0px !important;
  height: 14rem;
  width: 16rem;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .banner-slider-container .x.container > div {
    padding: 2.5rem;
  }
}
.banner-slider-container .x.container > div {
        min-height: 14rem;
    }
@media (min-width: 768px) {
.banner-slider-container .x.container > div {
            width: 554px;
            max-width: 554px !important;
            height: 348px !important;
            max-height: 348px !important
    }
        }
.banner-slider-container .x.container > div img {
  border-radius: 0.5rem;
}
.banner-slider-container .slider-pill {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25rem;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.product-info-banner .info-block {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 768px) {
  .product-info-banner .info-block {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
.product-info-banner .info-block h2 {
  margin-bottom: 1.75rem !important;
  text-align: left;
}
@media (min-width: 768px) {
  .product-info-banner .info-block h2 {
    text-align: center;
  }
}
.product-info-banner .info-block .product-info-banner-description {
  text-align: left;
}
@media (min-width: 768px) {
  .product-info-banner .info-block .product-info-banner-description {
    text-align: center;
  }
}
.product-info-banner .info-block .win-labels {
  margin-top: 3.5rem !important;
  display: flex;
  max-width: 640px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-info-banner .info-block .win-labels {
    margin-top: 7rem !important;
    flex-direction: row;
  }
}
.product-info-banner .info-block .win-labels .wp-block-media-text {
  display: flex;
  flex-direction: row;
  border-radius: 0.5rem;
}
.product-info-banner .info-block .win-labels:after {
  position: absolute;
  margin-top: 20rem;
  height: 8rem;
  width: 3.5rem;
}
@media (min-width: 768px) {
  .product-info-banner .info-block .win-labels:after {
    height: 14rem;
    width: 6rem;
  }
}
.product-info-banner .info-block .win-labels:after {

                content: '';
                background-image: url(../../assets/images/big-arrow-down.svg);
                background-repeat: no-repeat;
                background-size: contain;
            }
.step-cards {
  margin-top: 5rem;
  margin-bottom: 7rem;
}
.step-cards .step-card {
        background-color: red;
    }
.step-cards .step-card .step-image figure {
                height: 100%;
            }
.step-cards .step-card .step-image figure img {
                    height: 100%;
                    padding: 0px}
.step-cards .step-card img {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.step-cards .step-card h4 {
  font-size: 1.5rem;
}
.img-client img {
    margin: 0 auto;
}
.price-cards {
  margin-top: 6rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .price-cards {
    margin-top: 12rem;
    margin-bottom: 10rem;
  }
}
.price-cards h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .price-cards h2 {
    margin-bottom: 5rem;
    text-align: center;
  }
}
.card {
  border-radius: 0.5rem;
    overflow: auto;
}
.card .card-image {
        height: 100%;
    }
.card .card-image img {
            height: 100%;
        }
.card h4:before {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
        content: '';
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 40px;
        width: 40px;
}
.card .infra:before {
        background-image: url(../../assets/images/infra-fill.svg);
    }
.card .water:before {
        background-image: url(../../assets/images/water-fill.svg);
    }
.card .bouw:before {
        background-image: url(../../assets/images/bouw-fill.svg);
    }
.card a {
        display: flex;
    }
.card a:after {
  margin-top: 0.375rem;
  margin-left: 1rem;
            content: '';
            background-image: url(../../assets/images/chevron.svg);
            background-repeat: no-repeat;
            background-size: contain;
            display: block;
            height: 15px;
            width: 15px;
}
.hero-banner {
  border-radius: 0.5rem;
}
.hero-banner:after {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.hero-banner:after {
  animation: pulse 10s ease-in-out infinite;
        content: '';
        background-image: url(../../assets/images/iwb-symbol-white.svg);
        background-repeat: no-repeat;
        background-size: contain;
        display: block;
        height: 195px;
        width: 195px;
        position: absolute;
        right: 0;
        bottom: -16px;
}
.our-team {
  margin-top: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .our-team {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
  .our-team h2 {
    margin-bottom: 3.5rem;
    text-align: center;
  }
}
.results {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .results {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.results h2 {
  text-align: left;
}
@media (min-width: 768px) {
  .results h2 {
    text-align: center;
  }
}
.results .results-description {
  margin-top: 0.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .results .results-description {
    text-align: center;
  }
}
.results .wp-block-columns {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.results .element-title {
  margin: 0px;
}
.banner-block {
  margin-top: 5rem;
  margin-bottom: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 768px) {
  .banner-block {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }
}
.banner-block .wp-block-columns {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .banner-block .wp-block-columns {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.banner-block .wp-block-columns .mywin-contact-description {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .banner-block .wp-block-columns .mywin-contact-description {
    font-size: 1.125rem !important;
  }
}
.banner-block .wp-block-columns .wp-block-column:last-child {
                /* @apply py-12 px-6 md:p-12; */
            }
/* Components */
.btn {
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.btn-default {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}
.btn-primary {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(124 184 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(124 184 41 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 227 169 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 227 169 / var(--tw-bg-opacity)) !important;
}
.btn-secondary {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 75 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 57 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 57 75 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-outline {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 75 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.btn-outline:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 57 75 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.btn-text {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(124 184 41 / var(--tw-text-opacity));
}
.btn-text:hover {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.btn-text:disabled {
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button .wp-block-button__link:disabled,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity));
}
.wp-block-button.is-style-primary-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-primary-button .wp-block-button__link {
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button.is-style-primary-button .wp-block-button__link:disabled,
.editor-styles-wrapper .wp-block-button.is-style-primary-button .wp-block-button__link:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.wp-block-button.is-style-primary-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-primary-button .wp-block-button__link {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(124 184 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(124 184 41 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.wp-block-button.is-style-primary-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-primary-button .wp-block-button__link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 227 169 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(203 227 169 / var(--tw-bg-opacity)) !important;
}
.wp-block-button.is-style-secondary-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-secondary-button .wp-block-button__link {
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button.is-style-secondary-button .wp-block-button__link:disabled,
.editor-styles-wrapper .wp-block-button.is-style-secondary-button .wp-block-button__link:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.wp-block-button.is-style-secondary-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-secondary-button .wp-block-button__link {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 75 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.wp-block-button.is-style-secondary-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-secondary-button .wp-block-button__link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 57 75 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 57 75 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem !important;
  font-weight: 700;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button.is-style-outline .wp-block-button__link:disabled,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 57 75 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 57 75 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.wp-block-button.is-style-text-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-text-button .wp-block-button__link {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(124 184 41 / var(--tw-text-opacity));
}
.wp-block-button.is-style-text-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-text-button .wp-block-button__link:hover {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.wp-block-button.is-style-text-button .wp-block-button__link:disabled,
.editor-styles-wrapper .wp-block-button.is-style-text-button .wp-block-button__link:disabled {
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.price-packages .wp-block-column {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}
.price-packages .wp-block-column .most-popular {
  margin: auto;
  width: max-content;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 227 169 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}
.price-packages .wp-block-column .wp-block-buttons {
  margin: 0px;
}
.price-packages .wp-block-column .wp-block-buttons .wp-block-button__link {
  justify-content: center;
}
.price-packages .wp-block-column .price-column {
  justify-content: center;
  gap: 0px;
}
.price-packages .wp-block-column .price-column .wp-block-column {
  max-width: 7rem;
  border-width: 0px;
}
.price-packages .product-list li {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 3rem;
  font-size: 1rem;
}
.price-packages .product-list .-included {
  position: relative;
  margin-left: 3rem;
  list-style-type: none;
  padding-left: 1.5rem;
  font-size: 1rem;
}
.price-packages .product-list .-included:before {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1.25rem;
  background-repeat: no-repeat;
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.500488' width='15' height='15' rx='7.5' fill='%23112B4E'/%3E%3Cpath d='M11.2812 5.18799L6.76953 10.438L4.71875 8.05162' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.price-packages .product-list .-excluded {
  position: relative;
  margin-left: 3rem;
  list-style-type: none;
  padding-left: 1.5rem;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity));
}
.price-packages .product-list .-excluded:before {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0.25rem;
  display: inline-block;
  height: 1rem;
  width: 1.25rem;
  background-repeat: no-repeat;
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.500488' width='15' height='15' rx='7.5' fill='%238F8F8F'/%3E%3Cpath d='M11 5.00049L5 11.0005' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 5.00049L11 11.0005' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.help-pages .has-x-large-font-size {
  margin-bottom: 1rem !important;
  font-size: 3rem !important;
  font-weight: 400 !important;
}
.help-pages .wp-block-columns .wp-block-column:first-child {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
@media (min-width: 768px) {
  .help-pages .wp-block-columns .wp-block-column:first-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.help-pages .wp-block-columns .wp-block-column:first-child h2 {
  font-weight: 400 !important;
}
.help-pages .wp-block-columns .wp-block-column:last-child {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@media (min-width: 768px) {
  .help-pages .wp-block-columns .wp-block-column:last-child {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.help-pages .wp-block-columns .wp-block-column:last-child ul {
  position: sticky;
                top: 72px;
}
.help-pages .wp-block-columns .wp-block-column:last-child ul li {
                    margin-top: 0.5rem;
                    margin-bottom: 0.5rem;
                }
.help-pages .wp-block-columns .wp-block-column:last-child ul .item-h3 > span {
  padding-left: 1rem;
}
.help-pages .wp-block-columns .wp-block-column:last-child ul .item-h4 > span {
  padding-left: 2rem;
}
.help-pages .wp-block-columns .wp-block-column:last-child ul a {
  display: inline-block;
  padding-left: 1.25rem;
}
.help-pages .wp-block-columns .wp-block-column:last-child .active a {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(124 184 41 / var(--tw-border-opacity));
  padding-left: 1rem;
  font-weight: 700;
}
.help-pages p {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.help-pages .help-hierarchy {
  font-weight: 700;
}
.help-pages .help-hierarchy .children {
  margin-top: 0.5rem;
}
.help-pages .help-hierarchy .children a {
  padding-left: 1rem;
  font-weight: 400;
}
.help-pages .help-hierarchy .current_page_item {
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(124 184 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 233 / var(--tw-bg-opacity));
}
.help-pages .help-hierarchy .current_page_item a {
  font-weight: 700;
}
s {
  position: relative;
  text-decoration-line: none;
}
s:after {
        content: '';
        position: absolute;
        bottom: -0.125rem;
        left: -0.5rem;
        right: -0.5rem;
        height: 0.75rem;

        background-image: url('../../assets/images/text-marker.svg');
        background-repeat: no-repeat;

        background-size: cover;
    }
/* Utilities */
.container {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
}
.hide-on-mobile {
  display: none !important;
}
@media (min-width: 768px) {
  .hide-on-mobile {
    display: block !important;
  }
}
.hide-on-desktop {
  display: block !important;
}
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none !important;
  }
  .md\:block {
    display: block;
  }
}
