@font-face {
  font-family: Matter;
  src: url('../fonts/matter-bold.woff') format("woff"), url('../fonts/matter-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/matter-medium.woff') format("woff"), url('../fonts/matter-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/matter-regular.woff') format("woff"), url('../fonts/matter-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --light-green: #5fdb7d;
  --black: black;
  --dark-olive-green: #064c38;
  --linq24: #40007e;
  --grey: #8d918a;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  font-family: Matter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.udesly-code-snippet {
  display: none;
}

.udesly-text-black {
  font-size: 18px;
  line-height: 18px;
}

.udesly-seconds-left {
  font-size: 120px;
  line-height: 120px;
}

.udesly-unit-wrapper {
  float: left;
  text-align: center;
  width: 25%;
}

.udesly-minutes-left, .udesly-hours-left, .udesly-days-left {
  font-size: 120px;
  line-height: 120px;
}

.udesly-countdown-wrapper {
  justify-content: space-around;
  margin-bottom: 40px;
  display: block;
}

.udesly-date-block {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
  font-size: 2.5rem;
  line-height: 1;
}

.pl_logo-bar {
  background-color: var(--light-green);
  padding: 40px 60px;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  position: relative;
  inset: 0% 0% auto;
}

.pl_header {
  background-image: linear-gradient(#000, #fff0 40%), url('../images/pl_hero.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.pl_hero-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.pl_hero-title {
  grid-column-gap: 20px;
  color: var(--white);
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  display: flex;
}

.pl_hero-subtitle {
  color: var(--white);
  margin-top: 20px;
  font-size: 29px;
  font-weight: 500;
  line-height: 38px;
}

.pl_green {
  color: var(--light-green);
}

.pl_section {
  padding: 120px 60px;
}

.pl_section.pl_bg-white {
  background-color: var(--white);
}

.pl_section.pl_bg-black {
  background-color: var(--black);
  color: var(--white);
}

.pl_section.pl_bg-green {
  background-color: var(--light-green);
}

.pl_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.divider-60 {
  width: 100%;
  height: 60px;
}

.pl_section-title {
  color: var(--white);
}

.pl_section-title.pl_txt-green {
  color: var(--light-green);
}

.pl_form-text-field {
  color: var(--black);
  border: 1px #000;
  height: 100%;
  margin-bottom: -15px;
  padding: 20px 9px 0;
  font-size: 22px;
  line-height: 32px;
  position: absolute;
  inset: 0%;
}

.pl_form-text-field::placeholder {
  color: var(--black);
}

.pl_form-field-wrapper {
  height: 60px;
  margin-bottom: 30px;
  position: relative;
}

.pl_form-field-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  inset: 8px auto auto 9px;
}

.pl_submit-button {
  float: right;
  background-color: var(--light-green);
  color: var(--black);
  border: 1px solid #000;
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 16px;
  transition: all .4s;
}

.pl_submit-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.pl_textlink {
  color: var(--black);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  text-decoration: none;
  transition: all .4s;
  display: inline;
}

.pl_textlink:hover {
  border-bottom-color: var(--light-green);
  color: var(--light-green);
}

.pl_textlink.pl_on-black {
  color: var(--white);
  border-bottom-style: none;
}

.pl_textlink.pl_on-black:hover {
  color: var(--light-green);
}

.pl_textlink.pl_on-green:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.pl_social-link {
  color: var(--white);
  width: 40px;
  height: 40px;
  margin-top: 15px;
  transition: all .4s;
  overflow: hidden;
}

.pl_social-link:hover {
  color: var(--light-green);
}

.pl_txt-wrap {
  white-space: pre;
}

.pl_hero-arrow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 100%;
  display: flex;
}

.pl_hero-arrow-line {
  background-color: var(--light-green);
  flex: 1;
  width: 5px;
  position: relative;
  bottom: -22px;
}

.pl_hero-arrow {
  color: var(--light-green);
  width: 40px;
}

.g-recaptcha {
  mix-blend-mode: normal;
}

.grid {
  z-index: 300;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
  position: relative;
}

