/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./sass/custom/maincustom.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
@import url(https://use.typekit.net/eca2tug.css);
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./sass/custom/maincustom.scss (1) ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./sass/custom/maincustom.scss (2) ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.cdnfonts.com/css/co-headline);
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[0].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[4]!./sass/custom/maincustom.scss (3) ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.2.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: #e5e7eb; /* 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.
*/
html {
  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: Co-Headline; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
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. 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-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 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-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'] {
  -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;
}
/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 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;
}
:root {
    --headlinedefault: 218deg 100% 13%;
    --bodydefault: 224deg 56% 20%;
    --linkdefault: 218deg 100% 13%;
    --buttondefault: 218deg 100% 13%;
    --button-hoverdefault: 218deg 100% 32%;
    --button-textdefault: 0deg 0% 100%;
    --borderdefault: 0deg 1% 62%;
    --primarydefault: 0deg 0% 100%;
    --secondarydefault: 218deg 100% 13%;
    --accentdefault: 32deg 57% 89%;
    /* ----------------- */
    --headline: 218deg 100% 13%;
    --body: 224deg 56% 20%;
    --link: 218deg 100% 13%;
    --button: 218deg 100% 13%;
    --button-hover: 218deg 100% 32%;
    --button-text: 0deg 0% 100%;
    --border: 0deg 0% 31%;
    --primary: 83deg 56% 94%;
    --secondary: 224deg 56% 20%;
    --accent: 78deg 100% 37%;
    /* ----------------- */
    --headline2: 218deg 100% 13%;
    --body2: 224deg 56% 20%;
    --link2: 218deg 100% 13%;
    --button2: 218deg 100% 13%;
    --button-hover2: 218deg 100% 32%;
    --button-text2: 0deg 0% 100%;
    --border2: 0deg 0% 31%;
    --primary2: 222deg 87% 97%;
    --secondary2: 218deg 100% 13%;
    --accent2: 78deg 100% 37%;
    --padding-sm: 0 1rem;
    --padding-md: 0 6rem;
    --padding-lg: 0 10rem;
    --padding-y-sm: 4rem;
    --padding-y-md: 6rem;
    --padding-y-lg: 8rem;
    --margin-sm: 1rem auto;
    --margin-md: 2rem auto;
    --margin-lg: 4rem auto;
    --hex-font-sm: 0.75rem;
    /* 12px */
    --hex-font-base: 1rem;
    /* 16px */
    --hex-font-lg: 1.125rem;
    /* 18px */
    --hex-font-xl: 1.25rem;
    /* 20px */
    --hex-font-2xl: 1.5rem;
    /* 24px */
    --hex-font-3xl: 1.875rem;
    /* 30px */
    --hex-font-4xl: 2.25rem;
    /* 36px */
    --hex-font-5xl: 3rem;
    /* 48px */
    --hex-font-6xl: 4rem;
    /* 64px */
    --hex-br-standard: 4px;
    --hex-br-small: 2px;
    --hex-br-large: 10px;
  }
