@font-face {
  font-family: ZSPDisplayBold;
  src: url('../fonts/ZSPDisplayBold.woff2') format("woff2"), url('../fonts/ZSPDisplayBold.eot') format("embedded-opentype"), url('../fonts/ZSPDisplayBold.woff') format("woff"), url('../fonts/ZSPDisplayBold.ttf') format("truetype"), url('../fonts/ZSPDisplayBold.svg') format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --purple: #6a1b39;
  --white: white;
  --medium-violet-red: #842247;
  --alice-blue: #d3e1f1;
  --crimson: #e82c53;
  --light-pink: #f5a5b6;
  --thistle: #d1acba;
  --medium-violet-red-2: #a35975;
  --dark-sea-green: #7bb57e;
  --cornflower-blue: #659ad2;
  --_sizes---30px: 1.667rem;
  --olive-drab: #8d9050;
  --light-sea-green: #56b1a5;
  --dark-khaki: #b0b464;
  --dark-turquoise: #56c6d0;
  --dark-cyan: #458e84;
  --salmon: #f48472;
  --indian-red-2: #c36a5b;
  --sandy-brown: #eda460;
  --peru: #be834d;
  --pink: #fac1b9;
  --black: black;
  --cadet-blue-2: #459ea6;
  --indian-red: #e34157;
  --rosy-brown: #c89a94;
  --peach-puff: #f6d2af;
  --lavender-blush: #e4d9e1;
  --steel-blue: #567da8;
  --tan: #c5a88c;
  --cadet-blue: #88b5b9;
  --powder-blue: #aae2e7;
  --cadet-blue-3: #88ada8;
  --powder-blue-2: #aad8d2;
  --dark-sea-green-2: #7bb57e;
  --sea-green: #629165;
  --dark-sea-green-3: #97ae98;
  --dark-sea-green-4: #bddabe;
  --dark-khaki-2: #acae8e;
  --pale-goldenrod: #d7d9b1;
  --rosy-brown-2: #c79a93;
  --pink-2: #f9c1b8;
  --medium-violet-red-3: #83475e;
  --rosy-brown-3: #a78995;
  --cornflower-blue-2: #779dc7;
  --thistle-2: #e5c1d1;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--purple);
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ZSPDisplayBold, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ZSPDisplayBold, sans-serif;
  font-size: 1rem;
  line-height: 100%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

em {
  font-style: italic;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1px;
  padding: .7rem 1.4rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s;
  display: inline-flex;
}

.button:hover {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  padding-left: 2rem;
}

.button.purple {
  border-style: none;
  border-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
  background-color: #d3e1f180;
  margin-top: 0;
  font-size: 1rem;
}

.button.purple:hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--alice-blue);
  padding-left: 1.4rem;
}

.button.strategisch {
  border-style: none;
  border-color: var(--medium-violet-red);
  color: var(--medium-violet-red);
  text-transform: uppercase;
  background-color: #d3e1f180;
  margin-top: 0;
  padding-left: 1rem;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.3rem;
}

.button.strategisch:hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--alice-blue);
  color: var(--crimson);
  padding-left: 1rem;
}