.grid.hero {
  z-index: 200;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.grid.not-relative {
  position: static;
}

.grid.event-header {
  min-height: 70vh;
}

.grid.overflow-hidden {
  overflow: hidden;
}

.grid.full-height {
  height: 100%;
}

.grid.pass-page {
  min-height: 50vh;
}

.grid.login-height {
  height: 100%;
}

.max {
  background-color: var(--light-green);
  width: 100%;
  max-width: 1440px;
  height: 90px;
}

.section {
  width: 100vw;
  position: relative;
}

.section.footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.section.menu {
  z-index: 800;
  position: fixed;
  inset: 0% 0% auto;
}

.section.header-big {
  z-index: 200;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  display: block;
  position: static;
}

.section.bg-black {
  background-color: var(--black);
  flex: 1;
}

.section.bg-black.pass-page {
  min-height: 50vh;
}

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

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

.section.bg-darkgreen {
  background-color: var(--dark-olive-green);
}

.section.hero {
  z-index: 100;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.section.header-small {
  z-index: 200;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  display: block;
}

.section.header-small.bg-green {
  background-color: var(--light-green);
}

.section.header-small.bg-darkgreen {
  background-color: var(--dark-olive-green);
}

.section.on-top {
  z-index: 100;
}

.section.overflow-hidden {
  overflow: hidden;
}

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

.section.login-height {
  height: 100%;
}

.footer-logo {
  height: 93px;
  margin-left: -90px;
}

.box {
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.box.square {
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.box.square.sticky {
  position: sticky;
  top: 30px;
}

.box.flex {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.box.on-top {
  z-index: 10;
}

.box.flex-bottom {
  display: flex;
}

.box.padding-left {
  padding-left: 30px;
}

.divider {
  width: 100%;
  height: 30px;
}

.divider.show-on-mobile {
  display: none;
}

.txt-normal p {
  margin-bottom: 0;
}

.txt-normal.txt-white a {
  color: var(--white);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.txt-normal.txt-white a:hover {
  border-bottom: 1px solid var(--white);
}

.txt-normal.menu-dropdown {
  white-space: nowrap;
}

.txt-normal.alt {
  font-weight: 500;
  line-height: 22px;
}

.txt-normal.txt-darkgreen {
  color: var(--dark-olive-green);
}

.txt-normal.txt-green {
  color: var(--light-green);
}

.txt-normal a {
  color: var(--black);
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .4s;
}

.txt-normal a:hover, .txt-normal a.w--current {
  border-bottom-color: var(--black);
}

.txt-normal.txt-white {
  color: #fff;
}

.h-medium {
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

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

.h-medium.pre-wrap {
  white-space: pre;
}

.h-medium h1, .h-medium h2 {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.h-medium h3, .h-medium h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.h-medium h5, .h-medium h6 {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.h-medium em {
  color: var(--light-green);
  font-style: normal;
}

.h-medium strong {
  color: var(--black);
  font-weight: 500;
}

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

.form-label {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.form-label.txt-white {
  color: var(--white);
  border: 1px #000;
}

.form-label.txt-white:hover, .form-label.txt-white:active, .form-label.txt-white:focus, .form-label.txt-white:focus-visible, .form-label.txt-white[data-wf-focus-visible] {
  border: 1px #000;
}

.form-field {
  outline-offset: 0px;
  background-color: #0000;
  border: 1px #000;
  outline: 0 #0000;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 28px;
}

.form-field:hover, .form-field:active, .form-field:focus, .form-field:focus-visible, .form-field[data-wf-focus-visible] {
  border-style: none;
}

.form-field.txt-white {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--light-green);
  padding-bottom: 10px;
  padding-right: 0;
}

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

.form-field.txt-black {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: var(--black);
  padding-bottom: 10px;
  padding-right: 0;
}

.form-field.txt-black::placeholder {
  color: var(--black);
}

.form-box {
  margin-bottom: 30px;
}

.button {
  border: 1px solid var(--light-green);
  background-color: var(--light-green);
  color: var(--black);
  text-align: center;
  border-radius: 100px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 20px;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.button:hover {
  border-radius: 0;
}

.button.white-black {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button.black-t_white-l {
  border-color: var(--white);
  color: var(--black);
}

.button.green-t_green-l {
  color: var(--light-green);
  background-color: #0000;
}

.button.black-t_green-l {
  border-color: var(--light-green);
  color: var(--black);
  background-color: #0000;
}

.button.white-t_white-l {
  border-color: var(--white);
  color: var(--white);
  border-color: var(--white);
  background-color: #0000;
}

.button.green-t_white-l {
  border-color: var(--white);
  color: var(--white);
}

.button.black-t_white-l-copy {
  border-color: var(--white);
  color: var(--black);
}

.button.green-white {
  background-color: var(--white);
}

.button.black-white {
  border-color: var(--white);
  background-color: var(--white);
}

.button.blue {
  border-color: var(--linq24);
  color: var(--linq24);
  background-color: #0000;
}

.button.black {
  border-color: var(--black);
  background-color: var(--light-green);
}

.button.blue-t_green-l {
  border-color: var(--light-green);
  color: var(--linq24);
  background-color: #0000;
}

.button.blue-t_white-l {
  border-color: var(--white);
  color: var(--linq24);
}

.form {
  flex-direction: column;
  align-items: baseline;
}

.from-button {
  float: right;
  padding-top: 20px;
}

.social-link {
  color: var(--white);
  width: 40px;
  height: 40px;
  transition: all .4s;
}

.social-link:hover {
  color: var(--light-green);
}

.footer-legal {
  grid-column-gap: 30px;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.txt-small {
  font-size: 18px;
  line-height: 26px;
}

.txt-small p {
  margin-bottom: 0;
}

.txt-small.txt-white a {
  color: var(--white);
  border: 1px solid #0000;
  text-decoration: none;
  transition: all .4s;
}

.txt-small.txt-white a:hover {
  border-bottom: 1px solid var(--white);
}

.txt-small.txt-white.pre-wrap {
  white-space: pre-wrap;
}

.txt-small.txt-grey {
  color: var(--grey);
}

.txt-small.txt-grey a {
  color: var(--grey);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.txt-small.txt-grey a:hover {
  border-bottom: 1px solid var(--grey);
}

.txt-small.menu-dropdown {
  padding-right: 30px;
  display: block;
}

.txt-small.menu-dropdown a {
  color: var(--black);
  white-space: nowrap;
  border-bottom-style: none;
  text-decoration: none;
  transition: all .4s;
}

.txt-small.menu-dropdown a:hover {
  color: var(--white);
  border-bottom-style: none;
}

.txt-small.alt {
  line-height: 22px;
}

.txt-small.alt.txt-black {
  color: var(--black);
}

.txt-small.txt-green {
  color: var(--light-green);
}

.txt-small.txt-green.pre-wrap {
  white-space: pre-wrap;
}

.txt-small.inline {
  display: inline-block;
}

.txt-small.header-intro li {
  background-image: url('../images/check-green.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
}

.txt-small.header-intro ul {
  padding-left: 0;
}

.txt-small a {
  color: var(--black);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all 4s;
}

.txt-small a:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--light-green);
}

.txt-small.txt-white {
  color: #fff;
}

.txt-small.preview, .txt-small.fs-cmsfilter_active {
  color: var(--white);
}

.footer-form {
  padding-top: 0;
  padding-bottom: 90px;
}

.navbar {
  z-index: 850;
  background-color: var(--white);
  height: 120px;
}

.navbar.mobile {
  display: none;
}

.menu-logo {
  width: 231px;
  height: 60px;
  margin-left: -60px;
  display: block;
}

.div-block-2 {
  background-color: var(--light-green);
}

.brand {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-menu {
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  white-space: nowrap;
  margin-top: 5px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link.dropdown.w--current {
  color: var(--white);
}

.nav-link.nav-hover.extra {
  border: 1px solid #000;
  border-radius: 200px;
  padding: 5px 10px;
}

.nav-toggle {
  grid-column-gap: 10px;
  align-items: center;
  padding: 0;
  display: flex;
}

.icon-plus {
  width: 10px;
  height: 10px;
  margin-top: 2px;
}

.icon-plus.jobs {
  position: absolute;
  inset: 24px 0% auto auto;
}

.icon-plus.close {
  transform: scale(2)rotate(45deg);
}

.nav-line {
  background-color: var(--black);
  height: 1px;
  margin-top: 5px;
}

.nav-line.hide, .nav-line.transparent {
  background-color: #0000;
  display: block;
}

.van-list {
  background-color: var(--light-green);
  border-radius: 15px;
  padding: 0;
}

.van-list.w--open {
  box-shadow: 0 10px 20px -10px var(--dark-olive-green);
  text-align: right;
  padding: 17px 0 27px 30px;
  inset: 28px 0% auto auto;
}

.nav-list-wrapper {
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.success-message {
  background-color: var(--light-green);
  white-space: pre;
  border-radius: 40px;
  padding: 31px;
  font-size: 18px;
  line-height: 28px;
}

.error-message {
  background-color: var(--grey);
  color: var(--black);
  text-align: center;
  white-space: pre-wrap;
  border-radius: 40px;
  padding: 30px;
  font-size: 18px;
  line-height: 28px;
}

.page {
  width: 100vw;
}

.hide {
  display: none;
}

.scroll {
  max-height: 70vh;
  overflow: auto;
}

.rich-text-block {
  height: 100%;
}

.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;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.search {
  justify-content: space-around;
  margin-top: -50px;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  background-color: var(--dark-olive-green);
  color: var(--white);
  text-align: right;
  height: 50px;
  margin-bottom: 0;
}

.search-input::placeholder {
  color: var(--light-green);
}

.searchbar {
  background-color: var(--dark-olive-green);
  width: 100vw;
  height: 50px;
  display: block;
  overflow: hidden;
}

.is-search-input {
  outline-offset: 0px;
  color: var(--light-green);
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  outline: 0 #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-family: Matter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.is-search-input::placeholder {
  color: var(--white);
  text-align: right;
  background-color: #0000;
  font-family: Matter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.search-embed {
  text-align: right;
  width: 100%;
  padding-top: 5px;
  position: absolute;
  inset: 0%;
}

.search-box {
  width: 100%;
  height: 50px;
  position: relative;
}

.activate-search {
  color: var(--black);
  cursor: pointer;
  transition: all .3s;
}

.activate-search:hover {
  color: var(--light-green);
}

.divider-header {
  height: 180px;
}

.divider-header.event {
  height: 150px;
}

.search-result-item {
  border-top: 1px solid var(--light-green);
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-title {
  color: var(--black);
  text-decoration: none;
}

.search-result-box {
  width: 60%;
}

.search-results-wrapper {
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.h-big-bold {
  color: var(--white);
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.h-big-bold h1, .h-big-bold h4, .h-big-bold h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.h-big-bold h2, .h-big-bold h5 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.h-big-bold h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.h-big-bold strong {
  color: var(--black);
  font-weight: 700;
}

.h-big-bold em {
  color: var(--light-green);
  font-style: normal;
  font-weight: 700;
}

.h-big-bold.bold {
  font-weight: 700;
}

.grid-3-alt {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.dienst-preview-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30%;
  padding-right: 30%;
  display: flex;
}

.dienst-dropdown {
  background-color: var(--white);
  border-radius: 60px;
  flex: 1;
  padding: 40px;
}

.dienst-dd-toggle {
  border-bottom: 1px solid var(--light-green);
  position: relative;
}

.toggle-plus {
  position: absolute;
  inset: 0% 0% auto auto;
}

.dienst-dd-list {
  padding-top: 15px;
  position: relative;
  overflow: hidden;
}

.dienst-dd-list-shade {
  background-image: linear-gradient(#fff0, #fff 80%);
  height: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-small-margin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

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

.grid-4.no-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.tile {
  position: absolute;
  inset: 0%;
}

.tile.bg-green {
  background-color: #5fdb7d;
}

.tile.bg-darkgreen {
  background-color: #356f41;
}

.tile.bg-black {
  background-color: #000;
}

.tile.bg-grey {
  background-color: #8d918a;
}

.tile-box {
  border-radius: 30px;
  padding-top: 50%;
  padding-bottom: 50%;
  transition: border-radius .3s;
  position: relative;
  overflow: hidden;
}

.tile-box:hover {
  border-radius: 0;
}

.tile-box.square {
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.tile-back {
  position: absolute;
  inset: 0%;
}

.tile-front-big {
  color: var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  transition: padding .4s;
  position: absolute;
  inset: 0%;
}

.tile-front-big:hover {
  color: var(--light-green);
  padding: 20px;
}

.tile-front-big.relative {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.tile-front-big.no-pointer {
  pointer-events: none;
}

.tile-white-txt {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.tile-white-txt.static {
  position: static;
}

.tile-titles {
  width: 100%;
}

.tile-name {
  font-weight: 500;
  line-height: 22px;
}

.tile-name.preview {
  color: var(--white);
  padding: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tile-sub {
  padding-top: 10px;
  line-height: 22px;
  overflow: hidden;
}

.white {
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.green {
  color: var(--light-green);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.tile-link {
  position: absolute;
  inset: 0%;
}

.big-tile-wrapper {
  background-image: url('../images/expertise-hero.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.bg-green.expertise-section, .bg-green.technologie-section {
  height: 120px;
  position: absolute;
  inset: 0% 0% auto;
}

.bg-green.event-header-section {
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.tile-button {
  border-radius: 30px;
  transition: border-radius .3s;
  position: relative;
  overflow: hidden;
}

.tile-button:hover {
  border-radius: 0;
}

.tile-button.square {
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.collection-list {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.tile-front-copy {
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.expertise-intro {
  padding: 180px 30px 30px;
}

.txt-tiny {
  font-size: 16px;
  line-height: 20px;
}

.txt-tiny p {
  margin-bottom: 0;
}

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

.txt-tiny.txt-white a {
  color: var(--white);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.txt-tiny.txt-white a:hover {
  border-bottom: 1px solid var(--white);
}

.txt-tiny.txt-grey {
  color: var(--grey);
}

.txt-tiny.txt-grey a {
  color: var(--grey);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.txt-tiny.txt-grey a:hover {
  border-bottom: 1px solid var(--grey);
}

.txt-tiny.menu-dropdown a {
  color: var(--black);
  white-space: nowrap;
  text-decoration: none;
  transition: all .4s;
}

.txt-tiny.menu-dropdown a:hover {
  color: var(--white);
}

.txt-tiny.alt {
  line-height: 22px;
}

.txt-tiny ul {
  padding-left: 0;
}

.txt-tiny li {
  background-image: url('../images/check-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
  list-style-type: none;
}

.txt-tiny.bold {
  font-weight: 700;
}

.featured-wrapper {
  float: left;
  align-items: stretch;
  width: 100%;
  transition: border-radius .4s;
  display: flex;
  position: relative;
}

.featured-wrapper:hover {
  border-radius: 0;
}

.featured-wrapper.big {
  align-content: flex-start;
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.featured-wrapper.small {
  padding-top: 25%;
  padding-bottom: 25%;
}

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

.featured-item {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 160px;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  width: 50%;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-list {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.featured-image {
  object-fit: contain;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 15px;
  transition: border-radius .4s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.featured-image:hover {
  border-radius: 0;
}

.featured-box {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 160px;
  margin: 15px;
  padding: 60px 120px 60px 60px;
  text-decoration: none;
  transition: all .4s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.featured-box:hover {
  border-radius: 0;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 150px;
}

.featured-box.bottom {
  inset: auto auto 80px 80px;
}

.div-block-3 {
  position: absolute;
  inset: 0%;
}

.featured-overlay {
  background-color: var(--light-green);
  mix-blend-mode: multiply;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.featured-overlay.full-height {
  background-color: var(--dark-olive-green);
  opacity: 0;
  height: 100%;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.featured-overlay.full-height:hover {
  opacity: .5;
}

.featured-text {
  position: relative;
}

.featured-events-wrapper {
  float: left;
  align-items: stretch;
  width: 100%;
  transition: border-radius .4s;
  display: flex;
  position: relative;
}

.featured-events-wrapper:hover {
  border-radius: 0;
}

.featured-events-wrapper.big {
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.featured-events-wrapper.small {
  padding-top: 25%;
  padding-bottom: 25%;
}

.featured-events-list {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.featured-event-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 60px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.featured-event-wrapper {
  float: left;
  align-items: stretch;
  width: 100%;
  transition: border-radius .4s;
  display: flex;
  position: relative;
}

.featured-event-wrapper:hover {
  border-radius: 0;
}

.featured-event-wrapper.big {
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.featured-event-wrapper.small {
  padding-top: 50%;
  padding-bottom: 50%;
}

.featured-event-box {
  color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.featured-event-box:hover {
  border-radius: 0;
}

.featured-event-box.bottom {
  inset: auto auto 80px 80px;
}

.featured-event-overlay {
  background-color: #5fdb7d80;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding: 30px;
  display: flex;
}

.divider-small {
  flex: none;
  width: 100%;
  height: 5px;
}

.image-join {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 300px;
  padding-top: 25%;
  padding-bottom: 25%;
  position: relative;
}

.button-jobs {
  z-index: 100;
  border: 1px solid var(--light-green);
  background-color: var(--light-green);
  color: var(--black);
  text-align: center;
  border-radius: 100px;
  padding: 10px 30px 10px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-jobs:hover {
  border-radius: 0;
}

.button-jobs.white-black {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.button-jobs.black-t_white-l {
  border-color: var(--white);
  color: var(--black);
}

.button-jobs.green-t_green-l {
  color: var(--light-green);
  background-color: #0000;
}

.button-jobs.black-t_green-l {
  border-color: var(--light-green);
  color: var(--black);
  background-color: #0000;
}

.button-jobs.black-white {
  grid-column-gap: 15px;
  border-color: var(--white);
  background-color: var(--white);
  align-items: center;
  display: flex;
}

.button-notification {
  background-color: var(--black);
  color: var(--light-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.small-modal {
  background-color: var(--black);
  width: 50%;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

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

.modal.show {
  display: block;
}

.modal-close {
  background-color: #fff9;
  position: absolute;
  inset: 0%;
}

.modal-content {
  padding: 60px;
}

.jobs-dropdown {
  display: block;
}

.jobs-toggle {
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -1px;
  padding-left: 0;
  padding-right: 0;
  transition: all .3s;
  display: flex;
}

.jobs-toggle:hover {
  color: var(--light-green);
}

.jobs-toggle.w--open {
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  padding-left: 0;
  padding-right: 0;
}

.jobs-toggle.diapos {
  color: var(--white);
}

.jobs-toggle.diapos:hover {
  color: var(--light-green);
}

.jobs-list {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.jobs-title {
  white-space: normal;
  width: 60%;
  font-weight: 500;
  display: block;
  position: relative;
}

.jobs-type {
  color: var(--light-green);
  text-align: right;
  white-space: normal;
  width: 40%;
  padding-right: 30px;
  display: block;
  position: relative;
}

.jobs-description {
  max-width: 600px;
}

.modal-close-button {
  background-color: var(--dark-olive-green);
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-left: -25px;
  transition: border-radius .3s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
}

.modal-close-button:hover {
  border-radius: 0;
}

.modal-close-button.big {
  background-color: var(--dark-olive-green);
  margin-left: -25px;
  left: 10%;
}

.job-list-title {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.button-small {
  border: 1px solid var(--light-green);
  background-color: var(--light-green);
  color: var(--black);
  text-align: center;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 12px 17px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
}

.button-small:hover {
  border-radius: 0;
}

.button-small.white-black {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.button-small.black-t_white-l {
  border-color: var(--white);
  color: var(--black);
}

.button-small.green-t_green-l {
  color: var(--light-green);
  background-color: #0000;
}

.button-small.green-t_green-l.is-active {
  border-color: var(--dark-olive-green);
  color: var(--dark-olive-green);
}

.button-small.black-t_green-l {
  border-color: var(--light-green);
  color: var(--black);
  background-color: #0000;
}

.button-small.filter {
  color: var(--white);
  margin-bottom: 10px;
  margin-right: 10px;
}

.button-small.author {
  grid-column-gap: 5px;
  border-color: var(--black);
  background-color: var(--white);
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.page-title {
  margin-left: -60px;
}

.page-title.no-indent {
  margin-left: 0;
}

.h-huge {
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.h-huge h1, .h-huge h4, .h-huge h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.h-huge h2, .h-huge h5 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.h-huge h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.h-huge strong {
  color: var(--black);
}

.h-huge em {
  color: var(--light-green);
  font-style: normal;
}

.header-hero-big {
  background-color: var(--grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  height: 100%;
  margin-top: 180px;
  overflow: hidden;
  transform: rotate(-15deg);
}

.header-hero-big.alt {
  width: 100%;
  height: auto;
  margin-top: 210px;
  padding-top: 75%;
  padding-bottom: 75%;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(15deg);
}

.header-hero-big.alt.home {
  margin-top: 180px;
  transform: rotate(-15deg);
}

.header-hero-big.alt.img-inside {
  background-color: #fff0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.h-big {
  color: var(--white);
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.h-big h1, .h-big h4, .h-big h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.h-big h2, .h-big h5 {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.h-big h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.h-big strong {
  color: var(--black);
  font-weight: 500;
}

.h-big em {
  color: var(--light-green);
  font-style: normal;
  font-weight: 500;
}

.h-big.bold {
  font-weight: 700;
}

.h-big.txt-green {
  color: var(--light-green);
}

.h-big.no-wrap {
  white-space: nowrap;
}

.h-big.txt-black {
  color: var(--black);
}

.tile-front-2 {
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.white-2 {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.green-2 {
  color: #5fdb7d;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.header-hero-medium {
  background-color: var(--grey);
  border-radius: 500px;
  height: 80vh;
  overflow: hidden;
  transform: rotate(15deg);
}

.box-no-ix.square {
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.box-no-ix.square.sticky {
  position: sticky;
  top: 30px;
}

.profile-image-round {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.profile-image-round.teammember {
  aspect-ratio: 1;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
}

.profile-info {
  padding-left: 30px;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.tile-white {
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.tile-cta {
  text-align: right;
  padding-right: 30px;
  line-height: 22px;
  position: relative;
  overflow: hidden;
}

.tile-icon {
  flex: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.tile-plus {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tile-black {
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.tile-green {
  color: var(--light-green);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.big-modal {
  background-color: var(--black);
  width: 90%;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.big-modal.overflow-visible {
  overflow: visible;
}

.big-modal.overflow-visible.flex {
  display: flex;
}

.big-modal-left {
  width: 60%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.big-modal-left.flex {
  flex: 1;
  width: auto;
  position: relative;
}

.big-modal-right {
  background-color: var(--light-green);
  width: 40%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.big-modal-right.flex {
  flex: none;
  display: block;
  position: relative;
}

.overlay-service-title {
  border-bottom: 1px solid var(--light-green);
  height: auto;
  min-height: 70px;
  overflow: hidden;
}

.overlay-service-title.alt {
  border-bottom-color: var(--white);
  color: var(--white);
  padding-top: 10px;
  font-weight: 400;
}

.overlay-service-txt {
  width: 80%;
  max-width: 700px;
  padding-top: 20px;
  overflow: hidden;
}

.overlay-service-txt.bullets {
  width: 100%;
  padding-top: 10px;
}

.overlay-bullets {
  color: var(--black);
  font-size: 18px;
  line-height: 26px;
}

.overlay-bullets p {
  margin-bottom: 0;
}

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

.overlay-bullets.txt-white a {
  color: var(--white);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.overlay-bullets.txt-white a:hover {
  border-bottom: 1px solid var(--white);
}

.overlay-bullets.txt-grey {
  color: var(--grey);
}

.overlay-bullets.txt-grey a {
  color: var(--grey);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.overlay-bullets.txt-grey a:hover {
  border-bottom: 1px solid var(--grey);
}

.overlay-bullets.menu-dropdown a {
  color: var(--black);
  white-space: nowrap;
  text-decoration: none;
  transition: all .4s;
}

.overlay-bullets.menu-dropdown a:hover {
  color: var(--white);
}

.overlay-bullets.alt {
  line-height: 22px;
}

.overlay-bullets.txt-green {
  color: var(--light-green);
}

.overlay-bullets li {
  border-bottom: 1px solid var(--white);
  background-image: url('../images/check-black.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.overlay-bullets ul {
  padding-left: 0;
}

.tile-front-small {
  color: var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.tile-front-small.relative {
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
}

.tile-box-medium {
  border-radius: 30px;
  padding-top: 30%;
  padding-bottom: 30%;
  transition: border-radius .3s;
  position: relative;
  overflow: hidden;
}

.tile-box-medium:hover {
  border-radius: 0;
}

.tile-box-medium.square {
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.tile-front-medium {
  color: var(--white);
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px;
  text-decoration: none;
  transition: padding .4s;
  position: absolute;
  inset: 0%;
}

.tile-front-medium:hover {
  padding: 20px;
}

.tile-front-medium.relative {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.tile-partner-service {
  margin-bottom: 15px;
  line-height: 22px;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.overlay-partners-title {
  border-bottom: 1px solid var(--light-green);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 70px;
  padding-bottom: 15px;
  display: flex;
  overflow: hidden;
}

.overlay-partners-title.alt {
  border-bottom-color: var(--white);
  color: var(--white);
  padding-top: 10px;
  font-weight: 400;
}

.overlay-partners-txt {
  float: left;
  width: 60%;
  max-width: 700px;
  padding-top: 20px;
  overflow: hidden;
}

.overlay-partners-txt.bullets {
  padding-top: 10px;
}

.overlay-partners-logo {
  float: right;
  width: 20%;
  max-width: 700px;
  padding-top: 20px;
  padding-left: 20px;
  overflow: hidden;
}

.overlay-partners-logo.bullets {
  padding-top: 10px;
}

.partner-logo-round {
  background-color: var(--white);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner-logo-img {
  width: 70%;
  position: absolute;
}

.tile-partner-logo {
  width: 80%;
}

.tile-logo-img {
  width: 50%;
}

.tile-partners {
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: block;
  position: relative;
}

.tile-partner-cta {
  text-align: right;
  padding-right: 30px;
  line-height: 22px;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.button-jobs-alt {
  z-index: 300;
  grid-column-gap: 10px;
  border: 1px solid var(--light-green);
  background-color: var(--light-green);
  color: var(--black);
  text-align: center;
  border-radius: 100px;
  align-items: center;
  padding: 10px 30px 10px 10px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.button-jobs-alt:hover {
  border-radius: 0;
}

.button-jobs-alt.white-black {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.button-jobs-alt.black-t_white-l {
  border-color: var(--white);
  color: var(--black);
}

.button-jobs-alt.green-t_green-l {
  color: var(--light-green);
  background-color: #0000;
}

.button-jobs-alt.black-t_green-l {
  border-color: var(--light-green);
  color: var(--black);
  background-color: #0000;
}

.button-jobs-alt.black-white {
  grid-column-gap: 15px;
  border-color: var(--white);
  background-color: var(--white);
  align-items: center;
  display: flex;
}

.job-notification {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: -7px;
  display: flex;
}

.black-box-rounded {
  background-color: var(--black);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.black-box-rounded.sticky {
  height: auto;
  position: sticky;
  top: 30px;
}

.sticky {
  position: sticky;
  top: 0;
}

.sticky.header {
  top: 180px;
}

.nav-link-active {
  color: var(--black);
  white-space: nowrap;
  margin-top: 5px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link-active.dropdown.w--current {
  color: var(--white);
}

.search-result-pagetitle {
  align-self: flex-start;
  padding-left: 60px;
  position: sticky;
  top: 180px;
}

.form-grid-a {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template: "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-area {
  outline-offset: 0px;
  background-color: #0000;
  border: 1px #000;
  outline: 0 #0000;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 28px;
}

.form-field-area:hover, .form-field-area:active, .form-field-area:focus, .form-field-area:focus-visible, .form-field-area[data-wf-focus-visible] {
  border-style: none;
}

.form-field-area.txt-white {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--light-green);
  padding-bottom: 10px;
  padding-right: 0;
}

.form-field-area.txt-white::placeholder {
  color: var(--white);
}

.form-field-area.txt-black {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--black);
  color: var(--black);
  padding-bottom: 10px;
  padding-right: 0;
}

.form-field-area.txt-black::placeholder {
  color: var(--black);
}

.image-big-square-rounded {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 160px;
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.dna-square-wrapper {
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.dna-square-box {
  z-index: 1;
  position: absolute;
}

.dna-square-box:hover {
  z-index: 100;
}

.dna-square-box.tl {
  width: 50%;
  height: 50%;
  padding-bottom: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dna-square-box.tr {
  width: 50%;
  height: 50%;
  padding-bottom: 15px;
  padding-left: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dna-square-box.bl {
  width: 50%;
  height: 50%;
  padding-top: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dna-square-box.br {
  width: 50%;
  height: 50%;
  padding-top: 15px;
  padding-left: 15px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dna-square-content {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: border-radius .4s, padding .4s;
  overflow: auto;
}

.dna-square-content:hover {
  border-radius: 0;
}

.dna-square-content.tl {
  background-color: var(--dark-olive-green);
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dna-square-content.tr {
  background-color: var(--white);
  color: var(--light-green);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.dna-square-content.bl {
  background-color: var(--black);
  color: var(--light-green);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dna-square-content.br {
  background-color: var(--grey);
  color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.dna-title.br {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.dna-title.bl {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.person-wrapper {
  float: left;
  align-items: stretch;
  width: 100%;
  transition: border-radius .4s;
  display: flex;
  position: relative;
}

.person-wrapper:hover {
  border-radius: 0;
}

.person-wrapper.big {
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.person-wrapper.small {
  width: 60%;
  padding-top: 30%;
  padding-bottom: 30%;
}

.person-wrapper.medium {
  width: 100%;
  padding-top: 25%;
  padding-bottom: 25%;
  overflow: hidden;
}

.person-wrapper.smaller {
  width: 60%;
  padding-top: 30%;
  padding-bottom: 30%;
  overflow: hidden;
}

.person-wrapper.small {
  width: 30%;
  padding-top: 25%;
  padding-bottom: 25%;
  overflow: hidden;
}

.person-wrapper.smallest {
  width: 60%;
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.person-box {
  color: var(--black);
  background-image: url('../images/sanne-van-eijsden.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 160px;
  flex-direction: column;
  justify-content: flex-start;
  margin: 15px;
  padding: 60px;
  text-decoration: none;
  transition: all .4s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.person-box:hover {
  border-radius: 0;
  padding: 30px;
}

.person-box.bottom {
  inset: auto auto 80px 80px;
}

.firstname {
  color: var(--light-green);
  text-shadow: 0 0 20px #000c;
}

.secondname {
  color: var(--light-green);
  text-shadow: 0 0 20px #000c;
  overflow: hidden;
}

.jobtitle {
  color: var(--white);
  text-shadow: 0 0 20px #000c;
  padding-top: 5px;
}

.persona-top {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.persona-bottom {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.person-social-link {
  color: var(--white);
  width: 40px;
  height: 40px;
  transition: all .4s;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.person-social-link:hover {
  color: var(--light-green);
}

.person-social-link.top {
  top: 30px;
  bottom: auto;
}

.person-item {
  float: left;
  flex-direction: column;
  flex: 0 auto;
  width: 50%;
  position: relative;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.person-list {
  flex-flow: wrap;
  display: block;
}

.contact {
  grid-column-gap: 10px;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.archive-overlay {
  background-color: #5fdb7d80;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding: 30px;
  display: flex;
}

.archive-box {
  color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.archive-box:hover {
  border-radius: 0;
}

.archive-box.bottom {
  inset: auto auto 80px 80px;
}

.archive-event-wrapper {
  float: left;
  align-items: stretch;
  width: 100%;
  padding-top: 75%;
  padding-bottom: 75%;
  transition: border-radius .4s;
  display: flex;
  position: relative;
}

.archive-event-wrapper:hover {
  border-radius: 0;
}

.archive-event-wrapper.big {
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.archive-event-wrapper.small {
  padding-top: 50%;
  padding-bottom: 50%;
}

.archive-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 60px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.archive-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.archive-wrapper {
  float: left;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  transition: border-radius .4s;
  display: flex;
  position: relative;
}

.archive-wrapper:hover {
  border-radius: 0;
}

.archive-wrapper.big {
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.archive-wrapper.small {
  padding-top: 25%;
  padding-bottom: 25%;
}

.tile-archive-cta {
  color: var(--light-green);
  text-align: right;
  padding-bottom: 30px;
  padding-right: 30px;
  line-height: 22px;
  position: absolute;
  inset: auto 30px 0% auto;
  overflow: hidden;
}

.archive-filter {
  background-color: #0000;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.archive-filter-form {
  border-bottom: 1px solid var(--light-green);
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.archive-filter-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.fs_cmssort_button {
  display: none;
}

.events-wrapper {
  float: left;
  align-items: stretch;
  width: 100%;
  transition: border-radius .4s;
  display: flex;
  position: relative;
}

.events-wrapper:hover {
  border-radius: 0;
}

.events-wrapper.big {
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.events-wrapper.small {
  padding-top: 25%;
  padding-bottom: 25%;
}

.events-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.events-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 160px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: relative;
}

.event-wrapper {
  float: left;
  align-items: stretch;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  transition: border-radius .4s;
  display: flex;
  position: relative;
}

.event-wrapper:hover {
  border-radius: 0;
}

.event-wrapper.big {
  padding-top: 50%;
  padding-bottom: 50%;
  overflow: hidden;
}

.event-wrapper.small {
  padding-top: 50%;
  padding-bottom: 50%;
}

.event-box {
  color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.event-box:hover {
  border-radius: 0;
}

.event-box.bottom {
  inset: auto auto 80px 80px;
}

.event-overlay {
  background-color: #5fdb7d80;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 50%;
  min-height: 50%;
  padding: 30px;
  display: flex;
}

.event-subtitle {
  overflow: hidden;
}

.event-date-place {
  text-align: right;
  align-self: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
}

.archive-pagination {
  display: none;
}

.map {
  width: 100%;
  margin-bottom: 0;
  padding-top: 25%;
  padding-bottom: 25%;
}

.map-wrapper {
  border-radius: 40px;
  transition: border-radius .4s;
  overflow: hidden;
}

.map-wrapper:hover {
  border-radius: 0;
}

.event-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 160px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.event-hero-overlay {
  background-color: #5fdb7d80;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.program-row {
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.program-col1 {
  width: 15%;
  padding-top: 4px;
}

.program-col3 {
  justify-content: flex-end;
  width: 25%;
  padding-top: 4px;
  display: flex;
}

.program-col2 {
  width: 60%;
}

.event-program {
  margin-top: 0;
  padding-bottom: 0;
}

.program-title {
  padding-top: 66px;
  padding-bottom: 15px;
  display: block;
}

.spreakers-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.speaker-image-round {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  width: 60%;
  padding-top: 30%;
  padding-bottom: 30%;
}

.speaker-info {
  padding-top: 30px;
}

.events-extra {
  background-color: var(--white);
  border-radius: 40px;
  margin-top: -120px;
  padding: 30px;
}

.event-extra-bullets {
  color: var(--black);
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

.event-extra-bullets p {
  margin-bottom: 0;
}

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

.event-extra-bullets.txt-white a {
  color: var(--white);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.event-extra-bullets.txt-white a:hover {
  border-bottom: 1px solid var(--white);
}

.event-extra-bullets.txt-grey {
  color: var(--grey);
}

.event-extra-bullets.txt-grey a {
  color: var(--grey);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.event-extra-bullets.txt-grey a:hover {
  border-bottom: 1px solid var(--grey);
}

.event-extra-bullets.menu-dropdown a {
  color: var(--black);
  white-space: nowrap;
  text-decoration: none;
  transition: all .4s;
}

.event-extra-bullets.menu-dropdown a:hover {
  color: var(--white);
}

.event-extra-bullets.alt {
  line-height: 22px;
}

.event-extra-bullets.txt-green {
  color: var(--light-green);
}

.event-extra-bullets li {
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  margin-bottom: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.event-extra-bullets ul {
  border-bottom: 1px solid var(--light-green);
  padding-left: 0;
}

.event-extra-bullets a {
  border-bottom: 1px solid var(--light-green);
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

.event-extra-bullets a:hover {
  border-bottom-color: var(--black);
}

.profile-overlay {
  background-color: var(--light-green);
  opacity: .5;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.grid-bg-left {
  background-color: var(--light-green);
  margin-left: -50vw;
  margin-right: -15px;
}

.grid-bg-right {
  background-color: var(--black);
  margin-left: -15px;
  margin-right: -50vw;
}

.check-bullets {
  color: var(--black);
  font-size: 18px;
  line-height: 26px;
}

.check-bullets p {
  margin-bottom: 0;
}

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

.check-bullets.txt-white a {
  color: var(--white);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.check-bullets.txt-white a:hover {
  border-bottom: 1px solid var(--white);
}

.check-bullets.txt-grey {
  color: var(--grey);
}

.check-bullets.txt-grey a {
  color: var(--grey);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.check-bullets.txt-grey a:hover {
  border-bottom: 1px solid var(--grey);
}

.check-bullets.menu-dropdown a {
  color: var(--black);
  white-space: nowrap;
  text-decoration: none;
  transition: all .4s;
}

.check-bullets.menu-dropdown a:hover {
  color: var(--white);
}

.check-bullets.alt {
  line-height: 22px;
}

.check-bullets.txt-green {
  color: var(--light-green);
}

.check-bullets li {
  border-bottom: 1px none var(--light-green);
  background-image: url('../images/check-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 40px;
}

.check-bullets ul {
  border: 1px #000;
  padding-left: 0;
}

.check-bullets.casus {
  line-height: 22px;
}

.header-hero-small {
  background-color: var(--dark-olive-green);
  opacity: .8;
  mix-blend-mode: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  width: 50%;
  margin-top: 150px;
  padding-top: 35%;
  padding-bottom: 35%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: rotate(-15deg);
}

.header-hero-small.alt {
  height: 100vh;
  margin-top: 180px;
  transform: rotate(15deg);
}

.header-hero-small.right {
  inset: 0% 0% auto auto;
}

.header-hero-small.img-inside {
  background-color: #fff0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.image-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-hero.video {
  justify-content: center;
  align-items: center;
  transition: border-radius .4s;
  display: flex;
}

.image-hero.video:hover {
  border-radius: 0;
}

.play-button {
  transition: all .4s;
}

.play-button:hover {
  transform: scale(1.2);
}

.image-video-play {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.buttons-flex {
  grid-column-gap: 15px;
  display: flex;
}

.grid--bg-green {
  background-color: var(--light-green);
  height: 100%;
  margin-left: -25vw;
  margin-right: -25vw;
}

.grid--bg-green.expertise-section, .grid--bg-green.technologie-section {
  height: 120px;
  position: absolute;
  inset: 0% 0% auto;
}

.grid--bg-green.event-header-section {
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.txt-article-intro {
  font-weight: 500;
}

.txt-article-intro p {
  margin-bottom: 0;
}

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

.txt-article-intro.txt-white a {
  color: var(--white);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.txt-article-intro.txt-white a:hover {
  border-bottom: 1px solid var(--white);
}

.txt-article-intro.menu-dropdown {
  white-space: nowrap;
}

.txt-article-intro.alt {
  font-weight: 500;
  line-height: 22px;
}

.txt-article-intro.txt-darkgreen {
  color: var(--dark-olive-green);
}

.txt-article-intro.txt-green {
  color: var(--light-green);
}

.txt-article {
  font-size: 18px;
  line-height: 26px;
}

.txt-article p {
  margin-bottom: 0;
  padding-left: 90px;
  padding-right: 90px;
}

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

.txt-article.txt-white a {
  color: var(--white);
  border: 1px solid #0000;
  text-decoration: none;
  transition: all .4s;
}

.txt-article.txt-white a:hover {
  border-bottom: 1px solid var(--white);
}

.txt-article.txt-grey {
  color: var(--grey);
}

.txt-article.txt-grey a {
  color: var(--grey);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.txt-article.txt-grey a:hover {
  border-bottom: 1px solid var(--grey);
}

.txt-article.menu-dropdown a {
  color: var(--black);
  white-space: nowrap;
  text-decoration: none;
  transition: all .4s;
}

.txt-article.menu-dropdown a:hover {
  color: var(--white);
}

.txt-article.alt {
  line-height: 22px;
}

.txt-article.alt.txt-black {
  color: var(--black);
}

.txt-article.txt-green {
  color: var(--light-green);
}

.txt-article.inline {
  display: inline-block;
}

.txt-article.header-intro li {
  background-image: url('../images/check-green.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
}

.txt-article.header-intro ul {
  padding-left: 0;
}

.txt-article figure {
  width: 100%;
  margin: 30px 0 20px;
  position: relative;
  inset: 0% 0% auto;
}

.txt-article img {
  border-radius: 40px;
  width: 100%;
  display: block;
  position: relative;
}

.txt-article figcaption {
  color: var(--grey);
  font-size: 16px;
  line-height: 22px;
}

.txt-article blockquote {
  color: var(--light-green);
  border-left-style: none;
  margin-top: 30px;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.txt-article ul {
  margin-bottom: 0;
  padding-left: 120px;
  padding-right: 90px;
  list-style-type: disc;
}

.txt-article ol {
  margin-bottom: 0;
  margin-left: 1px;
  padding-left: 120px;
  padding-right: 90px;
  list-style-type: decimal;
}

.txt-article a {
  border-bottom: 1px solid var(--dark-olive-green);
  color: var(--dark-olive-green);
  text-decoration: none;
  transition: all .4s;
}

.txt-article a:hover {
  border-bottom-color: var(--light-green);
  color: var(--light-green);
}

.txt-article h1, .txt-article h2 {
  padding-left: 60px;
  padding-right: 90px;
  font-weight: 500;
}

.txt-article h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 90px;
  font-weight: 500;
}

.txt-article h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 90px;
}

.txt-article h6, .txt-article h5 {
  padding-left: 60px;
  padding-right: 90px;
}

.sticky-article {
  padding-right: 60px;
  position: sticky;
  top: 30px;
}

.hero-reveal-lottie {
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1.1, 1.2, 1);
}

.txt-normal-green {
  color: var(--light-green);
}

.txt-normal-green a {
  color: var(--light-green);
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .4s;
}

.txt-normal-green a:hover {
  border-bottom-color: var(--light-green);
}

.person-contact-link {
  color: var(--white);
  width: 30px;
  height: 30px;
  transition: all .4s;
  position: relative;
}

.person-contact-link:hover {
  color: var(--light-green);
}

.person-contact-link.top {
  top: 30px;
  bottom: auto;
}

.nav-diensten {
  margin-top: -3px;
}

.nav-diensten.current {
  border-bottom: 1px solid var(--black);
}

.nav-technologie {
  margin-top: -3px;
}

.nav-technologie.current {
  border-bottom: 1px solid #000;
}

.nav-werken-bij {
  margin-top: -3px;
}

.nav-werken-bij.current {
  border-bottom: 1px solid #000;
}

.nav-expertise {
  margin-top: -3px;
}

.nav-expertise.current {
  border-bottom: 1px solid #000;
}

.nav-informatie {
  margin-top: -3px;
}

.nav-informatie.current {
  border-bottom: 1px solid #000;
}

.mailpoet_text_label {
  color: var(--white);
  border: 1px #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.mailpoet_text_label:hover, .mailpoet_text_label:active, .mailpoet_text_label:focus, .mailpoet_text_label:focus-visible, .mailpoet_text_label[data-wf-focus-visible] {
  border: 1px #000;
}

.mailpoet_text {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  outline-offset: 0px;
  color: var(--light-green);
  background-color: #0000;
  outline: 0 #0000;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 28px;
}

.mailpoet_text:hover, .mailpoet_text:active, .mailpoet_text:focus, .mailpoet_text:focus-visible, .mailpoet_text[data-wf-focus-visible] {
  border-style: none none solid;
  border-color: black black var(--light-green);
}

.mailpoet_text::placeholder {
  color: var(--white);
}

.mailpoet_paragraph {
  margin-bottom: 30px;
}

.mailpoet_submit {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 100px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 20px;
  transition: all .3s ease-in-out;
}

.mailpoet_submit:hover {
  border-radius: 0;
  transform: scale(1.05);
}

.mailpoet_paragraph-last {
  float: right;
  padding-top: 20px;
}

.mailpoet_validate_success {
  background-color: var(--light-green);
  white-space: pre;
  border-radius: 40px;
  padding: 31px;
  font-size: 18px;
  line-height: 28px;
}

.mailpoet_validate_error {
  background-color: var(--grey);
  color: var(--black);
  text-align: center;
  white-space: pre-wrap;
  border-radius: 40px;
  padding: 30px;
  font-size: 18px;
  line-height: 28px;
}

.mailpoet_textarea_label {
  color: var(--white);
  border: 1px #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.mailpoet_textarea_label:hover, .mailpoet_textarea_label:active, .mailpoet_textarea_label:focus, .mailpoet_textarea_label:focus-visible, .mailpoet_textarea_label[data-wf-focus-visible] {
  border: 1px #000;
}

.mailpoet_textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  outline-offset: 0px;
  color: var(--light-green);
  background-color: #0000;
  outline: 0 #0000;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 28px;
}

.mailpoet_textarea:hover, .mailpoet_textarea:active, .mailpoet_textarea:focus, .mailpoet_textarea:focus-visible, .mailpoet_textarea[data-wf-focus-visible] {
  border-style: none none solid;
  border-color: black black var(--light-green);
}

.mailpoet_textarea::placeholder {
  color: var(--white);
}

.dienst-item {
  flex-direction: column;
  display: flex;
}

.button-embed-white {
  color: var(--white);
  display: inline-block;
}

.lang-switch-nl {
  border: 1px solid var(--light-green);
  color: var(--light-green);
  border-radius: 60px;
  align-items: center;
  width: 60px;
  height: 30px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.lang-switch-nl:hover {
  border-color: var(--black);
  color: var(--black);
}

.lang-switch-nl.hide, .lang-switch-nl.hide.w--current {
  display: none;
}

.lang-globe {
  width: 28px;
  height: 28px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.lang-nl {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  padding-right: 5px;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lang-en {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 0;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.lang-switch-en {
  border: 1px solid var(--light-green);
  color: var(--light-green);
  border-radius: 60px;
  align-items: center;
  width: 60px;
  height: 30px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.lang-switch-en:hover {
  border-color: var(--black);
  color: var(--black);
}

.lang-switch-en.hide {
  display: none;
}

.nav-search-lang, .nav-search {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-lang {
  z-index: 850;
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 45px 15px auto auto;
}

.top-nav {
  z-index: 800;
  width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.pageloader {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pageloader-lottie {
  height: 50vh;
}

.search-input-field {
  outline-offset: 0px;
  color: var(--light-green);
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  outline: 0 #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-family: Matter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.search-input-field::placeholder {
  color: var(--white);
  text-align: right;
  background-color: #0000;
  font-family: Matter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.search-submit-button {
  background-color: #0000;
  background-image: url('../images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 20px;
  height: 20px;
  padding: 0;
}

.search-2 {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.search-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  height: 100%;
  margin: 0;
  display: flex;
}

.search-input-field-2 {
  outline-offset: 0px;
  color: #5fdb7d;
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  outline: 0 #fff;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-family: Matter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.search-input-field-2::placeholder {
  color: #fff;
  text-align: right;
  background-color: #0000;
  font-family: Matter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.tile-expertise-cta {
  text-align: right;
  padding-right: 30px;
  line-height: 22px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.tile-expertise-cta.absolute {
  inset: 20px 20px auto auto;
}

.lang-nl-copy {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding-bottom: 2px;
  padding-right: 5px;
  font-size: 15px;
  line-height: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lang_nl {
  align-items: center;
  display: block;
}

.lang_en {
  display: block;
}

.search-field {
  outline-offset: 0px;
  color: var(--light-green);
  text-align: right;
  background-color: #0000;
  border: 1px #000;
  outline: 0 #0000;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 28px;
}

.search-field:hover, .search-field:active, .search-field:focus, .search-field:focus-visible, .search-field[data-wf-focus-visible] {
  border-style: none;
}

.search-field::placeholder {
  color: var(--white);
}

.search-form {
  grid-column-gap: 20px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.button-mini {
  border: 1px solid var(--light-green);
  background-color: var(--light-green);
  color: var(--black);
  text-align: center;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
}

.button-mini:hover {
  border-radius: 0;
}

.button-mini.white-black {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.button-mini.black-t_white-l {
  border-color: var(--white);
  color: var(--black);
}

.button-mini.green-t_green-l {
  color: var(--light-green);
  background-color: #0000;
}

.button-mini.green-t_green-l.is-active {
  border-color: var(--dark-olive-green);
  color: var(--dark-olive-green);
}

.button-mini.black-t_green-l {
  border-color: var(--light-green);
  color: var(--black);
  background-color: #0000;
}

.button-mini.filter {
  color: var(--white);
  margin-bottom: 10px;
  margin-right: 10px;
}

.button-mini.author {
  grid-column-gap: 5px;
  border-color: var(--black);
  background-color: var(--white);
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.search-shortcode {
  text-align: right;
  width: 100%;
  padding-top: 5px;
  position: absolute;
  inset: 0%;
}

.search-3 {
  align-items: center;
  display: flex;
}

.radio-field {
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 28px;
  display: flex;
}

.radio-button {
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 10px;
}

.radio-button:hover {
  border-color: var(--light-green);
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--white);
}

.radio-button.w--redirected-focus {
  border-color: var(--white);
  box-shadow: none;
}

.radio-button.w--redirected-focus-visible {
  border-color: var(--white);
}

.check-bullets-alt {
  color: var(--black);
  font-size: 18px;
  line-height: 26px;
}

.check-bullets-alt ul {
  border-top: 1px solid var(--white);
  padding-left: 0;
}

.check-bullets-alt li {
  border-bottom: 1px solid var(--white);
  background-image: url('../images/check-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.job-contact {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.txt-small-green {
  color: var(--light-green);
  font-size: 18px;
  line-height: 26px;
}

.txt-small-green a {
  color: var(--light-green);
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: all .4s;
}

.txt-small-green a:hover {
  border-bottom-color: var(--light-green);
}

.notification {
  background-color: var(--linq24);
  color: var(--light-green);
  width: 100vw;
  height: 50px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.notification-close-button {
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-radius .3s;
  display: flex;
}

.notification-close-button:hover {
  border-radius: 0;
}

.notification-close-button.big {
  background-color: var(--dark-olive-green);
  margin-left: -25px;
  left: 10%;
}

.notification-close-icon {
  width: 15px;
  height: 100%;
}

.notification-txt-small {
  font-size: 18px;
  line-height: 26px;
}

.notification-txt-small p {
  margin-bottom: 0;
}

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

.notification-txt-small.txt-white a {
  color: var(--white);
  border: 1px solid #0000;
  text-decoration: none;
  transition: all .4s;
}

.notification-txt-small.txt-white a:hover {
  border-bottom: 1px solid var(--white);
}

.notification-txt-small.txt-white.pre-wrap {
  white-space: pre-wrap;
}

.notification-txt-small.txt-grey {
  color: var(--grey);
}

.notification-txt-small.txt-grey a {
  color: var(--grey);
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .4s;
}

.notification-txt-small.txt-grey a:hover {
  border-bottom: 1px solid var(--grey);
}

.notification-txt-small.menu-dropdown a {
  color: var(--black);
  white-space: nowrap;
  border-bottom-style: none;
  text-decoration: none;
  transition: all .4s;
}

.notification-txt-small.menu-dropdown a:hover {
  color: var(--white);
  border-bottom-style: none;
}

.notification-txt-small.alt {
  line-height: 22px;
}

.notification-txt-small.alt.txt-black {
  color: var(--black);
}

.notification-txt-small.txt-green {
  color: var(--light-green);
}

.notification-txt-small.txt-green.pre-wrap {
  white-space: pre-wrap;
}

.notification-txt-small.inline {
  display: inline-block;
}

.notification-txt-small.header-intro li {
  background-image: url('../images/check-green.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 25px;
}

.notification-txt-small.header-intro ul {
  padding-left: 0;
}

.notification-txt-small a {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  text-decoration: none;
  transition: all 4s;
}

.notification-txt-small a:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--light-green);
}

.nav-extra {
  margin-top: -4px;
}

.nav-extra.current {
  border-bottom: 1px solid var(--black);
}

.agenda-speaker {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #40007e;
  border-top: 1px solid #40007e;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.display-button-2 {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.display-button-2:hover {
  color: #5fdb7d;
}

.download-subtitel {
  color: #40007e;
  border-bottom: 1px solid #40007e;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: block;
}

.download-section {
  width: 100%;
}

.section-2 {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.section-2.bg-blue {
  background-color: #40007e;
}

.download-intro.as-list {
  width: 75%;
}

.download-intro.blue {
  color: #40007e;
}

.tab-pane-tab-1 {
  margin-left: -15px;
  margin-right: -15px;
}

.download-label {
  color: #40007e;
  background-color: #fff;
  border-radius: 200px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 10px;
  padding: 5px 15px;
  display: flex;
}

.download-label.blue {
  color: #fff;
  background-color: #40007e;
}

.download-label.blue-green {
  color: #5fdb7d;
  background-color: #40007e;
}

.download-label.green {
  background-color: var(--light-green);
  color: var(--linq24);
  flex: 0 auto;
}

.agenda-general {
  float: left;
  aspect-ratio: 1;
  color: #fff;
  background-color: #40007e;
  border: 1px solid #fff;
  border-radius: 40px;
  width: 100%;
  padding: 30px;
}

.agenda-general.as-list {
  aspect-ratio: auto;
}

.download-video {
  float: left;
  color: #fff;
  background-color: #5fdb7d;
  border: 1px solid #5fdb7d;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.download-video.as-list {
  aspect-ratio: auto;
}

.speaker-logo {
  width: 90%;
  margin-top: 5px;
  padding-left: calc(30% + 15px);
}

.general {
  padding-bottom: 30px;
}

.download-item {
  flex-flow: row;
  flex: 0 33.3333%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-start;
  align-self: stretch;
  place-items: start;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.download-item.wide {
  flex-basis: 100%;
  width: 100%;
}

.display-button-1 {
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.display-button-1:hover, .display-button-1.active {
  color: #5fdb7d;
}

.agenda-speaker-image {
  aspect-ratio: 1;
  border-radius: 500px;
  flex: none;
  width: 30%;
  position: relative;
  overflow: hidden;
}

.agenda-title {
  margin-bottom: 15px;
}

.agenda-title.blue {
  color: #40007e;
}

.agenda-title.as-list {
  width: 75%;
}

.agenda-item-as-list {
  float: left;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: flex-start;
  align-self: flex-start;
  place-items: start;
  width: 100%;
}

.download-doc {
  float: left;
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

.download-doc.as-list {
  aspect-ratio: auto;
}

.image {
  width: 100%;
}

.image.square {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
}

.image.rounded {
  border-radius: 30px;
  overflow: hidden;
}

.agenda-speaker-as-list {
  float: left;
  width: 25%;
  padding-right: 15px;
}

.section-title {
  color: #5fdb7d;
  border-bottom: 1px solid #5fdb7d;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.h-big-2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.h-big-2.no-wrap {
  white-space: nowrap;
}

.video, .doc {
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}

.display-icon {
  width: 25px;
  height: 25px;
}

.download-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.flex-view-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.download-button {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-top: 60px;
  display: flex;
  position: relative;
  bottom: 0;
  right: 0;
}

.section-3 {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.section-3.bg-black {
  background-color: #000;
}

.social-link-2 {
  color: #fff;
  width: 40px;
  height: 40px;
  transition: all .4s;
}

.social-link-2:hover {
  color: #5fdb7d;
}

.footer-logo-link {
  display: block;
}

.header-shape-bg {
  z-index: 1;
  background-color: #40007e;
  width: 100vw;
  margin-left: -100vw;
  position: relative;
}

.header-shape-wrapper {
  z-index: 3;
  background-image: url('../images/header-shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.button-2 {
  color: #40007e;
  text-align: center;
  background-color: #5fdb7d;
  border: 1px solid #5fdb7d;
  border-radius: 100px;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.button-2:hover {
  border-radius: 0;
}

.header-payoff {
  padding-left: 30px;
  padding-right: 40px;
}

.header-logo {
  width: 100%;
  margin-top: 10vw;
  padding-right: 60px;
}

.header-title {
  color: #fff;
}

.h-big-3 {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.grid-2 {
  z-index: 300;
}

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

.box-none-ix {
  z-index: 2;
  position: relative;
}

.swiper.theme-carrousel {
  overflow: visible;
}

.h-big-4 {
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.header-slider {
  border-bottom-right-radius: 40px;
  margin-right: -40px;
  overflow: hidden;
}

.swiper-slide {
  flex: none;
  width: 100%;
  transition: padding .5s;
}

.login-section {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.txt-body {
  position: relative;
}

.txt-body a {
  border-bottom: 1px solid #001b1e;
}

.txt-body figure {
  width: 100%;
  margin-bottom: 0;
}

.txt-body.hidden {
  display: none;
}

.txt-body strong {
  font-weight: 700;
}

.txt-body li {
  margin-left: -1rem;
  padding-left: .5rem;
}

.txt-body blockquote {
  color: #001b1e;
  border-left-style: none;
  margin: -.9rem 0 0;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.25rem;
}

.txt-body.with-space {
  margin-bottom: 5rem;
}

.txt-body ul {
  margin-bottom: 0;
  padding-left: 2rem;
  list-style-type: disc;
}

.txt-body.inside-subactivity-dd {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.txt-body.grow-size {
  white-space: nowrap;
  overflow: hidden;
}

.txt-body h2 {
  font-size: 1.75rem;
  line-height: 2rem;
}

.txt-body img {
  border-radius: 10px;
  width: 100%;
  display: block;
}

.txt-body ol {
  margin-bottom: 0;
  padding-left: 4rem;
  list-style-type: decimal;
}

.image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tile-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tile-text {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.tile-overlay {
  background-image: linear-gradient(180deg, #fff0, var(--dark-olive-green));
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0%;
}

.tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: -30px;
  padding-bottom: 30px;
  display: flex;
}

.tag-wrapper.on-tile {
  margin-left: 0;
  padding-bottom: 15px;
  padding-left: 15px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tag-wrapper.inside-header {
  margin-left: 0;
  padding-bottom: 0;
  position: relative;
}

.tag {
  background-color: var(--dark-olive-green);
  color: var(--white);
  border-radius: 60px;
  align-items: center;
  width: auto;
  padding: 6px 14px;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tag.hide, .tag.hide.w--current {
  display: none;
}

.tag.lightgreen {
  background-color: var(--light-green);
  color: var(--black);
}

.tag.invert {
  background-color: var(--white);
  color: var(--dark-olive-green);
}

.tag-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dd-link {
  color: var(--black);
  white-space: nowrap;
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.dd-link.dropdown.w--current {
  color: var(--white);
}

.dd-link.nav-hover.extra {
  border: 1px solid #000;
  border-radius: 200px;
  padding: 5px 10px;
}

.filter-dd-toggle {
  grid-column-gap: 10px;
  border: 1px solid var(--light-green);
  border-radius: 100px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.div-block-5 {
  padding-bottom: 2px;
}

.filter-dd-checkbox {
  color: var(--black);
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 35px;
  transition: all .3s;
  position: relative;
}

.filter-dd-checkbox:hover, .filter-dd-checkbox.fs-cmsfilter_active {
  color: var(--white);
}

.checkbox {
  background-image: url('../images/check-white.svg');
  background-position: 110%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  border: 0 #000;
  width: 100%;
  height: 100%;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.checkbox.w--redirected-checked {
  color: var(--white);
  background-color: #5fdb7d00;
  background-image: url('../images/check-white.svg');
  background-position: 93%;
  background-size: auto 10px;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.filter-casus {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.grid-casus {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-spotlight {
  pointer-events: none;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-spotlight.video {
  justify-content: center;
  align-items: center;
  transition: border-radius .4s;
  display: flex;
}

.image-spotlight.video:hover {
  border-radius: 0;
}

.form-block {
  margin-bottom: 0;
}

.grid--bg-darkgreen {
  background-color: var(--dark-olive-green);
  height: 100%;
  margin-left: -25vw;
  margin-right: -25vw;
}

.grid--bg-darkgreen.expertise-section, .grid--bg-darkgreen.technologie-section {
  height: 120px;
  position: absolute;
  inset: 0% 0% auto;
}

.grid--bg-darkgreen.event-header-section {
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-divider {
  border-bottom: 2px solid var(--light-green);
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-divider.alt {
  margin-bottom: -1px;
}

.vertical-line {
  background-color: var(--light-green);
  width: 2px;
  height: 100%;
}

.profile-overlay-2 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #5fdb7d;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.button-small-2 {
  color: #000;
  text-align: center;
  background-color: #5fdb7d;
  border: 1px solid #5fdb7d;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 12px 17px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: all .4s;
}

.button-small-2:hover {
  border-radius: 0;
}

.button-small-2.author {
  grid-column-gap: 5px;
  background-color: #fff;
  border-color: #000;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sticky-team {
  padding-right: 30px;
  position: sticky;
  top: 30px;
}

.section-combined {
  position: relative;
}

.sticky-team-wrapper {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.profile-name {
  grid-column-gap: 5px;
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: 10px;
  padding-right: 10px;
  font-weight: 500;
  display: flex;
}

.team-member {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.team {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 15vw;
  display: flex;
}

.profile-function {
  grid-column-gap: 5px;
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  padding-right: 10px;
  display: flex;
}

.nav-klanten {
  margin-top: -3px;
}

.nav-klanten.current {
  border-bottom: 1px solid #000;
}

.nav-menu-2 {
  grid-column-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-expertise-2 {
  margin-top: -3px;
}

.nav-line-2 {
  background-color: #000;
  height: 1px;
  margin-top: 5px;
}

.nav-link-2 {
  color: #000;
  white-space: nowrap;
  margin-top: 5px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link-2.nav-hover.extra {
  border: 1px solid #000;
  border-radius: 200px;
  padding: 5px 10px;
}

.van-list-2 {
  background-color: #5fdb7d;
  border-radius: 15px;
  padding: 0;
}

.van-list-2.w--open {
  text-align: right;
  padding: 17px 0 27px 30px;
  inset: 28px 0% auto auto;
  box-shadow: 0 10px 20px -10px #064c38;
}

.box-2 {
  position: relative;
}

.header-hero-small-2 {
  opacity: .8;
  mix-blend-mode: normal;
  background-color: #356f41;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 500px;
  width: 50%;
  margin-top: 150px;
  padding-top: 35%;
  padding-bottom: 35%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
  transform: rotate(-15deg);
}

.header-hero-small-2.right {
  inset: 0% 0% auto auto;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.cookie-consent {
  z-index: 10000;
  pointer-events: none;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
  display: none;
}

.fs-cc_modal {
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #064c3833;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_form {
  margin-bottom: 0;
}

.fs-cc_close-button {
  z-index: 5;
  border: 1px solid var(--light-green);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: all .4s;
  display: flex;
  position: relative;
}

.fs-cc_close-button:hover {
  background-color: var(--light-green);
}

.fs-cc_link {
  text-decoration: underline;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_preference-component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 0 1.5rem 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_cookie-component {
  z-index: 9500;
  pointer-events: auto;
  max-width: 25rem;
  display: flex;
}

.fs-cc_custom-code {
  display: none;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.award-link {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 70px;
  height: 60px;
  margin-bottom: 5px;
  margin-left: 20px;
  transition: all .4s;
  display: block;
}

.award-link:hover {
  color: var(--light-green);
}

@media screen and (max-width: 991px) {
  .udesly-countdown-wrapper {
    margin-bottom: 20px;
  }

  .pl_section-title {
    text-align: center;
  }

  .grid {
    grid-column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-logo {
    height: 62px;
    margin-left: -60px;
  }

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

  .box.padding-left {
    padding-left: 20px;
  }

  .divider {
    height: 20px;
  }

  .txt-normal {
    font-size: 20px;
    line-height: 29px;
  }

  .h-medium, .h-medium h1, .h-medium h2, .h-medium h3, .h-medium h4, .h-medium h5, .h-medium h6 {
    font-size: 27px;
    line-height: 29px;
  }

  .button {
    font-size: 18px;
    line-height: 18px;
  }

  .txt-small {
    font-size: 16px;
    line-height: 22px;
  }

  .txt-small.menu-dropdown {
    line-height: 28px;
  }

  .txt-small.header-intro li {
    background-size: 12px;
    padding-left: 20px;
  }

  .footer-form {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .navbar.desktop {
    display: none;
  }

  .navbar.mobile {
    display: block;
  }

  .menu-logo {
    margin-left: -58px;
  }

  .nav-menu {
    background-color: var(--white);
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding: 15px 15px 140px;
    display: flex;
    overflow: auto;
  }

  .nav-link {
    background-color: var(--dark-olive-green);
    text-align: left;
    border-radius: 100px;
    flex: 1;
    padding: 0;
    display: block;
  }

  .nav-link.w--current {
    background-color: var(--dark-olive-green);
    color: var(--white);
  }

  .nav-link.nav-hover {
    background-color: var(--light-green);
  }

  .nav-link.nav-hover.extra {
    background-color: var(--black);
    color: var(--white);
    border-style: none;
    padding: 0;
  }

  .nav-toggle {
    justify-content: space-between;
    padding-right: 15px;
  }

  .nav-line, .nav-line.transparent {
    display: none;
  }

  .van-list.w--open {
    position: static;
  }

  .nav-dropdown {
    display: block;
  }

  .menu.hide {
    display: none;
  }

  .divider-header.event {
    height: 160px;
  }

  .search-result-box {
    width: 70%;
  }

  .hamburger {
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    margin-top: 0;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .hamburger-lottie {
    position: absolute;
    inset: 0%;
  }

  .menu-button {
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .h-big-bold, .h-big-bold h1, .h-big-bold h4, .h-big-bold h3, .h-big-bold h2, .h-big-bold h5, .h-big-bold h6 {
    font-size: 45px;
    line-height: 45px;
  }

  .grid-3-alt {
    grid-column-gap: 20px;
  }

  .dienst-dropdown {
    border-radius: 50px;
    padding: 30px;
  }

  .grid-small-margin {
    grid-column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .txt-tiny {
    font-size: 16px;
    line-height: 25px;
  }

  .txt-tiny li {
    background-size: 17px;
  }

  .txt-tiny.member {
    line-height: 20px;
  }

  .featured-box {
    border-radius: 120px;
    padding: 40px 90px 40px 40px;
  }

  .featured-box:hover {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 110px;
  }

  .featured-event-box {
    border-radius: 40px;
  }

  .featured-event-overlay {
    height: auto;
    padding: 20px;
  }

  .button-jobs {
    font-size: 18px;
    line-height: 18px;
  }

  .modal-content {
    padding: 40px;
  }

  .modal-close-button.big {
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }

  .job-list-title {
    padding-bottom: 30px;
  }

  .h-huge {
    font-size: 45px;
    line-height: 45px;
  }

  .h-huge h1, .h-huge h4, .h-huge h3, .h-huge h2, .h-huge h5, .h-huge h6 {
    font-size: 54px;
    line-height: 54px;
  }

  .header-hero-big {
    height: 70%;
  }

  .h-big, .h-big h1, .h-big h4, .h-big h3, .h-big h2, .h-big h5, .h-big h6 {
    font-size: 45px;
    line-height: 45px;
  }

  .header-hero-medium {
    height: 70vh;
    margin-top: 15vh;
  }

  .profile-info {
    padding-left: 20px;
  }

  .overlay-bullets {
    font-size: 16px;
    line-height: 22px;
  }

  .overlay-bullets li {
    background-size: 15px;
    padding-left: 25px;
  }

  .button-jobs-alt {
    font-size: 18px;
    line-height: 18px;
  }

  .sticky.header {
    position: relative;
    top: 0;
  }

  .nav-link-active {
    background-color: var(--light-green);
    text-align: left;
    border-radius: 100px;
    flex: 1;
    padding: 15px 20px;
    display: block;
  }

  .nav-link-active.w--current {
    background-color: var(--dark-olive-green);
    color: var(--white);
  }

  .burger-line-top, .burger-line-middle, .burger-line-bottom {
    background-color: var(--black);
    width: 100%;
    height: 4px;
    padding: 0;
  }

  .dna-square-wrapper {
    margin-bottom: 30px;
  }

  .person-box {
    border-radius: 120px;
    padding: 40px 90px 40px 40px;
  }

  .person-box:hover {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 110px;
  }

  .person-item {
    width: 100%;
  }

  .archive-overlay {
    height: auto;
    min-height: 50%;
    padding: 20px;
    position: relative;
  }

  .archive-box {
    border-radius: 40px;
  }

  .tile-archive-cta {
    display: none;
    position: relative;
    right: 0;
  }

  .tile-archine-text {
    padding: 15px 15px 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .events-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .event-box {
    border-radius: 40px;
  }

  .event-overlay {
    height: auto;
    padding: 20px;
  }

  .event-hero-overlay {
    width: 100%;
    height: 50%;
    inset: 0% 0% auto;
  }

  .program-col1, .program-col3 {
    padding-top: 0;
  }

  .program-col2 {
    margin-top: 1px;
  }

  .program-title {
    padding-top: 60px;
  }

  .spreakers-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .speaker-info {
    padding-top: 20px;
    padding-left: 20px;
  }

  .event-extra-bullets {
    font-size: 16px;
    line-height: 22px;
  }

  .event-extra-bullets li {
    background-image: none;
  }

  .check-bullets {
    font-size: 16px;
    line-height: 22px;
  }

  .check-bullets li {
    background-size: 17px;
    padding-left: 30px;
  }

  .header-hero-small.alt {
    height: 80%;
  }

  .txt-article-intro {
    font-size: 20px;
    line-height: 29px;
  }

  .txt-article {
    font-size: 16px;
    line-height: 22px;
  }

  .txt-article p {
    padding-left: 60px;
    padding-right: 60px;
  }

  .txt-article.header-intro li {
    background-size: 12px;
    padding-left: 20px;
  }

  .txt-article figcaption {
    font-size: 14px;
    line-height: 19px;
  }

  .txt-article blockquote {
    font-size: 27px;
    line-height: 36px;
  }

  .txt-article ul, .txt-article ol {
    padding-left: 90px;
    padding-right: 60px;
  }

  .txt-article h1, .txt-article h2, .txt-article h3, .txt-article h4, .txt-article h6, .txt-article h5 {
    padding-left: 40px;
    padding-right: 60px;
  }

  .txt-normal-green {
    font-size: 20px;
    line-height: 29px;
  }

  .nav-diensten.current, .nav-technologie.current, .nav-werken-bij.current {
    text-transform: uppercase;
    border-bottom-style: none;
  }

  .nav-expertise {
    color: var(--black);
    flex: 1;
  }

  .nav-expertise.current {
    text-transform: uppercase;
    border-bottom-style: none;
  }

  .nav-informatie {
    flex: 1;
  }

  .nav-informatie.current {
    text-transform: uppercase;
    border-bottom-style: none;
  }

  .mailpoet_submit {
    font-size: 18px;
    line-height: 18px;
  }

  .nav-lang {
    top: 15px;
  }

  .top-nav {
    display: block;
  }

  .search-input-field, .search-input-field-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .check-bullets-alt {
    font-size: 16px;
    line-height: 22px;
  }

  .check-bullets-alt li {
    background-size: 17px;
    padding-left: 30px;
  }

  .job-contact {
    grid-column-gap: 20px;
  }

  .txt-small-green {
    font-size: 16px;
    line-height: 22px;
  }

  .notification-close-button.big {
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }

  .notification-txt-small {
    font-size: 16px;
    line-height: 22px;
  }

  .notification-txt-small.menu-dropdown {
    line-height: 28px;
  }

  .notification-txt-small.header-intro li {
    background-size: 12px;
    padding-left: 20px;
  }

  .nav-extra.current {
    text-transform: uppercase;
    border-bottom-style: none;
  }

  .h-big-2 {
    font-size: 45px;
    line-height: 45px;
  }

  .button-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .h-big-3 {
    font-size: 45px;
    line-height: 45px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-big-4 {
    font-size: 45px;
    line-height: 45px;
  }

  .tag-wrapper {
    margin-left: 30px;
  }

  .dd-link.w--current {
    background-color: var(--dark-olive-green);
    color: var(--white);
  }

  .dd-link.nav-hover {
    background-color: var(--light-green);
  }

  .dd-link.nav-hover.extra {
    background-color: var(--black);
    color: var(--white);
    border-style: none;
    padding: 0;
  }

  .grid-casus {
    grid-template-columns: 1fr 1fr;
  }

  .team-member {
    width: 14vw;
  }

  .nav-klanten.current {
    text-transform: uppercase;
    border-bottom-style: none;
  }

  .nav-menu-2 {
    text-align: left;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    padding: 15px 15px 140px;
    display: flex;
    overflow: auto;
  }

  .nav-expertise-2 {
    color: #000;
    flex: 1;
  }

  .nav-line-2 {
    display: none;
  }

  .nav-link-2 {
    text-align: left;
    background-color: #064c38;
    border-radius: 100px;
    flex: 1;
    padding: 0;
    display: block;
  }

  .nav-link-2.w--current {
    color: #fff;
    background-color: #064c38;
  }

  .nav-link-2.nav-hover {
    background-color: #5fdb7d;
  }

  .nav-link-2.nav-hover.extra {
    color: #fff;
    background-color: #000;
    border-style: none;
    padding: 0;
  }

  .van-list-2.w--open {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
    line-height: 24px;
  }

  h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .udesly-text-black {
    font-size: 16px;
    line-height: 16px;
  }

  .udesly-seconds-left, .udesly-minutes-left, .udesly-hours-left, .udesly-days-left {
    font-size: 100px;
    line-height: 100px;
  }

  .pl_logo-bar, .pl_hero-wrapper {
    padding: 30px 40px;
  }

  .pl_hero-title {
    grid-column-gap: 10px;
    font-size: 60px;
    line-height: 60px;
  }

  .pl_hero-subtitle-txt {
    font-size: 22px;
    line-height: 29px;
  }

  .pl_section {
    padding: 80px 40px;
  }

  .pl_form-text-field {
    font-size: 17px;
    line-height: 24px;
  }

  .grid {
    grid-column-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid.hero {
    position: relative;
    overflow: hidden;
  }

  .section.header-big {
    min-height: auto;
  }

  .section.hero {
    min-height: auto;
    position: relative;
  }

  .section.header-small {
    min-height: auto;
  }

  .footer-logo {
    height: 46px;
    margin-left: -45px;
  }

  .box.square.sticky {
    position: relative;
    top: 0;
  }

  .box.padding-left {
    padding-left: 0;
  }

  .divider {
    height: 15px;
  }

  .divider.show-on-mobile {
    display: block;
  }

  .txt-normal {
    font-size: 18px;
    line-height: 26px;
  }

  .h-medium, .h-medium h1, .h-medium h2, .h-medium h3, .h-medium h4, .h-medium h5, .h-medium h6 {
    font-size: 24px;
    line-height: 26px;
  }

  .button {
    font-size: 16px;
    line-height: 16px;
  }

  .social-link {
    margin-bottom: 20px;
  }

  .footer-legal {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .txt-small {
    font-size: 14px;
    line-height: 20px;
  }

  .txt-small.menu-dropdown {
    line-height: 26px;
  }

  .txt-small.header-intro li {
    background-size: 10px;
    padding-left: 15px;
  }

  .footer-form {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .navbar.mobile {
    height: 100px;
  }

  .brand {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .icon-plus.close {
    transform: scale(1.5)rotate(45deg);
  }

  .divider-header {
    height: 160px;
  }

  .divider-header.event {
    height: 145px;
  }

  .search-result-box {
    width: 100%;
    margin-top: 90px;
  }

  .search-results-wrapper {
    flex-direction: column;
  }

  .h-big-bold, .h-big-bold h1, .h-big-bold h4, .h-big-bold h3, .h-big-bold h2, .h-big-bold h5, .h-big-bold h6 {
    font-size: 40px;
    line-height: 40px;
  }

  .grid-3-alt {
    grid-column-gap: 15px;
    grid-template-columns: 1fr;
  }

  .grid-small-margin {
    grid-column-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .tile-front-big.relative {
    padding: 20px;
  }

  .bg-green.technologie-section {
    display: none;
  }

  .expertise-intro {
    padding: 20px;
  }

  .txt-tiny {
    font-size: 14px;
    line-height: 23px;
  }

  .txt-tiny.member {
    line-height: 18px;
  }

  .featured-item {
    width: 100%;
  }

  .featured-events-list {
    grid-template-columns: 1fr;
  }

  .featured-event-item {
    width: 100%;
  }

  .image-join {
    margin-top: 40px;
  }

  .button-jobs {
    font-size: 16px;
    line-height: 16px;
  }

  .small-modal {
    width: 80%;
  }

  .modal-content {
    padding: 40px;
  }

  .modal-close-button {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    left: 20%;
  }

  .job-list-title {
    padding-bottom: 25px;
  }

  .button-small {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .h-huge {
    font-size: 40px;
    line-height: 40px;
  }

  .h-huge h1, .h-huge h4, .h-huge h3, .h-huge h2, .h-huge h5, .h-huge h6 {
    font-size: 48px;
    line-height: 48px;
  }

  .header-hero-big {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .header-hero-big.alt {
    margin-top: 80px;
    margin-bottom: 40px;
    position: relative;
  }

  .header-hero-big.alt.home {
    margin-top: 0;
  }

  .h-big, .h-big h1, .h-big h4, .h-big h3, .h-big h2, .h-big h5, .h-big h6 {
    font-size: 40px;
    line-height: 40px;
  }

  .header-hero-medium {
    height: 100vh;
    margin-top: -160px;
    margin-bottom: 40px;
  }

  .box-no-ix.square.sticky {
    position: relative;
    top: 0;
  }

  .profile-image-round {
    margin-top: 30px;
  }

  .profile-image-round.teammember {
    width: 60%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .big-modal.overflow-visible {
    overflow: auto;
  }

  .big-modal.overflow-visible.flex {
    flex-flow: column wrap;
    display: block;
  }

  .big-modal-left, .big-modal-right {
    width: 100%;
    position: relative;
  }

  .overlay-bullets {
    font-size: 14px;
    line-height: 20px;
  }

  .tile-front-small.relative {
    padding: 50px 20px 20px;
  }

  .tile-front-medium.relative {
    padding: 20px;
  }

  .overlay-partners-logo {
    width: 30%;
  }

  .button-jobs-alt {
    font-size: 16px;
    line-height: 16px;
  }

  .search-result-pagetitle {
    width: 100%;
    position: relative;
    top: 0;
  }

  .dna-square-box.tl {
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .dna-square-box.tr {
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .dna-square-box.bl {
    padding-top: 5px;
    padding-right: 5px;
  }

  .dna-square-box.br {
    padding-top: 5px;
    padding-left: 5px;
  }

  .person-social-link {
    margin-bottom: 20px;
  }

  .archive-event-wrapper {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .archive-item {
    width: 100%;
  }

  .archive-list {
    grid-template-columns: 1fr;
  }

  .events-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .events-item {
    width: 100%;
  }

  .event-date-place {
    margin-bottom: 0;
  }

  .event-hero {
    border-radius: 80px;
  }

  .program-title {
    padding-top: 40px;
  }

  .spreakers-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .events-extra {
    margin-top: -90px;
    padding: 20px;
  }

  .event-extra-bullets, .check-bullets {
    font-size: 14px;
    line-height: 20px;
  }

  .header-hero-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .header-hero-small.alt {
    height: 80vh;
    margin-top: 40px;
  }

  .header-hero-small.right {
    position: relative;
  }

  .image-hero {
    height: 80vh;
    margin-top: 60px;
    position: relative;
  }

  .grid--bg-green.technologie-section {
    display: none;
  }

  .txt-article-intro {
    font-size: 18px;
    line-height: 26px;
  }

  .txt-article {
    font-size: 14px;
    line-height: 20px;
  }

  .txt-article p {
    padding-left: 30px;
    padding-right: 30px;
  }

  .txt-article.header-intro li {
    background-size: 10px;
    padding-left: 15px;
  }

  .txt-article blockquote {
    font-size: 24px;
    line-height: 32px;
  }

  .txt-article ul, .txt-article ol {
    padding-left: 50px;
    padding-right: 30px;
  }

  .txt-article h1, .txt-article h2, .txt-article h3, .txt-article h4, .txt-article h6, .txt-article h5 {
    padding-left: 0;
    padding-right: 30px;
  }

  .txt-normal-green {
    font-size: 18px;
    line-height: 26px;
  }

  .person-contact-link {
    margin-bottom: 20px;
  }

  .mailpoet_submit {
    font-size: 16px;
    line-height: 16px;
  }

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

  .search-input-field, .search-input-field-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .tile-expertise-cta.absolute {
    top: 20px;
    right: 20px;
  }

  .button-mini {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .check-bullets-alt {
    font-size: 14px;
    line-height: 20px;
  }

  .job-contact {
    grid-column-gap: 15px;
  }

  .txt-small-green {
    font-size: 14px;
    line-height: 20px;
  }

  .notification-close-button {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    left: 20%;
  }

  .notification-txt-small {
    font-size: 14px;
    line-height: 20px;
  }

  .notification-txt-small.menu-dropdown {
    line-height: 26px;
  }

  .notification-txt-small.header-intro li {
    background-size: 10px;
    padding-left: 15px;
  }

  .display-button-2 {
    width: 25px;
    height: 25px;
  }

  .section-2 {
    overflow: hidden;
  }

  .tab-pane-tab-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .agenda-general, .download-video {
    aspect-ratio: auto;
    padding: 20px;
  }

  .general {
    width: 100%;
    padding-bottom: 0;
  }

  .download-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .display-button-1 {
    width: 25px;
    height: 25px;
  }

  .download-doc {
    aspect-ratio: auto;
    padding: 20px;
  }

  .agenda-speaker-as-list {
    width: 100%;
  }

  .section-title {
    margin-bottom: 0;
  }

  .h-big-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .video, .doc {
    width: 100%;
  }

  .display-icon {
    width: 20px;
    height: 20px;
  }

  .download-list {
    flex-flow: column;
    grid-template-columns: 100%;
    display: flex;
  }

  .flex-view-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
  }

  .section-3 {
    overflow: hidden;
  }

  .button-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .header-title {
    color: #40007e;
    padding-top: 50px;
  }

  .h-big-3 {
    font-size: 40px;
    line-height: 40px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h-big-4 {
    font-size: 40px;
    line-height: 40px;
  }

  .txt-body li {
    margin-left: -.5rem;
    padding-left: 0;
  }

  .tag-wrapper {
    margin-left: -30px;
    padding-bottom: 90px;
    position: absolute;
  }

  .filter-casus {
    margin-top: 30px;
  }

  .grid-casus {
    grid-template-columns: 1fr;
  }

  .image-spotlight {
    height: 80vh;
    margin-bottom: 60px;
    position: relative;
  }

  .image-spotlight.hero-case {
    margin-bottom: 0;
  }

  .grid--bg-darkgreen.technologie-section {
    display: none;
  }

  .button-small-2 {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .header-hero-small-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .header-hero-small-2.right {
    position: relative;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .udesly-text-black {
    font-size: 14px;
    line-height: 14px;
  }

  .udesly-seconds-left, .udesly-minutes-left, .udesly-hours-left, .udesly-days-left {
    font-size: 60px;
    line-height: 60px;
  }

  .udesly-date-block {
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 1.5rem;
  }

  .pl_logo-bar {
    padding: 20px 30px;
    font-size: 36px;
    line-height: 36px;
  }

  .pl_header {
    background-image: linear-gradient(#000, #fff0 60%), url('../images/pl_hero.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .pl_hero-wrapper {
    padding: 20px 30px;
  }

  .pl_hero-title {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .pl_section {
    padding: 40px 30px 30px;
  }

  .divider-60 {
    height: 40px;
  }

  .pl_textlink {
    padding-bottom: 2px;
    display: inline;
  }

  .grid {
    grid-column-gap: 15px;
  }

  .divider.hide-on-mobile {
    display: none;
  }

  .txt-normal {
    font-size: 16px;
    line-height: 23px;
  }

  .h-medium {
    font-size: 22px;
    line-height: 23px;
  }

  .h-medium h1, .h-medium h2, .h-medium h3, .h-medium h4, .h-medium h5, .h-medium h6 {
    font-size: 21px;
    line-height: 23px;
  }

  .button {
    font-size: 15px;
    line-height: 15px;
  }

  .social-link {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }

  .txt-small {
    font-size: 13px;
    line-height: 18px;
  }

  .txt-small.menu-dropdown {
    font-size: 14px;
  }

  .navbar.mobile {
    height: 80px;
  }

  .menu-logo {
    width: 154px;
    height: 40px;
    display: block;
  }

  .nav-link {
    font-size: 16px;
    line-height: 16px;
  }

  .activate-search {
    margin-top: 5px;
  }

  .divider-header {
    height: 100px;
  }

  .divider-header.event {
    height: 85px;
  }

  .search-result-box {
    margin-top: 59px;
  }

  .hamburger {
    margin-top: 0;
  }

  .h-big-bold, .h-big-bold h1, .h-big-bold h4, .h-big-bold h3, .h-big-bold h2, .h-big-bold h5, .h-big-bold h6 {
    font-size: 36px;
    line-height: 36px;
  }

  .dienst-dropdown {
    border-radius: 30px;
    padding: 20px;
  }

  .grid-small-margin {
    grid-column-gap: 15px;
  }

  .grid-4, .grid-2 {
    grid-template-columns: 1fr;
  }

  .tile-box.expertise {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .txt-tiny {
    font-size: 13px;
    line-height: 21px;
  }

  .txt-tiny li {
    background-size: 15px;
    padding-left: 25px;
  }

  .featured-box {
    padding-right: 60px;
  }

  .featured-box:hover {
    padding-right: 80px;
  }

  .divider-small.hide-on-mobile {
    display: none;
  }

  .image-join {
    margin-bottom: 30px;
  }

  .button-jobs {
    font-size: 15px;
    line-height: 15px;
  }

  .button-jobs.black-white {
    bottom: -30px;
  }

  .small-modal {
    width: 90%;
  }

  .modal-content {
    padding: 30px;
  }

  .modal-close-button {
    left: 10%;
  }

  .job-list-title {
    padding-bottom: 20px;
  }

  .button-small {
    padding: 8px 13px;
    font-size: 13px;
    line-height: 13px;
  }

  .page-title {
    margin-left: -30px;
  }

  .h-huge {
    font-size: 36px;
    line-height: 36px;
  }

  .h-huge h1, .h-huge h4, .h-huge h3, .h-huge h2, .h-huge h5, .h-huge h6 {
    font-size: 43px;
    line-height: 43px;
  }

  .header-hero-big {
    height: 60vh;
  }

  .header-hero-big.alt {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .h-big, .h-big h1, .h-big h4, .h-big h3, .h-big h2, .h-big h5, .h-big h6 {
    font-size: 36px;
    line-height: 36px;
  }

  .header-hero-medium {
    height: 60vh;
    margin-top: -140px;
  }

  .profile-image-round.teammember {
    width: 60%;
    margin-top: 0;
  }

  .overlay-bullets {
    font-size: 13px;
    line-height: 18px;
  }

  .overlay-bullets li {
    background-size: 10px;
    padding-left: 20px;
  }

  .overlay-partners-title {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .overlay-partners-txt {
    width: 100%;
  }

  .overlay-partners-logo {
    float: left;
    width: 50%;
    padding-left: 0;
  }

  .button-jobs-alt {
    font-size: 15px;
    line-height: 15px;
  }

  .button-jobs-alt.black-white {
    bottom: -30px;
  }

  .search-result-pagetitle {
    padding-left: 20px;
  }

  .image-big-square-rounded {
    border-radius: 80px;
  }

  .dna-square-wrapper {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .dna-square-box.tl, .dna-square-box.tr, .dna-square-box.bl, .dna-square-box.br {
    width: 100%;
    position: relative;
  }

  .dna-square-content.tr {
    flex-direction: column;
    align-items: flex-start;
  }

  .dna-square-content.bl {
    flex-direction: column-reverse;
  }

  .dna-square-content.br {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .dna-title {
    padding-bottom: 20px;
  }

  .dna-title.br {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .dna-title.bl {
    position: relative;
    bottom: 0;
    left: 0;
  }

  .person-wrapper.medium {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .person-wrapper.smaller {
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .person-wrapper.smallest {
    width: 100%;
    padding-top: 70%;
  }

  .person-box {
    padding-right: 60px;
  }

  .person-box:hover {
    padding-right: 80px;
  }

  .person-social-link {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }

  .archive-event-wrapper {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .archive-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .events-list {
    grid-template-columns: 1fr;
  }

  .map {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .event-hero {
    border-radius: 40px;
  }

  .program-col2 {
    margin-top: 1.5px;
  }

  .spreakers-list {
    grid-template-columns: 1fr;
  }

  .event-extra-bullets {
    font-size: 13px;
    line-height: 18px;
  }

  .event-extra-bullets li {
    background-image: none;
  }

  .check-bullets {
    font-size: 13px;
    line-height: 18px;
  }

  .check-bullets li {
    background-size: 15px;
    padding-left: 25px;
  }

  .header-hero-small {
    margin-top: 30px;
  }

  .image-hero {
    height: 60vh;
  }

  .txt-article-intro {
    font-size: 16px;
    line-height: 23px;
  }

  .txt-article {
    font-size: 13px;
    line-height: 18px;
  }

  .txt-article p {
    font-size: 14px;
    line-height: 20px;
  }

  .txt-article blockquote {
    font-size: 21px;
    line-height: 28px;
  }

  .txt-normal-green {
    font-size: 16px;
    line-height: 23px;
  }

  .person-contact-link {
    width: 25px;
    height: 25px;
    margin-bottom: 15px;
  }

  .mailpoet_submit, .search-input-field, .search-input-field-2 {
    font-size: 15px;
    line-height: 15px;
  }

  .button-mini {
    padding: 8px 13px;
    font-size: 13px;
    line-height: 13px;
  }

  .check-bullets-alt {
    font-size: 13px;
    line-height: 18px;
  }

  .check-bullets-alt li {
    background-size: 15px;
    padding-left: 25px;
  }

  .txt-small-green {
    font-size: 13px;
    line-height: 18px;
  }

  .notification-close-button {
    left: 10%;
  }

  .notification-txt-small {
    font-size: 13px;
    line-height: 18px;
  }

  .notification-txt-small.menu-dropdown {
    font-size: 14px;
  }

  .h-big-2 {
    font-size: 36px;
    line-height: 36px;
  }

  .social-link-2 {
    width: 30px;
    height: 30px;
  }

  .button-2 {
    font-size: 15px;
    line-height: 15px;
  }

  .header-payoff {
    padding-left: 0;
    padding-right: 0;
  }

  .h-big-3 {
    font-size: 36px;
    line-height: 36px;
  }

  .grid-2 {
    grid-column-gap: 15px;
  }

  .h-big-4 {
    font-size: 36px;
    line-height: 36px;
  }

  .header-slider {
    margin-right: 0;
  }

  .txt-body {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .txt-body blockquote {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .tag-wrapper {
    margin-left: 30px;
  }

  .dd-link {
    font-size: 16px;
    line-height: 16px;
  }

  .image-spotlight {
    height: 60vh;
  }

  .button-small-2 {
    padding: 8px 13px;
    font-size: 13px;
    line-height: 13px;
  }

  .sticky-team {
    padding-left: 30px;
    position: relative;
  }

  .sticky-team-wrapper {
    padding-top: 0;
    position: relative;
  }

  .profile-name {
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 0;
  }

  .team-member {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .profile-function {
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 0;
  }

  .nav-link-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .header-hero-small-2 {
    margin-top: 30px;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b5d {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69b5d {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69b5d {
  grid-area: 3 / 2 / 4 / 8;
  justify-self: start;
}

#w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c7-c5f69b5d {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c9-c5f69b5d {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69b5d {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d795-c5f69b5d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69b5d {
  grid-area: 3 / 3 / 4 / 9;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69b5d {
  grid-area: 1 / 2 / 2 / 12;
  place-self: end start;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d808c-c5f69b5d {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69b5d {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_9cb19bf8-6c73-0398-502a-c05bc9b6f462-c5f69b5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b5d {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69b5d {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b5d {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_959d06fe-35ca-355e-3465-05ae679c0e30-c5f69b5d {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-f8d62309-1645-4500-e6a8-18a4ed9a0c06-c5f69b5d {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto;
}

#w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b44-c5f69b5d {
  grid-area: 1 / 7 / 2 / 12;
  align-self: end;
}

#w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b54-c5f69b5d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_74aae558-26af-329d-c59e-00435c08a8e5-c5f69b5d {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_74aae558-26af-329d-c59e-00435c08a8e9-c5f69b5d {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_74aae558-26af-329d-c59e-00435c08a8eb-c5f69b5d {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_74aae558-26af-329d-c59e-00435c08a8f3-c5f69b5d {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_74aae558-26af-329d-c59e-00435c08a8fb-c5f69b5d {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_74aae558-26af-329d-c59e-00435c08a902-c5f69b5d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_74aae558-26af-329d-c59e-00435c08a907-c5f69b5d {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b0f3-6e51b0f0 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b0f7-6e51b0f0 {
  grid-area: 1 / 2 / 2 / 6;
  justify-self: start;
}

#w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b0f9-6e51b0f0 {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b129-6e51b0f0 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b12b-6e51b0f0 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center start;
}

#w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b137-6e51b0f0 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b169-6e51b0f0 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b16e-6e51b0f0 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b5e {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69b5e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b5e {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69b5e {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b5e {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69b5e {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69b5e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69b5e {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69b5e {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69b5e {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69b5e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69b5e {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-db1f1626-9b76-6818-017a-dffa7e90346b-7e903468 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-db1f1626-9b76-6818-017a-dffa7e90346f-7e903468 {
  grid-area: 1 / 2 / 2 / 6;
  justify-self: start;
}

#w-node-db1f1626-9b76-6818-017a-dffa7e903471-7e903468 {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-db1f1626-9b76-6818-017a-dffa7e9034a1-7e903468 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-db1f1626-9b76-6818-017a-dffa7e9034a3-7e903468 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center start;
}

#w-node-db1f1626-9b76-6818-017a-dffa7e9034b7-7e903468 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-db1f1626-9b76-6818-017a-dffa7e9034bc-7e903468 {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-db1f1626-9b76-6818-017a-dffa7e9034e9-7e903468 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-db1f1626-9b76-6818-017a-dffa7e9034ee-7e903468 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b63 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d8268a8b-ad10-2eed-64fc-77298e614068-c5f69b63 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-_886a2aeb-dde1-e212-8105-9518db8e6085-c5f69b63 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-b9f43379-3468-2946-d3cf-b138c6d7cf19-c5f69b63 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_2a07a4b6-2d1b-5aaf-6443-536afba2901f-c5f69b63 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69b63 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69b63 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69b63 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69b63 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69b63 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69b63 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69b63 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b64 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d8268a8b-ad10-2eed-64fc-77298e614068-c5f69b64 {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-_886a2aeb-dde1-e212-8105-9518db8e6085-c5f69b64 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-b9f43379-3468-2946-d3cf-b138c6d7cf19-c5f69b64 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_2a07a4b6-2d1b-5aaf-6443-536afba2901f-c5f69b64 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-bae47e67-7a43-c8e4-219f-cac0828ce0be-c5f69b64 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-bae47e67-7a43-c8e4-219f-cac0828ce0c2-c5f69b64 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-bae47e67-7a43-c8e4-219f-cac0828ce0c4-c5f69b64 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-bae47e67-7a43-c8e4-219f-cac0828ce0cc-c5f69b64 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-bae47e67-7a43-c8e4-219f-cac0828ce0d4-c5f69b64 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-bae47e67-7a43-c8e4-219f-cac0828ce0db-c5f69b64 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-bae47e67-7a43-c8e4-219f-cac0828ce0e0-c5f69b64 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_24ff050f-ea00-1bdc-50e1-b2dc19676bb3-c5f69b65 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_24ff050f-ea00-1bdc-50e1-b2dc19676bc0-c5f69b65 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d34-c5f69b65 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d38-c5f69b65 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d3a-c5f69b65 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d42-c5f69b65 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d4a-c5f69b65 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d51-c5f69b65 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d56-c5f69b65 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-e64feb91-1be3-0aab-4f62-2fcb93584cba-c5f69b65 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-e64feb91-1be3-0aab-4f62-2fcb93584cbe-c5f69b65 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e64feb91-1be3-0aab-4f62-2fcb93584cc0-c5f69b65 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-e64feb91-1be3-0aab-4f62-2fcb93584cc8-c5f69b65 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-e64feb91-1be3-0aab-4f62-2fcb93584cd0-c5f69b65 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-e64feb91-1be3-0aab-4f62-2fcb93584cd7-c5f69b65 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e64feb91-1be3-0aab-4f62-2fcb93584cdc-c5f69b65 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_5da55e38-2606-c9aa-d642-16d72b41905f-c5f69b66 {
  grid-area: 2 / 1 / 4 / 13;
  place-self: stretch stretch;
}

#w-node-_4205a7e8-cf2d-1b4a-2a3c-4bf59935fca0-c5f69b66 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_37897702-34b2-942e-8eef-5b22d1df9fa3-c5f69b66 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_37897702-34b2-942e-8eef-5b22d1df9fb1-c5f69b66 {
  grid-area: 1 / 2 / 3 / 7;
}

#w-node-b27bafe2-a441-739b-8a19-00f3822c1224-c5f69b66 {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-_1f8f4512-c95d-914f-25aa-4f195f65801c-c5f69b66 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_35ea5471-b408-5f29-51c6-50a9729f3db4-c5f69b66 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-e958ac3f-86aa-12d4-5b13-251df6993226-c5f69b66 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_8ad7792c-c6ca-5253-d463-0965376b4a33-c5f69b66 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-_37897702-34b2-942e-8eef-5b22d1df9fbd-c5f69b66 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_37897702-34b2-942e-8eef-5b22d1df9fbe-c5f69b66 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-_37897702-34b2-942e-8eef-5b22d1df9fc6-c5f69b66 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_271f3428-216e-3ebf-f630-3d9780adcc73-c5f69b66 {
  grid-area: 1 / 2 / 3 / 7;
  align-self: center;
}

#w-node-_271f3428-216e-3ebf-f630-3d9780adcc78-c5f69b66 {
  grid-area: 1 / 8 / 2 / 11;
  align-self: end;
}

#w-node-_271f3428-216e-3ebf-f630-3d9780adcc7b-c5f69b66 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-c2f9f485-8962-fd60-a288-461a03f03627-c5f69b66 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-c2f9f485-8962-fd60-a288-461a03f0362b-c5f69b66 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-c2f9f485-8962-fd60-a288-461a03f0362d-c5f69b66 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-c2f9f485-8962-fd60-a288-461a03f03635-c5f69b66 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-c2f9f485-8962-fd60-a288-461a03f0363d-c5f69b66 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-c2f9f485-8962-fd60-a288-461a03f03644-c5f69b66 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c2f9f485-8962-fd60-a288-461a03f03649-c5f69b66 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-ba24ca12-1c47-35c1-7e52-43154cdabfd1-c5f69b66 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-ba24ca12-1c47-35c1-7e52-43154cdabfd5-c5f69b66 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ba24ca12-1c47-35c1-7e52-43154cdabfd7-c5f69b66 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-ba24ca12-1c47-35c1-7e52-43154cdabfdf-c5f69b66 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-ba24ca12-1c47-35c1-7e52-43154cdabfe7-c5f69b66 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-ba24ca12-1c47-35c1-7e52-43154cdabfee-c5f69b66 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ba24ca12-1c47-35c1-7e52-43154cdabff3-c5f69b66 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-dc6909e0-b6eb-8a40-28f5-fd86a7941558-c5f69b67 {
  grid-area: 1 / 1 / 3 / 13;
}

#w-node-dc6909e0-b6eb-8a40-28f5-fd86a794155a-c5f69b67, #w-node-_59edcd86-a4e9-5026-1a6b-cbc64c758ee8-c5f69b67 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_16a957da-27ba-70c9-0ae8-4e6484184460-c5f69b67 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-_915b25c8-ff6a-326c-3a72-ef34cfcdf5f2-c5f69b67 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_74229b0c-9dae-69b9-7edc-aae169586710-c5f69b67 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_44ba3f45-93e1-a3de-1dc4-ca987faade6c-c5f69b67 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_44ba3f45-93e1-a3de-1dc4-ca987faade73-c5f69b67 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_59edcd86-a4e9-5026-1a6b-cbc64c758f62-c5f69b67 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: start;
}

#w-node-_59edcd86-a4e9-5026-1a6b-cbc64c758f71-c5f69b67 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07a6-c5f69b67 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07aa-c5f69b67 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07ac-c5f69b67 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07b4-c5f69b67 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07bc-c5f69b67 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07c3-c5f69b67 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07c8-c5f69b67 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-e2c256d0-a890-752f-e483-72ef8f48def9-c5f69b67 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-e2c256d0-a890-752f-e483-72ef8f48defd-c5f69b67 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e2c256d0-a890-752f-e483-72ef8f48deff-c5f69b67 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-e2c256d0-a890-752f-e483-72ef8f48df07-c5f69b67 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-e2c256d0-a890-752f-e483-72ef8f48df0f-c5f69b67 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-e2c256d0-a890-752f-e483-72ef8f48df16-c5f69b67 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e2c256d0-a890-752f-e483-72ef8f48df1b-c5f69b67 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b690-c5f69b6a {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-da98f133-e6ab-cf31-cf1b-aaa43b45c3b5-c5f69b6a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6a9-c5f69b6a {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_382850e1-7d02-2089-2846-2bd5c05c26bd-c5f69b6a {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-db489e42-1efc-9098-0110-2e69006ace99-c5f69b6a {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-fdd61e71-b2d4-3ee6-5ae7-6536b9115164-c5f69b6a {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6b7-c5f69b6a {
  grid-area: 1 / 2 / 2 / 6;
  align-self: end;
}

#w-node-e35bb77d-a8fb-ed8d-b60e-76fbf7643fea-c5f69b6a {
  grid-area: 1 / 8 / 2 / 12;
  align-self: end;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6c8-c5f69b6a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-e356b119-3154-c87b-66d8-1a83433c9e33-c5f69b6a {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-_9eb0d67b-dd1a-6a78-5d56-cb21d9b5251b-c5f69b6a {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_9eb0d67b-dd1a-6a78-5d56-cb21d9b5252d-c5f69b6a {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_9e1155c5-5915-b101-b7ad-5af5596eab25-c5f69b6a {
  grid-area: 1 / 2 / 2 / 9;
  align-self: end;
}

#w-node-_9e1155c5-5915-b101-b7ad-5af5596eab27-c5f69b6a {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_9e1155c5-5915-b101-b7ad-5af5596eab2b-c5f69b6a {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-_9e1155c5-5915-b101-b7ad-5af5596eab2d-c5f69b6a {
  grid-area: 3 / 8 / 4 / 12;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6dc-c5f69b6a {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_794d22e8-0346-61e3-7f5b-46399ae388cd-c5f69b6a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b725-c5f69b6a {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b735-c5f69b6a {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b737-c5f69b6a {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b74c-c5f69b6a {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b750-c5f69b6a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b752-c5f69b6a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b75a-c5f69b6a {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b762-c5f69b6a {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b769-c5f69b6a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b76c-c5f69b6a {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_32b915d2-f6e1-b222-f20b-334257a42599-c5f69b6a {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_32b915d2-f6e1-b222-f20b-334257a4259d-c5f69b6a {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_32b915d2-f6e1-b222-f20b-334257a4259f-c5f69b6a {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_32b915d2-f6e1-b222-f20b-334257a425a7-c5f69b6a {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_32b915d2-f6e1-b222-f20b-334257a425af-c5f69b6a {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_32b915d2-f6e1-b222-f20b-334257a425b6-c5f69b6a {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_32b915d2-f6e1-b222-f20b-334257a425bb-c5f69b6a {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5c98-c5f69b6f {
  grid-area: 2 / 1 / 4 / 13;
  place-self: stretch stretch;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5c9a-c5f69b6f {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5c9e-c5f69b6f {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cb3-c5f69b6f {
  grid-area: 1 / 2 / 3 / 7;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cb5-c5f69b6f {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cc2-c5f69b6f {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cc8-c5f69b6f {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d29-c5f69b6f {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d2e-c5f69b6f {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d36-c5f69b6f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d79-c5f69b6f {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d87-c5f69b6f {
  grid-area: 1 / 8 / 2 / 11;
  align-self: end;
}

#w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d8a-c5f69b6f {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4db-c5f69b6f {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4df-c5f69b6f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4e1-c5f69b6f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4e9-c5f69b6f {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4f1-c5f69b6f {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4f8-c5f69b6f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4fd-c5f69b6f {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_886631df-76a7-1661-199e-5c2a22e2962d-c5f69b6f {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_886631df-76a7-1661-199e-5c2a22e29631-c5f69b6f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_886631df-76a7-1661-199e-5c2a22e29633-c5f69b6f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_886631df-76a7-1661-199e-5c2a22e2963b-c5f69b6f {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_886631df-76a7-1661-199e-5c2a22e29643-c5f69b6f {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_886631df-76a7-1661-199e-5c2a22e2964a-c5f69b6f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_886631df-76a7-1661-199e-5c2a22e2964f-c5f69b6f {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a60-c5f69b7b {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a66-c5f69b7b {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a6b-c5f69b7b {
  grid-area: 3 / 2 / 4 / 8;
  justify-self: start;
}

#w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a6e-c5f69b7b {
  grid-area: 1 / 7 / 4 / 12;
}

#w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a7a-c5f69b7b {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-d4127492-5a78-b46e-2c67-4f134adc7bbc-c5f69b7b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-eeca76d8-a26c-faf8-d391-f781a998ee7c-c5f69b7b {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-eeca76d8-a26c-faf8-d391-f781a998ee80-c5f69b7b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-eeca76d8-a26c-faf8-d391-f781a998ee82-c5f69b7b {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-eeca76d8-a26c-faf8-d391-f781a998ee8a-c5f69b7b {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-eeca76d8-a26c-faf8-d391-f781a998ee92-c5f69b7b {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-eeca76d8-a26c-faf8-d391-f781a998ee99-c5f69b7b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-eeca76d8-a26c-faf8-d391-f781a998ee9e-c5f69b7b {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f272-c5f69b7b {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f276-c5f69b7b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f278-c5f69b7b {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f280-c5f69b7b {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f288-c5f69b7b {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f28f-c5f69b7b {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f294-c5f69b7b {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7a0-c5f69b7d {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7cc-c5f69b7d {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7d9-c5f69b7d {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f1-c5f69b7d {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b859-c5f69b7d {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b871-c5f69b7d {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f5-c5f69b7d {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f6-c5f69b7d {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f7-c5f69b7d {
  grid-area: 1 / 2 / 2 / 6;
  align-self: end;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b810-c5f69b7d {
  grid-area: 1 / 8 / 2 / 12;
  align-self: end;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b829-c5f69b7d {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b840-c5f69b7d {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-_2dc1672a-d63b-6815-b6cc-69439dd2386b-c5f69b7d {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b8d8-c5f69b7d {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-d638068f-5984-cc17-b330-3097d4da4ff2-c5f69b7d {
  grid-area: 1 / 2 / 2 / 6;
  align-self: start;
}

#w-node-d36037b0-38b8-3411-4f8e-1f8e2e1f1890-c5f69b7d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d8930329-b725-5500-9f5f-8d393f66c3f0-c5f69b7d {
  grid-area: 1 / 2 / 2 / 5;
  align-self: center;
}

#w-node-d638068f-5984-cc17-b330-3097d4da4ffb-c5f69b7d {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93ae-c5f69b7d {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93b2-c5f69b7d {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93b4-c5f69b7d {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93bc-c5f69b7d {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93c4-c5f69b7d {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93cb-c5f69b7d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93d0-c5f69b7d {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d17-c5f69b7d {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d1b-c5f69b7d {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d1d-c5f69b7d {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d25-c5f69b7d {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d2d-c5f69b7d {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d34-c5f69b7d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d39-c5f69b7d {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664707-c5f69b7e {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c766470d-c5f69b7e {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664715-c5f69b7e {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664721-c5f69b7e {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664722-c5f69b7e {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c766472a-c5f69b7e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12be98-c5f69b7e {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12be9c-c5f69b7e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12be9e-c5f69b7e {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12bea6-c5f69b7e {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12beae-c5f69b7e {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12beb5-c5f69b7e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12beba-c5f69b7e {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-bb0abdb6-a775-713a-b1a3-2c803903c85d-c5f69b7e {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-bb0abdb6-a775-713a-b1a3-2c803903c861-c5f69b7e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-bb0abdb6-a775-713a-b1a3-2c803903c863-c5f69b7e {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-bb0abdb6-a775-713a-b1a3-2c803903c86b-c5f69b7e {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-bb0abdb6-a775-713a-b1a3-2c803903c873-c5f69b7e {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-bb0abdb6-a775-713a-b1a3-2c803903c87a-c5f69b7e {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-bb0abdb6-a775-713a-b1a3-2c803903c87f-c5f69b7e {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_84f960d9-b6a0-3653-30a6-db3467bd001e-c5f69b7f {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_84f960d9-b6a0-3653-30a6-db3467bd002c-c5f69b7f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_84f960d9-b6a0-3653-30a6-db3467bd0033-c5f69b7f {
  grid-area: 3 / 2 / 4 / 8;
  justify-self: start;
}

#w-node-_4ee46630-a2ed-3abd-588f-e09bba821631-c5f69b7f {
  grid-area: 1 / 7 / 4 / 12;
}

#w-node-_84f960d9-b6a0-3653-30a6-db3467bd00d2-c5f69b7f {
  grid-area: 1 / 2 / 2 / 6;
  align-self: start;
}

#w-node-_84f960d9-b6a0-3653-30a6-db3467bd00e1-c5f69b7f {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_3739a0ba-7434-ef8e-11fc-689af4a909e1-c5f69b7f {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_3739a0ba-7434-ef8e-11fc-689af4a909e9-c5f69b7f {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-_3739a0ba-7434-ef8e-11fc-689af4a909f1-c5f69b7f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d2fa0e2e-4b1c-af18-5ecb-88e975189286-c5f69b7f {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-d2fa0e2e-4b1c-af18-5ecb-88e97518928a-c5f69b7f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d2fa0e2e-4b1c-af18-5ecb-88e97518928c-c5f69b7f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-d2fa0e2e-4b1c-af18-5ecb-88e975189294-c5f69b7f {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-d2fa0e2e-4b1c-af18-5ecb-88e97518929c-c5f69b7f {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-d2fa0e2e-4b1c-af18-5ecb-88e9751892a3-c5f69b7f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-d2fa0e2e-4b1c-af18-5ecb-88e9751892a8-c5f69b7f {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039e4-c5f69b7f {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039e8-c5f69b7f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039ea-c5f69b7f {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039f2-c5f69b7f {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039fa-c5f69b7f {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_9070cb18-7b0e-ddc1-5c70-499a92b03a01-c5f69b7f {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_9070cb18-7b0e-ddc1-5c70-499a92b03a06-c5f69b7f {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69b81 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69b81 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-c5f69b81 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-c5f69b81 {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b81 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_6e00b078-32c6-cfd1-2e95-3f9592a3471a-c5f69b81 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_6373fa6f-719f-eded-6ab5-62882072f0ae-c5f69b81 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-_4fdd1f12-d8da-ae9a-5f38-d78462886193-c5f69b81 {
  grid-area: 3 / 8 / 4 / 12;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-c5f69b81 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69b81 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b81 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69b81 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b81 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-c5f69b81 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-c5f69b81 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69b81 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69b81 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-c5f69b81 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-c5f69b81 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-c5f69b81 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d788459-c5f69b83 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_37f13dbe-b11c-a924-b5dc-207cf1c87701-c5f69b83 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-_37f13dbe-b11c-a924-b5dc-207cf1c87703-c5f69b83 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d78845d-c5f69b83 {
  grid-area: 1 / 2 / 2 / 6;
  justify-self: start;
}

#w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d78845f-c5f69b83, #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d788462-c5f69b83 {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d788488-c5f69b83 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d78848a-c5f69b83 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center start;
}

#w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d78849e-c5f69b83 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884a3-c5f69b83 {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884c9-c5f69b83 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884ce-c5f69b83 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b83 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69b83 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69b83 {
  grid-area: 3 / 2 / 4 / 8;
}

#w-node-_9f2f3424-3c4d-85de-0e32-940dbe818653-c5f69b83 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_95126ebf-c08f-44fa-1a22-d6924088144e-c5f69b83 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: end;
}

#w-node-bb6df05e-c971-12ec-b6bb-2521e7fc0367-c5f69b83 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-cc8dafba-150c-95fd-93c8-407b382d95ab-c5f69b83 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d5fa2f6e-da88-19ac-4112-279ddb33263d-c5f69b83 {
  align-self: stretch;
}

#w-node-ba1641b8-7aff-245f-8cf8-036aefb81ccc-c5f69b83 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: start;
}

#w-node-_67ab5b50-1e99-69dd-73fd-ddec49091bac-c5f69b83 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: end;
}

#w-node-_8b0ef579-d2ba-f485-c717-883eda439fd4-c5f69b83 {
  order: 0;
  grid-area: 1 / 2 / 3 / 7;
  align-self: stretch;
}

#w-node-_8b0ef579-d2ba-f485-c717-883eda439fdc-c5f69b83 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_8b0ef579-d2ba-f485-c717-883eda439fec-c5f69b83 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: start;
}

#w-node-c07976b0-deca-49b0-7a22-6d09bee4bc35-c5f69b83 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-c07976b0-deca-49b0-7a22-6d09bee4bc3d-c5f69b83 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-c07976b0-deca-49b0-7a22-6d09bee4bc45-c5f69b83 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_99c7219c-1543-34ee-036f-fcefc3e20d88-c5f69b83 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_99c7219c-1543-34ee-036f-fcefc3e20d93-c5f69b83 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-_99c7219c-1543-34ee-036f-fcefc3e20d9b-c5f69b83 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69b83 {
  grid-area: 1 / 7 / 2 / 12;
  align-self: end;
}

#w-node-_7b04199e-a02e-80ae-bff2-f05e1c1ded79-c5f69b83 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69b83 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69b83 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69b83 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69b83 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69b83 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69b83 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69b83 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_54e43481-893d-362a-d66f-e2e140fb49b5-c5f69b85 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_54e43481-893d-362a-d66f-e2e140fb49b9-c5f69b85 {
  grid-area: 1 / 2 / 2 / 6;
  justify-self: start;
}

#w-node-_54e43481-893d-362a-d66f-e2e140fb49bb-c5f69b85, #w-node-_54e43481-893d-362a-d66f-e2e140fb49be-c5f69b85 {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_54e43481-893d-362a-d66f-e2e140fb49e4-c5f69b85 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_54e43481-893d-362a-d66f-e2e140fb49e6-c5f69b85 {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center start;
}

#w-node-_54e43481-893d-362a-d66f-e2e140fb49fa-c5f69b85 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_54e43481-893d-362a-d66f-e2e140fb49ff-c5f69b85 {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_54e43481-893d-362a-d66f-e2e140fb4a25-c5f69b85 {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_54e43481-893d-362a-d66f-e2e140fb4a2a-c5f69b85 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69b85 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69b85 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-b57894fc-dc6c-5481-8f37-5f2a24393d33-c5f69b85 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-b57894fc-dc6c-5481-8f37-5f2a24393d35-c5f69b85 {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b85 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_809b7577-7bce-239d-afd3-3b35d0ef1691-c5f69b85 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_809b7577-7bce-239d-afd3-3b35d0ef1693-c5f69b85 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b85 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69b85 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b85 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-c5f69b85 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-c5f69b85 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69b85 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69b85 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-c5f69b85 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-c5f69b85 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-c5f69b85 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b86 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69b86 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b86 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69b86 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b86 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-a7322934-4d87-b3b0-6362-229a676c845d-c5f69b86 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-a7322934-4d87-b3b0-6362-229a676c8461-c5f69b86 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-a7322934-4d87-b3b0-6362-229a676c8463-c5f69b86 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-a7322934-4d87-b3b0-6362-229a676c846b-c5f69b86 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-a7322934-4d87-b3b0-6362-229a676c8473-c5f69b86 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-a7322934-4d87-b3b0-6362-229a676c847a-c5f69b86 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a7322934-4d87-b3b0-6362-229a676c847f-c5f69b86 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69b87 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69b87 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-b57894fc-dc6c-5481-8f37-5f2a24393d33-c5f69b87 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-b57894fc-dc6c-5481-8f37-5f2a24393d35-c5f69b87 {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b87 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_809b7577-7bce-239d-afd3-3b35d0ef1691-c5f69b87 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_809b7577-7bce-239d-afd3-3b35d0ef1693-c5f69b87 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: end;
}

#w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b87 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69b87 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b87 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-c5f69b87 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-c5f69b87 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69b87 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69b87 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-c5f69b87 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-c5f69b87 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-c5f69b87 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-ed95a42a-91c0-8827-f232-3d51f4c3be21-c5f69b89 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_02561fe9-a8ba-1d6d-8507-23c64a1a182d-c5f69b89 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_06ad1ce4-7d65-a6fe-385d-d59e2af24fc6-c5f69b89 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_06ad1ce4-7d65-a6fe-385d-d59e2af24fc9-c5f69b89 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_06ad1ce4-7d65-a6fe-385d-d59e2af24fcd-c5f69b89 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f3d9f20f-8e71-6100-b3d9-4f4d5a1ab630-c5f69b89 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c3f24c03-2027-2d8a-4787-24aa0fbd3781-c5f69b89 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_06ad1ce4-7d65-a6fe-385d-d59e2af24fd1-c5f69b89 {
  grid-area: 3 / 1 / 4 / 5;
  justify-self: end;
}

#w-node-_27065e69-856f-b665-1686-02a43b448d6b-c5f69b89 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_27065e69-856f-b665-1686-02a43b448d6e-c5f69b89 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_27065e69-856f-b665-1686-02a43b448d72-c5f69b89 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_27065e69-856f-b665-1686-02a43b448d76-c5f69b89 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_27065e69-856f-b665-1686-02a43b448d7a-c5f69b89 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_6b654e80-3546-314c-e453-d5941796dd75-c5f69b89 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-eb9e6a2e-0adc-19c5-cc97-7ef97c5f86e1-c5f69b89 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_27065e69-856f-b665-1686-02a43b448d7e-c5f69b89 {
  grid-area: 4 / 1 / 5 / 5;
  justify-self: end;
}

#w-node-_47d55c19-fb9a-63ad-04d6-996007615560-c5f69b89 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_06c5f705-70fb-6bcb-eeb6-47b4cc6c63b4-c5f69b89 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_47d55c19-fb9a-63ad-04d6-996007615567-c5f69b89 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_47d55c19-fb9a-63ad-04d6-99600761556b-c5f69b89 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_47d55c19-fb9a-63ad-04d6-99600761556f-c5f69b89 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_47d55c19-fb9a-63ad-04d6-996007615573-c5f69b89 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_47d55c19-fb9a-63ad-04d6-996007615577-c5f69b89 {
  grid-area: 4 / 1 / 5 / 5;
  justify-self: end;
}

#w-node-e585e16b-ab1b-f963-cac6-b186ee2505ef-c5f69b89 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69ba7 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69ba7 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69ba7 {
  grid-area: 3 / 2 / 4 / 8;
  justify-self: start;
}

#w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b5-c5f69ba7 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b7-c5f69ba7 {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69ba7 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d795-c5f69ba7 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69ba7 {
  grid-area: 3 / 3 / 4 / 9;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69ba7 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: end center;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d808c-c5f69ba7 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69ba7 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_80388375-0374-b8f1-7935-427d56d7bfca-c5f69ba7 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_5016fbd6-7560-71e9-f501-865b0330f74d-c5f69ba7 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_176848cb-a8e6-8e03-dcc7-4ef7fd848429-c5f69ba7 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69ba7 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-ade90c15-0541-5f0a-9dbb-6c4505d22320-c5f69ba7 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-e08197ab-ca50-6d98-702e-532aff675f26-c5f69ba7 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-e08197ab-ca50-6d98-702e-532aff675f2a-c5f69ba7 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e08197ab-ca50-6d98-702e-532aff675f2c-c5f69ba7 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-e08197ab-ca50-6d98-702e-532aff675f34-c5f69ba7 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-e08197ab-ca50-6d98-702e-532aff675f3c-c5f69ba7 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-e08197ab-ca50-6d98-702e-532aff675f43-c5f69ba7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e08197ab-ca50-6d98-702e-532aff675f48-c5f69ba7 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69ba8 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69ba8, #w-node-_4820cb2e-acd6-0d53-5da6-520530f1a7d3-c5f69ba8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-a4deef49-f668-744b-8c2a-63bfb01f3a6e-c5f69ba8 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69ba8 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69ba8 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69ba8 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69ba8 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69ba8 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69ba8 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69ba8 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69ba8 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69ba8 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69ba8 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad9098747-d909872e {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad909874d-d909872e {
  grid-area: 2 / 4 / 3 / 10;
  justify-self: center;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad9098752-d909872e {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad9098755-d909872e {
  grid-area: 2 / 4 / 3 / 10;
  justify-self: center;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad909875a-d909872e {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad9098773-d909872e {
  grid-area: 4 / 3 / 5 / 11;
  justify-self: center;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad9098776-d909872e {
  grid-area: 5 / 3 / 6 / 11;
  justify-self: center;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad909877d-d909872e {
  grid-area: 6 / 1 / 7 / 13;
  justify-self: center;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad9098781-d909872e {
  grid-area: 7 / 5 / 8 / 9;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad9098794-d909872e {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad9098798-d909872e {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad90987a6-d909872e {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-eb233c90-7f23-ac5a-8455-ac8ad90987ae-d909872e {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_25818945-8869-61f6-9ec7-7609ce7be34e-c5f69bbb {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-c9e7a4e9-7bc4-147a-749c-594e37354373-c5f69bbb {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center end;
}

#w-node-c9e7a4e9-7bc4-147a-749c-594e37354375-c5f69bbb {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_25818945-8869-61f6-9ec7-7609ce7be352-c5f69bbb {
  grid-area: 1 / 2 / 2 / 6;
  justify-self: start;
}

#w-node-_25818945-8869-61f6-9ec7-7609ce7be354-c5f69bbb {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_25818945-8869-61f6-9ec7-7609ce7be3e7-c5f69bbb {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_25818945-8869-61f6-9ec7-7609ce7be3e9-c5f69bbb {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center start;
}

#w-node-_25818945-8869-61f6-9ec7-7609ce7be3fd-c5f69bbb {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_25818945-8869-61f6-9ec7-7609ce7be402-c5f69bbb {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_25818945-8869-61f6-9ec7-7609ce7be491-c5f69bbb {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_25818945-8869-61f6-9ec7-7609ce7be496-c5f69bbb {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bbb {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69bbb {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69bbb {
  grid-area: 3 / 2 / 4 / 8;
}

#w-node-_9f2f3424-3c4d-85de-0e32-940dbe818653-c5f69bbb {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_95126ebf-c08f-44fa-1a22-d6924088144e-c5f69bbb {
  grid-area: 1 / 2 / 2 / 7;
  align-self: end;
}

#w-node-bb6df05e-c971-12ec-b6bb-2521e7fc0367-c5f69bbb {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-cc8dafba-150c-95fd-93c8-407b382d95ab-c5f69bbb {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-d5fa2f6e-da88-19ac-4112-279ddb33263d-c5f69bbb {
  align-self: stretch;
}

#w-node-ba1641b8-7aff-245f-8cf8-036aefb81ccc-c5f69bbb {
  grid-area: 1 / 2 / 2 / 8;
  align-self: start;
}

#w-node-_67ab5b50-1e99-69dd-73fd-ddec49091bac-c5f69bbb {
  grid-area: 1 / 8 / 2 / 12;
  align-self: end;
}

#w-node-_657092fe-7b35-da13-bf63-e6e9b81a376c-c5f69bbb {
  order: 0;
  grid-area: 1 / 2 / 3 / 7;
  align-self: stretch;
}

#w-node-_657092fe-7b35-da13-bf63-e6e9b81a3774-c5f69bbb {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_657092fe-7b35-da13-bf63-e6e9b81a3784-c5f69bbb {
  grid-area: 2 / 8 / 3 / 12;
  align-self: start;
}

#w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7ba-c5f69bbb {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7bc-c5f69bbb {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7c6-c5f69bbb {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_99c7219c-1543-34ee-036f-fcefc3e20d88-c5f69bbb {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_99c7219c-1543-34ee-036f-fcefc3e20d93-c5f69bbb {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-_99c7219c-1543-34ee-036f-fcefc3e20d9b-c5f69bbb {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69bbb {
  grid-area: 1 / 7 / 2 / 12;
  align-self: end;
}

#w-node-_7b04199e-a02e-80ae-bff2-f05e1c1ded79-c5f69bbb {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69bbb {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69bbb {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69bbb {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69bbb {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69bbb {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69bbb {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69bbb {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bbc {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69bbc {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69bbc {
  grid-area: 3 / 2 / 4 / 8;
  justify-self: start;
}

#w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c7-c5f69bbc {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c9-c5f69bbc {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69bbc {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d795-c5f69bbc {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69bbc {
  grid-area: 3 / 3 / 4 / 9;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69bbc {
  grid-area: 1 / 2 / 2 / 12;
  place-self: end start;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d808c-c5f69bbc {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69bbc {
  grid-area: 3 / 2 / 4 / 12;
}

#w-node-_9cb19bf8-6c73-0398-502a-c05bc9b6f462-c5f69bbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69bbc {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69bbc {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69bbc {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_959d06fe-35ca-355e-3465-05ae679c0e30-c5f69bbc {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-f8d62309-1645-4500-e6a8-18a4ed9a0c06-c5f69bbc {
  grid-area: 1 / 2 / 2 / 12;
  place-self: auto;
}

#w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b44-c5f69bbc {
  grid-area: 1 / 7 / 2 / 12;
  align-self: end;
}

#w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b54-c5f69bbc {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69bbc {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69bbc {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69bbc {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69bbc {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69bbc {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69bbc {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69bbc {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bbd {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69bbd, #w-node-_4820cb2e-acd6-0d53-5da6-520530f1a7d3-c5f69bbd {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-a4deef49-f668-744b-8c2a-63bfb01f3a6e-c5f69bbd {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69bbd {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69bbd {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69bbd {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_1cae3437-3306-81ce-795e-5a32452840d5-c5f69bbd {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_1cae3437-3306-81ce-795e-5a32452840d9-c5f69bbd {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1cae3437-3306-81ce-795e-5a32452840db-c5f69bbd {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_1cae3437-3306-81ce-795e-5a32452840e3-c5f69bbd {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_1cae3437-3306-81ce-795e-5a32452840eb-c5f69bbd {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_1cae3437-3306-81ce-795e-5a32452840f2-c5f69bbd {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_1cae3437-3306-81ce-795e-5a32452840f7-c5f69bbd {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_00354f41-153d-800e-f9e8-c46da210f9ba-c5f69bbe {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_00354f41-153d-800e-f9e8-c46da210f9be-c5f69bbe {
  grid-area: 1 / 2 / 2 / 6;
  justify-self: start;
}

#w-node-_00354f41-153d-800e-f9e8-c46da210f9c0-c5f69bbe {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_00354f41-153d-800e-f9e8-c46da210f9e9-c5f69bbe {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_00354f41-153d-800e-f9e8-c46da210f9eb-c5f69bbe {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center start;
}

#w-node-_00354f41-153d-800e-f9e8-c46da210f9ff-c5f69bbe {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_00354f41-153d-800e-f9e8-c46da210fa2a-c5f69bbe {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_00354f41-153d-800e-f9e8-c46da210fa2f-c5f69bbe {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_669b9614-f793-7f34-11ce-eaf581c462eb-c5f69bbe {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_669b9614-f793-7f34-11ce-eaf581c462ef-c5f69bbe {
  grid-area: 1 / 2 / 2 / 6;
  justify-self: start;
}

#w-node-_669b9614-f793-7f34-11ce-eaf581c462f1-c5f69bbe, #w-node-_669b9614-f793-7f34-11ce-eaf581c462f4-c5f69bbe {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_669b9614-f793-7f34-11ce-eaf581c4631a-c5f69bbe {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_669b9614-f793-7f34-11ce-eaf581c4631c-c5f69bbe {
  grid-area: 1 / 12 / 2 / 13;
  place-self: center start;
}

#w-node-_669b9614-f793-7f34-11ce-eaf581c46320-c5f69bbe {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_669b9614-f793-7f34-11ce-eaf581c46325-c5f69bbe {
  grid-area: 1 / 4 / 2 / 12;
  place-self: center end;
}

#w-node-_669b9614-f793-7f34-11ce-eaf581c4634b-c5f69bbe {
  grid-area: 1 / 11 / 2 / 12;
}

#w-node-_669b9614-f793-7f34-11ce-eaf581c46350-c5f69bbe {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_266f4ccb-cc27-4b44-bec2-c2e4aeb91052-c5f69bbe {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928e7-c5f69bbe {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928eb-c5f69bbe {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928ed-c5f69bbe {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928f5-c5f69bbe {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928fd-c5f69bbe {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_724ee2ea-0f9a-9192-f590-cbd34ed92904-c5f69bbe {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_724ee2ea-0f9a-9192-f590-cbd34ed92909-c5f69bbe {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-a9bbbcaf-9fce-47be-4421-34a730aaab22-c5f69bbe {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-a9bbbcaf-9fce-47be-4421-34a730aaab26-c5f69bbe {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-a9bbbcaf-9fce-47be-4421-34a730aaab28-c5f69bbe {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-a9bbbcaf-9fce-47be-4421-34a730aaab30-c5f69bbe {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-a9bbbcaf-9fce-47be-4421-34a730aaab38-c5f69bbe {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-a9bbbcaf-9fce-47be-4421-34a730aaab3f-c5f69bbe {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a9bbbcaf-9fce-47be-4421-34a730aaab44-c5f69bbe {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69bbf {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69bbf {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-c5f69bbf {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-c5f69bbf {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69bbf {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_6e00b078-32c6-cfd1-2e95-3f9592a3471a-c5f69bbf {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_6373fa6f-719f-eded-6ab5-62882072f0ae-c5f69bbf {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-_4fdd1f12-d8da-ae9a-5f38-d78462886193-c5f69bbf {
  grid-area: 3 / 8 / 4 / 12;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-c5f69bbf {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69bbf {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bbf {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69bbf {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bbf {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_73d43eb0-7700-2bf3-d002-517f7c9768b5-c5f69bbf {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_73d43eb0-7700-2bf3-d002-517f7c9768b9-c5f69bbf {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_73d43eb0-7700-2bf3-d002-517f7c9768bb-c5f69bbf {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_73d43eb0-7700-2bf3-d002-517f7c9768c3-c5f69bbf {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_73d43eb0-7700-2bf3-d002-517f7c9768cb-c5f69bbf {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_73d43eb0-7700-2bf3-d002-517f7c9768d2-c5f69bbf {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_73d43eb0-7700-2bf3-d002-517f7c9768d7-c5f69bbf {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69bc0 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69bc0 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a7-c5f69bc0 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a9-c5f69bc0 {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2943-c5f69bc0 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2945-c5f69bc0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2949-c5f69bc0 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-_92168e85-d930-e73d-ae66-fe3dcd5e294b-c5f69bc0 {
  grid-area: 3 / 8 / 4 / 12;
}

#w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2953-c5f69bc0 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2955-c5f69bc0 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2959-c5f69bc0 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-_92168e85-d930-e73d-ae66-fe3dcd5e295b-c5f69bc0 {
  grid-area: 3 / 8 / 4 / 12;
}

#w-node-_4622c261-cb9e-6180-644f-c28429fc170e-c5f69bc0 {
  grid-area: 1 / 1 / 3 / 5;
  align-self: auto;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69bc0 {
  grid-area: 2 / 5 / 3 / 13;
  align-self: end;
}

#w-node-acc43386-5577-f6dd-e584-6f418dd93f0c-c5f69bc0 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bc0 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69bc0 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bc0 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-c5f69bc0 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-c5f69bc0 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69bc0 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69bc0 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-c5f69bc0 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-c5f69bc0 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-c5f69bc0 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69bc1 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69bc1 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a7-c5f69bc1 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a9-c5f69bc1 {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-a187e2f9-7142-0502-b15e-0dd155a3a39a-c5f69bc1 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-a187e2f9-7142-0502-b15e-0dd155a3a3a1-c5f69bc1 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-a187e2f9-7142-0502-b15e-0dd155a3a3a5-c5f69bc1 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-a187e2f9-7142-0502-b15e-0dd155a3a3a9-c5f69bc1 {
  grid-area: 3 / 8 / 4 / 12;
}

#w-node-_3c31c8da-df18-53c8-1367-10627a49c0e8-c5f69bc1 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_3c31c8da-df18-53c8-1367-10627a49c0ea-c5f69bc1 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_3c31c8da-df18-53c8-1367-10627a49c0ee-c5f69bc1 {
  grid-area: 3 / 3 / 4 / 7;
}

#w-node-_3c31c8da-df18-53c8-1367-10627a49c0f0-c5f69bc1 {
  grid-area: 3 / 8 / 4 / 12;
}

#w-node-_4622c261-cb9e-6180-644f-c28429fc170e-c5f69bc1 {
  grid-area: 1 / 1 / 3 / 5;
  align-self: auto;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69bc1 {
  grid-area: 2 / 5 / 3 / 13;
  align-self: end;
}

#w-node-acc43386-5577-f6dd-e584-6f418dd93f0c-c5f69bc1 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bc1 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69bc1 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bc1 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e0a-c5f69bc1 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e0e-c5f69bc1 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e10-c5f69bc1 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e18-c5f69bc1 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e20-c5f69bc1 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e27-c5f69bc1 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e2c-c5f69bc1 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bc3 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69bc3 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69bc3 {
  grid-area: 3 / 2 / 4 / 8;
  justify-self: start;
}

#w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b5-c5f69bc3 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b7-c5f69bc3 {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69bc3 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d795-c5f69bc3 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69bc3 {
  grid-area: 3 / 3 / 4 / 9;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69bc3 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: end center;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d808c-c5f69bc3 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69bc3 {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_80388375-0374-b8f1-7935-427d56d7bfca-c5f69bc3 {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-_5016fbd6-7560-71e9-f501-865b0330f74d-c5f69bc3 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_176848cb-a8e6-8e03-dcc7-4ef7fd848429-c5f69bc3 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69bc3 {
  grid-area: 1 / 2 / 2 / 6;
  align-self: center;
}

#w-node-ade90c15-0541-5f0a-9dbb-6c4505d22320-c5f69bc3 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69bc3 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69bc3 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69bc3 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69bc3 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69bc3 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69bc3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69bc3 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_24d3e113-d000-5900-9700-c6db68d77f04-5bfc1ce7 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-dc084ec7-c18f-6b14-d9af-5a35cf649427-5bfc1ce7 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_620cb943-d7d6-2f44-f81b-b2dfb71dcf22-5bfc1ce7 {
  grid-area: 1 / 9 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_620cb943-d7d6-2f44-f81b-b2dfb71dcf24-5bfc1ce7 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_6ed31a42-8252-5656-36b9-2cfb5580a71b-5bfc1ce7 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_6ed31a42-8252-5656-36b9-2cfb5580a723-5bfc1ce7 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-d7ed8576-f6cd-c7a3-d55a-b713f551b021-5bfc1ce7 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: end;
}

#w-node-d7ed8576-f6cd-c7a3-d55a-b713f551b029-5bfc1ce7 {
  grid-area: 1 / 5 / 2 / 12;
  place-self: end;
}

#w-node-d7ed8576-f6cd-c7a3-d55a-b713f551b032-5bfc1ce7 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_7a77afe9-ef9f-78da-8ada-531c8cb3c2f4-5bfc1ce7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d161cd47-727a-4368-b1ff-4cbee7390776-5bfc1ce7 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-d161cd47-727a-4368-b1ff-4cbee7390784-5bfc1ce7 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-d161cd47-727a-4368-b1ff-4cbee739078d-5bfc1ce7 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b6a-5bfc1ce7 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b6f-5bfc1ce7 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end;
}

#w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b79-5bfc1ce7 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae1f9-5bfc1ce7 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae1fd-5bfc1ce7 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae1ff-5bfc1ce7 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae207-5bfc1ce7 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae20f-5bfc1ce7 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae216-5bfc1ce7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae21b-5bfc1ce7 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_97fa79e0-9f17-6345-4871-646024376655-5bfc1ce7 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_97fa79e0-9f17-6345-4871-646024376659-5bfc1ce7 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_97fa79e0-9f17-6345-4871-64602437665b-5bfc1ce7 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_97fa79e0-9f17-6345-4871-646024376663-5bfc1ce7 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_97fa79e0-9f17-6345-4871-64602437666b-5bfc1ce7 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_97fa79e0-9f17-6345-4871-646024376672-5bfc1ce7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_97fa79e0-9f17-6345-4871-646024376677-5bfc1ce7 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_671f9c141466ca10be4e07dd00000000000b-be4e07da {
  grid-area: 1 / 8 / 2 / 12;
  place-self: center stretch;
}

#w-node-_540244e9-9a2c-7ed7-1cc5-9ba132670557-be4e07da {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecac-be4e07da {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecb5-be4e07da {
  grid-area: 2 / 2 / 3 / 7;
  align-self: end;
}

#w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecb9-be4e07da {
  grid-area: 1 / 7 / 3 / 11;
  align-self: start;
}

#w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecc7-be4e07da {
  grid-area: 2 / 11 / 3 / 12;
  place-self: end;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-95ce277d {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-95ce277d {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-95ce277d {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-95ce277d {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c720a-95ce277d {
  order: 0;
  grid-area: 1 / 2 / 3 / 7;
  align-self: stretch;
}

#w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c7199-95ce277d {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-f6b39a6e-36ed-3988-08f7-36f4a8b28487-95ce277d {
  grid-area: 2 / 8 / 3 / 12;
  align-self: start;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-95ce277d {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-ed2e02ad-f4ce-0506-730a-5b5dd1a60224-95ce277d {
  grid-area: 1 / 7 / 2 / 12;
  place-self: end;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-95ce277d {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-95ce277d {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-95ce277d {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-95ce277d {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-95ce277d {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-95ce277d {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-95ce277d {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-95ce277d {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-95ce277d {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-95ce277d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-95ce277d {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_248be89a-aeb3-8218-9cad-29d6b6a2320f-2ab18b94 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: stretch stretch;
}

#w-node-_248be89a-aeb3-8218-9cad-29d6b6a23215-2ab18b94 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_5c100de3-b9a1-5e51-fb39-edda7bb30e1f-2ab18b94 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_248be89a-aeb3-8218-9cad-29d6b6a23286-2ab18b94 {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-_3f245f9e-1d96-7b3d-fda7-8b778bdc6edd-2ab18b94 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_14dfde72-708f-16a0-2fc4-3ab765b1ccc3-2ab18b94, #w-node-e25b3f41-6933-c879-7d3a-59dffe491cae-2ab18b94 {
  grid-area: 1 / 3 / 2 / 9;
}

#w-node-_10c63ce0-b1ad-c654-2c8c-ac811b5d789f-2ab18b94 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_2cbaaf59-13da-66c4-bea0-bedafdda8fd2-2ab18b94 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-_69f4d5d1-f32d-0dd0-561c-15d012f419b9-2ab18b94 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_6814106a-bd67-f46c-875f-c562d3bbd552-2ab18b94 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-fdc45568-6496-c789-f93e-53b6032923d4-2ab18b94 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535ea4-2ab18b94 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535e98-2ab18b94 {
  order: 0;
  grid-area: 2 / 3 / 3 / 7;
  align-self: start;
}

#w-node-_68302a9d-385d-91e8-64fc-bf7ded4edb18-2ab18b94 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_3a1b7c95-b42b-8244-2b28-9dedfdc04025-2ab18b94 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d52ec01-cc74-c03a-da18-dd79bfe37e53-2ab18b94 {
  order: 0;
  grid-area: 2 / 7 / 4 / 8;
  place-self: stretch center;
}

#w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535eb4-2ab18b94 {
  grid-area: 2 / 8 / 4 / 11;
  align-self: start;
}

#w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535ec2-2ab18b94 {
  grid-area: 1 / 3 / 2 / 12;
  align-self: end;
}

#w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535eca-2ab18b94 {
  grid-area: 1 / 7 / 2 / 11;
  place-self: end;
}

#w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535efb-2ab18b94, #w-node-_8da5e6dd-e709-fd3b-d0bd-9ea3eede0250-2ab18b94 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_21c3807a-ed78-2384-8488-dd482e0f165d-2ab18b94 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_21c3807a-ed78-2384-8488-dd482e0f1661-2ab18b94 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_21c3807a-ed78-2384-8488-dd482e0f1663-2ab18b94 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_21c3807a-ed78-2384-8488-dd482e0f166b-2ab18b94 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_21c3807a-ed78-2384-8488-dd482e0f1673-2ab18b94 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_21c3807a-ed78-2384-8488-dd482e0f167a-2ab18b94 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_21c3807a-ed78-2384-8488-dd482e0f167f-2ab18b94 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-_69aa3437-63a0-5d83-e202-06b924b55c10-2ab18b94 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_69aa3437-63a0-5d83-e202-06b924b55c14-2ab18b94 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_69aa3437-63a0-5d83-e202-06b924b55c16-2ab18b94 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_69aa3437-63a0-5d83-e202-06b924b55c1e-2ab18b94 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_69aa3437-63a0-5d83-e202-06b924b55c26-2ab18b94 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_69aa3437-63a0-5d83-e202-06b924b55c2d-2ab18b94 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_69aa3437-63a0-5d83-e202-06b924b55c32-2ab18b94 {
  grid-area: 1 / 4 / 2 / 12;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-1686b626 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-1686b626 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-1686b626 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-1686b626 {
  grid-area: 1 / 6 / 2 / 12;
  place-self: stretch stretch;
}

#w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c720a-1686b626 {
  order: 0;
  grid-area: 1 / 2 / 3 / 7;
  align-self: stretch;
}

#w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c7199-1686b626 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-f6b39a6e-36ed-3988-08f7-36f4a8b28487-1686b626 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: start;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-1686b626 {
  grid-area: 1 / 2 / 2 / 8;
  align-self: end;
}

#w-node-ed2e02ad-f4ce-0506-730a-5b5dd1a60224-1686b626 {
  grid-area: 1 / 7 / 2 / 12;
  place-self: end;
}

#w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-1686b626 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-1686b626 {
  grid-area: 1 / 2 / 3 / 8;
  align-self: center;
}

#w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-1686b626 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-1686b626 {
  grid-area: 2 / 8 / 3 / 12;
  align-self: stretch;
}

#w-node-_6f9cbeb0-070e-3342-c309-7e897f579436-1686b626 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_6f9cbeb0-070e-3342-c309-7e897f57943a-1686b626 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_6f9cbeb0-070e-3342-c309-7e897f57943c-1686b626 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_6f9cbeb0-070e-3342-c309-7e897f579444-1686b626 {
  grid-area: 2 / 6 / 3 / 9;
}

#w-node-_6f9cbeb0-070e-3342-c309-7e897f57944c-1686b626 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-_6f9cbeb0-070e-3342-c309-7e897f579453-1686b626 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_6f9cbeb0-070e-3342-c309-7e897f579458-1686b626 {
  grid-area: 1 / 4 / 2 / 12;
}

@media screen and (max-width: 991px) {
  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69b5d {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69b5d {
    grid-area: 3 / 3 / 4 / 10;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69b5d {
    grid-area: 1 / 5 / 2 / 12;
    place-self: end center;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69b5d {
    grid-area: 4 / 1 / 5 / 10;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b5d {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b5d {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b44-c5f69b5d {
    grid-area: 1 / 7 / 2 / 13;
    align-self: end;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b54-c5f69b5d {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b129-6e51b0f0 {
    place-self: center;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b137-6e51b0f0 {
    grid-area: 1 / 2 / 2 / 10;
    justify-self: start;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b139-6e51b0f0 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b169-6e51b0f0 {
    grid-column: 10 / 11;
    place-self: center;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b16e-6e51b0f0 {
    grid-area: 1 / 11 / 2 / 13;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69b5e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b5e {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b5e {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034a1-7e903468 {
    place-self: center;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034b7-7e903468 {
    grid-area: 1 / 2 / 2 / 10;
    justify-self: start;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034b9-7e903468 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034bc-7e903468 {
    place-self: auto start;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034e9-7e903468 {
    grid-column: 10 / 11;
    place-self: center;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034ee-7e903468 {
    grid-area: 1 / 11 / 2 / 13;
  }

  #w-node-d8268a8b-ad10-2eed-64fc-77298e614068-c5f69b63 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_886a2aeb-dde1-e212-8105-9518db8e6085-c5f69b63 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-b9f43379-3468-2946-d3cf-b138c6d7cf19-c5f69b63 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d8268a8b-ad10-2eed-64fc-77298e614068-c5f69b64 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_886a2aeb-dde1-e212-8105-9518db8e6085-c5f69b64 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-b9f43379-3468-2946-d3cf-b138c6d7cf19-c5f69b64 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_24ff050f-ea00-1bdc-50e1-b2dc19676bc0-c5f69b65, #w-node-_1f8f4512-c95d-914f-25aa-4f195f65801c-c5f69b66 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_35ea5471-b408-5f29-51c6-50a9729f3db4-c5f69b66 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-e958ac3f-86aa-12d4-5b13-251df6993226-c5f69b66 {
    grid-area: 1 / 1 / 4 / 4;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fc6-c5f69b66 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_271f3428-216e-3ebf-f630-3d9780adcc73-c5f69b66 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-_271f3428-216e-3ebf-f630-3d9780adcc7b-c5f69b66 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-dc6909e0-b6eb-8a40-28f5-fd86a794155a-c5f69b67 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_59edcd86-a4e9-5026-1a6b-cbc64c758ee8-c5f69b67 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_16a957da-27ba-70c9-0ae8-4e6484184460-c5f69b67 {
    grid-area: 1 / 8 / 2 / 12;
    justify-self: end;
  }

  #w-node-_915b25c8-ff6a-326c-3a72-ef34cfcdf5f2-c5f69b67 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_74229b0c-9dae-69b9-7edc-aae169586710-c5f69b67 {
    grid-area: 1 / 6 / 2 / 13;
  }

  #w-node-_44ba3f45-93e1-a3de-1dc4-ca987faade6c-c5f69b67 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_44ba3f45-93e1-a3de-1dc4-ca987faade73-c5f69b67 {
    grid-area: 1 / 6 / 2 / 13;
  }

  #w-node-_59edcd86-a4e9-5026-1a6b-cbc64c758f62-c5f69b67 {
    grid-area: 1 / 2 / 2 / 9;
    align-self: end;
  }

  #w-node-_59edcd86-a4e9-5026-1a6b-cbc64c758f71-c5f69b67 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_382850e1-7d02-2089-2846-2bd5c05c26bd-c5f69b6a {
    grid-area: 1 / 5 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6b7-c5f69b6a {
    grid-area: 1 / 1 / 2 / 7;
    align-self: end;
  }

  #w-node-e35bb77d-a8fb-ed8d-b60e-76fbf7643fea-c5f69b6a {
    grid-area: 1 / 7 / 2 / 13;
    align-self: end;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6c8-c5f69b6a {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-e356b119-3154-c87b-66d8-1a83433c9e33-c5f69b6a {
    grid-area: 2 / 8 / 3 / 13;
  }

  #w-node-_9eb0d67b-dd1a-6a78-5d56-cb21d9b5251b-c5f69b6a {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-_9eb0d67b-dd1a-6a78-5d56-cb21d9b5252d-c5f69b6a {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-_9e1155c5-5915-b101-b7ad-5af5596eab25-c5f69b6a {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_9e1155c5-5915-b101-b7ad-5af5596eab2b-c5f69b6a {
    grid-area: 3 / 3 / 4 / 8;
  }

  #w-node-_9e1155c5-5915-b101-b7ad-5af5596eab2d-c5f69b6a {
    grid-area: 3 / 8 / 4 / 13;
  }

  #w-node-_794d22e8-0346-61e3-7f5b-46399ae388cd-c5f69b6a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b725-c5f69b6a {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b737-c5f69b6a {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cc2-c5f69b6f {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cc8-c5f69b6f {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d36-c5f69b6f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d79-c5f69b6f {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d8a-c5f69b6f {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a6e-c5f69b7b {
    grid-area: 1 / 7 / 4 / 13;
  }

  #w-node-d4127492-5a78-b46e-2c67-4f134adc7bbc-c5f69b7b {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f1-c5f69b7d {
    grid-area: 1 / 5 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b859-c5f69b7d {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b871-c5f69b7d {
    grid-area: 1 / 7 / 2 / 12;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f7-c5f69b7d {
    grid-area: 1 / 1 / 2 / 7;
    align-self: end;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b810-c5f69b7d {
    grid-area: 1 / 7 / 2 / 13;
    align-self: end;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b829-c5f69b7d {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b840-c5f69b7d {
    grid-area: 2 / 8 / 3 / 13;
  }

  #w-node-_2dc1672a-d63b-6815-b6cc-69439dd2386b-c5f69b7d {
    grid-area: 1 / 1 / 2 / 8;
    align-self: center;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b8d8-c5f69b7d {
    grid-area: 1 / 8 / 2 / 13;
    align-self: center;
  }

  #w-node-d638068f-5984-cc17-b330-3097d4da4ff2-c5f69b7d {
    grid-area: 1 / 2 / 2 / 9;
    align-self: end;
  }

  #w-node-d638068f-5984-cc17-b330-3097d4da4ffb-c5f69b7d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664715-c5f69b7e {
    grid-area: 1 / 7 / 4 / 13;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c766472a-c5f69b7e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_4ee46630-a2ed-3abd-588f-e09bba821631-c5f69b7f {
    grid-area: 1 / 7 / 4 / 13;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd00d2-c5f69b7f {
    grid-area: 1 / 2 / 2 / 9;
    align-self: end;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd00e1-c5f69b7f {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_3739a0ba-7434-ef8e-11fc-689af4a909f1-c5f69b7f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b81 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_6373fa6f-719f-eded-6ab5-62882072f0ae-c5f69b81 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_4fdd1f12-d8da-ae9a-5f38-d78462886193-c5f69b81 {
    grid-area: 3 / 8 / 4 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b81 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b81 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d788462-c5f69b83 {
    place-self: auto start;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d788488-c5f69b83 {
    place-self: center;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d78849e-c5f69b83 {
    grid-area: 1 / 2 / 2 / 10;
    justify-self: start;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884a0-c5f69b83 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884a3-c5f69b83 {
    place-self: auto start;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884c9-c5f69b83 {
    grid-column: 10 / 11;
    place-self: center;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884ce-c5f69b83 {
    grid-area: 1 / 11 / 2 / 13;
  }

  #w-node-cc8dafba-150c-95fd-93c8-407b382d95ab-c5f69b83 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ba1641b8-7aff-245f-8cf8-036aefb81ccc-c5f69b83 {
    grid-area: 1 / 1 / 2 / 8;
    align-self: start;
  }

  #w-node-_67ab5b50-1e99-69dd-73fd-ddec49091bac-c5f69b83 {
    grid-area: 1 / 8 / 2 / 13;
    align-self: end;
  }

  #w-node-_8b0ef579-d2ba-f485-c717-883eda439fd4-c5f69b83 {
    grid-column-start: 1;
  }

  #w-node-_8b0ef579-d2ba-f485-c717-883eda439fec-c5f69b83 {
    grid-column-end: 13;
  }

  #w-node-c07976b0-deca-49b0-7a22-6d09bee4bc45-c5f69b83, #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d9b-c5f69b83 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69b83 {
    grid-area: 1 / 7 / 2 / 13;
    align-self: end;
  }

  #w-node-_7b04199e-a02e-80ae-bff2-f05e1c1ded79-c5f69b83 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb49be-c5f69b85 {
    place-self: auto start;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb49e4-c5f69b85 {
    place-self: center;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb49fa-c5f69b85 {
    grid-area: 1 / 2 / 2 / 10;
    justify-self: start;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb49fc-c5f69b85 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb49ff-c5f69b85 {
    place-self: auto start;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb4a25-c5f69b85 {
    grid-column: 10 / 11;
    place-self: center;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb4a2a-c5f69b85 {
    grid-area: 1 / 11 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b85 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b85 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69b86 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b86 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b86 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b87 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b87 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69ba7 {
    grid-area: 3 / 3 / 4 / 10;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69ba7 {
    grid-area: 1 / 5 / 2 / 12;
    place-self: end center;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69ba7 {
    grid-area: 4 / 1 / 5 / 10;
  }

  #w-node-_80388375-0374-b8f1-7935-427d56d7bfca-c5f69ba7 {
    grid-area: 3 / 4 / 4 / 13;
  }

  #w-node-_5016fbd6-7560-71e9-f501-865b0330f74d-c5f69ba7 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_176848cb-a8e6-8e03-dcc7-4ef7fd848429-c5f69ba7 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 9;
    align-self: end;
  }

  #w-node-ade90c15-0541-5f0a-9dbb-6c4505d22320-c5f69ba7 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69ba8, #w-node-_4820cb2e-acd6-0d53-5da6-520530f1a7d3-c5f69ba8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a4deef49-f668-744b-8c2a-63bfb01f3a6e-c5f69ba8 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69ba8 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69ba8 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098747-d909872e {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098755-d909872e {
    grid-area: 2 / 3 / 3 / 11;
    justify-self: center;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad909875a-d909872e {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad909877d-d909872e {
    grid-area: 6 / 2 / 7 / 12;
    justify-self: center;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098781-d909872e {
    grid-area: 7 / 3 / 8 / 11;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098798-d909872e {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad90987a6-d909872e {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad90987ae-d909872e {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be3e7-c5f69bbb {
    place-self: center;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be3fd-c5f69bbb {
    grid-area: 1 / 2 / 2 / 10;
    justify-self: start;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be3ff-c5f69bbb {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be402-c5f69bbb {
    place-self: auto start;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be491-c5f69bbb {
    grid-column: 10 / 11;
    place-self: center;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be496-c5f69bbb {
    grid-area: 1 / 11 / 2 / 13;
  }

  #w-node-cc8dafba-150c-95fd-93c8-407b382d95ab-c5f69bbb {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ba1641b8-7aff-245f-8cf8-036aefb81ccc-c5f69bbb {
    grid-area: 1 / 1 / 2 / 8;
    align-self: start;
  }

  #w-node-_67ab5b50-1e99-69dd-73fd-ddec49091bac-c5f69bbb {
    grid-area: 1 / 8 / 2 / 13;
    align-self: end;
  }

  #w-node-_657092fe-7b35-da13-bf63-e6e9b81a376c-c5f69bbb {
    grid-column-start: 1;
  }

  #w-node-_657092fe-7b35-da13-bf63-e6e9b81a3784-c5f69bbb {
    grid-column-end: 13;
  }

  #w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7c6-c5f69bbb, #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d9b-c5f69bbb {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69bbb {
    grid-area: 1 / 7 / 2 / 13;
    align-self: end;
  }

  #w-node-_7b04199e-a02e-80ae-bff2-f05e1c1ded79-c5f69bbb {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69bbc {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69bbc {
    grid-area: 3 / 3 / 4 / 10;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69bbc {
    grid-area: 1 / 5 / 2 / 12;
    place-self: end center;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69bbc {
    grid-area: 4 / 1 / 5 / 10;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69bbc {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69bbc {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b44-c5f69bbc {
    grid-area: 1 / 7 / 2 / 13;
    align-self: end;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b54-c5f69bbc {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69bbd, #w-node-_4820cb2e-acd6-0d53-5da6-520530f1a7d3-c5f69bbd {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-a4deef49-f668-744b-8c2a-63bfb01f3a6e-c5f69bbd {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69bbd {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69bbd {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210f9e9-c5f69bbe {
    place-self: center;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210f9ff-c5f69bbe {
    grid-area: 1 / 2 / 2 / 10;
    justify-self: start;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210fa01-c5f69bbe {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210fa2a-c5f69bbe {
    grid-column: 10 / 11;
    place-self: center;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210fa2f-c5f69bbe {
    grid-area: 1 / 11 / 2 / 13;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c462f4-c5f69bbe {
    place-self: auto start;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c4631a-c5f69bbe {
    place-self: center;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c46320-c5f69bbe {
    grid-area: 1 / 2 / 2 / 10;
    justify-self: start;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c46322-c5f69bbe {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c46325-c5f69bbe {
    place-self: auto start;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c4634b-c5f69bbe {
    grid-column: 10 / 11;
    place-self: center;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c46350-c5f69bbe {
    grid-area: 1 / 11 / 2 / 13;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69bbf {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_6373fa6f-719f-eded-6ab5-62882072f0ae-c5f69bbf {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_4fdd1f12-d8da-ae9a-5f38-d78462886193-c5f69bbf {
    grid-area: 3 / 8 / 4 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bbf {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bbf {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2943-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2949-c5f69bc0 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e294b-c5f69bc0 {
    grid-area: 3 / 8 / 4 / 13;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2953-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2959-c5f69bc0 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e295b-c5f69bc0 {
    grid-area: 3 / 8 / 4 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bc0 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bc0 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-a187e2f9-7142-0502-b15e-0dd155a3a39a-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-a187e2f9-7142-0502-b15e-0dd155a3a3a5-c5f69bc1 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-a187e2f9-7142-0502-b15e-0dd155a3a3a9-c5f69bc1 {
    grid-area: 3 / 8 / 4 / 13;
  }

  #w-node-_3c31c8da-df18-53c8-1367-10627a49c0e8-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_3c31c8da-df18-53c8-1367-10627a49c0ee-c5f69bc1 {
    grid-area: 3 / 2 / 4 / 7;
  }

  #w-node-_3c31c8da-df18-53c8-1367-10627a49c0f0-c5f69bc1 {
    grid-area: 3 / 8 / 4 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bc1 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bc1 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69bc3 {
    grid-area: 3 / 3 / 4 / 10;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69bc3 {
    grid-area: 1 / 5 / 2 / 12;
    place-self: end center;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69bc3 {
    grid-area: 4 / 1 / 5 / 10;
  }

  #w-node-_80388375-0374-b8f1-7935-427d56d7bfca-c5f69bc3 {
    grid-area: 3 / 4 / 4 / 13;
  }

  #w-node-_5016fbd6-7560-71e9-f501-865b0330f74d-c5f69bc3 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_176848cb-a8e6-8e03-dcc7-4ef7fd848429-c5f69bc3 {
    grid-area: 1 / 7 / 2 / 13;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 9;
    align-self: end;
  }

  #w-node-ade90c15-0541-5f0a-9dbb-6c4505d22320-c5f69bc3, #w-node-_6ed31a42-8252-5656-36b9-2cfb5580a71b-5bfc1ce7 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_6ed31a42-8252-5656-36b9-2cfb5580a723-5bfc1ce7 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-d7ed8576-f6cd-c7a3-d55a-b713f551b021-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-d7ed8576-f6cd-c7a3-d55a-b713f551b032-5bfc1ce7 {
    grid-column: 1 / 13;
  }

  #w-node-d161cd47-727a-4368-b1ff-4cbee7390776-5bfc1ce7 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-d161cd47-727a-4368-b1ff-4cbee739078d-5bfc1ce7 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b79-5bfc1ce7 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c720a-95ce277d {
    grid-column-start: 1;
  }

  #w-node-f6b39a6e-36ed-3988-08f7-36f4a8b28487-95ce277d {
    grid-column-end: 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-95ce277d {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-95ce277d {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }

  #w-node-_248be89a-aeb3-8218-9cad-29d6b6a23286-2ab18b94 {
    grid-column-end: 13;
  }

  #w-node-_3f245f9e-1d96-7b3d-fda7-8b778bdc6edd-2ab18b94 {
    grid-area: 1 / 2 / 2 / 11;
  }

  #w-node-_14dfde72-708f-16a0-2fc4-3ab765b1ccc3-2ab18b94, #w-node-e25b3f41-6933-c879-7d3a-59dffe491cae-2ab18b94 {
    grid-area: 1 / 2 / 2 / 9;
  }

  #w-node-_10c63ce0-b1ad-c654-2c8c-ac811b5d789f-2ab18b94 {
    grid-area: 1 / 2 / 2 / 11;
  }

  #w-node-_2cbaaf59-13da-66c4-bea0-bedafdda8fd2-2ab18b94 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_69f4d5d1-f32d-0dd0-561c-15d012f419b9-2ab18b94 {
    grid-area: 1 / 8 / 2 / 12;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535ea4-2ab18b94 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535e98-2ab18b94 {
    order: 0;
    grid-area: 2 / 2 / 3 / 7;
    align-self: start;
  }

  #w-node-_68302a9d-385d-91e8-64fc-bf7ded4edb18-2ab18b94 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_3a1b7c95-b42b-8244-2b28-9dedfdc04025-2ab18b94 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535eb4-2ab18b94 {
    grid-area: 2 / 8 / 3 / 12;
    align-self: start;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535ec2-2ab18b94 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: end;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535eca-2ab18b94 {
    grid-area: 1 / 7 / 2 / 12;
    place-self: end;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535efb-2ab18b94, #w-node-_8da5e6dd-e709-fd3b-d0bd-9ea3eede0250-2ab18b94 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c720a-1686b626 {
    grid-column-start: 1;
  }

  #w-node-f6b39a6e-36ed-3988-08f7-36f4a8b28487-1686b626 {
    grid-column-end: 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-1686b626 {
    grid-area: 1 / 1 / 3 / 8;
    align-self: end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-1686b626 {
    grid-area: 2 / 8 / 3 / 13;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b5d {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69b5d {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69b5d {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c7-c5f69b5d {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c9-c5f69b5d {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69b5d {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69b5d {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69b5d {
    grid-area: 1 / 2 / 2 / 12;
    place-self: end center;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69b5d {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b5d {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69b5d {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b5d {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_959d06fe-35ca-355e-3465-05ae679c0e30-c5f69b5d, #w-node-f8d62309-1645-4500-e6a8-18a4ed9a0c06-c5f69b5d, #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b44-c5f69b5d {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b54-c5f69b5d {
    grid-area: 2 / 2 / 3 / 12;
    align-self: center;
  }

  #w-node-_74aae558-26af-329d-c59e-00435c08a8eb-c5f69b5d {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_74aae558-26af-329d-c59e-00435c08a8f3-c5f69b5d {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_74aae558-26af-329d-c59e-00435c08a8fb-c5f69b5d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_74aae558-26af-329d-c59e-00435c08a907-c5f69b5d {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b0f3-6e51b0f0 {
    grid-area: 1 / 2 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b137-6e51b0f0 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b169-6e51b0f0 {
    grid-area: 1 / 12 / 2 / 13;
    place-self: center start;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b16e-6e51b0f0 {
    grid-area: 1 / 7 / 2 / 12;
    place-self: center end;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b5e {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69b5e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b5e {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69b5e {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b5e {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69b5e {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69b5e {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69b5e {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69b5e {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e90346b-7e903468 {
    grid-area: 1 / 2 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034b7-7e903468 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034e9-7e903468 {
    grid-area: 1 / 12 / 2 / 13;
    place-self: center start;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034ee-7e903468 {
    grid-area: 1 / 7 / 2 / 12;
    place-self: center end;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b63 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-d8268a8b-ad10-2eed-64fc-77298e614068-c5f69b63 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_886a2aeb-dde1-e212-8105-9518db8e6085-c5f69b63 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-b9f43379-3468-2946-d3cf-b138c6d7cf19-c5f69b63 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_2a07a4b6-2d1b-5aaf-6443-536afba2901f-c5f69b63 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69b63 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69b63 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69b63 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69b63 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b64 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-d8268a8b-ad10-2eed-64fc-77298e614068-c5f69b64 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_886a2aeb-dde1-e212-8105-9518db8e6085-c5f69b64 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-b9f43379-3468-2946-d3cf-b138c6d7cf19-c5f69b64 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_2a07a4b6-2d1b-5aaf-6443-536afba2901f-c5f69b64 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-bae47e67-7a43-c8e4-219f-cac0828ce0c4-c5f69b64 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-bae47e67-7a43-c8e4-219f-cac0828ce0cc-c5f69b64 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-bae47e67-7a43-c8e4-219f-cac0828ce0d4-c5f69b64 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-bae47e67-7a43-c8e4-219f-cac0828ce0e0-c5f69b64 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_24ff050f-ea00-1bdc-50e1-b2dc19676bb3-c5f69b65 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_24ff050f-ea00-1bdc-50e1-b2dc19676bc0-c5f69b65 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d3a-c5f69b65 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d42-c5f69b65 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d4a-c5f69b65 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d56-c5f69b65 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-e64feb91-1be3-0aab-4f62-2fcb93584cc0-c5f69b65 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-e64feb91-1be3-0aab-4f62-2fcb93584cc8-c5f69b65 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-e64feb91-1be3-0aab-4f62-2fcb93584cd0-c5f69b65 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-e64feb91-1be3-0aab-4f62-2fcb93584cdc-c5f69b65 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fa3-c5f69b66 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fb1-c5f69b66 {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-b27bafe2-a441-739b-8a19-00f3822c1224-c5f69b66 {
    grid-area: 2 / 3 / 3 / 10;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fbd-c5f69b66 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fbe-c5f69b66 {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fc6-c5f69b66 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_271f3428-216e-3ebf-f630-3d9780adcc73-c5f69b66 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_271f3428-216e-3ebf-f630-3d9780adcc78-c5f69b66 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-_271f3428-216e-3ebf-f630-3d9780adcc7b-c5f69b66 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-c2f9f485-8962-fd60-a288-461a03f0362d-c5f69b66 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-c2f9f485-8962-fd60-a288-461a03f03635-c5f69b66 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-c2f9f485-8962-fd60-a288-461a03f0363d-c5f69b66 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-c2f9f485-8962-fd60-a288-461a03f03649-c5f69b66 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-ba24ca12-1c47-35c1-7e52-43154cdabfd7-c5f69b66 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-ba24ca12-1c47-35c1-7e52-43154cdabfdf-c5f69b66 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-ba24ca12-1c47-35c1-7e52-43154cdabfe7-c5f69b66 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-ba24ca12-1c47-35c1-7e52-43154cdabff3-c5f69b66 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-dc6909e0-b6eb-8a40-28f5-fd86a794155a-c5f69b67 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_16a957da-27ba-70c9-0ae8-4e6484184460-c5f69b67 {
    grid-area: 1 / 8 / 2 / 13;
    justify-self: end;
  }

  #w-node-_915b25c8-ff6a-326c-3a72-ef34cfcdf5f2-c5f69b67 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_74229b0c-9dae-69b9-7edc-aae169586710-c5f69b67 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_44ba3f45-93e1-a3de-1dc4-ca987faade6c-c5f69b67 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_44ba3f45-93e1-a3de-1dc4-ca987faade73-c5f69b67 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_59edcd86-a4e9-5026-1a6b-cbc64c758f62-c5f69b67 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07ac-c5f69b67 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07b4-c5f69b67 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07bc-c5f69b67 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07c8-c5f69b67 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-e2c256d0-a890-752f-e483-72ef8f48deff-c5f69b67 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-e2c256d0-a890-752f-e483-72ef8f48df07-c5f69b67 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-e2c256d0-a890-752f-e483-72ef8f48df0f-c5f69b67 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-e2c256d0-a890-752f-e483-72ef8f48df1b-c5f69b67 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b690-c5f69b6a {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-da98f133-e6ab-cf31-cf1b-aaa43b45c3b5-c5f69b6a {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6a9-c5f69b6a {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_382850e1-7d02-2089-2846-2bd5c05c26bd-c5f69b6a {
    grid-area: 1 / 3 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-db489e42-1efc-9098-0110-2e69006ace99-c5f69b6a {
    grid-column-end: 13;
  }

  #w-node-fdd61e71-b2d4-3ee6-5ae7-6536b9115164-c5f69b6a {
    grid-row: 3 / 5;
    grid-column-start: 1;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6b7-c5f69b6a {
    grid-area: 1 / 2 / 2 / 11;
    align-self: end;
  }

  #w-node-e35bb77d-a8fb-ed8d-b60e-76fbf7643fea-c5f69b6a {
    grid-area: 3 / 2 / 4 / 12;
    align-self: end;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6c8-c5f69b6a {
    grid-area: 2 / 3 / 3 / 12;
  }

  #w-node-e356b119-3154-c87b-66d8-1a83433c9e33-c5f69b6a {
    grid-area: 4 / 3 / 5 / 12;
  }

  #w-node-_9eb0d67b-dd1a-6a78-5d56-cb21d9b5251b-c5f69b6a {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_9eb0d67b-dd1a-6a78-5d56-cb21d9b5252d-c5f69b6a {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_9e1155c5-5915-b101-b7ad-5af5596eab25-c5f69b6a {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_9e1155c5-5915-b101-b7ad-5af5596eab2b-c5f69b6a {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_9e1155c5-5915-b101-b7ad-5af5596eab2d-c5f69b6a {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6dc-c5f69b6a, #w-node-_794d22e8-0346-61e3-7f5b-46399ae388cd-c5f69b6a {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b725-c5f69b6a {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b735-c5f69b6a {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b737-c5f69b6a {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b752-c5f69b6a {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b75a-c5f69b6a {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b762-c5f69b6a {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b76c-c5f69b6a {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_32b915d2-f6e1-b222-f20b-334257a4259f-c5f69b6a {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_32b915d2-f6e1-b222-f20b-334257a425a7-c5f69b6a {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_32b915d2-f6e1-b222-f20b-334257a425af-c5f69b6a {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_32b915d2-f6e1-b222-f20b-334257a425bb-c5f69b6a {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5c9e-c5f69b6f {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cb3-c5f69b6f {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cb5-c5f69b6f {
    grid-area: 2 / 3 / 3 / 10;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d29-c5f69b6f {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d2e-c5f69b6f {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d36-c5f69b6f {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d79-c5f69b6f {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d87-c5f69b6f {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d8a-c5f69b6f {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4e1-c5f69b6f {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4e9-c5f69b6f {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4f1-c5f69b6f {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4fd-c5f69b6f {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_886631df-76a7-1661-199e-5c2a22e29633-c5f69b6f {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_886631df-76a7-1661-199e-5c2a22e2963b-c5f69b6f {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_886631df-76a7-1661-199e-5c2a22e29643-c5f69b6f {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_886631df-76a7-1661-199e-5c2a22e2964f-c5f69b6f {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a60-c5f69b7b {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a66-c5f69b7b {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a6b-c5f69b7b {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a6e-c5f69b7b {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a7a-c5f69b7b, #w-node-d4127492-5a78-b46e-2c67-4f134adc7bbc-c5f69b7b {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-eeca76d8-a26c-faf8-d391-f781a998ee82-c5f69b7b {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-eeca76d8-a26c-faf8-d391-f781a998ee8a-c5f69b7b {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-eeca76d8-a26c-faf8-d391-f781a998ee92-c5f69b7b {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-eeca76d8-a26c-faf8-d391-f781a998ee9e-c5f69b7b {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f278-c5f69b7b {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f280-c5f69b7b {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f288-c5f69b7b {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f294-c5f69b7b {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7a0-c5f69b7d {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7cc-c5f69b7d {
    grid-area: 2 / 3 / 3 / 9;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7d9-c5f69b7d {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f1-c5f69b7d {
    grid-area: 1 / 3 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b859-c5f69b7d {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b871-c5f69b7d {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f5-c5f69b7d {
    grid-column-end: 13;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f6-c5f69b7d {
    grid-row: 3 / 5;
    grid-column-start: 1;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f7-c5f69b7d {
    grid-area: 1 / 2 / 2 / 11;
    align-self: end;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b810-c5f69b7d {
    grid-area: 3 / 2 / 4 / 12;
    align-self: end;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b829-c5f69b7d {
    grid-area: 2 / 3 / 3 / 12;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b840-c5f69b7d {
    grid-area: 4 / 3 / 5 / 12;
  }

  #w-node-_2dc1672a-d63b-6815-b6cc-69439dd2386b-c5f69b7d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b8d8-c5f69b7d, #w-node-d638068f-5984-cc17-b330-3097d4da4ff2-c5f69b7d {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93b4-c5f69b7d {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93bc-c5f69b7d {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93c4-c5f69b7d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93d0-c5f69b7d {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d1d-c5f69b7d {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d25-c5f69b7d {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d2d-c5f69b7d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d39-c5f69b7d {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664707-c5f69b7e {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c766470d-c5f69b7e {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664715-c5f69b7e {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664721-c5f69b7e {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664722-c5f69b7e {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c766472a-c5f69b7e {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12be9e-c5f69b7e {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12bea6-c5f69b7e {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12beae-c5f69b7e {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12beba-c5f69b7e {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-bb0abdb6-a775-713a-b1a3-2c803903c863-c5f69b7e {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-bb0abdb6-a775-713a-b1a3-2c803903c86b-c5f69b7e {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-bb0abdb6-a775-713a-b1a3-2c803903c873-c5f69b7e {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-bb0abdb6-a775-713a-b1a3-2c803903c87f-c5f69b7e {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd001e-c5f69b7f {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd002c-c5f69b7f {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd0033-c5f69b7f {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_4ee46630-a2ed-3abd-588f-e09bba821631-c5f69b7f {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd00d2-c5f69b7f, #w-node-_3739a0ba-7434-ef8e-11fc-689af4a909e1-c5f69b7f {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_3739a0ba-7434-ef8e-11fc-689af4a909e9-c5f69b7f {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-_3739a0ba-7434-ef8e-11fc-689af4a909f1-c5f69b7f {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-d2fa0e2e-4b1c-af18-5ecb-88e97518928c-c5f69b7f {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-d2fa0e2e-4b1c-af18-5ecb-88e975189294-c5f69b7f {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-d2fa0e2e-4b1c-af18-5ecb-88e97518929c-c5f69b7f {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-d2fa0e2e-4b1c-af18-5ecb-88e9751892a8-c5f69b7f {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039ea-c5f69b7f {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039f2-c5f69b7f {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039fa-c5f69b7f {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_9070cb18-7b0e-ddc1-5c70-499a92b03a06-c5f69b7f {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69b81 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69b81 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-c5f69b81 {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-c5f69b81 {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b81 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_6373fa6f-719f-eded-6ab5-62882072f0ae-c5f69b81 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_4fdd1f12-d8da-ae9a-5f38-d78462886193-c5f69b81 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-c5f69b81 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69b81 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b81 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69b81 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b81 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69b81 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69b81 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-c5f69b81 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-c5f69b81 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d788459-c5f69b83 {
    grid-area: 1 / 2 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d78849e-c5f69b83 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884c9-c5f69b83 {
    grid-area: 1 / 12 / 2 / 13;
    place-self: center start;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884ce-c5f69b83 {
    grid-area: 1 / 7 / 2 / 12;
    place-self: center end;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b83 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69b83 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69b83 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_9f2f3424-3c4d-85de-0e32-940dbe818653-c5f69b83 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_95126ebf-c08f-44fa-1a22-d6924088144e-c5f69b83 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-bb6df05e-c971-12ec-b6bb-2521e7fc0367-c5f69b83 {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-cc8dafba-150c-95fd-93c8-407b382d95ab-c5f69b83 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-ba1641b8-7aff-245f-8cf8-036aefb81ccc-c5f69b83 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: start;
  }

  #w-node-_67ab5b50-1e99-69dd-73fd-ddec49091bac-c5f69b83 {
    grid-area: 2 / 2 / 3 / 12;
    align-self: end;
  }

  #w-node-_8b0ef579-d2ba-f485-c717-883eda439fd4-c5f69b83 {
    grid-column: 2 / 12;
    grid-row-end: 2;
  }

  #w-node-_8b0ef579-d2ba-f485-c717-883eda439fdc-c5f69b83 {
    grid-area: 2 / 3 / 3 / 12;
  }

  #w-node-_8b0ef579-d2ba-f485-c717-883eda439fec-c5f69b83 {
    grid-area: 3 / 3 / 4 / 12;
  }

  #w-node-c07976b0-deca-49b0-7a22-6d09bee4bc35-c5f69b83 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-c07976b0-deca-49b0-7a22-6d09bee4bc3d-c5f69b83 {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-c07976b0-deca-49b0-7a22-6d09bee4bc45-c5f69b83, #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d88-c5f69b83 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d93-c5f69b83 {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d9b-c5f69b83, #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69b83 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_7b04199e-a02e-80ae-bff2-f05e1c1ded79-c5f69b83 {
    grid-area: 2 / 2 / 3 / 12;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69b83 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69b83 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69b83 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69b83 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb49b5-c5f69b85 {
    grid-area: 1 / 2 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb49fa-c5f69b85 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb4a25-c5f69b85 {
    grid-area: 1 / 12 / 2 / 13;
    place-self: center start;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb4a2a-c5f69b85 {
    grid-area: 1 / 7 / 2 / 12;
    place-self: center end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69b85 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69b85 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-b57894fc-dc6c-5481-8f37-5f2a24393d33-c5f69b85 {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-b57894fc-dc6c-5481-8f37-5f2a24393d35-c5f69b85 {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b85 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_809b7577-7bce-239d-afd3-3b35d0ef1691-c5f69b85 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b85 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69b85 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b85 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69b85 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69b85 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-c5f69b85 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-c5f69b85 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b86 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69b86 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b86 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69b86 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b86 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-a7322934-4d87-b3b0-6362-229a676c8463-c5f69b86 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-a7322934-4d87-b3b0-6362-229a676c846b-c5f69b86 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-a7322934-4d87-b3b0-6362-229a676c8473-c5f69b86 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-a7322934-4d87-b3b0-6362-229a676c847f-c5f69b86 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69b87 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69b87 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-b57894fc-dc6c-5481-8f37-5f2a24393d33-c5f69b87 {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-b57894fc-dc6c-5481-8f37-5f2a24393d35-c5f69b87 {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b87 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_809b7577-7bce-239d-afd3-3b35d0ef1691-c5f69b87 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b87 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69b87 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b87 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69b87 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69b87 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-c5f69b87 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-c5f69b87 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_06ad1ce4-7d65-a6fe-385d-d59e2af24fc9-c5f69b89 {
    grid-column-end: 5;
  }

  #w-node-_06ad1ce4-7d65-a6fe-385d-d59e2af24fcd-c5f69b89 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-f3d9f20f-8e71-6100-b3d9-4f4d5a1ab630-c5f69b89 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-c3f24c03-2027-2d8a-4787-24aa0fbd3781-c5f69b89 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_06ad1ce4-7d65-a6fe-385d-d59e2af24fd1-c5f69b89 {
    grid-row: 6 / 7;
  }

  #w-node-_27065e69-856f-b665-1686-02a43b448d6e-c5f69b89 {
    grid-column-end: 5;
  }

  #w-node-_27065e69-856f-b665-1686-02a43b448d72-c5f69b89 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_27065e69-856f-b665-1686-02a43b448d76-c5f69b89 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_27065e69-856f-b665-1686-02a43b448d7a-c5f69b89 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_6b654e80-3546-314c-e453-d5941796dd75-c5f69b89 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-eb9e6a2e-0adc-19c5-cc97-7ef97c5f86e1-c5f69b89 {
    grid-row: 6 / 7;
    grid-column-start: 1;
  }

  #w-node-_27065e69-856f-b665-1686-02a43b448d7e-c5f69b89 {
    grid-row: 7 / 8;
  }

  #w-node-_47d55c19-fb9a-63ad-04d6-996007615560-c5f69b89 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_06c5f705-70fb-6bcb-eeb6-47b4cc6c63b4-c5f69b89 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_47d55c19-fb9a-63ad-04d6-996007615567-c5f69b89 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_47d55c19-fb9a-63ad-04d6-99600761556b-c5f69b89 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_47d55c19-fb9a-63ad-04d6-99600761556f-c5f69b89 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-_47d55c19-fb9a-63ad-04d6-996007615573-c5f69b89 {
    grid-row: 5 / 6;
  }

  #w-node-_47d55c19-fb9a-63ad-04d6-996007615577-c5f69b89 {
    grid-row: 6 / 7;
  }

  #w-node-e585e16b-ab1b-f963-cac6-b186ee2505ef-c5f69b89 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69ba7 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69ba7 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69ba7 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b5-c5f69ba7 {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b7-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69ba7 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 12;
    place-self: end center;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69ba7 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_80388375-0374-b8f1-7935-427d56d7bfca-c5f69ba7 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_5016fbd6-7560-71e9-f501-865b0330f74d-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_176848cb-a8e6-8e03-dcc7-4ef7fd848429-c5f69ba7 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-e08197ab-ca50-6d98-702e-532aff675f2c-c5f69ba7 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-e08197ab-ca50-6d98-702e-532aff675f34-c5f69ba7 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-e08197ab-ca50-6d98-702e-532aff675f3c-c5f69ba7 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-e08197ab-ca50-6d98-702e-532aff675f48-c5f69ba7 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69ba8 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69ba8 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69ba8 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69ba8 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69ba8 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69ba8 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69ba8 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69ba8 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69ba8 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098747-d909872e {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098752-d909872e {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: center;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098755-d909872e {
    grid-area: 2 / 1 / 3 / 13;
    justify-self: center;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad909875a-d909872e {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098773-d909872e {
    grid-area: 4 / 1 / 5 / 13;
    justify-self: center;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098776-d909872e {
    grid-area: 5 / 1 / 6 / 13;
    justify-self: center;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad909877d-d909872e {
    grid-area: 6 / 1 / 7 / 13;
    justify-self: center;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098781-d909872e {
    grid-area: 7 / 1 / 8 / 13;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098794-d909872e {
    grid-area: 1 / 1 / 2 / 13;
    justify-self: center;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098798-d909872e {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad90987a6-d909872e {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad90987ae-d909872e {
    grid-area: 2 / 2 / 3 / 13;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be34e-c5f69bbb {
    grid-area: 1 / 2 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be3fd-c5f69bbb {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be491-c5f69bbb {
    grid-area: 1 / 12 / 2 / 13;
    place-self: center start;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be496-c5f69bbb {
    grid-area: 1 / 7 / 2 / 12;
    place-self: center end;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bbb {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69bbb {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69bbb {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_9f2f3424-3c4d-85de-0e32-940dbe818653-c5f69bbb {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_95126ebf-c08f-44fa-1a22-d6924088144e-c5f69bbb {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-bb6df05e-c971-12ec-b6bb-2521e7fc0367-c5f69bbb {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-cc8dafba-150c-95fd-93c8-407b382d95ab-c5f69bbb {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-ba1641b8-7aff-245f-8cf8-036aefb81ccc-c5f69bbb {
    grid-area: 1 / 2 / 2 / 12;
    align-self: start;
  }

  #w-node-_67ab5b50-1e99-69dd-73fd-ddec49091bac-c5f69bbb {
    grid-area: 2 / 2 / 3 / 12;
    align-self: end;
  }

  #w-node-_657092fe-7b35-da13-bf63-e6e9b81a376c-c5f69bbb {
    grid-column: 2 / 12;
    grid-row-end: 2;
  }

  #w-node-_657092fe-7b35-da13-bf63-e6e9b81a3774-c5f69bbb {
    grid-area: 2 / 3 / 3 / 12;
  }

  #w-node-_657092fe-7b35-da13-bf63-e6e9b81a3784-c5f69bbb {
    grid-area: 3 / 3 / 4 / 12;
  }

  #w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7ba-c5f69bbb {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7bc-c5f69bbb {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7c6-c5f69bbb, #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d88-c5f69bbb {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d93-c5f69bbb {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d9b-c5f69bbb, #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69bbb {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_7b04199e-a02e-80ae-bff2-f05e1c1ded79-c5f69bbb {
    grid-area: 2 / 2 / 3 / 12;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69bbb {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69bbb {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69bbb {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69bbb {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bbc {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69bbc {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69bbc {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c7-c5f69bbc {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c9-c5f69bbc {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69bbc {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69bbc {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69bbc {
    grid-area: 1 / 2 / 2 / 12;
    place-self: end center;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69bbc {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69bbc {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69bbc {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69bbc {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_959d06fe-35ca-355e-3465-05ae679c0e30-c5f69bbc, #w-node-f8d62309-1645-4500-e6a8-18a4ed9a0c06-c5f69bbc, #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b44-c5f69bbc {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b54-c5f69bbc {
    grid-area: 2 / 2 / 3 / 12;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69bbc {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69bbc {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69bbc {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69bbc {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bbd {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69bbd {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69bbd {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69bbd {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69bbd {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_1cae3437-3306-81ce-795e-5a32452840db-c5f69bbd {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_1cae3437-3306-81ce-795e-5a32452840e3-c5f69bbd {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_1cae3437-3306-81ce-795e-5a32452840eb-c5f69bbd {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_1cae3437-3306-81ce-795e-5a32452840f7-c5f69bbd {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210f9ba-c5f69bbe {
    grid-area: 1 / 2 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210f9ff-c5f69bbe {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210fa2a-c5f69bbe {
    grid-area: 1 / 12 / 2 / 13;
    place-self: center start;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210fa2f-c5f69bbe {
    grid-area: 1 / 7 / 2 / 12;
    place-self: center end;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c462eb-c5f69bbe {
    grid-area: 1 / 2 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c46320-c5f69bbe {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c4634b-c5f69bbe {
    grid-area: 1 / 12 / 2 / 13;
    place-self: center start;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c46350-c5f69bbe {
    grid-area: 1 / 7 / 2 / 12;
    place-self: center end;
  }

  #w-node-_64164bed44e6f1e19b4a8a71000000000012-c5f69bbe {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928ed-c5f69bbe {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928f5-c5f69bbe {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928fd-c5f69bbe {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_724ee2ea-0f9a-9192-f590-cbd34ed92909-c5f69bbe {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-a9bbbcaf-9fce-47be-4421-34a730aaab28-c5f69bbe {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-a9bbbcaf-9fce-47be-4421-34a730aaab30-c5f69bbe {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-a9bbbcaf-9fce-47be-4421-34a730aaab38-c5f69bbe {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-a9bbbcaf-9fce-47be-4421-34a730aaab44-c5f69bbe {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69bbf {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69bbf {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-c5f69bbf {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-c5f69bbf {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69bbf {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_6373fa6f-719f-eded-6ab5-62882072f0ae-c5f69bbf {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_4fdd1f12-d8da-ae9a-5f38-d78462886193-c5f69bbf {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-c5f69bbf {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69bbf {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bbf {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69bbf {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bbf {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_73d43eb0-7700-2bf3-d002-517f7c9768bb-c5f69bbf {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_73d43eb0-7700-2bf3-d002-517f7c9768c3-c5f69bbf {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_73d43eb0-7700-2bf3-d002-517f7c9768cb-c5f69bbf {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_73d43eb0-7700-2bf3-d002-517f7c9768d7-c5f69bbf {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69bc0 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69bc0 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a7-c5f69bc0 {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a9-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2943-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2949-c5f69bc0 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e294b-c5f69bc0 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2953-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2959-c5f69bc0 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e295b-c5f69bc0 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_4622c261-cb9e-6180-644f-c28429fc170e-c5f69bc0 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: auto;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69bc0 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-acc43386-5577-f6dd-e584-6f418dd93f0c-c5f69bc0 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69bc0 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bc0 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69bc0 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69bc0 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-c5f69bc0 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-c5f69bc0 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69bc1 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69bc1 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a7-c5f69bc1 {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a9-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-a187e2f9-7142-0502-b15e-0dd155a3a39a-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-a187e2f9-7142-0502-b15e-0dd155a3a3a5-c5f69bc1 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-a187e2f9-7142-0502-b15e-0dd155a3a3a9-c5f69bc1 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_3c31c8da-df18-53c8-1367-10627a49c0e8-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_3c31c8da-df18-53c8-1367-10627a49c0ee-c5f69bc1 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_3c31c8da-df18-53c8-1367-10627a49c0f0-c5f69bc1 {
    grid-area: 4 / 3 / 5 / 11;
  }

  #w-node-_4622c261-cb9e-6180-644f-c28429fc170e-c5f69bc1 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: auto;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69bc1 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-acc43386-5577-f6dd-e584-6f418dd93f0c-c5f69bc1 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69bc1 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bc1 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e10-c5f69bc1 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e18-c5f69bc1 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e20-c5f69bc1 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e2c-c5f69bc1 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bc3 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69bc3 {
    grid-area: 2 / 3 / 3 / 11;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69bc3 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b5-c5f69bc3 {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b7-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69bc3 {
    grid-area: 3 / 3 / 4 / 11;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d807f-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 12;
    place-self: end center;
  }

  #w-node-_214592d1-60a2-5cb0-cfa3-8c9e787d8090-c5f69bc3 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_80388375-0374-b8f1-7935-427d56d7bfca-c5f69bc3 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_5016fbd6-7560-71e9-f501-865b0330f74d-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_176848cb-a8e6-8e03-dcc7-4ef7fd848429-c5f69bc3 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69bc3 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69bc3 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c09-c5f69bc3 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c27-c5f69bc3 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_24d3e113-d000-5900-9700-c6db68d77f04-5bfc1ce7 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-dc084ec7-c18f-6b14-d9af-5a35cf649427-5bfc1ce7 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_620cb943-d7d6-2f44-f81b-b2dfb71dcf22-5bfc1ce7 {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_620cb943-d7d6-2f44-f81b-b2dfb71dcf24-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-d7ed8576-f6cd-c7a3-d55a-b713f551b021-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-d7ed8576-f6cd-c7a3-d55a-b713f551b032-5bfc1ce7 {
    grid-column: 2 / 12;
  }

  #w-node-d161cd47-727a-4368-b1ff-4cbee7390776-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-d161cd47-727a-4368-b1ff-4cbee7390784-5bfc1ce7 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-d161cd47-727a-4368-b1ff-4cbee739078d-5bfc1ce7 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b6a-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b6f-5bfc1ce7 {
    grid-area: 2 / 2 / 3 / 12;
    place-self: end;
  }

  #w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b79-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae1ff-5bfc1ce7 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae207-5bfc1ce7 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae20f-5bfc1ce7 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae21b-5bfc1ce7 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_97fa79e0-9f17-6345-4871-64602437665b-5bfc1ce7 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_97fa79e0-9f17-6345-4871-646024376663-5bfc1ce7 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_97fa79e0-9f17-6345-4871-64602437666b-5bfc1ce7 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_97fa79e0-9f17-6345-4871-646024376677-5bfc1ce7 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_671f9c141466ca10be4e07dd00000000000b-be4e07da {
    grid-area: 1 / 7 / 2 / 13;
    place-self: center stretch;
  }

  #w-node-_540244e9-9a2c-7ed7-1cc5-9ba132670557-be4e07da {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecb5-be4e07da {
    grid-column-end: 12;
  }

  #w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecb9-be4e07da {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecc7-be4e07da {
    grid-row: 4 / 5;
    grid-column-start: 2;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-95ce277d {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-95ce277d {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-95ce277d {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-95ce277d {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c720a-95ce277d {
    grid-column: 2 / 12;
    grid-row-end: 2;
  }

  #w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c7199-95ce277d {
    grid-area: 2 / 3 / 3 / 12;
  }

  #w-node-f6b39a6e-36ed-3988-08f7-36f4a8b28487-95ce277d {
    grid-area: 3 / 3 / 4 / 12;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-95ce277d {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-ed2e02ad-f4ce-0506-730a-5b5dd1a60224-95ce277d {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-95ce277d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-95ce277d {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-95ce277d {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-95ce277d {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-95ce277d {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-95ce277d {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064fa-95ce277d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206504-95ce277d {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_248be89a-aeb3-8218-9cad-29d6b6a2320f-2ab18b94 {
    grid-row: 3 / 5;
  }

  #w-node-_248be89a-aeb3-8218-9cad-29d6b6a23215-2ab18b94 {
    grid-column: 3 / 12;
  }

  #w-node-_5c100de3-b9a1-5e51-fb39-edda7bb30e1f-2ab18b94 {
    grid-row: 4 / 5;
    grid-column-end: 12;
  }

  #w-node-_248be89a-aeb3-8218-9cad-29d6b6a23286-2ab18b94 {
    grid-area: 2 / 2 / 4 / 12;
  }

  #w-node-_3f245f9e-1d96-7b3d-fda7-8b778bdc6edd-2ab18b94 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_14dfde72-708f-16a0-2fc4-3ab765b1ccc3-2ab18b94, #w-node-e25b3f41-6933-c879-7d3a-59dffe491cae-2ab18b94 {
    grid-area: 1 / 2 / 2 / 9;
  }

  #w-node-_10c63ce0-b1ad-c654-2c8c-ac811b5d789f-2ab18b94 {
    grid-area: 1 / 2 / 2 / 11;
  }

  #w-node-_2cbaaf59-13da-66c4-bea0-bedafdda8fd2-2ab18b94 {
    grid-column-end: 9;
  }

  #w-node-_69f4d5d1-f32d-0dd0-561c-15d012f419b9-2ab18b94 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #w-node-_6814106a-bd67-f46c-875f-c562d3bbd552-2ab18b94 {
    grid-column-end: 12;
  }

  #w-node-fdc45568-6496-c789-f93e-53b6032923d4-2ab18b94 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535ea4-2ab18b94, #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535e98-2ab18b94 {
    grid-column: 3 / 11;
  }

  #w-node-_68302a9d-385d-91e8-64fc-bf7ded4edb18-2ab18b94 {
    grid-column: 3 / 6;
  }

  #w-node-_3a1b7c95-b42b-8244-2b28-9dedfdc04025-2ab18b94 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_5d52ec01-cc74-c03a-da18-dd79bfe37e53-2ab18b94 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535eb4-2ab18b94 {
    grid-area: 5 / 4 / 6 / 11;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535ec2-2ab18b94 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535eca-2ab18b94 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535efb-2ab18b94, #w-node-_8da5e6dd-e709-fd3b-d0bd-9ea3eede0250-2ab18b94 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_21c3807a-ed78-2384-8488-dd482e0f1663-2ab18b94 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_21c3807a-ed78-2384-8488-dd482e0f166b-2ab18b94 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_21c3807a-ed78-2384-8488-dd482e0f1673-2ab18b94 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_21c3807a-ed78-2384-8488-dd482e0f167f-2ab18b94 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-_69aa3437-63a0-5d83-e202-06b924b55c16-2ab18b94 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_69aa3437-63a0-5d83-e202-06b924b55c1e-2ab18b94 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_69aa3437-63a0-5d83-e202-06b924b55c26-2ab18b94 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_69aa3437-63a0-5d83-e202-06b924b55c32-2ab18b94 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-1686b626 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-1686b626 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-1686b626 {
    grid-area: 1 / 4 / 2 / 12;
    place-self: stretch stretch;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-1686b626 {
    grid-area: 1 / 2 / 2 / 9;
    place-self: stretch stretch;
  }

  #w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c720a-1686b626 {
    grid-column: 2 / 12;
    grid-row-end: 2;
  }

  #w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c7199-1686b626 {
    grid-area: 2 / 3 / 3 / 12;
  }

  #w-node-f6b39a6e-36ed-3988-08f7-36f4a8b28487-1686b626 {
    grid-area: 3 / 3 / 4 / 12;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-1686b626 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-ed2e02ad-f4ce-0506-730a-5b5dd1a60224-1686b626 {
    grid-row: 2 / 3;
    grid-column-start: 2;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-1686b626 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-1686b626 {
    grid-area: 1 / 2 / 2 / 12;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-1686b626 {
    grid-area: 2 / 2 / 3 / 7;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-1686b626 {
    grid-area: 2 / 7 / 3 / 12;
    align-self: center;
  }

  #w-node-_6f9cbeb0-070e-3342-c309-7e897f57943c-1686b626 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_6f9cbeb0-070e-3342-c309-7e897f579444-1686b626 {
    grid-area: 3 / 8 / 4 / 12;
  }

  #w-node-_6f9cbeb0-070e-3342-c309-7e897f57944c-1686b626 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_6f9cbeb0-070e-3342-c309-7e897f579458-1686b626 {
    grid-area: 2 / 2 / 3 / 12;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b5d {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69b5d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69b5d {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c7-c5f69b5d {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c9-c5f69b5d {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69b5d {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69b5d {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b5d {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69b5d {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b5d {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_959d06fe-35ca-355e-3465-05ae679c0e30-c5f69b5d {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-f8d62309-1645-4500-e6a8-18a4ed9a0c06-c5f69b5d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b44-c5f69b5d {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b54-c5f69b5d {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
  }

  #w-node-_74aae558-26af-329d-c59e-00435c08a8e5-c5f69b5d {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_74aae558-26af-329d-c59e-00435c08a8e9-c5f69b5d {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_74aae558-26af-329d-c59e-00435c08a8eb-c5f69b5d {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_74aae558-26af-329d-c59e-00435c08a8f3-c5f69b5d {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_74aae558-26af-329d-c59e-00435c08a902-c5f69b5d {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b0f3-6e51b0f0 {
    grid-area: 1 / 1 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b137-6e51b0f0 {
    grid-area: 1 / 3 / 2 / 12;
    justify-self: start;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b169-6e51b0f0 {
    grid-area: 1 / 11 / 2 / 13;
    place-self: center start;
  }

  #w-node-_33bd4d25-fbe8-bd69-2821-39a56e51b16e-6e51b0f0 {
    grid-area: 1 / 7 / 2 / 11;
    place-self: center end;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b5e {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69b5e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b5e {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69b5e {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b5e {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69b5e {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69b5e {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69b5e {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69b5e {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69b5e {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e90346b-7e903468 {
    grid-area: 1 / 1 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034b7-7e903468 {
    grid-area: 1 / 3 / 2 / 12;
    justify-self: start;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034e9-7e903468 {
    grid-area: 1 / 11 / 2 / 13;
    place-self: center start;
  }

  #w-node-db1f1626-9b76-6818-017a-dffa7e9034ee-7e903468 {
    grid-area: 1 / 7 / 2 / 11;
    place-self: center end;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b63 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-d8268a8b-ad10-2eed-64fc-77298e614068-c5f69b63 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_2a07a4b6-2d1b-5aaf-6443-536afba2901f-c5f69b63 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69b63 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69b63 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69b63 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69b63 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69b63 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b64 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-d8268a8b-ad10-2eed-64fc-77298e614068-c5f69b64 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_2a07a4b6-2d1b-5aaf-6443-536afba2901f-c5f69b64 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-bae47e67-7a43-c8e4-219f-cac0828ce0be-c5f69b64 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bae47e67-7a43-c8e4-219f-cac0828ce0c2-c5f69b64 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-bae47e67-7a43-c8e4-219f-cac0828ce0c4-c5f69b64 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-bae47e67-7a43-c8e4-219f-cac0828ce0cc-c5f69b64 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-bae47e67-7a43-c8e4-219f-cac0828ce0db-c5f69b64 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_24ff050f-ea00-1bdc-50e1-b2dc19676bb3-c5f69b65 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d34-c5f69b65 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d38-c5f69b65 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d3a-c5f69b65 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d42-c5f69b65 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_005ef033-5db4-b247-fce0-bb2e3dd18d51-c5f69b65 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-e64feb91-1be3-0aab-4f62-2fcb93584cba-c5f69b65 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-e64feb91-1be3-0aab-4f62-2fcb93584cbe-c5f69b65 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-e64feb91-1be3-0aab-4f62-2fcb93584cc0-c5f69b65 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-e64feb91-1be3-0aab-4f62-2fcb93584cc8-c5f69b65 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-e64feb91-1be3-0aab-4f62-2fcb93584cd7-c5f69b65 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fa3-c5f69b66 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fb1-c5f69b66 {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-b27bafe2-a441-739b-8a19-00f3822c1224-c5f69b66 {
    grid-area: 2 / 3 / 3 / 12;
  }

  #w-node-_1f8f4512-c95d-914f-25aa-4f195f65801c-c5f69b66 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_35ea5471-b408-5f29-51c6-50a9729f3db4-c5f69b66 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-e958ac3f-86aa-12d4-5b13-251df6993226-c5f69b66 {
    grid-area: 1 / 1 / 4 / 6;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fbd-c5f69b66 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fbe-c5f69b66 {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-_37897702-34b2-942e-8eef-5b22d1df9fc6-c5f69b66 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_271f3428-216e-3ebf-f630-3d9780adcc73-c5f69b66 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_271f3428-216e-3ebf-f630-3d9780adcc78-c5f69b66 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-_271f3428-216e-3ebf-f630-3d9780adcc7b-c5f69b66 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-c2f9f485-8962-fd60-a288-461a03f03627-c5f69b66 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-c2f9f485-8962-fd60-a288-461a03f0362b-c5f69b66 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-c2f9f485-8962-fd60-a288-461a03f0362d-c5f69b66 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-c2f9f485-8962-fd60-a288-461a03f03635-c5f69b66 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-c2f9f485-8962-fd60-a288-461a03f03644-c5f69b66 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-ba24ca12-1c47-35c1-7e52-43154cdabfd1-c5f69b66 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-ba24ca12-1c47-35c1-7e52-43154cdabfd5-c5f69b66 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-ba24ca12-1c47-35c1-7e52-43154cdabfd7-c5f69b66 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-ba24ca12-1c47-35c1-7e52-43154cdabfdf-c5f69b66 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-ba24ca12-1c47-35c1-7e52-43154cdabfee-c5f69b66 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-dc6909e0-b6eb-8a40-28f5-fd86a794155a-c5f69b67 {
    grid-area: 1 / 3 / 2 / 12;
  }

  #w-node-_59edcd86-a4e9-5026-1a6b-cbc64c758ee8-c5f69b67 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_16a957da-27ba-70c9-0ae8-4e6484184460-c5f69b67 {
    grid-area: 1 / 3 / 2 / 13;
    justify-self: stretch;
  }

  #w-node-_59edcd86-a4e9-5026-1a6b-cbc64c758f62-c5f69b67 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07a6-c5f69b67 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07aa-c5f69b67 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07ac-c5f69b67 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07b4-c5f69b67 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_01b7b2bf-5edd-ad3b-6dc4-1aa91c2c07c3-c5f69b67 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-e2c256d0-a890-752f-e483-72ef8f48def9-c5f69b67 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-e2c256d0-a890-752f-e483-72ef8f48defd-c5f69b67 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-e2c256d0-a890-752f-e483-72ef8f48deff-c5f69b67 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-e2c256d0-a890-752f-e483-72ef8f48df07-c5f69b67 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-e2c256d0-a890-752f-e483-72ef8f48df16-c5f69b67 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-da98f133-e6ab-cf31-cf1b-aaa43b45c3b5-c5f69b6a {
    grid-area: 2 / 2 / 3 / 11;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6a9-c5f69b6a {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_382850e1-7d02-2089-2846-2bd5c05c26bd-c5f69b6a {
    grid-area: 1 / 2 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6c8-c5f69b6a {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-e356b119-3154-c87b-66d8-1a83433c9e33-c5f69b6a {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_9eb0d67b-dd1a-6a78-5d56-cb21d9b5252d-c5f69b6a {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_9e1155c5-5915-b101-b7ad-5af5596eab25-c5f69b6a {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_9e1155c5-5915-b101-b7ad-5af5596eab2b-c5f69b6a {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_9e1155c5-5915-b101-b7ad-5af5596eab2d-c5f69b6a {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b6dc-c5f69b6a {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_794d22e8-0346-61e3-7f5b-46399ae388cd-c5f69b6a {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b725-c5f69b6a {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b735-c5f69b6a {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b737-c5f69b6a {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b74c-c5f69b6a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b750-c5f69b6a {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b752-c5f69b6a {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b75a-c5f69b6a {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-ab19e4a8-6c94-7c10-7be3-d2b3b7c1b769-c5f69b6a {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_32b915d2-f6e1-b222-f20b-334257a42599-c5f69b6a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_32b915d2-f6e1-b222-f20b-334257a4259d-c5f69b6a {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_32b915d2-f6e1-b222-f20b-334257a4259f-c5f69b6a {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_32b915d2-f6e1-b222-f20b-334257a425a7-c5f69b6a {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_32b915d2-f6e1-b222-f20b-334257a425b6-c5f69b6a {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5c9e-c5f69b6f {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cb3-c5f69b6f {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cb5-c5f69b6f {
    grid-area: 2 / 3 / 3 / 12;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cc2-c5f69b6f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5cc8-c5f69b6f {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d29-c5f69b6f {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d2e-c5f69b6f {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d36-c5f69b6f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d79-c5f69b6f {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d87-c5f69b6f {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-_17cd7087-a001-643e-727a-7cc7fc3b5d8a-c5f69b6f {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4db-c5f69b6f {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4df-c5f69b6f {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4e1-c5f69b6f {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4e9-c5f69b6f {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_3acea308-d9a8-a652-7c6e-96991cdfd4f8-c5f69b6f {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_886631df-76a7-1661-199e-5c2a22e2962d-c5f69b6f {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_886631df-76a7-1661-199e-5c2a22e29631-c5f69b6f {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_886631df-76a7-1661-199e-5c2a22e29633-c5f69b6f {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_886631df-76a7-1661-199e-5c2a22e2963b-c5f69b6f {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_886631df-76a7-1661-199e-5c2a22e2964a-c5f69b6f {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a60-c5f69b7b {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a66-c5f69b7b {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a6b-c5f69b7b {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a6e-c5f69b7b {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_0134c581-3b4a-7765-8a1d-8b9110e45a7a-c5f69b7b {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-d4127492-5a78-b46e-2c67-4f134adc7bbc-c5f69b7b {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eeca76d8-a26c-faf8-d391-f781a998ee7c-c5f69b7b {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-eeca76d8-a26c-faf8-d391-f781a998ee80-c5f69b7b {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-eeca76d8-a26c-faf8-d391-f781a998ee82-c5f69b7b {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-eeca76d8-a26c-faf8-d391-f781a998ee8a-c5f69b7b {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-eeca76d8-a26c-faf8-d391-f781a998ee99-c5f69b7b {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f272-c5f69b7b {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f276-c5f69b7b {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f278-c5f69b7b {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f280-c5f69b7b {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-f5d624b5-f3e1-4720-43cc-97ba8fc7f28f-c5f69b7b {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7cc-c5f69b7d {
    grid-area: 2 / 2 / 3 / 11;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7d9-c5f69b7d {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b7f1-c5f69b7d {
    grid-area: 1 / 2 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b871-c5f69b7d, #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b829-c5f69b7d {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b840-c5f69b7d {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_906fa36b-7b90-eb1e-59ea-c3cfacb8b8d8-c5f69b7d, #w-node-d638068f-5984-cc17-b330-3097d4da4ff2-c5f69b7d {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93ae-c5f69b7d {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93b2-c5f69b7d {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93b4-c5f69b7d {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93bc-c5f69b7d {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-d7b83dbd-7fc8-e6e8-53e3-97bc1bfc93cb-c5f69b7d {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d17-c5f69b7d {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d1b-c5f69b7d {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d1d-c5f69b7d {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d25-c5f69b7d {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-bc5a62ca-580d-7ea4-1f64-fe4832514d34-c5f69b7d {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664707-c5f69b7e {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c766470d-c5f69b7e {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664715-c5f69b7e {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664721-c5f69b7e {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c7664722-c5f69b7e {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-_77f7c0a5-d474-41ae-ad8b-2cb4c766472a-c5f69b7e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12be98-c5f69b7e {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12be9c-c5f69b7e {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12be9e-c5f69b7e {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12bea6-c5f69b7e {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_02af1f6d-e9c0-221e-35b4-cc6d6d12beb5-c5f69b7e {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-bb0abdb6-a775-713a-b1a3-2c803903c85d-c5f69b7e {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-bb0abdb6-a775-713a-b1a3-2c803903c861-c5f69b7e {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-bb0abdb6-a775-713a-b1a3-2c803903c863-c5f69b7e {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-bb0abdb6-a775-713a-b1a3-2c803903c86b-c5f69b7e {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-bb0abdb6-a775-713a-b1a3-2c803903c87a-c5f69b7e {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd001e-c5f69b7f {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd002c-c5f69b7f {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd0033-c5f69b7f {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_4ee46630-a2ed-3abd-588f-e09bba821631-c5f69b7f {
    grid-area: 4 / 1 / 5 / 13;
  }

  #w-node-_84f960d9-b6a0-3653-30a6-db3467bd00d2-c5f69b7f, #w-node-_3739a0ba-7434-ef8e-11fc-689af4a909e1-c5f69b7f {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_3739a0ba-7434-ef8e-11fc-689af4a909e9-c5f69b7f {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-_3739a0ba-7434-ef8e-11fc-689af4a909f1-c5f69b7f {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-d2fa0e2e-4b1c-af18-5ecb-88e975189286-c5f69b7f {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d2fa0e2e-4b1c-af18-5ecb-88e97518928a-c5f69b7f {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-d2fa0e2e-4b1c-af18-5ecb-88e97518928c-c5f69b7f {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-d2fa0e2e-4b1c-af18-5ecb-88e975189294-c5f69b7f {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-d2fa0e2e-4b1c-af18-5ecb-88e9751892a3-c5f69b7f {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039e4-c5f69b7f {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039e8-c5f69b7f {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039ea-c5f69b7f {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_9070cb18-7b0e-ddc1-5c70-499a92b039f2-c5f69b7f {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_9070cb18-7b0e-ddc1-5c70-499a92b03a01-c5f69b7f {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69b81 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69b81 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-c5f69b81 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-c5f69b81 {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b81 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_6373fa6f-719f-eded-6ab5-62882072f0ae-c5f69b81 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_4fdd1f12-d8da-ae9a-5f38-d78462886193-c5f69b81 {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-c5f69b81 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69b81 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b81 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69b81 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b81 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-c5f69b81 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-c5f69b81 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69b81 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69b81 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-c5f69b81 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d788459-c5f69b83 {
    grid-area: 1 / 1 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-_37f13dbe-b11c-a924-b5dc-207cf1c87703-c5f69b83 {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d78849e-c5f69b83 {
    grid-area: 1 / 3 / 2 / 12;
    justify-self: start;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884c9-c5f69b83 {
    grid-area: 1 / 11 / 2 / 13;
    place-self: center start;
  }

  #w-node-_6080e84e-bd15-d5e0-e8cf-a1c10d7884ce-c5f69b83 {
    grid-area: 1 / 7 / 2 / 11;
    place-self: center end;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b83 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69b83 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69b83 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_9f2f3424-3c4d-85de-0e32-940dbe818653-c5f69b83 {
    grid-area: 1 / 2 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_95126ebf-c08f-44fa-1a22-d6924088144e-c5f69b83 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-bb6df05e-c971-12ec-b6bb-2521e7fc0367-c5f69b83 {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-cc8dafba-150c-95fd-93c8-407b382d95ab-c5f69b83 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ba1641b8-7aff-245f-8cf8-036aefb81ccc-c5f69b83 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: start;
  }

  #w-node-_67ab5b50-1e99-69dd-73fd-ddec49091bac-c5f69b83 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-_8b0ef579-d2ba-f485-c717-883eda439fd4-c5f69b83 {
    grid-column: 1 / 13;
  }

  #w-node-c07976b0-deca-49b0-7a22-6d09bee4bc35-c5f69b83 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-c07976b0-deca-49b0-7a22-6d09bee4bc3d-c5f69b83 {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-c07976b0-deca-49b0-7a22-6d09bee4bc45-c5f69b83 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d88-c5f69b83 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d93-c5f69b83 {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d9b-c5f69b83 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69b83 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_7b04199e-a02e-80ae-bff2-f05e1c1ded79-c5f69b83 {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69b83 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69b83 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69b83 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69b83 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69b83 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb49b5-c5f69b85 {
    grid-area: 1 / 1 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb49fa-c5f69b85 {
    grid-area: 1 / 3 / 2 / 12;
    justify-self: start;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb4a25-c5f69b85 {
    grid-area: 1 / 11 / 2 / 13;
    place-self: center start;
  }

  #w-node-_54e43481-893d-362a-d66f-e2e140fb4a2a-c5f69b85 {
    grid-area: 1 / 7 / 2 / 11;
    place-self: center end;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69b85 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69b85 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-b57894fc-dc6c-5481-8f37-5f2a24393d33-c5f69b85 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-b57894fc-dc6c-5481-8f37-5f2a24393d35-c5f69b85 {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b85 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_809b7577-7bce-239d-afd3-3b35d0ef1691-c5f69b85 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_809b7577-7bce-239d-afd3-3b35d0ef1693-c5f69b85 {
    grid-column-end: 2;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b85 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69b85 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b85 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-c5f69b85 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-c5f69b85 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69b85 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69b85 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-c5f69b85 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69b86 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69b86 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69b86 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69b86 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69b86 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-a7322934-4d87-b3b0-6362-229a676c845d-c5f69b86 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-a7322934-4d87-b3b0-6362-229a676c8461-c5f69b86 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-a7322934-4d87-b3b0-6362-229a676c8463-c5f69b86 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-a7322934-4d87-b3b0-6362-229a676c846b-c5f69b86 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-a7322934-4d87-b3b0-6362-229a676c847a-c5f69b86 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69b87 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69b87 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-b57894fc-dc6c-5481-8f37-5f2a24393d33-c5f69b87 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-b57894fc-dc6c-5481-8f37-5f2a24393d35-c5f69b87 {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69b87 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_809b7577-7bce-239d-afd3-3b35d0ef1691-c5f69b87 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_809b7577-7bce-239d-afd3-3b35d0ef1693-c5f69b87 {
    grid-column-end: 2;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69b87 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69b87 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69b87 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-c5f69b87 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-c5f69b87 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69b87 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69b87 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-c5f69b87 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_06ad1ce4-7d65-a6fe-385d-d59e2af24fc6-c5f69b89, #w-node-_27065e69-856f-b665-1686-02a43b448d6b-c5f69b89 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69ba7 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69ba7 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b5-c5f69ba7 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b7-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69ba7 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_5016fbd6-7560-71e9-f501-865b0330f74d-c5f69ba7 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-e08197ab-ca50-6d98-702e-532aff675f26-c5f69ba7 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-e08197ab-ca50-6d98-702e-532aff675f2a-c5f69ba7 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-e08197ab-ca50-6d98-702e-532aff675f2c-c5f69ba7 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-e08197ab-ca50-6d98-702e-532aff675f34-c5f69ba7 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-e08197ab-ca50-6d98-702e-532aff675f43-c5f69ba7 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69ba8 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69ba8 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69ba8 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69ba8 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69ba8 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69ba8 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69ba8 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69ba8 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69ba8 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69ba8 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098747-d909872e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad909874d-d909872e, #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098755-d909872e {
    grid-area: 2 / 1 / 3 / 13;
    justify-self: center;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad9098798-d909872e {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad90987a6-d909872e {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-eb233c90-7f23-ac5a-8455-ac8ad90987ae-d909872e {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be34e-c5f69bbb {
    grid-area: 1 / 1 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-c9e7a4e9-7bc4-147a-749c-594e37354375-c5f69bbb {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be3fd-c5f69bbb {
    grid-area: 1 / 3 / 2 / 12;
    justify-self: start;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be491-c5f69bbb {
    grid-area: 1 / 11 / 2 / 13;
    place-self: center start;
  }

  #w-node-_25818945-8869-61f6-9ec7-7609ce7be496-c5f69bbb {
    grid-area: 1 / 7 / 2 / 11;
    place-self: center end;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bbb {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69bbb {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69bbb {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_9f2f3424-3c4d-85de-0e32-940dbe818653-c5f69bbb {
    grid-area: 1 / 2 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_95126ebf-c08f-44fa-1a22-d6924088144e-c5f69bbb {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-bb6df05e-c971-12ec-b6bb-2521e7fc0367-c5f69bbb {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-cc8dafba-150c-95fd-93c8-407b382d95ab-c5f69bbb {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-ba1641b8-7aff-245f-8cf8-036aefb81ccc-c5f69bbb {
    grid-area: 1 / 1 / 2 / 13;
    align-self: start;
  }

  #w-node-_67ab5b50-1e99-69dd-73fd-ddec49091bac-c5f69bbb {
    grid-area: 2 / 1 / 3 / 13;
    align-self: end;
  }

  #w-node-_657092fe-7b35-da13-bf63-e6e9b81a376c-c5f69bbb {
    grid-column: 1 / 13;
  }

  #w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7ba-c5f69bbb {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7bc-c5f69bbb {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-_70ef6277-68c8-0cf9-6d0f-01823295f7c6-c5f69bbb {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d88-c5f69bbb {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d93-c5f69bbb {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-_99c7219c-1543-34ee-036f-fcefc3e20d9b-c5f69bbb {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69bbb {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_7b04199e-a02e-80ae-bff2-f05e1c1ded79-c5f69bbb {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69bbb {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69bbb {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69bbb {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69bbb {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69bbb {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bbc {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69bbc {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69bbc {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c7-c5f69bbc {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_2f17c083-eae5-b5ba-9d3b-d1792c6fb7c9-c5f69bbc {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69bbc {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69bbc {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69bbc {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69bbc {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69bbc {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_959d06fe-35ca-355e-3465-05ae679c0e30-c5f69bbc {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-f8d62309-1645-4500-e6a8-18a4ed9a0c06-c5f69bbc {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b44-c5f69bbc {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_41437d77-99a4-9a90-a8a9-c73aaadf6b54-c5f69bbc {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69bbc {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69bbc {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69bbc {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69bbc {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69bbc {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bbd {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-bb74645f-1ea7-3041-1afb-602f7934128a-c5f69bbd {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc72b-c5f69bbd {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73c-c5f69bbd {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-b0b2adfc-8436-2c98-7e81-e587065fc73e-c5f69bbd {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_1cae3437-3306-81ce-795e-5a32452840d5-c5f69bbd {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_1cae3437-3306-81ce-795e-5a32452840d9-c5f69bbd {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_1cae3437-3306-81ce-795e-5a32452840db-c5f69bbd {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_1cae3437-3306-81ce-795e-5a32452840e3-c5f69bbd {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_1cae3437-3306-81ce-795e-5a32452840f2-c5f69bbd {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210f9ba-c5f69bbe {
    grid-area: 1 / 1 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210f9ff-c5f69bbe {
    grid-area: 1 / 3 / 2 / 12;
    justify-self: start;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210fa2a-c5f69bbe {
    grid-area: 1 / 11 / 2 / 13;
    place-self: center start;
  }

  #w-node-_00354f41-153d-800e-f9e8-c46da210fa2f-c5f69bbe {
    grid-area: 1 / 7 / 2 / 11;
    place-self: center end;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c462eb-c5f69bbe {
    grid-area: 1 / 1 / 2 / 13;
    place-self: stretch stretch;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c46320-c5f69bbe {
    grid-area: 1 / 3 / 2 / 12;
    justify-self: start;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c4634b-c5f69bbe {
    grid-area: 1 / 11 / 2 / 13;
    place-self: center start;
  }

  #w-node-_669b9614-f793-7f34-11ce-eaf581c46350-c5f69bbe {
    grid-area: 1 / 7 / 2 / 11;
    place-self: center end;
  }

  #w-node-_64164bed44e6f1e19b4a8a71000000000012-c5f69bbe {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928e7-c5f69bbe {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928eb-c5f69bbe {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928ed-c5f69bbe {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_724ee2ea-0f9a-9192-f590-cbd34ed928f5-c5f69bbe {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_724ee2ea-0f9a-9192-f590-cbd34ed92904-c5f69bbe {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-a9bbbcaf-9fce-47be-4421-34a730aaab22-c5f69bbe {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-a9bbbcaf-9fce-47be-4421-34a730aaab26-c5f69bbe {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-a9bbbcaf-9fce-47be-4421-34a730aaab28-c5f69bbe {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-a9bbbcaf-9fce-47be-4421-34a730aaab30-c5f69bbe {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-a9bbbcaf-9fce-47be-4421-34a730aaab3f-c5f69bbe {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69bbf {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69bbf {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-c5f69bbf {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-c5f69bbf {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_1d6fa7ca-cdd5-be2b-f9cd-7df3867bcdd4-c5f69bbf {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_6373fa6f-719f-eded-6ab5-62882072f0ae-c5f69bbf {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_4fdd1f12-d8da-ae9a-5f38-d78462886193-c5f69bbf {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-c5f69bbf {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69bbf {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bbf {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69bbf {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bbf {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_73d43eb0-7700-2bf3-d002-517f7c9768b5-c5f69bbf {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_73d43eb0-7700-2bf3-d002-517f7c9768b9-c5f69bbf {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_73d43eb0-7700-2bf3-d002-517f7c9768bb-c5f69bbf {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_73d43eb0-7700-2bf3-d002-517f7c9768c3-c5f69bbf {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_73d43eb0-7700-2bf3-d002-517f7c9768d2-c5f69bbf {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a7-c5f69bc0 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a9-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2943-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2949-c5f69bc0 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e294b-c5f69bc0 {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2953-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e2959-c5f69bc0 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_92168e85-d930-e73d-ae66-fe3dcd5e295b-c5f69bc0 {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69bc0 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69bc0 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bc0 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-c5f69bc0 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-c5f69bc0 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-c5f69bc0 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-c5f69bc0 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-c5f69bc0 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a7-c5f69bc1 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-f4dd0a44-9f73-15c3-8428-b1192223b9a9-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-a187e2f9-7142-0502-b15e-0dd155a3a39a-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-a187e2f9-7142-0502-b15e-0dd155a3a3a5-c5f69bc1 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-a187e2f9-7142-0502-b15e-0dd155a3a3a9-c5f69bc1 {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_3c31c8da-df18-53c8-1367-10627a49c0e8-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_3c31c8da-df18-53c8-1367-10627a49c0ee-c5f69bc1 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_3c31c8da-df18-53c8-1367-10627a49c0f0-c5f69bc1 {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-c5f69bc1 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-c5f69bc1 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-c5f69bc1 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e0a-c5f69bc1 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e0e-c5f69bc1 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e10-c5f69bc1 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e18-c5f69bc1 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_3c955ab8-f4a3-3114-6cfe-335ac4277e27-c5f69bc1 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_48a98ea6-9bfa-a447-ef0c-836c5b537ee0-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_73c93f7e-e85c-d6de-2ece-0e25734749b0-c5f69bc3 {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_43eca54a-4f39-d7d5-c032-4537c883bf15-c5f69bc3 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b5-c5f69bc3 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-bd0782af-ab7d-4dc8-d22c-0d0713b145b7-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d788-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_0f83ede8-506b-4166-0d41-df9951c5d799-c5f69bc3 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_5016fbd6-7560-71e9-f501-865b0330f74d-c5f69bc3 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_427d6b7d-19c3-1287-6d73-c9b1c3c5d6af-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bcd-c5f69bc3 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd1-c5f69bc3 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4bd3-c5f69bc3 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4be7-c5f69bc3 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_31d8f3b8-ec22-c3b2-4661-680ed5ca4c24-c5f69bc3 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_24d3e113-d000-5900-9700-c6db68d77f04-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-dc084ec7-c18f-6b14-d9af-5a35cf649427-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_620cb943-d7d6-2f44-f81b-b2dfb71dcf22-5bfc1ce7 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_620cb943-d7d6-2f44-f81b-b2dfb71dcf24-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-_6ed31a42-8252-5656-36b9-2cfb5580a71b-5bfc1ce7 {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-_6ed31a42-8252-5656-36b9-2cfb5580a723-5bfc1ce7 {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-d161cd47-727a-4368-b1ff-4cbee7390776-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-d161cd47-727a-4368-b1ff-4cbee7390784-5bfc1ce7 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-d161cd47-727a-4368-b1ff-4cbee739078d-5bfc1ce7 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b6a-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b6f-5bfc1ce7 {
    grid-area: 2 / 1 / 3 / 13;
    place-self: end;
  }

  #w-node-_511b0a8f-eee8-212e-8386-c5508e6f7b79-5bfc1ce7 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae1f9-5bfc1ce7 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae1fd-5bfc1ce7 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae1ff-5bfc1ce7 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae207-5bfc1ce7 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-fb8e64d0-5c68-4a52-f9d5-66dc6b0ae216-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_97fa79e0-9f17-6345-4871-646024376655-5bfc1ce7 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_97fa79e0-9f17-6345-4871-646024376659-5bfc1ce7 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_97fa79e0-9f17-6345-4871-64602437665b-5bfc1ce7 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_97fa79e0-9f17-6345-4871-646024376663-5bfc1ce7 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_97fa79e0-9f17-6345-4871-646024376672-5bfc1ce7 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_671f9c141466ca10be4e07dd00000000000b-be4e07da {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_540244e9-9a2c-7ed7-1cc5-9ba132670557-be4e07da {
    grid-column: 2 / 12;
  }

  #w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecac-be4e07da {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecb5-be4e07da, #w-node-d2c4e728-13ee-8566-64c0-5e2ae254ecb9-be4e07da {
    grid-column-start: 3;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-95ce277d {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-95ce277d {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-95ce277d {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-95ce277d {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c720a-95ce277d {
    grid-column: 1 / 13;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-95ce277d {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-95ce277d {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-95ce277d {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-95ce277d {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-95ce277d {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e4-95ce277d {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064e8-95ce277d {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064ea-95ce277d {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064f2-95ce277d {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c206501-95ce277d {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_248be89a-aeb3-8218-9cad-29d6b6a23286-2ab18b94 {
    grid-column: 2 / 12;
  }

  #w-node-_3f245f9e-1d96-7b3d-fda7-8b778bdc6edd-2ab18b94, #w-node-_14dfde72-708f-16a0-2fc4-3ab765b1ccc3-2ab18b94, #w-node-e25b3f41-6933-c879-7d3a-59dffe491cae-2ab18b94, #w-node-_10c63ce0-b1ad-c654-2c8c-ac811b5d789f-2ab18b94 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_2cbaaf59-13da-66c4-bea0-bedafdda8fd2-2ab18b94, #w-node-_69f4d5d1-f32d-0dd0-561c-15d012f419b9-2ab18b94 {
    grid-column-end: 12;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535ea4-2ab18b94, #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535e98-2ab18b94 {
    grid-column: 2 / 12;
  }

  #w-node-_68302a9d-385d-91e8-64fc-bf7ded4edb18-2ab18b94 {
    grid-area: 3 / 2 / 4 / 8;
  }

  #w-node-_5d52ec01-cc74-c03a-da18-dd79bfe37e53-2ab18b94 {
    grid-column: 2 / 3;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535eb4-2ab18b94 {
    grid-column: 3 / 12;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535ec2-2ab18b94 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: start;
  }

  #w-node-_4f3f8b33-7429-9a6c-7e97-7ae8ae535efb-2ab18b94, #w-node-_8da5e6dd-e709-fd3b-d0bd-9ea3eede0250-2ab18b94 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_21c3807a-ed78-2384-8488-dd482e0f165d-2ab18b94 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_21c3807a-ed78-2384-8488-dd482e0f1661-2ab18b94 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_21c3807a-ed78-2384-8488-dd482e0f1663-2ab18b94 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_21c3807a-ed78-2384-8488-dd482e0f166b-2ab18b94 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_21c3807a-ed78-2384-8488-dd482e0f167a-2ab18b94 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_69aa3437-63a0-5d83-e202-06b924b55c10-2ab18b94 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_69aa3437-63a0-5d83-e202-06b924b55c14-2ab18b94 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_69aa3437-63a0-5d83-e202-06b924b55c16-2ab18b94 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_69aa3437-63a0-5d83-e202-06b924b55c1e-2ab18b94 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_69aa3437-63a0-5d83-e202-06b924b55c2d-2ab18b94 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c20639d-1686b626 {
    grid-area: 1 / 2 / 2 / 13;
  }

  #w-node-_5d2177fb-e062-cb11-cebd-16a5d8aa23e6-1686b626 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfef8-1686b626 {
    grid-area: 1 / 3 / 2 / 11;
    place-self: stretch stretch;
  }

  #w-node-_43184431-33c2-a907-0d0b-f1f1feccfefa-1686b626 {
    grid-area: 1 / 2 / 2 / 10;
    place-self: stretch stretch;
  }

  #w-node-cea81f3a-81d0-dc3a-7a4a-7cb4980c720a-1686b626 {
    grid-column: 1 / 13;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d885c-1686b626 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-fff3018c-8e4f-bdfb-960f-7fad377d886c-1686b626 {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-_8ecf75e2-8cba-6e2b-0965-7ab80d91d159-1686b626 {
    grid-area: 1 / 2 / 2 / 13;
    align-self: end;
  }

  #w-node-e3afda68-72e1-cbea-b631-35fa672cd82b-1686b626 {
    grid-area: 2 / 2 / 3 / 10;
    align-self: center;
  }

  #w-node-cc1e84b5-e6d0-a989-c7c2-804f7c2064a0-1686b626 {
    grid-area: 3 / 2 / 4 / 13;
    align-self: center;
  }

  #w-node-_6f9cbeb0-070e-3342-c309-7e897f579436-1686b626 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_6f9cbeb0-070e-3342-c309-7e897f57943a-1686b626 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_6f9cbeb0-070e-3342-c309-7e897f57943c-1686b626 {
    grid-row-end: 4;
    grid-column-end: 12;
  }

  #w-node-_6f9cbeb0-070e-3342-c309-7e897f579444-1686b626 {
    grid-area: 4 / 2 / 4 / 12;
  }

  #w-node-_6f9cbeb0-070e-3342-c309-7e897f579453-1686b626 {
    grid-area: 1 / 2 / 2 / 5;
  }
}


@font-face {
  font-family: 'Matter';
  src: url('../fonts/matter-bold.woff') format('woff'), url('../fonts/matter-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/matter-medium.woff') format('woff'), url('../fonts/matter-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/matter-regular.woff') format('woff'), url('../fonts/matter-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}