:root {
  --white: white;
  --black: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #080705;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  color: #080705;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 200;
  line-height: 36px;
}

.section-1 {
  white-space: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-h1 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/scribble-background_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 182px;
  position: static;
  top: 200px;
  bottom: auto;
}

.body {
  color: #080705;
  font-family: Montserrat, sans-serif;
}

.section-3 {
  mix-blend-mode: normal;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: -25vh;
  padding-top: 30vh;
  padding-bottom: 7vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -10px 20px 5px #0003;
}

.hero-h2 {
  color: #1e1e1e;
  text-align: center;
  margin-top: -14px;
  font-size: 60px;
  line-height: 1.2em;
}

.grid {
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: end;
  width: 97.6vw;
  position: relative;
  bottom: 105px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-with-shadow {
  filter: saturate(92%);
  border-radius: 7px;
  box-shadow: 0 0 10px 2px #00000026;
}

.grid-video {
  z-index: 10;
  object-fit: cover;
  border: 20px solid #fff;
  border-radius: 4px;
  width: 400px;
  height: 300px;
  transition: transform .25s cubic-bezier(.175, .885, .32, 1.275);
  position: absolute;
  bottom: 22vh;
  right: 9vw;
}

.grid-video:hover {
  transform: scale(1.1);
}

.background-video {
  z-index: 20;
  object-fit: cover;
  border: 20px solid #fff;
  border-radius: 4px;
  width: 400px;
  height: 300px;
  transition: transform .25s cubic-bezier(.175, .885, .357, 1.44);
  position: absolute;
  top: 39vh;
  left: 9vw;
}

.background-video:hover {
  transform: scale(1.1);
}

.image {
  object-fit: cover;
  object-position: 10% 50%;
  width: 56vw;
  max-width: 700px;
  height: 50vh;
  margin-left: 15vw;
  display: block;
}

.image-2 {
  object-fit: contain;
  transform-style: preserve-3d;
  border: 20px solid #fff;
  border-radius: 4px;
  width: auto;
  height: 300px;
  transition: transform .5s;
  display: block;
  position: absolute;
  top: 40vh;
  right: 10vw;
}

.image-2:hover {
  transform: rotateX(6deg)rotateY(6deg)rotateZ(0);
}

.image-3 {
  object-fit: cover;
  border: 20px solid #fff;
  border-radius: 4px;
  width: 340px;
  height: 340px;
  transition: transform .5s;
  display: block;
  position: absolute;
  bottom: 20vh;
  left: 13vw;
}

.image-3:hover {
  transform: skew(1deg);
}

.heading-6b {
  color: #1e1e1e;
  text-align: center;
  letter-spacing: -.01em;
  font-size: 101px;
}

.heading-6b.leadership {
  color: #f2f4f3;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.container-2 {
  z-index: 0;
  margin-top: 10vh;
  margin-bottom: 45vh;
  position: sticky;
  top: 15vh;
}

.container-4 {
  position: static;
  inset: 20vh auto auto;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 14vh;
  padding-bottom: 45vh;
  display: flex;
  position: sticky;
  top: -60vh;
}

.grid-3 {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.1fr 1.02fr 1.1fr;
  width: 100vw;
  position: relative;
}

.container-5 {
  margin-bottom: 10vh;
}

.leadership-skill {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  -webkit-text-fill-color: inherit;
  background-color: #1e1e1e;
  background-clip: padding-box;
  border-radius: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px 19px;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.container-6 {
  display: flex;
}

.container-6.tag-container {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}

.leadership-image {
  border-radius: 6px;
  box-shadow: 0 1px 10px 2px #00000026;
}

.text-span-6 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/chinh-le-duc-poK5c-QWy1E-unsplash_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
}

.container-7 {
  flex-direction: row;
  align-items: baseline;
  padding-bottom: 18vh;
  display: flex;
}

.heading-4 {
  clear: right;
  color: #e1e1e1;
  mix-blend-mode: difference;
}

.heading-5 {
  clear: left;
  color: #e1e1e1;
  mix-blend-mode: difference;
}

.image-4 {
  max-width: 70px;
  max-height: 70px;
  margin-left: 3px;
}

.section-5 {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 18vh;
  display: flex;
  position: relative;
  box-shadow: 0 -10px 20px 5px #0000001a;
}

.container-8 {
  z-index: 0;
  margin-top: 14vh;
  margin-bottom: 5vh;
  position: sticky;
  top: 15vh;
}

.columns {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  width: 76vw;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: -10vw;
  display: flex;
}

.column-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: #080705;
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 32px;
  line-height: 1.2em;
}

.heading-7._6ch {
  max-width: 6ch;
}

.heading-7._9ch {
  max-width: 9ch;
}

