:root {
  --dark-grey: #111;
  --terra: #dcb289;
  --white-smoke: #c4c4c4;
  --dark-grey-soft: #353535;
  --white: white;
  --black: black;
}

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

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

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

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

body {
  color: #333;
  background-color: #111;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.logo-dark {
  width: 450px;
  max-width: none;
  height: 150px;
}

.menu-headline {
  font-weight: 400;
}

.navbar {
  z-index: 20;
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% auto;
}

.menu-container {
  z-index: 12;
  background-color: #f3f3f0;
  align-items: flex-end;
  width: 35vw;
  height: 100vh;
  min-height: 580px;
  padding-top: 80px;
  padding-left: 40px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.top-line {
  background-color: #f3f3f0;
  border: 1px solid #656255;
  width: 44px;
  height: 2px;
}

.menu-items {
  margin-bottom: 40px;
}

.menu-items.inspiration {
  display: none;
}

.content-container {
  border-top: 1px solid #000;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.content-container.no-line {
  border-top-style: none;
  width: 80%;
  max-width: none;
  margin-top: 74px;
}

.menu-link {
  color: #656255;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-size: 40px;
  text-decoration: none;
  transition: letter-spacing .2s;
}

.menu-link:hover {
  letter-spacing: 7px;
}

.menu-link.hide {
  display: none;
}

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  display: block;
}

.container.nav-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bottom-line {
  background-color: #000;
  border: 1px solid #656255;
  width: 44px;
  height: 2px;
  margin-top: 8px;
}

.menu-button-2 {
  z-index: 14;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  padding: 20px 0 10px 15px;
  display: flex;
  position: relative;
}

.section-7 {
  padding-top: 80px;
}

.container-3 {
  max-width: 95%;
  height: auto;
  margin-top: 0%;
  padding-top: 0%;
}

.div-block-7 {
  padding-top: 0%;
  padding-bottom: 2%;
  padding-right: 35%;
}

.crimson-headline {
  color: #656255;
  border-bottom: 3px #656255;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.crimson-headline.small {
  margin-bottom: 0;
  font-size: 3vw;
  position: static;
  inset: auto 0% 0%;
}

.section-9 {
  position: relative;
}

.collection-list-3 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightboxes-container {
  z-index: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 95%;
  padding-top: 5%;
  position: absolute;
  inset: 0%;
}

.container-20 {
  justify-content: center;
  align-items: center;
  max-width: 95%;
  margin-bottom: 100px;
  padding-top: 5%;
  padding-right: 0%;
  display: block;
}

.lightbox-link-3 {
  width: 45vw;
  height: 45vh;
  margin-bottom: 15%;
  margin-right: 40px;
}

.image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-1 {
  display: none;
}

.alte-text {
  color: #656255;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 0 0;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.lightbox-rds {
  width: 100%;
  height: 400px;
}

.thubmnail-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: none;
}

.multi__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-4 {
  display: flex;
}

.html-embed {
  width: 200px;
}

.hide-images {
  display: block;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.thumb-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-list-wrapper {
  width: 90%;
  max-width: 1000px;
  margin-top: 163px;
  margin-left: auto;
  margin-right: auto;
}

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

.gallery-list-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-list-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-list-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.image-list-item {
  display: none;
}

.image-list-item:first-child {
  display: block;
}

.lightbox-link {
  border: 1px solid #0000;
  border-radius: 3px;
  transition: all .3s;
  display: block;
}

.lightbox-link:hover {
  box-shadow: 0 0 10px #0000002e;
}

.lightbox-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  display: block;
}

.opacity-o {
  opacity: 0;
}

.project-wrapper {
  margin-bottom: 80px;
  display: block;
  position: relative;
}