.standaardtekst {
  color: var(--medium-violet-red);
  max-width: 600px;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.contenttitle {
  color: var(--medium-violet-red);
  max-width: 600px;
  margin-bottom: 40px;
  font-family: ZSPDisplayBold, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

.container-leesverder {
  margin-top: 40px;
  display: block;
}

.tabeltitel {
  color: var(--medium-violet-red);
  margin-bottom: 20px;
  margin-right: 70px;
  font-family: Roboto Slab, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.tabeltitel.small {
  margin-right: 0;
  font-size: 25px;
  line-height: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.page:where(.w-variant-f1b3cf14-d927-6882-cd69-14201ecc0c8b) {
  background-color: var(--light-pink);
}

.page:where(.w-variant-a4d0d162-be53-8b24-c7e5-9f2e53da6bed), .page.kleur-1 {
  background-color: var(--thistle);
}

.page.pink {
  background-color: var(--light-pink);
}

.page.bg-lightpurple {
  background-color: var(--medium-violet-red-2);
}

.page.bg-purple {
  background-color: var(--medium-violet-red);
}

.page.bg-green {
  background-color: var(--dark-sea-green);
}

.page.bg-blue-copy {
  background-color: var(--cornflower-blue);
}

.grid {
  grid-column-gap: var(--_sizes---30px);
  grid-row-gap: 0px;
  grid-template-rows: 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5% 5%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.grid.inside-menu {
  pointer-events: none;
}

.box {
  z-index: 1;
  pointer-events: auto;
  position: relative;
}

.box.bg-darkkhaki {
  background-color: var(--olive-drab);
}

.bg-lightgreen {
  background-color: var(--light-sea-green);
}

.bg-khaki {
  background-color: var(--dark-khaki);
}

.bg-turquoise {
  background-color: var(--dark-turquoise);
}

.bg-blue {
  background-color: var(--cornflower-blue);
}

.title-large {
  color: var(--white);
  font-size: 3.5rem;
}

.bg-darkgreen {
  background-color: var(--dark-cyan);
}

.corners-left {
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  overflow: hidden;
}

.corners-all {
  border-radius: 4rem;
  overflow: hidden;
}

.corners-top {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  overflow: hidden;
}

.box-padding {
  z-index: 1;
  height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.box-padding.bottom-align {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.title-medium {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.title-medium.txt-sea-green {
  color: var(--light-sea-green);
}

.button-arrow {
  height: 1rem;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.contain {
  object-fit: contain;
}

.image.zoom1 {
  width: 200%;
  height: 250%;
  transform: translate(0, -10%);
}

.image.zoom2 {
  object-position: 31% 50%;
  width: 200%;
  height: 250%;
  transform: translate(0, -20%);
}

.image.zoom3 {
  width: 200%;
  height: 450%;
  transform: translate(0, -20%);
}

.image.zoom4 {
  object-position: 55% 50%;
  width: 200%;
  height: 250%;
  transform: translate(0, -7%);
}

.image.zoom5 {
  object-position: 40% 50%;
  width: 200%;
  height: 380%;
  transform: translate(0, -15%);
}

.image.zoom6 {
  width: 200%;
  height: 610%;
  transform: translate(0, -7%);
}

.image.zoom7 {
  object-position: 38% 50%;
  width: 200%;
  height: 280%;
  transform: translate(0, -10%);
}

.image.zoom8 {
  object-position: 46% 50%;
  width: 200%;
  height: 180%;
  transform: translate(0, -10%);
}

.image.zoom9 {
  object-position: 63% 50%;
  width: 200%;
  height: 610%;
  transform: translate(0, -12%);
}

.bg-salmon {
  background-color: var(--salmon);
}

.bg-darksalmon {
  background-color: var(--indian-red-2);
}

.bg-sandbrown {
  background-color: var(--sandy-brown);
}

.bg-darksandbrown {
  background-color: var(--peru);
}

.bg-pink {
  background-color: var(--pink);
}

.corners-bottomright {
  border-bottom-right-radius: 4rem;
  overflow: hidden;
}

.qoute {
  color: var(--white);
  margin-bottom: 1rem;
  font-family: ZSPDisplayBold, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}

.offset-left {
  margin-left: calc(var(--_sizes---30px) * -1);
}

.bg-white {
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.txt-brown {
  color: var(--sandy-brown);
}

.balloon-pointer {
  width: 100%;
  display: block;
}

.balloon-pointer-wrapper {
  margin-left: calc(var(--_sizes---30px) * -1);
  justify-content: flex-start;
  align-items: center;
  width: 6rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -5.9rem;
}

.content {
  height: 100%;
  position: relative;
  overflow: auto;
}

.content.bg-white.corners-all, .content.bg-transparent.corners-all {
  pointer-events: auto;
}

.scroll-gradient-top {
  z-index: 10;
  background-image: linear-gradient(#fff, #fff0);
  height: 3rem;
  position: absolute;
  inset: 0% 0% auto;
}

.scroll-gradient-top.blue {
  background-image: linear-gradient(180deg, var(--cornflower-blue), #659ad200);
}

.scroll-gradient-bottom {
  z-index: 10;
  background-image: linear-gradient(#fff0, #fff);
  height: 3rem;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-gradient-bottom.blue {
  background-image: linear-gradient(180deg, #659ad200, var(--cornflower-blue));
}

.swiper-slide {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex: none;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all 1.5s;
}

.swiper-slide.is-active {
  opacity: 1;
}

.swiper-slide.swiper-slide-next, .swiper-slide.swiper-slide-prev {
  opacity: .5;
  transform: scale(.9);
}

.swiper-slide.months {
  opacity: .5;
  width: 100%;
  transform: scale(.85);
}

.swiper-slide.months.is-active {
  opacity: 1;
  transform: scale(1.1);
}

.slide-content {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.slide-content.content-slide {
  aspect-ratio: auto;
  pointer-events: none;
  position: relative;
  overflow: visible;
}

.slide-content.timeline-slide {
  aspect-ratio: auto;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide-content.timeline-nav-slide {
  aspect-ratio: auto;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.arrows {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% -3rem auto;
}

.arrows.single {
  z-index: 1;
  pointer-events: none;
  margin-right: 0;
  inset: 0%;
}

.slider-images {
  background-color: #001b1e00;
  margin-left: -.625rem;
  margin-right: -.625rem;
  position: relative;
  overflow: visible;
}

.swiper-wrapper {
  align-items: center;
  display: flex;
}

.swiper-wrapper.content-slides {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: visible;
}

.swiper-wrapper.content-slides.edit-mode {
  display: block;
  overflow: auto;
}

.swiper-wrapper.timeline-slides {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: visible;
}

.swiper-wrapper.timeline-slides.edit-mode {
  display: block;
  overflow: auto;
}

.swiper-wrapper.timeline-nav-slides {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: visible;
}

.swiper-wrapper.timeline-nav-slides.edit-mode {
  display: block;
  overflow: auto;
}

.slide-arrow-right {
  z-index: 2;
  background-color: var(--cornflower-blue);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 100%;
  margin-right: -.6rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  transition: all .6s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slide-arrow-right:hover {
  color: #e87749;
}

.slide-arrow-right.swiper-next.single-right {
  border-radius: 200px;
  width: 3rem;
  height: 3rem;
  margin-top: -1rem;
  position: absolute;
  inset: 50% 1rem 0% auto;
}

.slide-arrow-right.swiper-next.single-right:hover {
  background-color: #001b1e;
}

.slide-arrow-right.swiper-next.single-right.outside {
  opacity: 1;
  pointer-events: auto;
  right: -1rem;
}

.slide-arrow-right.swiper-next.single-right.outside:hover {
  background-color: var(--crimson);
}

.slide-arrow-right.swiper-next.single-right.outside.is-disabled {
  opacity: 0;
}

.icon-arrow {
  width: 2rem;
  height: 1rem;
  margin-top: .1rem;
  position: relative;
}

.icon-arrow.slider {
  color: var(--white);
  flex: 1;
  width: 1.2rem;
  height: 1rem;
  margin-top: 0;
}

.icon-arrow.slider.flip {
  transform: rotate(180deg);
}

.icon-arrow.inside-nav {
  margin-top: -.1rem;
}

.icon-arrow.inside-nav.flip {
  margin-top: 0;
  transform: rotate(180deg);
}

.swiper.content-slider, .swiper.timeline-slider, .swiper.timeline-nav-slider {
  height: 100%;
  overflow: visible;
}

.slide-arrow-left {
  z-index: 2;
  background-color: var(--cornflower-blue);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 100%;
  margin-left: -.6rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  transition: all .6s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slide-arrow-left:hover {
  color: #e87749;
}

.slide-arrow-left.swiper-prev.single-left {
  border-radius: 200px;
  width: 3rem;
  height: 3rem;
  margin-top: -1rem;
  position: absolute;
  inset: 50% auto 0% 1rem;
}

.slide-arrow-left.swiper-prev.single-left.outside {
  opacity: 1;
  pointer-events: auto;
  left: -1rem;
}

.slide-arrow-left.swiper-prev.single-left.outside:hover {
  background-color: var(--crimson);
}

.slide-arrow-left.swiper-prev.single-left.outside.is-disabled {
  opacity: 0;
}

.swiper-bullet-wrapper {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.swiper-bullet-wrapper.is-content-slider, .swiper-bullet-wrapper.is-timeline-slider {
  z-index: 10;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 1.5rem;
  position: relative;
}

.swiper-bullet {
  background-color: var(--white);
  opacity: .5;
  border-radius: .2rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  transition: all .2s;
  display: flex;
}

.swiper-bullet:hover {
  opacity: 1;
}

.swiper-bullet.is-active {
  opacity: 1;
  width: 1.6rem;
  height: 1.6rem;
}

.gallary-slider-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  transition: all .4s;
  display: block;
  overflow: hidden;
}

.qoute-image {
  object-fit: cover;
  border-radius: 500px;
  width: 7rem;
  height: 7rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.box-qoute {
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  padding: 3rem 3rem 6rem;
  display: flex;
  overflow: auto;
}

.box-text {
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  padding: 3rem;
  display: block;
  overflow: auto;
}

.box-text.timeline {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.box-text.inside-column {
  padding-left: 0;
  padding-right: 0;
}

.txt-standaard {
  font-size: 1rem;
}

.txt-standaard.txt-white {
  color: var(--white);
}

.txt-standaard.txt-blue {
  color: var(--cornflower-blue);
}

.txt-standaard.txt-red, .txt-standaard.h-red h2 {
  color: var(--crimson);
}

.txt-standaard.h-red a {
  color: currentColor;
  border-bottom: 1px solid;
  text-decoration: none;
}

.txt-standaard.h-blue h2 {
  color: var(--cornflower-blue);
}

.txt-standaard h2 {
  font-size: 1.5rem;
}

.box-image {
  background-color: #6a1b39;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--crimson), var(--medium-violet-red));
  border-radius: 4rem;
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
}

.slider-timeline, .slider-content {
  background-color: #001b1e00;
  margin-left: -.625rem;
  margin-right: -.625rem;
  position: relative;
  overflow: visible;
}

.timeline-item-divider {
  opacity: .5;
  background-image: url('../images/ZS_footer_dots.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: .5rem;
  height: .3rem;
  padding-bottom: 0;
  padding-right: 0;
}

.hide {
  display: none;
}

.slider-timeline-nav {
  background-color: #001b1e00;
  margin-left: -.625rem;
  margin-right: -.625rem;
  position: relative;
  overflow: visible;
}

.swiper-month {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--white);
  color: var(--white);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  padding: .7rem 1.4rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.swiper-slide-timeline {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex: none;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all 1.5s;
}

.swiper-slide-timeline.is-active {
  opacity: 1;
}

.swiper-slide-timeline.swiper-slide-next, .swiper-slide-timeline.swiper-slide-prev {
  opacity: .5;
  transform: scale(.9);
}

.swiper-slide-timeline.months {
  width: 100%;
}

.swiper-slide-timeline.months.swiper-slide-next {
  transform: none;
}

.swiper-slide-timeline-nav {
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex: none;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all 1.5s;
}

.swiper-slide-timeline-nav.is-active {
  opacity: 1;
}

.swiper-slide-timeline-nav.swiper-slide-next, .swiper-slide-timeline-nav.swiper-slide-prev {
  opacity: .5;
}

.swiper-slide-timeline-nav.months {
  width: 100%;
}

.swiper-slide-timeline-nav.months.swiper-slide-next {
  transform: none;
}

.menu {
  z-index: 300;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu.hide {
  display: none;
}

.menu.show {
  display: block;
}

.menu-overlay {
  background-color: var(--black);
  opacity: .8;
  width: 100%;
  height: 100%;
}

.menu-content {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.column-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.col1 {
  flex: 0 50%;
  align-self: center;
}

.menu-cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.menu-cta.no-padding {
  padding-top: 0;
}

.button-icon {
  aspect-ratio: 1;
  border-radius: 200px;
  width: 2rem;
  height: 2rem;
  display: block;
  overflow: hidden;
}

.single-flex {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.navigatie {
  z-index: 200;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.grid-nav {
  padding: var(--_sizes---30px);
  grid-column-gap: var(--_sizes---30px);
  grid-row-gap: 0px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.grid-nav.inside-menu {
  pointer-events: none;
}

.zsp-logo {
  height: 100%;
}

.nav-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--crimson);
  border-radius: 500px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  padding: .3rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav-item:hover {
  background-color: var(--crimson);
  color: var(--white);
}

.nav-item.side-padding {
  padding-left: .6rem;
  padding-right: 1.2rem;
}

.nav-item.side-padding.flip {
  padding-left: 1.2rem;
  padding-right: .6rem;
}

.nav-item.menu-trigger {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  transition: all .4s;
}

.nav-item.menu-close {
  background-color: var(--crimson);
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  transition: all .4s;
}

.nav-item.menu-close:hover {
  background-color: var(--medium-violet-red);
}

.grid-nav-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-box {
  z-index: 1;
  pointer-events: auto;
  position: relative;
}

.menu-box.bg-darkkhaki {
  background-color: var(--olive-drab);
}

.nav-txt {
  white-space: nowrap;
}

.col2 {
  flex: 0 50%;
  align-self: center;
}

.doelen-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.doel {
  opacity: .5;
  width: 3rem;
  transition: opacity .4s;
}

.doel:hover, .doel.w--current, .doel.active {
  opacity: 1;
}

.flex-buttons {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.txt-on-image {
  z-index: 1;
  color: var(--dark-cyan);
  padding: 2rem 2rem 2rem 2.5rem;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: auto;
}

.txt-on-image.bottom-align {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.countup {
  opacity: .2;
  color: var(--cadet-blue-2);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  transition: opacity .3s;
}

.text-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-header {
  border-bottom: 1px solid var(--cornflower-blue);
  padding-bottom: .5rem;
}

.grid-cell {
  padding-top: .5rem;
}

.play-lottie {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.txt-white {
  color: var(--white);
}

.spacer {
  width: 100%;
  height: 3rem;
}

@media screen and (max-width: 991px) {
  .contenttitle {
    font-size: 40px;
    line-height: 40px;
  }

  .tabeltitel {
    font-size: 30px;
    line-height: 30px;
  }

  .tabeltitel.small {
    font-size: 20px;
    line-height: 25px;
  }

  .col1 {
    flex-basis: 40%;
  }

  .col2 {
    flex-basis: 60%;
  }
}

@media screen and (max-width: 767px) {
  .standaardtekst {
    font-size: 14px;
    line-height: 22px;
  }

  .contenttitle, .tabeltitel {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .tabeltitel.small {
    font-size: 16px;
    line-height: 20px;
  }

  .column-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-cta {
    padding-bottom: 2rem;
  }

  .nav-item.side-padding, .nav-item.side-padding.flip {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .nav-txt {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .button {
    font-size: 13px;
  }

  .standaardtekst {
    -webkit-hyphens: auto;
    hyphens: auto;
    text-wrap: balance;
  }

  .tabeltitel {
    margin-right: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .box-text.inside-column {
    padding-bottom: 1rem;
  }

  .swiper-month {
    font-size: 13px;
  }

  .column-flex {
    flex-flow: column;
  }

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

  .grid-nav {
    grid-column-gap: 1rem;
  }
}

#w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f08-70156022 {
  grid-area: 1 / 1 / 17 / 7;
  place-self: stretch stretch;
}

#w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f0a-70156022 {
  grid-area: 12 / 6 / 21 / 12;
}

#w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f0b-70156022 {
  grid-area: 12 / 6 / 21 / 11;
}

#w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f0c-70156022 {
  grid-area: 12 / 7 / 17 / 11;
  align-self: end;
}

#w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f11-70156022 {
  grid-area: 2 / 8 / 12 / 13;
}

#w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f12-70156022 {
  grid-area: 2 / 9 / 12 / 13;
}

#w-node-c0fe78cc-8017-12b3-f529-73b8515d43aa-70156022 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-c0fe78cc-8017-12b3-f529-73b8515d43b0-70156022 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-c0fe78cc-8017-12b3-f529-73b8515d43b1-70156022 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-eb716ed1-77f6-561b-e782-cc7dd34ce29f-d34ce29b {
  grid-area: 3 / 2 / 5 / 5;
  align-self: start;
}

#w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2a2-d34ce29b {
  grid-area: 2 / 6 / 17 / 11;
}

#w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2a4-d34ce29b {
  grid-area: 2 / 9 / 20 / 13;
}

#w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2cd-d34ce29b {
  grid-area: 6 / 2 / 19 / 9;
}

#w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2ef-d34ce29b {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-5abe59a9 {
  grid-area: 2 / 3 / 16 / 8;
  place-self: stretch stretch;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-5abe59a9 {
  grid-area: 3 / 2 / 7 / 8;
  align-self: start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfec-5abe59a9 {
  grid-area: 6 / 8 / 18 / 13;
}

#w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-5abe59a9 {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404685-5abe59a9 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-5abe59a9 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d2-5abe59a9 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404687-5abe59a9 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_4d43d292-400b-937d-857b-df870440468b-5abe59a9 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-4a80f0f4 {
  grid-area: 2 / 4 / 17 / 10;
}

#w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-4a80f0f4 {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-4a80f0f4 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-4a80f0f4 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d3-4a80f0f4 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-4a80f0f4 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-4a80f0f4 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-42da14e3 {
  grid-area: 3 / 3 / 16 / 11;
}

#w-node-_8810dcb3-b791-68ec-7df5-fa4b4cff29ef-42da14e3 {
  grid-area: 16 / 6 / 19 / 8;
}

#w-node-_041176d3-5359-5553-0fcc-e948a8520903-42da14e3 {
  grid-area: 1 / 1 / 7 / 6;
  align-self: start;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c03-42da14e3 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c05-42da14e3 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c06-42da14e3 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0a-42da14e3 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0e-42da14e3 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-2ab4f8b4 {
  grid-area: 2 / 4 / 17 / 10;
}

#w-node-_791c413e-fb00-458d-4312-19c8d8716284-2ab4f8b4 {
  grid-area: 1 / 1 / 20 / 6;
  align-self: end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-2ab4f8b4 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-2ab4f8b4 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d3-2ab4f8b4 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-2ab4f8b4 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-2ab4f8b4 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-e105d26d {
  grid-area: 2 / 3 / 18 / 8;
  place-self: stretch stretch;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-e105d26d {
  grid-area: 3 / 2 / 7 / 8;
  align-self: start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfec-e105d26d {
  grid-area: 5 / 8 / 15 / 12;
}

#w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-e105d26d {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404685-e105d26d {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-e105d26d {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d2-e105d26d {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404687-e105d26d {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_4d43d292-400b-937d-857b-df870440468b-e105d26d {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-6e8e1f7d {
  grid-area: 2 / 4 / 17 / 10;
}

#w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-6e8e1f7d {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-6e8e1f7d {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-6e8e1f7d {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d3-6e8e1f7d {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-6e8e1f7d {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-6e8e1f7d {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-47a31d37 {
  grid-area: 2 / 3 / 17 / 9;
  place-self: stretch stretch;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-47a31d37 {
  grid-area: 3 / 2 / 7 / 8;
  align-self: start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfec-47a31d37 {
  grid-area: 5 / 8 / 16 / 13;
}

#w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-47a31d37 {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404685-47a31d37 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-47a31d37 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d2-47a31d37 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404687-47a31d37 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_4d43d292-400b-937d-857b-df870440468b-47a31d37 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-f11ad6f5 {
  grid-area: 2 / 4 / 17 / 10;
}

#w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-f11ad6f5 {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-f11ad6f5 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-f11ad6f5 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d3-f11ad6f5 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-f11ad6f5 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-f11ad6f5 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-48f02998 {
  grid-area: 2 / 3 / 17 / 9;
  place-self: stretch stretch;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-48f02998 {
  grid-area: 3 / 2 / 7 / 7;
  align-self: start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfec-48f02998 {
  grid-area: 7 / 8 / 14 / 13;
}

#w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-48f02998 {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404685-48f02998 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-48f02998 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d2-48f02998 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404687-48f02998 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_4d43d292-400b-937d-857b-df870440468b-48f02998 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-2174a201 {
  grid-area: 2 / 4 / 17 / 10;
}

#w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-2174a201 {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-2174a201 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-2174a201 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d3-2174a201 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-2174a201 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-2174a201 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-0f36913c {
  grid-area: 2 / 3 / 15 / 11;
  place-self: stretch stretch;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-0f36913c {
  grid-area: 3 / 2 / 7 / 8;
  align-self: start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfec-0f36913c {
  grid-area: 9 / 7 / 18 / 13;
}

#w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-0f36913c {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404685-0f36913c {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-0f36913c {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d2-0f36913c {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404687-0f36913c {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_4d43d292-400b-937d-857b-df870440468b-0f36913c {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-33f93382 {
  grid-area: 2 / 4 / 17 / 10;
}

#w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-33f93382 {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-33f93382 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-33f93382 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d3-33f93382 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-33f93382 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-33f93382 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-431699ef {
  grid-area: 2 / 3 / 15 / 11;
  place-self: stretch stretch;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-431699ef {
  grid-area: 3 / 2 / 7 / 8;
  align-self: start;
}

#w-node-c7630bce-b39b-bed5-a054-3e873135cfec-431699ef {
  grid-area: 6 / 9 / 17 / 13;
}

#w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-431699ef {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404685-431699ef {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-431699ef {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d2-431699ef {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_4d43d292-400b-937d-857b-df8704404687-431699ef {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_4d43d292-400b-937d-857b-df870440468b-431699ef {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-162dce16 {
  grid-area: 2 / 4 / 17 / 10;
}

#w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-162dce16 {
  grid-area: 6 / 1 / 19 / 4;
  place-self: end start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-162dce16 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-162dce16 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d3-162dce16 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-162dce16 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-162dce16 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-f26b1d4e {
  grid-area: 3 / 3 / 16 / 11;
}

#w-node-_8810dcb3-b791-68ec-7df5-fa4b4cff29ef-f26b1d4e {
  grid-area: 16 / 6 / 19 / 8;
}

#w-node-_30e6c221-fd71-b307-2329-2dba42783848-f26b1d4e {
  grid-area: 1 / 1 / 20 / 6;
  align-self: end;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c03-f26b1d4e {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c05-f26b1d4e {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c06-f26b1d4e {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0a-f26b1d4e {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0e-f26b1d4e {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-f0c3fdc4 {
  grid-area: 2 / 4 / 17 / 10;
}

#w-node-e560791b-278c-625a-d3d2-9b845c7586bb-f0c3fdc4 {
  grid-area: 1 / 1 / 20 / 6;
  align-self: end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-f0c3fdc4 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-f0c3fdc4 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d3-f0c3fdc4 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-f0c3fdc4 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-f0c3fdc4 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

#w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-73d28f30 {
  grid-area: 2 / 4 / 17 / 10;
}

#w-node-a09bcccb-13ac-c374-83c3-9005c828100c-73d28f30 {
  grid-area: 1 / 1 / 20 / 6;
  align-self: end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-73d28f30 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-73d28f30 {
  grid-area: 1 / 4 / 2 / 8;
  place-self: stretch end;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d3-73d28f30 {
  grid-area: 1 / 6 / 2 / 13;
  place-self: center start;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-73d28f30 {
  grid-area: 1 / 8 / 2 / 10;
  place-self: stretch stretch;
}

#w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-73d28f30 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: stretch start;
}

@media screen and (max-width: 991px) {
  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f08-70156022 {
    grid-area: 1 / 1 / 15 / 7;
    place-self: stretch stretch;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f0a-70156022 {
    grid-area: 11 / 6 / 21 / 12;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f0b-70156022 {
    grid-area: 11 / 5 / 21 / 11;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f0c-70156022 {
    grid-area: 11 / 6 / 15 / 11;
    align-self: end;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f11-70156022 {
    grid-area: 2 / 7 / 11 / 13;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f12-70156022 {
    grid-area: 2 / 8 / 11 / 13;
  }

  #w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2cd-d34ce29b {
    grid-column: 1 / 9;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-5abe59a9 {
    grid-area: 2 / 2 / 14 / 8;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-5abe59a9 {
    grid-area: 3 / 3 / 7 / 10;
    align-self: start;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-5abe59a9 {
    grid-area: 6 / 8 / 17 / 13;
  }

  #w-node-_041176d3-5359-5553-0fcc-e948a8520903-42da14e3 {
    grid-area: 1 / 1 / 5 / 8;
    align-self: start;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-e105d26d {
    grid-area: 7 / 3 / 18 / 8;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-e105d26d {
    grid-area: 2 / 2 / 7 / 10;
    align-self: start;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-e105d26d {
    grid-area: 8 / 8 / 16 / 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-47a31d37 {
    grid-area: 7 / 3 / 18 / 8;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-47a31d37 {
    grid-area: 2 / 2 / 7 / 8;
    align-self: start;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-47a31d37 {
    grid-area: 8 / 8 / 16 / 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-48f02998 {
    grid-area: 7 / 3 / 18 / 8;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-48f02998 {
    grid-area: 2 / 2 / 7 / 7;
    align-self: start;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-48f02998 {
    grid-area: 8 / 8 / 16 / 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-0f36913c {
    grid-area: 7 / 3 / 18 / 8;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-0f36913c {
    grid-area: 2 / 2 / 7 / 10;
    align-self: start;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-0f36913c {
    grid-area: 8 / 8 / 16 / 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-431699ef {
    grid-area: 7 / 3 / 18 / 8;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-431699ef {
    grid-area: 2 / 2 / 7 / 10;
    align-self: start;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-431699ef {
    grid-area: 8 / 8 / 16 / 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c0fe78cc-8017-12b3-f529-73b8515d43b0-70156022 {
    grid-column-end: 11;
  }

  #w-node-c0fe78cc-8017-12b3-f529-73b8515d43b1-70156022 {
    grid-column-start: 11;
  }

  #w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2a2-d34ce29b {
    grid-area: 12 / 2 / 19 / 9;
  }

  #w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2a4-d34ce29b {
    grid-area: 12 / 5 / 20 / 13;
  }

  #w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2cd-d34ce29b {
    grid-area: 5 / 2 / 12 / 12;
  }

  #w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-5abe59a9 {
    grid-area: 6 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-5abe59a9 {
    grid-column-end: 11;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-5abe59a9 {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-4a80f0f4 {
    grid-column: 2 / 12;
  }

  #w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-4a80f0f4 {
    grid-area: 12 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-4a80f0f4 {
    grid-column-end: 11;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-4a80f0f4 {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-42da14e3, #w-node-_8810dcb3-b791-68ec-7df5-fa4b4cff29ef-42da14e3 {
    grid-column: 2 / 12;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0a-42da14e3 {
    grid-column-end: 11;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0e-42da14e3 {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-2ab4f8b4 {
    grid-column: 2 / 12;
  }

  #w-node-_791c413e-fb00-458d-4312-19c8d8716284-2ab4f8b4 {
    grid-area: 1 / 1 / 20 / 7;
    align-self: end;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-2ab4f8b4 {
    grid-column-end: 11;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-2ab4f8b4 {
    grid-column-start: 11;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-e105d26d {
    grid-area: 8 / 8 / 16 / 13;
  }

  #w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-e105d26d {
    grid-area: 6 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-e105d26d {
    grid-column-end: 11;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-e105d26d {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-6e8e1f7d {
    grid-column: 2 / 12;
  }

  #w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-6e8e1f7d {
    grid-area: 12 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-6e8e1f7d {
    grid-column-end: 11;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-6e8e1f7d {
    grid-column-start: 11;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-47a31d37 {
    grid-area: 8 / 8 / 16 / 13;
  }

  #w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-47a31d37 {
    grid-area: 6 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-47a31d37 {
    grid-column-end: 11;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-47a31d37 {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-f11ad6f5 {
    grid-column: 2 / 12;
  }

  #w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-f11ad6f5 {
    grid-area: 12 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-f11ad6f5 {
    grid-column-end: 11;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-f11ad6f5 {
    grid-column-start: 11;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-48f02998 {
    grid-area: 2 / 2 / 7 / 9;
    align-self: start;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-48f02998 {
    grid-area: 8 / 8 / 16 / 13;
  }

  #w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-48f02998 {
    grid-area: 6 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-48f02998 {
    grid-column-end: 11;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-48f02998 {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-2174a201 {
    grid-column: 2 / 12;
  }

  #w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-2174a201 {
    grid-area: 12 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-2174a201 {
    grid-column-end: 11;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-2174a201 {
    grid-column-start: 11;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-0f36913c {
    grid-area: 8 / 8 / 16 / 13;
  }

  #w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-0f36913c {
    grid-area: 6 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-0f36913c {
    grid-column-end: 11;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-0f36913c {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-33f93382 {
    grid-column: 2 / 12;
  }

  #w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-33f93382 {
    grid-area: 12 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-33f93382 {
    grid-column-end: 11;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-33f93382 {
    grid-column-start: 11;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-431699ef {
    grid-area: 8 / 8 / 16 / 13;
  }

  #w-node-_45749619-2b90-925f-0af4-0a15a4c654ca-431699ef {
    grid-area: 6 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-431699ef {
    grid-column-end: 11;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-431699ef {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-162dce16 {
    grid-column: 2 / 12;
  }

  #w-node-c16d58f8-0d86-cac5-8894-a428d3814d1c-162dce16 {
    grid-area: 12 / 1 / 20 / 5;
    place-self: end start;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-162dce16 {
    grid-column-end: 11;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-162dce16 {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-f26b1d4e, #w-node-_8810dcb3-b791-68ec-7df5-fa4b4cff29ef-f26b1d4e {
    grid-column: 2 / 12;
  }

  #w-node-_30e6c221-fd71-b307-2329-2dba42783848-f26b1d4e {
    grid-area: 1 / 1 / 20 / 7;
    align-self: end;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0a-f26b1d4e {
    grid-column-end: 11;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0e-f26b1d4e {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-f0c3fdc4 {
    grid-column: 2 / 12;
  }

  #w-node-e560791b-278c-625a-d3d2-9b845c7586bb-f0c3fdc4 {
    grid-area: 1 / 1 / 20 / 7;
    align-self: end;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-f0c3fdc4 {
    grid-column-end: 11;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-f0c3fdc4 {
    grid-column-start: 11;
  }

  #w-node-_27ee6999-108d-ea30-df9c-a8e27b23708d-73d28f30 {
    grid-column: 2 / 12;
  }

  #w-node-a09bcccb-13ac-c374-83c3-9005c828100c-73d28f30 {
    grid-area: 1 / 1 / 20 / 7;
    align-self: end;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-73d28f30 {
    grid-column-end: 11;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-73d28f30 {
    grid-column-start: 11;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f08-70156022 {
    grid-area: 1 / 1 / 9 / 11;
    place-self: stretch stretch;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f0a-70156022 {
    grid-area: 7 / 2 / 21 / 12;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f0b-70156022 {
    grid-area: 7 / 2 / 21 / 11;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f0c-70156022 {
    grid-area: 8 / 3 / 15 / 13;
    align-self: start;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f11-70156022 {
    grid-area: 13 / 3 / 20 / 13;
  }

  #w-node-_33dc1667-a5bd-1600-9c2c-73fa763c1f12-70156022 {
    grid-area: 13 / 4 / 20 / 13;
  }

  #w-node-c0fe78cc-8017-12b3-f529-73b8515d43aa-70156022 {
    grid-column-end: 7;
  }

  #w-node-c0fe78cc-8017-12b3-f529-73b8515d43b0-70156022 {
    grid-column: 9 / 12;
  }

  #w-node-c0fe78cc-8017-12b3-f529-73b8515d43b1-70156022 {
    grid-column-start: 12;
  }

  #w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2a4-d34ce29b {
    grid-area: 12 / 4 / 20 / 13;
  }

  #w-node-eb716ed1-77f6-561b-e782-cc7dd34ce2ef-d34ce29b {
    grid-area: 1 / 7 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-5abe59a9 {
    grid-area: 6 / 2 / 13 / 11;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-5abe59a9 {
    grid-area: 2 / 2 / 5 / 12;
    align-self: end;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-5abe59a9 {
    grid-area: 12 / 4 / 20 / 13;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404685-5abe59a9 {
    grid-column-end: 7;
  }

  #w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-5abe59a9 {
    grid-column-end: 9;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-5abe59a9 {
    grid-column: 9 / 12;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-5abe59a9 {
    grid-column-start: 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-4a80f0f4 {
    grid-column-end: 7;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-4a80f0f4 {
    grid-column-end: 9;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-4a80f0f4 {
    grid-column: 9 / 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-4a80f0f4 {
    grid-column-start: 12;
  }

  #w-node-_041176d3-5359-5553-0fcc-e948a8520903-42da14e3 {
    grid-area: 1 / 1 / 4 / 11;
    align-self: end;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c03-42da14e3 {
    grid-column-end: 7;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c05-42da14e3 {
    grid-column-end: 9;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0a-42da14e3 {
    grid-column: 9 / 12;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0e-42da14e3 {
    grid-column-start: 12;
  }

  #w-node-_791c413e-fb00-458d-4312-19c8d8716284-2ab4f8b4 {
    grid-area: 1 / 1 / 20 / 13;
    align-self: end;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-2ab4f8b4 {
    grid-column-end: 7;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-2ab4f8b4 {
    grid-column-end: 9;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-2ab4f8b4 {
    grid-column: 9 / 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-2ab4f8b4 {
    grid-column-start: 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-e105d26d {
    grid-area: 6 / 2 / 13 / 10;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-e105d26d {
    grid-area: 2 / 2 / 5 / 12;
    align-self: end;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-e105d26d {
    grid-area: 12 / 4 / 18 / 13;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404685-e105d26d {
    grid-column-end: 7;
  }

  #w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-e105d26d {
    grid-column-end: 9;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-e105d26d {
    grid-column: 9 / 12;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-e105d26d {
    grid-column-start: 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-6e8e1f7d {
    grid-column-end: 7;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-6e8e1f7d {
    grid-column-end: 9;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-6e8e1f7d {
    grid-column: 9 / 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-6e8e1f7d {
    grid-column-start: 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-47a31d37 {
    grid-area: 6 / 2 / 13 / 10;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-47a31d37 {
    grid-area: 2 / 2 / 5 / 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-47a31d37 {
    grid-area: 12 / 4 / 19 / 13;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404685-47a31d37 {
    grid-column-end: 7;
  }

  #w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-47a31d37 {
    grid-column-end: 9;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-47a31d37 {
    grid-column: 9 / 12;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-47a31d37 {
    grid-column-start: 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-f11ad6f5 {
    grid-column-end: 7;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-f11ad6f5 {
    grid-column-end: 9;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-f11ad6f5 {
    grid-column: 9 / 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-f11ad6f5 {
    grid-column-start: 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-48f02998 {
    grid-area: 6 / 2 / 13 / 10;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-48f02998 {
    grid-area: 2 / 2 / 5 / 13;
    align-self: start;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-48f02998 {
    grid-area: 12 / 4 / 18 / 13;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404685-48f02998 {
    grid-column-end: 7;
  }

  #w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-48f02998 {
    grid-column-end: 9;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-48f02998 {
    grid-column: 9 / 12;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-48f02998 {
    grid-column-start: 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-2174a201 {
    grid-column-end: 7;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-2174a201 {
    grid-column-end: 9;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-2174a201 {
    grid-column: 9 / 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-2174a201 {
    grid-column-start: 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-0f36913c {
    grid-area: 6 / 2 / 13 / 10;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-0f36913c {
    grid-area: 2 / 2 / 5 / 13;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-0f36913c {
    grid-area: 12 / 4 / 19 / 13;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404685-0f36913c {
    grid-column-end: 7;
  }

  #w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-0f36913c {
    grid-column-end: 9;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-0f36913c {
    grid-column: 9 / 12;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-0f36913c {
    grid-column-start: 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-33f93382 {
    grid-column-end: 7;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-33f93382 {
    grid-column-end: 9;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-33f93382 {
    grid-column: 9 / 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-33f93382 {
    grid-column-start: 12;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe7-431699ef {
    grid-area: 6 / 2 / 13 / 11;
    place-self: stretch stretch;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfe9-431699ef {
    grid-area: 2 / 2 / 5 / 12;
    align-self: end;
  }

  #w-node-c7630bce-b39b-bed5-a054-3e873135cfec-431699ef {
    grid-area: 12 / 4 / 19 / 13;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404685-431699ef {
    grid-column-end: 7;
  }

  #w-node-_298a7869-8b31-3db4-737f-4eaf1e6311d1-431699ef {
    grid-column-end: 9;
  }

  #w-node-_4d43d292-400b-937d-857b-df8704404687-431699ef {
    grid-column: 9 / 12;
  }

  #w-node-_4d43d292-400b-937d-857b-df870440468b-431699ef {
    grid-column-start: 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-162dce16 {
    grid-column-end: 7;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-162dce16 {
    grid-column-end: 9;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-162dce16 {
    grid-column: 9 / 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-162dce16 {
    grid-column-start: 12;
  }

  #w-node-_30e6c221-fd71-b307-2329-2dba42783848-f26b1d4e {
    grid-area: 1 / 1 / 20 / 13;
    align-self: end;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c03-f26b1d4e {
    grid-column-end: 7;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c05-f26b1d4e {
    grid-column-end: 9;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0a-f26b1d4e {
    grid-column: 9 / 12;
  }

  #w-node-_9656776c-0d6e-27b3-ceee-b3d8fb621c0e-f26b1d4e {
    grid-column-start: 12;
  }

  #w-node-e560791b-278c-625a-d3d2-9b845c7586bb-f0c3fdc4 {
    grid-area: 1 / 1 / 20 / 13;
    align-self: end;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-f0c3fdc4 {
    grid-column-end: 7;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-f0c3fdc4 {
    grid-column-end: 9;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-f0c3fdc4 {
    grid-column: 9 / 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-f0c3fdc4 {
    grid-column-start: 12;
  }

  #w-node-a09bcccb-13ac-c374-83c3-9005c828100c-73d28f30 {
    grid-area: 1 / 1 / 20 / 13;
    align-self: end;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d0-73d28f30 {
    grid-column-end: 7;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d2-73d28f30 {
    grid-column-end: 9;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1d7-73d28f30 {
    grid-column: 9 / 12;
  }

  #w-node-_88efeddd-870b-4a70-7f26-44f6bc4ef1db-73d28f30 {
    grid-column-start: 12;
  }
}


@font-face {
  font-family: 'ZSPDisplayBold';
  src: url('../fonts/ZSPDisplayBold.woff2') format('woff2'), url('../fonts/ZSPDisplayBold.eot') format('embedded-opentype'), url('../fonts/ZSPDisplayBold.woff') format('woff'), url('../fonts/ZSPDisplayBold.ttf') format('truetype'), url('../fonts/ZSPDisplayBold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}