.heading-7._12ch {
  max-width: 12ch;
}

.heading-7._7ch {
  max-width: 7ch;
}

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

.skills-and-tools {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-color: #e1e1e1;
  background-clip: padding-box;
  border-radius: 100px;
  margin: 5px;
  padding: 10px 19px;
  font-size: 16px;
  font-weight: 300;
  display: inline;
}

.skills-and-tools.ps {
  color: #31a8ff;
  mix-blend-mode: normal;
  background-color: #001e36;
  font-weight: 500;
}

.skills-and-tools.webflow {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #4353ff;
  font-weight: 500;
}

.skills-and-tools.wordpress {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #21759c;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.skills-and-tools.autocad {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #bf2123;
  font-weight: 500;
}

.skills-and-tools.sketchup {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #005e9d;
  font-weight: 500;
}

.skills-and-tools.indesign {
  color: #ff7295;
  mix-blend-mode: normal;
  background-color: #49011f;
  font-weight: 500;
}

.section-6 {
  z-index: 30;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.heading-8 {
  color: #e1e1e1;
  text-align: right;
  mix-blend-mode: difference;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 700;
  line-height: 1em;
}

.columns-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  align-items: flex-start;
  min-width: 80vw;
  margin-top: 7vh;
  margin-left: -8vw;
  display: flex;
}

.phone-number {
  color: #e1e1e1;
  text-align: right;
  mix-blend-mode: difference;
  margin-top: 27px;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
}

.form {
  max-width: 360px;
}

.heading-skills {
  color: #1e1e1e;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 101px;
}