.hex-color-palette1 .mainlink{
  color: hsl(var(--link));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 .mainlink i{
  color: hsl(var(--link));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 .mainlink:hover{
  color: hsl(var(--button-hover));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 .mainlink:hover i{
  color: hsl(var(--button-hover));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 a{
  color: hsl(var(--link));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 a i{
  color: hsl(var(--link));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 a:hover{
  color: hsl(var(--button-hover));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 a:hover i{
  color: hsl(var(--button-hover));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 a.button-primary{
  background-color: hsl(var(--button));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    box-shadow: none;
}
.hex-color-palette1 a.button-primary i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 a.button-primary:hover{
  background-color: hsl(var(--button-hover));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 a.button-secondary{
  border-color: hsl(var(--button));
  color: hsl(var(--link));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 a.button-secondary:hover{
  border-color: hsl(var(--button-hover));
  background-color: hsl(var(--button-hover));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1.hex-gradient {
    background: linear-gradient(0deg, #f1f8e6, #f1f8e6 60%, rgba(242, 248, 231, 0) 0, rgba(242, 248, 231, 0));
  }
.hex-color-palette1 .card-container a .card-boxed{
  border-style: none;
  background-color: hsl(var(--primarydefault));
    box-shadow: none;
}
.hex-color-palette1 .card-container a .card-boxed .card-image {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
.hex-color-palette1 .card-container a .card-boxed .card-image img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
@media (min-width: 1536px) {
    .hex-color-palette1 .card-container a .card-boxed .card-image img {
      height: 300px;
    }
  }
.hex-color-palette1 .card-container a .card-boxed .card-text{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hex-color-palette1 .card-container a .card-boxed .card-text .card-title{
  margin-bottom: 0.5rem;
}
.hex-color-palette1 .card-container a .card-boxed .card-text .card-description{
  margin-bottom: 1.5rem;
}
.hex-color-palette1 .card-container a .card-boxed .card-text .card-author{
  margin-top: 0px;
}
.hex-color-palette1 .card-container a .card-boxed .card-text .card-link,
.hex-color-palette1 .card-container a .card-boxed .card-text .button-primary,
.hex-color-palette1 .card-container a .card-boxed .card-text .button-secondary{
  margin-bottom: 0px;
  margin-top: auto;
  align-self: flex-start;
}
.hex-color-palette1 .card-container .card-boxed{
  border-style: none;
  background-color: hsl(var(--primarydefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    box-shadow: none;
}
.hex-color-palette1 .card-container .card-boxed .card-image {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
.hex-color-palette1 .card-container .card-boxed .card-image img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
@media (min-width: 1536px) {
    .hex-color-palette1 .card-container .card-boxed .card-image img {
      height: 300px;
    }
  }
.hex-color-palette1 .card-container .card-boxed .card-text{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hex-color-palette1 .card-container .card-boxed .card-text .card-title{
  margin-bottom: 0.5rem;
}
.hex-color-palette1 .card-container .card-boxed .card-text .card-description{
  margin-bottom: 1.5rem;
}
.hex-color-palette1 .card-container .card-boxed .card-text .card-author{
  margin-top: 0px;
}
.hex-color-palette1 .card-container .card-boxed .card-text .card-link,
.hex-color-palette1 .card-container .card-boxed .card-text .button-primary,
.hex-color-palette1 .card-container .card-boxed .card-text .button-secondary{
  margin-bottom: 0px;
  margin-top: auto;
  align-self: flex-start;
    border-bottom-width: 0;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
}
.hex-color-palette1 .pagination ul li.selected{
  background-color: hsl(var(--button));
}
.hex-color-palette1 .pagination ul li.selected a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palette2 .mainlink{
  color: hsl(var(--link2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .mainlink i{
  color: hsl(var(--link2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .mainlink:hover{
  color: hsl(var(--button-hover2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .mainlink:hover i{
  color: hsl(var(--button-hover2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 a{
  color: hsl(var(--link2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 a i{
  color: hsl(var(--link2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 a:hover{
  color: hsl(var(--button-hover2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 a:hover i{
  color: hsl(var(--button-hover2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 a.button-primary{
  background-color: hsl(var(--button2));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    box-shadow: none;
}
.hex-color-palette2 a.button-primary i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 a.button-primary:hover{
  background-color: hsl(var(--button-hover2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 a.button-secondary{
  border-color: hsl(var(--button2));
  color: hsl(var(--link2));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 a.button-secondary:hover{
  border-color: hsl(var(--button-hover2));
  background-color: hsl(var(--button-hover2));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .card-container a .card-boxed{
  border-style: none;
  background-color: hsl(var(--primarydefault));
    box-shadow: none;
}
.hex-color-palette2 .card-container a .card-boxed .card-image{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.hex-color-palette2 .card-container a .card-boxed .card-image img{
  height: 150px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.hex-color-palette2 .card-container a .card-boxed .card-text{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hex-color-palette2 .card-container a .card-boxed .card-text .card-title{
  margin-bottom: 0.5rem;
}
.hex-color-palette2 .card-container a .card-boxed .card-text .card-description{
  margin-bottom: 1.5rem;
}
.hex-color-palette2 .card-container a .card-boxed .card-text .card-author{
  margin-top: 0px;
}
.hex-color-palette2 .card-container a .card-boxed .card-text .card-link,
.hex-color-palette2 .card-container a .card-boxed .card-text .button-primary,
.hex-color-palette2 .card-container a .card-boxed .card-text .button-secondary{
  margin-bottom: 0px;
  margin-top: auto;
  align-self: flex-start;
}
.hex-color-palette2 .card-container .card-boxed{
  border-style: none;
  background-color: hsl(var(--primarydefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    box-shadow: none;
}
.hex-color-palette2 .card-container .card-boxed .card-image {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
.hex-color-palette2 .card-container .card-boxed .card-image img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
@media (min-width: 1536px) {
    .hex-color-palette2 .card-container .card-boxed .card-image img {
      height: 300px;
    }
  }
.hex-color-palette2 .card-container .card-boxed .card-text{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.hex-color-palette2 .card-container .card-boxed .card-text .card-title{
  margin-bottom: 0.5rem;
}
.hex-color-palette2 .card-container .card-boxed .card-text .card-description{
  margin-bottom: 1.5rem;
}
.hex-color-palette2 .card-container .card-boxed .card-text .card-author{
  margin-top: 0px;
}
.hex-color-palette2 .card-container .card-boxed .card-text .card-link,
.hex-color-palette2 .card-container .card-boxed .card-text .button-primary,
.hex-color-palette2 .card-container .card-boxed .card-text .button-secondary{
  margin-bottom: 0px;
  margin-top: auto;
  align-self: flex-start;
    border-bottom-width: 0;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
}
.hex-color-palette2 .pagination ul li.selected{
  background-color: hsl(var(--button2));
}
.hex-color-palette2 .pagination ul li.selected a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palettedefault .mainlink{
  color: hsl(var(--linkdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault .mainlink i{
  color: hsl(var(--linkdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault .mainlink:hover{
  color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault .mainlink:hover i{
  color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault a{
  color: hsl(var(--linkdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault a i{
  color: hsl(var(--linkdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault a:hover{
  color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault a:hover i{
  color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault a.button-primary{
  background-color: hsl(var(--buttondefault));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    box-shadow: none;
}
.hex-color-palettedefault a.button-primary i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault a.button-primary:hover{
  background-color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault a.button-secondary{
  border-color: hsl(var(--buttondefault));
  color: hsl(var(--linkdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault a.button-secondary:hover{
  border-color: hsl(var(--button-hoverdefault));
  background-color: hsl(var(--button-hoverdefault));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault .search-icon{
  display: inline-block;
  cursor: pointer;
  border-radius: 0.125rem;
  text-align: center;
  font-family: Rubik;
    background-color: white;
    border: 2px solid;
    border-color: hsl(var(--buttondefault));
    color: hsl(var(--linkdefault));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.hex-color-palettedefault .search-icon i{
  color: hsl(var(--buttondefault));
}
.hex-color-palettedefault .search-icon:hover{
  background-color: hsl(var(--button));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
    border: 2px solid;
    border-color: hsl(var(--button));
}
.hex-color-palettedefault .search-icon:hover i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palettedefault .pagination ul li.selected{
  background-color: hsl(var(--buttondefault));
}
.hex-color-palettedefault .pagination ul li.selected a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-blockgrid {
    gap: 0;
    padding-top: calc(var(--padding-y-sm) / 4);
    padding-bottom: calc(var(--padding-y-sm) / 4);
  }
@media (min-width: 1024px) {
    .hex-blockgrid {
      gap: 3rem;
    }
  }
@media (min-width: 768px) {
    .hex-blockgrid {
      padding-top: calc(var(--padding-y-md) / 4);
      padding-bottom: calc(var(--padding-y-md) / 4);
    }
  }
@media (min-width: 1280px) {
    .hex-blockgrid {
      padding-top: calc(var(--padding-y-lg) / 4);
      padding-bottom: calc(var(--padding-y-lg) / 4);
    }
  }
.hex-blockgrid:first-child {
    padding-top: calc(var(--padding-y-sm) / 4);
    padding-bottom: calc(var(--padding-y-sm) / 4);
  }
@media (min-width: 768px) {
    .hex-blockgrid:first-child {
      padding-top: calc(var(--padding-y-md) / 4);
    }
  }
@media (min-width: 1280px) {
    .hex-blockgrid:first-child {
      padding-top: calc(var(--padding-y-lg) / 2);
      padding-bottom: calc(var(--padding-y-lg) / 4);
    }
  }
.hex-blockgrid:last-child {
    padding-top: calc(var(--padding-y-sm) / 4);
    padding-bottom: calc(var(--padding-y-sm) / 4);
  }
@media (min-width: 768px) {
    .hex-blockgrid:last-child {
      padding-bottom: calc(var(--padding-y-md) / 4);
    }
  }
@media (min-width: 1280px) {
    .hex-blockgrid:last-child {
      padding-top: calc(var(--padding-y-lg) / 4);
      padding-bottom: calc(var(--padding-y-lg) / 2);
    }
  }
.hex-blockgrid:only-child {
    padding-top: calc(var(--padding-y-sm) / 4);
    padding-bottom: calc(var(--padding-y-sm) / 4);
  }
@media (min-width: 768px) {
    .hex-blockgrid:only-child {
      padding-top: calc(var(--padding-y-md) / 4);
      padding-bottom: calc(var(--padding-y-md) / 4);
    }
  }
@media (min-width: 1280px) {
    .hex-blockgrid:only-child {
      padding-top: calc(var(--padding-y-lg) / 4);
      padding-bottom: calc(var(--padding-y-lg) / 4);
    }
  }
h1{
  font-size: var(--hex-font-4xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 1024px){
  h1{
    font-size: var(--hex-font-6xl);
  }
}
h2{
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 1024px){
  h2{
    font-size: var(--hex-font-5xl);
  }
}
h3{
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 1024px){
  h3{
    font-size: var(--hex-font-4xl);
  }
}
h4{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 1024px){
  h4{
    font-size: var(--hex-font-3xl);
  }
}
h5{
  font-size: var(--hex-font-xl);
  font-weight: 700;
  letter-spacing: 0em;
}
@media (min-width: 1024px){
  h5{
    font-size: var(--hex-font-2xl);
  }
}
h6{
  font-size: var(--hex-font-xl);
  font-weight: 700;
}
p{
  margin-bottom: 1rem;
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
a{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
  color: hsl(var(--linkdefault));
}
a.button-primary{
  font-size: var(--hex-font-lg);
}
a.button-secondary{
  font-size: var(--hex-font-lg);
}
dd{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
dt{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
ul{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 1rem;
  }
ul li::marker {
    color: #001740;
  }
ol{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
ol li{
  margin-left: 1.25rem;
  list-style-position: outside;
  list-style-type: decimal;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.rich-text-area h1{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
.rich-text-area h2{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
.rich-text-area h3{
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
.rich-text-area h4{
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
.rich-text-area h5{
  font-size: 1.25rem;
  font-weight: 700;
}
.rich-text-area h6{
  font-size: 1.125rem;
  font-weight: 700;
}
.rich-text-area p{
  margin-bottom: 1rem;
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
.rich-text-area p:last-child{
  margin-bottom: 0px;
}
.rich-text-area a{
  padding-bottom: 0px;
  font-family: Rubik;
  font-size: var(--hex-font-lg);
  font-weight: 700;
  color: hsl(var(--linkdefault));
    border-bottom-width: 0;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
    background-size: 100% 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
}
.rich-text-area a:hover {
    background-size: 0 1px;
    background-position: 0 100%;
  }
.rich-text-area a.button-primary{
  font-size: var(--hex-font-lg);
}
.rich-text-area a.button-secondary{
  font-size: var(--hex-font-lg);
}
.rich-text-area dd{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
.rich-text-area dt{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
.rich-text-area ul{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.rich-text-area ul li{
  font-size: var(--hex-font-lg);
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 1rem;
}
.rich-text-area ul li::marker {
    color: #001740;
  }
.rich-text-area ol{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.rich-text-area ol li{
  margin-left: 1.25rem;
  list-style-position: outside;
  list-style-type: decimal;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
/* Header & Footer */
.mainlink {
    border-bottom-width: 0;
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Rubik;
    font-size: var(--hex-font-lg);
    line-height: 1;
  }
.mainlink:hover {
    background-size: 100% 1px;
    background-position: 0 100%;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
    padding-left: 0px;
    padding-right: 0px;
  }
.mainlink i{
  font-size: var(--hex-font-base);
}
.mainlink .childlist li a{
  padding-bottom: 0.25rem;
  font-size: var(--hex-font-lg);
    border-bottom-width: 0;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#72a300, #72a300);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
}
.mainlink .childlist li a:hover {
    background-size: 100% 2px;
    background-position: 0 100%;
  }
.mainlink.group {
    border-bottom-width: 0;
    background-size: 0 0px;
    cursor: pointer;
  }
.top-item{
  font-size: var(--hex-font-base);
}
.footer-content_text p,
.footer-content_text a,
.footer-content_text ul,
.footer-content_text ol{
  font-size: var(--hex-font-base);
}
.footer-menu_column a {
    font-size: 14px;
  }
.footer-menu_column a h3{
  padding-bottom: 0.25rem;
  font-family: Rubik;
  font-weight: 400;
    font-size: 14px;
    border-bottom-width: 0;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in-out;
    display: inline-block;
}
.footer-menu_column a h3:hover{
  color: hsl(var(--buttondefault));
    background-size: 100% 1px;
    background-position: 0 100%;
}
/* Introduction area */
.hex-intro{
  max-width: 64rem;
  padding-bottom: 0px;
}
.hex-intro_title{
  padding-bottom: 1rem;
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 640px){
  .hex-intro_title{
    font-size: var(--hex-font-3xl);
  }
}
@media (min-width: 1536px){
  .hex-intro_title{
    font-size: var(--hex-font-4xl);
  }
}
.hex-intro_text{
  font-size: var(--hex-font-base);
}
.hex-intro.hex-intro-leftAligned{
  text-align: left;
}
.hex-intro.hex-intro-centerAligned{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hex-intro.hex-intro-rightAligned{
  text-align: right;
}
/* Component specific targetting */
.accordion-container .accordion-title{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 640px){
  .accordion-container .accordion-title{
    font-size: var(--hex-font-3xl);
  }
}
@media (min-width: 1536px){
  .accordion-container .accordion-title{
    font-size: var(--hex-font-4xl);
  }
}
.accordion-container .accordion-heading_title{
  font-size: var(--hex-font-lg);
  font-weight: 700;
}
.accordion-container .accordion-content p,
.accordion-container .accordion-content a{
  font-family: Rubik;
  font-size: var(--hex-font-base);
}
.accordion-container .accordion-content .rich-text-area ul li{
  font-size: var(--hex-font-base);
}
.cta-container .cta-noimage_title{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 640px){
  .cta-container .cta-noimage_title{
    font-size: var(--hex-font-3xl);
  }
}
@media (min-width: 1536px){
  .cta-container .cta-noimage_title{
    font-size: var(--hex-font-4xl);
  }
}
.cta-container .cta-noimage_title div p,
.cta-container .cta-noimage_title div a,
.cta-container .cta-noimage_title div ul,
.cta-container .cta-noimage_title div ol{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 1024px){
  .cta-container .cta-noimage_title div p,
.cta-container .cta-noimage_title div a,
.cta-container .cta-noimage_title div ul,
.cta-container .cta-noimage_title div ol{
    font-size: var(--hex-font-xl);
  }
}
.cta-container .cta-offcenter_title{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 640px){
  .cta-container .cta-offcenter_title{
    font-size: var(--hex-font-3xl);
  }
}
@media (min-width: 1536px){
  .cta-container .cta-offcenter_title{
    font-size: var(--hex-font-4xl);
  }
}
.cta-container .cta-offcenter_text p,
.cta-container .cta-offcenter_text a,
.cta-container .cta-offcenter_text ul,
.cta-container .cta-offcenter_text ol{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
@media (min-width: 1024px){
  .cta-container .cta-offcenter_text p,
.cta-container .cta-offcenter_text a,
.cta-container .cta-offcenter_text ul,
.cta-container .cta-offcenter_text ol{
    font-size: var(--hex-font-xl);
  }
}
.cta-container .cta-standard_title{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 640px){
  .cta-container .cta-standard_title{
    font-size: var(--hex-font-3xl);
  }
}
@media (min-width: 1536px){
  .cta-container .cta-standard_title{
    font-size: var(--hex-font-4xl);
  }
}
.cta-container .cta-standard_text p,
.cta-container .cta-standard_text a,
.cta-container .cta-standard_text ul,
.cta-container .cta-standard_text ol{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
@media (min-width: 1024px){
  .cta-container .cta-standard_text p,
.cta-container .cta-standard_text a,
.cta-container .cta-standard_text ul,
.cta-container .cta-standard_text ol{
    font-size: var(--hex-font-xl);
  }
}
.card-container .card-date {
    font-size: 14px;
    font-weight: normal;
  }
.card-container .card-title{
  font-family: Co-Headline;
  font-size: var(--hex-font-xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
.card-container .card-description p,
.card-container .card-description a,
.card-container .card-description ul,
.card-container .card-description ol,
.card-container .card-description li {
    font-weight: normal;
    font-family: Rubik;
    font-size: var(--hex-font-base);
  }
.card-container .card-label{
  font-family: Rubik;
  font-size: var(--hex-font-sm);
}
.card-container .card-link {
    font-weight: normal;
    font-size: 14px;
  }
.hex-contactarea .hex-contactdetails h2{
  overflow-wrap: break-word;
  font-size: var(--hex-font-lg);
  font-weight: 700;
}
.hex-contactarea .hex-contactdetails_address{
  font-size: var(--hex-font-base);
}
.hex-contactarea .hex-contactdetails_address-title{
  font-weight: 700;
}
.hex-contactarea .hex-contactdetails_links{
  font-size: var(--hex-font-base);
}
.hex-contactarea .umbraco-forms-field.checkbox .umbraco-forms-label{
  font-weight: 400;
}
.hero-container .hero-split_subtitle{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
  font-weight: 400;
}
.hero-container .hero-split_title{
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 1280px){
  .hero-container .hero-split_title{
    font-size: var(--hex-font-5xl);
  }
}
.hero-container .hero-split_text p,
.hero-container .hero-split_text a,
.hero-container .hero-split_text ul,
.hero-container .hero-split_text ol{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
.hero-container .hero-split_author-details .author-name p{
  font-weight: 700;
}
.hero-container .hero-fullwidth_subtitle{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
  font-weight: 400;
}
.hero-container .hero-fullwidth_title{
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 1280px){
  .hero-container .hero-fullwidth_title{
    font-size: var(--hex-font-5xl);
  }
}
.hero-container .hero-fullwidth_text p,
.hero-container .hero-fullwidth_text a,
.hero-container .hero-fullwidth_text ul,
.hero-container .hero-fullwidth_text ol{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
.hero-container .hero-fullwidth_author-details .author-namge p{
  font-weight: 700;
}
.hero-container .hero-noimage_subtitle{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
  font-weight: 400;
}
.hero-container .hero-noimage_title{
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 1280px){
  .hero-container .hero-noimage_title{
    font-size: var(--hex-font-5xl);
  }
}
.hero-container .hero-noimage_text p,
.hero-container .hero-noimage_text a,
.hero-container .hero-noimage_text ul,
.hero-container .hero-noimage_text ol{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
.testimonial-boxed .testimonial-container .quote-text p,
.testimonial-boxed .testimonial-container .quote-text a,
.testimonial-boxed .testimonial-container .quote-text ul,
.testimonial-boxed .testimonial-container .quote-text ol{
  font-size: var(--hex-font-xl);
  line-height: 1.375;
}
@media (min-width: 1024px){
  .testimonial-boxed .testimonial-container .quote-text p,
.testimonial-boxed .testimonial-container .quote-text a,
.testimonial-boxed .testimonial-container .quote-text ul,
.testimonial-boxed .testimonial-container .quote-text ol{
    font-size: var(--hex-font-2xl);
  }
}
.testimonial-boxed .testimonial-container .quote-details .quote-name p{
  font-family: Rubik;
  font-size: var(--hex-font-base);
  font-weight: 700;
}
.testimonial-boxed .testimonial-container .quote-details .quote-name p span{
  font-size: var(--hex-font-base);
  font-weight: 700;
}
.testimonial-unboxed .testimonial-container .quote-text p,
.testimonial-unboxed .testimonial-container .quote-text a,
.testimonial-unboxed .testimonial-container .quote-text ul,
.testimonial-unboxed .testimonial-container .quote-text ol{
  font-size: var(--hex-font-xl);
  line-height: 1.375;
}
@media (min-width: 1024px){
  .testimonial-unboxed .testimonial-container .quote-text p,
.testimonial-unboxed .testimonial-container .quote-text a,
.testimonial-unboxed .testimonial-container .quote-text ul,
.testimonial-unboxed .testimonial-container .quote-text ol{
    font-size: var(--hex-font-2xl);
  }
}
.testimonial-unboxed .testimonial-container .quote-details .quote-name p{
  font-family: Rubik;
  font-size: var(--hex-font-base);
  font-weight: 700;
}
.testimonial-unboxed .testimonial-container .quote-details .quote-name p span{
  font-size: var(--hex-font-base);
  font-weight: 700;
}
.statistics-container .statistics-item_title{
  font-size: var(--hex-font-lg);
}
.statistics-container .statistics-item_stat{
  font-size: var(--hex-font-4xl);
}
@media (min-width: 1024px){
  .statistics-container .statistics-item_stat{
    font-size: var(--hex-font-5xl);
  }
}
.statistics-container .statistics-item_icon{
  font-size: var(--hex-font-4xl);
}
@media (min-width: 1024px){
  .statistics-container .statistics-item_icon{
    font-size: var(--hex-font-5xl);
  }
}
.textimage-container .textimage-subtitle{
  font-family: Rubik;
  font-size: var(--hex-font-base);
}
@media (min-width: 1024px){
  .textimage-container .textimage-subtitle{
    font-size: var(--hex-font-lg);
  }
}
.textimage-container .textimage-title{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 640px){
  .textimage-container .textimage-title{
    font-size: var(--hex-font-3xl);
  }
}
@media (min-width: 1536px){
  .textimage-container .textimage-title{
    font-size: var(--hex-font-4xl);
  }
}
.textimage-container .textimage-content p,
.textimage-container .textimage-content a,
.textimage-container .textimage-content ul,
.textimage-container .textimage-content ol{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
.textarea-container .textarea_title{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  letter-spacing: 0em;
}
@media (min-width: 1536px){
  .textarea-container .textarea_title{
    font-size: var(--hex-font-3xl);
  }
}
.textarea-container .textarea_text{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
.textarea-container.textarea-size-standard .textarea_title{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  letter-spacing: 0em;
}
@media (min-width: 1536px){
  .textarea-container.textarea-size-standard .textarea_title{
    font-size: var(--hex-font-3xl);
  }
}
.textarea-container.textarea-size-standard .textarea_text p,
.textarea-container.textarea-size-standard .textarea_text a,
.textarea-container.textarea-size-standard .textarea_text ul,
.textarea-container.textarea-size-standard .textarea_text ol{
  font-family: Rubik;
  font-size: var(--hex-font-lg);
}
.textarea-container.textarea-size-big .textarea_title{
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  letter-spacing: 0em;
}
@media (min-width: 1536px){
  .textarea-container.textarea-size-big .textarea_title{
    font-size: var(--hex-font-4xl);
  }
}
.textarea-container.textarea-size-big .textarea_text p,
.textarea-container.textarea-size-big .textarea_text a,
.textarea-container.textarea-size-big .textarea_text ul,
.textarea-container.textarea-size-big .textarea_text ol{
  font-size: var(--hex-font-xl);
}
.textarea-container.textarea-size-small .textarea_title{
  font-size: var(--hex-font-xl);
  font-weight: 700;
  letter-spacing: 0em;
}
@media (min-width: 1536px){
  .textarea-container.textarea-size-small .textarea_title{
    font-size: var(--hex-font-2xl);
  }
}
.textarea-container.textarea-size-small .textarea_text p,
.textarea-container.textarea-size-small .textarea_text a,
.textarea-container.textarea-size-small .textarea_text ul,
.textarea-container.textarea-size-small .textarea_text ol{
  font-size: 14px;
}
.video-container-youtube .video_wrapper .video_overlay-title{
  font-family: Co-Headline;
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  letter-spacing: 0em;
}
@media (min-width: 1536px){
  .video-container-youtube .video_wrapper .video_overlay-title{
    font-size: var(--hex-font-5xl);
  }
}
.search-container .search-result_title{
  font-size: var(--hex-font-xl);
}
.search-container .search-content h1{
  font-size: var(--hex-font-3xl);
}
.table-container .table-heading{
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  letter-spacing: -0.025em;
}
.table-container th p{
  margin-bottom: 0px;
  font-size: var(--hex-font-base);
}
.table-container td{
  padding: 0.5rem;
}
.table-container td p{
  margin-bottom: 0px;
  font-size: var(--hex-font-base);
}
.hex-section .hex-spacing-small{
  margin-left: auto;
  margin-right: auto;
    padding: var(--padding-sm);
}
.hex-section .hex-spacing-standard{
  margin-left: auto;
  margin-right: auto;
    padding: var(--padding-sm);
}
@media (min-width: 1536px) {
    .hex-section .hex-spacing-standard {
      padding: var(--padding-sm);
    }
  }
.hex-section .hex-spacing-big{
  margin-left: auto;
  margin-right: auto;
    padding: var(--padding-sm);
}
@media (min-width: 768px) {
    .hex-section .hex-spacing-big {
      padding: var(--padding-md);
    }
  }
@media (min-width: 1280px) {
    .hex-section .hex-spacing-big {
      padding: var(--padding-lg);
    }
  }
.hex-section .hex-spacing-fluid{
  margin-left: auto;
  margin-right: auto;
    padding: 0rem 0rem;
}
.hex-section .hex-navspacing-small{
  margin-left: auto;
  margin-right: auto;
    padding: 0;
}
@media (min-width: 768px) {
    .hex-section .hex-navspacing-small {
      padding: var(--padding-sm);
    }
  }
.hex-section .hex-navspacing-standard{
  margin-left: auto;
  margin-right: auto;
    padding: var(--padding-sm);
}
@media (min-width: 768px) {
    .hex-section .hex-navspacing-standard{
    margin-right: 0px;
      padding: var(--padding-md);
  }
  }
.hex-section .hex-navspacing-big{
  margin-left: auto;
  margin-right: auto;
    padding: var(--padding-sm);
}
@media (min-width: 768px) {
    .hex-section .hex-navspacing-big {
      padding: var(--padding-lg);
    }
  }
.hex-section .hex-navspacing-fluid{
  margin-left: auto;
  margin-right: auto;
}
.hex-section .hex-footerspacing-small{
  margin-left: auto;
  margin-right: auto;
    padding: var(--padding-sm);
}
.hex-section .hex-footerspacing-standard{
  margin-left: auto;
  margin-right: auto;
    padding: var(--padding-sm);
}
.hex-section .hex-footerspacing-big{
  margin-left: auto;
  margin-right: auto;
    padding: var(--padding-sm);
}
@media (min-width: 768px) {
    .hex-section .hex-footerspacing-big {
      padding: var(--padding-lg);
    }
  }
.hex-section .hex-footerspacing-fluid{
  margin-left: auto;
  margin-right: auto;
}
.hex-section .hex-footerspacing-huge{
  margin-left: auto;
  margin-right: auto;
    padding: 20rem;
}
.wrapper .hex-block {
    padding-top: calc(var(--padding-y-sm) / 2);
    padding-bottom: calc(var(--padding-y-sm) / 2);
  }
@media (min-width: 768px) {
    .wrapper .hex-block {
      padding-top: calc(var(--padding-y-md) / 2);
      padding-bottom: calc(var(--padding-y-md) / 2);
    }
  }
@media (min-width: 1280px) {
    .wrapper .hex-block {
      padding-top: calc(var(--padding-y-lg) / 2);
      padding-bottom: calc(var(--padding-y-lg) / 2);
    }
  }
.wrapper .hex-block:first-child {
    padding-top: calc(var(--padding-y-sm) / 2);
    padding-bottom: calc(var(--padding-y-sm) / 2);
  }
@media (min-width: 768px) {
    .wrapper .hex-block:first-child {
      padding-top: calc(var(--padding-y-md) / 2);
    }
  }
@media (min-width: 1280px) {
    .wrapper .hex-block:first-child {
      padding-top: calc(var(--padding-y-lg) / 2);
      padding-bottom: calc(var(--padding-y-lg) / 4);
    }
  }
.wrapper .hex-block:last-child {
    padding-top: calc(var(--padding-y-sm) / 2);
    padding-bottom: calc(var(--padding-y-sm) / 2);
  }
@media (min-width: 768px) {
    .wrapper .hex-block:last-child {
      padding-bottom: calc(var(--padding-y-md) / 2);
    }
  }
@media (min-width: 1280px) {
    .wrapper .hex-block:last-child {
      padding-top: calc(var(--padding-y-lg) / 4);
      padding-bottom: calc(var(--padding-y-lg) / 2);
    }
  }
.wrapper .hex-block:only-child {
    padding-top: calc(var(--padding-y-sm) / 2);
    padding-bottom: calc(var(--padding-y-sm) / 2);
  }
@media (min-width: 768px) {
    .wrapper .hex-block:only-child {
      padding-top: calc(var(--padding-y-md) / 2);
      padding-bottom: calc(var(--padding-y-md) / 2);
    }
  }
@media (min-width: 1280px) {
    .wrapper .hex-block:only-child {
      padding-top: calc(var(--padding-y-lg) / 2);
      padding-bottom: calc(var(--padding-y-lg) / 2);
    }
  }
.wrapper .hex-block_grid {
    padding-top: calc(var(--padding-y-sm) / 2);
    padding-bottom: calc(var(--padding-y-sm) / 2);
  }
@media (min-width: 768px) {
    .wrapper .hex-block_grid {
      padding-top: calc(var(--padding-y-md) / 2);
      padding-bottom: calc(var(--padding-y-md) / 2);
    }
  }
@media (min-width: 1280px) {
    .wrapper .hex-block_grid {
      padding-top: calc(var(--padding-y-lg) / 2);
      padding-bottom: calc(var(--padding-y-lg) / 2);
    }
  }
.wrapper .hex-block_grid:first-child {
    padding-top: calc(var(--padding-y-sm) / 2);
    padding-bottom: calc(var(--padding-y-sm) / 2);
  }
@media (min-width: 768px) {
    .wrapper .hex-block_grid:first-child {
      padding-top: calc(var(--padding-y-md) / 2);
    }
  }
@media (min-width: 1280px) {
    .wrapper .hex-block_grid:first-child {
      padding-top: calc(var(--padding-y-lg) / 2);
      padding-bottom: calc(var(--padding-y-lg) / 4);
    }
  }
.wrapper .hex-block_grid:last-child {
    padding-top: calc(var(--padding-y-sm) / 2);
    padding-bottom: calc(var(--padding-y-sm) / 2);
  }
@media (min-width: 768px) {
    .wrapper .hex-block_grid:last-child {
      padding-bottom: calc(var(--padding-y-md) / 2);
    }
  }
@media (min-width: 1280px) {
    .wrapper .hex-block_grid:last-child {
      padding-top: calc(var(--padding-y-lg) / 4);
      padding-bottom: calc(var(--padding-y-lg) / 2);
    }
  }
.wrapper .hex-block_grid:only-child {
    padding-top: calc(var(--padding-y-sm) / 2);
    padding-bottom: calc(var(--padding-y-sm) / 2);
  }
@media (min-width: 768px) {
    .wrapper .hex-block_grid:only-child {
      padding-top: calc(var(--padding-y-md) / 2);
      padding-bottom: calc(var(--padding-y-md) / 2);
    }
  }
@media (min-width: 1280px) {
    .wrapper .hex-block_grid:only-child {
      padding-top: calc(var(--padding-y-lg) / 2);
      padding-bottom: calc(var(--padding-y-lg) / 2);
    }
  }
.button-primary{
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-family: Rubik;
    border-radius: 0.25rem;
    padding: 1rem 1.5rem;
}
.button-primary:hover{
  background-color: hsl(var(--button-hover));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button-secondary{
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  text-align: center;
  font-family: Rubik;
    padding: 1rem 1.5rem;
    border: 2px solid;
    border-radius: 0.25rem;
}
.button-secondary:hover{
  background-color: hsl(var(--button));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pagination ul li {
    margin-left: 0;
    list-style-type: none;
  }
.umbraco-forms-form .umbraco-forms-field.checkbox {
    display: flex;
    flex-direction: column;
  }
.umbraco-forms-page .umbraco-forms-fieldset legend{
  font-size: var(--hex-font-3xl);
}
.umbraco-forms-page .umbraco-forms-indicator{
  color: hsl(var(--headlinedefault));
}
.umbraco-forms-page .umbraco-forms-field-wrapper .field-validation-error,
.umbraco-forms-page .umbraco-forms-field-wrapper .umbraco-forms-indicator{
  font-family: Rubik;
    color: #c40e0e;
    font-size: 14px;
    padding-bottom: 1rem;
    font-weight: 500;
}
.umbraco-forms-page .umbraco-forms-tooltip{
  font-family: Rubik;
  font-size: var(--hex-font-base);
    padding-bottom: 1rem;
    font-weight: 500;
}
.umbraco-forms-page .umbraco-forms-forms-label{
  font-family: Rubik;
  font-size: var(--hex-font-base);
    font-weight: 500;
}
.umbraco-forms-page .text{
  font-size: var(--hex-font-base);
}
.umbraco-forms-page .umbraco-forms-field.multiplechoice span.checkboxlist {
    margin-bottom: 2rem !important;
  }
.umbraco-forms-page textarea{
  font-size: var(--hex-font-base);
    padding: 0.75rem;
}
.umbraco-forms-page .field-validation-error{
  font-size: var(--hex-font-base);
}
.umbraco-forms-page input[type=text],
.umbraco-forms-page input[type=password],
.umbraco-forms-page select {
    border-radius: 0;
  }
.umbraco-forms-page input[type=file]{
  font-size: var(--hex-font-base);
    margin-top: 1rem;
}
.umbraco-forms-page input[type=text] {
    max-width: 400px !important;
    padding: 5px;
    display: block;
    width: 95%;
    margin: 0.5em 0;
    border: 1px solid #bbb;
    border-width: thin !important;
    border-style: solid !important;
    border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
  }
.umbraco-forms-page .radiobuttonlist {
    margin-top: 0.5rem;
  }
.umbraco-forms-page .radiobuttonlist .radio-item label{
  font-size: var(--hex-font-base);
}
.umbraco-forms-page .checkboxlist {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
.umbraco-forms-page .checkboxlist .checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
.umbraco-forms-page .checkboxlist .checkbox-item input[type=checkbox] {
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
.umbraco-forms-page .checkboxlist .checkbox-item label {
    cursor: pointer;
    font-size: 16px;
  }
.umbraco-forms-page option{
  font-size: var(--hex-font-base);
}
.umbraco-forms-page .data.checkbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
.umbraco-forms-page .data.checkbox .umbraco-forms-field-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
  }
.umbraco-forms-page .data.checkbox .umbraco-forms-field-wrapper .checkbox {
    flex-direction: column;
  }
.umbraco-forms-page .data.checkbox .checkbox {
    display: flex;
    align-items: center;
  }
.umbraco-forms-page .data.checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
.umbraco-forms-page .data.checkbox .umbraco-forms-label {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 0px;
  }
.umbraco-forms-page .data.checkbox .umbraco-forms-tooltip {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    max-width: 600px;
  }
.search-overlay_box {
    border-radius: 0.125rem;
  }
.search-overlay_input input{
  font-family: Rubik;
}
.search-overlay_init p{
  font-size: var(--hex-font-base);
    margin-bottom: 0;
}
.search-overlay_viewall.active a{
  font-size: var(--hex-font-base);
  color: hsl(var(--bodydefault));
}
.search-overlay .search-overlay-result {
    margin-top: 0.5rem;
  }
.search-overlay .search-overlay-result h3{
  font-size: var(--hex-font-lg);
}
.search-overlay .search-overlay-result > div p{
  font-size: var(--hex-font-base);
  color: hsl(var(--bodydefault));
}
.filter-options .filter-dropdown label{
  font-family: Rubik;
  font-weight: 400;
}
.filter-options .filter-dropdown select{
  font-family: Rubik;
  font-weight: 400;
}
.filter-options .filter-dropdown select:hover{
  cursor: pointer;
}
.filter-options .filter-dropdown select {
    border-radius: 0.125rem;
    border: 1px solid;
  }
.filter-options .filter-selected button{
  font-family: Rubik;
  font-size: var(--hex-font-sm);
}
.filter-options .filter-cloud {
    max-width: 100%;
  }
.filter-options .filter-cloud button {
    border-radius: 0;
  }
.filter-options .filter-cloud button span{
  font-family: Rubik;
  font-size: var(--hex-font-sm);
}
.filter-options .filter-cloud button i {
    margin-left: 1rem;
  }
.hex-color-palettedefault .filter-options .filter-selected button{
  border-color: hsl(var(--button));
  color: hsl(var(--link));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault .filter-options .filter-selected button span,
.hex-color-palettedefault .filter-options .filter-selected button i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palettedefault .filter-options .filter-selected button:hover{
  background-color: hsl(var(--button));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault .filter-options .filter-cloud button{
  border-color: hsl(var(--border));
  background-color: transparent;
  color: hsl(var(--headlinedefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault .filter-options .filter-cloud button:hover{
  border-color: hsl(var(--button-hoverdefault));
  background-color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault .filter-options .filter-cloud button:hover span,
.hex-color-palettedefault .filter-options .filter-cloud button:hover i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palettedefault .filter-options .filter-cloud button.selected{
  border-style: none;
  background-color: hsl(var(--buttondefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palettedefault .filter-options .filter-cloud button.selected span,
.hex-color-palettedefault .filter-options .filter-cloud button.selected i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palettedefault .filter-options .filter-cloud button.selected:hover{
  background-color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 .filter-options .filter-selected button{
  border-color: hsl(var(--button));
  color: hsl(var(--link));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 .filter-options .filter-selected button span,
.hex-color-palette1 .filter-options .filter-selected button i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palette1 .filter-options .filter-selected button:hover{
  background-color: hsl(var(--button));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 .filter-options .filter-cloud button{
  border-color: hsl(var(--border));
  background-color: transparent;
  color: hsl(var(--headlinedefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 .filter-options .filter-cloud button:hover{
  border-color: hsl(var(--button-hoverdefault));
  background-color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 .filter-options .filter-cloud button:hover span,
.hex-color-palette1 .filter-options .filter-cloud button:hover i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palette1 .filter-options .filter-cloud button.selected{
  border-style: none;
  background-color: hsl(var(--buttondefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette1 .filter-options .filter-cloud button.selected span,
.hex-color-palette1 .filter-options .filter-cloud button.selected i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palette1 .filter-options .filter-cloud button.selected:hover{
  background-color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .filter-options .filter-selected button{
  border-color: hsl(var(--button));
  color: hsl(var(--link));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .filter-options .filter-selected button span,
.hex-color-palette2 .filter-options .filter-selected button i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palette2 .filter-options .filter-selected button:hover{
  background-color: hsl(var(--button));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .filter-options .filter-cloud button{
  border-color: hsl(var(--border));
  background-color: transparent;
  color: hsl(var(--headlinedefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .filter-options .filter-cloud button:hover{
  border-color: hsl(var(--button-hoverdefault));
  background-color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .filter-options .filter-cloud button:hover span,
.hex-color-palette2 .filter-options .filter-cloud button:hover i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palette2 .filter-options .filter-cloud button.selected{
  border-style: none;
  background-color: hsl(var(--buttondefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.hex-color-palette2 .filter-options .filter-cloud button.selected span,
.hex-color-palette2 .filter-options .filter-cloud button.selected i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hex-color-palette2 .filter-options .filter-cloud button.selected:hover{
  background-color: hsl(var(--button-hoverdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.woonnu .tags-container a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    border-radius: 2px;
}
.woonnu .tags-container a:hover{
  background-color: hsl(var(--buttondefault));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.footer {
    padding-bottom: 1rem;
  }
.footer:after {
    display: block;
    content: "";
    background-image: url(0dc98b6dcf3291a7dd7f.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 75px;
  }
@media (min-width: 1024px) {
    .footer-default {
      grid-column: span 1/span 1;
    }
  }
.footer-content_text {
    width: 100%;
  }
@media (min-width: 1024px) {
    .footer-content_text {
      width: 75%;
    }
  }
.footer-content_socialmedia{
  align-items: center;
}
.footer-content_socialmedia > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.footer-content_socialmedia:before{
  font-size: var(--hex-font-base);
  font-weight: 700;
  letter-spacing: 0em;
    content: "Volg ons op de socials";
    margin-right: 12px;
}
.footer-menu {
    margin-top: 0;
  }
@media (min-width: 768px) {
    .footer-menu {
      margin-top: 2rem;
    }
  }
@media (min-width: 1024px) {
    .footer-menu {
      margin-top: 0;
      grid-column: span 2/span 2;
    }
  }
.footer-menu_list li {
    margin-left: 0;
    list-style-type: none;
  }
.footer-menu-wrapper {
    height: -moz-fit-content;
    height: fit-content;
    gap: 1rem;
    margin-top: 2rem;
  }
@media (min-width: 1280px) {
    .footer-menu-wrapper {
      margin-top: 0;
    }
  }
.footer-menu_column {
    margin-top: 1rem;
  }
.footer-legal {
    align-items: center;
  }
.footer-legal_copyright {
    width: 100%;
  }
.footer-legal_copyright p {
    font-size: 14px;
    margin-bottom: 0;
  }
.footer-legal_nav {
    width: 100%;
  }
.footer-legal_nav-list {
    justify-content: end;
  }
.footer-legal_nav-list li {
    margin-left: 0;
    list-style-type: none;
  }
.footer-legal_nav-list li a {
    font-size: 14px;
  }
header {
    position: sticky;
    top: 0;
    z-index: 30;
    box-shadow: none;
  }
.navigation-simple_wrapper {
    padding: 0.75rem 0;
  }
.navigation-simple_container {
    width: 100%;
    justify-content: space-between;
  }
.navigation-simple_logo {
    padding-left: 0.75rem;
  }
@media (min-width: 1024px) {
    .navigation-simple_logo {
      padding-left: 0;
    }
  }
.navigation-simple_menu {
    gap: 1.5rem;
  }
@media (min-width: 1024px) {
    .navigation-simple_menu {
      margin-left: 0;
    }
  }
@media (min-width: 1280px) {
    .navigation-simple_menu {
      display: flex;
    }
  }
.navigation-simple_menu .mainlink {
    margin-right: 0;
  }
.navigation-simple_menu .mainlink_overview {
    padding-top: 1rem;
  }
.navigation-simple_menu .mainlink_overview i {
    margin-right: 0.5rem;
  }
.navigation-simple_menu .mainlink a{
  font-size: var(--hex-font-base);
    white-space: nowrap;
}
.navigation-simple_menu .mainlink-row {
    white-space: nowrap;
  }
.navigation-simple_menu .mainlink .childlist{
  width: auto;
  background-color: hsl(var(--primary2));
    margin: 0;
    padding: 1rem;
    box-shadow: 0px 10px 10px 0px rgba(200, 204, 208, 0.5);
    margin-left: -1rem;
}
.navigation-simple_menu .mainlink .childlist li {
    white-space: nowrap;
    margin-left: 0;
    list-style-type: none;
    padding: 0.5rem 0;
  }
.navigation-simple_menu .mainlink .childlist li a{
  font-size: var(--hex-font-base);
  color: hsl(var(--linkdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.navigation-simple_menu .mainlink .childlist li a i{
  color: hsl(var(--linkdefault));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.navigation-simple_menu .mainlink .childlist li a:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    color: #72a300;
}
.navigation-simple_menu .mainlink .childlist li a:hover i{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    color: #72a300;
}
.navigation-simple_secondary-menuwrapper {
    padding: 0.75rem 0;
  }
.navigation-simple_secondary-menu-list {
    margin-left: 0.5rem;
  }
.navigation-simple_secondary-menu-list .mainlink {
    font-size: 16px;
    padding: 0.5rem 0;
    cursor: pointer;
    display: inline-flex;
    min-height: 44px;
    min-width: 44px;
    align-items: center;
  }
.navigation-simple_secondary-buttoncontainer a {
    font-size: 16px;
  }
.navigation-simple_offcanvas {
    padding-left: 0;
    padding-right: 0;
  }
.navigation-simple_offcanvas .mobile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
  }
.navigation-simple_offcanvas-topbar{
  width: 100%;
}
@media (min-width: 640px){
  .navigation-simple_offcanvas-topbar{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .navigation-simple_offcanvas-topbar{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .navigation-simple_offcanvas-topbar{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .navigation-simple_offcanvas-topbar{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .navigation-simple_offcanvas-topbar{
    max-width: 1536px;
  }
}
.navigation-simple_offcanvas-topbar {
    margin: 0 auto;
    padding: 0.75rem 0;
  }
.navigation-simple_offcanvas-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
  }
@media (min-width: 640px){
  .navigation-simple_offcanvas-menu{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .navigation-simple_offcanvas-menu{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .navigation-simple_offcanvas-menu{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .navigation-simple_offcanvas-menu{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .navigation-simple_offcanvas-menu{
    max-width: 1536px;
  }
}
.navigation-simple_offcanvas-menu{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
    .navigation-simple_offcanvas-menu {
      padding: 0 1rem;
    }
  }
.navigation-simple_offcanvas-menu .button-container {
    margin: 1rem 0 2.5rem 0;
  }
.navigation-simple_offcanvas-menu .button-container .button-primary {
    display: block;
    text-align: center;
  }
@media (min-width: 1024px) {
    .navigation-simple_offcanvas-menu .button-container .button-primary {
      display: inline-block;
    }
  }
.navigation-simple_offcanvas-menu .button-container .button-secondary{
  display: block;
}
@media (min-width: 1024px){
  .navigation-simple_offcanvas-menu .button-container .button-secondary{
    display: inline-block;
  }
}
.navigation-simple_offcanvas-menu .button-container .link {
    font-size: 18px;
    align-self: auto;
  }
.navigation-simple_offcanvas-menu_secondary {
    padding-left: 1rem;
    padding-right: 1rem;
  }
.navigation-simple_offcanvas-menu_secondary .offcanvas-mainlink a {
    font-size: 18px;
  }
.navigation-simple_offcanvas-menu_secondary .button-container {
    margin-top: 1rem;
  }
.navigation-simple_offcanvas-menu_secondary .button-container .button-primary {
    display: block;
    text-align: center;
  }
@media (min-width: 1024px) {
    .navigation-simple_offcanvas-menu_secondary .button-container .button-primary {
      display: inline-block;
    }
  }
.navigation-simple_offcanvas-menu_secondary .button-container .button-secondary{
  display: block;
}
@media (min-width: 1024px){
  .navigation-simple_offcanvas-menu_secondary .button-container .button-secondary{
    display: inline-block;
  }
}
.navigation-simple_offcanvas-menu_secondary .button-container .link {
    font-size: 18px;
    align-self: auto;
  }
.navigation-simple_offcanvas-menu .offcanvas-mainlink-row .top-item {
    font-size: 18px;
    font-family: Rubik;
  }
.navigation-simple_offcanvas .mainlink_overview {
    padding-right: 1rem;
  }
.navigation-simple_offcanvas-secondary{
  width: 100%;
}
@media (min-width: 640px){
  .navigation-simple_offcanvas-secondary{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .navigation-simple_offcanvas-secondary{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .navigation-simple_offcanvas-secondary{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .navigation-simple_offcanvas-secondary{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .navigation-simple_offcanvas-secondary{
    max-width: 1536px;
  }
}
.navigation-simple_offcanvas-secondary{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
    .navigation-simple_offcanvas-secondary {
      padding: 0 1rem;
    }
  }
.navigation-simple_offcanvas .offcanvas-mainlink {
    padding-bottom: 0;
  }
.navigation-simple_offcanvas .offcanvas-mainlink a {
    font-size: 18px;
  }
.navigation-simple_offcanvas .offcanvas-mainlink-row .top-item {
    font-size: 18px;
  }
.navigation-simple_offcanvas .offcanvas-childlist{
  background-color: hsl(var(--primary2));
    padding: 0.5rem 0 0.5rem 0;
}
.navigation-simple_offcanvas .offcanvas-childlist li {
    margin-left: 0;
    list-style-type: none;
    padding: 0.5rem 1rem;
  }
.navigation-simple_offcanvas .offcanvas-childlist li a {
    font-size: 18px;
  }
@media (min-width: 1280px) {
    .hamburger-wrapper {
      display: none;
    }
  }
.hamburger-wrapper .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
  }
.offcanvas-search-container {
    margin-top: auto;
    margin-bottom: 1rem;
  }
.offcanvas-search-container .search-bar {
    padding: 0.5rem 2rem 0.5rem 2.5rem;
    border: 1px solid rgba(24, 28, 33, 0.5);
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
    width: 100%;
    font-weight: 500;
  }
.offcanvas-search-container .search-bar:focus {
    border-color: #a0a0a0;
  }
.offcanvas-search-container .search-box {
    width: 100%;
  }
.offcanvas-search-container .search-box form {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
    position: relative;
  }
.offcanvas-search-container .search-box form button {
    display: none;
  }
.offcanvas-search-container .search-box form::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #a0a0a0;
    pointer-events: none;
  }
@media (min-width: 1280px){
  .header-buttons_container{
    display: flex;
  }
}
.header-buttons_container .button-primary{
  font-size: var(--hex-font-base);
    padding: 0.5rem 1rem;
}
.header-buttons_container .button-secondary{
  font-size: var(--hex-font-base);
    padding: 0.5rem 1rem;
    margin-left: 0.5rem;
}
.header-buttons_search-container {
    position: relative;
    cursor: pointer;
  }
.header-buttons_search-container .search-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
  }
.header-buttons_search-container .search-icon:hover{
  background-color: hsl(var(--button-hover));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    filter: brightness(1);
}
.header-buttons_search-container .search-box{
  --tw-translate-x: -100%;
  --tw-translate-y: 50%;
  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));
    position: absolute;
    top: 0;
    display: none;
    left: -16px;
}
.header-buttons_search-container .search-bar{
  border-bottom-width: 1px;
  background-color: transparent;
  text-indent: 0.25rem;
}
.header-buttons_search-container .search-bar:focus {
    outline: none;
  }
.header-buttons_search-container.active .search-box {
    display: block;
  }
.accordion-container{
  padding: 0px;
}
@media (min-width: 640px) {
    .accordion-container{
    padding: 0px;
  }
  }
@media (min-width: 1024px) {
    .accordion-container{
    padding: 0px;
  }
  }
.accordion svg{
  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));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion.active svg{
  --tw-rotate: -180deg;
  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));
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.cta-container .cta-noimage_title div{
  margin-top: 1rem;
}
.cta-container .cta-offcenter{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cta-container .cta-standard_image-wrapper img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-container .cta-standard .button-container > div{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cta-container .cta-standard .button-container > div > div{
  display: flex;
  flex-direction: column;
}
.cta-container .cta-standard .button-container > div > div > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 768px){
  .cta-container .cta-standard .button-container > div > div{
    flex-direction: row;
    align-items: center;
  }
  .cta-container .cta-standard .button-container > div > div > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.cta-container .cta-standard .button-container > div > div .link{
  color: hsl(var(--buttondefault));
}
@media (min-width: 768px){
  .cta-container .cta-standard.cta-standard-right .cta-standard_wrapper-content{
    padding-right: 2.5rem;
    padding-left: 0px;
  }
  .cta-container .cta-standard.cta-standard-left .cta-standard_wrapper-content{
    padding-left: 2.5rem;
  }
}
.card-container {
    position: relative;
  }
.card-container .card-title {
    line-height: 1.5;
  }
.card-container .card-link {
    margin-top: 1rem;
  }
.card-container .card-link.link {
    min-height: 2rem;
    min-width: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
.card-container-buttons {
    margin-top: 2rem;
  }
.card-container .card-author{
  border-style: none;
  padding-bottom: 1rem;
}
.card-container .authorImage-image {
    max-height: 32px;
  }
.card-container .card-author > div p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
  }
.card-container a .card-boxed{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
    background-color: white;
    transform: scale(1);
    box-shadow: none;
}
.card-container a .card-boxed .card-image {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
.card-container a .card-boxed .card-image img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
@media (min-width: 1536px) {
    .card-container a .card-boxed .card-image img {
      height: 300px;
    }
  }
.card-container a .card-boxed .card-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*.card-link, .button-primary, .button-secondary {
                  align-self: start;
                  margin-bottom: 0;
                  margin-top: auto;
              }*/
  }
.card-container a .card-boxed .card-text .card-title {
    margin-bottom: 0.5rem;
  }
.card-container a .card-boxed .card-text .card-description {
    height: 100%;
  }
.card-container a:hover .card-boxed{
  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));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
    transform: scale(1.015);
    background-position: center;
    background-size: cover;
}
.card-container .card-boxed {
    background-color: white;
    box-shadow: 0px 0px 40px 0px rgba(0, 24, 6, 0.2);
  }
.card-container .card-boxed .card-image {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
.card-container .card-boxed .card-image img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
@media (min-width: 1536px) {
    .card-container .card-boxed .card-image img {
      height: 300px;
    }
  }
.card-container .card-boxed .card-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*.card-description {
                    height: 100%;
               }*/
    /*.card-link, .button-primary, .button-secondary {
                align-self: start;
                margin-bottom: 0;
                margin-top: auto;
            }*/
  }
.card-container .card-boxed .card-text .card-title {
    margin-bottom: 0.5rem;
  }
.card-container .card-pod img {
    margin-left: 0;
    height: 100px;
  }
.card-container .card-pod .card-text{
  padding-left: 0px;
    text-align: left;
    margin-top: 1.5rem;
    padding-left: 0;
}
.card-container .card-pod .card-text .card-title {
    margin-bottom: 0.5rem;
  }
.card-container a .card-unboxed {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
.card-container a .card-unboxed .card-image {
    border-radius: 0.375rem;
    margin-bottom: 1rem;
  }
@media (min-width: 768px) {
    .card-container a .card-unboxed .card-image {
      height: 250px;
    }
  }
.card-container a .card-unboxed .card-image img{
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
    transform: scale(1);
    -o-object-fit: cover;
       object-fit: cover;
}
@media (min-width: 768px) {
    .card-container a .card-unboxed .card-image img {
      height: 100%;
    }
  }
.card-container a .card-unboxed .card-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 2rem;
  }
.card-container a .card-unboxed .card-text .card-title {
    margin-bottom: 0.5rem;
  }
.card-container a .card-unboxed .card-text .card-description {
    margin-bottom: 1.5rem;
  }
.card-container a .card-unboxed .card-text .card-link,
.card-container a .card-unboxed .card-text .button-primary,
.card-container a .card-unboxed .card-text .button-secondary {
    align-self: start;
    margin-bottom: 0;
    margin-top: auto;
  }
.card-container a:hover .card-unboxed .card-image img{
  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));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
    transform: scale(1.015);
    background-position: center;
    background-size: cover;
}
.card-container .card-unboxed {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
.card-container .card-unboxed .card-image {
    border-radius: 0.375rem;
    margin-bottom: 1rem;
  }
@media (min-width: 768px) {
    .card-container .card-unboxed .card-image {
      height: 250px;
    }
  }
.card-container .card-unboxed .card-image img{
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
    transform: scale(1);
    -o-object-fit: cover;
       object-fit: cover;
}
@media (min-width: 768px) {
    .card-container .card-unboxed .card-image img {
      height: 100%;
    }
  }
.card-container .card-unboxed .card-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 2rem;
  }
.card-container .card-unboxed .card-text .card-title {
    margin-bottom: 0.5rem;
  }
.card-container .card-unboxed .card-text .card-description {
    margin-bottom: 1.5rem;
  }
.card-container .card-unboxed .card-text .card-link,
.card-container .card-unboxed .card-text .button-primary,
.card-container .card-unboxed .card-text .button-secondary {
    align-self: start;
    margin-bottom: 0;
    margin-top: auto;
  }
.card-container.card-amount-2 {
    row-gap: 1.5rem;
  }
.card-container.card-amount-3 {
    row-gap: 1.5rem;
  }
.card-container.card-amount-4 {
    row-gap: 1.5rem;
  }
@media (min-width: 1280px) {
    .card-container.card-amount-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
.card-container.card-amount-5 {
    row-gap: 1.5rem;
  }
.card-tags a{
  border-color: hsl(var(--headlinedefault) / 0.4);
    border-radius: 2px;
}
.listing-container .listitem-title{
  font-family: Co-Headline;
  font-size: var(--hex-font-xl);
}
@media (min-width: 1024px){
  .listing-container .listitem-title{
    font-size: var(--hex-font-2xl);
  }
}
.listing-container .listitem-title {
    font-weight: 700;
    letter-spacing: 0em;
    margin-bottom: 0.5rem;
  }
.listing-container .listitem-meta .listitem-label{
  font-size: var(--hex-font-base);
}
.listing-container .listitem-description{
  font-family: Rubik;
  font-size: var(--hex-font-base);
}
@media (min-width: 1024px){
  .listing-container .listitem-description{
    font-size: var(--hex-font-lg);
  }
}
.listing-container .listitem-description p{
  margin-bottom: 0px;
}
.listing-container .listitem .listitem-author p{
  margin-bottom: 0px;
  font-size: var(--hex-font-base);
}
.hero-container .hero-split{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
    .hero-container .hero-split {
      min-height: 620px;
      justify-content: center;
      padding-bottom: 0;
    }
  }
.hero-container .hero-split_wrapper{
  width: 100%;
}
@media (min-width: 640px){
  .hero-container .hero-split_wrapper{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .hero-container .hero-split_wrapper{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .hero-container .hero-split_wrapper{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .hero-container .hero-split_wrapper{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .hero-container .hero-split_wrapper{
    max-width: 1536px;
  }
}
.hero-container .hero-split_wrapper {
    text-align: left;
    padding: 1.5rem 0 0 0;
  }
@media (min-width: 768px) {
    .hero-container .hero-split_wrapper {
      padding: 1.5rem 0 3rem 1rem;
    }
  }
@media (min-width: 1024px) {
    .hero-container .hero-split_wrapper {
      padding: 3rem 0 6rem 1rem;
      margin-top: 3rem;
    }
  }
.hero-container .hero-split_image-wrapper{
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
    border-radius: 20px;
}
@media (min-width: 1024px) {
    .hero-container .hero-split_image-wrapper{
    margin-top: 0px;
    margin-right: 1rem;
    height: 100%;
    width: 50%;
    padding: 0px;
      border-radius: 40px;
  }
  }
.hero-container .hero-split img {
    border-radius: 20px;
  }
@media (min-width: 1024px) {
    .hero-container .hero-split img {
      border-radius: 40px;
    }
  }
.hero-container .hero-split img .hero-split_video-wrapper {
    border-radius: 20px;
    overflow: hidden;
  }
@media (min-width: 1024px) {
    .hero-container .hero-split img .hero-split_video-wrapper {
      border-radius: 40px;
    }
  }
.hero-container .hero-split_text-container {
    padding: 0 1rem;
  }
@media (min-width: 1024px) {
    .hero-container .hero-split_text-container {
      padding: 0 8rem 0 0;
      width: 50%;
    }
  }
.hero-container .hero-split_text-container .article-date {
    margin-bottom: 0;
  }
.hero-container .hero-split_text {
    max-width: none;
  }
.hero-container .hero-split_tags{
  justify-content: flex-start;
}
.hero-container .hero-split .button-container{
  justify-content: flex-start;
}
.hero-container .hero-split .button-container > div{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
@media (min-width: 640px) {
    .hero-container .hero-split .button-container > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0px;
  }
  }
.hero-container .hero-split .button-container > div .button-secondary {
    margin-left: 0;
  }
.hero-container .hero-split_author-details{
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}
.hero-container .hero-split_author-details .author-image img {
    width: 50px;
    height: 50px;
    -o-object-position: cover;
       object-position: cover;
    border-radius: 99999px;
  }
.hero-container .hero-split_author-details .author-name p{
  font-size: var(--hex-font-base);
    margin-bottom: 0;
    font-weight: 500;
}
@media (min-width: 1024px) {
    .hero-container .hero-split-left .hero-split_image-wrapper {
      left: 0;
    }
    .hero-container .hero-split-left .hero-split_text-container {
      padding-left: 4rem;
    }
  }
.hero-container .hero-fullwidth_shadow {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
.hero-container .hero-fullwidth_image-overlay {
    background-color: rgba(0, 0, 0, 0.25);
  }
.hero-container .hero-fullwidth_size-small {
    height: 35vh;
  }
@media (min-width: 1280px) {
    .hero-container .hero-fullwidth_size-small {
      height: 45vh;
    }
  }
.hero-container .hero-fullwidth_text-container{
  width: 100%;
}
@media (min-width: 640px){
  .hero-container .hero-fullwidth_text-container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .hero-container .hero-fullwidth_text-container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .hero-container .hero-fullwidth_text-container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .hero-container .hero-fullwidth_text-container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .hero-container .hero-fullwidth_text-container{
    max-width: 1536px;
  }
}
.hero-container .hero-fullwidth_text-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
    margin: 0 auto;
}
.hero-container .hero-fullwidth_subtitle{
  text-align: left;
}
.hero-container .hero-fullwidth_title span{
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (min-width: 1024px) {
    .hero-container .hero-fullwidth_title span{
    margin-bottom: 1rem;
  }
  }
.hero-container .hero-fullwidth_text {
    text-align: left;
    margin: 0;
  }
.hero-container .hero-fullwidth_text p {
    text-align: left;
  }
.hero-container .hero-fullwidth .button-container{
  margin-left: 0px;
  margin-top: 1rem;
  align-items: flex-start;
    max-width: none;
}
.hero-container .hero-fullwidth .button-container_wrapper > div{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
@media (min-width: 1024px) {
    .hero-container .hero-fullwidth .button-container_wrapper > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    row-gap: 0px;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  }
.hero-container .hero-noimage_wrapper {
    padding: 3rem 0;
    max-width: 64rem;
    margin-left: 0;
  }
.hero-container .hero-noimage .button-container {
    margin-top: 2.5rem;
  }
.hero-container .hero-noimage .button-container > div{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
@media (min-width: 1024px) {
    .hero-container .hero-noimage .button-container > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    row-gap: 0px;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  }
.hero-container .hero-split {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
.media-container{
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}
.media-container .media_item img {
    border-radius: 10px;
  }
.testimonial-boxed .testimonial-container {
    padding-bottom: 0;
    box-shadow: none;
  }
.testimonial-boxed.testimonial-split .testimonial-image-container .testimonial-image {
    border-radius: 20px;
  }
.testimonial-unboxed .testimonial-container {
    padding-bottom: 0;
  }
.testimonial-unboxed.testimonial-split .testimonial-image-container .testimonial-image {
    border-radius: 20px;
  }
.slider-container .slider-item_wrapper img {
    border-radius: 10px;
  }
.statistics-container .statistics-wrapper{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.textimage-container {
    position: relative;
  }
.textimage-container .textimage-wrapper {
    gap: 3rem;
  }
.textimage-container .textimage-wrapper .button-container {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
.textimage-container .textimage-wrapper .button-container > div > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.textimage-container .textimage-wrapper .button-container > div {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
@media (min-width: 640px) {
    .textimage-container .textimage-wrapper .button-container > div {
      flex-direction: row;
      -moz-column-gap: 1rem;
           column-gap: 1rem;
      row-gap: 0;
      align-items: center;
    }
  }
.textimage-container .textimage-wrapper .button-container > div .link{
  color: hsl(var(--buttondefault));
}
.textimage-container .textimage-wrapper .button-container > div a {
    width: auto;
  }
.textimage-container .textimage-title {
    margin-bottom: 0.5rem;
  }
.textimage-container .textimage-imagewrapper img {
    border-radius: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
.textimage-container .textimage-imagewrapper video {
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
.textimage-container .textimage-textwrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
@media (min-width: 1280px) {
    .textimage-container .textimage-textwrapper {
      width: 50%;
    }
  }
@media (min-width: 1024px) {
    .textvideo-container .textvideo-wrapper {
      -moz-column-gap: 4rem;
           column-gap: 4rem;
    }
  }
.textvideo-container .textvideo-videowrapper video {
    border-radius: 10px;
  }
.textarea-container {
    max-width: 64rem;
    margin-left: 0;
  }
.textarea-container .button-container {
    justify-content: flex-start;
  }
.textarea-container .button-container > div {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
@media (min-width: 1024px) {
    .textarea-container .button-container > div {
      flex-direction: row;
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 0;
      align-items: center;
    }
  }
.textarea-container .button-container > div .button-secondary {
    margin-left: 0;
  }
.testimonial-boxed .testimonial-container {
    padding-bottom: 0;
    box-shadow: none;
  }
.testimonial-boxed.testimonial-split .testimonial-image-container .testimonial-image {
    border-radius: 20px;
  }
.testimonial-unboxed .testimonial-container {
    padding-bottom: 0;
  }
.testimonial-unboxed.testimonial-split .testimonial-image-container .testimonial-image {
    border-radius: 20px;
  }
@media (min-width: 1024px) {
    .search-container {
      padding-top: 4rem;
    }
  }
.search-container .search-content {
    padding-bottom: 0;
  }
.search-container .search-content p{
  font-size: var(--hex-font-2xl);
}
@media (min-width: 1024px){
  .search-container .search-content p{
    font-size: var(--hex-font-4xl);
  }
}
.search-container .search-grid {
    row-gap: 0;
  }
.search-container .search-result_title{
  font-family: Co-Headline;
  color: hsl(var(--buttondefault));
    margin-bottom: 0;
}
.search-container .search-result p{
  font-size: var(--hex-font-base);
    margin-bottom: 0;
}
.search-container .pagination ul li:before {
    display: none;
  }
.table-container .table-wrapper table tr:first-child{
  background-color: hsl(var(--buttondefault));
}
.table-container .table-wrapper table tr:first-child p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.video-container .video-container-youtube{
  background-color: hsl(var(--headlinedefault));
    border-radius: 10px;
    overflow: hidden;
}
.video-container .video-container-youtube:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #001740;
    opacity: 0.5;
  }
.video-container .video-container-youtube .video_wrapper {
    padding: 0 1rem;
    width: 100%;
  }
.video-container .video-container-youtube .video_overlay-title{
  text-align: center;
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .video-container .video-container-youtube .video_overlay-title{
    font-size: var(--hex-font-5xl);
  }
}
.video-container .video-container-youtube .video_overlay-button {
    width: 40px;
    margin-top: 1rem;
  }
@media (min-width: 768px) {
    .video-container .video-container-youtube .video_overlay-button {
      width: 80px;
    }
  }
@media (min-width: 1024px) {
    .video-container .video-container-youtube .video_overlay-button {
      margin-top: 2rem;
    }
  }
.video-container .video-container-vimeo{
  background-color: hsl(var(--headlinedefault));
    border-radius: 10px;
    overflow: hidden;
}
.video-container .video-container-vimeo:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #001740;
    opacity: 0.5;
  }
.video-container .video-container-vimeo .video_wrapper {
    padding: 0 1rem;
    width: 100%;
  }
.video-container .video-container-vimeo .video_overlay-title{
  text-align: center;
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .video-container .video-container-vimeo .video_overlay-title{
    font-size: var(--hex-font-5xl);
  }
}
.video-container .video-container-vimeo .video_overlay-button {
    width: 40px;
    margin-top: 1rem;
  }
@media (min-width: 768px) {
    .video-container .video-container-vimeo .video_overlay-button {
      width: 80px;
    }
  }
@media (min-width: 1024px) {
    .video-container .video-container-vimeo .video_overlay-button {
      margin-top: 2rem;
    }
  }
.video-container .video-container-selfHosted{
  background-color: hsl(var(--headlinedefault));
    border-radius: 10px;
    overflow: hidden;
}
.video-container .video-container-selfHosted:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #001740;
    opacity: 0.5;
  }
.video-container .video-container-selfHosted .video_wrapper {
    padding: 0 1rem;
    width: 100%;
  }
.video-container .video-container-selfHosted .video_overlay-title{
  text-align: center;
  font-size: var(--hex-font-3xl);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .video-container .video-container-selfHosted .video_overlay-title{
    font-size: var(--hex-font-5xl);
  }
}
.video-container .video-container-selfHosted .video_overlay-button {
    width: 40px;
    margin-top: 1rem;
  }
@media (min-width: 768px) {
    .video-container .video-container-selfHosted .video_overlay-button {
      width: 80px;
    }
  }
@media (min-width: 1024px) {
    .video-container .video-container-selfHosted .video_overlay-button {
      margin-top: 2rem;
    }
  }
.poster-video{
  opacity: 0.5;
}
.woonuplusPage .hero-container .hero-fullwidth_shadow {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
.woonuplusPage .hero-container .hero-fullwidth_size-big {
    height: 80vh;
  }
@media (min-width: 768px) {
    .woonuplusPage .hero-container .hero-fullwidth_size-big {
      height: 100vh;
    }
  }
.woonuplusPage .hero-fullwidth_image-overlay {
    display: none;
  }
.woonuplusPage .hero-fullwidth_text-container {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
@media (min-width: 1024px) {
    .woonuplusPage .hero-fullwidth_text-container {
      padding-bottom: 4rem;
      padding-left: 4rem;
    }
  }
.woonuplusPage .hero-fullwidth_text-container .hero-fullwidth_title {
    font-size: 4rem;
    font-family: "Co Headline", sans-serif;
  }
@media (min-width: 768px) {
    .woonuplusPage .hero-fullwidth_text-container .hero-fullwidth_title {
      font-size: 3rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .hero-fullwidth_text-container .hero-fullwidth_title {
      font-size: 5rem;
      max-width: 30vw;
    }
  }
.woonuplusPage .hero-fullwidth_text-container .hero-fullwidth_title span {
    color: white;
  }
.woonuplusPage .hero-fullwidth_text-container .hero-fullwidth_text {
    font-size: 1.25rem;
    max-width: 36rem;
  }
@media (min-width: 768px) {
    .woonuplusPage .hero-fullwidth_text-container .hero-fullwidth_text {
      font-size: 1.5rem;
      max-width: 42rem;
    }
  }
.woonuplusPage .hero-fullwidth .button-container {
    margin-top: 2rem;
  }
.woonuplusPage .hero-fullwidth .button-container_wrapper > div {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
  }
@media (min-width: 640px) {
    .woonuplusPage .hero-fullwidth .button-container_wrapper > div {
      flex-direction: row;
      -moz-column-gap: 1rem;
           column-gap: 1rem;
      align-items: center;
    }
  }
.woonuplusPage .hex-section:nth-child(2) {
    padding-top: 0;
  }
.woonuplusPage .textarea-container.textareaGreenbg{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
    background-color: #f2f8e8;
    padding: 1rem 2rem 1rem;
}
@media (min-width: 768px) {
    .woonuplusPage .textarea-container.textareaGreenbg {
      padding: 6rem 2rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .textarea-container.textareaGreenbg {
      padding: 8rem 24vw;
      min-width: 100vw;
    }
  }
.woonuplusPage .textarea-container.textareaGreenbg .textarea_title {
    font-family: "Co Headline", sans-serif;
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: start;
  }
@media (min-width: 768px) {
    .woonuplusPage .textarea-container.textareaGreenbg .textarea_title {
      font-size: 2.5rem;
      margin-bottom: 1.5rem;
      text-align: center;
    }
  }
.woonuplusPage .textarea-container.textareaGreenbg .textarea_text {
    font-size: 1.25rem;
    color: white;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
  }
@media (min-width: 768px) {
    .woonuplusPage .textarea-container.textareaGreenbg .textarea_text {
      font-size: 1.5rem;
      text-align: center;
    }
  }
.woonuplusPage .textarea-container.textareaGreenbg .textarea_text p,
.woonuplusPage .textarea-container.textareaGreenbg .textarea_text a,
.woonuplusPage .textarea-container.textareaGreenbg .textarea_text ul,
.woonuplusPage .textarea-container.textareaGreenbg .textarea_text ol {
    margin-bottom: 1rem;
  }
.woonuplusPage .textarea-container.textareaGreenbg .button-container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
.woonuplusPage .textarea-container.textareaGreenbg .button-container > div {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
  }
@media (min-width: 1024px) {
    .woonuplusPage .textarea-container.textareaGreenbg .button-container > div {
      flex-direction: row;
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 0;
    }
  }
.woonuplusPage .textarea-container.textareaGreenbg .button-container > div .button-secondary {
    margin-left: 0;
  }
.woonuplusPage .BetrouwbarePartnerTextImg.textimage-container {
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 1rem;
  }
@media (min-width: 768px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container {
      padding: 3rem 2rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container {
      padding: 6rem 0;
    }
  }
.woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 2rem;
  }
@media (min-width: 1024px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-wrapper {
      flex-direction: row;
      justify-content: center;
      gap: 4rem;
    }
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-wrapper.textimage-left {
      flex-direction: row-reverse;
    }
  }
.woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-imagewrapper {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
@media (min-width: 768px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-imagewrapper {
      width: 75%;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-imagewrapper {
      width: 28vw;
      height: 28vw;
    }
  }
.woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-imagewrapper img,
.woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-imagewrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-textwrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
  }
@media (min-width: 1024px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-textwrapper {
      width: 45%;
      padding: 0 2rem;
      max-width: 50%;
    }
  }
.woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-family: "Co Headline", sans-serif;
  }
@media (min-width: 768px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-title {
      font-size: 2rem;
      margin-bottom: 1.5rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-title {
      font-size: 2.5rem;
      margin-bottom: 2rem;
    }
  }
.woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-content {
    font-size: 1rem;
    line-height: 1.5;
  }
@media (min-width: 768px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-content {
      font-size: 1.125rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage-content {
      line-height: 1.6;
    }
  }
.woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage .button-container {
    margin-top: 1.5rem;
  }
@media (min-width: 768px) {
    .woonuplusPage .BetrouwbarePartnerTextImg.textimage-container .textimage .button-container {
      margin-top: 2rem;
    }
  }
.woonuplusPage .textarea-container.textareaGreenQuotebg {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 2rem 1rem;
    text-align: center;
  }
@media (min-width: 768px) {
    .woonuplusPage .textarea-container.textareaGreenQuotebg {
      padding: 4rem 2rem;
      max-width: 50vw;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .textarea-container.textareaGreenQuotebg {
      padding: 6rem 0;
      max-width: 50vw;
    }
  }
.woonuplusPage .textarea-container.textareaGreenQuotebg .textarea_title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #81bd00;
  }
@media (min-width: 768px) {
    .woonuplusPage .textarea-container.textareaGreenQuotebg .textarea_title {
      font-size: 2.5rem;
      margin-bottom: 1.5rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .textarea-container.textareaGreenQuotebg .textarea_title {
      font-size: 3rem;
      margin-bottom: 2rem;
    }
  }
.woonuplusPage .textarea-container.textareaGreenQuotebg .textarea_text {
    font-size: 1.25rem;
    color: white;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
  }
@media (min-width: 768px) {
    .woonuplusPage .textarea-container.textareaGreenQuotebg .textarea_text {
      font-size: 1.5rem;
    }
  }
.woonuplusPage .textarea-container.textareaGreenQuotebg .textarea_text p,
.woonuplusPage .textarea-container.textareaGreenQuotebg .textarea_text a,
.woonuplusPage .textarea-container.textareaGreenQuotebg .textarea_text ul,
.woonuplusPage .textarea-container.textareaGreenQuotebg .textarea_text ol {
    margin-bottom: 1rem;
  }
.woonuplusPage .textarea-container.textareaGreenQuotebg .button-container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
.woonuplusPage .textarea-container.textareaGreenQuotebg .button-container > div {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
  }
@media (min-width: 1024px) {
    .woonuplusPage .textarea-container.textareaGreenQuotebg .button-container > div {
      flex-direction: row;
      -moz-column-gap: 2rem;
           column-gap: 2rem;
      row-gap: 0;
    }
  }
.woonuplusPage .textarea-container.textareaGreenQuotebg .button-container > div .button-secondary {
    margin-left: 0;
  }
.woonuplusPage .woonnuPlusQuote .textimage-container {
    width: 100%;
    padding: 2rem 1rem;
  }
@media (min-width: 768px) {
    .woonuplusPage .woonnuPlusQuote .textimage-container {
      padding: 4rem 2rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .woonnuPlusQuote .textimage-container {
      padding: 6rem 4rem;
    }
  }
.woonuplusPage .woonnuPlusQuote .textimage-container .textimage-wrapper {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
  }
@media (min-width: 1024px) {
    .woonuplusPage .woonnuPlusQuote .textimage-container .textimage-wrapper {
      flex-direction: row;
      justify-content: space-between;
      gap: 0;
    }
  }
.woonuplusPage .woonnuPlusQuote .textimage-container .textimage-imagewrapper {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
@media (min-width: 1024px) {
    .woonuplusPage .woonnuPlusQuote .textimage-container .textimage-imagewrapper {
      width: 45%;
      height: auto;
    }
  }
.woonuplusPage .woonnuPlusQuote .textimage-container .textimage-imagewrapper img,
.woonuplusPage .woonnuPlusQuote .textimage-container .textimage-imagewrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 10px 0 0 10px;
  }
.woonuplusPage .woonnuPlusQuote .textimage-container .textimage-textwrapper {
    width: 100%;
    background-color: #ebf1fa;
    padding: 2rem;
    border-radius: 0;
  }
@media (min-width: 1024px) {
    .woonuplusPage .woonnuPlusQuote .textimage-container .textimage-textwrapper {
      width: 55%;
      padding: 3rem 2rem 2rem;
      border-radius: 0 10px 10px 0;
    }
  }
.woonuplusPage .woonnuPlusQuote .textimage-container .textimage-textwrapper .textimage-content p{
  text-align: start;
  font-size: var(--hex-font-xl);
  line-height: 1.625;
}
.woonuplusPage .textAndImageBase .textimage-container, .woonuplusPage .textAndImageNoBg .textimage-container, .woonuplusPage .textAndImageOrange .textimage-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBase .textimage-container, .woonuplusPage .textAndImageNoBg .textimage-container, .woonuplusPage .textAndImageOrange .textimage-container {
      padding: 4rem 2rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBase .textimage-container, .woonuplusPage .textAndImageNoBg .textimage-container, .woonuplusPage .textAndImageOrange .textimage-container {
      padding: 8rem;
    }
  }
.woonuplusPage .textAndImageBase .textimage-container .textimage-wrapper, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-wrapper, .woonuplusPage .textAndImageOrange .textimage-container .textimage-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBase .textimage-container .textimage-wrapper, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-wrapper, .woonuplusPage .textAndImageOrange .textimage-container .textimage-wrapper {
      width: 90%;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBase .textimage-container .textimage-wrapper, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-wrapper, .woonuplusPage .textAndImageOrange .textimage-container .textimage-wrapper {
      flex-direction: row;
      justify-content: center;
      width: 80%;
    }
    .woonuplusPage .textAndImageBase .textimage-container .textimage-wrapper.textimage-left, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-wrapper.textimage-left, .woonuplusPage .textAndImageOrange .textimage-container .textimage-wrapper.textimage-left {
      flex-direction: row-reverse;
    }
  }
.woonuplusPage .textAndImageBase .textimage-container .textimage-imagewrapper, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-imagewrapper, .woonuplusPage .textAndImageOrange .textimage-container .textimage-imagewrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBase .textimage-container .textimage-imagewrapper, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-imagewrapper, .woonuplusPage .textAndImageOrange .textimage-container .textimage-imagewrapper {
      width: 45%;
      margin-bottom: 0;
    }
  }
.woonuplusPage .textAndImageBase .textimage-container .textimage-imagewrapper img, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-imagewrapper img, .woonuplusPage .textAndImageOrange .textimage-container .textimage-imagewrapper img,
.woonuplusPage .textAndImageBase .textimage-container .textimage-imagewrapper video,
.woonuplusPage .textAndImageNoBg .textimage-container .textimage-imagewrapper video,
.woonuplusPage .textAndImageOrange .textimage-container .textimage-imagewrapper video {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.woonuplusPage .textAndImageBase .textimage-container .textimage-textwrapper, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-textwrapper, .woonuplusPage .textAndImageOrange .textimage-container .textimage-textwrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBase .textimage-container .textimage-textwrapper, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-textwrapper, .woonuplusPage .textAndImageOrange .textimage-container .textimage-textwrapper {
      width: 55%;
      padding: 0 0 0 3rem;
    }
  }
.woonuplusPage .textAndImageBase .textimage-container .textimage-title, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-title, .woonuplusPage .textAndImageOrange .textimage-container .textimage-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Co Headline", sans-serif;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBase .textimage-container .textimage-title, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-title, .woonuplusPage .textAndImageOrange .textimage-container .textimage-title {
      font-size: 2rem;
      margin-bottom: 1.5rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBase .textimage-container .textimage-title, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-title, .woonuplusPage .textAndImageOrange .textimage-container .textimage-title {
      font-size: 2.5rem;
      margin-bottom: 2rem;
    }
  }
.woonuplusPage .textAndImageBase .textimage-container .textimage-content, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-content, .woonuplusPage .textAndImageOrange .textimage-container .textimage-content {
    font-size: 1rem;
    line-height: 1.5;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBase .textimage-container .textimage-content, .woonuplusPage .textAndImageNoBg .textimage-container .textimage-content, .woonuplusPage .textAndImageOrange .textimage-container .textimage-content {
      font-size: 1.125rem;
      line-height: 1.6;
    }
  }
.woonuplusPage .textAndImageBase .textimage-container .textimage .button-container, .woonuplusPage .textAndImageNoBg .textimage-container .textimage .button-container, .woonuplusPage .textAndImageOrange .textimage-container .textimage .button-container {
    margin-top: 1.5rem;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBase .textimage-container .textimage .button-container, .woonuplusPage .textAndImageNoBg .textimage-container .textimage .button-container, .woonuplusPage .textAndImageOrange .textimage-container .textimage .button-container {
      margin-top: 2rem;
    }
  }
.woonuplusPage .textAndImageOrange .textimage-container {
    background-color: #f7ca87;
  }
.woonuplusPage .textAndImageBlue .textimage-container {
    width: 100%;
    max-width: 100vw;
    background-color: #a2ced8;
    padding: 2rem 1rem;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBlue .textimage-container {
      padding: 4rem 2rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBlue .textimage-container {
      padding: 6rem 4rem;
    }
  }
.woonuplusPage .textAndImageBlue .textimage-container .textimage-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    gap: 2rem;
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBlue .textimage-container .textimage-wrapper {
      flex-direction: row;
      justify-content: space-between;
    }
  }
.woonuplusPage .textAndImageBlue .textimage-container .textimage-imagewrapper {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBlue .textimage-container .textimage-imagewrapper {
      width: 45%;
    }
  }
.woonuplusPage .textAndImageBlue .textimage-container .textimage-imagewrapper img,
.woonuplusPage .textAndImageBlue .textimage-container .textimage-imagewrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.woonuplusPage .textAndImageBlue .textimage-container .textimage-textwrapper {
    width: 100%;
    padding: 1.5rem;
    border-radius: 8px;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBlue .textimage-container .textimage-textwrapper {
      padding: 2rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBlue .textimage-container .textimage-textwrapper {
      width: 50%;
      padding: 2.5rem;
    }
  }
.woonuplusPage .textAndImageBlue .textimage-container .textimage-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-family: "Co Headline", sans-serif;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBlue .textimage-container .textimage-title {
      font-size: 1.75rem;
      margin-bottom: 1.5rem;
    }
  }
@media (min-width: 1024px) {
    .woonuplusPage .textAndImageBlue .textimage-container .textimage-title {
      font-size: 2rem;
      margin-bottom: 2rem;
    }
  }
.woonuplusPage .textAndImageBlue .textimage-container .textimage-content {
    font-size: 1rem;
    line-height: 1.5;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBlue .textimage-container .textimage-content {
      font-size: 1.125rem;
      line-height: 1.6;
    }
  }
.woonuplusPage .textAndImageBlue .textimage-container .textimage-content p {
    margin-bottom: 1rem;
  }
.woonuplusPage .textAndImageBlue .textimage-container .button-container {
    margin-top: 1.5rem;
  }
@media (min-width: 768px) {
    .woonuplusPage .textAndImageBlue .textimage-container .button-container {
      margin-top: 2rem;
    }
  }
.custom-landingpage .hero-container .hero-split {
    min-height: 500px;
  }
.custom-landingpage .hero-container .hero-split_image {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
@media (min-width: 1024px) {
    .custom-landingpage .hero-container .hero-split .hero-split_wrapper .hero-split_text-container {
      width: 68%;
    }
  }
@media (max-width: 1536px) {
    .custom-landingpage .hero-container .hero-split .hero-split_wrapper .hero-split_title {
      overflow-wrap: break-word;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
  }
.custom-landingpage .hero-container .hero-split .hero-split_wrapper .hero-split_title span {
    color: #84bd00;
    font-family: "Co Headline", sans-serif;
    font-size: 4.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0.02063rem;
  }
@media (max-width: 960px) {
    .custom-landingpage .hero-container .hero-split .hero-split_wrapper .hero-split_title span {
      color: #84bd00;
      font-family: "Co Headline";
      font-size: 2rem;
      font-style: normal;
      font-weight: 700;
      line-height: 110%;
    }
  }
.custom-landingpage .hero-split_text {
    margin-top: 2rem;
  }
.custom-landingpage .hero-split_text p {
    color: #001740;
    font-family: Rubik;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6875rem;
  }
@media (max-width: 960px) {
    .custom-landingpage .hero-split_text p {
      color: #001740;
      font-family: Rubik;
      font-size: 1.125rem;
      font-style: normal;
      font-weight: 500;
      line-height: 125%;
    }
  }
.custom-landingpage section.hex-section:has(.umb-block-grid) {
    background-color: #f8cb89;
    padding: 8rem;
  }
@media (max-width: 1024px) {
    .custom-landingpage section.hex-section:has(.umb-block-grid) {
      padding: 2rem;
    }
  }
.custom-landingpage section.hex-section.has-grid {
    background-color: #f8cb89;
    padding: 8rem;
  }
@media (max-width: 1024px) {
    .custom-landingpage section.hex-section.has-grid {
      padding: 2rem;
    }
  }
.custom-landingpage .hex-blockgrid .textarea-container .textarea_title {
    color: #001740;
    font-family: "Co Headline", sans-serif;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.8125rem;
  }
.custom-landingpage .hex-blockgrid .textarea-container .textarea_text {
    line-height: 1.6875rem;
  }
.custom-landingpage section.hex-section.hex-color-palette2:has(.cta-container) {
    background-color: #a3cfd9;
    height: 23rem;
  }
.custom-landingpage section.hex-section.hex-color-palette2.has-cta {
    background-color: #a3cfd9;
    height: 23rem;
  }
*, ::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --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:  ;
}
::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --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:  ;
}
.container{
  width: 100%;
}
.\!container{
  width: 100% !important;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
  .\!container{
    max-width: 640px !important;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
  .\!container{
    max-width: 768px !important;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
  .\!container{
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
  .\!container{
    max-width: 1280px !important;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
  .\!container{
    max-width: 1536px !important;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.right-full{
  right: 100%;
}
.left-full{
  left: 100%;
}
.top-0{
  top: 0px;
}
.left-1\/2{
  left: 50%;
}
.bottom-0{
  bottom: 0px;
}
.bottom-full{
  bottom: 100%;
}
.top-full{
  top: 100%;
}
.isolate{
  isolation: isolate;
}
.z-10{
  z-index: 10;
}
.z-30{
  z-index: 30;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.-m-3{
  margin: -0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.-ml-4{
  margin-left: -1rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.ml-8{
  margin-left: 2rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-12{
  margin-top: 3rem;
}
.ml-16{
  margin-left: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.flow-root{
  display: flow-root;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-full{
  height: 100%;
}
.h-8{
  height: 2rem;
}
.h-6{
  height: 1.5rem;
}
.h-5{
  height: 1.25rem;
}
.h-64{
  height: 16rem;
}
.h-12{
  height: 3rem;
}
.h-10{
  height: 2.5rem;
}
.h-1\/2{
  height: 50%;
}
.h-56{
  height: 14rem;
}
.h-auto{
  height: auto;
}
.h-\[40px\]{
  height: 40px;
}
.h-0{
  height: 0px;
}
.max-h-\[32px\]{
  max-height: 32px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-full{
  width: 100%;
}
.w-auto{
  width: auto;
}
.w-6{
  width: 1.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-screen{
  width: 100vw;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-\[40px\]{
  width: 40px;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-prose{
  max-width: 65ch;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-top-right{
  transform-origin: top right;
}
.translate-y-1\/4{
  --tw-translate-y: 25%;
  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));
}
.translate-x-1\/4{
  --tw-translate-x: 25%;
  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));
}
.-translate-y-3\/4{
  --tw-translate-y: -75%;
  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));
}
.-translate-x-1\/4{
  --tw-translate-x: -25%;
  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));
}
.translate-y-1{
  --tw-translate-y: 0.25rem;
  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));
}
.translate-y-0{
  --tw-translate-y: 0px;
  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));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}
.translate-y-1\/3{
  --tw-translate-y: 33.333333%;
  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));
}
.-translate-y-1\/4{
  --tw-translate-y: -25%;
  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));
}
.translate-y-16{
  --tw-translate-y: 4rem;
  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));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  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));
}
.translate-y-12{
  --tw-translate-y: 3rem;
  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));
}
.-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
  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));
}
.-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
  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));
}
.-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
  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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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));
}
.-rotate-90{
  --tw-rotate: -90deg;
  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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.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));
}
.resize{
  resize: both;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity));
}
.overflow-hidden{
  overflow: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-transparent{
  border-color: transparent;
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-base{
  font-size: var(--hex-font-base);
}
.text-4xl{
  font-size: var(--hex-font-4xl);
}
.text-sm{
  font-size: var(--hex-font-sm);
}
.text-lg{
  font-size: var(--hex-font-lg);
}
.text-xl{
  font-size: var(--hex-font-xl);
}
.text-3xl{
  font-size: var(--hex-font-3xl);
}
.text-2xl{
  font-size: var(--hex-font-2xl);
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.leading-8{
  line-height: 2rem;
}
.leading-6{
  line-height: 1.5rem;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-indigo-200{
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.\!text-\[\#a5b0c3\]{
  --tw-text-opacity: 1 !important;
  color: rgb(165 176 195 / var(--tw-text-opacity)) !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.mix-blend-multiply{
  mix-blend-mode: multiply;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-200{
  transition-duration: 200ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.umbraco-forms-navigation .button-primary{
  background-color: hsl(var(--button));
  font-family: Rubik;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-align: center;
}
.umbraco-forms-navigation .button-primary:hover{
  background-color: hsl(var(--button-hover));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.umbraco-forms-field.uploadcv.fileupload .umbraco-forms-field-wrapper {
  display: flex;
  flex-direction: column;
}

.umbraco-forms-field.jouwresultaat.multiplechoice {
  display: flex;
  flex-direction: column;
}
.footer-content_socialmedia{
  align-items: center;
}
.footer-content_socialmedia > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.footer-content_socialmedia:before{
  font-size: var(--hex-font-base);
  font-weight: 700;
  letter-spacing: 0em;
  content: "Volg ons op de socials";
  margin-right: 12px;
}
.footer-menu-wrapper {
  height: -moz-fit-content;
  height: fit-content;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 1280px) {
  .footer-menu-wrapper {
    margin-top: 0;
  }
}
.footer-menu_column {
  margin-top: 1rem;
}
.footer-legal_copyright p {
  font-size: 14px;
}
.footer-legal_nav-list li a{
  padding-bottom: 0px;
  font-family: Rubik;
  color: hsl(var(--linkdefault));
  font-size: 14px;
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
}
.footer-legal_nav-list li a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.accordion-category-wrapper .clear-button {
  display: none;
}
.accordion-category-wrapper .accordion-categories_mobile select {
  font-size: 16px;
  border: 1px solid rgba(24, 28, 33, 0.5);
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9IjUxMnB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cG9seWdvbiBwb2ludHM9IjM5Ni42LDE2MCA0MTYsMTgwLjcgMjU2LDM1MiA5NiwxODAuNyAxMTUuMywxNjAgMjU2LDMxMC41ICIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: 26px 24px;
  background-position-x: 97%;
  background-position-y: 50%;
}
.accordion-category-wrapper .accordion-heading_title {
  font-size: 20px;
}
.accordion-category-wrapper .accordion-category-title span {
  font-weight: normal;
  font-family: Rubik;
}
.accordion-category-wrapper .accordion-category-title.active-category span{
  font-family: Co-Headline;
}
.accordion-category-wrapper .accordion-category-heading {
  font-size: 36px;
}
@media (min-width: 768px) {
  .accordion-category-wrapper .accordion-category-columns {
    grid-template-columns: 4fr 6fr;
  }
}

.a11y-skip-link {
  position: absolute;
  top: -500vh;
  left: -500vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -1;
  font-weight: bold;
  text-decoration: none;
  background-color: hsl(var(--buttondefault));
  color: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: none;
  font-size: var(--hex-font-base);
  padding: 0.5rem 1rem;
}

.a11y-skip-link:focus {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 9999;
}

body h1,
body h2 {
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 1024px) {
  body h1,
body h2 {
    -webkit-hyphens: none;
            hyphens: none;
  }
}

.sustainability-check ~ footer:after,
.sustainability-check ~ footer {
  display: none;
}

.woonnu-custom-table {
  /* A++++ changes */
}
.woonnu-custom-table .small-footnote {
  max-width: 850px;
}
.woonnu-custom-table .small-footnote li {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Rubik";
}
.woonnu-custom-table .small-footnote li:before {
  margin-top: 0;
  top: 0.5rem;
}
.woonnu-custom-table .toggle-switch{
  position: relative;
}
.woonnu-custom-table .toggle-switch__input {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}
.woonnu-custom-table .toggle-switch__label {
  margin-left: 0.5rem;
  cursor: pointer;
  text-indent: -9999px;
  width: 64px;
  height: 32px;
  background: #a5b0c3;
  display: block;
  border-radius: 32px;
  position: relative;
}
.woonnu-custom-table .toggle-switch__label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 24px;
  transition: 0.3s;
}
.woonnu-custom-table .toggle-switch__input:checked + .toggle-switch__label::after {
  left: calc(100% - 4px);
  transform: translateX(-100%);
}
.woonnu-custom-table .toggle-switch__input:checked + .toggle-switch__label {
  background: #84bd00;
}
.woonnu-custom-table .table__inputs .toggle-switch p{
  font-size: var(--hex-font-base);
}
.woonnu-custom-table .energy-label-wrapper {
  text-align: left;
}
.woonnu-custom-table .energy-label-wrapper h3{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  letter-spacing: 0em;
}
@media (min-width: 1536px){
  .woonnu-custom-table .energy-label-wrapper h3{
    font-size: var(--hex-font-3xl);
  }
}
.woonnu-custom-table .energy-label-wrapper p {
  margin-top: 1rem;
}
.woonnu-custom-table .energy-label-selector .energy-label-radio-wrap .energy-switch-wrap .energy-switch {
  margin: 3rem 2rem;
}
.woonnu-custom-table .weetikniet-a {
  line-height: 1.15;
}
@media (max-width: 470px) {
  .woonnu-custom-table .energy-label-selector .energy-label-radio-wrap .energy-switch-wrap .energy-switch {
    margin: 3rem 0.9rem;
  }
}
.woonnu-custom-table .energyAPlus > div {
  display: flex;
  flex-direction: column;
  overflow: auto;
  font-size: 1.5rem;
}
.woonnu-custom-table .energyAPlus > div sup {
  font-size: 1.1rem;
  margin-left: -2px;
}
.woonnu-custom-table .energyAPlus > div > .sub {
  font-size: 0.55rem;
  bottom: unset;
  top: unset;
  white-space: nowrap;
}
.woonnu-custom-table .energy-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 2rem;
  margin-right: 2.5rem;
  margin-bottom: 4rem;
}
.woonnu-custom-table .energy-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.woonnu-custom-table .energy-switch span {
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 72px;
  height: 50px;
  border-left: 4px solid #a5b0c3;
  border-right: 4px solid #a5b0c3;
  border-bottom: 4px solid #a5b0c3;
  color: #a5b0c3;
  font-size: 1.5rem;
  text-align: center;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.woonnu-custom-table .energy-switch span sub {
  bottom: 0;
  font-size: 50%;
}
.woonnu-custom-table .energy-switch span:before {
  content: "";
  position: absolute;
  border-left: 4px solid #a5b0c3;
  border-top: 4px solid #a5b0c3;
  width: 52px;
  height: 52px;
  border-radius: 5px;
  left: 7px;
  top: -54%;
  transform: rotate(45deg);
}
.woonnu-custom-table .energy-switch input:checked + span {
  background-color: #84bd00;
  color: #fff;
  z-index: 2;
  border-color: #84bd00;
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.woonnu-custom-table .energy-switch input:checked + span:before {
  background-color: #84bd00;
  border-color: #84bd00;
  z-index: -1;
}
.woonnu-custom-table .energy-switch input:focus + span {
  background-color: #84bd00;
}
.woonnu-custom-table input:checked + span.energyDtmG {
  background-color: #edb731;
  border-color: #edb731;
  transition: unset;
}
.woonnu-custom-table input:checked + span.energyDtmG:before {
  background-color: #edb731;
  border-color: #edb731;
  z-index: -1;
  transition: unset;
}
.woonnu-custom-table input:checked + span.energyC {
  background-color: #c3d545;
  border-color: #c3d545;
  transition: unset;
}
.woonnu-custom-table input:checked + span.energyC:before {
  background-color: #c3d545;
  border-color: #c3d545;
  z-index: -1;
  transition: unset;
}
.woonnu-custom-table input:checked + span.energyB {
  background-color: #79b752;
  border-color: #79b752;
  transition: unset;
}
.woonnu-custom-table input:checked + span.energyB:before {
  background-color: #79b752;
  border-color: #79b752;
  z-index: -1;
  transition: unset;
}
.woonnu-custom-table input:checked + span.energyA {
  background-color: #33a357;
  border-color: #33a357;
  transition: unset;
}
.woonnu-custom-table input:checked + span.energyA:before {
  background-color: #33a357;
  border-color: #33a357;
  z-index: -1;
  transition: unset;
}
.woonnu-custom-table input:checked + span.energyAPlus {
  background-color: #33a357;
  border-color: #33a357;
  transition: unset;
}
.woonnu-custom-table input:checked + span.energyAPlus:before {
  background-color: #33a357;
  border-color: #33a357;
  z-index: -1;
  transition: unset;
}
.woonnu-custom-table .energy-label-selector .energy-label-radio-wrap {
  display: flex;
  flex-wrap: wrap;
}
.woonnu-custom-table .energy-label-selector .energy-label-radio-wrap .energy-switch-wrap {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.woonnu-custom-table .energy-label-selector .energy-label-radio-wrap .energy-switch-wrap .percentage {
  margin-top: 0.25rem;
  transform: translateX(5px);
  color: #4b5563;
}
.woonnu-custom-table .energy-label-selector .energy-label-radio-wrap .energy-switch-wrap .energy-switch {
  margin: 3rem 2.5rem;
}
.woonnu-custom-table .energy-label-selector-wrapper {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.woonnu-custom-table .energy-label-selector {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .woonnu-custom-table .energy-label-selector {
    flex-direction: row;
  }
}
.woonnu-custom-table .energy-label-selector .energy-label-labels {
  display: flex;
}
.woonnu-custom-table .energy-label-selector .energy-label-labels p {
  font-weight: 700;
  align-self: center;
  margin-right: 2rem;
  font-size: 1rem;
  margin-bottom: 0;
}
.woonnu-custom-table .table__inputs{
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 570px) {
  .woonnu-custom-table .table__inputs{
    flex-direction: row;
    justify-content: flex-end;
  }
}
.woonnu-custom-table .table-wrapper {
  position: relative;
  margin-top: 1rem;
}
.woonnu-custom-table .table-woonnu {
  overflow-x: auto;
  overflow-y: visible;
  padding-bottom: 5px;
  border-collapse: separate;
  border-spacing: 0;
}
.woonnu-custom-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 0em 1em 0em 0em;
  overflow: hidden;
}
.woonnu-custom-table table > tbody > tr > td:nth-of-type(1) {
  font-weight: 900;
  border-right: 0.5px solid #35444e1f;
}
.woonnu-custom-table th:nth-of-type(1) {
  border-radius: 1em 0em 0em 0em;
}
.woonnu-custom-table th {
  padding: 15px;
  text-align: left;
  min-width: 120px;
  color: #fff;
}
.woonnu-custom-table .table__header--aLabel th {
  background-color: #33a357;
}
.woonnu-custom-table .table__header--bLabel th {
  background-color: #79b752;
}
.woonnu-custom-table .table__header--cLabel th {
  background-color: #c3d545;
}
.woonnu-custom-table .table__header--dLabel th {
  background-color: #edb731;
}
.woonnu-custom-table td {
  padding: 15px;
  border: none;
  white-space: nowrap;
  font-family: "Rubik";
}
.woonnu-custom-table tbody tr:nth-child(even) td {
  background-color: #edf3fb;
}
.woonnu-custom-table tbody tr:nth-child(odd) td {
  background-color: white;
}
.woonnu-custom-table tbody tr:hover td {
  background-color: #a5b0c35e;
}
.woonnu-custom-table th[role=columnheader] {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.woonnu-custom-table .table--sticky tr th:first-child,
.woonnu-custom-table .table--sticky tr td:first-child {
  left: 0;
  position: absolute;
  top: auto;
  width: 130px;
  box-sizing: border-box;
}
@media (min-width: 570px) {
  .woonnu-custom-table .table--sticky tr th:first-child,
.woonnu-custom-table .table--sticky tr td:first-child {
    width: 180px;
  }
}
.woonnu-custom-table .table--sticky {
  margin-left: 130px;
  table-layout: fixed;
}
.woonnu-custom-table .table__inputs {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 570px) {
  .woonnu-custom-table .table--sticky {
    margin-left: 180px;
  }
  .woonnu-custom-table table {
    white-space: nowrap;
  }
  .woonnu-custom-table .table__inputs {
    flex-direction: row;
    justify-content: flex-end;
  }
  .woonnu-custom-table .table__inputs .formInput {
    align-self: flex-end;
    margin-bottom: 0.5rem;
  }
  .woonnu-custom-table .table__inputs .toggle-switch {
    display: flex;
    align-self: flex-end;
  }
  .woonnu-custom-table .table__inputs .toggle-switch p {
    margin: 0 1rem;
    align-self: center;
  }
  .woonnu-custom-table .table__inputs:first-child {
    justify-self: flex-end;
  }
  .woonnu-custom-table .table__inputs select {
    width: 325px;
    margin-bottom: 0.5rem;
  }
}

.interest-archive__wrapper {
  padding-top: calc(var(--padding-y-sm) / 2);
  padding-bottom: calc(var(--padding-y-sm) / 2);
}
@media (min-width: 768px) {
  .interest-archive__wrapper {
    padding-top: calc(var(--padding-y-md) / 2);
    padding-bottom: calc(var(--padding-y-md) / 2);
  }
}
@media (min-width: 1280px) {
  .interest-archive__wrapper {
    padding-top: calc(var(--padding-y-lg) / 2);
    padding-bottom: calc(var(--padding-y-lg) / 2);
  }
}
.interest-archive__wrapper .umbraco-forms-field-wrapper {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  max-width: 32rem;
}
.interest-archive__wrapper .umbraco-forms-field-wrapper select{
  font-family: Rubik;
  width: 100%;
  padding: 0.75rem 0.5rem;
  border: 1px solid;
}
.interest-archive__wrapper h2{
  font-size: var(--hex-font-2xl);
  font-weight: 700;
  letter-spacing: 0em;
}
@media (min-width: 1536px){
  .interest-archive__wrapper h2{
    font-size: var(--hex-font-3xl);
  }
}
.interest-archive__wrapper p {
  margin-top: 1rem;
}
.interest-archive__wrapper .accordions {
  margin-top: 2rem;
}
.interest-archive__wrapper .accordions .accordion .accordion__content .content-inner {
  border-bottom: 1px solid #f1f5fe;
}
.interest-archive__wrapper .accordions .accordion .accordion__content .content-inner .downloads-list .downloads-list__item {
  list-style-type: none;
  margin-left: 0;
}
.interest-archive__wrapper .accordions .accordion .accordion__content .content-inner .downloads-list .downloads-list__item a{
  font-family: Rubik;
  font-size: var(--hex-font-base);
  color: hsl(var(--link));
  padding-bottom: 0;
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
}
.interest-archive__wrapper .accordions .accordion .accordion__content .content-inner .downloads-list .downloads-list__item a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}

.find-advisor {
  padding-top: calc(var(--padding-y-sm) / 2);
  padding-bottom: calc(var(--padding-y-sm) / 2);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .find-advisor {
    padding-top: calc(var(--padding-y-md) / 2);
    padding-bottom: calc(var(--padding-y-md) / 2);
  }
}
@media (min-width: 1024px) {
  .find-advisor {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .find-advisor {
    padding-top: calc(var(--padding-y-lg) / 2);
    padding-bottom: calc(var(--padding-y-lg) / 2);
  }
}
.find-advisor .section__vind-adviseurs {
  width: 100%;
}
.find-advisor .section__vind-adviseurs .formInput_container .formInput_inputContainer .formInput_box{
  font-family: Rubik;
  width: 100%;
  padding: 0.75rem 0.5rem;
  border: 1px solid;
}
.find-advisor .section__vind-adviseurs .formInput_container .formInput_inputContainer .button-primary{
  background-color: hsl(var(--button));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: none;
}
.find-advisor .section__vind-adviseurs .formInput_container .formInput_inputContainer .button-primary i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.find-advisor .section__vind-adviseurs .formInput_container .formInput_inputContainer .button-primary:hover{
  background-color: hsl(var(--button-hover));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.find-advisor .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .find-advisor .card-wrapper {
    margin-top: 0;
    width: auto;
  }
}
@media (min-width: 1280px) {
  .find-advisor .card-wrapper {
    width: 100%;
  }
}
.find-advisor .card-wrapper .card-advisor {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #ffffff;
  border: 1px solid lightgrey;
}
.find-advisor .card-wrapper .card-advisor h4{
  font-size: var(--hex-font-xl);
  font-weight: 700;
  letter-spacing: 0em;
}
.find-advisor .card-wrapper .card-advisor h6 {
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.find-advisor .card-wrapper .card-advisor p {
  margin-bottom: 0;
  font-size: 16px;
}
.find-advisor .card-wrapper .card-advisor a {
  font-size: 16px;
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
  background-size: 100% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
}
.find-advisor .card-wrapper .card-advisor a:hover {
  background-size: 0 1px;
  background-position: 0 100%;
}
.find-advisor .card-wrapper .card-advisor .card-description {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.adviseurs main.hex-page-standard.faq .hex-section:nth-child(2) {
  padding-top: 0;
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
@media (min-width: 1024px) {
  .adviseurs main.hex-page-standard.faq .hex-section .cardlist-container {
    flex-direction: row;
    gap: 3rem;
  }
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .cardlist-intro {
  width: 100%;
}
@media (min-width: 1024px) {
  .adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .cardlist-intro {
    width: 40%;
  }
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container {
    width: 60%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  flex-direction: row;
  box-shadow: none;
  transform: scale(1);
  cursor: pointer;
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-image {
  width: 20%;
}
@media (min-width: 1024px) {
  .adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-image {
    width: 30%;
  }
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-image img {
  height: 120px;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}
@media (min-width: 1024px) {
  .adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-image img {
    height: 150px;
  }
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-text {
  width: 70%;
  padding: 1rem;
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-text p {
  margin-bottom: 0;
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-text .card-title{
  font-size: var(--hex-font-lg);
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-text a{
  padding-bottom: 0px;
  font-family: Rubik;
  color: hsl(var(--linkdefault));
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed:hover{
  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));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transform: scale(1.015);
}
.adviseurs main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed:hover a {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section:nth-child(2) {
  padding-top: 0;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .accordion-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .accordion-wrapper .accordion-title {
  text-align: left;
  width: 40%;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .accordion-wrapper .accordion-list {
  margin-top: 0;
  width: 60%;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .accordion-wrapper .accordion-list .accordion:first-child {
  padding-top: 0;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: white;
  transform: scale(1);
  box-shadow: 0px 0px 40px 0px rgba(0, 24, 6, 0.2);
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-image {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-image img {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
@media (min-width: 1536px) {
  .adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-image img {
    height: 200px;
  }
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .card-title {
  margin-bottom: 1.5rem;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .card-description {
  height: 100%;
}
.adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .card-link,
.adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .button-primary,
.adviseurs main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .button-secondary {
  align-self: start;
  margin-bottom: 0;
  margin-top: auto;
}

main .hex-section:first-child {
  padding-top: 0;
}
@media (min-width: 1024px) {
  main .hex-section:first-child {
    padding-top: 2rem;
  }
}
main .hex-section:nth-child(2) {
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  main .hex-section:nth-child(2) {
    padding-top: 4rem;
  }
}

main.hex-page-standard.faq .hex-section:nth-child(2) {
  padding-top: 0;
}
main.hex-page-standard.faq .hex-section .cardlist-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
@media (min-width: 1024px) {
  main.hex-page-standard.faq .hex-section .cardlist-container {
    flex-direction: row;
    gap: 3rem;
  }
}
main.hex-page-standard.faq .hex-section .cardlist-container .cardlist-intro {
  width: 100%;
}
@media (min-width: 1024px) {
  main.hex-page-standard.faq .hex-section .cardlist-container .cardlist-intro {
    width: 40%;
  }
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
}
@media (min-width: 1024px) {
  main.hex-page-standard.faq .hex-section .cardlist-container .card-container {
    width: 60%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  flex-direction: row;
  box-shadow: none;
  transform: scale(1);
  cursor: pointer;
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-image {
  width: 20%;
}
@media (min-width: 1024px) {
  main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-image {
    width: 30%;
  }
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-image img {
  height: 120px;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
}
@media (min-width: 1024px) {
  main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-image img {
    height: 150px;
  }
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-text {
  width: 70%;
  padding: 1rem;
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-text p {
  margin-bottom: 0;
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-text .card-title{
  font-size: var(--hex-font-lg);
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed .card-text a{
  padding-bottom: 0px;
  font-family: Rubik;
  color: hsl(var(--linkdefault));
  font-size: 14px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed:hover{
  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));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transform: scale(1.015);
}
main.hex-page-standard.faq .hex-section .cardlist-container .card-container .card-boxed:hover a {
  background-size: 100% 1px;
  background-position: 0 100%;
}

main.hex-page-standard.faqdetail .hex-section:nth-child(2) {
  padding-top: 0;
}
main.hex-page-standard.faqdetail .hex-section .accordion-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
@media (min-width: 1024px) {
  main.hex-page-standard.faqdetail .hex-section .accordion-wrapper {
    flex-direction: row;
    gap: 3rem;
  }
}
main.hex-page-standard.faqdetail .hex-section .accordion-wrapper .accordion-title {
  text-align: left;
  width: 100%;
}
@media (min-width: 1024px) {
  main.hex-page-standard.faqdetail .hex-section .accordion-wrapper .accordion-title {
    width: 40%;
  }
}
main.hex-page-standard.faqdetail .hex-section .accordion-wrapper .accordion-list {
  margin-top: 2rem;
  width: 100%;
  border-top-width: 0px;
}
@media (min-width: 1024px) {
  main.hex-page-standard.faqdetail .hex-section .accordion-wrapper .accordion-list {
    width: 60%;
    margin-top: 0;
  }
}
main.hex-page-standard.faqdetail .hex-section .accordion-wrapper .accordion-list .accordion:first-child {
  padding-top: 0;
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: white;
  box-shadow: none;
  cursor: pointer;
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-image {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-image img {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .card-title {
  margin-bottom: 1.5rem;
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .card-description {
  height: 100%;
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .card-link,
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .button-primary,
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text .button-secondary {
  align-self: start;
  margin-bottom: 0;
  margin-top: auto;
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed .card-text a{
  padding-bottom: 0px;
  font-family: Rubik;
  color: hsl(var(--linkdefault));
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#001740, #001740);
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.2s ease-in-out;
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed:hover{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background-position: center;
  box-shadow: 0px 0px 40px 0px rgba(0, 24, 6, 0.2);
}
main.hex-page-standard.faqdetail .hex-section .cardlist-container .card-boxed:hover a {
  background-size: 100% 1px;
  background-position: 0 100%;
}

main.hex-page-blog .hex-section,
main.hex-page-news .hex-section {
  padding-top: 0;
}
@media (min-width: 1024px) {
  main.hex-page-blog .hex-section,
main.hex-page-news .hex-section {
    padding-top: 0;
  }
}
main.hex-page-blog .hex-section:nth-child(2) .wrapper .hex-block:first-child,
main.hex-page-news .hex-section:nth-child(2) .wrapper .hex-block:first-child {
  padding-top: 0;
  padding-bottom: 1rem;
}
main.hex-page-blog .hex-section:nth-child(2) .wrapper .hex-block .filter-options,
main.hex-page-news .hex-section:nth-child(2) .wrapper .hex-block .filter-options {
  padding-top: 0;
}

main.hex-page-standard.landingspagina .hex-section .hex-spacing-standard .video-container-youtube .video_overlay-button {
  display: none;
}
main.hex-page-standard.landingspagina .hex-section .hex-spacing-standard .video-container-vimeo .video_overlay-button {
  display: none;
}
main.hex-page-standard.landingspagina .hex-section .hex-spacing-standard .video-container-selfHosted .video_overlay-button {
  display: none;
}
main.hex-page-standard.landingspagina .hex-section .hex-spacing-standard .poster-video{
  opacity: 1;
}

.rich-text--checkmarks li {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 2.5rem;
  position: relative;
}

.rich-text--checkmarks li:not(:last-child) {
  margin-bottom: 0.875rem;
}

.rich-text--checkmarks li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2748%27 height=%2747%27 viewBox=%270 0 48 47%27 fill=%27none%27><path d=%27M44.5535 0.832911C35.3839 8.9505 27.6778 19.4192 20.4369 29.4012C17.5693 23.7585 14.651 17.4476 10.4215 13.166C8.95812 11.6894 6.58115 13.232 7.02101 15.0964C7.86691 18.6768 10.0409 21.9353 11.8088 25.1527C13.7713 28.7247 15.7422 32.2886 17.7132 35.8606C18.4745 37.2383 20.9276 37.7498 22.0103 36.3969C30.6554 25.6559 40.4339 14.8324 47.3957 2.95305C48.4277 1.18764 46.0676 -0.503521 44.5704 0.824662L44.5535 0.832911Z%27 fill=%27%2384BD00%27/><path d=%27M44.2584 21.9023C44.326 20.1864 41.4161 19.7327 41.1285 21.4899C39.9697 28.4855 39.9104 35.5719 40.6548 42.6088C34.1414 41.5611 26.9767 42.3118 20.4633 42.2458C16.699 42.2128 12.9263 42.1716 9.16209 42.1798C7.25036 42.1798 5.45706 41.8993 3.87523 42.3695C3.89215 35.8771 3.87523 29.393 3.87523 22.9005C3.86677 17.6785 4.53503 11.6399 3.59608 6.33537C9.06904 6.51686 14.5504 6.59936 20.0319 6.46737C24.5828 6.36012 30.5887 7.04484 34.6405 4.78445C35.2157 4.46272 35.0042 3.745 34.4713 3.53051C30.0642 1.78985 23.8976 3.08504 19.186 3.15928C13.5861 3.24178 7.99475 3.18403 2.39491 2.99429C-0.48114 2.9118 0.339381 10.2952 0.322463 12.1183C0.280168 15.7151 0.390134 19.312 0.364757 22.9088C0.330922 27.2976 0.297086 31.6946 0.280168 36.0916C0.26325 38.7975 -1.22553 45.1332 2.83478 45.5786C4.96644 45.8096 7.03043 46.0654 9.17055 46.0736C12.9348 46.0736 16.7075 46.0406 20.4717 46.0076C26.8413 45.9499 33.1686 46.3953 39.5382 46.3953C40.6125 46.3953 41.763 46.3788 42.6511 45.7849C44.2499 44.7124 44.4952 42.8645 44.3852 41.1569C44.2414 38.9542 44.1568 36.7433 44.1145 34.5407C44.03 30.3334 44.1145 26.1261 44.2753 21.9188L44.2584 21.9023Z%27 fill=%27%2384BD00%27/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.custom-landingpage .title-icon-wrapper {
  position: relative;
}
.custom-landingpage .title-icon-wrapper::before {
  content: "";
  position: absolute;
  top: 44%;
  left: -2.5rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2748%27 height=%2747%27 viewBox=%270 0 48 47%27 fill=%27none%27><path d=%27M44.5535 0.832911C35.3839 8.9505 27.6778 19.4192 20.4369 29.4012C17.5693 23.7585 14.651 17.4476 10.4215 13.166C8.95812 11.6894 6.58115 13.232 7.02101 15.0964C7.86691 18.6768 10.0409 21.9353 11.8088 25.1527C13.7713 28.7247 15.7422 32.2886 17.7132 35.8606C18.4745 37.2383 20.9276 37.7498 22.0103 36.3969C30.6554 25.6559 40.4339 14.8324 47.3957 2.95305C48.4277 1.18764 46.0676 -0.503521 44.5704 0.824662L44.5535 0.832911Z%27 fill=%27%2384BD00%27/><path d=%27M44.2584 21.9023C44.326 20.1864 41.4161 19.7327 41.1285 21.4899C39.9697 28.4855 39.9104 35.5719 40.6548 42.6088C34.1414 41.5611 26.9767 42.3118 20.4633 42.2458C16.699 42.2128 12.9263 42.1716 9.16209 42.1798C7.25036 42.1798 5.45706 41.8993 3.87523 42.3695C3.89215 35.8771 3.87523 29.393 3.87523 22.9005C3.86677 17.6785 4.53503 11.6399 3.59608 6.33537C9.06904 6.51686 14.5504 6.59936 20.0319 6.46737C24.5828 6.36012 30.5887 7.04484 34.6405 4.78445C35.2157 4.46272 35.0042 3.745 34.4713 3.53051C30.0642 1.78985 23.8976 3.08504 19.186 3.15928C13.5861 3.24178 7.99475 3.18403 2.39491 2.99429C-0.48114 2.9118 0.339381 10.2952 0.322463 12.1183C0.280168 15.7151 0.390134 19.312 0.364757 22.9088C0.330922 27.2976 0.297086 31.6946 0.280168 36.0916C0.26325 38.7975 -1.22553 45.1332 2.83478 45.5786C4.96644 45.8096 7.03043 46.0654 9.17055 46.0736C12.9348 46.0736 16.7075 46.0406 20.4717 46.0076C26.8413 45.9499 33.1686 46.3953 39.5382 46.3953C40.6125 46.3953 41.763 46.3788 42.6511 45.7849C44.2499 44.7124 44.4952 42.8645 44.3852 41.1569C44.2414 38.9542 44.1568 36.7433 44.1145 34.5407C44.03 30.3334 44.1145 26.1261 44.2753 21.9188L44.2584 21.9023Z%27 fill=%27%2384BD00%27/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .custom-landingpage .title-icon-wrapper::before {
    top: -2.5rem;
    left: 0;
    transform: none;
    width: 2rem;
    height: 2rem;
  }
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-70:hover{
  --tw-bg-opacity: 0.7;
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.hover\:text-indigo-700:hover{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}
.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:flex{
  display: flex;
}
.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mt-24{
    margin-top: 6rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:ml-3{
    margin-left: 0.75rem;
  }
  .sm\:mt-16{
    margin-top: 4rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:inline-grid{
    display: inline-grid;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-72{
    height: 18rem;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-3xl{
    max-width: 48rem;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:translate-x-1\/2{
    --tw-translate-x: 50%;
    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));
  }
  .sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    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));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:overflow-hidden{
    overflow: hidden;
  }
  .sm\:rounded-2xl{
    border-radius: 1rem;
  }
  .sm\:border-l{
    border-left-width: 1px;
  }
  .sm\:border-r{
    border-right-width: 1px;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:pb-24{
    padding-bottom: 6rem;
  }
  .sm\:text-5xl{
    font-size: var(--hex-font-5xl);
  }
  .sm\:text-lg{
    font-size: var(--hex-font-lg);
  }
  .sm\:text-xl{
    font-size: var(--hex-font-xl);
  }
  .sm\:text-4xl{
    font-size: var(--hex-font-4xl);
  }
  .sm\:text-3xl{
    font-size: var(--hex-font-3xl);
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }
  .md\:left-0{
    left: 0px;
  }
  .md\:right-0{
    right: 0px;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-4{
    grid-column-start: 4;
  }
  .md\:mt-5{
    margin-top: 1.25rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-96{
    height: 24rem;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:max-w-3xl{
    max-width: 48rem;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    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));
  }
  .md\:translate-y-1\/2{
    --tw-translate-y: 50%;
    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));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:text-6xl{
    font-size: var(--hex-font-6xl);
  }
  .md\:text-xl{
    font-size: var(--hex-font-xl);
  }
  .md\:text-lg{
    font-size: var(--hex-font-lg);
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:inset-y-0{
    top: 0px;
    bottom: 0px;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:right-0{
    right: 0px;
  }
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .lg\:col-start-2{
    grid-column-start: 2;
  }
  .lg\:col-start-1{
    grid-column-start: 1;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:col-start-4{
    grid-column-start: 4;
  }
  .lg\:row-start-1{
    grid-row-start: 1;
  }
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:-mt-6{
    margin-top: -1.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-0{
    width: 0px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:max-w-2xl{
    max-width: 42rem;
  }
  .lg\:max-w-7xl{
    max-width: 80rem;
  }
  .lg\:max-w-none{
    max-width: none;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:translate-x-1\/2{
    --tw-translate-x: 50%;
    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));
  }
  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    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));
  }
  .lg\:translate-x-full{
    --tw-translate-x: 100%;
    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));
  }
  .lg\:-translate-x-3\/4{
    --tw-translate-x: -75%;
    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));
  }
  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-5xl{
    font-size: var(--hex-font-5xl);
  }
  .lg\:text-6xl{
    font-size: var(--hex-font-6xl);
  }
}
@media (min-width: 1280px){
  .xl\:bottom-auto{
    bottom: auto;
  }
  .xl\:top-0{
    top: 0px;
  }
  .xl\:inline{
    display: inline;
  }
  .xl\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }
  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    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));
  }
  .xl\:pr-16{
    padding-right: 4rem;
  }
  .xl\:text-6xl{
    font-size: var(--hex-font-6xl);
  }
}
