.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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 {
  text-decoration: none;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  padding-bottom: 33px;
  font-size: 1.125rem;
}

.section_portfolio-header1 {
  font-family: Inter, sans-serif;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h1 {
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.margin-top, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.portfolio-header1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  display: block;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-1\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.menu-contact-links {
  justify-content: space-between;
  width: 100%;
  font-size: 3vw;
  display: flex;
}

.menu-link-wrapper {
  z-index: 3000;
  width: 30px;
  display: none;
  position: relative;
  inset: 0% 0% auto auto;
}

.menu-overlay {
  z-index: 999;
  background-color: #1e1d1d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-right: 0;
  padding: 4em;
  display: none;
  position: fixed;
  inset: 0%;
}

.rule {
  height: 2em;
  padding-bottom: 0;
}

.rule.for-menu {
  height: 1px;
  margin-bottom: .5em;
}

.nav-wrapper {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 26px;
  padding-bottom: 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.navigation {
  z-index: 0;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: static;
  inset: 1% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.menu-item {
  letter-spacing: -.03em;
  justify-content: space-between;
  align-items: center;
  padding-right: .2em;
  font-size: 1.5em;
  display: flex;
  overflow: hidden;
}

.menu-item.with-arrow {
  padding-right: 0;
  display: flex;
}

.arrow-menu-contact {
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
}

.home-link-wrapper {
  z-index: 1000;
  position: relative;
}

.menu-arrow-down {
  opacity: .39;
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
  transform: rotate(135deg);
}

.arrow-menu-link {
  filter: invert();
  width: auto;
  max-width: none;
  height: .7em;
  transform: rotate(45deg);
}

.section {
  z-index: 1000;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.section.is-nav {
  background-image: url('../images/off-white-background.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
}

.section.cs-hero-section {
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 0%;
  padding-bottom: 4em;
  display: flex;
}

.section.is-footer {
  color: #1e1d1d;
  cursor: default;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 110vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-links-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90%;
  margin-top: 50px;
  display: flex;
}

.menu-item-wrapper.is-white {
  color: #f8f7f4;
  flex-direction: column;
  width: 100%;
  margin-bottom: .5em;
  font-size: 3em;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-left: 0;
  padding-right: 4em;
  font-size: 1vw;
  font-weight: 700;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  font-size: 1vw;
}

.nav-link.is-contact {
  margin-left: auto;
  padding-right: 0;
}

.menu-contact-item {
  color: #f8f7f4;
  width: 48%;
  font-size: 1em;
}

.second-design-category {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-left: 6em;
  padding-right: 4em;
  display: block;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.quick-stack-2 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  padding-top: 0;
  padding-left: 0;
}

.photo-number {
  font-size: .83vw;
}

.image-15 {
  height: 100%;
}

.photo-description-wrapper {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.bold-text {
  font-weight: 300;
}

.grid-content {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.img-cs-hero {
  width: 100%;
  max-width: none;
  height: auto;
}

.photo-contain {
  margin-top: 10%;
}

.photo-contain.event-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.cs-h2 {
  margin-top: -10px;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.cs-h2.fix {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-size: 1.3em;
  font-weight: 300;
}

.cs-h2.head {
  letter-spacing: -.06px;
  font-size: 3em;
}

.cs-h2-copy {
  margin-top: 0;
  margin-left: -6px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 1.7em;
  font-weight: 600;
}

.divider {
  background-color: #1e1d1d;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 60px;
  display: block;
}

.grid-photo-3-col {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.photo-75-center {
  align-self: center;
  width: 75%;
}

.photo-location {
  display: none;
}

.third-category {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-left: 6em;
  padding-right: 4em;
  display: block;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.image-14 {
  object-fit: fill;
}

.cs-section-title {
  margin-bottom: 4em;
  margin-left: 19px;
}

.cs-section-heading {
  text-transform: none;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: 400;
}

.event-fullwidth {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.event-fullwidth.photo-50-50 {
  flex: 0 auto;
  height: 100%;
}

.container {
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-left: 6em;
  padding-right: 4em;
  display: block;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.container.cs-hero-image {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-top: 0%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.is-footer {
  justify-content: flex-end;
  height: 90vh;
  display: flex;
}

.grid-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 50%;
  display: flex;
  overflow: hidden;
}

.grid-bottom.is-contact-wrapper {
  flex-direction: column;
  height: auto;
  min-height: auto;
  margin-left: 1em;
}

.footer-contact-item {
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.grid-footer {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  height: auto;
  padding-top: 6em;
  padding-bottom: 4em;
}

.arrow-top {
  width: 2em;
}

.contact-item {
  color: #1e1d1d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
  text-decoration: none;
  display: flex;
}

.rule-footer {
  background-color: #1e1d1d;
  height: 1px;
  margin-bottom: 1.5em;
}

.h2 {
  font-family: Inter, sans-serif;
  font-size: 4.5em;
  font-weight: 300;
  display: inline;
  position: relative;
}

.arrow-external-link {
  width: 2.5em;
  height: auto;
  margin-left: auto;
}

.footer-wrapper {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.footer-links-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1em;
  display: flex;
}

.copyright {
  color: #1e1d1d;
  margin-bottom: -5px;
  margin-left: auto;
  padding-bottom: 0;
}

.info-wrapper-link {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1.5em;
  display: block;
  overflow: hidden;
}

.image-16 {
  border: 1px solid #a5a3a3;
}

.cell-8 {
  flex-flow: row;
  align-items: stretch;
}

@media screen and (min-width: 1440px) {
  .menu-overlay {
    display: none;
  }

  .navigation {
    padding-left: 4em;
  }

  .section {
    flex-direction: row;
    height: auto;
    display: block;
  }

  .section.is-nav {
    height: 90px;
    padding-bottom: 0;
  }

  .section.cs-hero-section {
    background-color: #fff;
    flex-direction: column;
    height: auto;
    padding-top: 1%;
    padding-bottom: 0;
    display: block;
  }

  .section.is-footer {
    padding-bottom: 0;
  }

  .second-design-category {
    flex-direction: row;
    align-items: center;
    padding-left: 6em;
    display: block;
  }

  .quick-stack-2 {
    grid-column-gap: 96px;
    grid-row-gap: 12px;
    padding-top: 0;
    padding-left: 0;
  }

  .quick-stack-3 {
    padding-top: 0;
  }

  .image-15 {
    width: 100%;
  }

  .cs-h2 {
    margin-left: -4px;
    padding-bottom: 18px;
  }

  .cs-h2.fix {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3px;
    padding-bottom: 20px;
  }

  .cs-h2-copy {
    margin-top: 33px;
    margin-left: 3px;
    padding-bottom: 19px;
    font-size: 1.7em;
    font-weight: 600;
    line-height: 0;
  }

  .divider {
    background-color: #1e1d1d;
    margin-top: 61px;
    margin-bottom: 52px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .third-category {
    flex-direction: row;
    align-items: center;
    height: 17.0631%;
  }

  .image-14 {
    width: 100%;
    height: 99.9867%;
  }

  .cs-section-title {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cs-section-heading {
    margin-bottom: .9em;
    font-weight: 400;
  }

  .event-fullwidth {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .event-fullwidth.photo-50-50 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .container {
    flex-direction: row;
    align-items: center;
  }

  .container.is-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-bottom {
    align-items: flex-start;
  }

  .footer-wrapper {
    margin-bottom: 50px;
  }

  .image-16 {
    width: 100%;
    height: 100%;
  }

  .quick-stack-4 {
    grid-column-gap: 23px;
  }

  .cell {
    justify-content: center;
    align-items: stretch;
  }

  .cell-2, .cell-3, .cell-4, .cell-5, .cell-6, .cell-7 {
    align-items: stretch;
  }

  .cell-8 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .image-17 {
    width: 100%;
    height: 100%;
  }

  .image-18 {
    width: 100%;
    height: 99.9999%;
  }

  .cell-10, .cell-11 {
    flex-flow: row;
    align-items: stretch;
  }

  .image-19 {
    width: 100%;
    height: 100%;
  }

  .image-20 {
    width: 100%;
    height: 99.9999%;
  }

  .image-21 {
    width: 100%;
    height: 100%;
  }

  .image-22, .image-23 {
    width: 100%;
    height: 100%;
  }

  .image-24 {
    width: 100%;
    height: 100%;
  }

  .image-25 {
    width: 100%;
    height: 100%;
  }

  .image-26 {
    width: 100%;
    height: 99.6622%;
  }

  .image-27 {
    width: 100%;
    height: 100%;
  }

  .image-28 {
    width: 100%;
    height: 100%;
  }

  .image-29 {
    width: 99.9975%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-contact-links {
    margin-top: auto;
    font-size: 4vw;
  }

  .menu-link-wrapper, .menu-overlay {
    display: none;
  }

  .nav-wrapper {
    justify-content: space-between;
    margin-left: 18px;
    margin-right: 18px;
  }

  .navigation {
    padding-left: 2em;
    padding-right: 2em;
  }

  .menu-arrow-down, .arrow-menu-link {
    height: .6em;
  }

  .section.cs-hero-section {
    flex-direction: column;
    padding-top: 0%;
    padding-left: 0;
    display: flex;
  }

  .menu-item-wrapper.is-white {
    font-size: 2.7em;
  }

  .nav-link, .nav-link.w--current {
    font-size: 10px;
  }

  .second-design-category {
    background-color: #0000;
    padding: 2em 2em 0;
    font-size: 14px;
  }

  .quick-stack-2 {
    padding-left: 0;
  }

  .photo-number {
    font-size: 12px;
  }

  .img-cs-hero {
    width: 100%;
  }

  .cs-h2 {
    margin-left: 0;
  }

  .cs-h2.fix {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 34px;
  }

  .cs-h2.head {
    line-height: 1em;
  }

  .cs-h2-copy {
    margin-top: -7px;
    margin-left: 0;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
  }

  .third-category {
    padding: 0 2em 2em;
    font-size: 14px;
  }

  .cs-section-title {
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
  }

  .container {
    padding: 2em;
    font-size: 14px;
  }

  .container.cs-hero-image {
    padding-top: 0;
  }

  .grid-bottom.is-contact-wrapper {
    justify-content: flex-start;
    margin-top: 2em;
    margin-left: 0;
  }

  .grid-footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 50%;
    padding-top: 6em;
    display: flex;
  }

  .arrow-top {
    width: 1.8em;
  }

  .arrow-external-link {
    width: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-contact-links {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .lottie-menu {
    width: 25px;
  }

  .menu-link-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 50px;
    height: 100%;
    display: flex;
    position: relative;
  }

  .menu-overlay {
    padding: 50px 25px 100px;
    display: none;
    position: absolute;
  }

  .rule {
    margin-bottom: 1em;
  }

  .nav-wrapper {
    justify-content: space-between;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-wrapper {
    display: none;
  }

  .navigation {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    overflow: visible;
  }

  .menu-item {
    overflow: hidden;
  }

  .home-link-wrapper {
    z-index: 1000;
    display: block;
    position: relative;
    inset: 0% auto auto 0%;
  }

  .section.cs-hero-section {
    height: auto;
    padding-top: 100px;
  }

  .menu-links-wrapper {
    justify-content: flex-start;
    height: 70%;
    margin-top: 75px;
  }

  .menu-item-text {
    font-size: 1em;
  }

  .nav-link.w--current {
    padding-right: 0;
  }

  .second-design-category {
    padding-bottom: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 47px;
    grid-row-gap: 47px;
  }

  .cs-h2, .cs-h2-copy {
    margin-top: 0;
  }

  .grid-photo-3-col {
    flex-direction: column;
    display: flex;
  }

  .photo-75-center {
    width: 100%;
  }

  .third-category {
    padding-top: 0;
  }

  .cs-section-title {
    margin-bottom: 2em;
  }

  .grid-footer {
    padding-top: 4em;
  }

  .arrow-top {
    width: 1.5em;
  }

  .footer-links-wrapper {
    justify-content: space-between;
  }

  .cell-8 {
    flex-flow: row;
    align-items: stretch;
  }

  .quick-stack-5 {
    grid-row-gap: 18px;
  }

  .quick-stack-6 {
    padding-top: 0;
  }

  .cell-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .image-18 {
    flex: 0 auto;
  }

  .cell-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cell-11 {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-overlay {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .nav-wrapper {
    padding-left: 15px;
  }

  .navigation {
    opacity: 1;
    padding-left: 1em;
    padding-right: 1em;
  }

  .menu-item {
    font-size: 1em;
  }

  .menu-item.with-arrow {
    font-size: 1.7em;
  }

  .arrow-menu-contact {
    height: 1em;
  }

  .menu-arrow-down, .arrow-menu-link {
    height: .7em;
  }

  .menu-item-wrapper.is-white {
    font-size: 2em;
  }

  .nav-link.w--current {
    display: block;
  }

  .second-design-category {
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .photo-number {
    margin-right: 1em;
  }

  .quick-stack-3 {
    padding-bottom: 12px;
  }

  .photo-description-wrapper {
    justify-content: flex-start;
  }

  .cs-h2.fix {
    font-size: 1em;
    line-height: 1.4em;
  }

  .third-category {
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .cs-section-title {
    margin-left: 0;
  }

  .cs-section-heading {
    margin-top: 0;
  }

  .container {
    padding-top: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is-footer {
    height: auto;
  }

  .h2 {
    font-size: 3em;
  }

  .quick-stack-4 {
    grid-column-gap: 9px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell-8 {
    justify-content: center;
    align-items: stretch;
  }

  .quick-stack-5 {
    grid-column-gap: 8px;
    grid-row-gap: 9px;
  }

  .image-17 {
    flex: 1;
  }

  .quick-stack-6 {
    grid-column-gap: 8px;
  }

  .quick-stack-7 {
    padding-bottom: 0;
  }

  .quick-stack-8 {
    padding-top: 12px;
    padding-bottom: 0;
  }
}

#w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e037-dfe42118 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

#w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e05c-dfe42118 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr;
}

#w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e064-dfe42118 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e067-dfe42118 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e06c-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e06f-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e072-dfe42118, #w-node-_7b4c84d4-abf0-7428-1fe9-2e2b4ad16635-dfe42118 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e076-dfe42118 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e077-dfe42118 {
  grid-row: span 3 / span 3;
}

#w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e07f-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e084-dfe42118 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e095-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e098-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e09b-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e09e-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e0a1-dfe42118 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e037-dfe42118 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
  }

  #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e05c-dfe42118 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr;
  }

  #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e064-dfe42118 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e067-dfe42118 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e07f-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e095-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e098-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e09b-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e09e-dfe42118, #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e0a1-dfe42118 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e07f-dfe42118 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_60da43da-c68a-5c3b-6a0b-da3efcc9e084-dfe42118 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


