:root {
  --primary-blue: #202230;
  --primary-green: #16999c;
  --primary-grey: #e5e5e5;
  --white: white;
  --black: black;
}

@font-face {
  font-family: "Noe Display Medium";
  src: url("../fonts/Noe Display Medium.eot");
  src: url("../fonts/Noe Display Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Noe Display Medium.woff") format("woff");
  }

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

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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

.parent-header {
  height: 70px;
  align-items: center;
  display: flex;
}

.header {
  background-color: var(--primary-blue);
}

.intro {
  padding-top: 80px;
  padding-bottom: 80px;
}

.map {
  margin-bottom: 60px;
}

.main-body {
  display: block;
}

.contact {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-gms {
  background-color: var(--primary-blue);
  color: var(--white);
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer {
  background-color: var(--primary-blue);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.body {
  color: var(--primary-blue);
  font-size: 18px;
  line-height: 24px;
}

.heading {
  color: var(--primary-green);
}

.h1 {
  color: var(--primary-green);
  font-family: "Noe Display Medium", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.h2 {
  color: var(--primary-green);
  margin-bottom: 40px;
  font-family: "Noe Display Medium", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.h2.expand-mock-header-space {
  padding-bottom: 10px;
}

.h2.white-text {
  color: var(--white);
  font-family: "Noe Display Medium", serif;
}

.h2.text-blue {
  color: var(--primary-blue);
}

.c-8col {
  width: 66.66%;
}

.c-8col.c-pad-header {
  padding-top: 40px;
  padding-bottom: 20px;
}

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

.slider-floorplans .c-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.footer-logo {
  padding-top: 10px;
  padding-left: 0;
}

.container {
  padding-top: 40px;
  padding-bottom: 60px;
}

.slider {
  width: 100vw;
  height: 730px;
  max-height: 730px;
  object-fit: contain;
}

.c-slider-img {
  width: 100%;
  object-fit: cover;
}

.c-slider-img-hero {
  max-width: inherit ;
  width: 100vw;
  object-fit: cover;
  min-height: 730px;
}

.c-slider-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--primary-blue);
  display: inline-block;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c-slider-arrow.c-slider-left {
  display: flex;
}

.c-slider-arrow.c-slider-right {
  background-color: var(--white);
  left: 50px;
}

.image-2 {
  position: relative;
  top: 10px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(0);
}

.image-3 {
  position: relative;
  top: 10px;
}

.div-block {
  width: 50px;
  height: 50px;
  position: relative;
}

.c-promo-text {
  height: 100px;
  background-color: var(--primary-green);
}

.c-promo-heading {
  color: var(--white);
  text-align: center;
  font-family: "Noe Display Medium", serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.container-2 {
  height: 100px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.c-text-intro {
  text-align: center;
  font-family: "Noe Display Medium", serif;
  font-size: 24px;
  line-height: 34px;
}

.c-text-intro.align-left {
  text-align: left;
}

.c-text-spec {
  line-height: 50px;
}

.c-block-content {
  border-top: 2px solid var(--primary-green);
  color: var(--primary-blue);
  margin-top: 20px;
}

.c-block-content.hide {
  display: none;
}

.c-block-content.c-specification {
  line-height: 34px;
}

.h3 {
  color: var(--primary-green);
  margin-top: 0;
  font-family: "Noe Display Medium", serif;
  font-size: 25px;
  font-weight: 400;
}

.h3.expand-mock-header-space {
  padding-top: 32px;
  padding-bottom: 20px;
}

.h3.text-blue {
  color: var(--primary-blue);
}

.c-flex-5050 {
  align-items: stretch;
  display: flex;
}

.c-flex-5050-content {
  flex: 1;
  margin-bottom: 40px;
  padding-right: 20px;
}

.c-flex-5050-content.c-text-center {
  text-align: center;
}

.c-flex-5050-content.c-text-intro.align-right {
  text-align: left;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.table-wrapper {
  width: 50%;
  height: auto;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-left: 3px;
  margin-right: 10px;
  padding: 15px 5px;
  transition: transform .2s;
  position: relative;
}

.table-wrapper._100 {
  width: 100%;
  max-height: none;
  perspective-origin: 50%;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.table-wrapper._100.table {
  height: auto;
  max-height: none;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
  overflow: auto;
}

.table-col {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.table {
  height: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.table:active {
  border: 1px solid #dadada;
}

.table:focus {
  border-color: #d4d4d4;
}

.table.no-pad {
  padding-top: 0;
  padding-bottom: 0;
}

.table.no-pad.overflow {
  height: auto;
  max-height: 360px;
  border-style: none;
  flex: none;
  padding-left: 0;
  position: relative;
  overflow: auto;
}

.table-row-4-col {
  z-index: 100;
  width: 140vw;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
}

.table-row-4-col.header {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 40px;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.table-row-4-col.data-row {
  width: 100%;
/*  height: 30px;*/
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 6px 0;
}

.table-row-4-col.data-row:hover {
  background-color: rgba(0, 0, 0, 0);
}

.table-1---header---text {
  color: #5e5656;
  text-align: center;
  border: 1px #000;
  font-family: europa, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.table-1---header---text.data {
  width: 100%;
  text-align: right;
  font-weight: 400;
}

.table-1---header---text.data.center {
  width: auto;
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 18px;
}

.text-span-cite {
  font-weight: 400;
}

.table-label {
  color: #2d3e4e;
  text-align: center;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 12px;
  font-family: europa, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.table-header-details-text {
  font-size: 12px;
  line-height: 14px;
}

.waves---expand-line {
  width: 16px;
  height: 2px;
  background-color: var(--primary-green);
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
/*  padding-bottom: 60px;*/
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
  display: none;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  height: auto;
  border-top: 2px solid var(--primary-green);
  border-bottom: 2px solid var(--primary-green);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves---expandable-wrap {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 0;
}

.slider-floorplans {
  height: 600px;
  background-color: #fff;
}

.text-block-2 {
  text-align: center;
  padding-top: 20px;
}

.c-btn-primary {
  border: 1px solid var(--primary-green);
  color: var(--primary-green);
  text-align: left;
  text-transform: uppercase;
  padding: 15px 40px;
  font-family: europa, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.c-btn-primary:hover {
  border-color: var(--primary-blue);
  color: var(--primary-bluen);
  -webkit-text-stroke-color: var(--primary-blue);
}

.c-btn-primary.before {
  background-color: #f10c0c;
  position: relative;
  left: -220px;
}

.c-btn-secondary {
  border: 1px solid var(--primary-blue);
  color: var(--primary-blue);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: europa, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.c-btn-secondary:hover {
  border-color: var(--primary-green);
  color: var(--primary-green);
  -webkit-text-stroke-color: var(--primary-green);
}

.c-btn-secondary.before {
  background-color: #f10c0c;
  position: relative;
  left: -220px;
}

.grid-row {
  height: 510px;
  max-height: 510px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 50% 50%;
  grid-template-columns: 1fr 1fr 50%;
  margin-top: 16px;
}

.grid-row.last-row {
  margin-bottom: 40px;
}

.grid-img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.grid-bigleft-2right {
  max-height: 460px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 50% 1fr;
  margin-top: 8px;
}

.flex-block {
  justify-content: space-between;
}

.c-2rowContact {
  margin-bottom: 30px;
}

.c-2rowContact img {
  max-width: 80%;
}

.c-2rowContact > div {
  width: 33%;
}

.div-block-2 {
  width: 33.33%;
}

.gms-contacts {
  background-color: var(--primary-grey);
  padding-top: 80px;
  padding-bottom: 80px;
}

.c-flex-33 {
  justify-content: space-between;
  display: flex;
}

.c-flex-33.c-copyright {
  margin-top: 40px;
  font-size: 14px;
}

.c-flex-33-content {
  width: 33%;
  margin-bottom: 40px;
}

.c-contact-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.icon {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  overflow: visible;
}

/*  floorplan next arrow   */
.image-4 {
  right: 0;
  position: absolute;
  top: 50%;
}

/*  floorplan prev arrow   */
.image-5 {
  left: 0;
  position: absolute;
  top: 50%;
}

.similar-properties {
  padding-top: 80px;
}

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

.contact-letter {
  color: var(--primary-green);
  margin-right: 10px;
  display: inline-block;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--primary-green);
  text-decoration: underline;
}

.text-link {
  color: var(--primary-blue);
  text-decoration: none;
}

.text-link:hover {
  color: var(--primary-green);
  text-decoration: underline;
}

.heading-2, .h4 {
  color: var(--primary-green);
}

.flex-block-2 {
  justify-content: space-between;
}

.image-6, .text-block-6 {
  margin-bottom: 20px;
}

.property-list-pad {
  margin-right: 30px;
}

.slide-nav {
  display: none;
}

.text-block-7 {
  margin-left: 20px;
  display: inline-block;
}

.sub-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.sub-text.pad-btm-10 {
  padding-bottom: 10px;
}

.mar-btm-20 {
  margin-bottom: 20px;
}

.header-logo {
  padding-left: 10px;
}

.copyright-text {
  font-size: 12px;
  line-height: 14px;
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .c-8col.c-pad-header {
    width: 80%;
  }

  .slider {
    height: 510px;
    max-height: 510px;
  }

  .c-slider-img {
/*    min-height: 510px;*/
  }

  .c-slider-img-hero {
    min-height: 510px;
  }

  .c-promo-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .h3 {
    font-size: 22px;
  }

  .c-flex-5050 {
    flex-wrap: wrap;
  }

  .c-flex-5050-content.c-text-intro.align-right {
    font-size: 20px;
    line-height: 32px;
  }

  .table-wrapper {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 4px;
  }

  .table-wrapper._100 {
    margin-bottom: 20px;
  }

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

  .table.no-pad.overflow {
    max-height: 400px;
    flex: none;
  }

  .table-row-4-col.header, .table-row-4-col.data-row {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .table-1---header---text {
    font-size: 16px;
    line-height: 18px;
  }

  .table-header-details-text {
    font-size: 8px;
    line-height: 10px;
  }

  .grid-row {
    height: 340px;
    max-height: 340px;
  }

  .c-contact-container {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .h2.white-text {
    font-size: 30px;
  }

  .h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .table-wrapper {
    width: 100%;
    border-style: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    transform: scale(.8);
  }

  .table-wrapper._100 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-wrapper._100.table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .table.no-pad {
    padding-left: 10px;
    padding-right: 0;
  }

  .table.no-pad.overflow {
    width: 100%;
    max-height: 240px;
    padding-left: 0;
    overflow: auto;
  }

  .table-row-4-col.header, .table-row-4-col.data-row {
    width: 100%;
  }

  .table-1---header---text {
    font-size: 10px;
    line-height: 12px;
  }

  .table-label {
    font-size: 14px;
  }

  .table-header-details-text {
    color: #5e5656;
    font-size: 9px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2.white-text {
    font-size: 24px;
    line-height: 32px;
  }

  .c-8col.c-pad-header {
    width: 90%;
  }

  .slider {
    height: 217px;
  }

  .c-slider-img {
/*    min-height: 217px;*/
  }

  .c-slider-img-hero {
    min-height: 217px;
  }

  .c-promo-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .container-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .c-flex-5050 {
    display: block;
  }

  .table-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100 {
    padding-left: 0;
    padding-right: 0;
  }

  .table-wrapper._100.table {
    width: 100%;
    height: 400px;
    overflow: auto;
  }

  .table {
    width: 100%;
  }

  .table.no-pad.overflow {
    flex: none;
  }

  .table-row-4-col.header, .table-row-4-col.data-row {
    width: 180vw;
  }

  .table-label {
    padding-left: 10px;
    font-size: 9px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    max-width: none;
    flex: 0 auto;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .slider-floorplans {
    height: 250px;
  }

  .grid-row {
    width: 96vw;
    height: 170px;
    max-height: 170px;
  }

  .flex-block {
    flex-wrap: wrap;
  }

  .div-block-2 {
    width: 100%;
    padding-bottom: 40px;
  }

  .c-flex-33 {
    display: block;
  }

  .c-flex-33-content {
    width: 100%;
  }

  .c-contact-container {
    flex-wrap: wrap;
  }

  .image-4 {
    right: 0;
  }

  .image-5 {
    left: 0;
  }

  .image-7 {
    max-width: 60%;
  }

  .div-block-3 {
    padding-top: 20px;
  }

  .image-8 {
    display: block;
  }
}

#w-node-e920803a-883a-7d30-7234-25a6286591df-fa4c0f64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0401cc28-d398-434a-5dc2-7174f550d776-fa4c0f64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1b355e62-7fd4-d4eb-6113-49062d55eb67-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b503f333-df90-4f8f-0af7-67f36ccb2d29-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_102dfba4-c37a-d43f-ffec-75d373b4738e-fa4c0f64 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_15815585-3078-f994-9226-d357764a7454-fa4c0f64, #w-node-_41932c97-92b5-69a3-1a3e-ff7e5c95d08a-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_517bc2d2-80bb-52d5-12c3-146b049b927e-fa4c0f64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_517bc2d2-80bb-52d5-12c3-146b049b927f-fa4c0f64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_517bc2d2-80bb-52d5-12c3-146b049b9280-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_517bc2d2-80bb-52d5-12c3-146b049b9281-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4e630ec6-db4e-937e-d316-ceb1a19ebb4e-fa4c0f64 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_8587330e-7f41-574e-1b68-ec81537ee8dc-fa4c0f64, #w-node-_4586870c-576e-b336-38d1-d6b50de24667-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7abdb22-e604-87e1-232b-b43e43587e0e-fa4c0f64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7abdb22-e604-87e1-232b-b43e43587e0f-fa4c0f64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f7abdb22-e604-87e1-232b-b43e43587e10-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7abdb22-e604-87e1-232b-b43e43587e11-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_729a455a-c299-837b-9219-ed6c1b2fa41c-fa4c0f64 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_76983ebb-7274-e760-21a3-59a0c7387ce5-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0748e3f-a1e2-6cda-3a5c-bb0baa2a12a4-fa4c0f64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b0748e3f-a1e2-6cda-3a5c-bb0baa2a12a5-fa4c0f64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b0748e3f-a1e2-6cda-3a5c-bb0baa2a12a6-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0748e3f-a1e2-6cda-3a5c-bb0baa2a12a7-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0357cb32-40f5-beb1-c902-1cae4e4f3001-fa4c0f64 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0357cb32-40f5-beb1-c902-1cae4e4f3002-fa4c0f64, #w-node-_0357cb32-40f5-beb1-c902-1cae4e4f3003-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16e1dcbe-f349-a591-bd16-4478fd3c8e27-fa4c0f64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16e1dcbe-f349-a591-bd16-4478fd3c8e28-fa4c0f64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_16e1dcbe-f349-a591-bd16-4478fd3c8e29-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16e1dcbe-f349-a591-bd16-4478fd3c8e2a-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-c667ec1f-7445-46d3-2ded-a6bb90066b45-fa4c0f64 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c667ec1f-7445-46d3-2ded-a6bb90066b46-fa4c0f64, #w-node-c667ec1f-7445-46d3-2ded-a6bb90066b47-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c20e59b-8ebf-8c78-3399-893e46ff4077-fa4c0f64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c20e59b-8ebf-8c78-3399-893e46ff4078-fa4c0f64 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2c20e59b-8ebf-8c78-3399-893e46ff4079-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c20e59b-8ebf-8c78-3399-893e46ff407a-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3d47989b-ae27-0d89-da3a-b005918e56c7-fa4c0f64 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3d47989b-ae27-0d89-da3a-b005918e56c8-fa4c0f64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


.c-available {
  color: var(--primary-green);
}



