@font-face {
  font-family: Title;
  src: url('../fonts/Courier-New-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Title;
  src: url('../fonts/Courier-New.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Title;
  src: url('../fonts/Courier-New-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Title;
  src: url('../fonts/Courier-New-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Logo;
  src: url('../fonts/Cyrene.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Secondary;
  src: url('../fonts/UglyDaveRegular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #fcfcfc;
  --black: #3b3b3b;
  --border: #e1dfdd;
  --white: white;
  --accent: #f3f1ef;
  --_alt-colours---two: #c9c6bc;
  --secondary: #f0eeec;
  --_alt-colours---four: #d2c8b8;
  --_alt-colours---one: #928f89;
  --_alt-colours---three: #a6a49c;
  --_alt-colours---five: #6e6a65;
  --_alt-colours---six: #b0aa9a;
}

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

body {
  background-color: var(--background);
  color: var(--black);
  padding-top: 130px;
  font-family: Title, Times New Roman, sans-serif;
  font-size: .85rem;
  line-height: 1.5;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Secondary, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Secondary, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-bottom: 0;
  font-weight: 600;
}

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

p {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: .9rem;
}

.navigation {
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #efefef1a;
  border-bottom: 1px solid #928f8933;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding: .5% 2%;
  display: flex;
}

.announcment {
  border-bottom: 1px solid var(--background);
  background-color: var(--black);
  width: 100%;
  height: auto;
  color: var(--background);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: .5em 5%;
  font-family: Title, Times New Roman, sans-serif;
}

.nav-t-left {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  flex: 1;
  justify-content: flex-end;
  height: 50px;
  display: flex;
}

.nav-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.first {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.nav-link.end {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  height: 50px;
  padding-right: 2em;
  right: -3.6em;
}

.nav-link.hidden {
  display: none;
}

.nav-btm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: uppercase;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  line-height: 1.5;
  display: none;
  position: relative;
}

.mob-cart {
  display: none;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-tag {
  color: #333;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
}

.nav-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menu-wrapper {
  flex: 0 auto;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.comp-bar {
  align-items: center;
  height: auto;
  margin-top: 15px;
  display: flex;
}

.menu {
  flex: 0 auto;
  width: 70%;
  height: 50px;
  margin-left: auto;
  margin-right: 0;
}

.comp-ico {
  opacity: .72;
  background-image: url('../images/arrow-blk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.light-definition {
  color: #999;
  align-self: center;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.light-definition.darker {
  z-index: 6;
  align-self: auto;
  margin-top: 2px;
  font-family: Title, Times New Roman, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.header {
  z-index: 11;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.pdp-head-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding: 40px 5% 40px 2%;
  display: grid;
}

.pdp-head-wrap.home-phonetics {
  z-index: 4;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background);
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr 16px 1fr 2fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  max-width: 1550px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 8vh 0% 7vh;
  display: flex;
  position: relative;
}

.definition {
  text-align: left;
  flex-flow: row-reverse;
  margin-bottom: 0;
  font-family: Title, Times New Roman, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
}

.header-box {
  border: 1px solid var(--border);
  background-image: url('../images/Pot.avif');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 400px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section {
  position: relative;
}

.market-block-parent {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 4em;
}

.marketing-block {
  z-index: 4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Title, Times New Roman, sans-serif;
  display: flex;
  position: relative;
}

.promise {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--border);
  background-color: var(--white);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.promise-img {
  height: 12px;
}

.horizontal {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.horizontal.pdp-horizontal {
  border-top-style: none;
  border-bottom-style: none;
  flex: 1;
  width: auto;
  max-width: 49%;
  margin-bottom: 25px;
  padding-left: 0%;
  padding-right: 0%;
}

.horizontal.pdp-horizontal.left {
  padding-left: 1%;
  padding-right: 1%;
}

.horizontal.market-block-parent {
  margin-top: 4em;
  margin-bottom: 0;
}

.horizontal.materials {
  width: 100%;
}

.horizontal.no-top {
  border-top-style: none;
}

.horizontal.padding-bottom {
  margin-bottom: 25px;
}

.horizontal.empty {
  border-top-style: none;
  border-bottom-style: none;
  margin-bottom: 25px;
  padding-left: 0%;
  padding-right: 0%;
}

.horizontal.extra {
  display: none;
}

.horizontal.no-line {
  border-top-style: none;
  border-bottom-style: none;
}

.horizontal.no-bottom {
  border-bottom-style: none;
}

.vertcial {
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  width: 100%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.vertcial.alt {
  border-right-style: none;
  flex: 1;
  padding: 2px;
}

.vertcial.all-cate {
  border: 3px solid var(--accent);
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.vertcial.home {
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.vertcial.home.circled {
  background-color: var(--background);
  border: 5px solid #fff;
  border-radius: 400px;
  max-width: 1500px;
  padding: 0;
}

.vertcial.no-line {
  border-left-style: none;
  border-right-style: none;
}

.card-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  color: var(--background);
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  padding: 5px 2%;
  display: flex;
}

.card-button.alt {
  margin-top: 0;
  text-decoration: none;
}

.arrow {
  background-image: url('../images/arrow-blk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.arrow.card-arrow {
  background-image: url('../images/Arrow-wht.svg');
  width: 25px;
  height: 15px;
}

.arrow.card-arrow.light {
  filter: none;
  background-image: url('../images/arrow-light.svg');
}

.arrow.light {
  background-image: url('../images/Arrow-wht.svg');
}

.arrow.usp-arrow {
  background-image: url('../images/arrow.svg');
  width: 25px;
  height: 15px;
}

.card-pdp-img {
  object-fit: cover;
  height: 250px;
  position: relative;
}

._4col {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.two-column-text {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  background-color: var(--background);
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 5px;
  padding: 50px 5% 25px;
  display: grid;
}

.table-row {
  border-bottom: 1px dashed var(--_alt-colours---two);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 8px;
  display: flex;
}

._4-col-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--background);
  color: var(--black);
  flex-flow: column;
  text-decoration: none;
  transition: padding .4s, background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

._4-col-card:hover {
  background-color: #fff;
}

.spotlight {
  background-color: var(--accent);
  padding: 5px;
}

.card-bio {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.card-p-p {
  font-family: Figtree, sans-serif;
  font-size: 11px;
  line-height: 1;
}

.card-p-p.title {
  text-transform: capitalize;
  margin-right: 5px;
  font-weight: 700;
}

.card-info-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding: 2%;
  display: flex;
}

.container {
  z-index: 2;
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  flex-flow: column;
  width: 100vw;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.top-50 {
  padding-top: 50px;
}

.container.pdp-all {
  padding-bottom: 50px;
}

.container.with-padding {
  background-color: var(--background);
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  overflow: visible;
}

.usp-title-wrapper {
  z-index: 11;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 5px solid var(--accent);
  background-color: var(--black);
  color: var(--background);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.bio-h2 {
  text-align: center;
  font-family: Secondary, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 200;
  line-height: 1.2;
}

.marketing-block-footer {
  z-index: 4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  max-width: 1550px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.legal-grid-block {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  display: flex;
}

.marketing-grid-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 4em;
  padding-bottom: 6em;
  font-size: 13px;
  display: flex;
}

.marketing-grid-block.right {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-around;
  align-items: flex-end;
  padding-top: 4em;
  padding-bottom: 2em;
}

.relative {
  position: relative;
}

.social {
  color: var(--border);
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Figtree, sans-serif;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity .4s;
}

.social:hover {
  opacity: .7;
}

.pdp-card-img {
  z-index: 12;
  max-width: none;
  height: 300px;
  position: relative;
}

.flex-center {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid var(--border);
  background-color: var(--secondary);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  padding: 50px 1px 1px;
  display: flex;
}

.flex-center.padding-bottom-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 5px solid var(--white);
  background-color: var(--background);
  padding-bottom: 50px;
}

.flex-center.wholesale-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--background);
  border-bottom-style: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-container {
  flex: 1;
  padding-left: 2em;
  padding-right: 2em;
}

.admin-ting {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: .6rem;
  display: flex;
}

.icons {
  opacity: .5;
  height: 200px;
}

.footer-wrap {
  z-index: 100;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tag {
  text-transform: uppercase;
  margin-bottom: 0;
}

.colour-text-select {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Figtree, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.mix {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  color: var(--black);
  cursor: pointer;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.mix.empty {
  cursor: default;
  background-image: url('../images/fuhara.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 80vh;
  max-height: 800px;
}

.mix.empty:hover {
  border-style: none;
}

.mix.empty.second {
  background-image: url('../images/Gigil.avif');
}

.mix.empty.third {
  background-image: url('../images/Peiskos.avif');
}

.mix.empty.fourth {
  background-image: url('../images/Yaksok-lifestyle-min.png');
}

.mix.empty.fifth {
  background-image: url('../images/Trofej-lifestyle-min.avif');
}

.mix.empty.sixth {
  background-image: url('../images/Marmoris-lifestyle.avif');
}

.mix.empty.seventh {
  background-image: url('../images/torus-lifestyle-min.avif');
}

.mix.empty.eighth {
  background-image: url('../images/Yoko-meshi-lifestyle.avif');
}

.subscribe-form {
  max-width: 570px;
  display: none;
}

.footer-flex {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer {
  background-color: var(--black);
  width: 100%;
  color: var(--border);
  flex-flow: column;
}

.card-imgwrap {
  border-right: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.legal-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  display: flex;
}

.cc {
  color: var(--border);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}

.cc:hover {
  text-decoration: underline;
}

.cc.opac {
  opacity: .72;
  margin-bottom: 0;
}

.mix-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.sub-txt {
  max-width: 29em;
  margin-bottom: 25px;
}

.product-header {
  grid-column-gap: 0px;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 15px;
}

.usp-card {
  justify-content: center;
  align-items: center;
  display: flex;
}

.usp-card.centred {
  background-color: #efefef;
  background-image: none;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.pdp-usp-wrap {
  border: 1px solid var(--accent);
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}

.new {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 1;
}

.usp-h5 {
  opacity: 1;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Secondary, Verdana, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.recommended {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 2em;
  display: block;
}

.disclaimer {
  opacity: .6;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
}

.usp-title-wrap {
  z-index: 30;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pairings-parent {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--accent);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.p {
  opacity: .72;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  line-height: 2;
}

.p.cursive {
  opacity: 1;
  font-family: Title, Times New Roman, sans-serif;
  font-weight: 400;
}

.ideal-companions {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  padding: 4em 15px 2em;
  display: flex;
}

.spill-width {
  z-index: 12;
  border: 1px solid var(--border);
}

.usp-h5-no {
  color: #b9b6a8;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Title, Times New Roman, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.material-img {
  z-index: 12;
  object-fit: cover;
  flex: 1;
  width: 300px;
  height: 130px;
  position: relative;
}

.lifestyle-img {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  padding-bottom: 2em;
  display: none;
  overflow: hidden;
}

.material-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--black);
  max-width: 1550px;
  color: var(--border);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 25px 5px 5px;
  display: flex;
}

.wrapper {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  background-color: var(--background);
  flex-flow: column;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.continue-reading-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  color: var(--black);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Title, Times New Roman, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.usp-tag {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.product-h1 {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Secondary, Verdana, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.pdp-lifestyle-img {
  z-index: 12;
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
}

.pdp-lifestyle-img.lifestyle {
  object-fit: cover;
}

.material-t-wrap {
  max-width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pairings-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: grid;
}

.usp-space {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--border);
  background-color: var(--background);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 15px;
  display: flex;
}

.styled {
  font-family: Title, Times New Roman, sans-serif;
}

.p-15 {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1;
}

.lifestyle-img-main {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.paring-card {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: flex;
}

.usp {
  z-index: 13;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--border);
  background-color: var(--white);
  box-shadow: 0 2px 9px 0 var(--background), 0 2px 5px 0 #3b3b3b33;
  text-align: left;
  flex-flow: column;
  padding: 5px;
  display: flex;
  position: relative;
}

.usp.usp-right {
  border-bottom: 1px solid var(--background);
  border-left: 1px solid var(--background);
}

.phonetics {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Title, Times New Roman, sans-serif;
  font-size: .7rem;
}

.card-title {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-left: 2%;
  display: flex;
}

.card-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 85%;
  padding-top: 10%;
  display: flex;
}

.button {
  background-color: var(--black);
  color: var(--background);
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.button.full {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button.text {
  border: 1px solid var(--white);
  background-color: var(--secondary);
  color: var(--black);
  justify-content: flex-start;
  padding-left: 4%;
  transition: border-color .4s, background-color .4s;
  display: block;
}

.button.text:hover {
  border-color: var(--_alt-colours---four);
  background-color: var(--border);
}

.dot {
  background-color: var(--_alt-colours---one);
  border-radius: 50%;
  width: 5px;
  min-width: 5px;
  max-width: 5px;
  height: 5px;
  min-height: 5px;
  max-height: 5px;
  margin-right: 5px;
}

.dot.three {
  background-color: var(--_alt-colours---three);
}

.dot.four {
  background-color: var(--_alt-colours---four);
}

.dot.five {
  background-color: var(--_alt-colours---five);
}

.dot.six {
  background-color: var(--_alt-colours---six);
}

.card-p {
  padding-bottom: 5px;
  padding-left: 2%;
  padding-right: 2%;
  font-family: Title, Times New Roman, sans-serif;
}

.admin {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 50px;
}

.t-c-headline-grid {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1760px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.admin-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--border);
  background-color: var(--white);
  letter-spacing: .5px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 4em;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 4em 2em 3em;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.label {
  background-color: var(--secondary);
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #b9b6a8;
  margin-bottom: 0;
  padding: 5px;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: -1em;
  left: 3em;
}

.left-align {
  margin-bottom: 10px;
  font-size: 18px;
}

.contact-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.contact-em {
  margin-bottom: 0;
  padding: 5px;
}

.live-chat {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--background);
  filter: blur(5px);
  text-align: center;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.email-p {
  background-color: #b9b6a8;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 5px;
}

._w-faq-icon {
  background-color: var(--_alt-colours---two);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.faq-stripe-2 {
  background-color: var(--black);
  width: 75%;
  height: 2px;
  position: absolute;
}

.contact-card {
  border: 1px solid var(--border);
  height: 100%;
  padding: 20px;
  position: relative;
}

.contact-card.sml {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #3b3b3b;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-card.image-contact {
  border-left-style: none;
  border-right-style: none;
  display: flex;
}

.c-faq-q-text {
  flex: 1;
  padding: 10px;
}

.dot-open {
  background-color: #91eb78;
  border-radius: 50px;
  width: 20px;
  height: 20px;
}

.faq-area {
  min-height: 50vh;
}

.direct-mail {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-a-text {
  padding: 5px 10px 10px;
}

.social-ico-contact {
  width: 20px;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  display: grid;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  position: relative;
}

.faq {
  margin-top: 2em;
  margin-bottom: 8em;
  padding-left: 5%;
  padding-right: 5%;
}

.faq-stripe-1 {
  background-color: var(--black);
  width: 2px;
  height: 75%;
}

.c-faq-item {
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-q {
  border-bottom: 1px solid var(--border);
  background-color: var(--black);
  color: var(--background);
  align-items: center;
  display: flex;
}

.c-faq {
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  text-align: center;
}

.faq-title {
  padding: 25px 15px 15px;
}

.faq-a-text {
  font-family: Title, Times New Roman, sans-serif;
  font-size: 14px;
  line-height: 2.5;
}

.logo-icon {
  object-fit: contain;
  height: 20px;
}

.burger {
  background-color: var(--black);
  background-image: url('../images/menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  padding: 20px;
  display: none;
}

.mobile-menu {
  display: none;
}

.product-title {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.product-sub {
  color: #999;
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.pdp {
  margin-bottom: 0;
}

.product {
  background-color: var(--background);
  padding-top: 81px;
}

.usp-pdp-img-wrap {
  border-bottom: 1px solid var(--white);
  background-color: var(--secondary);
  height: 100%;
}

.usp-life-img-wrap {
  border-left: 1px solid var(--background);
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  max-height: 400px;
  padding: 1px;
  display: flex;
  overflow: hidden;
}

.heading {
  font-weight: 300;
}

.wrap {
  width: 100%;
}

.usp-parent {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 5px solid var(--accent);
  background-color: var(--white);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 500px 500px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

.usp-parent.n0-bottom {
  border-bottom-style: none;
}

.usp-vid {
  filter: saturate(150%);
  width: 100%;
  height: 60vh;
  max-height: 700px;
}

.home-txt-block {
  z-index: 11;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  padding-left: 0%;
  display: flex;
}

.home-txt-block.secondary {
  padding-left: 5%;
}

.usp-space-home {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub {
  letter-spacing: 0;
  margin-top: 5px;
  font-family: Title, Times New Roman, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.max-width-450 {
  max-width: 450px;
}

.home-mask {
  z-index: 2;
  background-color: var(--white);
  margin-top: 8em;
  padding-bottom: 100px;
  position: relative;
}

.bullet-title {
  font-family: Title, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.slight {
  margin-top: 5px;
  margin-right: 15px;
  font-family: Title, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1;
}

.edu-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.edu-header {
  border-bottom: 1px solid var(--border);
  background-color: var(--white);
  text-align: center;
  align-items: center;
  height: 400px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.edu-fav {
  border: 1px solid var(--border);
  object-fit: cover;
  width: 50%;
  height: 380px;
}

.edu-vid {
  z-index: 5;
  border: 1px solid var(--_alt-colours---one);
  object-fit: cover;
  width: 550px;
  height: 350px;
  margin-left: auto;
  position: relative;
  inset: -50px 0% auto auto;
}

.edu-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3em;
  display: flex;
}

.bullet {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  max-width: 44%;
  display: flex;
}

.color-block {
  background-color: var(--black);
  color: var(--background);
  margin-bottom: 4em;
  padding: 15px;
  display: flex;
  position: relative;
}

.edu-body {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 25px 5em;
  display: flex;
}

.bullet-item {
  border-bottom: 1px solid var(--_alt-colours---one);
  padding-bottom: 10px;
}

.edu-h1 {
  border-bottom: 1px solid var(--border);
  margin-top: 5px;
  padding-top: 10px;
  font-family: Logo, Arial, sans-serif;
  font-size: 2.5rem;
}

.grey {
  color: var(--_alt-colours---two);
  font-weight: 300;
}

.text-link {
  color: var(--black);
  letter-spacing: 1px;
  background-image: url('../images/arrow.svg');
  background-position: 100% 65%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 25px;
  font-weight: 500;
  text-decoration: none;
}

.pp-card {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #b9b6a8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.know {
  z-index: 12;
  background-image: url('../images/v3_1v3.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  width: 100%;
  height: 500px;
  display: block;
  position: relative;
}

.image-cover-wrap {
  padding: 1px;
}

.image-cover-wrap.grey {
  background-color: var(--border);
}

.flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.flex.p-10 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  padding-left: 10px;
}

.flex.center {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
}

.flex.gap-10-m {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  height: 100%;
}

.image-cover {
  z-index: 12;
  border: 1px solid var(--border);
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 900px;
  position: relative;
}

.grey-2 {
  color: #b9b6a8;
}

.p-half {
  max-width: 70%;
}

.ranking {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--border);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 5px 5px auto auto;
}

.ranking.avoid-bubble {
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  left: 0;
  right: 0;
}

.ranking-dot {
  background-color: #eca24e;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.ranking-dot.worst {
  background-color: red;
}

.ranking-dot.good {
  background-color: #ecda4e;
}

.ranking-dot.best {
  background-color: #53ce45;
}

.rating-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.welcome {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 5em 10px 50px;
  display: flex;
  position: relative;
}

.avoid {
  text-align: center;
  background-color: #efefef;
  padding: 50px 50px 20px;
  position: relative;
}

.location-pin {
  background-image: url('../images/map-pin_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.pop-up-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 15px;
  display: grid;
  position: relative;
}

.store-suggestion {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.flex-h-50 {
  justify-content: space-between;
  display: flex;
}

.arrow-spacer {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-left: 5px;
  display: flex;
}

.title.suggestion-title {
  max-width: 250px;
}

.pop-item {
  color: #3b3b3b;
  background-color: #efefef;
  border: 1px solid #efefef;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 10px 15px 15px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.pop-item:hover {
  border-color: #3b3b3b;
}

.pop-item.extra {
  background-color: var(--secondary);
}

.postpurchase-avatar {
  z-index: 12;
  border: 1px solid var(--border);
  object-fit: contain;
  height: 370px;
  margin-bottom: -60px;
  position: relative;
}

.base-replace-50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 100px 10px;
  display: flex;
  position: relative;
}

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

.grid-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5px;
  display: flex;
  position: relative;
}

.grad {
  width: 40%;
  margin-bottom: 5px;
}

.grid-card-title-wrap {
  background-color: var(--background);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}

.base-replace-img {
  object-fit: contain;
  background-image: url('../images/base-min_1base-min.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  width: 50%;
}

.m-10 {
  margin-bottom: 10px;
}

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

.pdpd-buy-wrapper {
  z-index: 40;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: none;
  position: absolute;
  top: 400px;
  bottom: auto;
  right: 0%;
}

.image-cover-wrap-3 {
  background-color: #efefef;
  border-radius: 5px;
  padding: 5px;
}

.dumbbutton {
  cursor: default;
  background-color: #3b3b3b;
}

.tips-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.image-cover-4 {
  z-index: 12;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.filter-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 35px 15px 10px;
  display: flex;
  position: relative;
}

.filter-wrap.size {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  width: 98%;
  padding: 1%;
}

.size-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.mrktplc-size {
  width: 90px;
}

.size-title {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.size-p {
  font-family: Title, Times New Roman, sans-serif;
  font-size: 10px;
  line-height: 1;
}

.default {
  border-style: solid;
  border-width: 2px 1px 2px 2px;
  border-color: var(--white) var(--border) var(--white) var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  white-space: nowrap;
  background-color: #fcfcfc99;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: color .4s, border-color .4s, background-color .6s;
  display: flex;
}

.default:hover {
  border-color: var(--secondary);
}

.default.w--current {
  opacity: .5;
  background-color: #efefef;
}

.default.x-marketplace {
  color: #bcb7ae;
  background-color: #3b3b3b;
  border: 1px #000;
  flex: 0 auto;
  width: 40px;
}

.default.c3:hover {
  background-color: #ae96d4;
  border-width: 1px;
  border-color: #ae96d4;
}

.default.c2:hover {
  background-color: #e0deda;
  border-width: 1px;
  border-color: #e0deda;
}

.default.c4:hover {
  color: #f2f5f7;
  background-color: #b15533;
  border-width: 1px;
  border-color: #b15533;
}

.default.c5:hover {
  color: #dee0e0;
  background-color: #7d6556;
  border-width: 1px;
  border-color: #7d6556;
}

.default.c6:hover {
  color: #e9edf0;
  background-color: #68724d;
}

.default.c7:hover {
  color: #f2f5f7;
  background-color: #042f56;
}

.default.c8 {
  border-right-style: none;
}

.default.c8:hover {
  color: #f0f0f0;
  background-color: #3b3b3b;
}

.filter-menu {
  z-index: 130;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secondary);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 5px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  display: flex;
  position: sticky;
  inset: 120px 0% auto;
}

.cate-title {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.blog-wrapper {
  padding-left: 5%;
  padding-right: 5%;
}

.curve-block-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  place-content: end center;
  align-items: flex-end;
  height: 0;
  display: flex;
  position: absolute;
  inset: .5px 0% auto;
}

.preview-title {
  max-width: 32rem;
}

.text-size-regular-2 {
  font-size: 1em;
  line-height: 1.65;
}

.special {
  letter-spacing: 0;
  white-space: nowrap;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.sticky-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
  position: relative;
  top: -90px;
}

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

.sticky-cover {
  justify-content: center;
  height: 100%;
  display: flex;
}

.text-size-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.65;
}

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

.sticky-image {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-card-item {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.sticky-top {
  border-bottom: 1px solid #b9b6a8;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  margin-bottom: 1em;
  text-decoration: none;
  display: flex;
}

.home-about {
  z-index: 25;
  position: relative;
}

.sticky-content {
  grid-column-gap: 2rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 450px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.page-padding {
  width: 100%;
  padding-top: 80px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.page-padding._2em-padding {
  padding-top: 2em;
}

.sticky-card {
  margin-top: 10em;
}

.a-moment {
  grid-column-gap: 7vw;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin: 10vh auto;
  padding: 1rem;
  display: grid;
}

.a-moment.small-moment {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4rem 2rem;
}

.hero {
  background-image: url('../images/gxb9915r_1gxb9915r.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
  margin-top: 0;
}

.heading-large {
  letter-spacing: -3px;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
}

.sticky-description {
  max-width: 31rem;
}

.section-sticky-cards {
  z-index: 25;
  padding-bottom: 0;
  position: relative;
}

.img {
  object-fit: cover;
  max-height: 80%;
}

.sticky-base {
  z-index: 3;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #efefefb3;
  justify-content: center;
  height: 90vh;
  margin-top: -10.2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-first-base {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  margin-top: -10rem;
  margin-bottom: 9rem;
  top: 100px;
}

.sticky-base.sticky-second-base {
  z-index: 2;
  margin-top: 5rem;
  margin-bottom: 4rem;
  top: 180px;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #0006;
  align-items: center;
  display: flex;
}

.home-about-block {
  flex-direction: column;
  justify-content: space-between;
  min-height: 20rem;
  display: flex;
  position: relative;
}

.project--details-p {
  color: #575757;
  border-radius: 5px;
  max-width: 750px;
  font-size: 18px;
  line-height: 1.4;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.h5 {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.home-service-block {
  border-radius: 1rem;
  position: relative;
}

.a {
  color: #3b3b3b;
  text-decoration: none;
}

.nav-line {
  background-color: var(--border);
  width: 1px;
  height: 5px;
}

.nav-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-ico {
  background-image: url('../images/instagram-wht.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.time-taken {
  justify-content: center;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.time {
  border-right: 1px solid var(--border);
  border-left: 1px solid var(--border);
  flex-flow: column;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.time.left, .time.right {
  border-left-style: none;
  border-right-style: none;
}

.info {
  border-bottom: 1px solid var(--border);
  background-color: var(--secondary);
  text-align: center;
  margin-top: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  font-family: Title, Times New Roman, sans-serif;
}

.info-h5 {
  border-bottom: 1px solid var(--border);
  margin-bottom: 10px;
  padding-top: .5em;
  padding-bottom: 1em;
  padding-left: 1%;
  font-family: Secondary, Verdana, sans-serif;
  font-size: 1rem;
}

.info-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--border);
  align-items: center;
  margin-bottom: 5px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2%;
  font-family: Title, Times New Roman, sans-serif;
  display: flex;
}

.info-item.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.usp-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  max-height: 650px;
  padding: 20px;
  display: flex;
}

.fitfty {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(1px, 1px) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 99%;
  margin-top: 0;
  display: flex;
}

.parent {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--black);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  width: 95%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.twoway-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.feature-img {
  object-fit: cover;
  flex: 0 auto;
  height: auto;
}

.flow-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.flow-img {
  z-index: 1;
  object-fit: cover;
  min-height: 100%;
  position: relative;
}

.image-wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.last {
  letter-spacing: 0;
}

.promise-border {
  border-left: 1px solid var(--border);
  background-color: var(--accent);
  flex: 1;
  padding: 2px;
}

.promise-border.center {
  border-left-style: none;
  padding-left: 0;
  padding-right: 0;
}

.promise-border.right {
  border-right: 1px solid var(--border);
  border-left-style: none;
}

.header-dot-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3 {
  font-family: Title, Times New Roman, sans-serif;
  font-size: 1.2rem;
}

.border-box {
  border: 1px solid var(--border);
  background-color: var(--white);
  width: 100%;
  padding: 5px;
}

.sub-2 {
  margin-bottom: 4%;
}

.pdp-name {
  mix-blend-mode: difference;
  font-family: Secondary, Verdana, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.tabs {
  padding-top: 0;
}

.tabs-reverse {
  flex-flow: column-reverse wrap;
  display: flex;
}

.btw {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 5px;
  display: flex;
}

.sml {
  font-size: 1.2rem;
}

.contact-form-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
}

.contact-form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 25px;
  display: flex;
}

.contact-input {
  border: 5px solid var(--white);
  background-color: var(--background);
  height: 50px;
}

.contact-input.message {
  min-height: 150px;
}

.flex-left {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover {
  z-index: 12;
  background-color: var(--background);
  pointer-events: auto;
  position: absolute;
  inset: 0%;
}

.cover.one-col {
  background-color: var(--accent);
}

.cover.main {
  background-color: var(--accent);
  display: none;
}

.cover.fifty {
  background-color: var(--black);
}

.cover._4-col {
  background-color: var(--background);
}

.home {
  background-color: var(--background);
  padding-top: 100px;
}

.preloader {
  z-index: 9999;
  background-color: var(--white);
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 30vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.logo {
  letter-spacing: 10px;
  text-shadow: 0 2px 7px #0009;
  mix-blend-mode: soft-light;
  font-family: Logo, Arial, sans-serif;
  font-size: 100px;
  line-height: 1;
}

.ladyinblack {
  z-index: 20;
  opacity: .25;
  filter: blur(5px);
  mix-blend-mode: normal;
  height: 60vh;
  position: absolute;
  inset: auto auto 5% 5%;
}

.feature-img-wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.card-desc {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}

.colour {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  min-width: 5px;
  max-width: 5px;
  height: 5px;
  min-height: 5px;
  max-height: 5px;
  margin-right: 5px;
}

.colour.c2 {
  background-color: #e0deda;
  border-style: none;
}

.colour.c3 {
  background-color: #ae96d4;
  border-style: none;
}

.colour.c4 {
  background-color: #b15533;
  border-style: none;
}

.colour.c4:active {
  background-color: #b15533;
}

.colour.c5 {
  background-color: #7d6556;
  border-style: none;
}

.colour.c6 {
  background-color: #68724d;
  border-style: none;
}

.colour.c7 {
  background-color: #042f56;
  border-style: none;
}

.colour.c8 {
  background-color: #3b3b3b;
  border-style: none;
}

.mrkplc {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

._2rem {
  font-size: 2rem;
}

.ftr-logo {
  width: 70px;
}

.usp-text {
  margin-top: 0;
  font-weight: 400;
}

.aurora-yellow-wrap {
  position: absolute;
  inset: auto auto 0% 0%;
}

.circle-yellow03 {
  z-index: 1;
  filter: blur(120px);
  background-color: #cdc9c2;
  border-radius: 100%;
  width: 50em;
  height: 30em;
  position: absolute;
  inset: auto auto 1.5em -6em;
  transform: rotate(-24deg);
}

.circle-yellow02 {
  z-index: 2;
  filter: blur(120px);
  background-color: #ebe9e4;
  border-radius: 100%;
  width: 50em;
  height: 30em;
  position: absolute;
  inset: auto auto -6em 10em;
  transform: rotate(-24deg);
}

.circle-yellow01 {
  z-index: 3;
  filter: blur(80px);
  background-color: #e0deda;
  border-radius: 100%;
  width: 15em;
  height: 10em;
  position: absolute;
  inset: auto auto 0 4em;
  transform: rotate(-24deg);
}

.aurora-blue-wrap {
  position: absolute;
  inset: 0% 0% auto auto;
}

.circle-blue03 {
  z-index: 1;
  filter: blur(120px);
  background-color: #cdc9c2;
  border-radius: 100%;
  width: 50em;
  height: 30em;
  position: absolute;
  inset: -4em -6em auto auto;
  transform: rotate(-24deg);
}

.circle-blue02 {
  z-index: 2;
  filter: blur(120px);
  background-color: #ebe9e4;
  border-radius: 100%;
  width: 50em;
  height: 30em;
  position: absolute;
  inset: 0 0 auto auto;
  transform: rotate(-24deg);
}

.circle-blue01 {
  z-index: 3;
  filter: blur(80px);
  background-color: #e0deda;
  border-radius: 100%;
  width: 15em;
  height: 10em;
  position: absolute;
  inset: 2em 4em auto auto;
  transform: rotate(-24deg);
}

.intro {
  text-align: left;
  flex-flow: row-reverse;
  margin-bottom: 0;
  font-family: Secondary, Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}

.pot-plant-type {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-color: var(--background);
  text-align: center;
  width: 50%;
}

.pot-plant-type.w--current {
  background-color: var(--border);
}

.pot-plant-type.right {
  border-left: 1px solid var(--border);
}

.recommend-text {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  background-color: var(--background);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 5px;
  padding: 25px 5%;
  display: grid;
}

.title-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 140px;
  }

  p {
    font-size: .8rem;
    line-height: 1.2;
  }

  .nav-t-left {
    width: 40%;
  }

  .nav-link.first {
    margin-left: -4.1em;
  }

  .nav-btm {
    padding-left: 0;
  }

  .nav-tag {
    font-weight: 400;
    line-height: 1.2;
  }

  .menu {
    width: 75%;
    margin-right: 1em;
  }

  .comp-ico {
    width: 15px;
    height: 15px;
  }

  .pdp-head-wrap {
    grid-template-columns: .75fr 1fr;
    padding: 15px 10px;
  }

  .pdp-head-wrap.home-phonetics {
    grid-template-columns: .5fr 1fr;
    place-items: start stretch;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .definition {
    font-size: 1rem;
  }

  .marketing-block {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .horizontal {
    padding-left: 1%;
    padding-right: 1%;
  }

  .horizontal.market-block-parent {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .vertcial.alt {
    border-left-style: none;
    flex: 1;
    width: auto;
    min-width: 20%;
    max-width: 25%;
  }

  .vertcial.all-cate {
    border-width: 2px;
  }

  ._4col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .two-column-text {
    grid-template-columns: .75fr 1fr;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.pdp-all {
    padding-top: 25px;
  }

  .bio-h2 {
    line-height: 1;
  }

  .marketing-grid-block, .marketing-grid-block.right {
    padding-top: 2em;
  }

  .social {
    padding: 5px;
  }

  .pdp-card-img {
    height: 210px;
  }

  .footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrap {
    padding-left: 3%;
    padding-right: 3%;
  }

  .mix {
    flex: 1;
    width: 100%;
  }

  .mix.empty {
    background-size: cover;
    background-attachment: scroll;
  }

  .card-imgwrap {
    width: 80%;
  }

  .mix-container {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    border-style: none;
    padding-top: 0;
  }

  .usp-card.centred {
    justify-content: center;
    align-items: flex-end;
    height: 380px;
  }

  .pdp-usp-wrap {
    flex-flow: wrap;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1.25fr 1fr 1.25fr 1fr;
    display: flex;
  }

  .recommended {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .usp-title-wrap {
    flex: 0 auto;
    height: 210px;
  }

  .spill-width {
    object-fit: cover;
    border-style: none;
    min-width: 100%;
    height: 100%;
  }

  .usp-h5-no {
    margin-top: 5px;
  }

  .material-wrap {
    padding: 2%;
  }

  .continue-reading-link {
    width: 100%;
  }

  .product-h1 {
    font-size: 22px;
  }

  .usp-space {
    border-top-style: none;
    border-bottom-style: none;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 5px;
  }

  .usp {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: var(--background);
    border-style: none;
    padding: 0;
  }

  .phonetics {
    opacity: .7;
  }

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

  .button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .admin {
    padding-top: 150px;
  }

  .t-c-headline-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .product {
    padding-top: 125px;
  }

  .usp-pdp-img-wrap {
    border-bottom-style: none;
  }

  .usp-life-img-wrap {
    border-left-style: none;
    max-height: 550px;
    padding: 1px 1px 0;
  }

  .usp-parent {
    grid-template-columns: 1fr 1fr;
    padding: 2%;
  }

  .usp-vid {
    max-height: 500px;
  }

  .home-txt-block {
    padding-left: 10px;
  }

  .usp-space-home {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .sub {
    font-size: 16px;
  }

  .edu-heading {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .edu-h1 {
    font-size: 2rem;
  }

  .rating-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pdpd-buy-wrapper {
    width: 100%;
    top: 590px;
  }

  .preview-title, .sticky-intro {
    max-width: none;
  }

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

  .sticky-image {
    height: 60%;
  }

  .sticky-content {
    grid-template-columns: 1fr;
  }

  .a-moment {
    margin-top: 5vh;
  }

  .a-moment.small-moment {
    grid-column-gap: 7vw;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
  }

  .hero {
    height: 30vh;
  }

  .section-sticky-cards {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-base {
    border-style: solid;
    border-width: 0;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .usp-wrap {
    flex: 1;
    max-height: none;
    padding: 5px;
  }

  .twoway-grid {
    flex-flow: row;
  }

  .flow-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-dot-wrap {
    padding-left: 2%;
    padding-right: 2%;
  }

  .pdp-name {
    font-size: 23px;
  }

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

  .preloader {
    pointer-events: auto;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20vh;
    padding-bottom: 0;
  }

  .intro {
    font-size: 1rem;
  }

  .recommend-text {
    grid-template-columns: .75fr 1fr;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-wrap {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 130px;
  }

  .nav-container {
    justify-content: space-between;
    padding: 1% 2%;
  }

  .announcment {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 12px;
  }

  .nav-t-left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .nav-link {
    letter-spacing: 2px;
    flex-direction: row;
    height: auto;
    padding-left: 0;
  }

  .nav-link.first {
    margin-left: 0;
  }

  .nav-link.end {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    right: 0;
  }

  .nav-btm {
    color: #0d0d0d;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    margin-top: 75px;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    inset: auto 0% 5%;
  }

  .mob-cart {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-wrap {
    padding-top: 1em;
    padding-bottom: 1em;
    display: none;
  }

  .nav-tag {
    color: #f2f2f2;
    margin-top: 0;
    font-size: 15px;
    font-weight: 300;
  }

  .nav-top {
    border-style: none;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-wrapper {
    z-index: 106;
    background-color: #d3d0ca;
    height: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    inset: 0%;
  }

  .comp-bar {
    text-align: left;
    margin-top: 0;
  }

  .menu {
    z-index: 102;
    background-color: #d3d0ca;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .comp-ico {
    width: 18px;
    height: 18px;
  }

  .light-definition.darker {
    margin-bottom: 15px;
  }

  .pdp-head-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .pdp-head-wrap.home-phonetics {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .definition {
    text-align: center;
  }

  .home-wrapper {
    margin-top: 2em;
  }

  .marketing-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .promise {
    text-align: center;
    flex-flow: column;
    height: 80px;
  }

  .horizontal.pdp-horizontal {
    border-bottom-style: none;
  }

  .arrow.light {
    width: 20px;
  }

  .card-pdp-img {
    height: 220px;
  }

  .two-column-text {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bio-h2 {
    font-size: 24px;
  }

  .marketing-block-footer {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .legal-grid-block {
    text-align: center;
    border-bottom: 1px #bcb7ae;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .marketing-grid-block {
    border-bottom: 1px #bcb7ae;
    align-items: center;
    padding-bottom: 0;
  }

  .marketing-grid-block.right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pdp-card-img {
    flex: 1;
    height: 270px;
  }

  .flex-center {
    padding: 150px 5%;
  }

  .flex-center.padding-bottom-50 {
    padding-top: 50px;
  }

  .flex-center.wholesale-flex {
    margin-top: 25px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .signup-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
  }

  .icons {
    height: 150px;
  }

  .footer-wrap {
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .tag {
    font-size: 10px;
  }

  .mix {
    flex-flow: column;
    width: 100%;
    max-width: none;
  }

  .mix.empty {
    background-size: cover;
    background-attachment: scroll;
    height: 360px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer-flex {
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .card-imgwrap {
    width: 100%;
  }

  .legal-wrap {
    width: 100%;
    padding-top: 15px;
  }

  .cc {
    margin-right: 15px;
  }

  .mix-container {
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: stretch;
  }

  .sub-txt {
    margin-bottom: 15px;
  }

  .product-header {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 0;
  }

  .usp-card.centred {
    height: 410px;
  }

  .pdp-usp-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto 1fr 1fr auto;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .new {
    letter-spacing: 4px;
    font-size: 20px;
  }

  .usp-h5 {
    margin-bottom: 0;
  }

  .usp-title-wrap {
    grid-template-rows: auto auto;
  }

  .pairings-parent {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    max-height: none;
  }

  .ideal-companions {
    text-align: center;
    margin-bottom: 0;
  }

  .usp-h5-no {
    display: none;
  }

  .material-img {
    width: 100%;
  }

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

  .continue-reading-link {
    width: 100%;
    margin-top: 0;
  }

  .product-h1 {
    font-size: 25px;
  }

  .pdp-lifestyle-img.lifestyle {
    max-height: 100%;
  }

  .material-t-wrap {
    max-width: 100%;
  }

  .pairings-title-wrap {
    grid-template-rows: auto auto;
  }

  .usp-space {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .lifestyle-img-main {
    height: 350px;
  }

  .usp {
    width: 100%;
    height: auto;
  }

  .card-title {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 0%;
  }

  .card-text {
    width: 100%;
    padding-top: 10px;
  }

  .button {
    padding: 10px;
  }

  .card-p {
    display: none;
  }

  .admin {
    padding-top: 100px;
  }

  .t-c-headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .admin-wrap {
    padding-left: 2em;
    padding-right: 2em;
  }

  .label {
    left: 2em;
  }

  .left-align {
    margin-bottom: 10px;
  }

  .contact-image {
    width: 100%;
  }

  .logo-icon {
    height: 20px;
  }

  .cart {
    font-size: 2px;
    display: none;
  }

  .brand {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .burger-menu-wrapper {
    flex: 1;
    display: flex;
  }

  .burger {
    cursor: pointer;
    padding: 15px;
    display: flex;
  }

  .mobile-menu {
    background-image: linear-gradient(90deg, var(--black), #3b3b3b00);
    width: 100vw;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .mobile-menu-wrap {
    z-index: 2;
    border-right: 1px solid var(--_alt-colours---three);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #efefefb3;
    flex-flow: column;
    width: 88vw;
    height: 100%;
    display: flex;
    position: relative;
  }

  .mobile-li {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top: 1px solid var(--_alt-colours---three);
    width: 100%;
    color: var(--black);
    background-color: #0000;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10%;
    font-family: Title, Times New Roman, sans-serif;
    text-decoration: none;
    display: flex;
  }

  .mobile-menu-lines {
    border-left: 1px solid var(--_alt-colours---three);
    flex-flow: column;
    height: 100%;
    padding-top: 50px;
    display: flex;
    position: relative;
  }

  .menu-title {
    margin-bottom: 25px;
    padding-left: 8%;
    font-size: 1.25rem;
  }

  .menu-line {
    background-color: var(--_alt-colours---five);
    width: 5%;
    height: 100%;
  }

  .close-button {
    background-color: var(--black);
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .product-title {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .usp-pdp-img-wrap {
    height: 400px;
  }

  .usp-life-img-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .usp-parent {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    padding: 10px 5px;
  }

  .usp-parent.n0-bottom {
    flex-flow: column-reverse;
  }

  .usp-vid {
    z-index: 1;
    width: 100%;
  }

  .home-txt-block {
    background-color: #0000;
    border-style: none;
    width: 100%;
    padding: 15px 5%;
  }

  .usp-space-home {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .edu-header {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-right: 10px;
  }

  .edu-fav, .edu-vid {
    width: 100%;
  }

  .edu-heading {
    border-bottom-style: none;
  }

  .bullet {
    max-width: 100%;
  }

  .color-block {
    flex-flow: column-reverse;
  }

  .edu-body {
    padding-left: 2%;
  }

  .pp-card {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .image-cover-wrap {
    justify-content: center;
    align-items: center;
  }

  .image-cover-wrap.grey {
    height: 400px;
  }

  .flex {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .flex.gap-10-m {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    padding: 10px 20px;
  }

  .ranking.avoid-bubble {
    margin-left: 20px;
  }

  .avoid {
    text-align: left;
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .pop-up-card {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .flex-h-50 {
    flex-flow: column-reverse;
  }

  .arrow-spacer {
    margin-right: 5px;
  }

  .title.suggestion-title {
    max-width: 400px;
  }

  .pop-item {
    height: auto;
    padding: 5px 0;
  }

  .pop-item:hover {
    background-color: #b9b6a8;
  }

  .grid-card-title-wrap {
    bottom: 10px;
  }

  .grid-h6 {
    font-size: 14px;
  }

  .pdpd-buy-wrapper {
    top: 580px;
    left: 1%;
    right: 0;
  }

  .image-cover-wrap-3 {
    justify-content: center;
    align-items: center;
  }

  .filter-wrap {
    flex-flow: wrap;
  }

  .filter-wrap.size {
    flex-flow: row;
  }

  .size-item {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .size-title {
    font-size: 13px;
    line-height: 1.2;
  }

  .size-p {
    line-height: 1.5;
  }

  .default {
    border: 1px #000;
    flex: 1;
    width: 20%;
    min-width: 20%;
    margin: 3px;
  }

  .default.x-marketplace {
    width: 70px;
    min-width: 0%;
  }

  .filter-menu {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    top: 90vh;
  }

  .cate-title {
    margin-left: 0;
    margin-right: 0;
  }

  .special {
    font-size: 3.2rem;
  }

  .sticky-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    top: 0;
  }

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

  .container-large {
    max-width: none;
  }

  .sticky-image {
    justify-content: center;
    align-items: flex-start;
    height: 300px;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sticky-card {
    margin-top: 5em;
  }

  .a-moment {
    grid-template-rows: auto auto;
    margin-top: 4vh;
    margin-bottom: 4vh;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large {
    font-size: 2.2em;
    font-weight: 400;
  }

  .img {
    width: 100%;
    height: 300px;
    max-height: none;
  }

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

  .time {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .info {
    text-align: left;
    padding-left: 2%;
  }

  .info-item {
    padding-left: 2%;
  }

  .usp-wrap {
    flex: 0 auto;
    width: 100%;
    max-height: none;
  }

  .fitfty {
    flex-flow: column;
  }

  .text-wrap {
    padding-left: 2%;
    padding-right: 2%;
  }

  .flow-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .pdp-name {
    font-size: 40px;
  }

  .tabs {
    margin-top: -100px;
  }

  .card-desc {
    border-bottom-style: none;
    display: none;
  }

  .mrkplc {
    align-items: center;
  }

  .ftr-logo {
    display: none;
  }

  .intro {
    text-align: center;
  }

  .recommend-text {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 130px;
  }

  h1 {
    font-size: 2rem;
  }

  p {
    font-size: .9rem;
    line-height: 1.5;
  }

  .nav-btm {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-wrapper {
    height: 100vh;
    margin-left: 0;
    position: fixed;
    inset: 0%;
  }

  .menu {
    margin-left: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .light-definition {
    align-self: center;
  }

  .pdp-head-wrap.home-phonetics {
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    height: 100%;
  }

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

  .header-box {
    height: 350px;
  }

  .marketing-block {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .promise {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }

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

  .vertcial.alt {
    flex: 1;
    width: 50%;
    min-width: 50%;
    max-width: none;
  }

  .card-button {
    background-image: none;
    align-items: flex-end;
    font-weight: 500;
  }

  .card-pdp-img {
    width: 35%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
  }

  ._4col {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .two-column-text {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
  }

  .table-row {
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
  }

  .table-row.top {
    padding-top: 0;
  }

  ._4-col-card {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  ._4-col-card:hover {
    background-color: var(--accent);
  }

  .card-bio {
    justify-content: space-between;
  }

  .card-p-p {
    text-transform: none;
    font-family: Figtree, sans-serif;
  }

  .card-p-p.title {
    margin-left: 0;
    font-weight: 400;
  }

  .card-info-wrap {
    flex: 1;
    justify-content: space-between;
    padding: 0 2%;
  }

  .usp-title-wrapper {
    border-style: none;
    width: auto;
  }

  .pdp-card-img {
    height: 220px;
  }

  .flex-center {
    margin-bottom: 50px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .mix {
    flex: 0 auto;
  }

  .mix.rounded.curvy.bushy.favourites {
    align-items: center;
  }

  .mix.unique.wide {
    height: 100%;
  }

  .mix.squared {
    align-items: center;
  }

  .subscribe-form {
    width: 100%;
    max-width: none;
  }

  .footer-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .card-imgwrap {
    border-right-style: none;
  }

  .mix-container {
    grid-auto-columns: 1fr;
  }

  .sub-txt {
    max-width: none;
  }

  .usp-card {
    height: 300px;
  }

  .usp-card.centred {
    height: 320px;
  }

  .pdp-usp-wrap {
    grid-auto-flow: column;
  }

  .new {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .recommended {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pairings-parent {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .p {
    font-size: 14px;
  }

  .ideal-companions {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .product-h1 {
    font-size: 26px;
  }

  .lifestyle-img-main {
    object-fit: contain;
    height: auto;
  }

  .card-text {
    flex: 1;
    height: 100%;
  }

  .button {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .admin {
    padding-top: 50px;
  }

  .t-c-headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .admin-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .product-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .product-sub {
    align-self: center;
  }

  .usp-vid {
    height: 100vw;
  }

  .image-cover-wrap.grey {
    height: 350px;
  }

  .flex.gap-10-m {
    padding-left: 10px;
  }

  .p-half {
    max-width: none;
  }

  .avoid {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._4-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .pdpd-buy-wrapper {
    margin-left: auto;
    margin-right: auto;
    top: 560px;
    left: 0;
    right: 0;
  }

  .default {
    min-width: 30%;
  }

  .filter-menu {
    inset: 80vh 0% 0%;
  }

  .cate-title {
    flex: 1;
  }

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

  .time-taken {
    padding-left: 1%;
    padding-right: 1%;
  }

  .fitfty {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .promise-border.center {
    padding-left: 5px;
    padding-right: 5px;
  }

  .promise-border.right {
    padding-top: 0;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .pdp-name {
    text-transform: none;
    font-size: 22px;
  }

  .tabs {
    margin-top: -150px;
  }

  .logo {
    text-align: center;
    letter-spacing: 2px;
    font-size: 50px;
  }

  .button-text {
    font-size: .8rem;
  }

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

  .recommend-text {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
  }
}

#w-node-_68a838ba-6175-cfe0-cea5-bbcc139c2e84-4a275708 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-_8543f85e-6f34-7020-f179-6c0f26b03f75-4a275708 {
  grid-area: 1 / 4 / 3 / 6;
  align-self: start;
}

#w-node-_3860bba4-8caf-3c3e-7859-ed438ee68ccc-4a275708 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_1ce08165-dcf5-ca1d-a750-2b866676921c-4a275708 {
  place-self: center;
}

#w-node-_0cdb5b8d-5e65-63b7-ba42-8b42870e783c-4a275708 {
  place-self: center end;
}

#w-node-_0cdb5b8d-5e65-63b7-ba42-8b42870e785c-4a275708 {
  place-self: center start;
}

#w-node-_52806fb0-5127-814b-bf8d-87b902b7f3d7-4a275708 {
  place-self: center;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e3b2-4a275708 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e3f0-4a275708 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e407-4a275708 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e41b-4a275708 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e42f-4a275708 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e45a-4a275708, #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e46e-4a275708 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e496-4a275708 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e4ad-4a275708 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e4d5-4a275708 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e4ec-4a275708 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e500-4a275708 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e514-4a275708 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e528-4a275708 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e53f-4a275708 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e553-4a275708 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e567-4a275708 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e57b-4a275708 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e58f-4a275708 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5a3-4a275708 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5ba-4a275708 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5cf-4a275708 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5f9-4a275708 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e624-4a275708 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_76b76040-9118-09a3-3b3e-9f0a8623e64c-4a275708 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_3e5e0059-c81b-95c6-8f4a-a3af00e8eb14-00e8eb0a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_3e5e0059-c81b-95c6-8f4a-a3af00e8eb18-00e8eb0a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bd94e606-976c-0187-a4d5-84c277cd07a6-18141b51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b14293-18141b51 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b142a9-18141b51 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b142bd-18141b51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b142d3-18141b51 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b142fd-18141b51, #w-node-e7e73ffb-f647-0ec5-1e14-043601b14311-18141b51 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b1433b-18141b51 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b1434f-18141b51 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b14377-18141b51 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b1438d-18141b51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b143a1-18141b51 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b143b5-18141b51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b143c9-18141b51 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b143df-18141b51 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b143f3-18141b51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b14407-18141b51 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b1441b-18141b51 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b1442f-18141b51 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b14443-18141b51 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b14459-18141b51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b1446d-18141b51 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b14481-18141b51 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b144ab-18141b51 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e7e73ffb-f647-0ec5-1e14-043601b14497-18141b51 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-30532dac {
  align-self: start;
}

#w-node-a4ac73ab-6836-ee13-6e0f-d30a44a78add-30532dac {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-bf42038e-dff8-baee-51c8-d7d6d4be002b-30532dac {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e14e829d-6896-a862-3ad1-b6201fc8b29e-30532dac {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_603a7627-79a8-fba6-6f1b-e7cee51abb85-30532dac {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_603a7627-79a8-fba6-6f1b-e7cee51abb8a-30532dac {
  align-self: end;
}

#w-node-a4ac73ab-6836-ee13-6e0f-d30a44a78adf-30532dac {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-be2f626e-fb79-67b7-de22-2addc9dbbcb7-c9dbbcb5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ed010364-fe66-ee4c-c99c-ec60fffe1ade-fffe1ade {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-ed010364-fe66-ee4c-c99c-ec60fffe1ae0-fffe1ade {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7dbad9cd-aeee-56d2-4d6e-ffadada64c62-ada64c62 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_7dbad9cd-aeee-56d2-4d6e-ffadada64c64-ada64c62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_899da866-68e4-ea74-58c9-b4701ed00ece-0f820ceb {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_899da866-68e4-ea74-58c9-b4701ed00ed4-0f820ceb {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_899da866-68e4-ea74-58c9-b4701ed00ed8-0f820ceb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_899da866-68e4-ea74-58c9-b4701ed00edc-0f820ceb {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_899da866-68e4-ea74-58c9-b4701ed00ee0-0f820ceb {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_899da866-68e4-ea74-58c9-b4701ed00ee4-0f820ceb {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_899da866-68e4-ea74-58c9-b4701ed00ee8-0f820ceb {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_89af817f-d1ee-c72e-302f-16426587e47d-b0dabda0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89af817f-d1ee-c72e-302f-16426587e48b-b0dabda0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_89af817f-d1ee-c72e-302f-16426587e49b-b0dabda0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_89af817f-d1ee-c72e-302f-16426587e4a6-b0dabda0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89af817f-d1ee-c72e-302f-16426587e4a8-b0dabda0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df91-8ee88189 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df9d-8ee88189, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df9e-8ee88189 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfa0-8ee88189, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfb1-8ee88189, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfc2-8ee88189, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfd3-8ee88189 {
  align-self: stretch;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfe0-8ee88189 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfec-8ee88189 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dff9-8ee88189 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e00e-8ee88189, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e01b-8ee88189 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e02d-8ee88189 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e037-8ee88189 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-2b92148a {
  align-self: start;
}

#w-node-b913319d-95e7-ee45-ab26-ac5dd8dd22bf-2b92148a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_93858f18-61e3-3dc7-e1e5-2a0824803f02-2b92148a {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-dc37847f-353a-238d-71d4-7763f91514f3-2b92148a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e6464b29-468b-43a7-a5c0-fa806b3487cc-2b92148a {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-e6464b29-468b-43a7-a5c0-fa806b3487d1-2b92148a {
  align-self: end;
}

#w-node-b913319d-95e7-ee45-ab26-ac5dd8dd22c1-2b92148a {
  grid-area: 2 / 4 / 3 / 5;
  place-self: center;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-f36674c8 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-f36674c8 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: center;
}

#w-node-e0f5f8bd-86cd-5432-b34b-8850de4e86b5-f36674c8 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-f8a095c2-1098-c9a9-9b9f-9edb2d26aeaa-f36674c8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15155629-1225-55db-aedc-098fa1286455-f36674c8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_15155629-1225-55db-aedc-098fa128645a-f36674c8 {
  align-self: end;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-f36674c8 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-1862ff7d {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-1862ff7d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-d4d3877c-3224-fafb-f5cd-911597b996f6-1862ff7d {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_18bec68d-8e11-d0f7-7513-c0d491488533-1862ff7d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_60d5d625-32d5-942a-7c45-15c9569cf2a9-1862ff7d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_60d5d625-32d5-942a-7c45-15c9569cf2ae-1862ff7d {
  align-self: end;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-1862ff7d {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-2beaaf58 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2beaaf58 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ed1b3003-91db-e7df-d300-ade813259c51-2beaaf58 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_691358dd-d2ce-6ae7-cfc5-9b8ddcc07bbd-2beaaf58 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-fce04631-2804-1734-fcec-287742da1ff0-2beaaf58 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fce04631-2804-1734-fcec-287742da1ff5-2beaaf58 {
  align-self: end;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2beaaf58 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-e53a4b44 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e53a4b44 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e53a4b44 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_687a6e5e-693a-3f76-931a-22568a8a61d3-e53a4b44 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_47b36d16-ec5d-6629-587d-6b3fa58401b8-e53a4b44 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_353641e1-3ece-b8b1-538b-5beb5c611533-e53a4b44 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_353641e1-3ece-b8b1-538b-5beb5c611538-e53a4b44 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-97bd37a2 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-97bd37a2 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-eb5c3570-8f9f-4dde-38a6-5f0a310dabfa-97bd37a2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c394988a-10fc-bcb2-1941-f7742ae1eab3-97bd37a2 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-cd27d3d2-2682-7488-960a-e642b7577961-97bd37a2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cd27d3d2-2682-7488-960a-e642b7577966-97bd37a2 {
  align-self: end;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-97bd37a2 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-2fdf4d1f {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2fdf4d1f {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2fdf4d1f {
  grid-area: 3 / 2 / 5 / 4;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546ba0-2fdf4d1f {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-8da0d3ae {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-8da0d3ae {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-8da0d3ae {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_2259eb7f-ae61-dfd5-685a-c5b1dbc97d41-8da0d3ae {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-dc7fbaff-2461-9c9c-f9b5-22ab7cb0a1e2-8da0d3ae {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_2620c9ac-8763-2944-b0c4-3b1fb18b97e6-8da0d3ae {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2620c9ac-8763-2944-b0c4-3b1fb18b97eb-8da0d3ae {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-e573550c {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e573550c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e573550c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-a8162d10-baa0-77e2-7a12-cdb61bf0f6d6-e573550c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3c1cab1f-d8c7-d970-d5d6-b41d0ba18ebf-e573550c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-e7636efc-2d89-a28e-b0e5-261bf1455f29-e573550c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e7636efc-2d89-a28e-b0e5-261bf1455f2e-e573550c {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-1749ec13 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-1749ec13 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-1749ec13 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_22e72443-17fb-68d5-b5c8-5400a5d5fd44-1749ec13 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_66c940c2-fde8-f648-4ef8-dfeea300b890-1749ec13 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_9e92dc76-fccb-ba8e-51d3-78d6e09a7ba9-1749ec13 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9e92dc76-fccb-ba8e-51d3-78d6e09a7bae-1749ec13 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-e5ed7ba2 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e5ed7ba2 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e5ed7ba2 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-f6cf2603-e0ae-292e-07d4-b65dc8e59af1-e5ed7ba2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c3bb2dd3-5d97-ce54-e50e-e5dcc546f042-e5ed7ba2 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_2800e20a-253f-8c86-3ddd-ba2b98a70a70-e5ed7ba2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2800e20a-253f-8c86-3ddd-ba2b98a70a75-e5ed7ba2 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-2b83a91f {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2b83a91f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2b83a91f {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_22603f4d-f77c-c7c3-dd02-705b2816e54a-2b83a91f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-f565e927-d538-dbdf-5ed9-5db1e62aa890-2b83a91f {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-e4f40b26-0399-17b9-a15d-5c6b1542241f-2b83a91f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e4f40b26-0399-17b9-a15d-5c6b15422424-2b83a91f {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-2fc21391 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2fc21391 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2fc21391 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-c2a2141c-d361-1030-07eb-20def5efa539-2fc21391 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_11b3d750-374e-fbe3-7238-782837ef9ae9-2fc21391 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_00aebe03-79c6-cf4e-e62a-0f9b57679d16-2fc21391 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_00aebe03-79c6-cf4e-e62a-0f9b57679d1b-2fc21391 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-883f1bed {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-883f1bed {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-baca6a46-9b80-5acc-dc9d-3d05c09f4dc5-883f1bed {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_61f20580-e0e0-f326-8442-d9af15c592ed-883f1bed {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4b2e0323-4ee9-c532-268d-09a226f66f4d-883f1bed {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_4b2e0323-4ee9-c532-268d-09a226f66f52-883f1bed {
  align-self: end;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-883f1bed {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-ccc9f245 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-ccc9f245 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-ccc9f245 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_3e1126a9-a47d-f068-5f97-77875ab15b17-ccc9f245 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_0f009776-ea63-6aa7-df53-ee79e35e24c3-ccc9f245 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-caffca3b-3785-c3f3-095a-d55669dacbd3-ccc9f245 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-caffca3b-3785-c3f3-095a-d55669dacbd8-ccc9f245 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-e85715e7 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e85715e7 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e85715e7 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d82592ba-7bd9-c1ef-3e04-cc757425f34f-e85715e7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_391f53ee-de6d-1d81-56d2-3782633a8ec4-e85715e7 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_5666a47f-fa26-f412-638f-d8a6ab6fa6f1-e85715e7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5666a47f-fa26-f412-638f-d8a6ab6fa6f6-e85715e7 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-e371c065 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e371c065 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e371c065 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-a63518fd-cbfe-ba69-0719-e13175ac18b9-e371c065 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_9eee8783-6db9-43e9-4771-653350c77bf6-e371c065 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-b62f2991-cc29-78ad-90f6-8bfff5b898fd-e371c065 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b62f2991-cc29-78ad-90f6-8bfff5b89902-e371c065 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-8a1f97fc {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-8a1f97fc {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-8a1f97fc {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-c6d1ec29-ca96-7969-b453-a8555e76378f-8a1f97fc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_609d1e20-20cb-eb6e-1e29-08e30029e9be-8a1f97fc {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_41abffe2-ad61-68d1-e77e-42f185fcc887-8a1f97fc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_41abffe2-ad61-68d1-e77e-42f185fcc88c-8a1f97fc {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-b3df4800 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-b3df4800 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-b3df4800 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_504f23cb-1d52-48c4-3969-e5d442c927fa-b3df4800 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_719fc619-4b1a-01e4-18b0-c2da308cd70b-b3df4800 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-b67b9c46-9ea8-3fd2-3c28-d7c3df7d22bd-b3df4800 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b67b9c46-9ea8-3fd2-3c28-d7c3df7d22c2-b3df4800 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-249c2b8c {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-249c2b8c {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-249c2b8c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_12ce2a21-1959-36a3-a188-9962320a6cb0-249c2b8c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_8ce149c4-62c0-15a9-c51c-c594a6b614a7-249c2b8c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-d57cbb56-c48c-eb14-1bac-41a2548ad0f4-249c2b8c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d57cbb56-c48c-eb14-1bac-41a2548ad0f9-249c2b8c {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-0044cdd3 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-0044cdd3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-0044cdd3 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_6d363c1c-84d7-90b0-e929-14d947da5349-0044cdd3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_31f88ddc-024e-4d89-13b4-f883ae51448e-0044cdd3 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_9ed09647-1c08-fcd4-3149-621d5b312412-0044cdd3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9ed09647-1c08-fcd4-3149-621d5b312417-0044cdd3 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-001c5702 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-001c5702 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-001c5702 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d2bd8a45-5eaa-8e62-ccba-d89d51330911-001c5702 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_197ec19e-67f8-9087-dda7-672c29373348-001c5702 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_3995cfcf-bc70-9905-56bc-65ac90f0f372-001c5702 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3995cfcf-bc70-9905-56bc-65ac90f0f377-001c5702 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-59b017b3 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-59b017b3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-59b017b3 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-bebc74ae-34e6-847b-e5cd-7186b4545e35-59b017b3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3681041f-dd3b-d5f5-81cc-4bdce20a592f-59b017b3 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_0288d6b8-8c7e-82ef-1cab-08d89e4c364c-59b017b3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0288d6b8-8c7e-82ef-1cab-08d89e4c3651-59b017b3 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-71638b34 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-71638b34 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-71638b34 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f830a859-30c5-7b58-a410-f0df60004231-71638b34 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_2b513618-7709-179f-9a33-dcd06a7ba8c8-71638b34 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-e33555b9-a450-714a-f131-9f8eb9365860-71638b34 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e33555b9-a450-714a-f131-9f8eb9365865-71638b34 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-6f43c3d9 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-6f43c3d9 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-6f43c3d9 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f5e45b66-5a77-b7c1-444b-da53baf788fd-6f43c3d9 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_4b280421-4ac3-1d6b-2388-422b5e27c1f7-6f43c3d9 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_4d0f08b0-18f4-83a2-8130-bb2967a633d4-6f43c3d9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d0f08b0-18f4-83a2-8130-bb2967a633d9-6f43c3d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-a8d39d06 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-a8d39d06 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-a8d39d06 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_53d7c93e-70dc-097d-2623-111ca3b7b698-a8d39d06 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_530c99e5-a2c2-7a61-a1f1-69733ecacb18-a8d39d06 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_87db1f95-6da8-0f44-8af8-e2914cb1e1d3-a8d39d06 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_87db1f95-6da8-0f44-8af8-e2914cb1e1d8-a8d39d06 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-0d867c45 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-0d867c45 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-0d867c45 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_26e7b2df-7a23-78d6-98c5-6ae2d59254ca-0d867c45 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-c4290986-54d7-4b78-f592-ed31e11f4a38-0d867c45 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-ffb765a1-d7a8-1d1c-010d-6b37cc30225c-0d867c45 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ffb765a1-d7a8-1d1c-010d-6b37cc302261-0d867c45 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-b23949d4 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-b23949d4 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-b23949d4 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_0436e1a8-b363-f782-22a1-af08ebefd9aa-b23949d4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_746b9c58-af8f-c9e7-f8ce-edb86515a68f-b23949d4 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_2c6b1136-5091-2891-e3aa-86fda2630e87-b23949d4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2c6b1136-5091-2891-e3aa-86fda2630e8c-b23949d4 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-f92b5e6f {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-f92b5e6f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-f92b5e6f {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-e8235d01-89fa-08d0-2a4e-023955beafee-f92b5e6f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_9cef120e-a198-0524-f831-2cc6f52474be-f92b5e6f {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-a6a3c0ec-6999-bc4a-b3d2-0736bdd97b58-f92b5e6f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a6a3c0ec-6999-bc4a-b3d2-0736bdd97b5d-f92b5e6f {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-6f43f116 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-6f43f116 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-6f43f116 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-e5c636e8-d742-3735-ccdf-9a131eed07a6-6f43f116 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_021d95e6-efe2-a528-789a-f58f1dbb55e1-6f43f116 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_4e71ba5e-0456-d16a-7fdf-2ba28b05091a-6f43f116 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4e71ba5e-0456-d16a-7fdf-2ba28b05091f-6f43f116 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-db5144f8 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-db5144f8 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-db5144f8 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-f5e1f203-54f5-4286-7076-6464af429694-db5144f8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_9176e42c-c3fc-b970-9de3-06567c8a6b98-db5144f8 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-f2374a64-0537-c004-88b4-85918a67a375-db5144f8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f2374a64-0537-c004-88b4-85918a67a37a-db5144f8 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-9c551d90 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-9c551d90 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-9c551d90 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_90d5ddc5-3ba5-868d-4a3f-5e44e8881652-9c551d90 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_63ebe416-9232-bf94-505c-af6a9017da65-9c551d90 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-dab50a1f-7077-c4b4-3d0a-af9fb68f622a-9c551d90 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dab50a1f-7077-c4b4-3d0a-af9fb68f622f-9c551d90 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-066fdd47 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-066fdd47 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-066fdd47 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_6b5e911a-b815-9734-ff3a-10146da43a89-066fdd47 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_1a32e4d8-02a8-5b52-b7f8-6c474cb68e50-066fdd47 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-feeecfd9-5f18-84ec-25fa-b3620168168a-066fdd47 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-feeecfd9-5f18-84ec-25fa-b3620168168f-066fdd47 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-37fdc115 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-37fdc115 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-37fdc115 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_8ad4308e-0367-1c84-76c9-cc8f86d8075b-37fdc115 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3bc1374c-f639-d39d-6b7c-bfa8b2711ac5-37fdc115 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_607cf401-1bb7-a50d-b7bb-37ce59b4ac1a-37fdc115 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_607cf401-1bb7-a50d-b7bb-37ce59b4ac1f-37fdc115 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-7cd3e50d {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-7cd3e50d {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-7cd3e50d {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_6965855c-8926-9f75-eb3a-25dc0b414438-7cd3e50d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_95db8c06-5f4f-ba09-65d6-04bedec92752-7cd3e50d {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-dc9f26b3-a64b-3197-a1a3-0a36d478e2bd-7cd3e50d {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-dc9f26b3-a64b-3197-a1a3-0a36d478e2c2-7cd3e50d {
  align-self: end;
}

#w-node-_99eb8f10-7dee-0ba3-5d73-f1683f716cfe-caabf659 {
  align-self: center;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df91-caabf659 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df9d-caabf659, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df9e-caabf659 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfa0-caabf659, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfb1-caabf659, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfc2-caabf659, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfd3-caabf659 {
  align-self: stretch;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfe0-caabf659 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfec-caabf659 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dff9-caabf659 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e00e-caabf659, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e01b-caabf659 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e02d-caabf659 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e037-caabf659 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93762-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c937a0-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c937b8-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c937cc-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c937e0-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c9380c-eead1e30, #w-node-d9744e00-0311-885a-9cb4-c494f1c93820-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93848-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93860-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93888-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c938a0-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c938b4-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c938c8-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c938dc-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c938f4-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93908-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c9391c-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93930-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93944-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93958-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93970-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93985-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c939af-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c939db-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d9744e00-0311-885a-9cb4-c494f1c93a03-eead1e30, #w-node-c907e817-01ba-8f05-9e98-a3487abb0bf5-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0c33-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0c4b-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0c5f-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0c73-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0c9f-eead1e30, #w-node-c907e817-01ba-8f05-9e98-a3487abb0cb3-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0cdb-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0cf3-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0d1b-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0d33-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0d47-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0d5b-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0d6f-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0d87-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0d9b-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0daf-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0dc3-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0dd7-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0deb-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0e03-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0e18-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0e42-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0e6e-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-c907e817-01ba-8f05-9e98-a3487abb0e96-eead1e30, #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8398-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a83d6-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a83ee-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a8402-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a8416-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a8442-eead1e30, #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8456-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a847e-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a8496-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a84be-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a84d6-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a84ea-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a84fe-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a8512-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a852a-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a853e-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a8552-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a8566-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a857a-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a858e-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a85a6-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a85bb-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a85e5-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a8611-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f5baee99-2e17-852b-09e5-5ae8d84a8639-eead1e30, #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad1ef-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad22d-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad245-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad259-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad26d-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad299-eead1e30, #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad2ad-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad2d5-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad2ed-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad315-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad32d-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad341-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad355-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad369-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad381-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad395-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3a9-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3bd-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3d1-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3e5-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3fd-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad412-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad43c-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad468-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad490-eead1e30, #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784565ab-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-3661784565e9-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456601-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456615-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456629-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456655-eead1e30, #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456669-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456691-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-3661784566a9-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-3661784566d1-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-3661784566e9-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-3661784566fd-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456711-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456725-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-36617845673d-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456751-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456765-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456779-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-36617845678d-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567a1-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567b9-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567ce-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567f8-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-366178456824-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0957d1dc-73ad-7bfa-2fcb-36617845684c-eead1e30, #w-node-_3819574e-61d4-8f12-8307-c0871ed16a19-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16a57-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16a6f-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16a83-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16a97-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16ac3-eead1e30, #w-node-_3819574e-61d4-8f12-8307-c0871ed16ad7-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16aff-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16b17-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16b3f-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16b57-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16b6b-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16b7f-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16b93-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16bab-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16bbf-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16bd3-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16be7-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16bfb-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16c0f-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16c27-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16c3c-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16c66-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16c92-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3819574e-61d4-8f12-8307-c0871ed16cba-eead1e30, #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ee79-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065eeb7-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065eecf-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065eee3-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065eef7-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef23-eead1e30, #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef37-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef5f-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef77-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef9f-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065efb7-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065efcb-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065efdf-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065eff3-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f00b-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f01f-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f033-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f047-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f05b-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f06f-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f087-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f09c-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f0c6-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f0f2-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_1c133693-3ff9-6a3d-93ed-a743b065f11a-eead1e30, #w-node-_31ef0131-e551-61be-3204-1f310c375e5d-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375e9b-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375eb3-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375ec7-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375edb-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375f07-eead1e30, #w-node-_31ef0131-e551-61be-3204-1f310c375f1b-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375f43-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375f5b-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375f83-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375f9b-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375faf-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375fc3-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375fd7-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c375fef-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c376003-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c376017-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c37602b-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c37603f-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c376053-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c37606b-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c376080-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_31ef0131-e551-61be-3204-1f310c3760aa-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c3760d6-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_31ef0131-e551-61be-3204-1f310c3760fe-eead1e30, #w-node-e52af9d0-9d91-1194-1050-1ca9d088a80f-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a84d-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a865-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a879-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a88d-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a8b9-eead1e30, #w-node-e52af9d0-9d91-1194-1050-1ca9d088a8cd-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a8f5-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a90d-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a935-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a94d-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a961-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a975-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a989-eead1e30 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a9a1-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a9b5-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a9c9-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a9dd-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088a9f1-eead1e30 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088aa05-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088aa1d-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088aa32-eead1e30 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088aa5c-eead1e30 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088aa88-eead1e30 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e52af9d0-9d91-1194-1050-1ca9d088aab0-eead1e30 {
  grid-area: 1 / 3 / 2 / 5;
}

#intro.w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa4267-39c5aac3 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa426b-39c5aac3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa426d-39c5aac3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa428b-39c5aac3 {
  justify-self: center;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa428c-39c5aac3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa428f-39c5aac3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa42a7-39c5aac3 {
  justify-self: center;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa42a8-39c5aac3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa42ab-39c5aac3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa42c1-39c5aac3 {
  justify-self: center;
}

#w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa42c2-39c5aac3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-40bbb176 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-40bbb176 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-40bbb176 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-fe72cda8-da25-9ee8-ff84-8c265017ce10-40bbb176 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_1220215f-5a35-2de4-b6a0-4dc51dd499dc-40bbb176 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_4881aaee-dfbe-cdba-77ec-6f58818b5b99-40bbb176 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4881aaee-dfbe-cdba-77ec-6f58818b5b9e-40bbb176 {
  align-self: end;
}

#w-node-f84262db-de2f-b857-0ece-08e3e6546b69-87869272 {
  align-self: start;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f60-87869272 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-c112fba3-7899-0053-7b89-a490e1f56f62-87869272 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_215d0870-ceaa-04f0-6a3d-e60ede985d54-87869272 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_09365400-57c0-0bc1-4122-9d2359a31229-87869272 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_8b4540af-bc58-b7a5-9711-296fe4e80fd8-87869272 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8b4540af-bc58-b7a5-9711-296fe4e80fdd-87869272 {
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_68a838ba-6175-cfe0-cea5-bbcc139c2e84-4a275708 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_8543f85e-6f34-7020-f179-6c0f26b03f75-4a275708 {
    grid-area: 1 / 3 / 3 / 6;
    align-self: start;
  }

  #w-node-_3860bba4-8caf-3c3e-7859-ed438ee68ccc-4a275708 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_3e5e0059-c81b-95c6-8f4a-a3af00e8eb14-00e8eb0a {
    grid-area: 1 / 3 / 2 / 4;
    place-self: center;
  }

  #w-node-a4ac73ab-6836-ee13-6e0f-d30a44a78add-30532dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a4ac73ab-6836-ee13-6e0f-d30a44a78adf-30532dac {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-ed010364-fe66-ee4c-c99c-ec60fffe1ade-fffe1ade {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7dbad9cd-aeee-56d2-4d6e-ffadada64c62-ada64c62 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-b913319d-95e7-ee45-ab26-ac5dd8dd22bf-2b92148a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b913319d-95e7-ee45-ab26-ac5dd8dd22c1-2b92148a {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-f36674c8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-f36674c8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-1862ff7d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-1862ff7d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2beaaf58 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2beaaf58 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e53a4b44 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e53a4b44 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-97bd37a2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-97bd37a2 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2fdf4d1f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2fdf4d1f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-8da0d3ae {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-8da0d3ae {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e573550c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e573550c {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-1749ec13 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-1749ec13 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e5ed7ba2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e5ed7ba2 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2b83a91f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2b83a91f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2fc21391 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2fc21391, #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-883f1bed {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-883f1bed {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-ccc9f245 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-ccc9f245 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e85715e7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e85715e7 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e371c065 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e371c065 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-8a1f97fc {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-8a1f97fc {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-b3df4800 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-b3df4800 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-249c2b8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-249c2b8c {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-0044cdd3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-0044cdd3 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-001c5702 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-001c5702 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-59b017b3 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-59b017b3 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-71638b34 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-71638b34 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-6f43c3d9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-6f43c3d9 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-a8d39d06 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-a8d39d06 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-0d867c45 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-0d867c45 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-b23949d4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-b23949d4 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-f92b5e6f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-f92b5e6f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-6f43f116 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-6f43f116 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-db5144f8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-db5144f8 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-9c551d90 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-9c551d90 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-066fdd47 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-066fdd47 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-37fdc115 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-37fdc115 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-7cd3e50d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-7cd3e50d {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa426b-39c5aac3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa426d-39c5aac3 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa4289-39c5aac3 {
    justify-self: end;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-40bbb176 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-40bbb176 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-87869272 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-87869272 {
    grid-area: 2 / 3 / 3 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2604cce5-84ac-39b5-e5d9-979e395fe438-4a275708 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2604cce5-84ac-39b5-e5d9-979e395fe443-4a275708 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8543f85e-6f34-7020-f179-6c0f26b03f75-4a275708 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_3860bba4-8caf-3c3e-7859-ed438ee68ccc-4a275708 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_1ce08165-dcf5-ca1d-a750-2b866676921c-4a275708 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0cdb5b8d-5e65-63b7-ba42-8b42870e783c-4a275708, #w-node-_0cdb5b8d-5e65-63b7-ba42-8b42870e785c-4a275708 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_52806fb0-5127-814b-bf8d-87b902b7f3d7-4a275708 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e3f0-4a275708 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e407-4a275708 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e46e-4a275708 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e4d5-4a275708 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e514-4a275708 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e53f-4a275708 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e553-4a275708 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e57b-4a275708 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e58f-4a275708 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5a3-4a275708 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5ba-4a275708 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5f9-4a275708 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e64c-4a275708 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_3e5e0059-c81b-95c6-8f4a-a3af00e8eb14-00e8eb0a {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14293-18141b51 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b142a9-18141b51 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14311-18141b51 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14377-18141b51 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b143b5-18141b51 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b143df-18141b51 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b143f3-18141b51 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b1441b-18141b51 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b1442f-18141b51 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14443-18141b51 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14459-18141b51 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14481-18141b51 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14497-18141b51 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-30532dac {
    justify-self: center;
  }

  #w-node-a4ac73ab-6836-ee13-6e0f-d30a44a78add-30532dac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_603a7627-79a8-fba6-6f1b-e7cee51abb87-30532dac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_603a7627-79a8-fba6-6f1b-e7cee51abb8a-30532dac {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-a4ac73ab-6836-ee13-6e0f-d30a44a78adf-30532dac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ed010364-fe66-ee4c-c99c-ec60fffe1ade-fffe1ade {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7dbad9cd-aeee-56d2-4d6e-ffadada64c62-ada64c62 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_899da866-68e4-ea74-58c9-b4701ed00ece-0f820ceb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_899da866-68e4-ea74-58c9-b4701ed00ee8-0f820ceb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_89af817f-d1ee-c72e-302f-16426587e47d-b0dabda0, #w-node-_89af817f-d1ee-c72e-302f-16426587e48b-b0dabda0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_89af817f-d1ee-c72e-302f-16426587e49b-b0dabda0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_89af817f-d1ee-c72e-302f-16426587e4a6-b0dabda0 {
    grid-row: 2 / 3;
  }

  #w-node-_89af817f-d1ee-c72e-302f-16426587e4a8-b0dabda0, #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df91-8ee88189 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df9d-8ee88189 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df9e-8ee88189 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfa0-8ee88189 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfb1-8ee88189 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfc2-8ee88189 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfd3-8ee88189 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfe0-8ee88189 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfec-8ee88189 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dff9-8ee88189 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e00e-8ee88189 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e01b-8ee88189 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e02d-8ee88189 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e037-8ee88189 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2b92148a {
    justify-self: center;
  }

  #w-node-b913319d-95e7-ee45-ab26-ac5dd8dd22bf-2b92148a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e6464b29-468b-43a7-a5c0-fa806b3487ce-2b92148a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e6464b29-468b-43a7-a5c0-fa806b3487d1-2b92148a {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-b913319d-95e7-ee45-ab26-ac5dd8dd22c1-2b92148a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-f36674c8 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-f36674c8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_15155629-1225-55db-aedc-098fa1286457-f36674c8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_15155629-1225-55db-aedc-098fa128645a-f36674c8 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-f36674c8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-1862ff7d {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-1862ff7d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_60d5d625-32d5-942a-7c45-15c9569cf2ab-1862ff7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60d5d625-32d5-942a-7c45-15c9569cf2ae-1862ff7d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-1862ff7d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2beaaf58 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2beaaf58 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fce04631-2804-1734-fcec-287742da1ff2-2beaaf58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fce04631-2804-1734-fcec-287742da1ff5-2beaaf58 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2beaaf58 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e53a4b44 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e53a4b44 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e53a4b44 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_353641e1-3ece-b8b1-538b-5beb5c611535-e53a4b44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_353641e1-3ece-b8b1-538b-5beb5c611538-e53a4b44 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-97bd37a2 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-97bd37a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cd27d3d2-2682-7488-960a-e642b7577963-97bd37a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cd27d3d2-2682-7488-960a-e642b7577966-97bd37a2 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-97bd37a2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2fdf4d1f {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2fdf4d1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2fdf4d1f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b9d-2fdf4d1f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546ba0-2fdf4d1f {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-8da0d3ae {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-8da0d3ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-8da0d3ae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2620c9ac-8763-2944-b0c4-3b1fb18b97e8-8da0d3ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2620c9ac-8763-2944-b0c4-3b1fb18b97eb-8da0d3ae {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e573550c {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e573550c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e573550c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e7636efc-2d89-a28e-b0e5-261bf1455f2b-e573550c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7636efc-2d89-a28e-b0e5-261bf1455f2e-e573550c {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-1749ec13 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-1749ec13 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-1749ec13 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9e92dc76-fccb-ba8e-51d3-78d6e09a7bab-1749ec13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9e92dc76-fccb-ba8e-51d3-78d6e09a7bae-1749ec13 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e5ed7ba2 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e5ed7ba2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e5ed7ba2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2800e20a-253f-8c86-3ddd-ba2b98a70a72-e5ed7ba2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2800e20a-253f-8c86-3ddd-ba2b98a70a75-e5ed7ba2 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2b83a91f {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2b83a91f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2b83a91f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e4f40b26-0399-17b9-a15d-5c6b15422421-2b83a91f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4f40b26-0399-17b9-a15d-5c6b15422424-2b83a91f {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2fc21391 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2fc21391 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2fc21391 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_00aebe03-79c6-cf4e-e62a-0f9b57679d18-2fc21391 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_00aebe03-79c6-cf4e-e62a-0f9b57679d1b-2fc21391 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-883f1bed {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-883f1bed {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4b2e0323-4ee9-c532-268d-09a226f66f4f-883f1bed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b2e0323-4ee9-c532-268d-09a226f66f52-883f1bed {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-883f1bed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-ccc9f245 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-ccc9f245 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-ccc9f245 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-caffca3b-3785-c3f3-095a-d55669dacbd5-ccc9f245 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-caffca3b-3785-c3f3-095a-d55669dacbd8-ccc9f245 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e85715e7 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e85715e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e85715e7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5666a47f-fa26-f412-638f-d8a6ab6fa6f3-e85715e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5666a47f-fa26-f412-638f-d8a6ab6fa6f6-e85715e7 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e371c065 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e371c065 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e371c065 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b62f2991-cc29-78ad-90f6-8bfff5b898ff-e371c065 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b62f2991-cc29-78ad-90f6-8bfff5b89902-e371c065 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-8a1f97fc {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-8a1f97fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-8a1f97fc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_41abffe2-ad61-68d1-e77e-42f185fcc889-8a1f97fc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_41abffe2-ad61-68d1-e77e-42f185fcc88c-8a1f97fc {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-b3df4800 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-b3df4800 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-b3df4800 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b67b9c46-9ea8-3fd2-3c28-d7c3df7d22bf-b3df4800 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b67b9c46-9ea8-3fd2-3c28-d7c3df7d22c2-b3df4800 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-249c2b8c {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-249c2b8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-249c2b8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d57cbb56-c48c-eb14-1bac-41a2548ad0f6-249c2b8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d57cbb56-c48c-eb14-1bac-41a2548ad0f9-249c2b8c {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-0044cdd3 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-0044cdd3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-0044cdd3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9ed09647-1c08-fcd4-3149-621d5b312414-0044cdd3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ed09647-1c08-fcd4-3149-621d5b312417-0044cdd3 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-001c5702 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-001c5702 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-001c5702 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3995cfcf-bc70-9905-56bc-65ac90f0f374-001c5702 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3995cfcf-bc70-9905-56bc-65ac90f0f377-001c5702 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-59b017b3 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-59b017b3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-59b017b3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0288d6b8-8c7e-82ef-1cab-08d89e4c364e-59b017b3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0288d6b8-8c7e-82ef-1cab-08d89e4c3651-59b017b3 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-71638b34 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-71638b34 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-71638b34 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e33555b9-a450-714a-f131-9f8eb9365862-71638b34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e33555b9-a450-714a-f131-9f8eb9365865-71638b34 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-6f43c3d9 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-6f43c3d9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-6f43c3d9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4d0f08b0-18f4-83a2-8130-bb2967a633d6-6f43c3d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d0f08b0-18f4-83a2-8130-bb2967a633d9-6f43c3d9 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-a8d39d06 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-a8d39d06 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-a8d39d06 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_87db1f95-6da8-0f44-8af8-e2914cb1e1d5-a8d39d06 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_87db1f95-6da8-0f44-8af8-e2914cb1e1d8-a8d39d06 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-0d867c45 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-0d867c45 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-0d867c45 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ffb765a1-d7a8-1d1c-010d-6b37cc30225e-0d867c45 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ffb765a1-d7a8-1d1c-010d-6b37cc302261-0d867c45 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-b23949d4 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-b23949d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-b23949d4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2c6b1136-5091-2891-e3aa-86fda2630e89-b23949d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c6b1136-5091-2891-e3aa-86fda2630e8c-b23949d4 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-f92b5e6f {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-f92b5e6f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-f92b5e6f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a6a3c0ec-6999-bc4a-b3d2-0736bdd97b5a-f92b5e6f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6a3c0ec-6999-bc4a-b3d2-0736bdd97b5d-f92b5e6f {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-6f43f116 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-6f43f116 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-6f43f116 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e71ba5e-0456-d16a-7fdf-2ba28b05091c-6f43f116 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e71ba5e-0456-d16a-7fdf-2ba28b05091f-6f43f116 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-db5144f8 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-db5144f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-db5144f8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f2374a64-0537-c004-88b4-85918a67a377-db5144f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f2374a64-0537-c004-88b4-85918a67a37a-db5144f8 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-9c551d90 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-9c551d90 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-9c551d90 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dab50a1f-7077-c4b4-3d0a-af9fb68f622c-9c551d90 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dab50a1f-7077-c4b4-3d0a-af9fb68f622f-9c551d90 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-066fdd47 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-066fdd47 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-066fdd47 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-feeecfd9-5f18-84ec-25fa-b3620168168c-066fdd47 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-feeecfd9-5f18-84ec-25fa-b3620168168f-066fdd47 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-37fdc115 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-37fdc115 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-37fdc115 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_607cf401-1bb7-a50d-b7bb-37ce59b4ac1c-37fdc115 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_607cf401-1bb7-a50d-b7bb-37ce59b4ac1f-37fdc115 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-7cd3e50d {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-7cd3e50d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-7cd3e50d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dc9f26b3-a64b-3197-a1a3-0a36d478e2bf-7cd3e50d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc9f26b3-a64b-3197-a1a3-0a36d478e2c2-7cd3e50d {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-_99eb8f10-7dee-0ba3-5d73-f1683f716cfe-caabf659 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_99eb8f10-7dee-0ba3-5d73-f1683f716d03-caabf659 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df91-caabf659 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df9d-caabf659 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1df9e-caabf659 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfa0-caabf659 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfb1-caabf659 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfc2-caabf659 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfd3-caabf659 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfe0-caabf659 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dfec-caabf659 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1dff9-caabf659 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e00e-caabf659 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e01b-caabf659 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e02d-caabf659 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a5e5f2b0-4d08-0529-4448-f4835bc1e037-caabf659, #w-node-af6cf21f-1750-0036-fcbe-e2db54a1b776-4606c7b3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-af6cf21f-1750-0036-fcbe-e2db54a1b778-4606c7b3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c937a0-eead1e30 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c937b8-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93820-eead1e30 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93888-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c938c8-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c938f4-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93908-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93930-eead1e30 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93944-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93958-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93970-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c939af-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93a03-eead1e30 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0c33-eead1e30 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0c4b-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0cb3-eead1e30 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d1b-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d5b-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d87-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d9b-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0dc3-eead1e30 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0dd7-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0deb-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0e03-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0e42-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0e96-eead1e30 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a83d6-eead1e30 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a83ee-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8456-eead1e30 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a84be-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a84fe-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a852a-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a853e-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8566-eead1e30 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a857a-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a858e-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a85a6-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a85e5-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8639-eead1e30 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad22d-eead1e30 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad245-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad2ad-eead1e30 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad315-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad355-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad381-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad395-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3bd-eead1e30 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3d1-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3e5-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3fd-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad43c-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad490-eead1e30 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784565e9-eead1e30 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456601-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456669-eead1e30 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784566d1-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456711-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-36617845673d-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456751-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456779-eead1e30 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-36617845678d-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567a1-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567b9-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567f8-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-36617845684c-eead1e30 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16a57-eead1e30 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16a6f-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16ad7-eead1e30 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16b3f-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16b7f-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16bab-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16bbf-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16be7-eead1e30 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16bfb-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16c0f-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16c27-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16c66-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16cba-eead1e30 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065eeb7-eead1e30 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065eecf-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef37-eead1e30 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef9f-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065efdf-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f00b-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f01f-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f047-eead1e30 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f05b-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f06f-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f087-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f0c6-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f11a-eead1e30 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375e9b-eead1e30 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375eb3-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375f1b-eead1e30 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375f83-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375fc3-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375fef-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c376003-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c37602b-eead1e30 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c37603f-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c376053-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c37606b-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c3760aa-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c3760fe-eead1e30 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a84d-eead1e30 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a865-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a8cd-eead1e30 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a935-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a975-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a9a1-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a9b5-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a9dd-eead1e30 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a9f1-eead1e30 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088aa05-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088aa1d-eead1e30 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088aa5c-eead1e30 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088aab0-eead1e30 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa426b-39c5aac3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1139ff96-e5c7-acbc-e885-67bdb5fa426d-39c5aac3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-40bbb176 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-40bbb176 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-40bbb176 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4881aaee-dfbe-cdba-77ec-6f58818b5b9b-40bbb176 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4881aaee-dfbe-cdba-77ec-6f58818b5b9e-40bbb176 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-87869272 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-87869272 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-87869272 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8b4540af-bc58-b7a5-9711-296fe4e80fda-87869272 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8b4540af-bc58-b7a5-9711-296fe4e80fdd-87869272 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8543f85e-6f34-7020-f179-6c0f26b03f75-4a275708 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e3b2-4a275708 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e3f0-4a275708 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e407-4a275708, #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e41b-4a275708 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e42f-4a275708 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e45a-4a275708 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e46e-4a275708, #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e496-4a275708 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e4ad-4a275708 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e4d5-4a275708 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e4ec-4a275708, #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e500-4a275708 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e514-4a275708 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e528-4a275708 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e53f-4a275708 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e553-4a275708 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e567-4a275708 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e57b-4a275708 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e58f-4a275708 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5a3-4a275708 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5ba-4a275708 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e5cf-4a275708 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e624-4a275708 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_76b76040-9118-09a3-3b3e-9f0a8623e64c-4a275708 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-bd94e606-976c-0187-a4d5-84c277cd07a6-18141b51 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14293-18141b51 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b142a9-18141b51, #w-node-e7e73ffb-f647-0ec5-1e14-043601b142bd-18141b51 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b142d3-18141b51 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b142fd-18141b51 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14311-18141b51, #w-node-e7e73ffb-f647-0ec5-1e14-043601b1433b-18141b51 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b1434f-18141b51 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14377-18141b51 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b1438d-18141b51, #w-node-e7e73ffb-f647-0ec5-1e14-043601b143a1-18141b51 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b143b5-18141b51 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b143c9-18141b51 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b143df-18141b51 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b143f3-18141b51 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14407-18141b51 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b1441b-18141b51 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b1442f-18141b51 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14443-18141b51 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14459-18141b51 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b1446d-18141b51 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b144ab-18141b51 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e7e73ffb-f647-0ec5-1e14-043601b14497-18141b51 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-30532dac {
    justify-self: center;
  }

  #w-node-a4ac73ab-6836-ee13-6e0f-d30a44a78add-30532dac {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_603a7627-79a8-fba6-6f1b-e7cee51abb92-30532dac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_603a7627-79a8-fba6-6f1b-e7cee51abb97-30532dac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_603a7627-79a8-fba6-6f1b-e7cee51abb9c-30532dac, #w-node-a4ac73ab-6836-ee13-6e0f-d30a44a78adf-30532dac {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7dbad9cd-aeee-56d2-4d6e-ffadada64c62-ada64c62 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_899da866-68e4-ea74-58c9-b4701ed00ece-0f820ceb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_899da866-68e4-ea74-58c9-b4701ed00ed4-0f820ceb {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_899da866-68e4-ea74-58c9-b4701ed00ed8-0f820ceb {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_899da866-68e4-ea74-58c9-b4701ed00edc-0f820ceb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_899da866-68e4-ea74-58c9-b4701ed00ee0-0f820ceb {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_899da866-68e4-ea74-58c9-b4701ed00ee4-0f820ceb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_899da866-68e4-ea74-58c9-b4701ed00ee8-0f820ceb {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2b92148a {
    justify-self: center;
  }

  #w-node-b913319d-95e7-ee45-ab26-ac5dd8dd22bf-2b92148a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e6464b29-468b-43a7-a5c0-fa806b3487d9-2b92148a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e6464b29-468b-43a7-a5c0-fa806b3487de-2b92148a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e6464b29-468b-43a7-a5c0-fa806b3487e3-2b92148a, #w-node-b913319d-95e7-ee45-ab26-ac5dd8dd22c1-2b92148a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-f36674c8 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-f36674c8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_15155629-1225-55db-aedc-098fa1286464-f36674c8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_15155629-1225-55db-aedc-098fa1286469-f36674c8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_15155629-1225-55db-aedc-098fa128646e-f36674c8, #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-f36674c8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-1862ff7d {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-1862ff7d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_60d5d625-32d5-942a-7c45-15c9569cf2b6-1862ff7d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_60d5d625-32d5-942a-7c45-15c9569cf2bb-1862ff7d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_60d5d625-32d5-942a-7c45-15c9569cf2c0-1862ff7d, #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-1862ff7d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2beaaf58 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2beaaf58 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fce04631-2804-1734-fcec-287742da1ffd-2beaaf58 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fce04631-2804-1734-fcec-287742da2002-2beaaf58 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fce04631-2804-1734-fcec-287742da2007-2beaaf58, #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2beaaf58 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e53a4b44 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e53a4b44 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e53a4b44 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_353641e1-3ece-b8b1-538b-5beb5c611540-e53a4b44 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_353641e1-3ece-b8b1-538b-5beb5c611545-e53a4b44 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_353641e1-3ece-b8b1-538b-5beb5c61154a-e53a4b44 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-97bd37a2 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-97bd37a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cd27d3d2-2682-7488-960a-e642b757796e-97bd37a2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cd27d3d2-2682-7488-960a-e642b7577973-97bd37a2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cd27d3d2-2682-7488-960a-e642b7577978-97bd37a2, #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-97bd37a2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2fdf4d1f {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2fdf4d1f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2fdf4d1f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546ba8-2fdf4d1f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546bad-2fdf4d1f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546bb2-2fdf4d1f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-8da0d3ae {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-8da0d3ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-8da0d3ae {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2620c9ac-8763-2944-b0c4-3b1fb18b97f3-8da0d3ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2620c9ac-8763-2944-b0c4-3b1fb18b97f8-8da0d3ae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2620c9ac-8763-2944-b0c4-3b1fb18b97fd-8da0d3ae {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e573550c {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e573550c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e573550c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e7636efc-2d89-a28e-b0e5-261bf1455f36-e573550c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e7636efc-2d89-a28e-b0e5-261bf1455f3c-e573550c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e7636efc-2d89-a28e-b0e5-261bf1455f41-e573550c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-1749ec13 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-1749ec13 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-1749ec13 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9e92dc76-fccb-ba8e-51d3-78d6e09a7bb6-1749ec13 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9e92dc76-fccb-ba8e-51d3-78d6e09a7bbb-1749ec13 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9e92dc76-fccb-ba8e-51d3-78d6e09a7bc0-1749ec13 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e5ed7ba2 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e5ed7ba2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e5ed7ba2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2800e20a-253f-8c86-3ddd-ba2b98a70a7d-e5ed7ba2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2800e20a-253f-8c86-3ddd-ba2b98a70a82-e5ed7ba2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2800e20a-253f-8c86-3ddd-ba2b98a70a87-e5ed7ba2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2b83a91f {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2b83a91f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2b83a91f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e4f40b26-0399-17b9-a15d-5c6b1542242c-2b83a91f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e4f40b26-0399-17b9-a15d-5c6b15422431-2b83a91f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e4f40b26-0399-17b9-a15d-5c6b15422436-2b83a91f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-2fc21391 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-2fc21391 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-2fc21391 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_00aebe03-79c6-cf4e-e62a-0f9b57679d23-2fc21391 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_00aebe03-79c6-cf4e-e62a-0f9b57679d28-2fc21391 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_00aebe03-79c6-cf4e-e62a-0f9b57679d2d-2fc21391 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-883f1bed {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-883f1bed {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4b2e0323-4ee9-c532-268d-09a226f66f5a-883f1bed {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4b2e0323-4ee9-c532-268d-09a226f66f5f-883f1bed {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4b2e0323-4ee9-c532-268d-09a226f66f64-883f1bed {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-883f1bed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-ccc9f245 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-ccc9f245 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-ccc9f245 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-caffca3b-3785-c3f3-095a-d55669dacbe0-ccc9f245 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-caffca3b-3785-c3f3-095a-d55669dacbe5-ccc9f245 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-caffca3b-3785-c3f3-095a-d55669dacbea-ccc9f245 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e85715e7 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e85715e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e85715e7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5666a47f-fa26-f412-638f-d8a6ab6fa6fe-e85715e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5666a47f-fa26-f412-638f-d8a6ab6fa703-e85715e7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5666a47f-fa26-f412-638f-d8a6ab6fa708-e85715e7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-e371c065 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-e371c065 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-e371c065 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b62f2991-cc29-78ad-90f6-8bfff5b8990a-e371c065 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b62f2991-cc29-78ad-90f6-8bfff5b8990f-e371c065 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b62f2991-cc29-78ad-90f6-8bfff5b89914-e371c065 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-8a1f97fc {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-8a1f97fc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-8a1f97fc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_41abffe2-ad61-68d1-e77e-42f185fcc894-8a1f97fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_41abffe2-ad61-68d1-e77e-42f185fcc899-8a1f97fc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_41abffe2-ad61-68d1-e77e-42f185fcc89e-8a1f97fc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-b3df4800 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-b3df4800 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-b3df4800 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b67b9c46-9ea8-3fd2-3c28-d7c3df7d22ca-b3df4800 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b67b9c46-9ea8-3fd2-3c28-d7c3df7d22cf-b3df4800 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b67b9c46-9ea8-3fd2-3c28-d7c3df7d22d4-b3df4800 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-249c2b8c {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-249c2b8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-249c2b8c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d57cbb56-c48c-eb14-1bac-41a2548ad101-249c2b8c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d57cbb56-c48c-eb14-1bac-41a2548ad106-249c2b8c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d57cbb56-c48c-eb14-1bac-41a2548ad10b-249c2b8c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-0044cdd3 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-0044cdd3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-0044cdd3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9ed09647-1c08-fcd4-3149-621d5b31241f-0044cdd3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9ed09647-1c08-fcd4-3149-621d5b312424-0044cdd3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9ed09647-1c08-fcd4-3149-621d5b312429-0044cdd3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-001c5702 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-001c5702 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-001c5702 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3995cfcf-bc70-9905-56bc-65ac90f0f37f-001c5702 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3995cfcf-bc70-9905-56bc-65ac90f0f384-001c5702 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3995cfcf-bc70-9905-56bc-65ac90f0f389-001c5702 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-59b017b3 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-59b017b3 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-59b017b3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0288d6b8-8c7e-82ef-1cab-08d89e4c3659-59b017b3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0288d6b8-8c7e-82ef-1cab-08d89e4c365e-59b017b3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0288d6b8-8c7e-82ef-1cab-08d89e4c3663-59b017b3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-71638b34 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-71638b34 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-71638b34 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e33555b9-a450-714a-f131-9f8eb936586d-71638b34 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e33555b9-a450-714a-f131-9f8eb9365872-71638b34 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e33555b9-a450-714a-f131-9f8eb9365877-71638b34 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-6f43c3d9 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-6f43c3d9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-6f43c3d9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4d0f08b0-18f4-83a2-8130-bb2967a633e1-6f43c3d9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4d0f08b0-18f4-83a2-8130-bb2967a633e6-6f43c3d9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4d0f08b0-18f4-83a2-8130-bb2967a633eb-6f43c3d9 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-a8d39d06 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-a8d39d06 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-a8d39d06 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_87db1f95-6da8-0f44-8af8-e2914cb1e1e0-a8d39d06 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_87db1f95-6da8-0f44-8af8-e2914cb1e1e5-a8d39d06 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_87db1f95-6da8-0f44-8af8-e2914cb1e1ea-a8d39d06 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-0d867c45 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-0d867c45 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-0d867c45 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ffb765a1-d7a8-1d1c-010d-6b37cc302269-0d867c45 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ffb765a1-d7a8-1d1c-010d-6b37cc30226e-0d867c45 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ffb765a1-d7a8-1d1c-010d-6b37cc302273-0d867c45 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-b23949d4 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-b23949d4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-b23949d4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2c6b1136-5091-2891-e3aa-86fda2630e94-b23949d4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2c6b1136-5091-2891-e3aa-86fda2630e99-b23949d4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2c6b1136-5091-2891-e3aa-86fda2630e9e-b23949d4 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-f92b5e6f {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-f92b5e6f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-f92b5e6f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a6a3c0ec-6999-bc4a-b3d2-0736bdd97b65-f92b5e6f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a6a3c0ec-6999-bc4a-b3d2-0736bdd97b6a-f92b5e6f {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a6a3c0ec-6999-bc4a-b3d2-0736bdd97b6f-f92b5e6f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-6f43f116 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-6f43f116 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-6f43f116 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4e71ba5e-0456-d16a-7fdf-2ba28b050927-6f43f116 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4e71ba5e-0456-d16a-7fdf-2ba28b05092c-6f43f116 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e71ba5e-0456-d16a-7fdf-2ba28b050931-6f43f116 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-db5144f8 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-db5144f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-db5144f8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f2374a64-0537-c004-88b4-85918a67a382-db5144f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f2374a64-0537-c004-88b4-85918a67a387-db5144f8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f2374a64-0537-c004-88b4-85918a67a38c-db5144f8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-9c551d90 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-9c551d90 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-9c551d90 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dab50a1f-7077-c4b4-3d0a-af9fb68f6237-9c551d90 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dab50a1f-7077-c4b4-3d0a-af9fb68f623c-9c551d90 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dab50a1f-7077-c4b4-3d0a-af9fb68f6241-9c551d90 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-066fdd47 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-066fdd47 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-066fdd47 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-feeecfd9-5f18-84ec-25fa-b36201681697-066fdd47 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-feeecfd9-5f18-84ec-25fa-b3620168169c-066fdd47 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-feeecfd9-5f18-84ec-25fa-b362016816a1-066fdd47 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-37fdc115 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-37fdc115 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-37fdc115 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_607cf401-1bb7-a50d-b7bb-37ce59b4ac27-37fdc115 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_607cf401-1bb7-a50d-b7bb-37ce59b4ac2c-37fdc115 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_607cf401-1bb7-a50d-b7bb-37ce59b4ac31-37fdc115 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-7cd3e50d {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-7cd3e50d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-7cd3e50d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dc9f26b3-a64b-3197-a1a3-0a36d478e2ca-7cd3e50d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dc9f26b3-a64b-3197-a1a3-0a36d478e2cf-7cd3e50d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dc9f26b3-a64b-3197-a1a3-0a36d478e2d4-7cd3e50d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_99eb8f10-7dee-0ba3-5d73-f1683f716cfe-caabf659 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_99eb8f10-7dee-0ba3-5d73-f1683f716d03-caabf659, #w-node-d9744e00-0311-885a-9cb4-c494f1c93762-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c937a0-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c937b8-eead1e30, #w-node-d9744e00-0311-885a-9cb4-c494f1c937cc-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c937e0-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c9380c-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93820-eead1e30, #w-node-d9744e00-0311-885a-9cb4-c494f1c93848-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93860-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93888-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c938a0-eead1e30, #w-node-d9744e00-0311-885a-9cb4-c494f1c938b4-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c938c8-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c938dc-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c938f4-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93908-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c9391c-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93930-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93944-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93958-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93970-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93985-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c939db-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-d9744e00-0311-885a-9cb4-c494f1c93a03-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0bf5-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0c33-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0c4b-eead1e30, #w-node-c907e817-01ba-8f05-9e98-a3487abb0c5f-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0c73-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0c9f-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0cb3-eead1e30, #w-node-c907e817-01ba-8f05-9e98-a3487abb0cdb-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0cf3-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d1b-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d33-eead1e30, #w-node-c907e817-01ba-8f05-9e98-a3487abb0d47-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d5b-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d6f-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d87-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0d9b-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0daf-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0dc3-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0dd7-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0deb-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0e03-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0e18-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0e6e-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-c907e817-01ba-8f05-9e98-a3487abb0e96-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8398-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a83d6-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a83ee-eead1e30, #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8402-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8416-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8442-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8456-eead1e30, #w-node-f5baee99-2e17-852b-09e5-5ae8d84a847e-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8496-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a84be-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a84d6-eead1e30, #w-node-f5baee99-2e17-852b-09e5-5ae8d84a84ea-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a84fe-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8512-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a852a-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a853e-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8552-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8566-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a857a-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a858e-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a85a6-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a85bb-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8611-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f5baee99-2e17-852b-09e5-5ae8d84a8639-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad1ef-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad22d-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad245-eead1e30, #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad259-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad26d-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad299-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad2ad-eead1e30, #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad2d5-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad2ed-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad315-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad32d-eead1e30, #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad341-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad355-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad369-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad381-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad395-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3a9-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3bd-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3d1-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3e5-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad3fd-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad412-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad468-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-b3b18b58-89ca-7b73-2c16-26c34c8ad490-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784565ab-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784565e9-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456601-eead1e30, #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456615-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456629-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456655-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456669-eead1e30, #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456691-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784566a9-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784566d1-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784566e9-eead1e30, #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784566fd-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456711-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456725-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-36617845673d-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456751-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456765-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456779-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-36617845678d-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567a1-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567b9-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-3661784567ce-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-366178456824-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0957d1dc-73ad-7bfa-2fcb-36617845684c-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16a19-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16a57-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16a6f-eead1e30, #w-node-_3819574e-61d4-8f12-8307-c0871ed16a83-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16a97-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16ac3-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16ad7-eead1e30, #w-node-_3819574e-61d4-8f12-8307-c0871ed16aff-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16b17-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16b3f-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16b57-eead1e30, #w-node-_3819574e-61d4-8f12-8307-c0871ed16b6b-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16b7f-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16b93-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16bab-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16bbf-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16bd3-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16be7-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16bfb-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16c0f-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16c27-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16c3c-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16c92-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_3819574e-61d4-8f12-8307-c0871ed16cba-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ee79-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065eeb7-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065eecf-eead1e30, #w-node-_1c133693-3ff9-6a3d-93ed-a743b065eee3-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065eef7-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef23-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef37-eead1e30, #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef5f-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef77-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065ef9f-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065efb7-eead1e30, #w-node-_1c133693-3ff9-6a3d-93ed-a743b065efcb-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065efdf-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065eff3-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f00b-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f01f-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f033-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f047-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f05b-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f06f-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f087-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f09c-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f0f2-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_1c133693-3ff9-6a3d-93ed-a743b065f11a-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375e5d-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375e9b-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375eb3-eead1e30, #w-node-_31ef0131-e551-61be-3204-1f310c375ec7-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375edb-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375f07-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375f1b-eead1e30, #w-node-_31ef0131-e551-61be-3204-1f310c375f43-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375f5b-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375f83-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375f9b-eead1e30, #w-node-_31ef0131-e551-61be-3204-1f310c375faf-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375fc3-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375fd7-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c375fef-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c376003-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c376017-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c37602b-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c37603f-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c376053-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c37606b-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c376080-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c3760d6-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_31ef0131-e551-61be-3204-1f310c3760fe-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a80f-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a84d-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a865-eead1e30, #w-node-e52af9d0-9d91-1194-1050-1ca9d088a879-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a88d-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a8b9-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a8cd-eead1e30, #w-node-e52af9d0-9d91-1194-1050-1ca9d088a8f5-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a90d-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a935-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a94d-eead1e30, #w-node-e52af9d0-9d91-1194-1050-1ca9d088a961-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a975-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a989-eead1e30 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a9a1-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a9b5-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a9c9-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a9dd-eead1e30 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088a9f1-eead1e30 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088aa05-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088aa1d-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088aa32-eead1e30 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088aa88-eead1e30 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-e52af9d0-9d91-1194-1050-1ca9d088aab0-eead1e30 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-40bbb176 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-40bbb176 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-40bbb176 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_4881aaee-dfbe-cdba-77ec-6f58818b5ba6-40bbb176 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4881aaee-dfbe-cdba-77ec-6f58818b5bab-40bbb176 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4881aaee-dfbe-cdba-77ec-6f58818b5bb0-40bbb176 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f84262db-de2f-b857-0ece-08e3e6546b64-87869272 {
    justify-self: center;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f60-87869272 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c112fba3-7899-0053-7b89-a490e1f56f62-87869272 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8b4540af-bc58-b7a5-9711-296fe4e80fe5-87869272 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8b4540af-bc58-b7a5-9711-296fe4e80fea-87869272 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8b4540af-bc58-b7a5-9711-296fe4e80fef-87869272 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


@font-face {
  font-family: 'Title';
  src: url('../fonts/Courier-New-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Title';
  src: url('../fonts/Courier-New.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Title';
  src: url('../fonts/Courier-New-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Title';
  src: url('../fonts/Courier-New-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Logo';
  src: url('../fonts/Cyrene.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Secondary';
  src: url('../fonts/UglyDaveRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}