@font-face {
  font-family: Akkurat pro;
  src: url('../fonts/Akkurat-Italic-Pro.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Akkurat pro;
  src: url('../fonts/Akkurat-Bold-Pro.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --grey-border: #c6c6c6;
  --black: black;
  --story-bar-color: #eb6a46;
  --story-hover-color: transparent;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: freight-text-pro, sans-serif;
  font-size: 3em;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: freight-text-pro, sans-serif;
  font-size: 2em;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Space Mono, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .85em;
  font-weight: 400;
  line-height: 175%;
}

h6 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .85em;
  font-weight: 400;
  line-height: 175%;
}

p {
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 13.5px;
  line-height: 150%;
}

a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.intro-text {
  z-index: 9;
  margin-bottom: 0;
  position: relative;
}

.story-text {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.story-text._2 {
  color: #000;
  padding: 125px 100px 0 50px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

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

.sticky {
  position: sticky;
  top: 35px;
}

.sticky._75 {
  top: 100px;
}

.story-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 1fr;
  padding-bottom: 150px;
}

.accordion-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-size: 1.25em;
  line-height: 2;
  display: grid;
  position: relative;
}

.scroll-progress-bar {
  z-index: 999;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 15px;
  margin-top: 0;
  position: sticky;
  inset: auto auto auto 0%;
  overflow: hidden;
}

.scroll-progress-bar.color {
  z-index: 4;
  perspective-origin: 0%;
  transform-origin: 0%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: var(--story-bar-color);
  border-top-style: none;
  border-top-width: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  position: static;
  top: 98.5vh;
  bottom: 0;
  right: 0;
  overflow: visible;
  transform: scale3d(.2, 1, 1);
}

.scroll-progress-bar.color.no {
  transform-style: preserve-3d;
  transform: scale3d(0, 1, 1);
}

.scroll-progress-bar.home {
  z-index: 500;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transform-origin: 50% 100%;
  border-bottom-style: none;
  border-bottom-width: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 1.75vh;
  display: none;
  position: sticky;
  inset: 98.25vh 0% 0%;
}

.scroll-progress-bar.home._2 {
  z-index: 502;
  border-bottom-width: 1px;
  display: block;
}

.intro-title {
  height: 200vh;
  padding: 125px 75px 0;
}

.story {
  z-index: 51;
  background-color: #fff;
  border-top: 1px solid #000;
  margin-top: -1.75vh;
  position: relative;
}

.s1 {
  z-index: 5;
  object-fit: fill;
  background-color: #0000;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.s1.c1 {
  margin-top: -1.75vh;
}

.s1.c5 {
  z-index: 502;
  background-color: #fff;
  border-top: 1px solid #000;
  height: auto;
  margin-top: -1px;
  overflow: visible;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 30vh 70vh;
  grid-template-columns: auto;
  height: 100vh;
}

.grid.home-page {
  grid-template-rows: 12% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 12%;
  grid-template-columns: 10% 1fr 1fr 1fr 1fr 1fr 1fr 10%;
  width: 100%;
  height: 100%;
}

.grid.home-page._2 {
  grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr 1fr 10%;
  margin-top: -4.5em;
}

.menu-link {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-link.first {
  border-left: 1px solid #000;
}

.menu-link.between {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.name {
  border-right: 1px solid #000;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-grid {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 50%;
  height: 100%;
  position: relative;
}

.line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.line-overflow {
  width: 100%;
  height: 1px;
  display: none;
  overflow: hidden;
}

.menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 33.3% 33.3% 33.3%;
  height: 100%;
}

.menubar {
  z-index: 995;
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 4.5em;
  position: sticky;
  inset: 0% 0% auto;
}

.menubar.undo {
  z-index: 0;
  margin-top: -4.5em;
  position: relative;
}

.menubar.notsticky {
  position: static;
}

.collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 66vh 66vh 66vh 66vh 66vh 66vh 66vh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.book-section {
  background-color: #0000;
  z-index: 9;
  grid-area: 1 / 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
  position: relative;
  transition: background-color 220ms ease;
}

.book-container {
  flex-direction: column;
  width: 100%;
}

.image-3 {
  z-index: 8;
  width: 25em;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-for-500vh {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 8vh 1fr;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.volumes {
  z-index: 3;
  position: relative;
}

.divider-line {
  z-index: 12;
  background-color: var(--grey-border);
  width: 1px;
  position: relative;
  pointer-events: none;
}

.collection-item {
  z-index: 11;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  grid-template-rows: 66vh;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  isolation: isolate;
  transition: background-color 220ms ease;
  overflow: hidden;
}

.collection-item:hover,
.collection-item:focus-within {
  background-color: var(--story-hover-color);
}

.collection-item:hover .book-section,
.collection-item:focus-within .book-section {
  background-color: var(--story-hover-color);
}

.stories---tablet {
  z-index: 2;
  height: 100%;
  position: relative;
}

.div-block-16 {
  z-index: 12;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  pointer-events: none;
}

._470vh-tall {
  z-index: 503;
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-top: -1px;
  position: relative;
}

.intro-section {
  width: 100%;
  margin-top: -4.5em;
}

.quote {
  z-index: 12;
  opacity: 0;
  grid-area: 1 / 1;
  background-image: url('../images/Blank-Book-Quote.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: relative;
  transform: translateZ(0);
  will-change: opacity;
}

.header-font {
  text-transform: uppercase;
  font-family: Space Mono, sans-serif;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5em;
}

.header-font.logo-header {
  padding-left: 4em;
  padding-right: 4em;
}

.volume {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  font-family: Akkurat pro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.volume.left {
  text-align: left;
}

.volume.padding-10 {
  padding-left: 10%;
}

.book-text {
  text-align: center;
  font-family: Akkurat pro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
}

.book-text.data-from {
  font-family: Akkurat pro, sans-serif;
  font-size: .9em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

.book-text.book-title {
  opacity: 0;
  margin-top: 5px;
  font-size: .9em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph {
  line-height: 120%;
}

.fade-up.tricks {
  font-style: italic;
  font-weight: 500;
}

.div-block-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
  overflow: hidden;
}

.quote-grid {
  grid-template-rows: 100%;
  grid-template-columns: 1fr;
  justify-content: center;
  display: flex;
}

._1 {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-family: Akkurat pro, sans-serif;
  line-height: 100%;
  display: flex;
}

.fade-up2.tricks {
  opacity: 0;
  font-style: italic;
  font-weight: 500;
}

.fade-up3.tricks {
  opacity: 0;
  color: var(--black);
  font-style: italic;
  font-weight: 500;
}

.hide {
  color: #0000;
}

.div-block-25 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.smallfadeup1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-family: Akkurat pro, sans-serif;
  font-weight: 700;
  display: flex;
}

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

.smallfadeup2, .smallfadeup3 {
  font-family: Akkurat pro, sans-serif;
  font-weight: 700;
  transform: translate(0, 100%);
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.smallfadeup4 {
  font-family: Akkurat pro, sans-serif;
  font-weight: 700;
}

.smallfadeup5, .smallfadeup6 {
  font-family: Akkurat pro, sans-serif;
  font-weight: 700;
  transform: translate(0, 100%);
}

.mousegradient {
  z-index: 4;
  filter: blur(50px);
  background-image: radial-gradient(circle closest-side, #aedee5, #06f0);
  width: 600px;
  height: 600px;
}

.mousegradient._2 {
  opacity: 1;
  mix-blend-mode: color;
  background-image: radial-gradient(circle closest-side, #03f, #fff);
  display: none;
}

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

.fixed-gradients {
  z-index: 1;
  flex-direction: column;
  grid-template-rows: 100%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.linked-blocks {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.link-scroll-bar {
  width: 100%;
  height: 100%;
}

.link-scroll-bar.right-line {
  border-right: 1px solid var(--black);
}

.story-section-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 65% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 35vh;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.story-section-title.underline {
  z-index: 1;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  height: 30vh;
  position: relative;
}

.title-sixe {
  text-transform: uppercase;
  margin-right: 10%;
  font-family: Space Mono, sans-serif;
  font-size: 3em;
  line-height: 100%;
}

.bounding-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 2.5vw;
  padding-bottom: 6vh;
  display: flex;
}

.device-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 25% 25% 25% 25%;
  width: 100%;
  height: auto;
  margin-top: -1.5%;
  margin-bottom: -1.5%;
}

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

.device-trigger.hide-until {
  display: none;
}

.device-trigger.highz {
  z-index: 100;
}

._85 {
  width: 85%;
  font-size: 3em;
}

._85.rightalign {
  text-align: right;
  width: 100%;
}

._85.makebig {
  width: 100%;
}

.div-block-33 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  align-self: flex-start;
  width: auto;
  height: 20%;
  display: block;
}

.text-block-3 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Space Mono, sans-serif;
  display: block;
}

.device-boudning {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  display: grid;
}

.device-title {
  z-index: 101;
  opacity: 0;
  width: 175%;
  height: 48px;
  margin-top: 0;
  position: relative;
  transform: translate(60%);
}

.title {
  color: #000;
  text-transform: uppercase;
  cursor: default;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 500px;
  padding: 12px 20px;
  font-family: Space Mono, sans-serif;
  font-weight: 400;
}

.device-image {
  z-index: 1;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.device-image.lotti {
  z-index: 7;
  flex-flow: column;
  display: flex;
}

.minus-2 {
  margin-right: -2px;
  padding-right: 0;
}

.devices-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 33.33% 33.33% 33.33%;
  width: 75%;
  height: auto;
}

.grain {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
}

.grain.hide {
  z-index: 999;
  display: none;
}

.bold-h1 {
  font-weight: 600;
}

.collection-list-mobile, .slider-hide-except-mobile {
  display: none;
}

.gradientbackground {
  width: 100%;
  height: 100%;
  position: absolute;
}

.trigger-alexa {
  z-index: 90;
  cursor: auto;
  width: 75%;
  height: 100%;
}

.upper-text {
  transform: translate(0, 1.2em);
}

.animation {
  width: 100%;
  position: relative;
}

.animation.lines {
  z-index: 1;
  opacity: .4;
}

.animation.table {
  z-index: 2;
}

.animation.box {
  z-index: 3;
}

.animation.lamp {
  z-index: 4;
}

.animation.alexa {
  z-index: 5;
  perspective-origin: 50% 65%;
  transform-origin: 50% 65%;
}

._1st-animation-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 85%;
  margin-right: -5%;
  display: grid;
}

.transition {
  z-index: 999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-trigger {
  display: none;
}

.bg-color {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.overview-btn-area {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  font-size: .75rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-5 {
  width: 100%;
  height: 95%;
}

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

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-a-text {
  font-weight: 400;
}

.c-faq-q-text {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
}

.faq-q-text {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.faq-stripe-1 {
  background-color: #000;
  width: 1px;
  height: 100%;
}

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

.cloneable-area.grided {
  z-index: 5;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 100px;
  display: grid;
  position: relative;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.c-faq-a-text {
  cursor: default;
  padding: 10px 0 30px;
}

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

.c-faq {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq._1px {
  margin-bottom: -1px;
}

.c-faq-item {
  color: var(--black);
  cursor: pointer;
  margin-top: -1px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1em;
  line-height: 100%;
}

.faq-stripe-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
}

.data-retrieved {
  font-family: IBM Plex Sans, sans-serif;
  display: inline-block;
}

.space {
  opacity: 0;
}

.grid-3 {
  z-index: 900;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 200vh auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-left: 25px;
  display: grid;
}

.audio-holder {
  width: 80%;
  height: 100%;
}

.data {
  z-index: 501;
  width: 100%;
  margin-top: 50px;
  padding-left: 75px;
  padding-right: 75px;
}

.div-block-35 {
  z-index: 502;
  height: 100%;
}

.image-6 {
  border: 1px solid #000;
  width: 100%;
}

.datainput {
  position: relative;
  overflow: auto;
}

.datainput.table {
  overflow: hidden;
}

.lightbox-link-2 {
  z-index: 999;
  position: relative;
}

.c-button-modal {
  color: #000;
  cursor: pointer;
  background-color: #d3e1f0;
  border: 2px solid #000;
  border-radius: 58px;
  margin-bottom: 16px;
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .5s cubic-bezier(.19, 1, .22, 1);
  display: inline-block;
  box-shadow: 3px 3px #000;
}

.c-button-modal:hover {
  box-shadow: 1px 1px #000;
}

.c-copy-icon {
  cursor: pointer;
  background-image: url('../images/content_copy_black_24dp-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.gradient-stories {
  z-index: 1;
  filter: blur(30px);
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
  transform: scale(1.1);
}

.testcamera {
  background-image: url('../images/Group-85Devices.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  margin-left: -5px;
}

.testcamera._2 {
  background-image: url('../images/Group-86Devices.svg');
  margin-left: -12px;
}

.testcamera._3 {
  background-image: url('../images/Group-87Devices.svg');
  margin-left: -10px;
}

.testcamera._4 {
  background-image: url('../images/Group-88Devices.svg');
  margin-left: -10px;
}

.testcamera._5 {
  background-image: url('../images/Group-89Devices.svg');
}

.testcamera._6 {
  background-image: url('../images/Group-90Devices.svg');
  margin-left: -10px;
}

.testcamera._7 {
  background-image: url('../images/smart-speaker.svg');
  margin-left: -15px;
}

.testcamera._8 {
  background-image: url('../images/Group-94Devices.svg');
  margin-left: -20px;
}

.testcamera._9 {
  background-image: url('../images/Group-93Devices.svg');
  margin-left: -8px;
}

.testcamera._10 {
  background-image: url('../images/Group-92Devices.svg');
  margin-left: -8px;
}

.tableimg_trigger {
  cursor: pointer;
  border: 1px solid #000;
  width: 85%;
  height: auto;
}

.tablefadein {
  z-index: 999;
  background-color: #000000c4;
  width: 100%;
  height: 100%;
  padding: 7%;
  display: none;
  position: fixed;
  inset: 0%;
}

.tablefadein._1 {
  display: none;
}

.tablefadein._2 {
  z-index: 998;
  display: none;
}

.author {
  font-family: IBM Plex Sans, sans-serif;
}

.s1.story {
  z-index: 51;
  background-color: #fff;
  height: auto;
  overflow: visible;
}

.s1.story._2 {
  z-index: 520;
}

._45 {
  width: 50%;
  height: auto;
}

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

.div-block-45 {
  z-index: 999;
  background-color: #fff;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

.div-block-46 {
  z-index: 999;
  width: 100%;
  position: relative;
}

.div-block-46 img {
  width: 100%;
  height: auto;
  display: block;
}

.title-smaller {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 1.75em;
  font-weight: 400;
}

.close123 {
  z-index: 999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 30px;
  margin-right: 30px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.close {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close.hide {
  display: none;
}

.text-span {
  font-weight: 700;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: -1px;
}

.holder {
  border-top: 1px solid #000;
  width: 100%;
  height: 60px;
  display: flex;
}

.holder.right-line {
  border-right: 1px solid #000;
  width: 100%;
  height: 60px;
}

.activity {
  cursor: pointer;
  height: 360px;
  position: relative;
}

.activity.w--current {
  perspective-origin: 0%;
  transform-origin: 0%;
}

.div-block-49 {
  background-image: url('../images/Grad.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-block-49.right-line {
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
}

.div-block-49.right-line.red {
  background-image: url('../images/Mask-Group-2.svg');
}

.div-block-49.pink {
  background-image: url('../images/Mask-Group-3.svg');
}

.div-block-49.green {
  background-image: url('../images/Mask-Group-1.svg');
}

.lottie-animation-6 {
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  padding: 5%;
}

.success-text {
  color: #000;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 50px;
}

.field-label {
  padding-right: 7px;
  font-weight: 400;
  display: inline;
}

.success-message {
  background-color: #0000;
  padding-top: 52px;
  padding-bottom: 52px;
}

.submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 32px;
  padding: 17px 30px;
  font-size: 15px;
  line-height: 100%;
  display: block;
}

.text-fields {
  opacity: .5;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #adadad;
  width: 100px;
  margin-top: -10px;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
}

.text-fields:focus {
  opacity: 1;
  color: #000;
  border-bottom-width: 2px;
  border-bottom-color: #000;
}

.text-fields.date {
  width: 160px;
}

.text-fields.budget {
  width: 165px;
}

.text-fields.project {
  width: 265px;
}

.text-fields.age {
  width: 100px;
  display: inline;
}

.container {
  margin-top: 50px;
}

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

.indvidual-activity.mad-about-my-data {
  z-index: 2;
  height: 100vh;
  position: relative;
}

.overall {
  z-index: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: -1px;
  position: relative;
}

.div-block-51 {
  width: 70%;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-left: 10%;
}

.image-11 {
  z-index: 90;
  height: 100%;
  margin-bottom: -50%;
  position: relative;
}

.heading-3 {
  font-size: 1.2em;
}

._70 {
  width: 75%;
}

._30 {
  width: 32%;
}

.div-block-54 {
  height: 100%;
  padding-left: 10%;
  display: flex;
}

.div-block-54._2 {
  display: none;
}

._15 {
  width: 18%;
  height: auto;
}

._50 {
  width: 50%;
  height: auto;
}

.div-block-55 {
  z-index: 5;
  margin-left: 100px;
  margin-right: 100px;
  padding: 0 15vh 15vh;
  position: relative;
}

.heading-4 {
  font-weight: 300;
  display: inline-block;
}

.heading-5 {
  display: inline;
}

.named {
  text-align: right;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

.named.auth {
  margin-left: 4px;
  font-weight: 600;
  display: inline-block;
}

.div-block-56 {
  justify-content: flex-end;
  display: flex;
}

.linkedtext {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  display: block;
}

.linkedthing {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-58 {
  z-index: 7;
  padding-top: 50px;
  position: relative;
}

.div-block-59 {
  z-index: 8;
  background-color: #fff;
  height: auto;
  position: relative;
}

.single-line {
  background-color: #000;
  height: 1px;
}

.empty-state {
  background-color: #0000;
}

.div-block-60 {
  margin-top: 40px;
}

.div-block-61 {
  background-image: url('../images/Mask-Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-62 {
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  padding-right: 10%;
  display: flex;
  position: absolute;
}

.image-15 {
  opacity: 0;
  height: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  display: none;
}

.div-block-63 {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-63._3 {
  align-items: center;
  height: 100vh;
  margin-left: 50px;
  margin-right: 50px;
}

.div-block-64 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: 500px;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  margin-top: 100px;
  margin-left: 75px;
  margin-right: 75px;
  display: grid;
}

.div-block-65 {
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
}

.footer {
  z-index: 501;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 60px;
  display: grid;
  position: relative;
}

.footer.fixed {
  border-top: 1px solid #000;
  position: fixed;
  inset: auto 0% 0%;
}

.footerspace {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

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

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

.space1 {
  margin-left: 10%;
}

.space2 {
  margin-right: 10%;
}

.overline {
  z-index: 502;
  background-color: #000;
  width: 100%;
  height: 1px;
  position: relative;
}

.text-span-2 {
  font-weight: 700;
}

.image-16 {
  height: 100%;
  padding-left: 0;
}

.div-block-66 {
  margin-right: 50px;
}

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

.div-block-68 {
  overflow: hidden;
}

.div-block-69 {
  margin-bottom: -1px;
}

.image-17 {
  z-index: 1;
  width: 60vw;
  margin-right: -10vw;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.image-17._2 {
  inset: auto 0% 0%;
}

.image-18 {
  filter: invert();
  width: 25%;
  display: none;
}

.form {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
}

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

.div-block-70 {
  display: none;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 3.5em;
  }

  .fade-up {
    transform: translate(0);
  }

  .div-block-24 {
    width: 85%;
  }

  ._45 {
    width: 45%;
  }

  ._70 {
    width: 65%;
  }

  ._30 {
    width: 28%;
  }

  ._50 {
    width: 50%;
  }

  ._55 {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  .story-text._2 {
    padding-top: 100px;
    font-size: 20px;
  }

  .story-grid {
    grid-template-columns: 40% auto;
  }

  .intro-title {
    padding-top: 100px;
  }

  .menubar {
    height: 4.65em;
  }

  .menubar.undo {
    margin-top: -4.65em;
  }

  .title-sixe {
    font-size: 3.5em;
  }

  .device-trigger.hide-until {
    display: none;
  }

  ._85 {
    font-size: 2.5em;
  }

  ._1st-animation-container {
    width: 100%;
    margin-bottom: 30%;
  }

  .grid-3 {
    padding-left: 0;
  }

  .tableimg_trigger {
    width: 100%;
  }

  .field-label {
    display: inline;
  }

  .div-block-55 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-63 {
    height: 100%;
    position: relative;
  }

  .div-block-63._3 {
    height: auto;
  }

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

  .div-block-65 {
    align-items: center;
  }

  .footer.fixed {
    position: relative;
  }

  .image-16 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .div-block-66 {
    margin-top: 0;
    margin-right: 300px;
  }

  .text-span-3 {
    display: none;
  }

  .form-block {
    transform: scale(.85);
  }
}

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

  .story-text._2 {
    padding: 75px 75px 25px;
  }

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

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

  .accordion-trigger {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-progress-bar.home {
    display: none;
  }

  .intro-title {
    height: auto;
    padding-top: 0;
  }

  .s1.c2 {
    overflow: visible;
  }

  .grid.home-page {
    grid-template-columns: 10% 1fr 1fr 1fr 1fr 10%;
  }

  .grid.home-page._2 {
    grid-template-columns: 75px 1fr 1fr 1fr 1fr 1fr 1fr 10%;
  }

  .menu-link.first {
    border-left-style: none;
    border-left-width: 0;
  }

  .name {
    display: none;
  }

  .menu-grid {
    grid-template-columns: 100%;
  }

  .menubar {
    z-index: 999;
    height: 4.5em;
    position: relative;
  }

  .menubar.undo {
    margin-top: -5em;
  }

  .book-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-left: 0%;
    padding-right: 0%;
    display: grid;
  }

  .slider-hide-except-mobile .book-section {
    grid-template-rows: auto auto;
    align-content: center;
    justify-items: center;
    row-gap: 24px;
    padding: 40px 14% 48px;
    position: relative;
  }

  .book-container {
    z-index: 9;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
  }

  .slider-hide-except-mobile .book-container {
    z-index: 2;
    width: min(100%, 18rem);
    height: auto;
  }

  .image-3 {
    width: auto;
    height: auto;
  }

  .slider-hide-except-mobile .image-3 {
    width: 100%;
    max-width: 18rem;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-for-500vh {
    grid-template-rows: auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-columns: 100%;
    margin-top: 1px;
  }

  .volumes {
    display: block;
  }

  .divider-line {
    display: none;
  }

  .collection-item._2 {
    flex-direction: column;
    grid-template-columns: 100%;
    width: 100%;
    height: 100%;
    display: block;
  }

  .stories---tablet, .div-block-16 {
    display: none;
  }

  ._470vh-tall {
    height: auto;
  }

  .quote {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .slider-hide-except-mobile .quote {
    z-index: 2;
    width: min(100%, 18rem);
    min-height: 12rem;
    height: clamp(12rem, 38vw, 16rem);
    background-position: 50% 50%;
    background-size: contain;
  }

  .header-font {
    font-size: .75em;
  }

  .mousegradient {
    display: none;
  }

  .story-section-title {
    border-bottom: 1px solid #000;
    margin-left: 0%;
    padding-left: 10%;
  }

  .title-sixe {
    margin-right: 0%;
    font-size: 3em;
  }

  .bounding-box {
    transform-origin: 50% 0;
    margin-left: 0;
    padding-bottom: 0;
    overflow: visible;
    transform: scale(.75);
  }

  .device-grid-4 {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 50% 50%;
    width: 75%;
  }

  .device-trigger.hide-until {
    display: block;
  }

  .device-trigger.hide-on-phone {
    display: none;
  }

  ._85 {
    font-size: 2.2em;
  }

  .device-title {
    margin-top: 5px;
  }

  .devices-grid-3 {
    grid-template-columns: 50% 50%;
  }

  .devices-grid-3.condesed {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 50% 50%;
  }

  .collection-list-mobile {
    z-index: 1;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }

  .slider-hide-except-mobile {
    background-color: #0000;
    border-top: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 650px;
    display: block;
  }

  .icon {
    filter: invert(25%);
  }

  .slide-nav {
    display: none;
  }

  .left-arrow, .right-arrow {
    z-index: 2;
  }

  .collection-list-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 100% 100% 100% 100% 100% 100% 100% 100%;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    overflow: hidden;
  }

  .book-link {
    z-index: 10;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .slider-hide-except-mobile .book-link {
    z-index: 11;
    inset: 0;
    width: auto;
    height: auto;
    position: absolute;
  }

  .cloneable-area.grided {
    margin-left: 75px;
    margin-right: 75px;
  }

  .grid-3 {
    grid-template-rows: auto;
    padding-left: 0;
  }

  .audio-holder {
    width: 100%;
  }

  .div-block-35 {
    margin-top: 50px;
  }

  .c-button-modal {
    margin-bottom: 8px;
    padding: 8px 16px;
    font-size: 16px;
  }

  .c-copy-icon {
    background-size: contain;
    width: 16px;
    height: 16px;
  }

  .title-smaller {
    display: none;
  }

  .field-label {
    font-size: 30px;
    display: inline;
  }

  .text-fields {
    width: 230px;
    font-size: 30px;
  }

  .text-fields.date {
    width: 270px;
  }

  .text-fields.project {
    width: 390px;
  }

  .div-block-51 {
    width: 100%;
    padding: 100px 75px 75px;
  }

  .introholder {
    overflow: hidden;
  }

  .div-block-54 {
    padding-left: 0%;
    display: none;
  }

  .div-block-54._2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-55 {
    margin-left: 75px;
    margin-right: 75px;
  }

  .div-block-63 {
    margin-left: 0;
    margin-right: 0;
  }

  .space1, .space2 {
    display: none;
  }

  .image-16 {
    padding-left: 0;
  }

  .div-block-66 {
    margin-right: 0;
  }

  .image-17 {
    width: 100vw;
    margin-right: -30vw;
  }

  .form-block {
    transform: scale(.6);
  }

  .paragraph-2, .paragraph-3 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }

  .story-text._2 {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
  }

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

  .scroll-progress-bar.home._2 {
    display: none;
  }

  .intro-title {
    padding-left: 50px;
    padding-right: 50px;
  }

  .s1.c1 {
    margin-top: -5em;
  }

  .grid.home-page {
    grid-template-columns: 10% 1fr 1fr 1fr 1fr 10%;
  }

  .grid.home-page._2 {
    grid-template-columns: 50px 1fr 1fr 1fr 1fr 1fr 1fr 10%;
  }

  .menu-link.between {
    display: flex;
  }

  .menu-link.between._2 {
    display: none;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .divider-line, .div-block-16 {
    display: none;
  }

  .title-sixe {
    font-size: 2em;
  }

  .bounding-box {
    transform-origin: 50% 25%;
  }

  ._85 {
    width: 90%;
    font-size: 1.75em;
  }

  ._1st-animation-container {
    margin-right: -10%;
  }

  .grid-3 {
    padding-left: 0;
  }

  .data {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .s1.story._2 {
    overflow: hidden;
  }

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

  .field-label {
    font-size: 24px;
    line-height: 33px;
    display: inline;
  }

  .submit-button {
    margin-top: 26px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .text-fields {
    width: 95%;
    height: 40px;
    padding-left: 0;
    font-size: 24px;
    display: block;
  }

  .text-fields.date {
    width: 80%;
    padding-left: 2px;
  }

  .text-fields.budget {
    width: 90px;
    display: inline;
  }

  .text-fields.project {
    width: 100%;
    font-size: 24px;
  }

  .text-fields.age {
    width: 50px;
    padding-left: 9px;
  }

  .div-block-51 {
    width: 100%;
    padding-top: 75px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-11 {
    margin-bottom: -30%;
  }

  .div-block-54._2 {
    border-right: 1px solid #000;
  }

  .div-block-59 {
    display: none;
  }

  .div-block-63._3 {
    margin-top: 50px;
  }

  .div-block-64 {
    grid-template-rows: 1fr auto;
    align-items: start;
    margin-top: 75px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .image-16 {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .div-block-66 {
    margin-right: 0;
  }

  .div-block-68 {
    overflow: hidden;
  }
}

#w-node-a4dcd977-ea7e-855f-2240-dd17335dd7eb-1f7bc7a2, #w-node-f712ab64-9125-8135-0286-5ba11ab00f39-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b5bb1a54-6c2c-bfdc-76cc-65b950d2fbae-1f7bc7a2 {
  grid-area: 1 / 4 / 10 / 9;
  place-self: end;
}

#w-node-fd3d61bd-1950-ca1a-4db7-83cb8a97f114-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

#w-node-_4ef59cf5-5d07-363a-ec3a-8d0c7eb9cf8f-1f7bc7a2, #w-node-_0dbaaa1f-ad4d-bae3-01b6-b66290178cbb-1f7bc7a2, #w-node-f733137a-9eee-5333-77d3-ef988d9c4e5a-1f7bc7a2, #w-node-_45ea1f85-abe5-8b60-a9b4-a388571643e3-1f7bc7a2, #w-node-cda3228c-8c59-36e9-62d8-fb074471ca0c-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_42aad29a-babc-6998-385f-979e447fd9ee-1f7bc7a2, #w-node-_93a70a88-e237-00ca-2f64-b259f63a5a69-1f7bc7a2 {
  grid-area: 2 / 2 / 10 / 5;
  align-self: end;
}

#w-node-e982d077-4a29-a2f3-c0a7-a533d3a70291-1f7bc7a2 {
  grid-area: 2 / 4 / 11 / 8;
}

#w-node-eb32c1fd-b88e-2128-8f79-8f3de18f4ec8-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_03821bf9-08f2-8fc6-389b-91fc3a100afd-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_8d12e50e-2ad4-75e8-9bd1-a3e7526bdbe6-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cc1c0464-7f55-d900-fc10-cf18aabfe03f-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-aa0b374f-82f7-8b8a-d4cb-1c506c2e360e-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4b363e3a-0653-ee92-192b-80997f569931-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_57c98547-d20b-598d-8a14-3fe514b6bd1c-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_02d2b2f1-a613-2422-a1a4-0526bd04e28b-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-f72fd50c-9011-9d57-1fa4-3c24877d27f7-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2bd8d2ae-7a30-9173-2da4-d40f62221e3a-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-d2d0a0fc-a69c-a554-6a2a-31f9785efa88-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3d76a49d-9d6b-4846-9075-d1c440bec06d-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_1f79c3e6-c83a-493c-01ca-14be46edbc8a-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_744f5dab-9282-d687-048e-741a50c2d399-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-b6dc665c-4446-2a4f-7a3d-a7c5d91e7e9c-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb66bed2-b27f-5cb3-c7b8-146ac47209a5-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_9954321f-6df0-0d83-6361-48c58a70eaa1-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4f36254c-77e0-895e-a23d-ab80962aff44-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_491ecb4a-f042-d936-241c-f6dcc231aaf7-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ab69bbf5-1177-4401-18e2-566fabe59ace-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_79bc788d-366a-a450-ed8c-cd6d1fd51c78-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_470af966-7c7b-262d-02d1-d173ad463917-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_52e882fd-1cb7-42c1-9e65-7ec6fca1ef74-1f7bc7a2 {
  grid-area: 2 / 5 / 10 / 8;
  place-self: end;
}

#w-node-a30e3f0e-0d71-ed8d-cd4d-3e9d36d25d60-1f7bc7a2 {
  grid-area: 2 / 2 / 10 / 5;
  align-self: end;
}

#w-node-b74bdb55-2793-f864-c3bb-d8b025281597-1f7bc7a2 {
  grid-area: 2 / 1 / 9 / 5;
  place-self: end;
}

#w-node-db02cf92-0cbc-a1f2-b750-f8a78dc942be-1f7bc7a2 {
  grid-area: 2 / 2 / 10 / 5;
  align-self: end;
}

#w-node-ef21cc0f-722c-7123-f4b9-d46c63a4429e-1f7bc7a2 {
  grid-area: 4 / 5 / 9 / 8;
  justify-self: end;
}

#w-node-_30cb906e-b48a-c25a-a301-d46c1834e6ee-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-fa2d6e7a-2f88-556a-7951-8e721f3b0673-1f7bc7a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe043612-00ef-c558-ae99-5713cb3baad3-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-ac23ec8f-4d79-f0bd-77dd-bfa29adf981b-1f7bc7a2 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_5be7ee60-fec5-cdda-f503-3ce80fbb3925-1f7bc7a2 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: center;
}

#w-node-_6dabbf45-96a5-c9a9-54bd-013758feec64-1f7bc7a2 {
  grid-area: 1 / 7 / 2 / 8;
  place-self: center;
}

#w-node-_0e5b2889-d59d-2797-9b0e-c0f547f77781-1f7bc7a2 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_9f888f26-5457-21f4-5802-8ca30badfbea-1f7bc7a2, #w-node-c72b61ed-9a19-81d7-deda-55b6fa9bb2fa-1f7bc7a2, #w-node-ddacb4c9-4010-1528-c51b-5ba1dff7dd04-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_90d2f165-b4cf-caa5-51ef-383fe4015069-1f7bc7a2 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-da4d1122-21a2-0e05-be50-1f7dc16c34d8-1f7bc7a2 {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-b762744c-1877-f13a-a3dc-b54b379847c6-1f7bc7a2 {
  grid-area: 1 / 6 / 3 / 7;
}

#w-node-_7b4bfccb-43cf-ef4b-ec9e-8d2e03655427-1f7bc7a2 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_5f1105ec-02e6-06a4-6af8-5b25c7323a1a-c7323a19 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b76a2d4a-ef5c-b108-062c-d4ce23b06b68-c7323a19 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-d220f464-6e6e-19ca-334a-c1702a1b5bed-c7323a19 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_30696cba-66cd-3d9c-27c6-7775b7376811-b737680f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_30696cba-66cd-3d9c-27c6-7775b7376814-b737680f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ecd2a043-a0cf-4826-2fc0-c84ab145dedd-647bc7a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_80b01012-caf0-ddcf-d070-79e93b297bae-7d7bc7a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00185422-3007-b2c5-8124-4915925e33f1-7d7bc7a8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1b74f8cf-165f-11ed-e284-1caad8961687-7d7bc7a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4d56efb-bc50-086a-2818-2d8b3118013f-7d7bc7a8 {
  place-self: center start;
}

#w-node-c2bc9035-cc89-da36-97ee-fb84d7491123-7d7bc7a8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c5f08ec8-20a7-e75d-e14c-5f996a503a8e-7d7bc7a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5f08ec8-20a7-e75d-e14c-5f996a503a8f-7d7bc7a8 {
  place-self: center start;
}

#w-node-fd74c0d7-81f1-d201-f1d9-b7d0dbdaae8e-7d7bc7a8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ce315d06-edd1-2344-c21f-69f1e7b3bab1-7d7bc7a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce315d06-edd1-2344-c21f-69f1e7b3bab2-7d7bc7a8 {
  place-self: center start;
}

#w-node-c67e5f2f-a769-57b4-0095-97914792ba70-7d7bc7a8 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ab8372e6-ac7e-15ce-d3d7-54e4d41195c2-7d7bc7a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab8372e6-ac7e-15ce-d3d7-54e4d41195c3-7d7bc7a8 {
  place-self: center start;
}

#w-node-f45d4f83-3c6c-3dce-f945-d301bd5d6fa9-7d7bc7a8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a498f854-0bab-420d-e504-0fdc884413d1-7d7bc7a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a498f854-0bab-420d-e504-0fdc884413d2-7d7bc7a8 {
  place-self: center start;
}

#w-node-_00cd520a-e128-4484-ec15-9ab5b7655ee8-7d7bc7a8 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7f4416ec-64d3-f2a2-aed6-1287256b0b62-7d7bc7a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f4416ec-64d3-f2a2-aed6-1287256b0b63-7d7bc7a8 {
  place-self: center start;
}

#w-node-_46e40ea5-9939-b334-48a3-b1dbe761f048-997bc7ac {
  grid-area: 9 / 2 / 10 / 9;
  align-self: end;
}

#w-node-bf868623-9a1e-e8c4-d9f1-9e6b5cb07065-997bc7ac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3984750b-d732-c2c9-2d46-5381887b1908-997bc7ac, #w-node-b3bb7881-cb87-a681-f007-677650cc47e5-997bc7ac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-da352ca6-2960-41f7-5187-e7be5435b571-997bc7ac, #w-node-_6f85af66-af4e-e9cc-0738-6dd0aa6ec11b-997bc7ac, #w-node-ea4a55c6-5c81-ee39-0b8d-de2fbc1dac58-997bc7ac, #w-node-_22e6a07b-bc73-a2ab-d9b8-f86252a68742-997bc7ac, #w-node-bbb3d566-502e-e082-efd3-a95d680a1ad1-997bc7ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a5e9b82-e83c-22c4-7649-380553fb9274-997bc7ac {
  grid-area: 3 / 2 / 9 / 8;
  place-self: center;
}

#w-node-_2082b372-e021-89b4-45da-c71664119ee3-997bc7ac {
  grid-area: 2 / 2 / 10 / 8;
  align-self: center;
}

#w-node-e54b6164-24ca-2725-844a-d97f52f45993-997bc7ac {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-e54b6164-24ca-2725-844a-d97f52f45994-997bc7ac, #w-node-_634aa319-4dcd-749c-c68f-a56ced3b4637-997bc7ac, #w-node-_32e6696d-688c-4fe5-c759-72384c55d73d-997bc7ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12436c61-1c1d-f611-99cf-54a353b38fd1-997bc7ac, #w-node-_04aa6b3a-5f8d-dfa1-804e-3958a1140e62-977bc7ae, #w-node-_09afef70-6eaf-7cf2-da47-bb3ab1382d26-977bc7ae {
  grid-area: 1 / 1 / 2 / 2;
}

#\31 23.w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda4d-977bc7ae {
  grid-area: 3 / 2 / 8 / 8;
  place-self: center;
}

#\31 23.w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda4e-977bc7ae {
  place-self: center;
}

#w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda4f-977bc7ae, #w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda53-977bc7ae, #w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda57-977bc7ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda5b-977bc7ae {
  grid-area: 8 / 5 / 9 / 8;
}

#w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda60-977bc7ae {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda63-977bc7ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda64-977bc7ae, #w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda67-977bc7ae, #w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda6a-977bc7ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda6d-977bc7ae {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda6e-977bc7ae, #w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda71-977bc7ae, #w-node-_2ff1ed6c-f57a-8b6e-93c4-ddd9c35fda74-977bc7ae, #w-node-_9891d5c9-cca7-d217-f80e-756a2b2357c8-977bc7ae, #w-node-_9891d5c9-cca7-d217-f80e-756a2b2357c9-977bc7ae, #w-node-_9891d5c9-cca7-d217-f80e-756a2b2357ca-977bc7ae {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9891d5c9-cca7-d217-f80e-756a2b2357cb-977bc7ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9891d5c9-cca7-d217-f80e-756a2b2357cc-977bc7ae {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9891d5c9-cca7-d217-f80e-756a2b2357cd-977bc7ae {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_9891d5c9-cca7-d217-f80e-756a2b2357ce-977bc7ae {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-e81d8ab8-6831-e4ef-739a-d6f09e3289bd-78ee7be9, #w-node-_18f510a2-4587-941d-9dbf-52b6057cd090-78ee7be9, #w-node-_47eed94a-09ee-5041-4f2f-7211b343d94b-78ee7be9, #w-node-_461c35e4-3fd9-708b-5352-b003997cd0f6-78ee7be9, #w-node-_7d66dec3-221a-1fea-1021-bafc02a69924-78ee7be9, #w-node-_0fac7fe2-076d-43ce-3864-320e980a82a5-78ee7be9, #w-node-b7f4173f-13e2-c73a-e1ce-378eb6640acc-78ee7be9, #w-node-eeae369c-8d15-749b-1f7e-99ca9eeed776-78ee7be9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d14-9a614b5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d15-9a614b5c {
  place-self: center start;
}

#w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d17-9a614b5c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_3d3a7b75-9be9-e919-18a0-a3a1061cb732-9a614b5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_3d3a7b75-9be9-e919-18a0-a3a1061cb733-9a614b5c {
  place-self: center start;
}

#w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d18-9a614b5c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d1e-9a614b5c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d3d-9a614b5c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d46-9a614b5c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d49-9a614b5c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f16d-5f8ef4bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f16e-5f8ef4bc {
  place-self: center start;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f170-5f8ef4bc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f171-5f8ef4bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f172-5f8ef4bc {
  place-self: center start;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f174-5f8ef4bc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f17a-5f8ef4bc {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f181-5f8ef4bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f182-5f8ef4bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f196-5f8ef4bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f198-5f8ef4bc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f1a1-5f8ef4bc {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-aea37a1a-688e-1950-5ca3-c278ddc4f1a4-5f8ef4bc {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c7f8-19b57f5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c7f9-19b57f5e {
  place-self: center start;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c7fb-19b57f5e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c7fc-19b57f5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c7fd-19b57f5e {
  place-self: center start;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c7ff-19b57f5e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c805-19b57f5e {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c80c-19b57f5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c80d-19b57f5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c821-19b57f5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c823-19b57f5e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c82c-19b57f5e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-dcaa6e94-6603-36b3-f65e-d814d381c82f-19b57f5e {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b770fe-b10a2b40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b770ff-b10a2b40 {
  place-self: center start;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b77101-b10a2b40 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b77102-b10a2b40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b77103-b10a2b40 {
  place-self: center start;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b77105-b10a2b40 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b7710b-b10a2b40 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bb6aa343-9700-f8bf-8650-dca1e24e6f95-b10a2b40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb6aa343-9700-f8bf-8650-dca1e24e6f96-b10a2b40, #w-node-bb6aa343-9700-f8bf-8650-dca1e24e6f97-b10a2b40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b77123-b10a2b40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b77125-b10a2b40 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b7712e-b10a2b40 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-afb1f0e2-206f-24d6-599b-873f44b77131-b10a2b40 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed2310289fd9-7207b8e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed2310289fda-7207b8e0 {
  place-self: center start;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed2310289fdc-7207b8e0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed2310289fdd-7207b8e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed2310289fde-7207b8e0 {
  place-self: center start;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed2310289fe0-7207b8e0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed2310289fe6-7207b8e0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-bbcfab58-9d42-eb2b-d84b-49e417bcca97-7207b8e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbcfab58-9d42-eb2b-d84b-49e417bcca98-7207b8e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed231028a001-7207b8e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed231028a003-7207b8e0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed231028a00c-7207b8e0 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_37aa984f-daa8-4580-1bd1-ed231028a00f-7207b8e0 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2f9f-cac0dc5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fa0-cac0dc5a {
  place-self: center start;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fa2-cac0dc5a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fa3-cac0dc5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fa4-cac0dc5a {
  place-self: center start;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fa6-cac0dc5a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fac-cac0dc5a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9f51e4ea-144b-b35d-ec1e-9403156dc8be-cac0dc5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f51e4ea-144b-b35d-ec1e-9403156dc8bf-cac0dc5a, #w-node-_9f51e4ea-144b-b35d-ec1e-9403156dc8c0-cac0dc5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fc6-cac0dc5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fc8-cac0dc5a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fd1-cac0dc5a {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fd4-cac0dc5a {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_31e449e4-533f-2df1-d17d-14835dcc3832-3c83371c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_31e449e4-533f-2df1-d17d-14835dcc3833-3c83371c {
  place-self: center start;
}

#w-node-_31e449e4-533f-2df1-d17d-14835dcc3835-3c83371c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_31e449e4-533f-2df1-d17d-14835dcc3836-3c83371c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_31e449e4-533f-2df1-d17d-14835dcc3837-3c83371c {
  place-self: center start;
}

#w-node-_31e449e4-533f-2df1-d17d-14835dcc3839-3c83371c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_31e449e4-533f-2df1-d17d-14835dcc383f-3c83371c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7b8802a9-6b07-384d-5ae3-12b9bfb14029-3c83371c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b8802a9-6b07-384d-5ae3-12b9bfb1402a-3c83371c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7b8802a9-6b07-384d-5ae3-12b9bfb1403e-3c83371c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0255146-cd0f-cd0b-0085-26796301c0b6-3c83371c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d0255146-cd0f-cd0b-0085-26796301c0bf-3c83371c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-d0255146-cd0f-cd0b-0085-26796301c0c2-3c83371c {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

@media screen and (min-width: 1280px) {
  #w-node-_42aad29a-babc-6998-385f-979e447fd9ee-1f7bc7a2 {
    grid-column-end: 5;
  }

  #w-node-_30696cba-66cd-3d9c-27c6-7775b7376811-b737680f {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-e81d8ab8-6831-e4ef-739a-d6f09e3289bd-78ee7be9, #w-node-_18f510a2-4587-941d-9dbf-52b6057cd090-78ee7be9, #w-node-_47eed94a-09ee-5041-4f2f-7211b343d94b-78ee7be9, #w-node-_461c35e4-3fd9-708b-5352-b003997cd0f6-78ee7be9, #w-node-_7d66dec3-221a-1fea-1021-bafc02a69924-78ee7be9, #w-node-_0fac7fe2-076d-43ce-3864-320e980a82a5-78ee7be9, #w-node-b7f4173f-13e2-c73a-e1ce-378eb6640acc-78ee7be9, #w-node-eeae369c-8d15-749b-1f7e-99ca9eeed776-78ee7be9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b5bb1a54-6c2c-bfdc-76cc-65b950d2fbae-1f7bc7a2 {
    grid-area: 1 / 4 / 10 / 9;
    place-self: end;
  }

  #w-node-_42aad29a-babc-6998-385f-979e447fd9ee-1f7bc7a2 {
    grid-area: 2 / 2 / 10 / 6;
    align-self: end;
  }

  #w-node-_93a70a88-e237-00ca-2f64-b259f63a5a69-1f7bc7a2 {
    grid-area: 2 / 2 / 10 / 7;
    align-self: end;
  }

  #w-node-e982d077-4a29-a2f3-c0a7-a533d3a70291-1f7bc7a2 {
    grid-area: 2 / 3 / 11 / 8;
  }

  #w-node-_30696cba-66cd-3d9c-27c6-7775b7376814-b737680f, #w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d17-9a614b5c, #w-node-aea37a1a-688e-1950-5ca3-c278ddc4f170-5f8ef4bc {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-aea37a1a-688e-1950-5ca3-c278ddc4f181-5f8ef4bc {
    place-self: center;
  }

  #w-node-aea37a1a-688e-1950-5ca3-c278ddc4f196-5f8ef4bc {
    align-self: center;
  }

  #w-node-dcaa6e94-6603-36b3-f65e-d814d381c7fb-19b57f5e {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-dcaa6e94-6603-36b3-f65e-d814d381c80c-19b57f5e {
    place-self: center;
  }

  #w-node-dcaa6e94-6603-36b3-f65e-d814d381c821-19b57f5e {
    align-self: center;
  }

  #w-node-afb1f0e2-206f-24d6-599b-873f44b77101-b10a2b40 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-afb1f0e2-206f-24d6-599b-873f44b77123-b10a2b40 {
    align-self: center;
  }

  #w-node-_37aa984f-daa8-4580-1bd1-ed2310289fdc-7207b8e0 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_37aa984f-daa8-4580-1bd1-ed231028a001-7207b8e0 {
    align-self: center;
  }

  #w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fa2-cac0dc5a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fc6-cac0dc5a {
    align-self: center;
  }

  #w-node-_31e449e4-533f-2df1-d17d-14835dcc3835-3c83371c {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_7b8802a9-6b07-384d-5ae3-12b9bfb14029-3c83371c {
    place-self: center;
  }

  #w-node-_7b8802a9-6b07-384d-5ae3-12b9bfb1403e-3c83371c {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b5bb1a54-6c2c-bfdc-76cc-65b950d2fbae-1f7bc7a2 {
    grid-area: 1 / 3 / 10 / 9;
    place-self: start center;
  }

  #w-node-_4ef59cf5-5d07-363a-ec3a-8d0c7eb9cf8f-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_42aad29a-babc-6998-385f-979e447fd9ee-1f7bc7a2 {
    grid-area: 2 / 2 / 10 / 7;
    align-self: end;
  }

  #w-node-_93a70a88-e237-00ca-2f64-b259f63a5a69-1f7bc7a2 {
    grid-area: 9 / 2 / 10 / 6;
    align-self: end;
  }

  #w-node-e982d077-4a29-a2f3-c0a7-a533d3a70291-1f7bc7a2 {
    grid-area: 1 / 1 / 8 / 7;
  }

  #w-node-_52e882fd-1cb7-42c1-9e65-7ec6fca1ef74-1f7bc7a2 {
    grid-area: 2 / 3 / 10 / 6;
    place-self: end;
  }

  #w-node-b74bdb55-2793-f864-c3bb-d8b025281597-1f7bc7a2 {
    grid-area: 2 / 1 / 8 / 4;
    place-self: end;
  }

  #w-node-_30cb906e-b48a-c25a-a301-d46c1834e6ee-1f7bc7a2 {
    grid-column-end: 2;
  }

  #w-node-_2433e33e-c649-1362-7188-b5deee3e0e02-1f7bc7a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-fe043612-00ef-c558-ae99-5713cb3baad3-1f7bc7a2 {
    grid-area: 1 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-ac23ec8f-4d79-f0bd-77dd-bfa29adf981b-1f7bc7a2 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5be7ee60-fec5-cdda-f503-3ce80fbb3925-1f7bc7a2 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6dabbf45-96a5-c9a9-54bd-013758feec64-1f7bc7a2 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_0442db7c-9c0f-b517-f10f-9df4bba45462-1f7bc7a2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3c2d693a-6590-5044-2522-9835c8ba5432-1f7bc7a2, #w-node-f85b38c9-c317-85e7-b51f-82d0de3b45a8-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9ed4c064-0e21-538e-0d20-8b4da4a0b70a-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_70fb9675-5207-2df7-2d86-b03926a0aa4c-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a7a3f97f-9a12-815c-e0a9-eb74e9acb0ed-1f7bc7a2 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a7a3f97f-9a12-815c-e0a9-eb74e9acb0ef-1f7bc7a2, #w-node-a7a3f97f-9a12-815c-e0a9-eb74e9acb0f2-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a7a3f97f-9a12-815c-e0a9-eb74e9acb0f3-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-e97fa0c0-a948-7f74-a1c6-a4ad67a6e6ff-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_11f1dc27-6fa5-b7ec-f932-c350cfa5b714-1f7bc7a2 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_11f1dc27-6fa5-b7ec-f932-c350cfa5b716-1f7bc7a2, #w-node-_11f1dc27-6fa5-b7ec-f932-c350cfa5b719-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_11f1dc27-6fa5-b7ec-f932-c350cfa5b71a-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_2259f419-d864-7ed3-3ae6-bb8326ced741-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9704d2f-6e6b-e2b2-fdb3-b05bd2d5de4e-1f7bc7a2 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-e9704d2f-6e6b-e2b2-fdb3-b05bd2d5de50-1f7bc7a2, #w-node-e9704d2f-6e6b-e2b2-fdb3-b05bd2d5de53-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e9704d2f-6e6b-e2b2-fdb3-b05bd2d5de54-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_0a0ad2dd-377e-a38b-e0a2-9f19db0a9007-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5f1105ec-02e6-06a4-6af8-5b25c7323a1a-c7323a19 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_30696cba-66cd-3d9c-27c6-7775b7376814-b737680f {
    grid-column: 1 / 2;
  }

  #w-node-cb77ca5f-652a-40ef-a953-7232232caf3f-7d7bc7a8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-bf868623-9a1e-e8c4-d9f1-9e6b5cb07065-997bc7ac {
    grid-column: 1 / 2;
  }

  #w-node-_3984750b-d732-c2c9-2d46-5381887b1908-997bc7ac {
    grid-row: 2 / 3;
  }

  #w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d14-9a614b5c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-bcb66f30-28b4-a583-a95c-4ee92cf50d17-9a614b5c {
    grid-column: 1 / 2;
  }

  #w-node-_3d3a7b75-9be9-e919-18a0-a3a1061cb732-9a614b5c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-aea37a1a-688e-1950-5ca3-c278ddc4f170-5f8ef4bc {
    grid-column: 1 / 2;
  }

  #w-node-aea37a1a-688e-1950-5ca3-c278ddc4f171-5f8ef4bc {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-dcaa6e94-6603-36b3-f65e-d814d381c7fb-19b57f5e {
    grid-column: 1 / 2;
  }

  #w-node-dcaa6e94-6603-36b3-f65e-d814d381c7fc-19b57f5e {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-dcaa6e94-6603-36b3-f65e-d814d381c821-19b57f5e {
    justify-self: center;
  }

  #w-node-afb1f0e2-206f-24d6-599b-873f44b77101-b10a2b40 {
    grid-column: 1 / 2;
  }

  #w-node-afb1f0e2-206f-24d6-599b-873f44b77102-b10a2b40 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-afb1f0e2-206f-24d6-599b-873f44b77123-b10a2b40 {
    justify-self: center;
  }

  #w-node-_37aa984f-daa8-4580-1bd1-ed2310289fdc-7207b8e0 {
    grid-column: 1 / 2;
  }

  #w-node-_37aa984f-daa8-4580-1bd1-ed2310289fdd-7207b8e0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_37aa984f-daa8-4580-1bd1-ed231028a001-7207b8e0 {
    justify-self: center;
  }

  #w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fa2-cac0dc5a {
    grid-column: 1 / 2;
  }

  #w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fa3-cac0dc5a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }

  #w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fc6-cac0dc5a {
    justify-self: center;
  }

  #w-node-_31e449e4-533f-2df1-d17d-14835dcc3835-3c83371c {
    grid-column: 1 / 2;
  }

  #w-node-_31e449e4-533f-2df1-d17d-14835dcc3836-3c83371c {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5bb1a54-6c2c-bfdc-76cc-65b950d2fbae-1f7bc7a2 {
    grid-row-start: 2;
    grid-column-start: 1;
    align-self: start;
  }

  #w-node-_42aad29a-babc-6998-385f-979e447fd9ee-1f7bc7a2 {
    grid-area: 2 / 2 / 10 / 8;
    align-self: end;
  }

  #w-node-_93a70a88-e237-00ca-2f64-b259f63a5a69-1f7bc7a2 {
    grid-area: 7 / 2 / 10 / 7;
    align-self: end;
  }

  #w-node-_02d2b2f1-a613-2422-a1a4-0526bd04e28b-1f7bc7a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c2bc9035-cc89-da36-97ee-fb84d7491123-7d7bc7a8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fd74c0d7-81f1-d201-f1d9-b7d0dbdaae8e-7d7bc7a8 {
    grid-row: 3 / 4;
  }

  #w-node-c67e5f2f-a769-57b4-0095-97914792ba70-7d7bc7a8 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f45d4f83-3c6c-3dce-f945-d301bd5d6fa9-7d7bc7a8 {
    grid-row: 5 / 6;
  }

  #w-node-_00cd520a-e128-4484-ec15-9ab5b7655ee8-7d7bc7a8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_3d3a7b75-9be9-e919-18a0-a3a1061cb732-9a614b5c, #w-node-aea37a1a-688e-1950-5ca3-c278ddc4f171-5f8ef4bc {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-aea37a1a-688e-1950-5ca3-c278ddc4f196-5f8ef4bc {
    align-self: start;
  }

  #w-node-dcaa6e94-6603-36b3-f65e-d814d381c7fc-19b57f5e {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-dcaa6e94-6603-36b3-f65e-d814d381c821-19b57f5e {
    place-self: center;
  }

  #w-node-afb1f0e2-206f-24d6-599b-873f44b77102-b10a2b40 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-afb1f0e2-206f-24d6-599b-873f44b77123-b10a2b40 {
    place-self: center;
  }

  #w-node-_37aa984f-daa8-4580-1bd1-ed2310289fdd-7207b8e0 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_37aa984f-daa8-4580-1bd1-ed231028a001-7207b8e0 {
    place-self: center;
  }

  #w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fa3-cac0dc5a {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_0da94b6d-2bf0-59a4-b669-1d2e9e7e2fc6-cac0dc5a {
    place-self: center;
  }

  #w-node-_31e449e4-533f-2df1-d17d-14835dcc3836-3c83371c {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }

  #w-node-_7b8802a9-6b07-384d-5ae3-12b9bfb1403e-3c83371c {
    align-self: start;
  }
}


@font-face {
  font-family: 'Akkurat pro';
  src: url('../fonts/Akkurat-Italic-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akkurat pro';
  src: url('../fonts/Akkurat-Bold-Pro.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkurat pro';
  src: url('../fonts/Akkurat-Regular-Pro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
