:root {
  --neutral-90: #161617;
  --neutral-30: #c2c2c7;
  --neutral-20: #e4e4e7;
  --neutral-40: #b1b1b8;
  --neutral-80: #1f1f20;
  --neutral-70: #424246;
  --neutral-05: #fafafa;
  --white: white;
  --neutral-60: #51525c;
  --neutral-50: #7d7d83;
  --black: black;
  --neutral-10: #f4f4f5;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--neutral-90);
  color: var(--neutral-30);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  color: var(--neutral-20);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  color: var(--neutral-20);
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

h3 {
  color: var(--neutral-20);
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 140%;
}

h4 {
  color: var(--neutral-20);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--neutral-40);
  margin-bottom: 0;
}

a {
  color: var(--neutral-20);
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #999;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.wrapper {
  width: 100%;
}

.styleguide-header-wrap {
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.heading-jumbo {
  letter-spacing: -.8px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
}

.content.cc-contact {
  background-color: #fafafa;
  border: 1px solid #979797;
  padding-left: 80px;
  padding-right: 80px;
}

.content.card-list {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.content.cards-grid {
  grid-column-gap: 32px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  background-color: var(--neutral-80);
  color: #fff;
  letter-spacing: 2px;
  border-radius: 3px;
  width: 100%;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button:hover {
  background-color: var(--neutral-70);
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-big {
  opacity: 1;
  color: #ccc;
  letter-spacing: -.28px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
  transition: background-color .2s;
}

.paragraph-big.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
  flex: 0 auto;
  margin-right: 16px;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  color: #a1a1a8;
  letter-spacing: .5px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .1s cubic-bezier(.785, .135, .15, .86);
}

.navigation-item:hover {
  color: var(--neutral-20);
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--neutral-05);
}

.navigation-item.w--current:hover {
  opacity: .8;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-items.dropdown {
  flex: 0 auto;
}

.navigation {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #17171900;
  border-bottom: 1px #70707b40;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 9vh;
  padding-top: 16px;
  display: grid;
  position: sticky;
  top: 0;
}

.menu-button {
  display: none;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  flex: 1;
  align-items: baseline;
  display: flex;
}

.intro-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-right: 64px;
  transition: all .2s;
  display: flex;
}

.intro-wrap.fixed {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 120px;
}

.text-field {
  border: 1px solid var(--neutral-70);
  background-color: var(--neutral-80);
  color: var(--white);
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 20px 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: border-color .4s;
  box-shadow: inset 0 1px 2px #000c;
}

.text-field:hover {
  border-color: var(--neutral-60);
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: var(--neutral-50);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  color: #f3cacc;
  background-color: #55191c;
  border-radius: 3px;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.logotype {
  color: var(--neutral-20);
  letter-spacing: -.2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.typed-words {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

.body {
  background-color: var(--neutral-90);
}

.display-xl {
  letter-spacing: -.5px;
  font-size: 36px;
  line-height: 48px;
}

.display-lg {
  font-size: 28px;
  line-height: 40px;
}

.display-md {
  letter-spacing: -.55px;
  font-size: 28px;
  line-height: 32px;
}

.display-md.xl-lineheight {
  line-height: 44px;
}

.display-sm {
  letter-spacing: -.28px;
  font-size: 20px;
  font-weight: 500;
}

.display-sm.fade {
  color: var(--neutral-50);
  position: static;
}

.display-sm.secondary {
  color: var(--neutral-40);
}

.display-sm.width---70 {
  width: 70%;
}

.display-sm.width---70.secondary {
  color: var(--neutral-30);
}

.text-lg {
  color: var(--neutral-30);
  letter-spacing: -.15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.text-sm {
  color: var(--neutral-40);
  letter-spacing: -.09px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.text-sm.top-padding.secondary {
  color: var(--neutral-40);
}

.text-sm.width-80 {
  width: 80%;
}

.text-sm.fade {
  color: var(--neutral-50);
}

.text-sm.extra-line-height {
  line-height: 28px;
}

.text-sm.width-50 {
  width: 70%;
}

.text-sm.secondary {
  color: var(--neutral-40);
}

.styleguide-wrapper {
  width: 100%;
  max-width: 100vw;
  padding-left: 78px;
  padding-right: 78px;
}

.text-link-l {
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
  transition-property: all;
  transition-timing-function: cubic-bezier(.785, .135, .15, .86);
  display: inline-block;
}

.text-link-l:hover {
  color: var(--neutral-40);
}

.tag-label {
  color: var(--neutral-40);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.text-md {
  color: var(--neutral-30);
  letter-spacing: -.13px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.text-md.extra-line-height {
  letter-spacing: -.2px;
}

.text-link-md {
  letter-spacing: -.15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .1s cubic-bezier(.785, .135, .15, .86);
}

.text-link-md:hover {
  color: var(--neutral-40);
}

.text-link-md.top-margin {
  margin-top: 32px;
}

.text-link-md.top-margin.hide {
  display: none;
}

.text-link-s {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 36px;
  transition-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.text-link-s:hover {
  color: var(--neutral-40);
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5vh;
  padding-bottom: 0;
  display: grid;
}

.section.hero {
  grid-column-gap: 4px;
  height: 50vh;
  padding-top: 15vh;
  padding-bottom: 0;
}

.section.footer {
  grid-template-rows: auto auto;
  padding-bottom: 0;
}

.section.double-padding {
  z-index: 1;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.section.about-grid {
  padding-top: 10vh;
}

.section.cs-hero {
  padding-top: 15vh;
  padding-bottom: 0;
}

.social-icons-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-end;
  display: none;
}

.social-icons-wrapper.desktop {
  grid-column-gap: 4px;
  display: flex;
}

.social-icon {
  opacity: .6;
  width: 20px;
  height: 20px;
  transition: all .1s;
}

.social-icon:hover {
  opacity: .9;
  transform: scale(1.1);
}

.projecttitlewrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: baseline;
  margin-bottom: 8px;
  display: flex;
}

.project-card {
  border: .5px solid var(--neutral-60);
  background-color: var(--neutral-90);
  border-radius: 7px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 280px;
  transition: all .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  box-shadow: 0 2px 0 -1px #0000008a;
}

.project-card:hover {
  background-color: var(--neutral-80);
  transform: scale(1.01);
  box-shadow: 0 8px 4px 1px #00000026;
}

.project-card.locked {
  border-color: var(--neutral-80);
  box-shadow: none;
  cursor: default;
  background-color: #26272b80;
}

.project-card.locked:hover {
  box-shadow: none;
  transform: none;
}

.project-description-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  transition: all .2s;
  display: flex;
}

.project-description-wrapper.left-padding {
  padding-right: 20%;
}

.tags-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  display: flex;
}

.tag {
  background-color: #4242468f;
  border-radius: 5px;
  padding: 4px 12px;
  display: inline-block;
}

.section-title-wrapper {
  margin-bottom: 64px;
}

.small-project-card {
  border: .5px solid var(--neutral-60);
  border-radius: 7px;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
  transition: all .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 1px -1px #000000b3;
}

.small-project-card:hover {
  background-color: var(--neutral-80);
  transform: scale(1.01);
  box-shadow: 0 8px 4px 1px #00000026;
}

.small-project-card.locked {
  border-color: var(--neutral-80);
  background-color: var(--neutral-80);
  box-shadow: none;
}

.small-project-card.locked:hover {
  box-shadow: none;
  transform: none;
}

.card-link-wrapper {
  text-decoration: none;
}

.card-link-wrapper:hover {
  color: var(--neutral-20);
}

.image-2 {
  object-fit: cover;
  height: 200px;
}

.small-card-list-column {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.small-card-list-column.top-padding-m {
  padding-top: 10vh;
}

.small-card-list-column.top-padding-l {
  padding-top: 20vh;
}

.small-card-content-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  padding: 28px 32px;
  display: flex;
}

.disclaimer-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--neutral-70);
  background-color: var(--neutral-90);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.footer-link-wrapper {
  padding-top: 0;
  padding-bottom: 20vh;
}

.footer-link-wrapper.horizontal {
  justify-content: space-between;
  display: flex;
}

.disaclaimer {
  color: var(--neutral-50);
  letter-spacing: .2px;
  font-size: 12px;
  line-height: 20px;
}

.about-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: content-box;
  border-radius: 9px;
}

.image-wrapper {
  border: 1px solid var(--neutral-70);
  border-radius: 9px;
  overflow: hidden;
}

.image-wrapper.cs-intro {
  margin-top: 40px;
  overflow: hidden;
}

.image-wrapper.top-bottom-margins {
  margin-top: 48px;
  margin-bottom: 48px;
  overflow: hidden;
}

.image-wrapper.top-bottom-margins.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--neutral-80);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.image-wrapper.max-height {
  height: 400px;
}

.social-link {
  padding: 6px;
  transition-timing-function: cubic-bezier(.785, .135, .15, .86);
}

.experience-card {
  grid-column-gap: 48px;
  display: flex;
}

.experience-title-wrapper {
  grid-column-gap: 12px;
  align-items: baseline;
  display: flex;
}

.experience-content-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.experience-image {
  border: 1px solid var(--neutral-80);
  border-radius: 7px;
  height: 64px;
}

.experience-card-container {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.fade {
  color: var(--neutral-40);
  position: relative;
  top: 1px;
}

.password-content-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.password-image {
  border-radius: 3px;
  width: 290px;
}

.form-wrapper {
  width: 100%;
}

.cs-title-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.cs-intro {
  width: 100%;
}

.background-video {
  z-index: 1;
  border-radius: 4px;
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
}

.background-video.prorotype {
  border: 1px solid var(--neutral-70);
  height: 520px;
}

.cs-section-title {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.iteration-content-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.lottie-menu {
  display: none;
}

.navigation-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #171719b3;
  border: 1px solid #ffffff2b;
  border-radius: 7px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cardcontentwrapper {
  flex: 1;
  align-self: center;
  padding-left: 56px;
  padding-right: 0;
}

.lottiewrapper {
  flex: none;
}

.lottiewrapper.hide {
  display: none;
}

.cardlottie {
  height: 100%;
}

.cardlottie.hide, .fader {
  display: none;
}

.handtitlewrap {
  display: flex;
}

.handlottie {
  object-fit: cover;
  width: 56px;
  height: 56px;
  margin-left: 16px;
}

.lines-section {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100dvh;
  padding-bottom: 0;
  display: none;
  position: fixed;
}

.line {
  background-image: linear-gradient(to bottom, var(--neutral-90) 22%, var(--neutral-70) 46%, #161617);
  width: 1px;
  margin-bottom: 320px;
}

@media screen and (min-width: 1440px) {
  .content.cards-grid {
    grid-row-gap: 32px;
  }

  .display-sm {
    letter-spacing: -.15px;
  }

  .text-sm.top-padding.secondary {
    padding-top: 4px;
  }

  .text-sm.width-80 {
    width: 100%;
  }

  .text-sm.width-50 {
    width: 70%;
  }

  .project-card {
    grid-template-columns: 1.75fr 1fr;
  }

  .cs-image.flows {
    height: 600px;
  }

  .lines-section {
    z-index: -1;
    width: 100vw;
    height: 100dvh;
    padding-top: 0;
    position: fixed;
  }

  .line {
    background-image: linear-gradient(to bottom, var(--neutral-90) 7%, var(--neutral-60) 50%, var(--neutral-90) 67%);
    width: 1px;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-big {
    font-size: 24px;
    line-height: 36px;
  }

  .navigation-item {
    font-size: 14px;
  }

  .navigation {
    height: 8vh;
  }

  .logotype {
    font-size: 18px;
  }

  .typed-words {
    font-size: 40px;
  }

  .body {
    background-image: none;
  }

  .display-xl {
    font-size: 40px;
  }

  .display-lg {
    font-size: 36px;
  }

  .display-md.xl-lineheight {
    width: 90%;
  }

  .display-sm {
    letter-spacing: -.35px;
    font-size: 24px;
  }

  .text-lg {
    letter-spacing: -.05px;
    font-size: 22px;
  }

  .text-sm {
    font-size: 18px;
    line-height: 28px;
  }

  .text-sm.top-padding.secondary {
    padding-top: 6px;
    padding-bottom: 1px;
  }

  .text-sm.width-80 {
    width: 80%;
  }

  .text-sm.width-50 {
    width: 60%;
  }

  .tag-label {
    font-size: 12px;
  }

  .text-md {
    font-size: 20px;
  }

  .text-link-md {
    font-size: 18px;
  }

  .social-icon {
    width: 24px;
    height: 24px;
  }

  .projecttitlewrapper {
    margin-bottom: 16px;
  }

  .project-card {
    height: 320px;
  }

  .project-description-wrapper {
    grid-row-gap: 32px;
  }

  .project-description-wrapper.left-padding {
    padding-right: 10%;
  }

  .disaclaimer {
    font-size: .9rem;
  }

  .background-video.sweep {
    height: 690px;
  }

  .cardcontentwrapper {
    flex: 1;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .content.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .content.cards-grid {
    grid-row-gap: 56px;
  }

  .button {
    justify-content: center;
  }

  .logo-link {
    align-self: center;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    justify-content: flex-end;
    padding: 12px 44px;
    transition: background-color .4s, opacity .4s, color .4s;
    display: flex;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: var(--neutral-90);
  }

  .navigation-items.dropdown {
    z-index: 1;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 16px;
    box-shadow: 0 16px 24px -12px #0000004d;
  }

  .navigation {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 9vh;
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    max-width: 44px;
    max-height: 44px;
    padding: 6px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    flex: 1;
    justify-content: space-between;
    margin-right: 0;
  }

  .intro-wrap {
    padding-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .protected-wrap {
    padding-top: 35vh;
    padding-bottom: 35vh;
  }

  .typed-words {
    font-size: 3.5rem;
  }

  .display-lg {
    font-size: 2.8rem;
  }

  .display-md.xl-lineheight {
    width: 90%;
    font-size: 22px;
    line-height: 37px;
  }

  .text-sm.top-padding.secondary {
    padding-top: 3px;
  }

  .text-sm.width-80, .text-sm.width-50 {
    width: 100%;
  }

  .styleguide-wrapper {
    padding-left: 39px;
    padding-right: 39px;
  }

  .tag-label {
    letter-spacing: .5px;
  }

  .section {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.hero {
    padding-top: 10vh;
  }

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

  .social-icons-wrapper {
    justify-content: flex-end;
    padding: 12px 40px;
  }

  .social-icons-wrapper.desktop {
    display: none;
  }

  .social-icons-wrapper.mobile {
    display: flex;
  }

  .project-card {
    flex-direction: column;
    grid-template-rows: auto auto;
    height: auto;
  }

  .project-card:hover {
    background-color: var(--neutral-90);
    transform: none;
  }

  .project-card.locked {
    transition: all .35s cubic-bezier(.785, .135, .15, .86);
  }

  .project-card.locked:hover {
    background-color: #26272b80;
  }

  .project-description-wrapper {
    grid-row-gap: 16px;
  }

  .project-description-wrapper.left-padding {
    padding-right: 0%;
  }

  .tags-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .small-project-card.locked.mobilereposition {
    margin-top: -12px;
  }

  .small-project-card.mobile-reposition {
    margin-top: -56px;
  }

  .card-link-wrapper {
    flex: 1;
    transition-property: none;
  }

  .small-card-list-column.top-padding-l {
    grid-column-gap: 32px;
    flex-direction: row;
    padding-top: 0;
  }

  .disclaimer-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-link-wrapper {
    margin-left: 32px;
    margin-right: 32px;
  }

  .about-image {
    height: 100%;
  }

  .image-wrapper.top-bottom-margins {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .image-wrapper.top-bottom-margins.grid {
    grid-template-columns: .75fr 1fr;
  }

  .iteration-content-wrapper {
    padding-left: 9%;
    padding-right: 9%;
  }

  .lottie-menu {
    display: block;
  }

  .navigation-wrapper {
    background-color: var(--neutral-90);
  }

  .cardcontentwrapper {
    width: 100%;
    padding: 39px 44px;
  }

  .lottiewrapper {
    position: relative;
  }

  .cardlottie {
    height: 480px;
  }

  .fader {
    z-index: 1;
    background-image: linear-gradient(to bottom, var(--neutral-90), #18181b00 40%);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .lines-section {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .content.cc-contact {
    padding: 15px;
  }

  .content.cards-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph-big {
    letter-spacing: -.1px;
    font-size: 21px;
    line-height: 32px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: 8vh;
  }

  .intro-wrap {
    height: auto;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .protected-wrap {
    padding-top: 20vh;
    padding-bottom: 20vh;
  }

  .typed-words {
    text-align: left;
    font-size: 3.2rem;
  }

  .display-xl {
    text-align: left;
    font-size: 32px;
  }

  .display-lg {
    text-align: left;
    font-size: 2.5rem;
  }

  .display-md {
    text-align: left;
    font-size: 28px;
    line-height: 44px;
  }

  .display-md.xl-lineheight {
    font-size: 22px;
    line-height: 36px;
  }

  .display-sm {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .text-lg {
    text-align: left;
    font-size: 18px;
  }

  .text-sm {
    text-align: left;
    font-size: 14px;
  }

  .text-sm.top-padding.secondary {
    padding-top: 4px;
  }

  .styleguide-wrapper {
    text-align: center;
  }

  .text-link-l {
    text-align: left;
  }

  .text-md {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .text-link-md {
    text-align: left;
    font-size: 1.1rem;
  }

  .text-link-s {
    text-align: left;
    font-size: 1rem;
  }

  .section {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section.double-padding {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .project-card {
    text-align: center;
    grid-template-rows: auto auto;
  }

  .project-description-wrapper {
    height: auto;
  }

  .project-description-wrapper.left-padding {
    padding-right: 0%;
  }

  .section-title-wrapper {
    margin-bottom: 48px;
  }

  .small-project-card {
    text-align: center;
  }

  .small-project-card.locked.mobilereposition {
    margin-top: 24px;
  }

  .small-project-card.mobile-reposition {
    margin-top: -40px;
  }

  .small-card-content-wrapper {
    padding: 16px 16px 20px;
  }

  .disclaimer-wrapper {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .image-wrapper.top-bottom-margins.grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
  }

  .experience-card {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fade {
    display: inline-block;
  }

  .form-wrapper {
    width: 100%;
  }

  .background-video.prorotype {
    height: 400px;
  }

  .iteration-content-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation-wrapper {
    background-color: #17171900;
  }

  .cardcontentwrapper {
    padding-right: 34px;
  }

  .cardlottie {
    height: 360px;
  }

  .fader {
    background-image: linear-gradient(to bottom, var(--neutral-90), #18181b00 40%);
  }

  .lines-section {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .content {
    margin-left: 0;
    margin-right: 0;
  }

  .content.cards-grid {
    grid-column-gap: 8px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .navigation-item {
    border-radius: 5px;
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .navigation-item:active {
    background-color: var(--neutral-80);
  }

  .navigation-items {
    padding-bottom: 16px;
  }

  .navigation-items.dropdown {
    border: 1px solid #70707b40;
    border-radius: 9px;
    margin-top: 8px;
    padding: 8px 8px 4px;
    box-shadow: 0 2px 0 1.5px #e4e4e726;
  }

  .navigation {
    grid-column-gap: 8px;
    background-color: #17171900;
    border: 1px #000;
    border-radius: 9px;
    grid-template-columns: 1fr 1fr 1fr;
    height: 56px;
    margin-left: 16px;
    margin-right: 16px;
    padding: 0;
    top: 12px;
  }

  .menu-button {
    align-self: center;
    max-width: 24px;
    max-height: 24px;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    flex: none;
  }

  .intro-wrap {
    height: auto;
    padding-right: 0;
  }

  .intro-wrap.fixed {
    height: auto;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .protected-wrap {
    padding-top: 20vh;
  }

  .logotype {
    letter-spacing: 0;
    font-size: 14px;
  }

  .typed-words {
    height: 40px;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 7vw;
    line-height: 40px;
  }

  .display-xl {
    letter-spacing: -.1px;
    font-size: 7vw;
    line-height: 40px;
  }

  .display-lg {
    letter-spacing: -.8px;
    margin-bottom: 8px;
    font-size: 8.5vw;
  }

  .display-md {
    letter-spacing: -.15px;
    font-size: 20px;
    line-height: 32px;
  }

  .display-md.xl-lineheight {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .display-sm {
    font-size: 16px;
    line-height: 24px;
  }

  .display-sm.secondary {
    letter-spacing: -.2px;
  }

  .display-sm.width---70 {
    width: 100%;
  }

  .display-sm.width---70.secondary {
    color: var(--neutral-30);
    letter-spacing: -.05px;
  }

  .text-lg {
    letter-spacing: -.1px;
    font-size: 16px;
    line-height: 28px;
  }

  .text-sm {
    line-height: 20px;
  }

  .text-sm.top-padding.secondary {
    padding-bottom: 0;
  }

  .styleguide-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-link-l {
    font-size: 16px;
  }

  .tag-label {
    letter-spacing: .8px;
    font-size: 10px;
  }

  .text-md {
    letter-spacing: -.015rem;
  }

  .section {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 44px 16px;
  }

  .section.hero {
    height: 520px;
    padding-top: 44px;
    padding-bottom: 0;
  }

  .section.footer {
    padding-top: 88px;
  }

  .section.double-padding {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section.about-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    padding-bottom: 0;
  }

  .section.cs-hero {
    padding-top: 132px;
    padding-bottom: 0;
  }

  .social-icons-wrapper.mobile {
    padding-left: 24px;
    padding-right: 24px;
  }

  .projecttitlewrapper {
    grid-column-gap: 8px;
    margin-bottom: 12px;
  }

  .project-card:hover {
    box-shadow: none;
  }

  .project-description-wrapper {
    grid-row-gap: 24px;
    height: auto;
  }

  .project-description-wrapper.left-padding {
    padding-right: 0%;
  }

  .small-project-card:hover {
    box-shadow: none;
    transform: none;
  }

  .small-project-card.locked.mobilereposition, .small-project-card.mobile-reposition {
    margin-top: 0;
  }

  .small-card-list-column {
    grid-row-gap: 24px;
  }

  .small-card-list-column.top-padding-m {
    padding-top: 0;
  }

  .small-card-list-column.top-padding-l {
    flex-direction: column;
  }

  .small-card-content-wrapper {
    padding: 24px;
  }

  .disclaimer-wrapper {
    grid-column-gap: 8px;
    border: 1px solid var(--neutral-70);
    border-radius: 7px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 16px;
    position: relative;
    bottom: 16px;
  }

  .footer-link-wrapper {
    margin-left: 16px;
    margin-right: 16px;
  }

  .disaclaimer {
    line-height: 16px;
  }

  .image-wrapper.cs-intro {
    margin-top: 24px;
  }

  .image-wrapper.top-bottom-margins {
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-wrapper.top-bottom-margins.grid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .experience-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .experience-content-wrapper {
    grid-row-gap: 16px;
  }

  .password-image {
    width: 190px;
  }

  .cs-title-wrapper {
    margin-bottom: 24px;
  }

  .background-video {
    border-radius: 5px;
    height: 440px;
  }

  .background-video.prorotype {
    height: 320px;
  }

  .lottie-menu {
    width: 100%;
    height: 100%;
  }

  .cardcontentwrapper {
    padding: 24px;
  }

  .lottiewrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cardlottie {
    width: 100vw;
    height: 76vw;
  }

  .cardlottie.lefttilt {
    margin-right: 7vw;
  }

  .fader {
    margin-top: -1px;
  }

  .handtitlewrap {
    position: relative;
  }

  .handlottie {
    z-index: -1;
    width: 20vw;
    height: 20vw;
    margin-left: 0;
    position: absolute;
    inset: -180% auto auto 0%;
  }

  .lines-section {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 44px 16px;
  }
}

#w-node-_69118560-d0bc-15fc-bbf8-b8fe5f6535b6-5f6535b5 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: stretch;
}

#w-node-fb18ea65-4317-884f-7008-1064efc0fd65-3dd36d14, #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-3dd36d14 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-fd30fc01-b7f8-33c0-2796-9300f20d6c7c-3dd36d14 {
  align-self: stretch;
}

#w-node-_3ca081c4-4e8b-fb8b-12ed-f59ac28872f3-3dd36d14, #w-node-bcec8b02-de99-5c20-d9ab-398cf76a7f1b-3dd36d14, #w-node-_7b543d07-e3a6-97d8-fc65-81894c5f144a-3dd36d14 {
  align-self: center;
}

#w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-3dd36d14 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-eebce600-9815-33d9-d11f-e70cadcb3c18-3dd36d14 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_41594dc8-749c-f9f4-79e5-d9e24d6ac70d-3dd36d14, #w-node-_1db73bb2-1724-86db-e8b9-bcfbd9ba751d-3dd36d14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22c-3dd36d14, #w-node-f8d4f93a-0ada-83f1-d43d-70a3a4737cc5-3dd36d14 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_44b8e6ed-b06e-df23-265a-9213935612e9-3dd36d14, #w-node-_44b8e6ed-b06e-df23-265a-9213935612ea-3dd36d14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44b8e6ed-b06e-df23-265a-9213935612eb-3dd36d14, #w-node-_44b8e6ed-b06e-df23-265a-9213935612f5-3dd36d14 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6b4fd796-676a-5578-5e2e-5d3a997b243d-3dd36d14, #w-node-_6b4fd796-676a-5578-5e2e-5d3a997b243e-3dd36d14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b4fd796-676a-5578-5e2e-5d3a997b243f-3dd36d14, #w-node-_6b4fd796-676a-5578-5e2e-5d3a997b2449-3dd36d14 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1d631efe-343d-838d-0144-638ee9823df9-3dd36d14 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_1d631efe-343d-838d-0144-638ee9823dfa-3dd36d14 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-3dd36d14 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-3dd36d14 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-b64b7243-ab41-27c1-b47e-301a81673356-9cc8386e, #w-node-a24ed49c-1916-1ae6-39e4-fdca4b2fddb4-9cc8386e {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-9cc8386e {
  grid-area: 1 / 2 / 2 / 7;
  align-self: start;
}

#w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-9cc8386e, #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-9cc8386e {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-eebce600-9815-33d9-d11f-e70cadcb3c18-9cc8386e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_1d631efe-343d-838d-0144-638ee9823df9-9cc8386e {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_1d631efe-343d-838d-0144-638ee9823dfa-9cc8386e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-9cc8386e {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-9cc8386e {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-e5affd5f {
  grid-area: 1 / 2 / 2 / 12;
  align-self: end;
}

#w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-e5affd5f, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-e5affd5f, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-e5affd5f {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-dcf4b9c7-b6be-c6e2-9189-a5345e0084ab-e5affd5f, #w-node-dcf4b9c7-b6be-c6e2-9189-a5345e0084b1-e5affd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-e5affd5f {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-b613b92a-e159-6c61-2bb0-bec3799a45e3-e5affd5f, #w-node-b6234d96-0758-7209-812e-4bffcf978e0a-e5affd5f, #w-node-b694decb-ced3-17aa-65ab-7184075205d7-e5affd5f, #w-node-cabfe107-e9e2-0220-4a77-45ede9f0854e-e5affd5f, #w-node-ce1650ed-c79d-8bb6-e056-d4b1d6721ba9-e5affd5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-e5affd5f, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-e5affd5f {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_1d631efe-343d-838d-0144-638ee9823dfa-e5affd5f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-e5affd5f {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-e5affd5f {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-5824bd05 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: end;
}

#w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-5824bd05, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-5824bd05, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-5824bd05, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-5824bd05, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-5824bd05, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-5824bd05, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-5824bd05 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_1d631efe-343d-838d-0144-638ee9823dfa-5824bd05 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-5824bd05 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-5824bd05 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-0a44a4cb {
  grid-area: 1 / 2 / 2 / 12;
  align-self: end;
}

#w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-0a44a4cb, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-0a44a4cb, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-0a44a4cb, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-0a44a4cb, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-0a44a4cb, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-0a44a4cb, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-0a44a4cb {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-_1d631efe-343d-838d-0144-638ee9823dfa-0a44a4cb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-0a44a4cb {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-0a44a4cb {
  grid-area: 1 / 2 / 2 / 12;
}

@media screen and (min-width: 1920px) {
  #w-node-_69118560-d0bc-15fc-bbf8-b8fe5f6535b6-5f6535b5 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-fb18ea65-4317-884f-7008-1064efc0fd65-3dd36d14, #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-3dd36d14, #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-3dd36d14, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-3dd36d14 {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-3dd36d14 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-b64b7243-ab41-27c1-b47e-301a81673356-9cc8386e {
    grid-area: 1 / 7 / 2 / 11;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-9cc8386e {
    grid-area: 1 / 3 / 2 / 7;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-9cc8386e, #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-9cc8386e, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-9cc8386e {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-9cc8386e {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-e5affd5f {
    grid-area: 1 / 3 / 2 / 11;
    align-self: end;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-e5affd5f, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-e5affd5f, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-e5affd5f, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-e5affd5f, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-e5affd5f, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-e5affd5f {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-e5affd5f {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-5824bd05 {
    grid-area: 1 / 3 / 2 / 11;
    align-self: end;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-5824bd05, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-5824bd05, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-5824bd05, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-5824bd05, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-5824bd05, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-5824bd05, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-5824bd05 {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-5824bd05 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-0a44a4cb {
    grid-area: 1 / 3 / 2 / 11;
    align-self: end;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-0a44a4cb, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-0a44a4cb, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-0a44a4cb, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-0a44a4cb, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-0a44a4cb, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-0a44a4cb, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-0a44a4cb {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-0a44a4cb {
    grid-area: 1 / 3 / 2 / 11;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_69118560-d0bc-15fc-bbf8-b8fe5f6535b6-5f6535b5 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-fb18ea65-4317-884f-7008-1064efc0fd65-3dd36d14, #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-3dd36d14, #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-3dd36d14 {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-_6b4fd796-676a-5578-5e2e-5d3a997b243d-3dd36d14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1d631efe-343d-838d-0144-638ee9823df9-3dd36d14 {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-3dd36d14 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-b64b7243-ab41-27c1-b47e-301a81673356-9cc8386e {
    grid-area: 1 / 7 / 2 / 11;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-9cc8386e {
    grid-area: 1 / 3 / 2 / 7;
    align-self: end;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-9cc8386e, #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-9cc8386e, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-9cc8386e {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-9cc8386e {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-e5affd5f {
    grid-area: 1 / 3 / 2 / 11;
    align-self: end;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-e5affd5f, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-e5affd5f, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-e5affd5f, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-e5affd5f, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-e5affd5f, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-e5affd5f {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-e5affd5f {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-5824bd05 {
    grid-area: 1 / 3 / 2 / 11;
    align-self: end;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-5824bd05, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-5824bd05, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-5824bd05, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-5824bd05, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-5824bd05, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-5824bd05, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-5824bd05 {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-5824bd05 {
    grid-area: 1 / 3 / 2 / 11;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-0a44a4cb {
    grid-area: 1 / 3 / 2 / 11;
    align-self: end;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-0a44a4cb, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-0a44a4cb, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-0a44a4cb, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-0a44a4cb, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-0a44a4cb, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-0a44a4cb, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-0a44a4cb {
    grid-area: 1 / 3 / 2 / 11;
    align-self: center;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-0a44a4cb {
    grid-area: 1 / 3 / 2 / 11;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_69118560-d0bc-15fc-bbf8-b8fe5f6535b6-5f6535b5 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-fb18ea65-4317-884f-7008-1064efc0fd65-3dd36d14, #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-3dd36d14 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-fd30fc01-b7f8-33c0-2796-9300f20d6c7c-3dd36d14 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-3dd36d14 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-_41594dc8-749c-f9f4-79e5-d9e24d6ac70d-3dd36d14, #w-node-_44b8e6ed-b06e-df23-265a-9213935612e9-3dd36d14 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b4fd796-676a-5578-5e2e-5d3a997b243d-3dd36d14 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_1d631efe-343d-838d-0144-638ee9823df9-3dd36d14 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-3dd36d14 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-3dd36d14 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-b64b7243-ab41-27c1-b47e-301a81673356-9cc8386e {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-9cc8386e {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-9cc8386e, #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-9cc8386e, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-9cc8386e {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-9cc8386e {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-9cc8386e {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-e5affd5f {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-e5affd5f, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-e5affd5f, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-e5affd5f, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-e5affd5f, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-e5affd5f, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-e5affd5f {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-e5affd5f {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-e5affd5f {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-5824bd05 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-5824bd05, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-5824bd05, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-5824bd05, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-5824bd05, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-5824bd05, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-5824bd05, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-5824bd05 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-5824bd05 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-5824bd05 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-0a44a4cb {
    grid-area: 1 / 1 / 2 / 7;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-0a44a4cb, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-0a44a4cb, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-0a44a4cb, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-0a44a4cb, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-0a44a4cb, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-0a44a4cb, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-0a44a4cb {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-0a44a4cb {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-0a44a4cb {
    grid-area: 1 / 1 / 2 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_69118560-d0bc-15fc-bbf8-b8fe5f6535b6-5f6535b5 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-fb18ea65-4317-884f-7008-1064efc0fd65-3dd36d14, #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-3dd36d14 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-fd30fc01-b7f8-33c0-2796-9300f20d6c7c-3dd36d14 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-3dd36d14 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-eebce600-9815-33d9-d11f-e70cadcb3c18-3dd36d14 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_41594dc8-749c-f9f4-79e5-d9e24d6ac70d-3dd36d14, #w-node-_44b8e6ed-b06e-df23-265a-9213935612e9-3dd36d14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b4fd796-676a-5578-5e2e-5d3a997b243d-3dd36d14 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_1d631efe-343d-838d-0144-638ee9823df9-3dd36d14 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-3dd36d14 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-3dd36d14 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b64b7243-ab41-27c1-b47e-301a81673356-9cc8386e {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-9cc8386e {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-9cc8386e, #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-9cc8386e, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-9cc8386e {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-9cc8386e {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-9cc8386e {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-e5affd5f {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-e5affd5f, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-e5affd5f, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-e5affd5f {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-dcf4b9c7-b6be-c6e2-9189-a5345e0084ab-e5affd5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dcf4b9c7-b6be-c6e2-9189-a5345e0084b1-e5affd5f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-e5affd5f {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-b613b92a-e159-6c61-2bb0-bec3799a45e3-e5affd5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6234d96-0758-7209-812e-4bffcf978e0a-e5affd5f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b694decb-ced3-17aa-65ab-7184075205d7-e5affd5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cabfe107-e9e2-0220-4a77-45ede9f0854e-e5affd5f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2ec19fe6-32e5-4c14-4660-ca893b7a4618-e5affd5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ce1650ed-c79d-8bb6-e056-d4b1d6721ba9-e5affd5f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-e5affd5f, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-e5affd5f {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-e5affd5f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-e5affd5f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-5824bd05 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-5824bd05, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-5824bd05, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-5824bd05, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-5824bd05, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-5824bd05, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-5824bd05, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-5824bd05 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-5824bd05 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-5824bd05 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-0a44a4cb {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-0a44a4cb, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-0a44a4cb, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-0a44a4cb, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-0a44a4cb, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-0a44a4cb, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-0a44a4cb, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-0a44a4cb {
    grid-area: 1 / 1 / 2 / 5;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-0a44a4cb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-0a44a4cb {
    grid-area: 1 / 1 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_69118560-d0bc-15fc-bbf8-b8fe5f6535b6-5f6535b5 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fb18ea65-4317-884f-7008-1064efc0fd65-3dd36d14, #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-3dd36d14, #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-3dd36d14 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-eebce600-9815-33d9-d11f-e70cadcb3c18-3dd36d14 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_41594dc8-749c-f9f4-79e5-d9e24d6ac70d-3dd36d14, #w-node-_44b8e6ed-b06e-df23-265a-9213935612e9-3dd36d14 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b4fd796-676a-5578-5e2e-5d3a997b243d-3dd36d14 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_1d631efe-343d-838d-0144-638ee9823df9-3dd36d14 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-3dd36d14 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-3dd36d14, #w-node-b64b7243-ab41-27c1-b47e-301a81673356-9cc8386e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-9cc8386e {
    grid-area: 2 / 1 / 3 / 4;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-9cc8386e, #w-node-_05c6c22d-8d99-8c2a-a0a3-dd037338a22b-9cc8386e, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-9cc8386e {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-9cc8386e {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-9cc8386e {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-e5affd5f {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-e5affd5f, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-e5affd5f, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-e5affd5f, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-e5affd5f, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-e5affd5f, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-e5affd5f {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-e5affd5f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-e5affd5f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-5824bd05 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-5824bd05, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-5824bd05, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-5824bd05, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-5824bd05, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-5824bd05, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-5824bd05, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-5824bd05 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-5824bd05 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-5824bd05 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_34f3d0d4-0947-ab41-71bc-490db9f35e91-0a44a4cb {
    grid-area: 1 / 1 / 2 / 4;
    align-self: start;
  }

  #w-node-b0df24a5-bf5d-b5a1-1b9d-7748e425e399-0a44a4cb, #w-node-_86ebbe7c-47e5-eed5-b9bb-83377dc20322-0a44a4cb, #w-node-_7ded8dda-e662-67f7-099d-0be3580fc68b-0a44a4cb, #w-node-_9a901fdb-f139-8e35-b18e-074916dd4d49-0a44a4cb, #w-node-f4b613bc-91f2-4921-d101-16aceb37ce99-0a44a4cb, #w-node-_5979ae84-e124-a8f8-6982-85dbed59b232-0a44a4cb, #w-node-_1d631efe-343d-838d-0144-638ee9823df9-0a44a4cb {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-b1dda90c-bc26-3c4e-d600-c2e21616936c-0a44a4cb {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-e74ace2a-f23c-4147-18e3-ce9252f701e6-0a44a4cb {
    grid-area: 1 / 1 / 2 / 4;
  }
}


