/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/




:root {
  --column-gap: 0; 
}

.row-fluid {
  display: flex;
  flex-wrap: wrap;  
  width: 100%;
  gap: var(--column-gap);
}


.row-fluid .span1 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span2 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span3 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span4 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span5 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span6 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span7 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span8 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span9 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span10 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span11 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}

.row-fluid .span12 {
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;       
}


@media (min-width: 800px) {
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span6 {
    width: calc(50%); 
  }
  .row-fluid .span12 { width: 100%; }
  .row-fluid.grid-3-to-1 .span4 { width: 100%; }

}

@media (min-width: 1152px) {
  
  .row-fluid .span1 {
    width: calc(100% * 1 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span2 {
    width: calc(100% * 2 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span3 {
    width: calc(100% * 3 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span4 {
    width: calc(100% * 4 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span5 {
    width: calc(100% * 5 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span6 {
    width: calc(100% * 6 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span7 {
    width: calc(100% * 7 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span8 {
    width: calc(100% * 8 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span9 {
    width: calc(100% * 9 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span10 {
    width: calc(100% * 10 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span11 {
    width: calc(100% * 11 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
  .row-fluid .span12 {
    width: calc(100% * 12 / 12);
  }
  .row-fluid.grid-3-to-1 .span4 { width: calc(100% * 4 / 12); }

  
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1152px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 800px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HTML elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/



.button,
.hs-button {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding: 11px 24px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.button:hover,
.hs-button:hover { 
  text-decoration: none;
}

/* Fill Primary */
.button--fill-primary {
  background-color: #1F506E;
  border-color: #1F506E;
  color: #fff;
}

/* Figma "Blue dark, Filled, Hover": the flat teal with black at 30% over it. */
.button--fill-primary:hover {
  background-color: rgb(22, 56, 77);
  border-color: rgb(22, 56, 77);
  color: #fff;
}

.button--fill-primary:focus {
  outline: none;
}

/* Outline Primary */
.button--outline-primary {
  background-color: transparent;
  border-color: #1F506E;
  color: #1F506E;
}

.button--outline-primary:hover {
  background-color: #1F506E;
  border-color: #1F506E;
  color: #fff;
}

.button--outline-primary:focus {
  outline: none;
}


/* Fill Secondary */
.button--fill-secondary,
.hs-button {
  background-color: #FFC10F;
  border-color: #FFC10F;
  color: #1F506E;
}

/* Figma "Yellow, Filled, Hover": the flat yellow with black at 10% over it.
   Resolves to #E6AE0E — a rounding step off the secondary_hover theme token
   (#E5AE0E), which is that same overlay as the designer committed it. */
.button--fill-secondary:hover,
.hs-button:hover {
  background-color: rgb(230, 174, 14);
  border-color: rgb(230, 174, 14);
  color: #1F506E;
}

.button--fill-secondary:focus {
  outline: none;
}

/* Outline Secondary */
.button--outline-secondary {
  background-color: transparent;
  border-color: #FFC10F;
  color: #FFC10F;
}

.button--outline-secondary:hover {
  background-color: #FFC10F;
  border-color: #FFC10F;
  color: #1F506E;
}

.button--outline-secondary:focus {
  outline: none;
}

/* Fill White */
.button--fill-white {
  background-color: #fff;
  border-color: #fff;
  color: #1F506E;
}

/* No white fill variant in the Figma set — same 10% overlay method as the yellow. */
.button--fill-white:hover {
  background-color: rgb(230, 230, 230);
  border-color: rgb(230, 230, 230);
  color: #1F506E;
}

.button--fill-white:focus {
  outline: none;
}


/* Outline White */
.button--outline-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button--outline-white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #1F506E;
}

.button--outline-white:focus {
  outline: none;
}

/* Ghost Button */
.button--ghost {
  background-color: transparent;
  border-color: transparent;
  color: #1F506E;
}

/* Figma "Teal ghost, On hover": underline only — the label stays teal.
   It used to flip to #fff, which vanished on the light backgrounds it sits on. */
.button--ghost:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
  color: #1F506E;
}

.button--ghost:focus {
  outline: none;
}

.button--ghost-white {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}

/* Figma "White ghost, On hover": underline only, label stays white. */
.button--ghost-white:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
  color: #fff;
}

.button--ghost-white:focus {
  outline: none;
}

/* Small size — Figma "Size=Small" (CTA opties > buttons).
   Padding is the only difference: the type, radius, colours and every hover
   state are shared with the big size, so this composes with any variant class.
   5px lands the box on Figma's 28px the same way 11px lands the big one on 40px
   — the 1px border top and bottom is part of that sum. */
.button--small {
  padding: 5px 12px;
}

/* Optionele pijl achter het label — Figma "Teal ghost" met pijl.
   `.button` is inline-block, dus de flexbox die het icoon uitlijnt zit in deze
   losse klasse en composeert met elke variant en elk formaat. 16px is de
   line-height van `.small-caps`, dus de button wordt er niet hoger van, en
   justify-content houdt label en pijl samen gecentreerd zodra de button onder
   `sm` volledige breedte krijgt. */
.button--with-arrow {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
}

.button__arrow {
  flex: 0 0 auto;
  height: 16px;
  transition: transform 0.2s ease;
  width: 16px;
}

.button--with-arrow:hover .button__arrow,
.button--with-arrow:focus-visible .button__arrow {
  transform: translateX(2px);
}

@media (prefers-reduced-motion: reduce) {
  .button__arrow {
    transition: none;
  }

  .button--with-arrow:hover .button__arrow,
  .button--with-arrow:focus-visible .button__arrow {
    transform: none;
  }
}

/* Disabled Button */
.button--disabled {
  background-color: #C8D1D7;
  border-color: #C8D1D7;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}

/* Responsive styles */
@media (max-width: 800px) {
  .button:not(.button--small) {
    width: 100%;
  }
}

/* Small Caps */
.button.small-caps,
.hs-button {
  font-family: Outfit;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}
.hs-button.disabled{
  color:#fff;
  background-color:#C8D1D7;
  border-color:#C8D1D7;
}

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* .form Title */
.form-title {
  margin-bottom: 0;
}
.form-title{
  padding: 0 0 36px 0!important;
}
/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}
.hs-form-field.error .hs-error-msgs { 
  display:block; 
  }

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > .form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }


/* ONVZ styles */
.form{
    filter: drop-shadow(30px 4px 32px rgba(31, 80, 110, 0.08));
}
.form .input input[value=""],
.form .input select[value=""],
.form .input textarea[value=""] {
  border-bottom: 1px solid #C8D1D7;
}
.form .input input,
.form .input select,
.form .input textarea {
  border-bottom: 1px solid #1F506E;
  background-color: #fff;
 }
.form label, .form legend {
    font-weight: 700;
    font-size:14px;
 }
 .form label.has-tooltip{
    display:flex;
    flex-wrap: wrap;
 }
.form .hs-error-msg{
   font-weight: 400;
}

.form .hs-error-msg {
  position: relative;
  padding-left: 26px;
  display: inline-block;
  color:#DB3657;
}

.form .hs-error-msg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2ZM10 3C6.13401 3 3 6.13401 3 10C3 13.866 6.13401 17 10 17C13.866 17 17 13.866 17 10C17 6.13401 13.866 3 10 3ZM10 12.5C10.4142 12.5 10.75 12.8358 10.75 13.25C10.75 13.6642 10.4142 14 10 14C9.58579 14 9.25 13.6642 9.25 13.25C9.25 12.8358 9.58579 12.5 10 12.5ZM10 6C10.2455 6 10.4496 6.17688 10.4919 6.41012L10.5 6.5V11C10.5 11.2761 10.2761 11.5 10 11.5C9.75454 11.5 9.55039 11.3231 9.50806 11.0899L9.5 11V6.5C9.5 6.22386 9.72386 6 10 6Z" fill="%23DB3657"/></svg>');
}

.form .hs-input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 12px;
  height: 22px;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M3 0C1.34315 0 0 1.34315 0 3V11C0 12.6569 1.34315 14 3 14H11C12.6569 14 14 12.6569 14 11V3C14 1.34315 12.6569 0 11 0H3ZM1 3C1 1.89543 1.89543 1 3 1H11C12.1046 1 13 1.89543 13 3V11C13 12.1046 12.1046 13 11 13H3C1.89543 13 1 12.1046 1 11V3Z" fill="white" stroke="%231F506E" stroke-width="1"/></svg>');
}

.form .hs-input[type="checkbox"]:checked {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M3 0C1.34315 0 0 1.34315 0 3V11C0 12.6569 1.34315 14 3 14H11C12.6569 14 14 12.6569 14 11V3C14 1.34315 12.6569 0 11 0H3ZM1 3C1 1.89543 1.89543 1 3 1H11C12.1046 1 13 1.89543 13 3V11C13 12.1046 12.1046 13 11 13H3C1.89543 13 1 12.1046 1 11V3ZM10.8536 4.85355C11.0488 4.65829 11.0488 4.34171 10.8536 4.14645C10.6583 3.95118 10.3417 3.95118 10.1464 4.14645L5.5 8.79289L3.85355 7.14645C3.65829 6.95118 3.34171 6.95118 3.14645 7.14645C2.95118 7.34171 2.95118 7.65829 3.14645 7.85355L5.14645 9.85355C5.34171 10.0488 5.65829 10.0488 5.85355 9.85355L10.8536 4.85355Z" fill="white" stroke="%231F506E" stroke-width="1"/></svg>');
}
.form .legal-consent-container .inputs-list span{
  font-weight: 400;
  margin-left: 2rem !important;
}
.form .hs-button{
  margin-top:26px;
}


.form-wrapper{
    display: grid;
    grid-auto-flow: dense; 
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
}
.form-wrapper span[data-hs-cos-type="form"] h3.form-title{
  padding: 0!important;
}
.login__container--side {
    background-color: transparent;
    grid-column-start: auto;
    gap: 24px;
    box-shadow: none;
    border-radius: 0;
}
.login__form__list-item {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 12px;
}
.login__form__list-item .icon-wrapper .icon-unchecked{
    margin-top: 10px;
}

.form .legal-consent-container .inputs-list span.hs-form-required {
  margin-left: 0!important;
}

.login__form__list-item a {
    text-decoration: underline;
    cursor: pointer;
}

.login__form__list-item--aside {
    gap: 20px;
}

.login__container {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 24px;
    border-radius: 6px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

.login__container--side {
    background-color: transparent;
    grid-column-start: auto;
    gap: 24px;
    box-shadow: none;
    border-radius: 0;
}

.login__container--centered {
    align-items: center;
    text-align: center;
    gap: 24px;
}
.login__container .icon-wrapper{
  min-width:16px;
}
@media (max-width: 1024px) {
  .form-wrapper {
    display: flex;
    flex-direction: column;
  }

  .login__container {
    order: -1; 
  }
}

.form.form--ty {
  padding-top:48px!important;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
   align-items: center;
}
.form.form--ty h4{
  margin-bottom: 0;
}
.login__icon {
    width: 48px;
    height: 48px;
    display: block;
}

/* Tooltip wrapper naast label */
.hs-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

/* Knop met SVG-icoon */
.hs-tooltip__btn,
.hs-tooltip__btn svg {
  background: transparent;
  border: none;
  width: 20px;
  height: 20px;
  display: block;
  padding: 0;
  cursor: default; 
}

.hs-tooltip__btn:focus-visible {
  outline: 2px solid #1F506E;
  outline-offset: 2px;
}

.hs-tooltip__bubble {
  display: none;
  position: absolute;
  bottom: 28px;
  left: 50%;
  font-weight: 400;
  transform: translateX(-50%);
  width: 320px;
  max-width: 520px;
  background-color: #E9E4D6;
  color: #1F506E;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  z-index: 9999;
}

.hs-tooltip__bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  transform: translateY(5px) translateX(-50%) rotate(45deg);
  background-color: #E9E4D6;
}

.hs-tooltip:hover .hs-tooltip__bubble,
.hs-tooltip:focus-within .hs-tooltip__bubble {
  display: block;
}
/* Label */
.beta-label__button {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #D7EFFF;
    border: none;
    padding: 8px 24px;
    cursor: pointer;
    border-radius: 0 0 6px 6px;
    margin: 0 auto;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: 24px;
    transition: background-color 0.2s ease;
}
 .beta-label__button:hover {
    background-color: #AFE0FF;
}

.hs-locked {
  position: relative;
  background: rgba(0,0,0,0.03);
  pointer-events: auto; 
}
.hs-locked[readonly] { cursor: not-allowed; }
.hs-locked-note {
  display: inline-flex;
  gap: .35rem;
  font-size: 12px;
  opacity: .8;
  margin-top: 4px;
}
.hs-locked-wrap { display: flex; flex-direction: column; }
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}


body,
ul, ol, li,
span, div {
  line-height: 28px;
  overflow-wrap: break-word;
  letter-spacing: 0.02em;
  font-optical-sizing: none;
  -webkit-font-smoothing: antialiased;
}
body .dnd-module,
[data-hs-cos-type="module"]{
  line-height: 0; 
}
ul {
  padding-left: 18px;
}
ul li::marker {
  font-weight: 300;
  font-size: 0.8em;
}
ul li {
    padding-left: 6px;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */
p {
  margin: 0 0 1.4rem;
  margin-bottom: 24px;
  font-optical-sizing: none;
  -webkit-font-smoothing: antialiased;
}

/* Anchors */
a {
  cursor: pointer;
}

/* Headings */
h1,
h2,
h3,
h4,
h5
 {
  margin: 0 0 1.4rem;
}
h6{
  margin: 0 0 16px 0;
}
/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
  margin-bottom: 24px;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
}

/* Header */
.header,
h1,
h2,
h3,
h4,
h5 {
  font-family: Outfit;
  margin: 0;
  margin-bottom: 24px;
  overflow-wrap: anywhere;
}

.header--white {
  color: white;
}
/* Body Text */

.body-text--bold {
  font-weight: 700;
}

.body-text--regular {
  font-weight: 400;
}

.body-text--condensed {
  line-height: 24px;
}

/* Small Text */
.small-text {
  color: #1F506E;font-family: Outfit, sans-serif;;
  font-size: 0.875rem;
  margin: 0;
  line-height: 20px;
}

.small-text--regular {
  font-weight: 400;
  line-height: 20px;
}

.small-text--bold {
  font-weight: 700;
  line-height: 24px;
}

/* Small Caps */
.small-caps {
  font-family: ;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1152px) {
  .display {
    font-size: 40px!important;
    line-height: 44px!important;
  }
}
:target {
  scroll-margin-top: 180px;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/


/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

.header{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  filter: drop-shadow(30px 4px 32px rgba(31, 80, 110, 0.08));    
  padding: 28px 0;
  z-index: 99;
  margin-bottom: 0;
  max-height: 80px;
}

.header.sticky {
  position: fixed;
}
@media (max-width: 800px) {
 .header{
        padding: 20px 0;
    }

}
/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header__row-1 {
  justify-content: center;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  width: 100%;
  height: 24px;
}
.header__row-2 {
    position: absolute;
    right: 0;
    justify-content: right;
    transform: translateY(-50%);
    top: 48%;
    z-index: 1;
    width: 17%;
}
.header__column {
  width: 100%;
}

@media (min-width: 1152px) {
  .header:not(.no-menu) .header__navigation {
    width: 100%;
  }
}

@media (max-width: 1152px) and (min-width: 800px) {
  .header__column {
    width: 100%;
    
  }
}

@media (max-width: 800px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}
@media (max-width: 1152px){
  .header__container {
    padding: 12px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 24px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}
@media (max-width: 1152px) {
   .header--toggle.mobile-lang-toggle{
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 112px;
    width: 90px;
    margin: 0;
    display: flex;
    justify-content: center;
  }
   .header--toggle.mobile-lang-toggle .header__language-switcher{
    padding: 0;
    border: none;
   }
  .header--toggle.mobile-lang-toggle  .language-switcher {
    align-items: center;
    flex-direction: column;
    }
}

@media (max-width: 800px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }


  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

@media (min-width: 800px) {
  .mobile-lang-toggle{
    display:none;
  }
}
/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1152px) {
  .header__navigation,
  .header__search,
  .desk-lang-toggle.header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
        display: block;
        left: 0;
        min-height: 100vh;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }


  .header__close--toggle.show {
    display: block;
  }
}

/* tablet menu */

.navbar__hamburger-box {
    line-height: 1;
    flex: 0 0 auto;
    width: 80px;
}

.navbar__hamburger-button {
    display: none;
}
@media (min-width: 1152px) {
 .mobile-menu__logo-image{
    display:none;
  }
}
@media (max-width: 1152px) {
  .mobile-menu__logo-image{
    max-width: 64px!important;
    height: auto;
  }
  .desk-lang-toggle .navbar__language-switcher,
  .desk-lang-toggle.header__language-switcher {
    display: none;
  }
  .navbar__hamburger-button {
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0;
  }

  .navbar__hamburger-icon {
      width: 24px;
      height: 24px;
      display: block;
  }
  .navbar__logo-wrapper{
    padding: 0px 32px 0!important;
    display: flex;
    margin: 0 auto!important;
    align-content: center;
    align-items: center;
  }
    .header__row-2 {
      position: absolute;
      left: 1rem;
      justify-content: left;
      transform: translateY(-50%);
      top: 50%;
      z-index: 1;
      padding: 0;
    }
    .header__row-1{
      padding-top: 0;
    }
    .header{
      padding: 0!important;
    }
    .header.open .header__navigation{
      background-color:#F5F5EC;
      width: calc(100% - 20px);
      max-width: 480px;
    }
   .header.open .mobile-menu__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100vh;
      height: 100%;
      opacity: 1;
      transition: opacity 0.3s ease;
    }

    .header.open .mobile-menu--open .mobile-menu__overlay{
        opacity: 1;
    }

    .header.open .mobile-menu__overlay--background {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .header.open .mobile-menu__overlay--blur {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        z-index: 2;
    }
    .header.open{
          filter: none;
    }
    .header.open .header__container{
      padding: 0;
    }
}

/*  no-menu styes */
@media (min-width: 1152px) {
  .no-menu .navbar__logo-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29px;
    width: 192px;
    height: 30px;
    z-index: -1;
    background-image: url(https://privatehealth.onvz.nl/hubfs/raw_assets/public/onvz-theme/images/logo-shape.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(30px 4px 32px rgba(31, 80, 110, 0.08));
  }
}
.no-menu .mobile-menu__logo-image {
  display:block;
}
.no-menu .navbar__logo-wrapper {
    flex: 0 0 auto;
    margin: -32px 0;
    padding: 20px 32px 0;
    position: relative;
}
.no-menu  .header__navigation{
  display:flex;
}

@media (max-width: 1152px) {
   .no-menu  .desk-lang-toggle .navbar__language-switcher, 
   .no-menu .desk-lang-toggle.header__language-switcher {
        display: flex;
        justify-content: flex-end;
    }
    .no-menu  .language-switcher {
        flex-direction: row;
    }
    .no-menu .language-switcher-links {
      padding: 4px;
    }
   .no-menu .header__row-2 {
      right: 1rem;
      left: unset;
      width: 100%;
    }
}
@media (max-width: 800px) {
     .no-menu  .header__language-switcher {
        border-top: none;
    }
}

.login-button a,
.login-button a:hover,
.login-button-mobile a,
.login-button-mobile a:hover {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.login-button-mobile a{
  gap: 4px;
  flex-direction: column;
}
.login-button svg,
.login-button-mobile svg {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
  .login-button-mobile{
    display: none;
  }
@media (max-width: 1152px) {
  .login-button{
    display: none;
  }
  .login-button-mobile{
    display: block;
    width: 100%;
  }
  .login-button-mobile svg {
    margin-right: 0;
  }
  .menu--mobile .close-button-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 800px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 800px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 800px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 800px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}