.container-10 {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-field {
  background-color: #f5f5f5;
  border: 12px solid #e1e1e1;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 1.4em 1em 1.3em;
  font-size: 17px;
  font-weight: 300;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: #035e7b;
}

.text-field-2 {
  background-color: #f5f5f5;
  border: 12px solid #e1e1e1;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 1.4em 1em 1.3em;
  font-size: 17px;
  font-weight: 300;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-color: #035e7b;
}

.text-field-3 {
  background-color: #f5f5f5;
  border: 12px solid #e1e1e1;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 1.4em 1em 1.3em;
  font-size: 17px;
  font-weight: 300;
}

.text-field-3:focus-visible, .text-field-3[data-wf-focus-visible] {
  border-color: #035e7b;
}

.textarea {
  background-color: #f5f5f5;
  border: 12px solid #e1e1e1;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 11px 1em 1.3em;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
  overflow: scroll;
}

.textarea:focus-visible, .textarea[data-wf-focus-visible] {
  border-color: #035e7b;
}

.form-block {
  font-size: 16px;
}

.submit-button {
  background-color: #d3307d;
  border-radius: 6px;
  padding: .8em 1.5em;
  font-size: 18px;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #035e7b;
}

.section-7 {
  z-index: 30;
  background-color: #fff;
  margin-top: -7vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  position: relative;
  overflow: hidden;
}

.text-block {
  color: #666;
  text-align: center;
  mix-blend-mode: difference;
  position: static;
}

.link {
  color: #e1e1e1;
  text-align: right;
  mix-blend-mode: difference;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
}

.link.alt, .link.alt:hover {
  text-decoration: none;
}

.link-2 {
  color: #e1e1e1;
  text-align: right;
  mix-blend-mode: difference;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
}

.link-2.alt {
  text-decoration: none;
}

.link-2.alt:hover {
  text-decoration: underline;
}

.logo-container {
  z-index: 100;
  mix-blend-mode: normal;
  background-color: #d3307d;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -100px;
  padding: 10px;
  position: fixed;
  inset: 0% auto auto 8%;
  box-shadow: 2px 2px 8px 2px #0000002e;
}

.image-5 {
  width: 160px;
}

.success-message {
  background-color: #e1e1e1;
}

.text-block-2 {
  color: #000;
}

.error-message {
  margin-top: 20px;
}

.heading-6a {
  color: #1e1e1e;
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: -147px;
  font-size: 101px;
}

.body-2 {
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 1.5em;
}

.heading-9 {
  color: #fff;
  margin-left: -5px;
  padding-bottom: 15px;
}

.container-12 {
  z-index: 100;
}

.image-7 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.image-7._5 {
  width: auto;
  max-width: 300%;
}

.image-7._6 {
  background-image: radial-gradient(circle, #000, #fff);
}

.section-8 {
  background-color: #080705;
  justify-content: center;
  align-items: center;
  padding: 40vh 15vw 20vh;
  display: flex;
}

.story2 {
  mix-blend-mode: difference;
}

.story7 {
  color: #f5f5f5;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

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

.about-link {
  color: #d3307d;
  text-align: right;
  margin-top: 14px;
  margin-bottom: 13px;
  margin-left: 2px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.about-link:hover {
  text-decoration: underline;
}

.section-6-about {
  z-index: 30;
  background-color: #080705;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-7-about {
  z-index: 30;
  background-color: #080705;
  margin-top: -7vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  position: relative;
  overflow: hidden;
}

.text-span-7 {
  font-family: Varela Round, sans-serif;
  font-size: 54px;
  font-weight: 400;
  position: relative;
  top: 9px;
}

.div-block-2 {
  background-image: radial-gradient(circle closest-corner, #000, #000000b5);
  height: 260%;
  position: absolute;
  inset: 0%;
}

.image-8 {
  transform-origin: 50% 100%;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.image-8.fat {
  width: 25%;
}

.image-8.fattish {
  width: 26.5%;
}

.image-8.lessfat {
  width: 28%;
}

.link-copy {
  color: #e1e1e1;
  text-align: right;
  mix-blend-mode: difference;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 300;
}

.link-copy.alt {
  text-decoration: none;
}

.link-copy.alt:hover {
  text-decoration: underline;
}

.container-14 {
  margin-top: 13.5%;
}

.body-3 {
  background-color: #080705;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.thanks-heading {
  color: #fff;
  text-align: center;
  margin-top: -10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.heading-11 {
  color: #fff;
  text-align: center;
}

.nye-body {
  background-color: #000;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 15px;
  padding-bottom: 50px;
}

.food-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}

.food-title {
  color: #fff;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: relative;
}

.food-item-container {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.select-field {
  color: #000;
  width: 60px;
  position: relative;
}

.food-description {
  opacity: .8;
  color: #fff;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.submit-order {
  background-color: #db0054;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.success-message-2 {
  margin-top: 50px;
}

.form-success {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .grid-video, .background-video {
    width: 480px;
    height: 360px;
  }

  .image {
    width: 67vw;
    height: 60vh;
  }

  .image-2 {
    height: 360px;
  }

  .image-3 {
    width: 408px;
    height: 408px;
  }

  .heading-7 {
    width: 240px;
  }

  .column-1 {
    display: flex;
  }

  .section-8 {
    padding-top: 50vh;
  }
}

@media screen and (max-width: 991px) {
  .hero-h1 {
    text-align: center;
    font-size: 151px;
  }

  .hero-h2 {
    font-size: 50px;
  }

  .heading-6b {
    text-align: center;
    font-size: 80px;
  }

  .section-4 {
    overflow: hidden;
  }

  .heading-4, .heading-5 {
    font-size: 80px;
  }

  .image-4 {
    max-width: 50px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .heading-8 {
    text-align: right;
    font-size: 60px;
  }

  .columns-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: -6vw;
  }

  .phone-number {
    font-size: 26px;
  }

  .heading-skills {
    font-size: 80px;
  }

  .text-block {
    padding-left: 59px;
    padding-right: 59px;
  }

  .heading-6a {
    text-align: center;
    font-size: 80px;
  }

  .image-7._2, .image-7._5, .image-7._6, .image-7._3, .image-7._4 {
    display: none;
  }

  .section-8 {
    padding-top: 15vh;
  }

  .about-link {
    font-size: 26px;
    display: none;
  }

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

@media screen and (max-width: 767px) {
  .heading-5 {
    padding-left: 0;
  }

  .section-8 {
    padding-top: 15vh;
  }
}

@media screen and (max-width: 479px) {
  .hero-h1 {
    font-size: 88px;
  }

  .section-3 {
    background-color: #080705;
    margin-top: -15vh;
    padding-top: 15vh;
    padding-bottom: 14vh;
  }

  .hero-h2 {
    font-size: 29px;
  }

  .grid {
    width: 270vw;
  }

  .section-2 {
    overflow: hidden;
  }

  .grid-video {
    border-style: none;
    width: 80vw;
    height: 70vw;
    margin: 20px auto;
    position: relative;
    top: -55vw;
    bottom: auto;
    right: auto;
  }

  .background-video {
    border-style: none;
    width: 80vw;
    height: 70vw;
    margin: 19px auto;
    position: relative;
    top: auto;
    left: auto;
  }

  .image {
    object-position: 50% 50%;
    width: 80vw;
    max-width: 100%;
    height: 70vw;
    margin: 20px auto;
    position: relative;
    top: -35vw;
    right: -20vw;
  }

  .image-2 {
    border-style: none;
    width: 80vw;
    height: 66vw;
    margin: 20px auto;
    display: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .image-3 {
    z-index: 20;
    border-style: none;
    width: 80vw;
    height: 70vw;
    margin: 20px auto;
    position: relative;
    top: -15vw;
    bottom: auto;
    left: -20vw;
  }

  .heading-6b {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 50px;
  }

  .heading-6b.leadership {
    font-size: 50px;
  }

  .container-2 {
    margin-top: 0;
    margin-bottom: 43vh;
    position: relative;
  }

  .container-4 {
    margin-top: -50px;
  }

  .section-4 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 13vh;
    padding-bottom: 18vh;
    display: block;
    position: relative;
    top: 0;
  }

  .grid-3 {
    grid-column-gap: 4vw;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 14px;
    padding-right: 14px;
  }

  .leadership-skill {
    border-radius: 200px;
  }

  .container-6.tag-container {
    align-items: center;
    margin-top: 10px;
  }

  .leadership-image {
    object-fit: contain;
    border-radius: 5px;
    width: 44vw;
  }

  .container-7 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 6vh;
    padding-left: 10vw;
  }

  .heading-4, .heading-5 {
    color: #1e1e1e;
    mix-blend-mode: normal;
    font-size: 50px;
  }

  .image-4 {
    max-width: 35px;
  }

  .section-5 {
    background-color: #f2f4f3;
    padding-bottom: 14vh;
  }

  .container-8 {
    margin-top: 5vh;
    position: static;
  }

  .columns {
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: -5vw;
  }

  .heading-7 {
    text-align: left;
    padding-left: 11px;
    font-size: 28px;
  }

  .heading-7._6ch, .heading-7._9ch, .heading-7._12ch, .heading-7._7ch {
    max-width: 100%;
  }

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

  .section-6 {
    background-color: #080705;
    padding-top: 5vh;
    padding-bottom: 60px;
  }

  .heading-8 {
    color: #fff;
    mix-blend-mode: normal;
  }

  .columns-2 {
    grid-column-gap: 0px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    max-width: none;
  }

  .heading-skills {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 50px;
  }

  .section-7 {
    background-color: #080705;
  }

  .logo-container {
    left: 10%;
  }

  .heading-6a {
    margin-bottom: -82px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 50px;
  }

  .container-11 {
    margin-bottom: -55vw;
    margin-left: auto;
    margin-right: auto;
  }

  .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    font-size: 28px;
  }

  .heading-9 {
    margin-left: -3px;
    font-size: 50px;
  }

  .section-8 {
    padding-top: 15vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .about-link {
    text-align: left;
    font-size: 20px;
  }

  .section-6-about {
    background-color: #080705;
    padding-top: 5vh;
    padding-bottom: 60px;
  }

  .text-span-7, .image-8 {
    display: none;
  }

  .container-14 {
    margin-top: 0%;
  }

  .mobile-hide {
    display: none;
  }
}

#w-node-_2bdf4dbf-f968-9681-4c09-ba40f65bfe5a-de5b5578, #w-node-_42e5a016-5897-ee60-7b56-352c86a884a1-de5b5578, #w-node-_0b2e06d2-c6b6-ce57-5ea9-e77dabf4ffad-de5b5578, #w-node-bee5dd96-fdd5-177b-c5b7-da6ecafa4bcc-de5b5578, #w-node-_58d040d5-6f8d-dd5e-f732-ee7029fa8286-de5b5578, #w-node-_66f3ca43-9c1d-17ba-bc2f-4dcf1ae9219a-de5b5578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3feccf8d-ca92-e649-2bbb-dce9be9b3b65-de5b5578 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0720771b-686c-eb25-d924-367dd98768ff-de5b5578 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cc0339a6-94a0-da24-d922-125afa6a8d13-de5b5578 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_643eb872-fd52-873a-b589-ed6cc709f164-de5b5578 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-aded770e-049d-7fff-6d95-89c4e1eed20b-de5b5578 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_224c6cef-0086-0ffe-1906-e6c1927810d6-de5b5578 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_35d1423d-12f6-1b2c-9dbc-8fda5f52d67e-de5b5578 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_58aaef31-9ff4-9bb3-9610-bfd7bae362a2-de5b5578 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8024b1c9-406d-c519-b06e-480ca0c8ce18-de5b5578 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d3f685b0-df5c-4003-7f53-ce2fc118264e-de5b5578 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_46fd808c-efea-e551-34ec-bcea4f60aebf-de5b5578 {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 479px) {
  #w-node-_3feccf8d-ca92-e649-2bbb-dce9be9b3b65-de5b5578, #w-node-_0720771b-686c-eb25-d924-367dd98768ff-de5b5578, #w-node-cc0339a6-94a0-da24-d922-125afa6a8d13-de5b5578, #w-node-_643eb872-fd52-873a-b589-ed6cc709f164-de5b5578, #w-node-_224c6cef-0086-0ffe-1906-e6c1927810d6-de5b5578 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


