:root {
  --white: white;
  --white-2: 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;
}

body {
  color: #000;
  letter-spacing: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3em;
  font-weight: 100;
  line-height: .8;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.5em;
  font-weight: 100;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.19em;
  font-weight: 200;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.88em;
  font-weight: 200;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.67em;
  font-weight: 200;
  line-height: 1.4;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  line-height: 1.4;
}

a {
  font-size: 1em;
  text-decoration: none;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: .25em 6em 5em;
  display: none;
  overflow: hidden;
}

.container.is-hero {
  z-index: 3;
  background-color: var(--white);
  text-align: center;
  z-index: 3;
  text-align: center;
  inset: 0% 0% auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.rich-text {
  background-color: var(--white-2);
  letter-spacing: 0;
  text-transform: none;
  max-width: 50rem;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.section.is--two {
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.section.is-top {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 15vw;
  padding-bottom: 15vw;
  display: flex;
  position: static;
  top: 0;
}

.page-wrapper {
  background-color: var(--white-2);
  width: 100%;
  font-size: 1em;
  position: relative;
}

.main-wrapper {
  z-index: 5;
  background-color: var(--white);
  display: none;
  position: relative;
}

.h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.sticky-element {
  z-index: 2;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: hidden;
}

.track {
  flex: none;
  height: 100%;
  position: relative;
  transform: translate(0%);
}

.note-panel_contain {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2vw;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: relative;
  overflow: scroll;
}

.note-panel_img {
  width: 100%;
  margin-bottom: 2em;
}

.section-height {
  height: 300vh;
  position: relative;
}

.track-flex {
  border-top: 1px solid #0006;
  border-bottom: 1px solid #0006;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.nametitle {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 4em;
  font-weight: 100;
}

.button {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding: 13px 30px;
  font-size: .8em;
  transition: opacity .3s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
}

.button.footer {
  text-align: left;
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-left: 0;
  font-size: .7em;
}

.button.footer:hover {
  background-color: var(--white);
  color: #e51e1e;
}

.collections-panel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #0003;
  border-bottom: 1px #0003;
  border-left: 1px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  padding-left: 68px;
  padding-right: 68px;
  transition: opacity .65s;
  display: none;
}

.collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  display: flex;
}

.painting {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: 400px;
  max-height: none;
  display: flex;
  position: relative;
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  display: flex;
}

.titlediv {
  z-index: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.titlediv.is--top {
  margin-top: 0;
  margin-bottom: 0;
}

.link, .link-2 {
  cursor: pointer;
}

.note-wrap {
  border: 0 #000;
  border-left: 1px solid #000;
  max-width: 40rem;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: scroll;
}

.addresswrap {
  margin-top: 33px;
}

._100vhwrap-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.smalltitle {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 100;
}

.image-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 50vw;
  max-width: 50%;
  height: auto;
  padding: 97px 10px;
  display: flex;
  position: relative;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 700px;
  padding: 46px 49px;
}

.section-content {
  z-index: 3;
  background-color: var(--white);
  position: sticky;
}

.section-content.is--mission {
  z-index: 5;
  border-top: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  display: none;
}

.section-content.istop {
  z-index: 5;
  border-bottom: .5px solid #000;
  display: flex;
}

.is--divider {
  background-color: var(--white-2);
  border-top: 1px #000;
  border-bottom: 1px #000;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-wrapper {
  justify-content: center;
  align-items: center;
  padding: 36px;
  display: flex;
}

.is--mission {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.links {
  color: #615959;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 31px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
}

.footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 70%;
}

.footer._100 {
  max-width: 100%;
}

.description-wrap {
  margin-top: 12px;
}

.painting-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 250px;
  min-height: auto;
  display: flex;
  position: relative;
}

.heading6 {
  font-size: .9em;
}

.is--description-wrap {
  background-color: var(--white-2);
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20%;
  padding-bottom: 20%;
}

.mission-head {
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: .7em;
  font-weight: 400;
}

.collection-list-wrapper {
  width: 33.3333%;
}

.section-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  display: flex;
  position: relative;
}

.section-title {
  background-color: var(--white-2);
  border-top: 1px solid #0003;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-title.is--projects {
  margin-bottom: -100px;
  padding-bottom: 100px;
}

.body {
  background-color: var(--white-2);
}

._100btm {
  background-color: var(--white-2);
  border-top: 1px solid #0003;
  margin-bottom: 100px;
  padding-bottom: 0;
  position: relative;
  bottom: -99px;
}

.heading-3 {
  margin-bottom: 119px;
}

.title {
  width: 100%;
}

