@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-ccw-1turn; }

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(-1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

@media print, screen and (max-width: 29.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 30em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 30em) {
  .hide-for-small-medium {
    display: none !important; } }

@media screen and (max-width: 29.99875em) {
  .show-for-small-medium {
    display: none !important; } }

@media print, screen and (min-width: 30em) and (max-width: 33.74875em) {
  .hide-for-small-medium-only {
    display: none !important; } }

@media screen and (max-width: 29.99875em), screen and (min-width: 33.75em) {
  .show-for-small-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 47.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium-large {
    display: none !important; } }

@media screen and (max-width: 47.99875em) {
  .show-for-medium-large {
    display: none !important; } }

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-large-only {
    display: none !important; } }

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-large-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important; } }

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

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.show-for-dark-mode {
  display: none; }

.hide-for-dark-mode {
  display: block; }

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important; }
  .hide-for-dark-mode {
    display: none !important; } }

.show-for-ie {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important; }
  .hide-for-ie {
    display: none !important; } }

.show-for-sticky {
  display: none; }

.is-stuck .show-for-sticky {
  display: block; }

.is-stuck .hide-for-sticky {
  display: none; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 30em) {
  .small-medium-order-1 {
    order: 1; }
  .small-medium-order-2 {
    order: 2; }
  .small-medium-order-3 {
    order: 3; }
  .small-medium-order-4 {
    order: 4; }
  .small-medium-order-5 {
    order: 5; }
  .small-medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 48em) {
  .medium-large-order-1 {
    order: 1; }
  .medium-large-order-2 {
    order: 2; }
  .medium-large-order-3 {
    order: 3; }
  .medium-large-order-4 {
    order: 4; }
  .medium-large-order-5 {
    order: 5; }
  .medium-large-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 30em) {
  .small-medium-flex-container {
    display: flex; }
  .small-medium-flex-child-auto {
    flex: 1 1 auto; }
  .small-medium-flex-child-grow {
    flex: 1 0 auto; }
  .small-medium-flex-child-shrink {
    flex: 0 1 auto; }
  .small-medium-flex-dir-row {
    flex-direction: row; }
  .small-medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .small-medium-flex-dir-column {
    flex-direction: column; }
  .small-medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 48em) {
  .medium-large-flex-container {
    display: flex; }
  .medium-large-flex-child-auto {
    flex: 1 1 auto; }
  .medium-large-flex-child-grow {
    flex: 1 0 auto; }
  .medium-large-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-large-flex-dir-row {
    flex-direction: row; }
  .medium-large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-large-flex-dir-column {
    flex-direction: column; }
  .medium-large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.subheader {
  margin-top: 0;
  margin-bottom: 2.4rem;
  font-weight: 700;
  line-height: inherit;
  color: #757575; }

.lead {
  font-size: 2.1rem;
  line-height: 3.2rem; }

.stat {
  font-size: 3.6rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block {
  display: block;
  color: #757575;
  font-size: 87.5%; }
  .cite-block:before {
    content: "— "; }

.code-inline {
  border: 1px solid #bbb;
  background-color: #837263;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #4a4a4a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.2rem 0.5rem 0.1rem; }

.code-block {
  border: 1px solid #bbb;
  background-color: #837263;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #4a4a4a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0 1.2rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
    .menu.vertical.icon-top li a img,
    .menu.vertical.icon-top li a i,
    .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
    .menu.vertical.icon-bottom li a i,
    .menu.vertical.icon-bottom li a svg {
      text-align: left; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.expanded.icon-top li a img,
  .menu.expanded.icon-top li a i,
  .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
  .menu.expanded.icon-bottom li a i,
  .menu.expanded.icon-bottom li a svg {
    text-align: left; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1.2rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 30em) {
    .menu.small-medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.small-medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.small-medium-expanded li {
      flex: 1 1 0px; }
    .menu.small-medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 48em) {
    .menu.medium-large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-large-expanded li {
      flex: 1 1 0px; }
    .menu.medium-large-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 2.4rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a, .menu.nested.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg, .menu.nested.icon-left li a img,
    .menu.nested.icon-left li a i,
    .menu.nested.icon-left li a svg {
      margin-right: 0.6rem; }
  .menu.icon-right li a, .menu.nested.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg, .menu.nested.icon-right li a img,
    .menu.nested.icon-right li a i,
    .menu.nested.icon-right li a svg {
      margin-left: 0.6rem; }
  .menu.icon-top li a, .menu.nested.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg, .menu.nested.icon-top li a img,
    .menu.nested.icon-top li a i,
    .menu.nested.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.6rem;
      text-align: center; }
  .menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
    .menu.nested.icon-bottom li a i,
    .menu.nested.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.6rem;
      text-align: center; }
  .menu .is-active > a {
    background: #e20025;
    color: #fff; }
  .menu .active > a {
    background: #e20025;
    color: #fff; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right.icon-top li a img,
  .menu.align-right.icon-top li a i,
  .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
  .menu.align-right.icon-bottom li a i,
  .menu.align-right.icon-bottom li a svg {
    text-align: right; }
  .menu.align-right .nested {
    margin-right: 2.4rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 36rem;
  padding: 2.4rem;
  visibility: hidden;
  border: 0;
  border-radius: 0.4rem;
  background-color: #4a4a4a;
  font-size: 87.5%; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 12rem; }

.dropdown-pane.small {
  width: 24rem; }

.dropdown-pane.large {
  width: 48rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 2.4rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-bottom-width: 0;
  border-color: #e20025 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  background: #e20025;
  padding: 0 1.2rem; }

.dropdown.menu > li.is-active > a {
  background: #cc0828;
  color: #fff; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-left-width: 0;
  border-color: transparent #e20025 transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: '';
  border-right-width: 0;
  border-color: transparent transparent transparent #e20025; }

@media print, screen and (min-width: 30em) {
  .dropdown.menu.small-medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.small-medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.small-medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 2.4rem; }
  .dropdown.menu.small-medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #e20025 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.small-medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.small-medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.small-medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.small-medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.small-medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #e20025 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.small-medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #e20025; } }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 2.4rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #e20025 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #e20025 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #e20025; } }

@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 2.4rem; }
  .dropdown.menu.medium-large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #e20025 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #e20025 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #e20025; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 2.4rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #e20025 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #e20025 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #e20025; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 24rem;
  border: 0;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0 1.2rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #e20025 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #e20025; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0 1.2rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0 1.2rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 0; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    content: '';
    border-bottom-width: 0;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 4rem; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    content: '';
    border-bottom-width: 0;
    border-color: #fff transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.74rem;
  margin: 0 0 2.4rem;
  padding: 0 1.8rem;
  border: 1px solid #776b5a;
  border-radius: 0;
  background-color: #eee9e8;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.4;
  color: #4a4a4a;
  transition: 0.2s ease-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 2px solid #776b5a;
    background-color: #eee9e8;
    box-shadow: none;
    transition: 0.2s ease-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #eee;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #757575; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 2.4rem; }

[type='checkbox'] + label, [type='checkbox'] + legend.form-control-label,
[type='radio'] + label,
[type='radio'] + legend.form-control-label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 1.2rem;
  margin-right: 2.4rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for], [type='checkbox'] + legend.form-control-label[for],
  [type='radio'] + label[for],
  [type='radio'] + legend.form-control-label[for] {
    cursor: pointer; }

label > [type='checkbox'], legend.form-control-label > [type='checkbox'],
label > [type='radio'],
legend.form-control-label > [type='radio'] {
  margin-right: 1.2rem; }

[type='file'] {
  width: 100%; }

label, legend.form-control-label {
  display: block;
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.6;
  color: #776b5a; }
  label.middle, legend.middle.form-control-label {
    margin: 0 0 2.4rem;
    line-height: 2.4;
    padding: 1.3rem 0; }

.help-text {
  margin-top: -1.2rem;
  font-size: 87.5%;
  font-style: italic;
  color: #757575; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 2.4rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button legend.form-control-label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #bbb;
  background: #837263;
  color: #4a4a4a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label,
  .input-group-button legend.form-control-label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.6rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 1.2rem; }

.fieldset {
  margin: 0;
  padding: 0;
  border: 0; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.3rem;
    padding: 0; }

select {
  height: 3.74rem;
  margin: 0 0 2.4rem;
  padding: 0 1.8rem;
  appearance: none;
  border: 1px solid #776b5a;
  border-radius: 0;
  background-color: #eee9e8;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2.4;
  color: #4a4a4a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28117, 117, 117%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -2.4rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 3.6rem;
  transition: 0.2s ease-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 2px solid #776b5a;
    background-color: #eee9e8;
    box-shadow: none;
    transition: 0.2s ease-out; }
  select:disabled {
    background-color: #eee;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -1.2rem;
  margin-bottom: 2.4rem;
  font-size: 87.5%;
  font-weight: 700;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.callout {
  position: relative;
  margin: 0 0 2.4rem;
  padding: 1rem;
  border: 1px solid rgba(74, 74, 74, 0.25);
  border-radius: 0.4rem;
  background-color: white;
  color: #4a4a4a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ffd4db;
    color: #4a4a4a; }
  .callout.secondary {
    background-color: #edeae7;
    color: #4a4a4a; }
  .callout.tertiary {
    background-color: #d4f6e8;
    color: #4a4a4a; }
  .callout.quaternary {
    background-color: #ede6f1;
    color: #4a4a4a; }
  .callout.success {
    background-color: #e1faea;
    color: #4a4a4a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #4a4a4a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #4a4a4a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.callout li label, .callout li legend.form-control-label {
  display: inline;
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer; }
  @media (hover: hover) and (pointer: fine) {
    .callout li label:hover, .callout li legend.form-control-label:hover {
      text-decoration: none; } }

.callout.primary li label, .callout.primary li legend.form-control-label {
  color: #fbf6f4; }

.callout.secondary li label, .callout.secondary li legend.form-control-label {
  color: #fbf6f4; }

.callout.tertiary li label, .callout.tertiary li legend.form-control-label {
  color: #fbf6f4; }

.callout.quaternary li label, .callout.quaternary li legend.form-control-label {
  color: #fbf6f4; }

.callout.success li label, .callout.success li legend.form-control-label {
  color: #4a4a4a; }

.callout.warning li label, .callout.warning li legend.form-control-label {
  color: #4a4a4a; }

.callout.alert li label, .callout.alert li legend.form-control-label {
  color: #fbf6f4; }

.form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 0 2.4rem; }
  .form .form-controls {
    min-width: 100%;
    display: flex;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    flex-direction: column; }
    @media print, screen and (min-width: 40em) {
      .form .form-controls {
        margin-left: -1.2rem;
        margin-right: -1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .form .form-controls {
        margin-left: -1.6rem;
        margin-right: -1.6rem; } }
  .form .form-control, .form .recaptcha-holder {
    margin-bottom: 2.4rem;
    width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .form .form-control, .form .recaptcha-holder {
        padding-left: 1.2rem;
        padding-right: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .form .form-control, .form .recaptcha-holder {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }
    .form .form-control .form-control-wrapper, .form .recaptcha-holder .form-control-wrapper {
      margin-left: -0.8rem;
      margin-right: -0.8rem; }
      @media print, screen and (min-width: 40em) {
        .form .form-control .form-control-wrapper, .form .recaptcha-holder .form-control-wrapper {
          margin-left: -1.2rem;
          margin-right: -1.2rem; } }
      @media print, screen and (min-width: 64em) {
        .form .form-control .form-control-wrapper, .form .recaptcha-holder .form-control-wrapper {
          margin-left: -1.6rem;
          margin-right: -1.6rem; } }
    .form .form-control .form-control, .form .recaptcha-holder .form-control, .form .form-control .recaptcha-holder, .form .recaptcha-holder .recaptcha-holder {
      margin-bottom: 1.2rem; }
  .form .form-control-whitespace {
    height: 2.4rem; }
  .form [type='text'], .form [type='password'], .form [type='date'], .form [type='datetime'], .form [type='datetime-local'], .form [type='month'], .form [type='week'], .form [type='email'], .form [type='number'], .form [type='search'], .form [type='tel'], .form [type='time'], .form [type='url'], .form [type='color'],
  .form select,
  .form textarea {
    margin: 0;
    -webkit-appearance: none; }
  .form .form-control-buttons {
    display: flex;
    align-items: center; }
    .form .form-control-buttons > button {
      margin: 0 0 2.4rem; }
      .form .form-control-buttons > button:not(:last-child) {
        margin-right: 2.4rem; }
  .component-form-verwijzing .component-block:not(:last-child) {
    margin-bottom: 2.4rem; }
    @media screen and (min-width: 85.375em) {
      .component-form-verwijzing .component-block:not(:last-child) {
        margin-bottom: 4.8rem; } }

.form-control-label {
  margin: 0 0 0.6rem; }
  .form-control-label .form-control-optional {
    margin: 0 0 0 0.6rem;
    color: #757575;
    font-style: normal;
    font-weight: normal; }
  .form-control-field-wrapper-checkbox-radio .form-control-label,
  .form-control-wrapper .form-control-label {
    font-weight: normal; }
  legend.form-control-label {
    margin: 0 0 0.6rem;
    float: left; }
    legend.form-control-label + * {
      clear: both; }

.form-control-field-wrapper-checkbox-radio {
  position: relative; }
  .form-control-field-wrapper-checkbox-radio .form-control-label {
    padding-left: 2.7rem;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .form-control-field-wrapper-checkbox-radio .form-control-label::before {
      transition: 0.2s ease-out;
      content: '';
      background: #eee9e8;
      width: 1.8rem;
      height: 1.8rem;
      display: block;
      position: absolute;
      top: 1.2rem;
      transform: translateY(-50%);
      left: 0;
      border: 1px solid #776b5a;
      border-radius: 0;
      padding: 0;
      background-clip: content-box; }
    @media (hover: hover) and (pointer: fine) {
      .form-control-field-wrapper-checkbox-radio .form-control-label:hover::before, .form-control-field-wrapper-checkbox-radio [type='checkbox']:focus + .form-control-label::before,
      .form-control-field-wrapper-checkbox-radio [type='radio']:focus + .form-control-label::before {
        border: 6px solid #776b5a;
        background-color: rgba(238, 233, 232, 0.5); }
      .form-control-field-wrapper-checkbox-radio .form-control-label:hover::after {
        color: #4a4a4a;
        opacity: 1 !important; } }
  .form-control-field-wrapper-checkbox-radio [type='radio'] + .form-control-label::before {
    border-radius: 50%; }
  .form-control-field-wrapper-checkbox-radio [type='checkbox'] + .form-control-label:hover + .form-control-label::after, .form-control-field-wrapper-checkbox-radio [type='checkbox'] + .form-control-label:checked + .form-control-label::after {
    opacity: 1;
    border-color: #fff; }
  .form-control-field-wrapper-checkbox-radio [type='checkbox'] + .form-control-label::after {
    content: '';
    width: 1.08rem;
    height: 0.54rem;
    display: block;
    position: absolute;
    top: 1.2rem;
    left: 0.9rem;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: 0.225rem solid rgba(74, 74, 74, 0.25);
    border-top: 0;
    border-right: 0;
    opacity: 0; }
  .form-control-field-wrapper-checkbox-radio [type='checkbox'],
  .form-control-field-wrapper-checkbox-radio [type='radio'] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
    .form-control-field-wrapper-checkbox-radio [type='checkbox']:checked + .form-control-label::before,
    .form-control-field-wrapper-checkbox-radio [type='radio']:checked + .form-control-label::before {
      background: #eee9e8;
      background-clip: content-box; }
    .form-control-field-wrapper-checkbox-radio [type='checkbox']:focus + .form-control-label::before,
    .form-control-field-wrapper-checkbox-radio [type='radio']:focus + .form-control-label::before {
      box-shadow: none; }
  .form-control-field-wrapper-checkbox-radio + .form-control-field-wrapper input[type='text'] {
    margin-top: 0.6rem; }
  .form-control-radio-text .form-control-field-wrapper-checkbox-radio:has([type='radio']:not(:checked)) ~ .form-control-field-wrapper [type='text'] {
    display: none; }

.form .form-control-select-date {
  margin-bottom: 1.2rem; }
  .form .form-control-select-date .form-control-wrapper {
    padding-left: 0.8rem;
    padding-right: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .form .form-control-select-date .form-control-wrapper {
        padding-left: 1.2rem;
        padding-right: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .form .form-control-select-date .form-control-wrapper {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }
  .form .form-control-select-date .form-control-field-wrapper {
    margin-bottom: 1.2rem; }
    .form .form-control-select-date .form-control-field-wrapper .form-label {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      overflow: hidden !important;
      clip: rect(0, 0, 0, 0) !important;
      white-space: nowrap !important;
      border: 0 !important; }
  @media print, screen and (min-width: 40em) {
    .form .form-control-select-date .form-control-wrapper {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
    .form .form-control-select-date .form-control-field-wrapper {
      position: relative;
      width: calc(33.3333% - 1.60008rem); }
      .form .form-control-select-date .form-control-field-wrapper:not(:last-of-type) {
        margin-right: 2.4rem; } }

textarea {
  min-height: 12rem; }

.form-control-file .file-upload-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2.4rem;
  padding: 0.75em 0.875em;
  border: 2px solid transparent;
  border-radius: 0.4rem;
  transition: 0.2s ease-out;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  text-decoration: none;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-flex; }
  [data-whatinput='mouse'] .form-control-file .file-upload-button {
    outline: 0; }
  .form-control-file .file-upload-button dfn {
    color: inherit !important; }
    .form-control-file .file-upload-button dfn:before, .form-control-file .file-upload-button dfn::after {
      content: ' ';
      white-space: pre; }
  .form-control-file .file-upload-button, .form-control-file .file-upload-button.disabled, .form-control-file .file-upload-button[disabled], .form-control-file .file-upload-button.disabled:hover, .form-control-file .file-upload-button[disabled]:hover, .form-control-file .file-upload-button.disabled:focus, .form-control-file .file-upload-button[disabled]:focus {
    border: 2px solid #e20025;
    color: #e20025; }
  .form-control-file .file-upload-button:hover, .form-control-file .file-upload-button:focus {
    border-color: #d70023;
    color: #d70023; }

.form-control-file [type='file'] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
  .form-control-file [type='file']:focus + .file-upload-button {
    outline: 1px dotted #212121;
    outline: auto 5px -webkit-focus-ring-color; }
    .form-control-file [type='file']:focus + .file-upload-button, .form-control-file [type='file']:focus + .file-upload-button.disabled, .form-control-file [type='file']:focus + .file-upload-button[disabled], .form-control-file [type='file']:focus + .file-upload-button.disabled:hover, .form-control-file [type='file']:focus + .file-upload-button[disabled]:hover, .form-control-file [type='file']:focus + .file-upload-button.disabled:focus, .form-control-file [type='file']:focus + .file-upload-button[disabled]:focus {
      border: 2px solid #d70023;
      color: #d70023; }
    .form-control-file [type='file']:focus + .file-upload-button:hover, .form-control-file [type='file']:focus + .file-upload-button:focus {
      border-color: #cc0021;
      color: #cc0021; }

.form .form-control, .form .recaptcha-holder {
  position: relative; }

.form .form-control-label {
  padding-right: 2rem; }
  @media print, screen and (min-width: 40em) {
    .form .form-control-label {
      padding-right: 2.4rem; } }
  @media print, screen and (min-width: 64em) {
    .form .form-control-label {
      padding-right: 2.8rem; } }

.form .form-control-wrapper .form-control-label {
  padding-right: 0; }

.form .tooltip-trigger {
  position: absolute;
  top: 0;
  right: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .form .tooltip-trigger {
      right: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .form .tooltip-trigger {
      right: 1.6rem; } }

.tooltip.dropdown-pane {
  border: 0; }
  .tooltip.dropdown-pane::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-bottom-width: 0;
    border-color: #4a4a4a transparent transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%; }

.form-control-error-message {
  margin: 0.6rem 0 0;
  color: #cc4b37;
  font-weight: 700;
  font-size: 87.5%; }

.form-control-error [type='text']:not(:focus), .form-control-error [type='password']:not(:focus), .form-control-error [type='date']:not(:focus), .form-control-error [type='datetime']:not(:focus), .form-control-error [type='datetime-local']:not(:focus), .form-control-error [type='month']:not(:focus), .form-control-error [type='week']:not(:focus), .form-control-error [type='email']:not(:focus), .form-control-error [type='number']:not(:focus), .form-control-error [type='search']:not(:focus), .form-control-error [type='tel']:not(:focus), .form-control-error [type='time']:not(:focus), .form-control-error [type='url']:not(:focus), .form-control-error [type='color']:not(:focus),
.form-control-error textarea:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .form-control-error [type='text']:not(:focus)::placeholder, .form-control-error [type='password']:not(:focus)::placeholder, .form-control-error [type='date']:not(:focus)::placeholder, .form-control-error [type='datetime']:not(:focus)::placeholder, .form-control-error [type='datetime-local']:not(:focus)::placeholder, .form-control-error [type='month']:not(:focus)::placeholder, .form-control-error [type='week']:not(:focus)::placeholder, .form-control-error [type='email']:not(:focus)::placeholder, .form-control-error [type='number']:not(:focus)::placeholder, .form-control-error [type='search']:not(:focus)::placeholder, .form-control-error [type='tel']:not(:focus)::placeholder, .form-control-error [type='time']:not(:focus)::placeholder, .form-control-error [type='url']:not(:focus)::placeholder, .form-control-error [type='color']:not(:focus)::placeholder,
  .form-control-error textarea:not(:focus)::placeholder {
    color: #cc4b37; }

.form-required-description {
  display: none; }

.form-control-color [type='color'] {
  padding: 2px; }

.recaptcha-holder .grecaptcha-badge {
  position: static !important; }

@font-face {
  font-family: "bundle-core-assets";
  src: url("/bundles/kirracoreassets/kirra/fonts/bundle-core-assets.woff?v=1") format("woff"), url("/bundles/kirracoreassets/kirra/fonts/bundle-core-assets.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "vanboeijen";
  src: url("/fonts/vanboeijen.woff?v=1") format("woff"), url("/fonts/vanboeijen.ttf?v=1") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback; }

.dropdown.menu > .is-dropdown-submenu-parent > a::after {
  content: none !important;
  display: none !important; }

.dropdown.menu > .is-dropdown-submenu-parent > a .icon::after {
  display: inherit;
  width: auto;
  height: auto;
  border: 0;
  margin: 0;
  line-height: 0;
  transform: translateY(-50%);
  color: inherit;
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  content: "▾";
  margin-top: -3px;
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto; }
  @media reader, speech, aural {
    .dropdown.menu > .is-dropdown-submenu-parent > a .icon::after {
      display: none;
      visibility: hidden; } }

.nav-primary > ul.menu {
  font-family: inherit;
  height: 8rem;
  margin: 0;
  border-radius: 0; }
  .nav-primary > ul.menu > li > a {
    height: auto;
    margin: 0;
    border-radius: 0; }

.hamburger {
  height: 6rem;
  background: #cc0828;
  box-shadow: none;
  border-radius: 0;
  transition: transform 0.4s ease-out;
  left: 0;
  position: fixed;
  top: 0;
  cursor: pointer;
  z-index: 14;
  width: 6rem;
  margin-top: 1rem;
  margin-left: 1rem; }
  @media screen and (min-width: 85.4375em) {
    .hamburger {
      display: none; } }
  @media screen and (min-width: 85.375em) {
    .hamburger {
      margin-top: 3.5rem;
      margin-left: 3.5rem; } }
  @media (min-width: 769px) {
    .kirra-frontend-bar-enabled .hamburger {
      top: 36px; } }
  .hamburger .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.4s ease-out, opacity 0.2s 0.2s ease-out; }
  .hamburger .line-1 {
    margin-top: -8px; }
  .hamburger .line-4 {
    margin-top: 8px; }
  .hamburger .hamburger-text {
    font-size: 1.6rem;
    color: #e20025;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .off-canvas.is-open ~ .hamburger {
    transform: translateX(32rem); }
    .off-canvas.is-open ~ .hamburger .line {
      transition-delay: 0s; }
    .off-canvas.is-open ~ .hamburger .line-1,
    .off-canvas.is-open ~ .hamburger .line-4 {
      opacity: 0; }
    .off-canvas.is-open ~ .hamburger .line-2 {
      transform: translate(-50%, -50%) rotate(45deg); }
    .off-canvas.is-open ~ .hamburger .line-3 {
      transform: translate(-50%, -50%) rotate(-45deg); }

@media screen and (max-width: 85.375em) {
  .page-topmenu {
    display: none !important; }
  .nav-primary {
    display: none !important; } }

.site-header {
  transition: transform 0.4s ease-out;
  padding-left: 7rem; }
  @media screen and (min-width: 85.375em) {
    .site-header {
      padding-left: 9.5rem; } }
  @media screen and (min-width: 85.4375em) {
    .site-header {
      padding-left: 0; } }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease-out, visibility 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.4s ease-out;
  backface-visibility: hidden;
  background: #837263;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 32rem;
  transform: translateX(-32rem);
  transform: translateX(-32rem); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: none; }
  .off-canvas.is-open {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-32rem); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(32rem); }
  .off-canvas.is-transition-push {
    box-shadow: inset 0 0 0 0 transparent; }
  .off-canvas.is-open {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .off-canvas.is-open .close-button {
      display: none; }
    .off-canvas-content .off-canvas.is-open {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 32rem; }
    .off-canvas.is-open ~ .off-canvas-content {
      margin-left: 32rem; }
  .off-canvas.is-open {
    transition: transform 0.4s ease-out;
    box-shadow: none; }
    .off-canvas.is-open ~ .off-canvas-content {
      margin: 0; }
    .off-canvas.is-open ~ .site-header,
    .off-canvas.is-open ~ .off-canvas-content {
      transform: translateX(32rem); }

.off-canvas-content {
  transform: none;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: transform 0.4s ease-out; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

.social-links {
  margin-left: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .social-links a {
    display: flex;
    align-items: center;
    text-decoration: none; }
    @media (hover: hover) and (pointer: fine) {
      .social-links a:hover .social-icon {
        background: #d70023;
        color: #fff;
        text-decoration: none; }
      .social-links a:focus .social-icon {
        background: #d70023;
        color: #fff;
        text-decoration: none; } }
  .social-links .social-icon {
    justify-content: center;
    align-items: center;
    display: flex;
    background: #fff;
    width: 3.6rem;
    height: 3.6rem;
    color: #776b5a;
    transition: 0.2s ease-out;
    border: 0;
    border-radius: 50%; }
    .social-links .social-icon::before {
      font-size: 16px; }
  .social-links .social-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .social-links .social-facebook-url {
    order: 10; }
    .social-links .social-facebook-url .social-icon::before {
      content: "a";
      font-family: "bundle-core-assets";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .social-links .social-facebook-url .social-icon::before {
          display: none;
          visibility: hidden; } }
  .social-links .social-instagram-url {
    order: 20; }
    .social-links .social-instagram-url .social-icon::before {
      content: "f";
      font-family: "bundle-core-assets";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .social-links .social-instagram-url .social-icon::before {
          display: none;
          visibility: hidden; } }
  .social-links .social-linkedin-url {
    order: 30; }
    .social-links .social-linkedin-url .social-icon::before {
      content: "c";
      font-family: "bundle-core-assets";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .social-links .social-linkedin-url .social-icon::before {
          display: none;
          visibility: hidden; } }
  .social-links .social-twitter-url {
    order: 40; }
    .social-links .social-twitter-url .social-icon::before {
      content: "o";
      font-family: "bundle-core-assets";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .social-links .social-twitter-url .social-icon::before {
          display: none;
          visibility: hidden; } }
  .social-links .social-x-url {
    order: 50; }
    .social-links .social-x-url .social-icon::before {
      content: "o";
      font-family: "bundle-core-assets";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .social-links .social-x-url .social-icon::before {
          display: none;
          visibility: hidden; } }
  .social-links .social-youtube-url {
    order: 60; }
    .social-links .social-youtube-url .social-icon::before {
      content: "e";
      font-family: "bundle-core-assets";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .social-links .social-youtube-url .social-icon::before {
          display: none;
          visibility: hidden; } }
  .social-links .social-tiktok-url {
    order: 70; }
    .social-links .social-tiktok-url .social-icon::before {
      content: "n";
      font-family: "bundle-core-assets";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .social-links .social-tiktok-url .social-icon::before {
          display: none;
          visibility: hidden; } }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #757575;
  font-weight: 700;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.8rem);
  z-index: 1200;
  max-width: 22rem;
  padding: 1.2rem;
  border-radius: 0.4rem;
  background-color: #4a4a4a;
  font-size: 87.5%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-top-width: 0;
    border-color: transparent transparent #4a4a4a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-bottom-width: 0;
    border-color: #4a4a4a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #4a4a4a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    content: '';
    border-left-width: 0;
    border-color: transparent #4a4a4a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.tooltip-trigger {
  min-width: 1.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: #776b5a;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: help;
  position: relative;
  font-size: 14px; }
  .tooltip-trigger .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Helvetica Neue", sans-serif;
    content: "?"; }

.font-resizer {
  border: 0;
  border-radius: 0.4rem;
  display: none;
  display: flex; }

.font-resizer-button {
  background: none;
  color: #fff;
  width: 4.2rem;
  height: 4.2rem;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  overflow: hidden; }
  .font-resizer-button:first-of-type {
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem; }
  .font-resizer-button:last-of-type {
    border-top-right-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem; }
  .font-resizer-button:not(:first-of-type) {
    border-left: 0; }
  .font-resizer-button[disabled] {
    cursor: not-allowed; }
    .font-resizer-button[disabled] .font-resizer-icon::before {
      opacity: 0.75; }
  .font-resizer-button-decrease {
    display: inline-flex; }
    .font-resizer-button-decrease .font-resizer-icon::before {
      content: "A"; }
  .font-resizer-button-default {
    display: inline-flex; }
    .font-resizer-button-default .font-resizer-icon::before {
      content: "A"; }
  .font-resizer-button-increase {
    display: inline-flex; }
    .font-resizer-button-increase .font-resizer-icon::before {
      content: "A"; }

.skip-to-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem;
  background: #fff;
  box-shadow: 0 1.2rem 3.6rem rgba(74, 74, 74, 0.1);
  text-align: center;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.2s ease-out;
  opacity: 0;
  z-index: 11; }
  .skip-to-content:focus {
    transform: translate3d(0, 0, 0);
    opacity: 1; }

.skip-to-main-content {
  position: absolute;
  top: -8rem; }
  @media screen and (min-width: 85.375em) {
    .skip-to-main-content {
      top: -13rem; } }
  .site-main {
    position: relative; }

.breadcrumbs {
  margin: 0 0 2.4rem;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 87.5%;
    color: #776b5a;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.6rem;
      opacity: 1;
      content: "»";
      color: #776b5a; }
  .breadcrumbs a {
    color: #776b5a; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #776b5a;
    cursor: not-allowed; }

.breadcrumbs {
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
  display: none;
  display: flex; }
  .breadcrumbs li,
  .breadcrumbs a {
    display: inline-flex;
    align-items: center;
    position: relative; }
  .breadcrumbs a {
    text-decoration: underline; }
  .breadcrumbs li::after {
    display: none; }
  .breadcrumbs .icon::after {
    position: relative;
    margin: 0 0.6rem;
    opacity: 1;
    content: "»";
    color: #776b5a; }
  .breadcrumbs .home-icon {
    text-decoration: none;
    color: #776b5a;
    padding-right: 0.6rem;
    font-size: 16px; }
    .breadcrumbs .home-icon::before {
      content: "b";
      font-family: "vanboeijen";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none; }
      @media reader, speech, aural {
        .breadcrumbs .home-icon::before {
          display: none;
          visibility: hidden; } }
  .breadcrumbs .home-text {
    font-size: 0; }

.breadcrumbs-button-wrapper {
  display: none; }

.breadcrumbs-button-toggler {
  width: 4.8rem;
  border-left: 1px solid #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }
  .hide-for-mobile .breadcrumbs-button-toggler {
    display: none; }
  .breadcrumbs-button-toggler .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .breadcrumbs-button-toggler .icon::before {
      content: "↓";
      font-family: "Helvetica Neue", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      color: #fff; }
      @media reader, speech, aural {
        .breadcrumbs-button-toggler .icon::before {
          display: none;
          visibility: hidden; } }

.menu a,
.menu .button {
  line-height: inherit; }

.accordion-menu a {
  padding: 0 1.2rem; }

.accordion-menu li {
  display: block !important;
  height: auto !important; }

@media (min-width: 769px) {
  .kirra-frontend-bar-enabled .off-canvas {
    height: calc(100% - 36px);
    top: 36px; } }

.off-canvas-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .off-canvas-content .site-main {
    flex-grow: 1; }
  @media (min-width: 769px) {
    .kirra-frontend-bar-enabled .off-canvas-content {
      min-height: calc(100vh - 36px); } }

.flex-row {
  max-width: 128rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  margin-right: calc(2.4rem * -.5);
  margin-left: calc(2.4rem * -.5); }
  @media print, screen and (min-width: 30em) {
    .flex-row {
      margin-right: calc(2.4rem * -.5);
      margin-left: calc(2.4rem * -.5); } }
  @media print, screen and (min-width: 40em) {
    .flex-row {
      margin-right: calc(2.4rem * -.5);
      margin-left: calc(2.4rem * -.5); } }
  @media print, screen and (min-width: 48em) {
    .flex-row {
      margin-right: calc(2.4rem * -.5);
      margin-left: calc(2.4rem * -.5); } }
  @media print, screen and (min-width: 64em) {
    .flex-row {
      margin-right: calc(2.4rem * -.5);
      margin-left: calc(2.4rem * -.5); } }
  .flex-row [class*="flex-box"] {
    width: 100%;
    max-width: 100%;
    padding-right: calc(2.4rem * .5);
    padding-left: calc(2.4rem * .5);
    display: flex;
    flex-direction: column; }
    .flex-row [class*="flex-box"] > :last-child {
      flex-grow: 1; }
  @media print, screen and (min-width: 40em) {
    .flex-row .flex-box-1-2 {
      width: 50%; } }
  @media print, screen and (min-width: 64em) {
    .flex-row .flex-box-1-3 {
      width: 33.33333%; } }
  @media print, screen and (min-width: 64em) {
    .flex-row .flex-box-2-3 {
      width: 66.66667%; } }

.cookie-explanation-container.show {
  display: block; }

.readspeaker {
  display: flex;
  align-items: center;
  position: relative; }
  .readspeaker .rs_addtools,
  .readspeaker .rsbtn {
    padding-bottom: 0; }

.readspeaker-toggle-button {
  width: 4.2rem;
  height: 4.2rem;
  padding: 0;
  background: none;
  color: #fff;
  border: 0;
  border-radius: 0.4rem;
  line-height: 2.4; }
  .readspeaker-toggle-button .readspeaker-toggle-button-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .readspeaker-toggle-button .readspeaker-toggle-button-icon {
    position: relative; }
    .readspeaker-toggle-button .readspeaker-toggle-button-icon::before {
      content: "l";
      font-family: "vanboeijen";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media reader, speech, aural {
        .readspeaker-toggle-button .readspeaker-toggle-button-icon::before {
          display: none;
          visibility: hidden; } }

.readspeaker-widget {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  display: none;
  position: absolute;
  top: calc(100% + 2.4rem);
  left: 0; }
  .readspeaker-widget.show-readspeaker {
    display: block; }
  .readspeaker-widget .rsbtn {
    width: 17.6rem !important; }
    .readspeaker-widget .rsbtn.rsexpanded {
      width: 39.7rem !important; }
  .readspeaker-widget button {
    min-height: 0; }

.filter-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 0 2.4rem; }
  .filter-form .form-controls {
    min-width: 100%;
    display: flex;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    flex-wrap: wrap;
    flex-direction: row; }
    @media print, screen and (min-width: 40em) {
      .filter-form .form-controls {
        margin-left: -1.2rem;
        margin-right: -1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .filter-form .form-controls {
        margin-left: -1.6rem;
        margin-right: -1.6rem; } }
  .filter-form .form-control, .filter-form .recaptcha-holder {
    margin-bottom: 2.4rem;
    width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem; }
    @media print, screen and (min-width: 40em) {
      .filter-form .form-control, .filter-form .recaptcha-holder {
        padding-left: 1.2rem;
        padding-right: 1.2rem; } }
    @media print, screen and (min-width: 64em) {
      .filter-form .form-control, .filter-form .recaptcha-holder {
        padding-left: 1.6rem;
        padding-right: 1.6rem; } }
    @media print, screen and (min-width: 40em) {
      .filter-form .form-control, .filter-form .recaptcha-holder {
        max-width: 28rem; } }
    .filter-form .form-control .form-control-wrapper, .filter-form .recaptcha-holder .form-control-wrapper {
      margin-left: -0.8rem;
      margin-right: -0.8rem; }
      @media print, screen and (min-width: 40em) {
        .filter-form .form-control .form-control-wrapper, .filter-form .recaptcha-holder .form-control-wrapper {
          margin-left: -1.2rem;
          margin-right: -1.2rem; } }
      @media print, screen and (min-width: 64em) {
        .filter-form .form-control .form-control-wrapper, .filter-form .recaptcha-holder .form-control-wrapper {
          margin-left: -1.6rem;
          margin-right: -1.6rem; } }
    .filter-form .form-control .form-control, .filter-form .recaptcha-holder .form-control, .filter-form .form-control .recaptcha-holder, .filter-form .recaptcha-holder .recaptcha-holder {
      margin-bottom: 1.2rem; }
  .filter-form .form-heading {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .filter-form .form-control-whitespace {
    height: 2.4rem; }
  .filter-form [type='text'], .filter-form [type='password'], .filter-form [type='date'], .filter-form [type='datetime'], .filter-form [type='datetime-local'], .filter-form [type='month'], .filter-form [type='week'], .filter-form [type='email'], .filter-form [type='number'], .filter-form [type='search'], .filter-form [type='tel'], .filter-form [type='time'], .filter-form [type='url'], .filter-form [type='color'],
  .filter-form select,
  .filter-form textarea {
    margin: 0;
    -webkit-appearance: none; }
  .filter-form .form-control-buttons {
    display: flex;
    align-items: center; }
    .filter-form .form-control-buttons > button {
      margin: 0 0 2.4rem; }
      .filter-form .form-control-buttons > button:not(:last-child) {
        margin-right: 2.4rem; }
  .component-form-verwijzing .component-block:not(:last-child) {
    margin-bottom: 2.4rem; }
    @media screen and (min-width: 85.375em) {
      .component-form-verwijzing .component-block:not(:last-child) {
        margin-bottom: 4.8rem; } }
  .filter-form .button-reset {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  .filter-form .form-controls {
    align-items: flex-end; }
  .filter-form .form-control-buttons {
    max-width: none;
    width: auto; }
    .filter-form .form-control-buttons > button {
      margin-bottom: 0; }
  .filter-form-close-button,
  .form-filter-overlay-button {
    display: none; }

html,
body {
  position: relative; }

html {
  scroll-behavior: smooth; }

.no-js * {
  transition: none !important; }

address {
  font-style: normal;
  margin-bottom: 2.4rem; }

textarea {
  overflow: auto;
  resize: vertical; }

picture {
  display: block; }

select {
  display: block; }

.responsive-image {
  width: 100%;
  position: relative; }
  .responsive-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    transform: none; }

.image-ratio {
  width: 100%;
  position: relative;
  padding-bottom: 66.66667% !important;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eee; }
  .image-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none; }
  .image-ratio .responsive-image {
    padding-top: 0 !important;
    position: static; }
  .image-ratio .responsive-image {
    position: static;
    padding-top: 0 !important; }

[href^='mailto:'] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.icalendar {
  box-sizing: content-box; }

.component-twitter s,
.comp-twitter s,
.comp-tweet s {
  text-decoration: none; }

.component-block {
  margin-bottom: 2.4rem; }
  @media screen and (min-width: 85.375em) {
    .component-block {
      margin-bottom: 4.8rem; } }
  .component-block .component-block {
    margin-bottom: 0; }

.row {
  width: 100%;
  padding-left: 0.8rem;
  padding-right: 0.8rem; }
  @media print, screen and (min-width: 40em) {
    .row {
      padding-left: 1.2rem;
      padding-right: 1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .row {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  .row .row {
    width: auto;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color; }

.style-select::before {
  content: "d";
  font-family: "vanboeijen";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  color: #837263;
  font-size: 12px;
  z-index: 0; }
  @media reader, speech, aural {
    .style-select::before {
      display: none;
      visibility: hidden; } }

.style-select select {
  border: 1px solid #776b5a; }

.form-control-field-wrapper-checkbox-radio [type='radio']:checked + .form-control-label::before {
  border: 6px solid #776b5a; }

.form-control-field-wrapper-checkbox-radio [type='checkbox']:hover + .form-control-label::before, .form-control-field-wrapper-checkbox-radio [type='checkbox']:checked + .form-control-label::before {
  border: 1px solid #776b5a;
  background: #776b5a; }

.form-control-field-wrapper-checkbox-radio [type='checkbox']:hover + .form-control-label::after, .form-control-field-wrapper-checkbox-radio [type='checkbox']:checked + .form-control-label::after {
  opacity: 1;
  border-color: #fff; }

.form-control-field-wrapper-checkbox-radio [type='checkbox']:focus + .form-control-label::before {
  border: 1px solid #776b5a;
  background: #776b5a; }

legend {
  font-family: "Helvetica Neue", sans-serif; }

.breadcrumbs .home a {
  text-decoration: none; }

.breadcrumbs .icon::after {
  font-size: 16px; }

.breadcrumbs-button-wrapper {
  display: none; }

.skip-to-content:hover {
  text-decoration: underline; }

.skip-to-content:focus {
  z-index: 101; }

.social-links .social-facebook-url .social-icon::before {
  content: "u";
  font-family: "vanboeijen";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .social-links .social-facebook-url .social-icon::before {
      display: none;
      visibility: hidden; } }

.social-links .social-twitter-url .social-icon::before {
  content: "w";
  font-family: "vanboeijen";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .social-links .social-twitter-url .social-icon::before {
      display: none;
      visibility: hidden; } }

.social-links .social-linkedin-url .social-icon::before {
  content: "v";
  font-family: "vanboeijen";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none; }
  @media reader, speech, aural {
    .social-links .social-linkedin-url .social-icon::before {
      display: none;
      visibility: hidden; } }

.social-links--small {
  gap: 1.2rem; }
  @media (hover: hover) and (pointer: fine) {
    .social-links--small .social-link:hover .social-icon {
      background-color: transparent;
      color: #e20025; } }
  .social-links--small .social-icon {
    width: 1.5rem;
    height: 1.5rem; }

.tooltip-trigger {
  min-height: auto;
  padding: 0; }

.tooltip {
  top: -1rem !important;
  right: 0 !important;
  transform: translate3d(0, -100%, 0); }
  @media screen and (min-width: 85.375em) {
    .tooltip {
      transform: translate3d(39%, -100%, 0); } }
  @media print, screen and (max-width: 63.99875em) {
    .tooltip {
      left: auto !important; } }

@media screen and (max-width: 85.375em) {
  .column-readspeaker {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; } }

.readspeaker-toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.2rem 0 0; }
  @media screen and (max-width: 85.375em) {
    .readspeaker-toggle-button {
      margin-right: 0;
      width: 4.8rem;
      height: 6rem; } }
  .readspeaker-toggle-button .readspeaker-toggle-button-icon::before {
    font-size: 24px; }

.readspeaker-widget {
  z-index: 3; }
  @media print, screen and (max-width: 29.99875em) {
    .readspeaker-widget {
      left: -6rem; } }

@media screen and (max-width: 85.375em) {
  .font-resizer {
    position: absolute;
    top: 0;
    left: 5.4rem;
    z-index: 1; } }
  @media screen and (max-width: 85.375em) and (max-width: 540px) {
    .font-resizer {
      left: 4.8rem; } }

.font-resizer .font-resizer-button {
  margin-bottom: 0;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  width: auto; }
  @media screen and (max-width: 85.375em) {
    .font-resizer .font-resizer-button {
      height: 6rem;
      width: 4.8rem; } }
  .font-resizer .font-resizer-button[disabled] {
    background: none; }

.font-resizer .font-resizer-button-decrease {
  font-size: 1.8rem; }

.font-resizer .font-resizer-button-default {
  display: none;
  font-size: 2.1rem; }

.font-resizer .font-resizer-button-increase {
  font-size: 2.4rem; }

.off-canvas {
  padding-left: 6rem;
  display: flex;
  flex-direction: column; }
  .off-canvas::before {
    width: 6rem;
    height: 6rem;
    display: block;
    content: '';
    background: #e20025;
    position: absolute;
    top: 0;
    left: 0; }
  .off-canvas.is-open {
    z-index: 13; }
  .off-canvas .off-canvas-accessibility-tools {
    order: 2;
    border-top: 1px solid #fff;
    display: block; }
    @media print, screen and (min-width: 48em) {
      .off-canvas .off-canvas-accessibility-tools {
        display: none; } }
    .off-canvas .off-canvas-accessibility-tools > * {
      position: inherit; }
    .off-canvas .off-canvas-accessibility-tools .font-resizer-button {
      width: 4.4rem;
      height: 4.4rem; }
      .off-canvas .off-canvas-accessibility-tools .font-resizer-button:hover {
        background: #66594d; }

.off-canvas-search {
  margin: 0;
  max-width: none; }
  .off-canvas-search input {
    height: 6rem;
    padding-right: 6rem;
    border: 0; }
  .off-canvas-search button {
    width: 6rem;
    height: 6rem;
    padding: 0;
    justify-content: center; }

.nav-hotkeys {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 6rem;
  min-width: 6rem;
  position: fixed;
  padding-top: 6rem;
  top: 0;
  left: 0;
  height: 100%; }
  .nav-hotkeys a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
    color: #e20025;
    font-size: 30px; }
    .nav-hotkeys a:hover, .nav-hotkeys a:focus {
      color: #4a4a4a; }
  .nav-hotkeys .btn-home .icon::before {
    content: "b";
    font-family: "vanboeijen";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .nav-hotkeys .btn-home .icon::before {
        display: none;
        visibility: hidden; } }
  .nav-hotkeys .btn-phone .icon::before {
    content: "a";
    font-family: "vanboeijen";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .nav-hotkeys .btn-phone .icon::before {
        display: none;
        visibility: hidden; } }
  .nav-hotkeys .btn-email .icon::before {
    content: "h";
    font-family: "vanboeijen";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .nav-hotkeys .btn-email .icon::before {
        display: none;
        visibility: hidden; } }
  .nav-hotkeys .btn-locations .icon::before {
    content: "x";
    font-family: "vanboeijen";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none; }
    @media reader, speech, aural {
      .nav-hotkeys .btn-locations .icon::before {
        display: none;
        visibility: hidden; } }

.nav-off-canvas {
  background: #e20025; }
  .nav-off-canvas a {
    color: #fff;
    font-weight: 700; }
    .nav-off-canvas a:hover, .nav-off-canvas a:focus {
      background: #fc0029; }
  .nav-off-canvas .level-1-item {
    border-bottom: 1px solid #cc0828; }
    .nav-off-canvas .level-1-item > a {
      font-size: 20px;
      padding: 1.8rem 3.6rem 1.8rem 1.8rem;
      margin-right: 0; }
  .nav-off-canvas .submenu-toggle {
    background: none;
    height: 6.6rem; }
  .nav-off-canvas .level-2 {
    transition: max-height .2s ease-in-out;
    background: #fff;
    border-left: 1px solid #837263; }
    .nav-off-canvas .level-2 a {
      color: #fff;
      padding: 0.8rem 1.2rem 0.8rem 3rem;
      position: relative; }
      .nav-off-canvas .level-2 a::before {
        content: "g";
        font-family: "vanboeijen";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        font-size: 11px;
        position: absolute;
        top: 1.1rem;
        left: 1.2rem; }
        @media reader, speech, aural {
          .nav-off-canvas .level-2 a::before {
            display: none;
            visibility: hidden; } }
  .nav-off-canvas .level-1-item.is-open .level-2 {
    max-height: 200rem !important; }
  .nav-off-canvas .menu-component {
    display: none !important; }
  .nav-off-canvas .menu-item-vacatureoverzicht > a::after {
    content: attr(data-children-count);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0 0 1.2rem;
    background: #e20025;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    float: right;
    position: static; }

.nav-off-canvas-secondary {
  padding: 1.2rem 0; }
  .nav-off-canvas-secondary a {
    color: #fff;
    font-weight: 700;
    padding: 0.4rem 1.8rem 0.4rem 3rem;
    position: relative; }
    .nav-off-canvas-secondary a::before {
      content: "g";
      font-family: "vanboeijen";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      font-size: 11px;
      position: absolute;
      top: 0.8rem;
      left: 1.2rem; }
      @media reader, speech, aural {
        .nav-off-canvas-secondary a::before {
          display: none;
          visibility: hidden; } }
    .nav-off-canvas-secondary a::before {
      content: "g";
      font-family: "vanboeijen";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      speak: none;
      margin-right: 0.6rem;
      font-size: 11px; }
      @media reader, speech, aural {
        .nav-off-canvas-secondary a::before {
          display: none;
          visibility: hidden; } }

.app-component-locationfolder .pagination-wrapper .pagination {
  margin-left: 0;
  margin-bottom: 2.4rem; }
  .app-component-locationfolder .pagination-wrapper .pagination::before, .app-component-locationfolder .pagination-wrapper .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .app-component-locationfolder .pagination-wrapper .pagination::after {
    clear: both; }
  .app-component-locationfolder .pagination-wrapper .pagination li {
    margin-right: 0.2rem;
    border-radius: 0;
    font-size: 1.4rem;
    display: none; }
    .app-component-locationfolder .pagination-wrapper .pagination li:last-child, .app-component-locationfolder .pagination-wrapper .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .app-component-locationfolder .pagination-wrapper .pagination li {
        display: inline-block; } }
  .app-component-locationfolder .pagination-wrapper .pagination a,
  .app-component-locationfolder .pagination-wrapper .pagination button {
    display: block;
    padding: 0.6rem 1.2rem;
    border-radius: 0;
    color: #4a4a4a; }
    .app-component-locationfolder .pagination-wrapper .pagination a:hover,
    .app-component-locationfolder .pagination-wrapper .pagination button:hover {
      background: #776b5a; }
  .app-component-locationfolder .pagination-wrapper .pagination .current {
    padding: 0.6rem 1.2rem;
    background: #776b5a;
    color: #fff;
    cursor: default; }
  .app-component-locationfolder .pagination-wrapper .pagination .disabled {
    padding: 0.6rem 1.2rem;
    color: #757575;
    cursor: not-allowed; }
    .app-component-locationfolder .pagination-wrapper .pagination .disabled:hover {
      background: transparent; }
  .app-component-locationfolder .pagination-wrapper .pagination .ellipsis::after {
    padding: 0.6rem 1.2rem;
    content: '\2026';
    color: #776b5a; }

.app-component-locationfolder .pagination-wrapper .pagination {
  display: flex;
  justify-content: center;
  text-align: center; }
  .app-component-locationfolder .pagination-wrapper .pagination li,
  .app-component-locationfolder .pagination-wrapper .pagination a {
    width: 3.2rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 3.2rem;
    line-height: 3.2rem; }
  .app-component-locationfolder .pagination-wrapper .pagination a {
    text-decoration: none; }
  .app-component-locationfolder .pagination-wrapper .pagination .pagination-previous,
  .app-component-locationfolder .pagination-wrapper .pagination .pagination-previous a,
  .app-component-locationfolder .pagination-wrapper .pagination .pagination-next,
  .app-component-locationfolder .pagination-wrapper .pagination .pagination-next a {
    padding: 0.6rem 1.2rem;
    width: auto; }
    .app-component-locationfolder .pagination-wrapper .pagination .pagination-previous .icon::before,
    .app-component-locationfolder .pagination-wrapper .pagination .pagination-previous .icon::after,
    .app-component-locationfolder .pagination-wrapper .pagination .pagination-previous a .icon::before,
    .app-component-locationfolder .pagination-wrapper .pagination .pagination-previous a .icon::after,
    .app-component-locationfolder .pagination-wrapper .pagination .pagination-next .icon::before,
    .app-component-locationfolder .pagination-wrapper .pagination .pagination-next .icon::after,
    .app-component-locationfolder .pagination-wrapper .pagination .pagination-next a .icon::before,
    .app-component-locationfolder .pagination-wrapper .pagination .pagination-next a .icon::after {
      font-family: "Helvetica Neue", sans-serif; }
  .app-component-locationfolder .pagination-wrapper .pagination .current {
    width: 3.2rem;
    height: 3.2rem; }

.app-component-locationfolder .pagination-wrapper .pagination li {
  font-weight: 500; }
  .app-component-locationfolder .pagination-wrapper .pagination li.current {
    line-height: 1.5; }
  .app-component-locationfolder .pagination-wrapper .pagination li.ellipsis {
    display: block; }
  .app-component-locationfolder .pagination-wrapper .pagination li[class^="pagination-"] {
    display: none; }
  .app-component-locationfolder .pagination-wrapper .pagination li:not([class^="pagination-"]) {
    display: block; }
    .app-component-locationfolder .pagination-wrapper .pagination li:not([class^="pagination-"]) a {
      border: 1px solid #776b5a; }
      @media (hover: hover) and (pointer: fine) {
        .app-component-locationfolder .pagination-wrapper .pagination li:not([class^="pagination-"]) a:hover {
          color: #fff; } }

.hamburger {
  margin-top: 0;
  margin-left: 0; }

.off-canvas.is-open ~ .hamburger {
  transform: translateX(0); }

.off-canvas.is-open ~ .site-header {
  padding-left: 0;
  overflow: hidden; }
  .off-canvas.is-open ~ .site-header .page-logo {
    right: 6rem; }
  .off-canvas.is-open ~ .site-header .font-resizer {
    opacity: 0; }

.nav-primary .level-1-item > ul.level-2 {
  height: 75vh; }

.level-1-item > ul.level-2 {
  max-height: 70.4rem;
  background: none;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  -ms-scrollbar-face-color: #bbb;
  scrollbar-face-color: #bbb;
  scrollbar-track-color: #eee;
  scrollbar-shadow-color: #eee;
  scrollbar-color: transparent #eee; }
  @media screen and (max-height: 768px) {
    .level-1-item > ul.level-2 {
      overflow-y: auto !important;
      overflow-x: hidden; } }
  .level-1-item > ul.level-2::-webkit-scrollbar {
    visibility: hidden; }
  .level-1-item > ul.level-2::-webkit-scrollbar-track {
    background: #eee; }
  .level-1-item > ul.level-2::-webkit-scrollbar-thumb {
    border: 3px solid #eee; }
  .level-1-item > ul.level-2::-webkit-scrollbar-corner {
    background: #eee; }
  @media (hover: hover) and (pointer: fine) {
    .level-1-item > ul.level-2:hover {
      scrollbar-color: #bbb #eee; } }
  .level-1-item > ul.level-2::-webkit-scrollbar-thumb {
    background: transparent; }
  .level-1-item > ul.level-2:hover::-webkit-scrollbar-thumb {
    background: #bbb; }
  .level-1-item > ul.level-2::-webkit-scrollbar {
    width: 11px;
    height: 11px; }
  .level-1-item > ul.level-2::-webkit-scrollbar-thumb {
    width: 11px;
    height: 11px;
    border-radius: 5.5px; }

.app-component-afasinternshipjobpost .page-middle-content h3,
.app-component-afasjobpost .page-middle-content h3 {
  margin-bottom: 0.8rem; }

.app-component-afasinternshipjobpost .page-middle-content p + ul,
.app-component-afasinternshipjobpost .page-middle-content p + ol,
.app-component-afasjobpost .page-middle-content p + ul,
.app-component-afasjobpost .page-middle-content p + ol {
  margin-top: -1.8rem; }

.app-component-afasinternshipjobpost .page-middle-content ul,
.app-component-afasjobpost .page-middle-content ul {
  list-style-type: disc; }

.app-component-afasinternshipjobpost .page-middle-content .social-share ul,
.app-component-afasjobpost .page-middle-content .social-share ul {
  list-style: none; }

html div#cookie-bar {
  padding-top: 2.4rem;
  z-index: 10; }
  html div#cookie-bar a {
    text-decoration: underline; }
  html div#cookie-bar .cookie-buttons {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    justify-content: center; }
  html div#cookie-bar .disallow-cookies {
    display: inline-block; }

body:not(.cookies-request) div#cookie-bar {
  display: none; }

.filter-result-container {
  position: relative; }
  .filter-result-container:after {
    transition: 0.2s ease-out;
    content: '';
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 1.60008rem;
    bottom: 3.19992rem;
    left: 1.60008rem;
    background: rgba(251, 246, 244, 0.75); }
  .filter-result-container.loading-filtering .filter-results-spinner, .filter-result-container.loading-filtering::after {
    opacity: 1;
    visibility: visible; }

.filter-results-spinner {
  transition: 0.2s ease-out;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  border: 0.6rem solid rgba(74, 74, 74, 0.2);
  border-left-color: rgba(74, 74, 74, 0.6);
  border-radius: 50%;
  animation: animation-full-rotate 1s linear infinite;
  top: 4.8rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden; }

@keyframes animation-full-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.no-results {
  font-style: italic; }

.component-flex-grid {
  margin-bottom: 0; }
  .component-flex-grid .component-block,
  .component-flex-grid .compblock {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
    .component-flex-grid .component-block .component-block:not(:last-child),
    .component-flex-grid .component-block .compblock:not(:last-child),
    .component-flex-grid .compblock .component-block:not(:last-child),
    .component-flex-grid .compblock .compblock:not(:last-child) {
      margin-bottom: 2.4rem; }
      @media screen and (min-width: 85.375em) {
        .component-flex-grid .component-block .component-block:not(:last-child),
        .component-flex-grid .component-block .compblock:not(:last-child),
        .component-flex-grid .compblock .component-block:not(:last-child),
        .component-flex-grid .compblock .compblock:not(:last-child) {
          margin-bottom: 4.8rem; } }
    .component-flex-grid .component-block .compblock,
    .component-flex-grid .component-block .component-block,
    .component-flex-grid .compblock .compblock,
    .component-flex-grid .compblock .component-block {
      margin-bottom: 0; }
  .component-flex-grid .flex-row {
    margin-right: -1.8rem;
    margin-left: -1.8rem; }
  .component-flex-grid [class^="flex-box"] {
    margin-bottom: 2.4rem; }

.nav-primary {
  position: relative;
  width: 100%; }
  .nav-primary > ul::after {
    content: '';
    width: 9.6rem;
    height: 8rem;
    background: linear-gradient(90deg, #e20025, rgba(226, 0, 37, 0));
    pointer-events: none; }
  .nav-primary > ul,
  .nav-primary li {
    position: static; }
  .nav-primary a {
    position: relative; }
  .preload .nav-primary ul ul {
    display: none; }
  .nav-primary .icon {
    display: none; }
  .nav-primary .level-1-item:first-child {
    margin-left: -1.8rem; }
  .nav-primary .level-1-item > a {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 8rem; }
    @media screen and (min-width: 80em) {
      .nav-primary .level-1-item > a {
        font-size: 2.3rem; } }
    .nav-primary .level-1-item > a:hover, .nav-primary .level-1-item > a:focus {
      color: #fff;
      background: #cc0828; }
  .nav-primary .level-1-item.is-active > a {
    background: #cc0828; }
  .nav-primary .level-2 {
    min-width: 0;
    width: 100%; }
    .nav-primary .level-2::before, .nav-primary .level-2::after {
      display: table;
      content: ' ';
      flex-basis: 0;
      order: 1; }
    .nav-primary .level-2::after {
      clear: both; }
    .nav-primary .level-2::after {
      content: '';
      display: block;
      width: 400vw;
      height: 75vh;
      background: #fff;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      z-index: -2; }
    .nav-primary .level-2 .level-2-item {
      background: #fbf6f4;
      width: 30%; }
      .nav-primary .level-2 .level-2-item::before {
        content: '';
        width: 30%;
        display: block;
        background: #fbf6f4;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        height: 75vh; }
      .nav-primary .level-2 .level-2-item > a {
        font-size: 1.8rem;
        padding: 1.4rem 3rem 1.4rem 1.8rem;
        color: #e20025;
        font-weight: 700; }
        .nav-primary .level-2 .level-2-item > a:hover, .nav-primary .level-2 .level-2-item > a:focus {
          background: #fff; }
      .nav-primary .level-2 .level-2-item.is-active > a {
        background: #fff; }
  .nav-primary .level-3 {
    min-width: 0;
    min-height: 100%;
    width: 30%;
    left: 30% !important;
    background: #fff; }
    .nav-primary .level-3 a {
      font-size: 1.7rem;
      padding: 1.2rem 3.6rem; }
  .nav-primary .menu-component {
    display: block !important;
    width: 40%;
    float: right;
    margin: 2.4rem 0;
    left: 200%; }
  .nav-primary .menu-item-vacatureoverzicht > a::after {
    content: attr(data-children-count);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0 1.2rem;
    background: #e20025;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    position: static; }

.page-header-bottom {
  position: relative;
  z-index: 1; }
  .page-header-bottom::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: #fff;
    width: 400vw; }
  .page-header-bottom::after, .page-header-bottom::before {
    height: 75vh;
    max-height: 70.4rem;
    opacity: 0;
    position: fixed;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    top: 8rem; }
    @media screen and (min-width: 85.375em) {
      .page-header-bottom::after, .page-header-bottom::before {
        top: 13rem; } }
  .page-header-bottom::before {
    content: '';
    transform: translateX(0%);
    z-index: -1;
    width: 100vw;
    background: #fbf6f4; }
  .page-header-bottom::after {
    width: 100vw;
    transform: translateX(-20%); }

.nav-primary-dropdown-active .page-header-bottom::after, .nav-primary-dropdown-active .page-header-bottom::before {
  transition: 0.2s ease-out;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible; }

.app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label,
.location-label-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #776b5a; }
  .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label .icon,
  .location-label-item .icon {
    display: inline-block;
    height: 1.8rem;
    width: 1.8rem; }
    .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label .icon > *,
    .location-label-item .icon > * {
      max-width: 100%;
      max-height: 100%; }
    .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label .icon svg *,
    .location-label-item .icon svg * {
      fill: #776b5a; }
  
  .location-label-item--target-group {
    background-color: #fff; }
  
  .location-label-item--location-type {
    color: #fff;
    background-color: #776b5a; }
    
    .location-label-item--location-type .icon svg * {
      fill: #fff; }
  
  .location-label-item--facility .icon svg * {
    fill: #1C865A; }
  
  .location-label-item--activity .icon svg * {
    fill: #845ba2; }
  
  .location-label-item--round {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    background-color: #fff;
    border-radius: 1.8rem;
    border: 2px solid #845ba2; }
    
    .location-label-item--round .icon svg * {
      fill: black; }
    
    .location-label-item--round.location-label-item--location-type {
      border-color: #1C865A; }
  .page-header-container .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label, .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .page-header-container .form-control-label,
  .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label, .page-header-container
  .location-label-item,
  .styled-relation-filter
  .location-label-item {
    min-height: 3.5rem;
    padding: 0.3rem 1.2rem;
    border-radius: 1.75rem;
    border: 3px solid #e9e5e2; }
  .app-component-location .page-middle-content .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label, .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .app-component-location .page-middle-content .form-control-label, .app-component-location .page-middle-content
  .location-label-item {
    column-gap: 1.2rem; }
    .app-component-location .page-middle-content .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label .icon, .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .app-component-location .page-middle-content .form-control-label .icon, .app-component-location .page-middle-content
    .location-label-item .icon {
      height: 3.6rem;
      width: 3.6rem; }
  
  .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label, .styled-relation-filter
  .location-label-item {
    transition: 0.2s ease-out;
    color: black;
    background-color: rgba(132, 91, 162, 0.05);
    border: 2px solid #845ba2; }
    .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label .icon svg *, .styled-relation-filter
    .location-label-item .icon svg * {
      fill: black; }
    @media (hover: hover) and (pointer: fine) {
      .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label:hover, .styled-relation-filter
      .location-label-item:hover {
        background-color: rgba(132, 91, 162, 0.2); } }
  .form-control-field-wrapper-checkbox-radio .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper input:checked ~ .form-control-label, .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-field-wrapper-checkbox-radio input:checked ~ .form-control-label, .form-control-field-wrapper-checkbox-radio input:checked ~
  .location-label-item {
    background-color: #845ba2;
    color: #fff; }
    .form-control-field-wrapper-checkbox-radio .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper input:checked ~ .form-control-label .icon svg *, .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-field-wrapper-checkbox-radio input:checked ~ .form-control-label .icon svg *, .form-control-field-wrapper-checkbox-radio input:checked ~
    .location-label-item .icon svg * {
      fill: #fff; }
  .styled-relation-filter.location-type > .form-control-field-wrapper .form-control-label {
    background-color: rgba(28, 134, 90, 0.05) !important;
    border-color: #1C865A !important; }
    @media (hover: hover) and (pointer: fine) {
      .styled-relation-filter.location-type > .form-control-field-wrapper .form-control-label:hover {
        background-color: rgba(28, 134, 90, 0.2) !important; } }
  .styled-relation-filter.location-type > .form-control-field-wrapper .form-control-field-wrapper-checkbox-radio input:checked ~ .form-control-label {
    background-color: #1C865A !important; }
  .styled-relation-filter.activity > .form-control-field-wrapper .form-control-label {
    background-color: rgba(131, 114, 99, 0.05) !important;
    border-color: #837263 !important; }
    @media (hover: hover) and (pointer: fine) {
      .styled-relation-filter.activity > .form-control-field-wrapper .form-control-label:hover {
        background-color: rgba(131, 114, 99, 0.2) !important; } }
  .styled-relation-filter.activity > .form-control-field-wrapper .form-control-field-wrapper-checkbox-radio input:checked ~ .form-control-label {
    background-color: #837263 !important; }

.column-overview-location {
  display: flex; }
  .column-overview-location .card-location {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #776b5a; }
    .column-overview-location .card-location .heading,
    .column-overview-location .card-location p,
    .column-overview-location .card-location .address-wrapper {
      margin-bottom: 0; }
    .column-overview-location .card-location a {
      text-decoration: none; }
    .column-overview-location .card-location .heading a {
      transition: 0.2s ease-out;
      color: #897869; }
      @media (hover: hover) and (pointer: fine) {
        .column-overview-location .card-location .heading a:hover {
          color: black; } }
    .column-overview-location .card-location .card-image {
      display: block;
      position: relative;
      z-index: 0;
      width: 100%; }
    .column-overview-location .card-location .card-section {
      padding: 0 1.2rem 1.2rem;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      row-gap: 1.2rem; }
      @media print, screen and (min-width: 40em) {
        .column-overview-location .card-location .card-section {
          padding: 0 2.4rem 2.4rem; } }
      .column-overview-location .card-location .card-section .read-more {
        margin-top: auto; }
    .column-overview-location .card-location .address {
      margin-bottom: 1.2rem; }
    .column-overview-location .card-location .address-wrapper {
      position: relative;
      padding-left: 2.4rem;
      font-size: 1.5rem; }
      .column-overview-location .card-location .address-wrapper .address-name .icon::before {
        content: "b";
        font-family: "vanboeijen";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        speak: none;
        position: absolute;
        left: 0; }
        @media reader, speech, aural {
          .column-overview-location .card-location .address-wrapper .address-name .icon::before {
            display: none;
            visibility: hidden; } }
    .column-overview-location .card-location .location-label-wrapper {
      z-index: 1;
      order: -1;
      display: flex;
      flex-wrap: wrap;
      gap: 0.4rem;
      margin: -1.8rem 0 0.6rem;
      min-height: 3.6rem; }

.app-component-location .page-header-container .location-label-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 1.2rem;
  row-gap: 1.2rem; }
  @media print, screen and (min-width: 64em) {
    .app-component-location .page-header-container .location-label-wrapper {
      max-width: calc(100% - 23.68rem); } }

.app-component-location .page-header-container .row-location-label {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 0.6rem; }

.app-component-location .page-header-subcontainer {
  position: relative;
  margin-bottom: 2.4rem; }
  .app-component-location .page-header-subcontainer__contact-block {
    padding: 1.8rem;
    background-color: #fff; }
    @media print, screen and (min-width: 30em) {
      .app-component-location .page-header-subcontainer__contact-block {
        padding: 3.6rem; } }
    .app-component-location .page-header-subcontainer__contact-block p {
      margin-bottom: 0; }
    .app-component-location .page-header-subcontainer__contact-block a:not(.social-link) {
      display: inline-block;
      margin-bottom: 1.2rem;
      color: #776b5a;
      text-decoration: underline;
      cursor: pointer; }
    .app-component-location .page-header-subcontainer__contact-block .contact-header {
      font-size: 2.4rem;
      margin-bottom: 1.8rem; }
    .app-component-location .page-header-subcontainer__contact-block .contact-inner {
      display: flex;
      flex-wrap: wrap;
      gap: 1.2rem; }
      .app-component-location .page-header-subcontainer__contact-block .contact-inner .contact-inner-header {
        font-weight: 700;
        margin-bottom: 0.6rem; }
    .app-component-location .page-header-subcontainer__contact-block .contact-inner-block {
      display: flex;
      flex-direction: column;
      width: 30%;
      min-width: 20rem;
      flex-grow: 1; }
  @media print, screen and (min-width: 64em) {
    .app-component-location .page-header-subcontainer {
      min-height: 32rem;
      margin-bottom: 7.2rem; }
      .app-component-location .page-header-subcontainer__header-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none; }
        .app-component-location .page-header-subcontainer__header-image figure {
          height: 100%;
          overflow: hidden; }
          .app-component-location .page-header-subcontainer__header-image figure .responsive-image {
            min-height: 100%;
            bottom: 0;
            overflow: hidden; }
            .app-component-location .page-header-subcontainer__header-image figure .responsive-image img {
              top: 50%;
              left: 50%;
              height: 100%;
              width: auto;
              min-width: 100%;
              -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
      .app-component-location .page-header-subcontainer__contact-block {
        position: relative;
        z-index: 1;
        width: 29.6rem;
        margin: 0 3.6rem 3.6rem auto;
        padding: 2.4rem;
        transform: translateY(-3.6rem); } }

.app-component-location .page-middle-content .location-label-wrapper .row-location-label {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.8rem;
  margin-bottom: 3.6rem; }
  .app-component-location .page-middle-content .location-label-wrapper .row-location-label .location-label-header {
    font-size: 2.6rem;
    width: 100%;
    margin-bottom: 0; }
  .app-component-location .page-middle-content .location-label-wrapper .row-location-label .location-label-item {
    width: 100%; }
    @media print, screen and (min-width: 30em) {
      .app-component-location .page-middle-content .location-label-wrapper .row-location-label .location-label-item {
        width: 50%; } }

.app-component-locationfolder .filter-heading {
  font-size: 2.8rem; }

.app-component-locationfolder .filter-form .form-controls {
  flex-direction: column;
  align-items: unset;
  gap: 1.8rem;
  margin-bottom: 2.4rem; }
  .app-component-locationfolder .filter-form .form-controls > .form-control, .app-component-locationfolder .filter-form .form-controls > .recaptcha-holder {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .app-component-locationfolder .filter-form .form-controls > .form-control > .form-control-label, .app-component-locationfolder .filter-form .form-controls > .recaptcha-holder > .form-control-label {
      color: black;
      font-size: 1.8rem;
      margin-bottom: 0;
      width: 14rem; }
    .app-component-locationfolder .filter-form .form-controls > .form-control > .form-control-field-wrapper, .app-component-locationfolder .filter-form .form-controls > .recaptcha-holder > .form-control-field-wrapper {
      width: 100%; }
    @media screen and (min-width: 42.1875em) {
      .app-component-locationfolder .filter-form .form-controls > .form-control > .form-control-label, .app-component-locationfolder .filter-form .form-controls > .recaptcha-holder > .form-control-label {
        padding-top: 1rem; }
      .app-component-locationfolder .filter-form .form-controls > .form-control > .form-control-field-wrapper, .app-component-locationfolder .filter-form .form-controls > .recaptcha-holder > .form-control-field-wrapper {
        width: 40rem; } }
  .app-component-locationfolder .filter-form .form-controls input,
  .app-component-locationfolder .filter-form .form-controls select {
    background-color: #fff; }
  .app-component-locationfolder .filter-form .form-controls .style-select {
    background-color: transparent;
    border: none; }
  .app-component-locationfolder .filter-form .form-controls .styled-relation-filter .form-control-radio-wrapper {
    display: none; }
  .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control-label::before {
    content: none; }
  @media screen and (min-width: 42.1875em) {
    .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-label {
      padding-top: 0.3rem; } }
  @media print, screen and (min-width: 40em) {
    .app-component-locationfolder .filter-form .form-controls .styled-relation-filter .style-select {
      display: none; }
    .app-component-locationfolder .filter-form .form-controls .styled-relation-filter .form-control-radio-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      gap: 0.6rem; }
    .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper {
      width: calc(100% - 14rem); }
      .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .form-control, .app-component-locationfolder .filter-form .form-controls .styled-relation-filter > .form-control-field-wrapper .recaptcha-holder {
        padding: 0;
        margin: 0;
        width: unset;
        max-width: unset; } }

.app-component-locationfolder .page-middle-content {
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media print, screen and (min-width: 30em) {
    .app-component-locationfolder .page-middle-content {
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  @media screen and (min-width: 70em) {
    .app-component-locationfolder .page-middle-content {
      padding-left: 3.6rem;
      padding-right: 3.6rem; } }

.app-component-locationfolder .row-overview-location-folder {
  grid-template-columns: 1fr;
  gap: 1.2rem;
  display: grid;
  padding: 0; }
  @media print, screen and (min-width: 40em) {
    .app-component-locationfolder .row-overview-location-folder {
      grid-template-columns: repeat(2, 1fr); } }
  @media print, screen and (min-width: 64em) {
    .app-component-locationfolder .row-overview-location-folder {
      grid-template-columns: repeat(3, 1fr); } }
  @media print, screen and (min-width: 40em) {
    .app-component-locationfolder .row-overview-location-folder {
      gap: 2.4rem; } }
  .app-component-locationfolder .row-overview-location-folder .small-12 {
    grid-column: 1/-1; }

.app-component-opendaypage .page-intro-container {
  margin-bottom: 5.4rem;
  position: relative;
  z-index: 10; }
  .app-component-opendaypage .page-intro-container .component-highlight {
    min-height: auto; }
    @media print, screen and (max-width: 63.99875em) {
      .app-component-opendaypage .page-intro-container .component-highlight .responsive-image {
        position: relative;
        height: 0;
        margin-bottom: 2.4rem;
        padding-bottom: 51.84%;
        overflow: hidden;
        padding-top: 0 !important;
        margin-bottom: 0; }
        .app-component-opendaypage .page-intro-container .component-highlight .responsive-image iframe,
        .app-component-opendaypage .page-intro-container .component-highlight .responsive-image object,
        .app-component-opendaypage .page-intro-container .component-highlight .responsive-image embed,
        .app-component-opendaypage .page-intro-container .component-highlight .responsive-image video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; } }

.app-component-opendaypage .page-intro-block {
  background: #1C865A;
  justify-content: space-between;
  min-height: auto; }
  @media screen and (min-width: 85.375em) {
    .app-component-opendaypage .page-intro-block {
      position: absolute;
      bottom: -5.4rem;
      left: 4.8rem;
      flex-basis: 33.33333%;
      min-width: 33.33333%;
      max-width: 33.33333%;
      width: 33.33333%; } }

.app-component-opendaypage .page-intro-content {
  padding: 3.6rem; }

.app-component-opendaypage .arrow-text-link {
  background: #18714c; }
  .app-component-opendaypage .arrow-text-link:hover {
    background: #135c3e; }
  .app-component-opendaypage .arrow-text-link .icon::before {
    content: 'x';
    font-size: 1.4rem; }

.app-component-opendaypage .page-middle-content {
  padding-top: 7.2rem;
  padding-bottom: 0; }

.app-component-opendaypage .page-content-container {
  position: relative;
  z-index: 1; }
  .app-component-opendaypage .page-content-container::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: #fbf6f4;
    width: 400vw;
    top: -12.6rem; }
  @media screen and (min-width: 80em) {
    .app-component-opendaypage .page-content-container .component-alinea,
    .app-component-opendaypage .page-content-container .call-to-action {
      margin-left: 21.06667rem;
      margin-right: 21.06667rem;
      margin-left: 20.93333rem;
      margin-right: 20.93333rem;
      margin-left: 20.8rem;
      margin-right: 20.8rem; } }
  .app-component-opendaypage .page-content-container .component-alinea:first-child h2 {
    color: #373029;
    font-size: 3.4rem;
    margin-bottom: 1.2rem; }
  .app-component-opendaypage .page-content-container .component-flex-grid {
    margin-top: 2.4rem; }
    @media screen and (min-width: 80em) {
      .app-component-opendaypage .page-content-container .component-flex-grid {
        margin-left: -10.53333rem;
        margin-right: -10.53333rem;
        margin-left: -10.46667rem;
        margin-right: -10.46667rem;
        margin-left: -10.4rem;
        margin-right: -10.4rem; } }

.app-component-opendaypage .component-flex-grid {
  margin-bottom: 0; }

.app-component-opendaypage .page-extra-content-locations {
  padding-top: 4.8rem; }
  @media screen and (min-width: 80em) {
    .app-component-opendaypage .page-extra-content-locations {
      margin-left: 21.06667rem;
      margin-right: 21.06667rem;
      margin-left: 20.93333rem;
      margin-right: 20.93333rem;
      margin-left: 20.8rem;
      margin-right: 20.8rem; } }
  .app-component-opendaypage .page-extra-content-locations .component-title {
    font-size: 3.4rem;
    color: #373029;
    margin-bottom: 1.2rem; }

@media screen and (min-width: 80em) {
  .app-component-opendaypage .page-extra-content-open-day-page,
  .app-component-opendaypage .filter-form {
    margin-left: -10.53333rem;
    margin-right: -10.53333rem;
    margin-left: -10.46667rem;
    margin-right: -10.46667rem;
    margin-left: -10.4rem;
    margin-right: -10.4rem; } }

.app-component-opendaypage .filter-form {
  padding-right: 1.8rem;
  padding-left: 1.8rem; }
  .app-component-opendaypage .filter-form .form-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media print, screen and (min-width: 48em) {
      .app-component-opendaypage .filter-form .form-controls {
        flex-wrap: nowrap; } }
  .app-component-opendaypage .filter-form .form-control-select {
    display: flex;
    align-items: center;
    max-width: max-content; }
    .app-component-opendaypage .filter-form .form-control-select .form-control-label {
      color: #4a4a4a;
      font-size: 1.8rem; }
    .app-component-opendaypage .filter-form .form-control-select .style-select {
      background: #fff;
      color: #776b5a; }

.app-component-opendaypage .no-items {
  padding-right: 1.8rem;
  padding-left: 1.8rem;
  margin-top: -2.4rem; }
  @media print, screen and (min-width: 48em) {
    .app-component-opendaypage .no-items {
      margin-top: -7.2rem; } }

.app-component-opendaypage .row-overview-open-day-page {
  margin-right: -0.8rem;
  margin-left: -0.8rem;
  display: flex;
  flex-flow: row wrap;
  padding-right: 0;
  padding-left: 0;
  margin: 0 !important; }
  @media print, screen and (min-width: 30em) {
    .app-component-opendaypage .row-overview-open-day-page {
      margin-right: -0.8rem;
      margin-left: -0.8rem; } }
  @media print, screen and (min-width: 40em) {
    .app-component-opendaypage .row-overview-open-day-page {
      margin-right: -1.2rem;
      margin-left: -1.2rem; } }
  @media print, screen and (min-width: 48em) {
    .app-component-opendaypage .row-overview-open-day-page {
      margin-right: -1.2rem;
      margin-left: -1.2rem; } }
  @media print, screen and (min-width: 64em) {
    .app-component-opendaypage .row-overview-open-day-page {
      margin-right: -1.6rem;
      margin-left: -1.6rem; } }
  .app-component-opendaypage .row-overview-open-day-page > .column-overview {
    display: flex;
    flex-direction: column;
    padding-right: calc(1.6rem * .5);
    padding-left: calc(1.6rem * .5);
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .app-component-opendaypage .row-overview-open-day-page > .column-overview {
        padding-right: calc(2.4rem * .5);
        padding-left: calc(2.4rem * .5); } }
    @media print, screen and (min-width: 64em) {
      .app-component-opendaypage .row-overview-open-day-page > .column-overview {
        padding-right: calc(3.2rem * .5);
        padding-left: calc(3.2rem * .5); } }
    @media print, screen and (min-width: 40em) {
      .app-component-opendaypage .row-overview-open-day-page > .column-overview {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%; } }
    @media print, screen and (min-width: 64em) {
      .app-component-opendaypage .row-overview-open-day-page > .column-overview {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        width: 33.33333%; } }
    .app-component-opendaypage .row-overview-open-day-page > .column-overview > .card,
    .app-component-opendaypage .row-overview-open-day-page > .column-overview > .card-wrapper > .card {
      margin-bottom: 16px; }
      @media print, screen and (min-width: 40em) {
        .app-component-opendaypage .row-overview-open-day-page > .column-overview > .card,
        .app-component-opendaypage .row-overview-open-day-page > .column-overview > .card-wrapper > .card {
          margin-bottom: 24px; } }
      @media print, screen and (min-width: 64em) {
        .app-component-opendaypage .row-overview-open-day-page > .column-overview > .card,
        .app-component-opendaypage .row-overview-open-day-page > .column-overview > .card-wrapper > .card {
          margin-bottom: 32px; } }

.component-searchengine .search-heading .btn-back {
  transform: translateY(-15%); }

