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

body {
  color: #333;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.5;
}

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

.body {
  background-color: #171717;
}

.image {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
}

.paragraph {
  text-transform: uppercase;
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.image-2 {
  flex: none;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: block;
}

.image-3 {
  object-fit: fill;
  flex: 0 auto;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto 5%;
}

.brand {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link {
  display: inline-block;
}

.text-block2 {
  object-fit: fill;
  flex-direction: row;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px auto;
  display: flex;
}

.text-block {
  text-transform: uppercase;
}

.text-block.buttonnav {
  z-index: 9;
  color: #969696;
  background-color: #0000;
  border: 1px solid #0003;
  border-radius: 20px;
  margin-top: 0;
  position: relative;
}

.text-block.buttonnav:hover {
  color: #fff;
  border-color: #fff3;
}

.div-block {
  flex: 0 auto;
  padding-left: 0;
}

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

.navigation {
  z-index: 9999;
  background-color: #0000;
  align-items: center;
  width: 100vw;
  margin-top: 16px;
  padding: 30px 80px 30px 50px;
  display: flex;
  position: absolute;
  top: 0;
}

.text-block-3 {
  text-transform: uppercase;
  display: block;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
  position: relative;
}

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

.logo-image {
  display: block;
}

.menu {
  z-index: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-link {
  z-index: 1;
}

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

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

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button.cc-contact-us {
  z-index: 5;
  background-color: #0000;
  position: relative;
}

.div-block-2 {
  opacity: .2;
  background-color: #171717;
  flex: 0 auto;
  width: 100%;
  height: 1px;
  margin-top: -14px;
  padding-top: 0;
  position: absolute;
}

.s01_introheader {
  height: 90vh;
  max-height: none;
  margin-top: 18px;
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
}

.caption-block {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f7edeb;
  text-transform: none;
  flex-flow: column;
  margin-top: -100px;
  margin-left: 32px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: absolute;
}

.caption-block.hide {
  display: none;
}

.div-block-3 {
  background-color: #fff;
  display: flex;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 100px;
  margin-top: -54px;
  margin-left: auto;
  margin-right: 60px;
  display: block;
}

.image-4 {
  display: block;
  position: absolute;
}

.s02_teaser {
  margin-top: 64px;
  margin-left: 16px;
  margin-right: 16px;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
}

.paragraph-2 {
  float: none;
  clear: none;
  color: #f7edeb;
  margin-top: 77px;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  display: block;
  position: static;
  overflow: visible;
}

.paragraph-3 {
  color: #f7edeb;
  text-align: left;
  margin-top: 56px;
}

.heading_image {
  object-fit: cover;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}

.image-6 {
  margin-top: 62px;
  display: inline-block;
}

.column {
  padding-left: 80px;
}

.image-7 {
  object-fit: fill;
  margin-top: 0;
  padding-top: 0;
  padding-right: 80px;
}

.image-8 {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pagebreak {
  margin-top: 80px;
  margin-left: 16px;
  margin-right: 16px;
}

.div-block-5 {
  opacity: .2;
  background-color: #fbfbfb;
  height: 1px;
  max-height: 1px;
  margin-top: 10px;
  margin-bottom: 12px;
}

.photographer-title {
  color: #f7edeb;
  text-transform: uppercase;
  margin-top: 17px;
  font-size: 1.2rem;
  font-weight: 400;
}

.main-container {
  opacity: .7;
  justify-content: space-between;
  display: flex;
}

.paragraph-4 {
  color: #f7edeb;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  margin-top: 65px;
  margin-bottom: 72px;
  margin-left: 0;
  padding: 0 40px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  display: block;
}

.s03_title-words {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 93px 16px 49px;
  display: block;
}

.text-block-6 {
  font-size: 20px;
}

.text-block-7 {
  color: #d5cca7;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 33px;
  margin-bottom: 41px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

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

.image-9, .image-10, .image-11, .image-12 {
  margin-bottom: 16px;
}

.columns {
  margin-top: 40px;
}

.image-13 {
  margin-top: 16px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". Area";
}

.image-14 {
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.s06_about {
  margin-top: 101px;
  margin-left: 16px;
  margin-right: 16px;
}

.paragraph-5 {
  color: #fbfbfb;
  margin-bottom: 65px;
  padding-left: 0;
  padding-right: 93px;
}

.div-block-7 {
  padding-left: 40px;
}

.image-15 {
  margin-top: 38px;
  margin-left: -567px;
  padding-left: 0;
  display: inline-block;
  position: absolute;
}

.s05_interiorpics {
  margin-left: 16px;
  margin-right: 16px;
}

.image-16 {
  padding-left: 8px;
}

.image-17 {
  padding-right: 8px;
}

.s07_blueprints {
  margin: 93px 16px 55px;
}

.paragraph-6 {
  color: #f7edeb;
  text-transform: uppercase;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 200;
  line-height: 32px;
  position: relative;
}

.div-block-8 {
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-7 {
  padding-right: 342px;
}

.paragraph-8 {
  color: #f7edeb;
  text-transform: uppercase;
  padding-top: 43px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-weight: 100;
}

.form-block {
  padding-top: 44px;
  padding-right: 213px;
}

.text-field, .text-field-2 {
  opacity: .5;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fbfbfb;
  border-radius: 35px;
  height: 57px;
  padding-left: 31px;
}

.field-label {
  color: #f7edeb;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.field-label-2 {
  color: #f7edeb;
  font-family: Inter, sans-serif;
}

.submit-button {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  text-transform: uppercase;
  background-color: #50b4ff;
  border: 1px #000;
  border-radius: 20px;
  outline: 1px #fff;
  margin-top: 28px;
  font-size: 12px;
}

.submit-button:hover {
  outline-offset: 0px;
  color: #333;
  background-color: #fff;
  outline: 1px #50b4ff;
}

.slide {
  margin-bottom: 0;
  padding-bottom: 0;
}

.slider {
  flex: 1;
  justify-content: center;
  width: 100vw;
  max-width: 100%;
  max-height: 80vw;
  margin-top: 63px;
  padding-left: 0;
  display: block;
  overflow: hidden;
}

.image-18 {
  object-fit: contain;
  max-width: 100%;
  overflow: visible;
}

.image-19 {
  filter: grayscale();
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.s09_endscreen {
  margin: 0 16px 62px;
  display: block;
}

.image-20 {
  float: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: cover;
  background-image: linear-gradient(#219fff80, #219fff80);
  background-clip: border-box;
  width: 100%;
  max-width: none;
  height: 500px;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-screen {
  object-fit: cover;
  background-color: #fff;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px;
  width: auto;
  max-width: 100vw;
  position: static;
}

.paragraph-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 32px;
  position: static;
}

.div-block-10 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  inset: 284px auto auto;
  overflow: visible;
}

.div_imagemask {
  opacity: 1;
  mix-blend-mode: multiply;
  object-fit: cover;
  max-width: 100vw;
}

.div-block-12 {
  margin-top: 39px;
}

.s10_footer {
  margin-left: 16px;
  margin-right: 16px;
  display: block;
}

.div-block-13 {
  justify-content: center;
  margin-top: -21px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 57px;
  padding-right: 57px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 200;
}

.text-block-8.underline {
  text-transform: uppercase;
  text-decoration: underline;
}

.text-block-9 {
  justify-content: flex-end;
  margin-left: auto;
  display: flex;
}

.text-block-9.text-block-8 {
  text-decoration: underline;
}

.image-21 {
  position: absolute;
}

.copywrite {
  text-align: center;
  margin: 52px 16px 0;
  padding-bottom: 26px;
  display: block;
}

.text-block-10 {
  color: #ffffff40;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.image-22 {
  object-fit: fill;
  width: 100vw;
  max-width: none;
  height: 80vh;
}

.image-23 {
  object-fit: cover;
  width: 100vw;
  height: 80vh;
}

.slide-nav {
  object-fit: cover;
}

.image-24 {
  object-fit: cover;
  width: 100vw;
  height: 80vh;
}

.image-25 {
  object-fit: fill;
  border-radius: 0;
  min-width: 100%;
  max-width: 720px;
}

.s04_exteriorpics {
  margin-left: 16px;
  margin-right: 16px;
}

.slide-2 {
  overflow: visible;
}

.mask {
  object-fit: fill;
  max-width: none;
  overflow: hidden;
}

.div-block-14 {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-4 {
  justify-items: center;
}

.image-26 {
  width: 40vw;
  height: auto;
}

.image-27 {
  object-fit: cover;
  overflow: hidden;
}

.image-28 {
  object-fit: cover;
  width: 584px;
  height: 487px;
}

.image-29 {
  object-fit: cover;
}

.ratio_box._4x3 {
  object-fit: cover;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.ratio_box._4x3._16x9 {
  padding-top: 42.85%;
}

.image-30, .lightbox-link {
  overflow: visible;
}

.lightbox-link-2 {
  width: 100%;
}

.content_box {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.image_hover.newimage {
  max-width: 200%;
}

.image_hover.v2.v3 {
  width: 100vw;
}

.lightbox-link-3 {
  object-fit: cover;
}

.heading_image_div {
  object-fit: fill;
  background-color: #000;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.lightbox-link-4 {
  object-fit: cover;
}

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

.button_circle {
  z-index: 9;
  background-color: #fff;
  border-radius: 100px;
  width: 128px;
  height: 128px;
  margin-bottom: 151px;
  margin-right: 64px;
  position: fixed;
  bottom: 0;
  right: 0;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cursor {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.underline.text-block {
  opacity: 1;
  color: #fff;
  padding-left: 57px;
  padding-right: 57px;
  font-size: 10px;
}

.underline.text-block-8.far-link {
  justify-content: flex-end;
  margin-left: auto;
  padding-right: 57px;
  display: flex;
}

.columns-2 {
  display: block;
}

.image-31 {
  object-fit: cover;
  width: auto;
  height: auto;
}

.div-block-17 {
  z-index: -1;
  margin-left: 0;
  position: absolute;
  right: 450px;
}

.div-block-18 {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

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

.button-2 {
  outline-offset: 0px;
  background-color: #0000;
  border-radius: 20px;
  outline: 1px solid #fff;
}

.button-2.image_hover {
  outline-offset: 0px;
  outline: 1px solid #fff;
  width: auto;
}

.button-2.image_hover:hover {
  color: #3b3b3b;
  background-color: #fff;
}

.button-2.cc_button {
  text-transform: uppercase;
  font-size: 12px;
}

.button-2.cc_button:hover {
  color: #333;
  background-color: #fff;
}

.paragraph-10 {
  position: absolute;
  inset: auto 0% 0%;
}

.text-size-large {
  font-size: 1.25rem;
}

.align-center {
  text-align: center;
  max-width: 1000px;
  margin: 2rem auto;
}

.align-center.relative {
  z-index: 10;
  flex-flow: column;
  position: relative;
}

.align-center.margin-bottom {
  margin-bottom: 6rem;
}

.text-style-h6 {
  color: #173af5;
  text-transform: uppercase;
  font-size: 1rem;
}

.text-style-h6.text-color-white {
  color: #fff;
}

.margin-bottom {
  margin-bottom: 3rem;
}

.margin-bottom.large {
  margin-bottom: 4rem;
}

.margin-bottom.large.relative-z {
  z-index: 3;
  position: relative;
}

.text-style-h3 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.margin-top {
  margin-top: 3rem;
}

.margin-top.large {
  margin-top: 5rem;
}

.example-subheader {
  color: #bce4f7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.wrapper {
  background-image: linear-gradient(#173af552, #173af552), linear-gradient(#1438dc52 38%, #173af5), url('../images/360_F_842137506_qufxoTysZi0qMHEBMdZq14CSSxcxhMGX.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
  top: 0;
}

.wrapper.mission {
  width: auto;
  height: 100%;
  padding-bottom: 2em;
}

.lightbox-link-5 {
  position: relative;
}

.small {
  color: #ffffff80;
  font-size: .875rem;
}

@media screen and (min-width: 1440px) {
  .text-size-large {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .text-style-h6 {
    font-size: 1.25rem;
  }

  .text-style-h3 {
    width: 95%;
    font-size: 3.45rem;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-large, .text-style-h6 {
    font-size: 1.8rem;
  }

  .text-style-h3 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .text-block.buttonnav {
    flex-direction: row;
    justify-content: flex-end;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-wrap {
    background-color: #0000;
    justify-content: space-between;
  }

  .navigation-items {
    background-color: #fff;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .caption-block {
    margin-top: -62px;
    font-size: 50px;
  }

  .paragraph-2 {
    margin-top: 16px;
    font-size: 20px;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 20px;
  }

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

  .paragraph-5 {
    padding-right: 0;
  }

  .div-block-8 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-block {
    padding-right: 0;
  }

  .image-20, .div-screen {
    height: 350px;
  }

  .paragraph-9 {
    padding-left: 0;
  }

  .div-block-10 {
    margin-top: -220px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div_imagemask {
    height: 350px;
  }

  .image-25 {
    position: relative;
    left: -184px;
  }

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

  .image-26 {
    object-fit: cover;
    width: 40vw;
    max-width: none;
    height: 100%;
    display: none;
  }

  .image_hover.v2.v3 {
    margin-top: -233px;
  }

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

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

@media screen and (max-width: 767px) {
  .navigation {
    padding: 20px 30px;
  }

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

  .text-block-7 {
    font-size: 60px;
  }

  .paragraph-9 {
    padding-left: 0;
    font-size: 25px;
  }

  .div-block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

@media screen and (max-width: 479px) {
  .text-block.buttonnav {
    top: 35px;
  }

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

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    margin-left: 15px;
  }

  .logo-link {
    top: 35px;
  }

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

  .caption-block {
    margin-top: -102px;
    line-height: 45px;
  }

  .heading_image {
    height: 720px;
    max-height: none;
  }

  .photographer-title {
    font-size: .8rem;
  }

  .paragraph-4 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-7 {
    text-align: left;
    font-size: 40px;
  }

  .div-block-7 {
    padding-left: 0;
  }

  .s07_blueprints {
    margin-bottom: 0;
  }

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

  .paragraph-8 {
    padding-top: 1px;
  }

  .form-block {
    padding-top: 10px;
  }

  .s09_endscreen {
    margin-top: 0;
  }

  .paragraph-9 {
    font-size: 20px;
  }

  .div-block-10 {
    margin-top: -180px;
  }

  .s10_footer {
    display: block;
  }

  .text-block-8 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .copywrite {
    display: block;
  }

  .text-block-10 {
    padding-top: 20px;
    font-size: .75rem;
  }

  .ratio_box._4x3 {
    padding-top: 180%;
  }

  .heading_image_div {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 720px;
    margin-top: 20px;
  }

  .div-block-16, .underline.text-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .underline.text-block-8.far-link {
    display: none;
  }

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

  .button-2.cc_button {
    border-radius: 22px;
  }

  .text-style-h3 {
    font-size: 2rem;
  }
}

#w-node-_273b355a-2d4d-9539-4fd3-35ae05591c3d-698513b8, #w-node-_273b355a-2d4d-9539-4fd3-35ae05591c3f-698513b8, #w-node-cc491c44-5eb1-c5b0-6327-4a0e1b069559-698513b8, #w-node-cc491c44-5eb1-c5b0-6327-4a0e1b06955b-698513b8, #w-node-c19f9504-1070-d9f5-94b5-467bc82f94e1-698513b8, #w-node-c19f9504-1070-d9f5-94b5-467bc82f94e3-698513b8, #w-node-ca0d6a59-a8f2-34a6-2c95-468ac6853020-698513b8, #w-node-ca0d6a59-a8f2-34a6-2c95-468ac6853022-698513b8, #w-node-_3f494111-9f2c-40ba-f699-4dd54b639182-698513b8, #w-node-_3f494111-9f2c-40ba-f699-4dd54b639184-698513b8, #w-node-_373ccab9-54be-e9fc-4f6c-6481862a304b-698513b8, #w-node-_373ccab9-54be-e9fc-4f6c-6481862a304d-698513b8, #w-node-d8614186-23de-3621-acc6-6703b7c5c3a3-698513b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-d8614186-23de-3621-acc6-6703b7c5c3a1-698513b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