.image-gallery-item {
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.image-gallery-item:first-child {
  display: block;
}

.photographer-name {
  color: #f3f3f0;
}

.empty-state {
  background-color: #0000;
}

.project-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  height: 45vh;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.light-box-link {
  position: absolute;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hidden, .hide {
  display: none;
}

.color-name {
  margin-top: 0;
  margin-bottom: 0;
}

.color-name.black {
  color: #202020;
}

.secondary-button {
  box-shadow: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  background-color: #0000;
  border: 2px solid #ffffff29;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  transition: border-color .3s, color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
}

.secondary-button:hover {
  box-shadow: none;
  border-color: #fff;
  transform: translate(0, -4px);
}

.secondary-button:active {
  transform: scale(.95);
}

.secondary-button:focus {
  box-shadow: 0 0 3px 1px #0000ff7a;
}

.color-tiles {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-lead {
  margin-bottom: 0;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.lightbox-section {
  width: 100%;
  margin-top: auto;
  position: relative;
}

.clone-bar {
  z-index: 99;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  background-color: #ffffffd9;
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  height: 3px;
  padding-left: 32px;
  padding-right: 16px;
  display: flex;
  position: sticky;
  top: 16px;
  left: 0;
  right: 0;
}

.primary-button {
  box-shadow: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #202020;
  background-color: #00f;
  background-image: linear-gradient(75deg, #12c2e9, #c471ed 50%, #f64f59);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-weight: 700;
  transition: color .2s, transform .2s cubic-bezier(.175, .885, .32, 1.275);
}

.primary-button:hover {
  box-shadow: none;
  color: #202020cc;
  transform: translate(0, -4px);
}

.primary-button:active {
  transform: scale(.95);
}

.primary-button:focus {
  box-shadow: 0 0 3px 1px #0000ff7a;
}

.header-inner {
  width: 100%;
  max-width: 600px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-link {
  box-shadow: none;
  color: #b3b3b3;
  margin-right: 32px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.navbar-link:hover {
  box-shadow: none;
  color: #fff;
}

.navbar-link.w--current {
  color: #fff;
  font-weight: 700;
}

.color-code {
  margin-right: 8px;
}

.gradient {
  align-items: center;
  display: flex;
}

.color-tile {
  background-color: #202020;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 160px;
  padding: 16px;
  display: flex;
}

.color-tile._4 {
  background-color: #ddd;
}

.color-tile._6 {
  color: #202020;
  background-color: #fff;
}

.color-tile._2 {
  background-color: #202020;
}

.color-tile._1 {
  background-color: #00f;
  background-image: linear-gradient(20deg, #12c2e9, #c471ed 54%, #f64f59);
}

.color-tile._3 {
  background-color: #b3b3b3;
}

.color-tile._5 {
  background-color: #f1f1f1;
}

.checkbox {
  cursor: pointer;
  border-color: #7e7e7e;
  border-radius: 5px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.checkbox:hover {
  border-color: #fff;
}

.checkbox.w--redirected-checked {
  background-color: #202020;
  background-image: url('../images/check.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-width: 1px;
  border-color: #202020;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00f;
}

.select {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/chevron-down.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #202020;
  border-radius: 5px;
  width: 100%;
  min-height: 56px;
  margin-bottom: 24px;
  padding: 8px 20px;
  font-size: 16px;
  transition: transform .2s cubic-bezier(.19, 1, .22, 1), color .2s, background-color .2s, border-color .2s;
}

.select:hover {
  color: #b3b3b3;
  background-color: #242424;
}

.select:active {
  color: #b3b3b3;
  transform: scale(.98);
}

.select:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: #ffffff0a;
}

.select::placeholder {
  color: #8d8c8c;
}

.styleguide {
  max-width: 960px;
  padding: 0 16px 100px;
  position: relative;
}

.clone-button {
  box-shadow: none;
  background-color: #313131;
  border-radius: 4px;
  min-height: 40px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 14px;
  transition: background-color .6s cubic-bezier(.19, 1, .22, 1);
}

.clone-button:hover {
  box-shadow: none;
  background-color: #242424;
}

.source-info {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.input-field {
  color: #fff;
  background-color: #0000;
  border: 2px solid #202020;
  border-radius: 5px;
  width: 100%;
  min-height: 56px;
  margin-bottom: 24px;
  padding: 24px 20px;
  font-size: 16px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.input-field:hover {
  color: #b3b3b3;
  background-color: #242424;
}

.input-field:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: #ffffff0a;
}

.input-field::placeholder {
  color: #8d8c8c;
}

.style-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #202020;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.style-item.no-bottom-padding {
  padding-bottom: 0;
}

.typography-label {
  color: #b3b3b3;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
}

.radio-button {
  cursor: pointer;
  border-color: #7e7e7e;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  padding: 12px;
  transition: opacity .2s, border-color .2s, background-color .2s;
}

.radio-button:hover {
  border-color: #fff;
}

.radio-button.w--redirected-checked {
  background-color: #202020;
  background-image: url('../images/radio-active.svg'), linear-gradient(58deg, #12c2e9, #c471ed 50%, #f64f59);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 6px 6px, auto;
  border-width: 1px;
  border-color: #202020;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #00f;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.text-area {
  color: #fff;
  background-color: #0000;
  border: 2px solid #202020;
  border-radius: 5px;
  width: 100%;
  min-height: 160px;
  max-height: 400px;
  margin-bottom: 24px;
  padding: 16px 20px 24px;
  font-size: 16px;
  transition: color .2s, background-color .2s, border-color .2s;
  display: inline-block;
}

.text-area:hover {
  color: #b3b3b3;
  background-color: #242424;
}

.text-area:focus {
  color: #fff;
  background-color: #242424;
  border-style: solid;
  border-color: #ffffff0a;
}

.text-area::placeholder {
  color: #8d8c8c;
}

.color-info {
  color: #ffffffa3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.color-info.dark {
  color: #000000a3;
  text-transform: uppercase;
}

.body {
  background-color: var(--dark-grey);
  color: #fff;
}

.div-block-39 {
  text-align: left;
  width: 100%;
  margin-top: 100px;
}

.collection-list-wrapper.without-tumbnail {
  display: none;
}

.collectio-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  border: 1px solid #fff;
  border-radius: 10px;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 9px 45px #ffffff0d;
}

.collection-item:hover {
  border-color: #7a7a7a;
  transform: scale(1.02);
  box-shadow: 0 16px 45px #ffffff26;
}

.html-embed-2 {
  width: 100%;
  height: 300px;
}

.lightbox-image {
  object-fit: cover;
  height: 100%;
}

.full-name {
  margin-bottom: 0;
}

.location, .full-name-data {
  margin-bottom: 0;
  display: inline-block;
}

.full-name-place-holder {
  margin-bottom: 0;
  margin-right: 5px;
  display: inline-block;
}

.bottom-div {
  padding: 20px;
}

.heading {
  margin-top: 0;
  font-size: 20px;
}

.note {
  margin-top: 100px;
  margin-bottom: 100px;
}

.collection-item-2, .lightbox-link-5 {
  width: 300px;
}

.text-span {
  font-size: 19px;
}

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

.div-block-41 {
  filter: saturate(200%);
}

.container-21 {
  max-width: 1200px;
}

.section-10 {
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-42 {
  background-color: #d30101;
  width: 20%;
  height: 300px;
}

.heading-2 {
  text-shadow: 2px 2px 10px #fff;
}

.blueshadow {
  text-shadow: 2px 2px 6px #1e00ff;
  box-shadow: 1px 1px 6px #fff;
}

.link-block {
  box-shadow: 1px 1px 3px #ffe100;
}

.modal-section {
  background-color: #000;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 5% 5% auto;
  box-shadow: 0 9px 16px -4px #ffffff26;
}

.div-block {
  color: #fff;
  cursor: pointer;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.div-block:hover {
  transform: scale(1.1);
}

.list-item {
  margin-bottom: 10px;
}

.menu-icon4_line-bottom {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.menu-icon4_line-middle {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: #fff;
  position: static;
}

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

.navbar4_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: #000;
}

.navbar4_menu {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  overflow: auto;
}

.menu-icon4_line-top {
  background-color: #fff;
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.navbar4_menu-dropdown {
  margin-left: 0;
  font-size: 24px;
}

.navbar4_menu-button {
  padding: 0;
}

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

.navbar4_dropdown-toggle {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 4rem .5rem 0;
}

.navbar4_menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -4.5rem;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

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

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-bar {
  background-color: #000;
  border-bottom: 1px solid #000;
  align-items: center;
  height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
}

.dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.menu-icon4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon_line-middle-base {
  background-color: #fff;
  width: 24px;
  height: 2px;
  position: absolute;
}

.navbar4_button-navbar {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-left: 1rem;
  margin-right: 1.5rem;
  padding: .5rem 1.5rem;
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: #000;
}

.navbar4_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-braga {
  -webkit-text-fill-color: inherit;
  background-color: #161616;
  background-clip: border-box;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 50px;
  display: block;
  position: sticky;
  top: 0;
}

.container-22 {
  margin-left: 0;
  margin-right: 0;
  display: inline;
}

.nav-menu {
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 140px;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.nav-link-2 {
  color: #afafaf;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
  transition: color .2s;
}

.nav-link-2:hover {
  color: #fff;
}

.nav-link-2:active, .nav-link-2:focus, .nav-link-2.w--current {
  color: #dcb289;
}

.nav-link-2.w--current:active {
  color: #afafaf;
}

.menu-button {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

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

.div-block-44 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  color: #c2c2c2;
  text-transform: uppercase;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  line-height: 60px;
  display: block;
}

.container_navbar {
  margin-left: 0;
  margin-right: 0;
  display: inline;
}

.div_navbar {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.section {
  margin-top: 52px;
}

.container_terapeutas {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 60px;
  display: block;
}

.div_terapeutas {
  margin-top: 20px;
}

.text-block-3 {
  color: #f0f0f0;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.div_separador {
  object-fit: fill;
  border-top: 3px solid #dcb289;
  width: 70px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: static;
  inset: 0% 0% auto;
}

.div_descricao {
  color: #5d5d5d;
  padding-left: 220px;
  padding-right: 220px;
  font-family: Montserrat, sans-serif;
}

.paragraph-2 {
  color: #afafaf;
  text-align: center;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 500;
}

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

.container_footer {
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-5 {
  color: #c2c2c2;
  text-align: center;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  font-weight: 300;
}

.morada_title {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.footer {
  color: #999;
  text-align: center;
  background-color: #222;
  border-top: 1px #e8e4d6;
  margin-top: 0;
  padding-top: 36px;
  padding-bottom: 100px;
  font-size: 12px;
  line-height: 18px;
}

.morada_div {
  margin-bottom: 10px;
}

.footer_div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area-5 ." 100px
                 "Area-3 Area Area-4" minmax(100px, 1.75fr)
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: center;
  display: grid;
}

.footer_details_mobile {
  flex-direction: column;
  display: flex;
}

.link {
  color: #dcb289;
}

.link-2 {
  color: var(--terra);
}

.galeria_terapeutas_lightbox {
  margin-top: 60px;
}

.collection-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-menu_lightbox {
  color: #9b9b99;
  object-fit: cover;
  width: 100%;
  transition: opacity .4s;
}

.home-menu_lightbox:hover {
  opacity: .8;
}

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

.margin-bottom.margin-small {
  aspect-ratio: auto;
  height: 400px;
  position: static;
  overflow: visible;
}

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

.image-9 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 450px;
  min-height: auto;
  max-height: none;
  transition: all .2s;
  overflow: clip;
}

.image-9:hover {
  box-shadow: 4px 8px 15px #ffffff30;
}

.heading-3 {
  background-color: var(--terra);
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.div_titulo_absolute {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0% auto;
}

.fundo_carimbo_div {
  z-index: 100;
  background-color: #c18a33;
  flex: 1;
  order: 0;
  align-self: flex-start;
  min-width: 0;
  min-height: 0;
  margin-left: 30px;
  display: block;
  position: relative;
  inset: -69px auto auto;
}

.slider_carimbo_text {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  padding: 0 15px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner {
  background-image: url('../images/home-hero-1c1d3604.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.div-home-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-home {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 24px;
}

.text-2017 {
  padding-left: 10px;
}

.title-description {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.hero-horario-1 {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 20px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 18px;
}

.section-bem-vindo {
  margin-top: 140px;
  margin-bottom: 140px;
}

.text-bem-vindo {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
}

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

.div-bem-vindo-1 {
  border-bottom: 1px solid #c4c4c433;
  width: 50%;
  padding-bottom: 5px;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-bem-vindo-12 {
  border-bottom: 1px #c4c4c433;
  width: 50%;
  margin-left: 60px;
  padding-bottom: 5px;
}

.text-bem-vindo-2 {
  text-transform: none;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container-23 {
  width: 100%;
  max-width: 1300px;
}

.section-image-background-1 {
  background-image: url('../images/home-marie-williams-e2a3c96c.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 220px;
  padding-bottom: 220px;
}

.section-11 {
  background-image: url('../images/dining-intro-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 220px;
}

.table-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.table-1 {
  color: var(--white-smoke);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 20px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 18px;
}

.table-content-1 {
  color: var(--white-smoke);
  letter-spacing: 0;
  text-transform: none;
  flex: 0 auto;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 18px;
}

.table-content-1.novidade {
  color: var(--terra);
  font-weight: 400;
}

.div-lista-massagens {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.table-content-2 {
  color: var(--terra);
  letter-spacing: 0;
  text-transform: none;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 18px;
}

.table-content-divider {
  color: var(--white-smoke);
  letter-spacing: 0;
  text-transform: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 18px;
}

.columns {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.container-24 {
  max-width: 1300px;
}

.button-geral {
  border: 1px solid var(--dark-grey-soft);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: all .2s;
}

.button-geral:hover {
  background-color: var(--dark-grey-soft);
}

.div-lista-inside {
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 400;
}

.section-image-background-2 {
  background-image: url('../images/index_003.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 220px;
  padding-bottom: 220px;
}

.image-10, .image-11, .image-12, .image-13 {
  object-fit: cover;
  max-width: none;
  overflow: hidden;
}

.cell {
  background-image: url('../images/index_003.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-2 {
  background-image: url('../images/index_002.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell-3 {
  background-image: url('../images/index_007.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell-4 {
  background-image: url('../images/index_006.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-2 {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  width: 700px;
  margin-top: 60px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 28px;
}

.div-contacto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-contacto.up-big {
  margin-top: 100px;
}

.div-contacto.map {
  margin-top: 40px;
}

.text-3 {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  width: 700px;
  margin-top: 20px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  line-height: 28px;
}

.div-contactos {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.contacto-title {
  color: var(--terra);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.contacto-numero {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  line-height: 20px;
}

.div-divider {
  background-image: linear-gradient(to bottom, var(--dark-grey-soft), var(--dark-grey-soft));
  width: 1px;
  height: 75px;
  margin-left: 100px;
  margin-right: 100px;
}

.text-4 {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  width: 400px;
  margin-top: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 28px;
}

.html-embed-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 500px;
  display: flex;
}

.column {
  display: none;
}

@media screen and (max-width: 991px) {
  .logo-dark {
    max-width: 80%;
  }

  .menu-container {
    width: 50vw;
  }

  .menu-button-2 {
    align-items: flex-end;
    width: auto;
    height: auto;
    position: relative;
    inset: 0% 0% auto auto;
  }

  .container-3 {
    align-items: flex-end;
    height: 20vh;
    display: flex;
  }

  .div-block-7 {
    padding-bottom: 20px;
  }

  .crimson-headline.small {
    font-size: 4vw;
  }

  .lightbox-link-3._6, .lightbox-link-3._5 {
    margin-bottom: 25%;
  }

  .alte-text {
    padding-top: 0;
    font-size: 2vw;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .header {
    padding-top: 80px;
    padding-bottom: 64px;
  }

  .clone-bar {
    padding-left: 24px;
  }

  .navbar-link {
    margin-right: 32px;
  }

  .color-tile {
    height: 120px;
  }

  .styleguide {
    max-width: 100%;
    padding: 20px;
  }

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

  .menu-icon4_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar4_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .menu-icon4_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

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

  .navbar4_dropdown-toggle {
    align-items: center;
    width: 100%;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon4 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon_line-middle-base {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .navbar4_button-navbar {
    width: auto;
    margin-top: 0;
    margin-left: 1.5rem;
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .section {
    margin: 40px 20px 60px;
  }

  .container_terapeutas {
    padding-top: 0;
  }

  .div_descricao {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container_footer {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .logo_footer_mobile {
    margin-top: 30px;
    padding-bottom: 60px;
  }

  .footer {
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer_div {
    display: block;
  }

  .footer_details_mobile {
    margin-bottom: 60px;
  }

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

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

  .image-9 {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .logo-dark {
    max-width: 70%;
  }

  .menu-container {
    width: 70vw;
  }

  .container-3 {
    height: auto;
  }

  .div-block-7 {
    padding-right: 20%;
  }

  .crimson-headline {
    font-size: 7vw;
  }

  .crimson-headline.small {
    margin-bottom: 10px;
    font-size: 5vw;
  }

  .collection-list-3, .div-block-37 {
    display: block;
  }

  .lightbox-link-3._4 {
    width: 100vw;
    margin-bottom: 25%;
  }

  .lightbox-link-3._6 {
    width: 100vw;
    margin-bottom: 35%;
  }

  .lightbox-link-3._2, .lightbox-link-3._5, .lightbox-link-3._3 {
    width: 100vw;
    margin-bottom: 25%;
  }

  .lightbox-link-3._7 {
    width: 100vw;
  }

  .lightbox-link-3._1 {
    width: 100vw;
    margin-bottom: 25%;
  }

  .alte-text {
    font-size: 3vw;
  }

  .image-list-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .color-tiles {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .clone-bar {
    justify-content: center;
  }

  .navbar-link {
    margin-right: 24px;
  }

  .color-tile {
    height: 120px;
  }

  .source-info {
    width: 100%;
  }

  .navbar-inner {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .collectio-list {
    grid-template-columns: 1fr;
  }

  .navigation-bar {
    height: 4rem;
  }

  .navbar4_button-navbar {
    margin-left: 1rem;
    padding: .25rem 1rem;
  }

  .container_terapeutas {
    padding-top: 0;
  }

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

  .image-9 {
    height: 400px;
  }
}

@media screen and (max-width: 479px) {
  .menu-headline {
    text-align: center;
  }

  .menu-container {
    z-index: 10;
    align-items: flex-start;
    width: 100vw;
    padding-top: 118px;
    padding-left: 0;
    display: none;
    position: absolute;
  }

  .menu-items {
    text-align: center;
    margin-bottom: 10px;
  }

  .content-container {
    max-width: 320px;
    margin-top: 45px;
    margin-bottom: 40px;
  }

  .content-container.no-line {
    margin-top: 60px;
    display: block;
  }

  .menu-link {
    text-align: center;
    font-size: 30px;
  }

  .container {
    justify-content: space-around;
    height: auto;
    display: flex;
  }

  .menu-button-2 {
    z-index: 100;
    width: auto;
    height: auto;
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
  }

  .section-7 {
    padding-top: 40px;
  }

  .container-3 {
    max-width: 90%;
    height: auto;
    margin-top: 11%;
  }

  .div-block-7 {
    padding-right: 5%;
  }

  .crimson-headline {
    font-size: 9vw;
  }

  .crimson-headline.small {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .container-20 {
    max-width: 90%;
  }

  .lightbox-link-3._4, .lightbox-link-3._6 {
    height: 30vh;
    margin-bottom: 40%;
  }

  .lightbox-link-3._2 {
    height: 30vh;
    margin-bottom: 50%;
  }

  .lightbox-link-3._5, .lightbox-link-3._3 {
    height: 30vh;
    margin-bottom: 40%;
  }

  .lightbox-link-3._1 {
    height: 30vh;
    margin-bottom: 50%;
  }

  .alte-text {
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 4vw;
  }

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

  .image-list-list {
    grid-template-columns: 1fr 1fr;
  }

  .photographer-name {
    font-size: 4vw;
  }

  .project-image-div {
    height: 30vh;
  }

  .color-tiles {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .lightbox-section {
    margin-top: 32px;
  }

  .clone-bar {
    background-color: #202020f2;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 12px;
    position: fixed;
    inset: auto 0 0;
  }

  .header-inner {
    text-align: left;
  }

  .navbar-link {
    margin-left: 4px;
    margin-right: 4px;
  }

  .color-tile {
    height: 80px;
  }

  .clone-button {
    text-align: center;
    width: 100%;
    min-height: 32px;
  }

  .source-info {
    width: 100%;
    padding: 16px 0 0;
  }

  .style-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    place-content: start flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_terapeutas {
    padding-top: 0;
  }

  .text-block-3 {
    text-indent: 0;
    white-space: normal;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    display: flex;
  }

  .div_descricao {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .image-9 {
    height: 450px;
  }
}

#w-node-c09fcbe8-8a21-633a-7eb8-a1b3ec103adb-931994a2 {
  grid-area: Area-5;
}

#w-node-c09fcbe8-8a21-633a-7eb8-a1b3ec103adc-931994a2 {
  grid-area: Area-3;
}

#w-node-c09fcbe8-8a21-633a-7eb8-a1b3ec103ae5-931994a2 {
  grid-area: Area;
}

#w-node-c09fcbe8-8a21-633a-7eb8-a1b3ec103af0-931994a2 {
  grid-area: Area-4;
}

#w-node-_3d536daf-15e8-5dad-4161-4c115fa89c74-27d9b418 {
  grid-template-rows: 500px 500px;
  grid-template-columns: 1fr .25fr 1fr;
}

#w-node-_3d536daf-15e8-5dad-4161-4c115fa89c75-27d9b418, #w-node-_3d536daf-15e8-5dad-4161-4c115fa89c78-27d9b418 {
  grid-column: span 2 / span 2;
}

#w-node-c09fcbe8-8a21-633a-7eb8-a1b3ec103adb-27d9b418 {
  grid-area: Area-5;
}

#w-node-c09fcbe8-8a21-633a-7eb8-a1b3ec103adc-27d9b418 {
  grid-area: Area-3;
}

#w-node-c09fcbe8-8a21-633a-7eb8-a1b3ec103ae5-27d9b418 {
  grid-area: Area;
}

#w-node-c09fcbe8-8a21-633a-7eb8-a1b3ec103af0-27d9b418 {
  grid-area: Area-4;
}