.title.products {
  background-color: var(--white-2);
  height: auto;
}

.heading-4 {
  margin-bottom: 25px;
  padding: 5% 5% 2% 2%;
  display: flex;
  position: relative;
}

.c-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-bottom: -100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 11vw;
  display: flex;
  position: relative;
  left: auto;
}

.c-slide {
  background-color: var(--white-2);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 286px;
  min-width: 286px;
  height: auto;
  min-height: auto;
  margin-bottom: -100px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.c-slide.ishidden {
  display: none;
}

.c-slide_wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.c-slide_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: relative;
  inset: 0%;
  transform: translate(0);
  box-shadow: 17px 17px 80px #002e5229;
}

.c-slide_image.c-move-to-bottom {
  background-color: var(--white-2);
  transition: all .5s;
}

.slick-slider {
  background-color: var(--white-2);
  width: 100%;
  overflow: hidden;
}

.slick-slider.is--slider {
  z-index: 5;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.arrowsholder {
  background-color: var(--white-2);
  justify-content: space-between;
  margin-bottom: 54px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.projectstitle {
  margin-top: 2%;
  margin-left: 2%;
}

.div-block-7 {
  display: flex;
}

.arrowsright {
  margin-top: 2%;
  margin-right: 2%;
  display: flex;
}

.arrow-prev {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.arrow {
  margin-right: 20px;
  transition: opacity .2s;
  transform: rotate(180deg);
}

.arrow.next {
  transform: none;
}

.smooth-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.content-split.hidden {
  display: none;
}

.formfooter {
  padding: 73px;
}

.formflex {
  display: flex;
}

.forminput {
  height: 60px;
}

.formbutton {
  background-color: var(--black);
  width: 200px;
  height: 60px;
}

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

.social-links {
  margin-top: 50px;
}

.slider-wrap {
  background-color: var(--white-2);
}

.grid-4 {
  grid-template-rows: auto;
}

.c-slider-copy {
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-bottom: -100px;
  margin-left: -32px;
  margin-right: -32px;
  padding-top: 0;
  padding-bottom: 11vw;
  display: flex;
  position: relative;
  left: auto;
}

.c-slide-copy {
  background-color: var(--white-2);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 286px;
  min-width: 286px;
  height: auto;
  min-height: auto;
  margin-bottom: -100px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.c-slide-copy.ishidden {
  display: none;
}

.slidercollectionwrap {
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-bottom: -100px;
  margin-left: -32px;
  margin-right: -32px;
  padding-top: 0;
  padding-bottom: 11vw;
  display: flex;
  position: relative;
  left: auto;
}

.div-block-9 {
  width: 100%;
  position: relative;
}

.div-block-10 {
  object-fit: cover;
  width: 100%;
  min-width: 300px;
  padding-left: 17px;
  padding-right: 17px;
}

.c-slide_wrapper-copy {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.c-slide-outer, .c-slider-copy {
  background-color: var(--white-2);
  justify-content: center;
  align-items: center;
  max-width: none;
  height: auto;
  margin-bottom: -100px;
  margin-left: -32px;
  margin-right: -32px;
  padding-top: 0;
  padding-bottom: 11vw;
  display: flex;
  position: relative;
  left: auto;
}

.empty-state, .empty {
  display: none;
}

.slider-wrap-copy {
  background-color: var(--white-2);
}

.heading-5 {
  margin-top: 40px;
}

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

  h1 {
    font-size: 11vw;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section.is-top {
    z-index: 5;
    background-color: var(--white-2);
    padding-bottom: 15vw;
  }

  .note-panel_contain {
    max-width: 80vw;
    padding-top: 55px;
    overflow: auto;
  }

  .titlediv {
    margin-bottom: 0;
  }

  .image-wrapper {
    width: 100vw;
    max-width: 100vw;
  }

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

  .is--divider {
    flex-direction: column;
  }

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

  .is--description-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-title {
    height: auto;
  }

  .title.products {
    background-color: var(--white-2);
    height: auto;
    padding-bottom: 0;
  }

  .heading-4 {
    font-size: 6vw;
  }

  .c-slider {
    object-fit: fill;
    height: 100%;
    margin: 0 0 -100px 59px;
    padding-bottom: 168px;
  }

  .c-slide {
    background-color: var(--white-2);
    padding-bottom: 100px;
  }

  .c-slide_image.c-move-to-bottom {
    transform: none;
  }

  .slick-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .slick-slider.is--slider {
    padding-bottom: 0;
  }

  .arrowsholder {
    margin-top: 47px;
  }

  .smooth-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-3 {
    grid-template-columns: 1.25fr;
    max-width: 450px;
  }

  .slider-wrap {
    height: 100%;
  }

  .c-slider-copy {
    object-fit: fill;
    height: 100%;
    margin: 0 0 -100px 59px;
    padding-bottom: 168px;
  }

  .c-slide-copy {
    background-color: var(--white-2);
    padding-bottom: 100px;
  }

  .slidercollectionwrap, .c-slide-outer, .c-slider-copy {
    object-fit: fill;
    height: 100%;
    margin: 0 0 -100px 59px;
    padding-bottom: 168px;
  }

  .slider-wrap-copy {
    height: 100%;
  }

  .mollyimage {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .section.is--two {
    z-index: 0;
  }

  .nametitle {
    font-size: 3em;
  }

  .button {
    letter-spacing: .2em;
    min-width: 100px;
    font-size: .6em;
  }

  .titlediv {
    align-items: flex-start;
    margin-bottom: 0;
    padding-right: 5%;
  }

  .addresswrap {
    width: 100%;
    max-width: 250px;
  }

  .image-wrapper {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100vw;
    max-width: none;
    height: 100vw;
    max-height: none;
    overflow: hidden;
  }

  .image-4 {
    object-position: 50% 50%;
    position: relative;
  }

  .section-content {
    flex-direction: column;
    display: block;
  }

  .is--divider {
    flex-direction: column;
  }

  .contact-wrapper {
    justify-content: center;
    margin-left: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .is--description-wrap {
    padding-top: 35%;
    padding-bottom: 35%;
  }

  .section-title {
    height: auto;
    min-height: auto;
  }

  .section-title.is--projects {
    z-index: 50;
  }

  .title.products {
    padding-bottom: 0;
  }

  .c-slider {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-slide {
    width: 200px;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    padding-left: 10px;
  }

  .c-slide_image {
    width: 286px;
    height: 388px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slick-slider.is--slider {
    z-index: 30;
    height: auto;
    padding-bottom: 0;
    position: relative;
  }

  .smooth-wrapper {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-8 {
    width: 70%;
    position: relative;
  }

  .formfooter {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .slider-wrap {
    background-color: var(--white-2);
    padding-top: 0;
    padding-bottom: 10vw;
  }

  .c-slider-copy {
    max-width: 100%;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }

  .c-slide-copy {
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }

  .slidercollectionwrap, .c-slide-outer, .c-slider-copy {
    max-width: 100%;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }

  .slider-wrap-copy {
    background-color: var(--white-2);
    padding-top: 0;
    padding-bottom: 10vw;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    font-size: .7rem;
  }

  .nametitle {
    font-size: 2em;
    line-height: 1;
  }

  .titlediv {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .smalltitle {
    font-size: 1.2em;
  }

  .image-wrapper {
    width: 100vw;
    height: 100vw;
    padding: 10px;
  }

  .contact-wrapper {
    justify-content: center;
    margin-left: 0%;
    padding-left: 2px;
    padding-right: 2px;
  }

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

  .heading-4 {
    font-size: 11vw;
  }

  .c-slide_image {
    box-shadow: none;
  }

  .arrowsholder {
    margin-bottom: 0;
    padding-top: 64px;
  }

  .smooth-wrapper {
    height: auto;
  }

  .div-block-8 {
    margin-right: 0%;
  }

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

  .heading-6 {
    font-size: 1.6em;
  }
}

#w-node-_67dcc03a-11ed-f8ce-fe00-11ff68fd8806-dff6eb42, #w-node-_772e9a2d-788a-ddf1-d123-fa8656b52850-dff6eb42, #w-node-_43e85cf7-968e-3e3f-ac71-7c878ed25309-dff6eb42, #w-node-_8897ab8a-5043-3149-2848-0477de4ec2eb-dff6eb42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa43fcee-3d28-4e98-1766-55b4a36c2923-dff6eb42 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6ffc4be-b748-32a3-e646-0f86ae7063f4-dff6eb42, #w-node-c3c8658f-74f9-8fd5-e0c3-5b1b8a2a8b1b-dff6eb42, #w-node-c3c8658f-74f9-8fd5-e0c3-5b1b8a2a8b1d-dff6eb42 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_43e85cf7-968e-3e3f-ac71-7c878ed25309-dff6eb42, #w-node-_8897ab8a-5043-3149-2848-0477de4ec2eb-dff6eb42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_43e85cf7-968e-3e3f-ac71-7c878ed25309-dff6eb42, #w-node-_8897ab8a-5043-3149-2848-0477de4ec2eb-dff6eb42 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


