.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.text-style-strikethrough {
  font-family: Quicksand, sans-serif;
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-family: Quicksand, sans-serif;
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Quicksand, sans-serif;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Quicksand, sans-serif;
}

.text-rich-text p {
  margin-bottom: 1rem;
  font-family: Quicksand, sans-serif;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-family: Quicksand, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-family: Quicksand, sans-serif;
  font-style: italic;
}

.text-weight-medium {
  font-family: Quicksand, sans-serif;
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-family: Quicksand, sans-serif;
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-family: Quicksand, sans-serif;
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-family: Quicksand, sans-serif;
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  color: #572f30;
  margin-bottom: 1.5em;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.text-weight-xbold {
  font-family: Quicksand, sans-serif;
  font-weight: 800;
}

.text-align-right {
  text-align: right;
  font-family: Quicksand, sans-serif;
}

.text-weight-bold {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
  font-family: Quicksand, sans-serif;
}

.text-size-small {
  color: #572f30;
  font-family: Quicksand, sans-serif;
  font-size: .875rem;
}

.heading-style-h4 {
  color: #a48080;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
  font-family: Quicksand, sans-serif;
}

.text-align-left {
  text-align: left;
  font-family: Quicksand, sans-serif;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  font-family: Quicksand, sans-serif;
  text-decoration: underline;
}

.text-size-large {
  color: #572f30;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
}

.text-size-large.margin-bottom-small {
  color: #572f30;
  margin-bottom: 1rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-family: Quicksand, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #572f30;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #572f30;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-family: Quicksand, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
  font-family: Quicksand, sans-serif;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-style-2lines {
  font-family: Quicksand, sans-serif;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-family: Quicksand, sans-serif;
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-style-3lines {
  font-family: Quicksand, sans-serif;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: none;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, .paragraph, .link, .block-quote, .list, .list-2 {
  font-family: Quicksand, sans-serif;
}

.stijl-rood-background-color-primary {
  background-color: #572f30;
}

.section_home-hero {
  width: 100vw;
  overflow: hidden;
}

.section_footer {
  min-height: 896px;
  background-image: linear-gradient(rgba(23, 27, 51, .8), rgba(23, 27, 51, .8)), url('../images/Bavo-Nacht-3000x896.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.home-hero_background {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.home-hero_background-image {
  width: 100vw;
}

.navbar {
  z-index: 1200;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.navbar_brand-image {
  max-width: 150px;
}

.navbar_menu {
  align-items: center;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
}

.navbar_first {
  max-width: 20%;
  min-width: 20%;
  flex: 1;
}

.navbar_second {
  max-width: 80%;
  min-width: 80%;
  flex: 1;
}

.navbar_nav-link {
  color: rgba(87, 47, 48, .95);
  text-align: right;
  flex-flow: column wrap;
  align-items: flex-end;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: flex;
}

.navbar_nav-link:hover {
  color: #fbcc9a;
}

.navbar_nav-link.w--current {
  color: #fff;
}

.navbar_nav-link-strong {
  float: right;
  color: #fff;
  font-weight: 700;
}

.container-full {
  width: 100vw;
  max-width: 100vw;
  margin-left: 0;
  margin-right: 0;
}

.navbar_inner-wrapper {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.heading-payoff {
  color: #572f30;
  background-color: rgba(0, 0, 0, 0);
  font-family: WindSong, sans-serif;
  font-weight: 400;
}

.home-uvh_wrapper {
  background-color: rgba(243, 162, 146, .1);
}

.home-vijfstappen_content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.home-uvh_space-wrapper.margin-xlarge, .home-vijfstappen_space-wrapper.margin-xlarge {
  padding-top: 90px;
  padding-bottom: 90px;
}

.home-online-condoleance_wrapper {
  background-color: #ebf6fc;
}

.home-online-condoleance_space-wrapper.margin-xlarge {
  padding-top: 90px;
  padding-bottom: 90px;
}

.home-online-condoleance_content {
  display: flex;
}

.home-lijstje-voor-later_wrapper {
  background-color: #f0f1fa;
}

.home-lijstje-voor-later_space-wrapper.margin-large {
  padding-top: 90px;
  padding-bottom: 90px;
}

.home-over-tanya_wrapper {
  background-color: #bcc0e2;
}

.home-over-tanya_space-wrapper.margin-xlarge {
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer_space-wrapper.margin-top {
  padding-top: 90px;
}

.footer_blocks {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  color: #ebf6fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.footer_background {
  z-index: -9999;
  background-color: #171b33;
  position: absolute;
}

.footer_background-image {
  opacity: .2;
}

.heading-style-h2-uvh {
  color: #4367af;
  background-image: url('../images/heading-underline-rood.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 50px 5px;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-uvh {
  color: #6a87c4;
  background-image: url('../images/heading-underline-rood.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 30px 3px;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-hero_payoff {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(87, 47, 48, .8);
  border-left-style: none;
  margin-bottom: 0;
  font-family: WindSong, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.home-hero_wrapper {
  max-height: 70vh;
  min-height: 70vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0f1fa;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.navbar_outer-wrapper {
  max-height: 90px;
  min-height: 90px;
  color: rgba(0, 0, 0, .2);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.home-vijfstappen_text {
  flex: 1;
}

.home-vijfstappen_list {
  color: #000;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.home-vijfstappen_list-item {
  color: #6a87c4;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.home-hero_content-wrapper {
  z-index: 1100;
  max-height: 70vh;
  min-height: 70vh;
  position: relative;
}

.text-size-large-strong {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.text-size-regular-strong {
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.margin-bottom-small {
  margin-bottom: 1rem;
}

.slide-nav, .left-arrow, .right-arrow {
  display: none;
}

.home-hero_slider {
  width: 100vw;
  max-height: 90vh;
  min-height: 70vh;
  background-color: #4367af;
  overflow: visible;
}

.home-hero_slider-slide-wrapper {
  max-height: 70vh;
  min-height: 70vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-hero_slider-bg-image {
  min-height: 70vh;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}

.home-hero_tanya-illustratie {
  height: 50vh;
  min-height: 50vh;
  mix-blend-mode: darken;
  object-fit: cover;
  margin-top: 20vh;
  margin-right: 7vw;
}

.home-hero_tanya-illustratie-wrapper {
  z-index: 1100;
}

.home-hero_images-wrapper {
  z-index: 1000;
  max-height: 70vh;
  min-height: 70vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  position: relative;
  overflow: visible;
}

.heading-style-h4-blauw {
  color: #4367af;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h3-uvh-rood {
  color: #ef7959;
  background-image: url('../images/heading-underline-blauw.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 30px 3px;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-uvh-wit {
  color: #fff;
  background-image: url('../images/heading-underling-t-paars-5.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 30px 3px;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-size-regular-uvh-blauw {
  color: #171b33;
  margin-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.home-vijfstappen_2columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.home-hero_slider-wrapper {
  z-index: 900;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  position: relative;
}

.home-hero_image-artboard {
  background-color: #4367af;
}

.home-hero_title {
  color: #f0f1fa;
  text-shadow: 4px 4px 6px rgba(87, 47, 48, .4);
  font-family: Quicksand, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: .6;
  position: relative;
  top: 20vh;
  left: 1vw;
}

.home-online-condoleance_image {
  max-width: 50%;
  object-fit: contain;
  padding-top: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.home-online-condoleance_memori {
  margin-top: 2.5rem;
}

.button-uvh {
  color: #fff;
  text-align: center;
  background-color: #c14732;
  padding: .75rem 1.5rem;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  transition: background-color .2s;
}

.button-uvh:hover {
  background-color: #4b57a3;
}

.button-uvh.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button-uvh.is-small {
  padding: .5rem 1.25rem;
}

.button-uvh.is-large {
  padding: 1rem 2rem;
}

.button-uvh.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-uvh.is-icon {
  max-width: 100%;
  min-width: 25%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 8px;
  text-decoration: none;
  display: flex;
}

.heading-style-h4-oranje {
  color: #ef7959;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-link-uvh-strong {
  color: #572f30;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.home-vijfstappen_text-size-small {
  color: #572f30;
  font-family: Quicksand, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.footer-block_text {
  color: #cae8f7;
  margin-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer-block_heading {
  margin-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.footer_block {
  max-width: 33%;
  min-width: 33%;
  margin-bottom: 1.5rem;
}

.footer_link {
  color: #cae8f7;
}

.footer_link:hover {
  color: #fff;
}

.footer-block_text-strong {
  color: #ebf6fc;
  font-weight: 700;
}

.footer-block_icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 1.5rem;
  display: flex;
}

.footer-block_icon {
  color: #ebf6fc;
}

.footer-block_icon-link {
  color: #cae8f7;
}

.footer-block_icon-link:hover {
  color: #fff;
}

.section-tccontent_wrapper {
  min-height: 90vh;
  background-color: #a6a2d0;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.button-uvh_iconmonstr {
  width: 1rem;
  height: 1rem;
  flex: none;
  margin-top: -4px;
}

.home-lijstje-voor-later_buttons {
  margin-bottom: 1.5rem;
  display: flex;
}

.text-size-regular-link {
  color: #572f30;
  text-decoration: underline;
}

.section-404content_wrapper {
  min-height: 90vh;
  background-color: #ef7959;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section-privacycontent_wrapper {
  min-height: 90vh;
  background-color: #9dc39e;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section-disclaimercontent_wrapper {
  min-height: 90vh;
  background-color: #a48080;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.home-over-tanya_text-wrapper {
  min-width: 60%;
}

.text-size-regular-uvh-blauw-strong {
  color: #171b33;
  margin-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.home-over-tanya_block-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.home-over-tanya_image {
  max-width: 40%;
  min-width: 40%;
  object-fit: cover;
  box-shadow: 0 2px 20px -3px rgba(0, 0, 0, .2);
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: #758d76;
  border-radius: 0;
  padding: 14px 26px;
  font-size: 18px;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: #c14732;
  border-radius: 0;
  margin-right: 12px;
  font-family: Quicksand, sans-serif;
}

.fs-cc-prefs3_form-wrapper {
  max-width: 720px;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_line {
  height: 1px;
  background-color: #e9e9e9;
  flex: 1;
  margin-left: 24px;
  margin-right: 24px;
}

.fs-cc-prefs3_checkbox {
  width: 24px;
  height: 24px;
  border-radius: 500px;
  margin-right: 12px;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.cookie-consent {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 500px;
  align-items: center;
  display: block;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.fs-cc-preferences3_close-icon {
  width: 24px;
  height: 24px;
  color: #4b53eb;
}

.fs-cc-banner3_button-icon {
  width: 18px;
  margin-right: 10px;
}

.fs-cc-banner3_paragraph {
  color: #000;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
}

.fs-cc-banner3_text {
  color: #572f30;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-manager3_icon {
  width: 24px;
  height: 24px;
  color: #4b53eb;
  display: inline-block;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs3_header {
  background-color: #2730d4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.fs-cc-banner3_container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #129657;
  border: 2px solid #129657;
  border-radius: 500px;
  padding: 14px 26px;
  font-size: 16px;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: 12px;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #f2f3ff;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  display: flex;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-banner3_text-link {
  color: #4b53eb;
  border-bottom: 2px solid #4b53eb;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 500px;
  padding: 12px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.fs-cc-banner3_block {
  margin-right: 30px;
}

.fs-cc-prefs3_component {
  z-index: 997;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.fs-cc-prefs3_toggle-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: #fff;
  border-radius: 0;
  margin: 30px;
  padding: 30px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 20px 12px rgba(0, 0, 0, .2);
}

.fs-cc-prefs3_content {
  padding: 30px;
}

.fs-cc-manager3_text {
  color: #4b79f0;
  margin-left: 10px;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-prefs3_submit {
  text-align: center;
  background-color: #4b53eb;
  border-radius: 500px;
  margin-left: 12px;
  padding: 14px 26px;
  font-size: 16px;
}

.fs-cc-prefs3_option {
  padding-top: 12px;
  padding-bottom: 12px;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-banner3_button-text {
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
}

.fs-cc-prefs3_icon {
  width: 32px;
  height: 32px;
  color: #fff;
  margin-right: 12px;
}

.fs-cc-prefs3_label {
  color: #4b53eb;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.cookies-link {
  color: #4b57a3;
}

.heading-style-h2-uvh-wit {
  color: #fff;
  background-image: url('../images/heading-underline-rood.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 50px 5px;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-uvh-wit-v2 {
  color: #fff;
  background-image: url('../images/heading-underline-blauw.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 50px 5px;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  font-family: Quicksand, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-hero_icon {
  opacity: .8;
  color: #fff;
  text-align: center;
  display: none;
}

.home-hero_payoff-wrapper {
  margin-top: 16vh;
}

.footer-block_icon-rating {
  color: #ebf6fc;
}

.footer-block_icons-rating {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    margin-bottom: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar_brand-image {
    max-height: 60px;
  }

  .navbar_menu {
    background-color: rgba(164, 128, 128, .95);
  }

  .navbar_nav-link {
    border-top: 1px solid rgba(0, 0, 0, .2);
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    line-height: 1.8;
    display: flex;
  }

  .navbar_nav-link-strong {
    margin-left: .25em;
  }

  .home-online-condoleance_content {
    display: block;
  }

  .footer_blocks {
    flex-direction: column;
  }

  .home-hero_payoff {
    text-shadow: 4px 4px 5px rgba(87, 47, 48, .6);
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1;
    top: auto;
    left: auto;
  }

  .home-hero_wrapper {
    max-height: 50vh;
    min-height: 50vh;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .navbar_outer-wrapper {
    max-height: 60px;
    min-height: 60px;
  }

  .home-vijfstappen_list-item {
    font-size: 1.4rem;
  }

  .home-hero_content-wrapper, .home-hero_slider, .home-hero_slider-slide-wrapper {
    max-height: 50vh;
    min-height: 50vh;
  }

  .home-hero_slider-bg-image {
    max-width: 150vw;
    min-height: 50vh;
    top: 0;
  }

  .home-hero_tanya-illustratie {
    height: 40vh;
    min-height: 40vh;
    margin-top: 10vh;
    margin-right: 2vw;
  }

  .home-hero_images-wrapper {
    max-height: 50vh;
    min-height: 50vh;
  }

  .heading-style-h4-blauw {
    font-size: 1.4rem;
  }

  .home-vijfstappen_2columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .icon {
    color: #572f30;
  }

  .menu-button {
    max-height: 60px;
  }

  .menu-button.w--open {
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
  }

  .home-hero_title {
    font-size: 2.4rem;
    line-height: .8;
    top: 12vh;
    left: 1vw;
  }

  .home-online-condoleance_image, .button-uvh.is-icon {
    max-width: 100%;
  }

  .footer_block {
    max-width: 45%;
    min-width: 45%;
  }

  .section-tccontent_wrapper, .section-404content_wrapper, .section-privacycontent_wrapper, .section-disclaimercontent_wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-over-tanya_text-wrapper {
    max-width: 50px;
    min-width: 50%;
  }

  .home-over-tanya_image {
    max-height: 50vh;
    max-width: 50%;
    min-width: 50%;
    object-position: 20% 50%;
  }

  .cookie-consent {
    bottom: auto;
  }

  .home-hero_payoff-wrapper {
    margin-top: 12vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .heading-style-h2-uvh {
    font-size: 2rem;
  }

  .heading-style-h3-uvh {
    font-size: 1.5rem;
  }

  .home-hero_payoff {
    text-align: center;
    text-shadow: 4px 4px 5px rgba(87, 47, 48, .6);
    margin-bottom: 0;
    font-size: 2.7rem;
    line-height: 1;
    left: 0;
  }

  .home-vijfstappen_list-item {
    font-size: 1.2rem;
  }

  .home-hero_slider-bg-image {
    max-width: 200vw;
  }

  .home-hero_tanya-illustratie {
    height: 35vh;
    min-height: 35vh;
    margin-top: 15vh;
    margin-right: 1vw;
  }

  .heading-style-h4-blauw {
    font-size: 1.2rem;
  }

  .heading-style-h3-uvh-rood, .heading-style-h3-uvh-wit {
    font-size: 1.5rem;
  }

  .home-hero_title {
    text-align: center;
    font-size: 2.1rem;
    line-height: .8;
    left: 0;
  }

  .heading-style-h4-oranje {
    font-size: 1rem;
  }

  .footer_block {
    max-width: 100%;
    min-width: auto;
  }

  .home-over-tanya_text-wrapper {
    max-width: 100px;
    min-width: 100%;
  }

  .home-over-tanya_block-wrapper {
    flex-direction: column;
  }

  .home-over-tanya_image {
    max-width: 100%;
    min-width: 100%;
  }

  .cookie-consent {
    bottom: auto;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 12px;
  }

  .fs-cc-banner3_text-link {
    margin-right: 8px;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .heading-style-h2-uvh-wit, .heading-style-h2-uvh-wit-v2 {
    font-size: 2rem;
  }

  .home-hero_payoff-wrapper {
    margin-top: 12vh;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .home-hero_payoff {
    text-align: center;
    text-shadow: 2px 2px 4px rgba(87, 47, 48, .6);
    margin-bottom: 0;
    font-size: 2rem;
    top: auto;
    left: 0;
  }

  .home-hero_wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home-vijfstappen_list, .home-vijfstappen_list-item {
    font-size: 1.2rem;
  }

  .home-hero_tanya-illustratie {
    max-width: 200vw;
    margin-right: -10vw;
    display: block;
  }

  .heading-style-h4-blauw {
    font-size: 1.2rem;
  }

  .home-hero_title {
    clear: none;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(87, 47, 48, .4);
    font-size: 2rem;
    line-height: 1;
    top: 10vh;
    left: 0;
  }

  .home-online-condoleance_image {
    padding: 1.5rem 0;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_title {
    font-size: 18px;
  }

  .fs-cc-prefs3_line {
    min-width: 12px;
    margin-left: 12px;
    margin-right: 12px;
    display: none;
  }

  .cookie-consent {
    bottom: auto;
  }

  .fs-cc-banner3_buttons-wrapper {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_option {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .fs-cc-prefs3_icon {
    width: 24px;
    height: 24px;
  }

  .fs-cc-prefs3_label {
    font-size: 12px;
  }

  .home-hero_payoff-wrapper {
    margin-top: 12vh;
  }
}

#w-node-_5be785bd-c4f9-64ed-f118-fd42654ef225-654ef21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5be785bd-c4f9-64ed-f118-fd42654ef228-654ef21f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5be785bd-c4f9-64ed-f118-fd42654ef236-654ef21f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-25bf6f79 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-25bf6f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-25bf6f79 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-25bf6f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-25bf6f79 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-25bf6f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-25bf6f79 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-25bf6f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-25bf6f79 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-25bf6f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-25bf6f79, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-25bf6f79 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-25bf6f79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-25bf6f79 {
  justify-self: start;
}

#w-node-cebb28c3-7247-4242-2519-d072e2dff563-506d8bee {
  grid-area: 1 / 1 / 2 / 13;
  align-self: auto;
  justify-self: auto;
}

#w-node-c36cbc22-af3d-59ab-299b-58f83daa34fd-506d8bee {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
  justify-self: end;
}

#w-node-df96eadb-2b79-ea8b-8d83-10d0a204bd57-506d8bee {
  order: 0;
  grid-area: 1 / 1 / 2 / 13;
  align-self: auto;
}

#w-node-_6446b469-1139-5679-5731-88fa3271d89b-506d8bee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c55fd9c-7f3b-2feb-f1e3-f50f238eb768-506d8bee, #w-node-_359448c0-0308-f947-c6bc-f763bda52d9b-506d8bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cebb28c3-7247-4242-2519-d072e2dff563-506d8bee, #w-node-c36cbc22-af3d-59ab-299b-58f83daa34fd-506d8bee, #w-node-df96eadb-2b79-ea8b-8d83-10d0a204bd57-506d8bee {
    grid-column-end: 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cebb28c3-7247-4242-2519-d072e2dff563-506d8bee, #w-node-c36cbc22-af3d-59ab-299b-58f83daa34fd-506d8bee, #w-node-df96eadb-2b79-ea8b-8d83-10d0a204bd57-506d8bee {
    grid-column-end: 5;
  }
}


