:root {
  --grey: #333;
  --light-grey: #b3b3b3;
}

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

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

.home-section {
  height: 89vh;
}

.menu {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem 1rem;
  display: flex;
}

.bar {
  color: var(--grey);
  background-color: #b3b3b3;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.image {
  width: 50px;
  height: 50px;
}

.link-block {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: .3rem 0;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.menu-h2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.gallery-link {
  background-color: #ececec;
  border: 8px solid #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30svh;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 15px #00000026;
}

.gallery-link.wild {
  background-image: url('../images/IMG_9463-5.webp');
  background-position: 50%;
  background-size: cover;
}

.gallery-link.port {
  background-image: url('../images/IMG_5937-6.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.gallery-link.prod {
  background-image: url('../images/Knife-Stack-1-Edited.webp');
  background-position: 50% 80%;
  background-size: cover;
}

.gallery-link.church {
  background-image: url('../images/Guatemala-14.webp');
  background-position: 50%;
  background-size: cover;
}

.gallery-link.arch {
  background-image: url('../images/DJI_211.avif');
  background-position: 50% 80%;
  background-size: cover;
}

.body-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1920px;
  padding-top: 2rem;
  display: flex;
}

.button-h2 {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.gallery-div {
  flex-direction: column;
  width: 98%;
  height: 100%;
  display: flex;
}

.gallery-container {
  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;
  max-width: 100vw;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.gallery-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 3px;
  height: 100%;
  margin-bottom: 10px;
}

.home-h1 {
  z-index: 2;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.about-div {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-top: 2rem;
  display: flex;
}

.about-image {
  object-fit: cover;
  border-radius: 3px;
  flex: none;
  max-height: 500px;
  margin-right: 20px;
}

.body-text-black {
  width: 100%;
  max-width: 80ch;
  font-family: Barlow, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.body-text-black.center {
  text-align: center;
  max-width: none;
  line-height: 1.2;
}

.h1-thin {
  color: #4d4d4d;
  font-weight: 100;
}

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

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

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

.gallery-gird {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.lightbox-link {
  width: 100%;
  height: 300px;
}

.icon-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-link.w--current {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gallery-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  line-height: 1;
  transition: color .3s, background-color .3s;
}

.gallery-button:hover {
  color: #fff;
  background-color: #000;
}

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

.grid-div {
  overflow: hidden;
}

.grid-button {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 15px;
  padding: 30px;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  overflow: hidden;
}

.grid-button-text {
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2px;
}

.item-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
}

.item-div-wrapper {
  border: 1px solid var(--light-grey);
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.buy-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Barlow, sans-serif;
  transition: background-color .2s;
}

.buy-button:hover {
  background-color: #000000a6;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 3px #00000080;
}

.design-h2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.slide-nav-dots {
  inset: auto 0% 4%;
}

.slide-nav-dots.landing {
  bottom: 0%;
}

.menu-mobile {
  border-right: 1px solid #b3b3b3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 10%;
  height: 100svh;
  margin-right: 40px;
  padding: 40px 14px 14px;
  display: block;
  position: sticky;
  top: 0;
}

.hamburger-div {
  z-index: 12;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: none;
}

.menu-bar {
  background-color: #000;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-bar._1 {
  width: 28px;
  height: 2px;
}

.menu-bar._2 {
  width: 34px;
}

.menu-bar._3 {
  width: 40px;
}

.text-line {
  font-weight: 100;
}

.back-button {
  border: 1px solid var(--light-grey);
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 3px;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 10px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: background-color .3s;
}

.back-button:hover {
  background-color: #ccc;
}

.back-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.landing-h2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.landing-div-wrapper {
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.landing-div-wrapper:hover {
  border-width: 1px;
  box-shadow: 0 0 5px #00000080;
}

.image-div {
  margin-bottom: 60px;
  display: flex;
}

.image-div.top {
  margin-top: 20px;
}

.port-1 {
  object-fit: cover;
  object-position: 50% 100%;
  border: 8px solid #fff;
  border-radius: 3px;
  width: 100svw;
  height: 400px;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0 8px 15px #0003;
}

.port-2 {
  object-fit: cover;
  object-position: 50% 50%;
  border: 8px solid #fff;
  border-radius: 3px;
  width: 50%;
  height: 450px;
  margin-left: 20px;
  margin-right: 0;
  overflow: hidden;
  box-shadow: 0 8px 15px #0003;
}

.port-3 {
  object-fit: cover;
  object-position: 50% 100%;
  border: 8px solid #fff;
  border-radius: 3px;
  width: 80svw;
  height: 500px;
  margin-right: 20px;
  overflow: hidden;
  box-shadow: 0 8px 15px #0003;
}

.session-h2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.session-content-wrapper {
  width: 100%;
  max-width: 1280px;
}

.session-gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  column-rule-width: 0px;
  border: 8px solid #fff;
  border-radius: 3px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 10px;
  width: 100%;
  padding: 5px;
  display: block;
  overflow: hidden;
  box-shadow: 0 8px 15px #0003;
}

.grid-image-1 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.div-block-6 {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.bold {
  font-weight: 500;
}

.session-list {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.session-button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: color .3s, background-color .3s;
}

.session-button:hover {
  color: #fff;
  background-color: #000;
}

.div-block-7 {
  width: 50%;
}

.home-grid {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.black-overlay {
  background-color: #00000036;
  position: absolute;
  inset: 0%;
}

.home-grid-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-grid-image-div {
  position: relative;
  overflow: hidden;
}

.menu-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.h1-black {
  z-index: 2;
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.h1-black.hide {
  display: none;
}

.social-icon-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.menu-top-div {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .home-section {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    flex-flow: column;
  }

  .link-block {
    flex: none;
  }

  .gallery-link {
    margin-right: 0;
  }

  .body-section {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 0;
  }

  .gallery-div {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-container {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-image {
    margin-right: 0;
  }

  .home-h1 {
    margin-top: 0;
  }

  .contact-div {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .social-icon {
    width: 20px;
  }

  .icon-link {
    flex: none;
  }

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

  .landing-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .image-div.top.vert, .image-div.vert {
    flex-direction: column;
  }

  .port-1 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .port-3 {
    width: 100svw;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .session-gallery-wrapper {
    column-count: 2;
    width: 100%;
  }

  .grid-image-1 {
    width: 100vw;
  }

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

  .home-grid-image {
    object-position: 50% 0%;
  }

  .menu-button-wrapper {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    padding-top: 0;
  }

  .bar {
    height: 40px;
  }

  .link-block {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block.top {
    margin-top: 20px;
  }

  .gallery-link {
    height: 20svh;
  }

  .home-h1 {
    z-index: 30;
    border-bottom-width: 0;
  }

  .contact-div {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .about-div {
    flex-direction: column;
    margin-top: 20px;
  }

  .about-image {
    object-position: 50% 35%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .body-text-black {
    width: 100%;
    font-size: 1.2rem;
  }

  .gallery-gird {
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-link {
    height: 200px;
  }

  .icon-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .item-div-wrapper {
    padding: 10px;
  }

  .design-h2 {
    font-size: 12px;
  }

  .menu-mobile {
    z-index: 99;
    border-bottom: 1px solid var(--grey);
    background-color: #fff;
    border-right-width: 0;
    flex-direction: column;
    width: 100vw;
    display: flex;
    position: fixed;
    inset: 0 0% auto;
    overflow: hidden;
  }

  .top-menu-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .dropdown-menu-wrapper {
    background-color: #fff;
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-5 {
    justify-content: center;
    display: flex;
  }

  .hamburger-div {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .menu-bar {
    background-color: #000;
    width: 40px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .back-button {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .back-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .landing-h2 {
    font-size: 12px;
  }

  .landing-div-wrapper {
    padding: 10px;
  }

  .image-div {
    margin-bottom: 40px;
  }

  .image-div.vert.last {
    margin-bottom: 20px;
  }

  .port-2 {
    height: 300px;
  }

  .port-3 {
    object-position: 50% 50%;
    height: 400px;
  }

  .session-h2 {
    font-size: 25px;
  }

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

  .home-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: .5rem;
  }

  .menu-button-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .h1-black {
    z-index: 30;
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }

  .social-icon-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 1rem;
  }

  .menu-top-div {
    z-index: 99;
    justify-content: space-between;
    padding-top: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .menu {
    margin-bottom: 10px;
  }

  .bar {
    height: 20px;
    margin-right: 10px;
  }

  .image {
    width: 40px;
    height: 30px;
  }

  .link-block {
    margin-right: 10px;
  }

  .gallery-link {
    border-width: 4px;
  }

  .body-section {
    justify-content: flex-start;
    padding-top: 1rem;
  }

  .button-h2 {
    font-size: 1.5rem;
  }

  .gallery-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-image {
    margin-bottom: 5px;
  }

  .home-h1 {
    letter-spacing: 1.2px;
    font-size: 1.2rem;
  }

  .contact-div {
    margin-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-image {
    max-height: 300px;
  }

  .body-text-black {
    font-size: 1rem;
  }

  .grid-button {
    margin-bottom: 10px;
  }

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

  .menu-mobile {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .top-menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-bar._1 {
    width: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .menu-bar._2 {
    width: 31px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .menu-bar._3 {
    width: 37px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .back-button {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 12px;
    display: flex;
  }

  .back-button-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    width: 100%;
    display: grid;
  }

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

  .image-div {
    width: 100%;
  }

  .port-1 {
    border-width: 6px;
    margin-bottom: 10px;
  }

  .port-2 {
    border-width: 6px;
    height: 200px;
    margin-left: 10px;
  }

  .port-3 {
    border-width: 6px;
    height: 300px;
    margin-bottom: 10px;
  }

  .session-gallery-wrapper {
    column-count: 1;
    border-width: 6px;
    column-gap: 5px;
    padding: 0;
  }

  .grid-image-1 {
    margin-bottom: 5px;
  }

  .div-block-7 {
    width: 50%;
  }

  .home-grid {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .h1-black {
    letter-spacing: 0;
    font-size: 2rem;
  }
}

#w-node-_6db2d4c5-20a9-6793-9eb7-7f3be3c1d518-18ec2e2c, #w-node-_0aac4e71-3986-ab42-31d3-5ac22ebee60b-18ec2e2c, #w-node-f1f68f6f-6ef0-086f-f766-cd3e6ef0bcd2-18ec2e2c, #w-node-a2570464-082c-e133-703d-78c5382c9c3b-18ec2e2c, #w-node-_5bca5243-0695-6dd3-3e7c-a5b6cc28719b-18ec2e2c, #w-node-_27dd160e-adb0-2732-ebd4-e13199c2b54e-18ec2e2c, #w-node-_580eed0e-a7c7-ccb1-7f03-48853ba5959f-18ec2e2c, #w-node-_186177e6-d9d8-1f85-e667-85c6db3603de-18ec2e2c, #w-node-_2e7cc99b-504c-4fac-b3f5-76fcdc796a11-18ec2e2c, #w-node-_3d3c389c-fd2f-398d-9679-723028cfbca3-18ec2e2c, #w-node-c3d12ff5-87df-a62a-7f3c-15acae111076-18ec2e2c, #w-node-_0f224026-e420-5c69-2195-880afb79a665-18ec2e2c, #w-node-d75388cf-4ede-5861-2bd0-9d5d8f618b12-18ec2e2c, #w-node-_7dfcb85e-8f5b-98c9-e491-e51f5a9dbb74-18ec2e2c, #w-node-_24abe0d8-844c-23f2-0162-934bd1e35004-18ec2e2c, #w-node-a700cc3c-738e-a4f5-e053-d4dfa5f84ad9-18ec2e2c, #w-node-_1b10fbdd-f8fc-fca0-e7a8-1b6c151b9809-18ec2e2c, #w-node-_74245c55-c452-7f5a-256a-9646a2a39d7f-18ec2e2c, #w-node-_91b8aa9f-a005-17b8-ac3b-e43710073a08-18ec2e2c, #w-node-_87e4efd2-9a79-0e14-25ef-3871d81fe041-18ec2e2c, #w-node-_87fedfc9-d735-627b-151a-b104b1ba09a4-18ec2e2c, #w-node-_9fe603d5-5aca-527b-6e51-bcda313f1a89-18ec2e2c, #w-node-_1e1c3078-9ac9-037e-0436-2b0780e5ece0-aaec2e2d, #w-node-_604d2142-7be6-9f99-b222-aa3594b489e6-aaec2e2d, #w-node-_4e9d963d-a40a-7ef2-fe88-ca10941bb5ae-aaec2e2d, #w-node-d0da3c2b-9987-e1d1-9739-ad116c02d11a-aaec2e2d, #w-node-_76658388-7638-082d-7235-1499d0560bd3-aaec2e2d, #w-node-ecd1267c-a387-ba2c-5ea6-8b220aaa0369-aaec2e2d, #w-node-_6bba7e7c-7b91-c88e-9cfa-1b848d8af71a-aaec2e2d, #w-node-ac42570d-09f4-2cbf-f1a6-b597a9a100f7-aaec2e2d, #w-node-a2f31231-9fa7-3356-e27d-e2968af30224-aaec2e2d, #w-node-_56567573-7bcb-1433-c5df-1f661fd1477d-aaec2e2d, #w-node-_2f5d1073-e1cc-0476-4a86-32ba1032d389-aaec2e2d, #w-node-_1330f50d-a9f1-612b-8cb1-00b09c74d700-aaec2e2d, #w-node-ac0f1194-a71d-97b8-9995-85f4ad299d85-aaec2e2d, #w-node-_1b2eff24-51d0-a905-b236-2a5b591a2d59-aaec2e2d, #w-node-_9e204e41-5362-98a3-9de3-b75171d65f48-aaec2e2d, #w-node-_7700428e-6e6c-d24c-a803-6055b8218db6-aaec2e2d, #w-node-_5740264e-896c-8a83-e867-1d45884cf66e-aaec2e2d, #w-node-_1e6c21c0-ed16-da1e-356d-f7c16ec8930b-aaec2e2d, #w-node-ad339d18-a6a8-1eba-b19d-f53bff8a9894-aaec2e2d, #w-node-b23c806b-30cf-0b7c-f63a-43a77eab4fb1-aaec2e2d, #w-node-b900d9ac-aca6-f78a-ab57-a15310e354f5-aaec2e2d, #w-node-_41784026-2281-2474-77b4-c9f1535d6764-aaec2e2d, #w-node-_48c791f1-c8f5-6bf4-5de6-830e52cb7d0f-aaec2e2d, #w-node-_6d5a6e7c-96ea-0b43-7238-fc7c794b0e83-4dec2e2e, #w-node-_14edeb23-a28e-6a8e-4270-781873cebe3c-4dec2e2e, #w-node-da095acf-46d8-bb92-0047-11c0d0b38191-4dec2e2e, #w-node-_378dc60d-f96e-d859-94d6-99f92b133214-4dec2e2e, #w-node-_1c4ac65e-dbe5-f670-587f-da53e22a3cd7-4dec2e2e, #w-node-_6b004318-1946-8606-02fc-3b5239ee74ad-4dec2e2e, #w-node-_09c6650e-1762-a043-6f6c-106ef2953b7c-4dec2e2e, #w-node-e98b4656-1d95-4a84-2c1d-596eaab7e48a-4dec2e2e, #w-node-_491e6754-f0fd-2209-1fe4-ea076a0d01f8-4dec2e2e, #w-node-d31d2a40-0b9c-2c6d-c54c-012e6a87b4ef-4dec2e2e, #w-node-a048ee11-d4e4-e910-295d-4b360b1e1a0b-4dec2e2e, #w-node-c383b022-6e55-13bd-f8bc-ce163bf48e7b-4dec2e2e, #w-node-b78f6b53-260e-593e-c58e-1fc78064b545-4dec2e2e, #w-node-_0236c9ae-e07a-426e-2c36-d5576f77df5f-4dec2e2e, #w-node-_2ccb07d3-9729-f56a-6ae8-c628086926ef-4dec2e2e, #w-node-_8f987791-4f32-4df2-cbdb-e5855c6ce90a-e254f5c9, #w-node-_27373c74-70fc-6fd0-a5ed-1d1aa4c62557-e254f5c9, #w-node-fd418449-f5c1-903e-5c59-c380a7f20e5c-e254f5c9, #w-node-_25204366-eb5c-712b-0b60-1b1f4fc12a8d-e254f5c9, #w-node-a1f1c9ab-2893-f6ff-202e-2764e77e41ac-e254f5c9, #w-node-_75521a28-3688-22f2-00f1-b5691932c514-e254f5c9, #w-node-_90e3c8d6-b97d-edef-56c8-ac3e5868a363-e254f5c9, #w-node-a8e647e3-6a93-28c5-c9ba-efb02c645863-e254f5c9, #w-node-b6da23a5-52ec-ad6f-744d-091cdb517ed8-e254f5c9, #w-node-e5291567-3a33-13f3-3ae4-dd41670e964a-e254f5c9, #w-node-_048cd935-3cae-30d5-5684-b08ecba220f1-e254f5c9, #w-node-f2a983e5-7641-84a7-433f-e6ae3726b653-e254f5c9, #w-node-_3353600d-9b30-08b6-6466-974369d587af-e254f5c9, #w-node-_6aca87e6-5c60-d490-dc6b-b8b4f6bed77e-e254f5c9, #w-node-_32795212-4bde-fdaa-f37e-af3161601f4b-e254f5c9, #w-node-_37969139-6a80-d4e4-b88c-7778e006ffd5-e254f5c9, #w-node-_7a6b986a-c3ea-c468-3245-d60860ca485d-e254f5c9, #w-node-e0292b3e-b8f8-50a1-dfb2-bf5103de44b2-e254f5c9, #w-node-df1c588f-4773-64b7-8610-4ab6a36f5b61-e254f5c9, #w-node-_608cd976-22c9-e647-9760-6a938acb8b93-e254f5c9, #w-node-_5897a57b-3f99-67bd-eb11-75a66b67ce28-e254f5c9, #w-node-f2ab3d17-3db5-8508-f693-e64b8be61a31-e254f5c9, #w-node-fc24275e-0e9e-fc08-efb6-7a3d08c18853-e254f5c9, #w-node-cea44421-7795-36a8-bf70-ca0975830d8e-e254f5c9, #w-node-_9d0845c9-4198-1be3-63d3-6f33b5324136-e254f5c9, #w-node-c12009eb-9ba1-3e01-978d-497e19c3c8f5-e254f5c9, #w-node-_071af6cb-e4be-48e7-4d64-f4ee48faf95c-e254f5c9, #w-node-_69c0c030-e143-ef2e-6bde-e8606b5deb7a-e254f5c9, #w-node-_940eb152-0073-79fc-3855-e7b8c12d54e3-e254f5c9, #w-node-eb09b796-20ee-5574-503b-f6ab351ceca4-e254f5c9, #w-node-_86449b9b-1572-5fcf-818a-244c37cd71cd-e254f5c9, #w-node-_6c671e4d-e1e5-c31a-1f32-6ea20fa82f67-e254f5c9, #w-node-_293f2e65-4723-e9a6-e809-51598dce7752-e254f5c9, #w-node-_67ca8cb7-6c15-e56a-66e2-a33b3bc338ff-e254f5c9, #w-node-c422af21-917f-fb3d-eee6-de530010d568-e254f5c9, #w-node-_98227930-c60e-dd0e-fe8a-19ab6ed9ffb8-e254f5c9, #w-node-_564755df-b6b2-6738-d83b-0268cebd322e-e254f5c9, #w-node-ad774569-f61f-d42a-2ba2-74dee74eedf5-e254f5c9, #w-node-c79672b9-bb15-daa4-c5c5-c375eab80c69-e254f5c9, #w-node-_390cab34-8a88-20c9-8ea6-2b88161e262e-e254f5c9, #w-node-_8057f97c-c462-a555-55e9-e80a364fabb9-e254f5c9, #w-node-_45acd160-3b51-72b4-37a3-a760ab04eb29-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf3e-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf3a-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf3c-e254f5c9, #w-node-_4c28e4da-914d-a35f-68e5-0a2e2b1dafd3-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf2e-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf30-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf32-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf34-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf36-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf38-e254f5c9, #w-node-_777b0e7d-5541-fc47-91ff-987497eadf40-e254f5c9, #w-node-a3e8b33c-36c4-fcb5-52f2-84f435d22d21-ff5582af, #w-node-_765b2377-76ce-d15b-7b5a-a43841af1430-ff5582af, #w-node-be7e968b-d647-2780-29ee-527d29f6205f-ff5582af, #w-node-_9a49adaa-4c56-7f46-f30c-f97b8d28607e-ff5582af, #w-node-_5daf2cf1-68bc-c5ff-938b-4e26906c5515-ff5582af, #w-node-_66c6cfaf-919a-ffb7-596e-143860c88d84-ff5582af, #w-node-a3037706-276a-0619-00cf-c7e7058fba6a-2aa6e208, #w-node-_1c1e4efe-c24e-0330-52cc-ac0c831398fa-2aa6e208, #w-node-a00785a9-0a4c-58b3-a003-ca394be6219c-2aa6e208, #w-node-a25a2768-7efe-9079-b88b-4d43c7ffe49b-2aa6e208, #w-node-_152f9bc4-4718-765f-3cb3-bd45dceed70f-2aa6e208, #w-node-_0703d4d0-90ed-acf7-09f9-0b0dabe28321-2aa6e208, #w-node-_1a0d6643-a28f-ea35-a162-e8a0ced2194a-2aa6e208, #w-node-d9f3e20d-95a7-5260-e02b-dc98da7ad5b0-de8aa0be, #w-node-bb5f629b-c845-6d8a-d4da-782b01a55607-de8aa0be, #w-node-b71b7425-75f0-5cc7-7967-a07d5af132b3-de8aa0be, #w-node-_58ece755-14a8-73aa-27e7-42ff91f10cff-de8aa0be, #w-node-_438815e3-8eb8-e660-7b6c-a053dc77b6cc-de8aa0be, #w-node-a3e8b33c-36c4-fcb5-52f2-84f435d22d21-98febfe4, #w-node-_9878be0d-0d17-da86-1c29-b6a39f7fbf06-98febfe4, #w-node-e2f6048d-b48a-c56c-1381-51a4932fe605-98febfe4, #w-node-_970819b3-a71a-d562-7e01-b87c4a9643b7-c7ff3e83, #w-node-_1b0a82c9-bd5f-ab48-8607-88abe5893721-c7ff3e83, #w-node-_7ff7d5b9-2044-02ba-3f03-fdba9bba2b0c-c7ff3e83, #w-node-_66b7aef6-aebc-98c0-d1bb-8750d46935e8-c7ff3e83, #w-node-b9a83c9a-f56e-5613-37ce-e3d3d3eb0cf1-c7ff3e83, #w-node-d82a6f49-0cf6-8e62-2523-dc49b7fbfed3-417c8947, #w-node-a0f8378b-99ac-6783-17af-7033ebc29860-417c8947, #w-node-_3214c4cf-1bd4-c26e-aec2-4b7f097082f1-417c8947, #w-node-a90ff15c-296c-4f5f-2b12-5bdc34d258c5-417c8947, #w-node-_85f87dc6-58e3-e670-e0af-e38bec081ceb-417c8947, #w-node-_5f7605cc-9c3f-188e-f083-d37520a13400-417c8947, #w-node-_07e39452-bd6c-a251-42d0-dfaaf1f24e3c-417c8947, #w-node-b3f8de2f-3a4c-4ed9-2f8b-b258bc58af41-417c8947, #w-node-_3b9a094b-9665-3b68-b9a6-cfdfad7a48b7-417c8947, #w-node-_5ecc77f5-11f9-4b04-6a72-cacdb78dd3f2-417c8947, #w-node-_8bde4845-c4d5-7636-9922-98057aefff3c-417c8947, #w-node-_2dd4987d-1b90-025f-c28f-40d078e53a68-417c8947, #w-node-_3661e7d0-bd2d-0645-d419-6fd2b76021f9-417c8947, #w-node-b76f29c2-e43a-af88-7529-0144cee2b1da-417c8947, #w-node-bd7c78f4-9293-29d5-6ba1-b9cf344068af-417c8947, #w-node-_669ba05e-ec26-d999-453b-7c86dfbc39d6-417c8947, #w-node-a2a208e1-98f6-e7c9-8037-4cd11d617ed5-417c8947, #w-node-_23335fbd-f307-53f4-0cb3-8035e16a746a-417c8947, #w-node-_48c791f1-c8f5-6bf4-5de6-830e52cb7d0f-417c8947, #w-node-_30af52e4-c036-28c4-69ef-575dd06d9447-417c8947, #w-node-_64389f5f-30d9-5995-d479-34247c8f170b-417c8947, #w-node-d0b292eb-cec8-6dc4-8121-45a2962b3aec-417c8947, #w-node-_202e2f05-66b9-b5b9-c07b-f6274345f793-417c8947 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


