:root {
  --white: #f7f4f3;
  --black: #17202c;
  --brown: #9b7f6a;
  --hover-gray: #e2e8f0;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Commissioner, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Commissioner, sans-serif;
  font-size: 4.768em;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Commissioner, sans-serif;
  font-size: 3.815em;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Commissioner, sans-serif;
  font-size: 3.052em;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Commissioner, sans-serif;
  font-size: 2.441em;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Commissioner, sans-serif;
  font-size: 1.953em;
  font-weight: 500;
  line-height: 1.3;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Commissioner, sans-serif;
  font-size: 1.563em;
  font-weight: 500;
  line-height: 1.3;
}

p {
  /* CGS margin-bottom: 0; */
  font-size: 1rem;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.sg-body {
  background-color: #fafafa;
  flex-direction: column;
  align-items: center;
  font-family: Inter;
  font-weight: 300;
  display: flex;
}

.pb-208 {
  padding-bottom: 13em;
}

.py-144 {
  padding-top: 9em;
  padding-bottom: 9em;
}

.form-field-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.py-232 {
  padding-top: 14.5em;
  padding-bottom: 14.5em;
}

.pt-184 {
  padding-top: 11.5em;
}

.list-item--bullets {
  margin-bottom: .5em;
  list-style-type: disc;
}

.sg-table-spacing {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 1em;
  grid-template-columns: 1fr;
}

.sg-table-spacing.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.is-h5 {
  font-family: Commissioner, sans-serif;
  font-size: 1.953em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.btn--sec-med {
  color: #e7e7e7;
  text-align: center;
  background-color: #181818;
  border-radius: 12em;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s linear;
  box-shadow: 0 0 0 0 rgba(219, 244, 12, 0);
}

.btn--sec-med:hover {
  background-color: #111;
  box-shadow: 0 0 0 2px #dbf40c;
}

.btn--sec-med:active {
  color: #181818;
  background-color: #dbf40c;
}

.btn--sec-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.is-txt-bold {
  font-weight: 700;
}

.py-152 {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

.my-224 {
  margin-top: 14em;
  margin-bottom: 14em;
}

.pb-128 {
  padding-bottom: 8em;
}

.py-16 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.my-144 {
  margin-top: 9em;
  margin-bottom: 9em;
}

.my-216 {
  margin-top: 13.5em;
  margin-bottom: 13.5em;
}

.pt-208 {
  padding-top: 13em;
}

.is-bg-white-125 {
  background-color: #b0b0b0;
}

.mt-32 {
  margin-top: 2em;
}

.pb-248 {
  padding-bottom: 15.5em;
}

.mt-16 {
  margin-top: 1em;
}

.py-80 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.py-168 {
  padding-top: 10.5em;
  padding-bottom: 10.5em;
}

.pt-168 {
  padding-top: 10.5em;
}

.pt-200 {
  padding-top: 12.5em;
}

.mb-192 {
  margin-bottom: 12em;
}

.is-bg-green-150 {
  background-color: #839207;
}

.form-checkbox-icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  color: #181818;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 99% 99%;
  border-color: #4a4a4a;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.sg-table_row-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.sg-spacing-label {
  color: #333;
  font-size: .9rem;
  line-height: 1.6;
}

.sg-spacing-label.is-txt-green-100 {
  color: #dbf40c;
}

.my-104 {
  margin-top: 6.5em;
  margin-bottom: 6.5em;
}

.py-40 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.is-txt-italic {
  font-style: italic;
}

.my-240 {
  margin-top: 15em;
  margin-bottom: 15em;
}

.py-4 {
  padding-top: .25em;
  padding-bottom: .25em;
}

.pb-240 {
  padding-bottom: 15em;
}

.pb-216 {
  padding-bottom: 13.5em;
}

.is-h6 {
  font-family: Commissioner, sans-serif;
  font-size: 1.563em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.mt-136 {
  margin-top: 8.5em;
}

.is-txt-green-150 {
  color: #839207;
}

.is-sg-hidden {
  display: none;
}

.py-192 {
  padding-top: 12em;
  padding-bottom: 12em;
}

.mb-184 {
  margin-bottom: 11.5em;
}

.is-txt-black-75 {
  color: #1d1d1d;
}

.icon--check-circle {
  width: 1rem;
  flex: none;
  margin-top: -.01rem;
  margin-right: .5rem;
}

.is-txt-white-150 {
  color: #818181;
}

.pb-48 {
  padding-bottom: 3em;
}

.my-160 {
  margin-top: 10em;
  margin-bottom: 10em;
}

.mt-56 {
  margin-top: 3.5em;
}

.mb-80 {
  margin-bottom: 5em;
}

.pt-232 {
  padding-top: 14.5em;
}

.pb-152 {
  padding-bottom: 9.5em;
}

.pt-144 {
  padding-top: 9em;
}

.list--links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pb-224 {
  padding-bottom: 14em;
}

.is-h2 {
  font-family: Commissioner, sans-serif;
  font-size: 3.815em;
  font-weight: 500;
  line-height: 1.2;
}

.py-48 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.table {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  border-radius: 1em;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.table.is-colors {
  background-color: #fff;
}

.table.is-sg-helpers {
  background-color: #fff;
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.table.is-sg-helpers.is-sg-aspect {
  grid-template-rows: 3.25em;
  grid-auto-rows: 8em;
}

.table.is-headlines {
  background-color: #fff;
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.py-208 {
  padding-top: 13em;
  padding-bottom: 13em;
}

.pb-16 {
  padding-bottom: 1em;
}

.grid__6-6 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
}

.grid__6-6.is-content01 {
  grid-column-gap: 6em;
}

.pb-176 {
  padding-bottom: 11em;
}

.mb-88 {
  margin-bottom: 5.5em;
}

.mt-232 {
  margin-top: 14.5em;
}

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

.rich-text p {
  margin-bottom: 1em;
}

.rich-text li {
  margin-bottom: .5em;
}

.py-216 {
  padding-top: 13.5em;
  padding-bottom: 13.5em;
}

.pt-152 {
  padding-top: 9.5em;
}

.pt-56 {
  padding-top: 3.5em;
}

.mt-72 {
  margin-top: 4.5em;
}

.list--bullets {
  padding-left: 1em;
  font-size: 1rem;
}

.pt-48 {
  padding-top: 3em;
}

.is-txt-align-center {
  text-align: center;
}

.mt-240 {
  margin-top: 15em;
}

.my-16 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-message-success {
  padding: 1.25rem;
}

.my-176 {
  margin-top: 11em;
  margin-bottom: 11em;
}

.my-120 {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

.pb-80 {
  padding-bottom: 5em;
}

.py-64 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.pt-24 {
  padding-top: 1.5em;
}

.my-96 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.subnav-menu {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 11.2em;
  padding: 1.6em 3em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
}

.mt-248 {
  margin-top: 15.5em;
}

.is-btn-d-fw {
  width: 100%;
}

.pb-120 {
  padding-bottom: 7.5em;
}

.pb-104 {
  padding-bottom: 6.5em;
}

.py-96 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.mt-168 {
  margin-top: 10.5em;
}

.my-192 {
  margin-top: 12em;
  margin-bottom: 12em;
}

.is-h1 {
  font-family: Commissioner, sans-serif;
  font-size: 4.768em;
  font-weight: 500;
  line-height: 1.2;
}

.list-item--check {
  margin-bottom: .5rem;
  display: flex;
}

.pb-200 {
  padding-bottom: 12.5em;
}

.is-txt-green-125 {
  color: #afc309;
}

.py-160 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.pb-256 {
  padding-bottom: 16em;
}

.mb-128 {
  margin-bottom: 8em;
}

.py-32 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.mt-120 {
  margin-top: 7.5em;
}

.mb-104 {
  margin-bottom: 6.5em;
}

.pt-96 {
  padding-top: 6em;
}

.pb-40 {
  padding-bottom: 2.5em;
}

.mt-96 {
  margin-top: 6em;
}

.pb-160 {
  padding-bottom: 10em;
}

.mt-160 {
  margin-top: 10em;
}

.mt-224 {
  margin-top: 14em;
}

.wrap-flex-vert-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mb-256 {
  margin-bottom: 16em;
}

.is-d-visible {
  display: block;
}

.mb-168 {
  margin-bottom: 10.5em;
}

.pb-232 {
  padding-bottom: 14.5em;
}

.grid__dsg-lists {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid__8-4 {
  width: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid__8-4.is--property {
  height: 100%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.py-120 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.my-184 {
  margin-top: 11.5em;
  margin-bottom: 11.5em;
}

.pt-176 {
  padding-top: 11em;
}

.mt-80 {
  margin-top: 5em;
}

.mt-48 {
  margin-top: 3em;
}

.pt-248 {
  padding-top: 15.5em;
}

.mb-4 {
  margin-bottom: .25em;
}

.is-txt-black-125 {
  color: #101010;
}

.pb-96 {
  padding-bottom: 6em;
}

.my-80 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.list-item--links {
  margin-bottom: .5em;
  list-style-type: disc;
}

.is-txt-align-left {
  text-align: left;
}

.is-txt-allcaps {
  text-transform: uppercase;
}

.mt-8 {
  margin-top: .5em;
}

.py-88 {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.is-txt-white-100 {
  color: #e7e7e7;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-100.w--current {
  color: #dbf40c;
}

.my-208 {
  margin-top: 13em;
  margin-bottom: 13em;
}

.mb-240 {
  margin-bottom: 15em;
}

.mt-152 {
  margin-top: 9.5em;
}

.mb-232 {
  margin-bottom: 14.5em;
}

.logo-bar {
  width: 0;
  height: 2px;
  background-color: #dbf40c;
  margin-bottom: 6px;
  margin-left: 3px;
}

.mb-144 {
  margin-bottom: 9em;
}

.mb-208 {
  margin-bottom: 13em;
}

.mt-24 {
  margin-top: 1.5em;
}

.py-224 {
  padding-top: 14em;
  padding-bottom: 14em;
}

.pb-168 {
  padding-bottom: 10.5em;
}

.py-56 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.is-h3 {
  color: var(--black);
  font-family: Commissioner, sans-serif;
  font-size: 3.052em;
  font-weight: 500;
  line-height: 1.2;
}

.pt-112 {
  padding-top: 7em;
}

.mt-40 {
  margin-top: 2.5em;
}

.pb-8 {
  padding-bottom: .5em;
}

.is-bg-green-100 {
  background-color: #dbf40c;
}

.is-txt-black-50 {
  color: #fff;
}

.my-4 {
  margin-top: .25em;
  margin-bottom: .25em;
}

.is-black-150 {
  background-color: #000;
}

.sg-nav__menu {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.is-text-link {
  color: #0c71f4;
  text-decoration: underline;
}

.is-bg-green-75 {
  background-color: #e2f63c;
}

.is-txt-xsmall {
  font-size: .7rem;
  line-height: 1.6;
}

.sg-nav__wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pb-112 {
  padding-bottom: 7em;
}

.my-248 {
  margin-top: 15.5em;
  margin-bottom: 15.5em;
}

.is-bg-white-50 {
  background-color: #fff;
}

.py-200 {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.sg-color-field {
  width: 100%;
  height: 5.3em;
  border-radius: .5em;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}

.mt-208 {
  margin-top: 13em;
}

.mb-120 {
  margin-bottom: 7.5em;
}

.py-176 {
  padding-top: 11em;
  padding-bottom: 11em;
}

.is-txt-small {
  font-size: .9rem;
  line-height: 1.6;
}

.pt-8 {
  padding-top: .5em;
}

.my-24 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.container__2xl {
  width: 100%;
  max-width: 1536px;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  display: flex;
}

.is-txt-black-150 {
  color: #000;
}

.my-152 {
  margin-top: 9.5em;
  margin-bottom: 9.5em;
}

.mb-96 {
  margin-bottom: 6em;
}

.mb-160 {
  margin-bottom: 10em;
}

.mt-4 {
  margin-top: .25em;
}

.pb-72 {
  padding-bottom: 4.5em;
}

.is-d-hidden {
  display: none;
}

.my-48 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.grid__2-2-2-2-2-2 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.table_header-headlines {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.table_header-headlines.sg-typo {
  border-bottom-color: #eee;
}

.form-label {
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 400;
}

.is-txt-large {
  font-size: 1.5em;
  line-height: 1.6;
}

.mb-152 {
  margin-bottom: 9.5em;
}

.is-bg-black-75 {
  background-color: #1d1d1d;
}

.is-bg-white-100 {
  background-color: #e7e7e7;
}

.py-128 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.is-txt-white-50 {
  color: #fff;
}

.my-32 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.my-136 {
  margin-top: 8.5em;
  margin-bottom: 8.5em;
}

.pt-136 {
  padding-top: 8.5em;
}

.is-bg-white-75 {
  background-color: #f1f1f1;
}

.grid__4-8 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.my-40 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.py-136 {
  padding-top: 8.5em;
  padding-bottom: 8.5em;
}

.sg_container-area {
  width: 100%;
  height: 8rem;
  outline-offset: 0px;
  text-align: center;
  border-radius: 1rem;
  outline: .05rem dashed gray;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.sg_container-area.non-clickable {
  background-color: rgba(0, 0, 0, 0);
}

.is-txt-white-75 {
  color: #b0b0b0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-75.w--current {
  color: #dbf40c;
}

.main-grid {
  width: 100%;
  max-width: 2440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.sg-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.mb-200 {
  margin-bottom: 12.5em;
}

.form-radio-label {
  font-size: 1rem;
}

.mb-176 {
  margin-bottom: 11em;
}

.py-184 {
  padding-top: 11.5em;
  padding-bottom: 11.5em;
}

.my-232 {
  margin-top: 14.5em;
  margin-bottom: 14.5em;
}

.form-radio-icon {
  width: 1rem;
  height: 1rem;
  border-color: #4a4a4a;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-color: #000;
  border-width: .25rem;
  border-color: #dbf40c;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.is-h4 {
  font-family: Commissioner, sans-serif;
  font-size: 2.441em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.mb-64 {
  margin-bottom: 4em;
}

.containers {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.is-bg-black-125 {
  background-color: #101010;
}

.subnav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 700;
}

.subnav-link.w--current {
  color: #0c71f4;
}

.subnav-link.sg-sub-chapter {
  padding-left: 1em;
  font-weight: 400;
}

.subnav-link.sg-sub-chapter.w--current {
  color: #0c71f4;
}

.my-128 {
  margin-top: 8em;
  margin-bottom: 8em;
}

.py-256 {
  padding-top: 16em;
  padding-bottom: 16em;
}

.spacing-sample {
  height: 1.75em;
  background-color: #919191;
}

.spacing-sample._160px {
  width: 10em;
}

.spacing-sample._48px {
  width: 3em;
}

.spacing-sample._88px {
  width: 5.5em;
}

.spacing-sample._4px {
  width: .25em;
}

.spacing-sample._176px {
  width: 11em;
}

.spacing-sample._56px {
  width: 3.5em;
}

.spacing-sample._64px {
  width: 4em;
}

.spacing-sample._8px {
  width: .5em;
}

.spacing-sample._80px {
  width: 5em;
}

.spacing-sample._128px {
  width: 8em;
}

.spacing-sample._136px {
  width: 8.5em;
}

.spacing-sample._232px {
  width: 14.5em;
}

.spacing-sample._16px {
  width: 1em;
}

.spacing-sample._216px {
  width: 13.5em;
}

.spacing-sample._104px {
  width: 6.5em;
}

.spacing-sample._96px {
  width: 6em;
}

.spacing-sample._112px {
  width: 7em;
}

.spacing-sample._40px {
  width: 2.5em;
}

.spacing-sample._200px {
  width: 12.5em;
}

.spacing-sample._208px {
  width: 13em;
}

.spacing-sample._152px {
  width: 9.5em;
}

.spacing-sample._184px {
  width: 11.5em;
}

.spacing-sample._224px {
  width: 14em;
}

.spacing-sample._240px {
  width: 15em;
}

.spacing-sample._144px {
  width: 9em;
}

.spacing-sample._256px {
  width: 16em;
}

.spacing-sample._248px {
  width: 15.5em;
}

.spacing-sample._72px {
  width: 4.5em;
}

.spacing-sample._120px {
  width: 7.5em;
}

.spacing-sample._168px {
  width: 10.5em;
}

.spacing-sample._32px {
  width: 2em;
}

.spacing-sample._192px {
  width: 12em;
}

.spacing-sample._24px {
  width: 1.5em;
}

.grid__3-3-3-3 {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pt-80 {
  padding-top: 5em;
}

.btn--prm-med {
  color: #f1f1f1;
  text-align: center;
  background-color: #0c71f4;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 0 0 #92b22f;
}

.btn--prm-med:hover {
  background-color: #dbf40c;
  box-shadow: 0 0 0 .4rem #92b22f;
}

.btn--prm-med:active {
  box-shadow: none;
  background-color: #afc309;
}

.btn--prm-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.pt-72 {
  padding-top: 4.5em;
}

.is-txt-black-100 {
  color: #181818;
}

.pt-104 {
  padding-top: 6.5em;
}

.pt-16 {
  padding-top: 1em;
}

.mb-48 {
  margin-bottom: 3em;
}

.form-checkbox-label {
  font-size: 1rem;
}

.sg-brand-link {
  height: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pt-160 {
  padding-top: 10em;
}

.mb-56 {
  margin-bottom: 3.5em;
}

.mb-72 {
  margin-bottom: 4.5em;
}

.pt-128 {
  padding-top: 8em;
}

.wrap-flex-hor-c {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-txt-xlarge {
  font-size: 2em;
  line-height: 1.4;
}

.container__xl {
  width: 100%;
  max-width: 1280px;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mt-200 {
  margin-top: 12.5em;
}

.my-200 {
  margin-top: 12.5em;
  margin-bottom: 12.5em;
}

.mb-248 {
  margin-bottom: 15.5em;
}

.pb-4 {
  padding-bottom: .25em;
}

.is-bg-black-100 {
  background-color: #181818;
}

.sidebar {
  background-color: #fafafa;
  padding-left: 1.5em;
  padding-right: 3em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.py-112 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.is-txt-medium {
  font-size: 1rem;
  line-height: 1.6;
}

.is-txt-medium.is-sg-description {
  max-width: 40em;
  font-weight: 300;
}

.mt-176 {
  margin-top: 11em;
}

.pt-32 {
  padding-top: 2em;
}

.my-256 {
  margin-top: 16em;
  margin-bottom: 16em;
}

.mt-256 {
  margin-top: 16em;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.pt-120 {
  padding-top: 7.5em;
}

.is-bg-green-125 {
  background-color: #afc309;
}

.form-wrapper {
  margin-bottom: 0;
}

.pb-64 {
  padding-bottom: 4em;
}

.py-104 {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.table-cell {
  padding: 1em;
  font-size: .9rem;
}

.table-cell.is-sg-aspect {
  width: 5.9em;
}

.pt-240 {
  padding-top: 15em;
}

.my-72 {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.pt-40 {
  padding-top: 2.5em;
}

.form-input {
  min-height: 3rem;
  color: #e7e7e7;
  background-color: #fff;
  border: .05rem solid rgba(122, 122, 122, .2);
  border-radius: .5rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: all .2s;
}

.form-input:focus {
  color: #fff;
  border-color: rgba(180, 180, 180, .35);
}

.form-input:focus-visible {
  border-color: rgba(180, 180, 180, .35);
}

.form-input[data-wf-focus-visible] {
  border-color: rgba(180, 180, 180, .35);
}

.form-input::-ms-input-placeholder {
  color: #b0b0b0;
}

.form-input::placeholder {
  color: #b0b0b0;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-select-input {
  justify-content: space-between;
}

.mb-16 {
  margin-bottom: 1em;
}

.grid__4-4-4 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid__4-4-4.is-footer, .grid__4-4-4.is-why {
  grid-column-gap: 8em;
  grid-row-gap: 4em;
}

.my-168 {
  margin-top: 10.5em;
  margin-bottom: 10.5em;
}

.pb-32 {
  padding-bottom: 2em;
}

.is-txt-green-75 {
  color: #92b22f;
}

.pt-4 {
  padding-top: .25em;
}

.pb-56 {
  padding-bottom: 3.5em;
}

.is-txt-green-50 {
  color: #f1fb9d;
}

.mb-112 {
  margin-bottom: 7em;
}

.is-txt-align-right {
  text-align: right;
}

.mt-192 {
  margin-top: 12em;
}

.my-88 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}

.mt-64 {
  margin-top: 4em;
}

.py-8 {
  padding-top: .5em;
  padding-bottom: .5em;
}

.mb-136 {
  margin-bottom: 8.5em;
}

.table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.table_row.is-colors {
  border-bottom-color: #eee;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.table_row.is-sg-helper {
  border-bottom-color: #eee;
  grid-template-columns: .3fr 1fr;
}

.table_row.is-sg-typo {
  border-bottom-color: #eee;
}

.table_row.is-button {
  border-bottom-color: #eee;
  grid-template-columns: .25fr 1fr;
}

.is-display {
  font-family: Commissioner, sans-serif;
  font-size: 5.96em;
  font-weight: 500;
  line-height: 1.2;
}

.pt-256 {
  padding-top: 16em;
}

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

.pb-24 {
  padding-bottom: 1.5em;
}

.is-txt-green-100 {
  color: #dbf40c;
  flex: 0 auto;
}

.list-item_icon-wrap.is-txt-green-100 {
  padding-top: .2em;
}

.my-64 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.pb-88 {
  padding-bottom: 5.5em;
}

.mb-8 {
  margin-bottom: .5em;
}

.pt-216 {
  padding-top: 13.5em;
}

.sg-navbar {
  z-index: 999;
  width: 100%;
  background-color: #181818;
  padding-top: 1em;
  padding-bottom: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pb-144 {
  padding-bottom: 9em;
}

.mb-40 {
  margin-bottom: 2.5em;
}

.is-bg-black-50 {
  background-color: #4a4a4a;
}

.sg-table_header-headlines-spacing {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.sg-logo {
  width: 8em;
}

.is-txt-white-125 {
  color: #b0b0b0;
}

.pb-136 {
  padding-bottom: 8.5em;
}

.pt-64 {
  padding-top: 4em;
}

.mt-128 {
  margin-top: 8em;
}

.mt-104 {
  margin-top: 6.5em;
}

.mt-216 {
  margin-top: 13.5em;
}

.mt-184 {
  margin-top: 11.5em;
}

.mt-112 {
  margin-top: 7em;
}

.mb-24 {
  margin-bottom: 1.5em;
}

.pt-192 {
  padding-top: 12em;
}

.mb-224 {
  margin-bottom: 14em;
}

.container-fw {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pb-184 {
  padding-bottom: 11.5em;
}

.mt-144 {
  margin-top: 9em;
}

.py-248 {
  padding-top: 15.5em;
  padding-bottom: 15.5em;
}

.mt-88 {
  margin-top: 5.5em;
}

.mb-32 {
  margin-bottom: 2em;
}

.py-240 {
  padding-top: 15em;
  padding-bottom: 15em;
}

.py-24 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.table_header-colors {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.table_header-colors.is-buttons {
  border-bottom-color: #eee;
  grid-template-columns: 1fr 3.25fr;
}

.table_header-colors.is-l-hidden {
  border-bottom-color: #eee;
}

.my-112 {
  margin-top: 7em;
  margin-bottom: 7em;
}

.pt-88 {
  padding-top: 5.5em;
}

.is-bg-white-150 {
  color: #818181;
}

.my-8 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.pt-224 {
  padding-top: 14em;
}

.my-56 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.py-72 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.sg-nav-link {
  color: #fff;
  margin-left: 3em;
  padding: 1.25em 0 1.25em 3em;
  font-size: 1rem;
}

.sg-nav-link.w--current {
  color: #dbf40c;
}

.pb-192 {
  padding-bottom: 12em;
}

.sg-aspect-area {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #d2d5c1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.mb-216 {
  margin-bottom: 13.5em;
}

.sg_footer {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.footer-text {
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 400;
}

.footer__lottie-wrapper {
  width: 1.5em;
  height: 1.5em;
  margin-left: .5em;
  margin-right: .5em;
  position: relative;
  overflow: hidden;
}

.lottie-animation {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: scale(1.5);
}

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

.sg-body--sample {
  color: #b0b0b0;
  background-color: #1d1d1d;
  flex-direction: column;
  align-items: center;
  font-family: Inter;
  font-weight: 300;
  display: block;
}

.hero02_content-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.card02, .footer_branding {
  padding: 0;
  position: relative;
}

.cta-arrow-wrap {
  z-index: 1;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: auto;
  bottom: 1em;
  left: auto;
  right: 1em;
}

.content01_img-wrap {
  border-radius: 1em;
  overflow: hidden;
}

.card02_img-wrap {
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.card02_img {
  object-fit: cover;
}

.footer_icon-wrap {
  position: relative;
  overflow: hidden;
}

.hero02_subline-wrap {
  max-width: 28em;
  text-align: center;
}

._3columns03_subline-wrap {
  max-width: 26em;
}

.cta-arrow {
  color: rgba(231, 231, 231, .2);
  transform: rotate(45deg);
}

.social-icon {
  width: 1.8em;
}

.footer_social-wrap {
  max-width: 13.7em;
  justify-content: space-between;
  display: flex;
}

.card01 {
  background-color: #181818;
  border: 1px solid rgba(119, 119, 119, .2);
  border-radius: 1em;
  padding: 2.1em;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.card01:hover {
  background-color: #181818;
  transform: translate(0, -1em);
  box-shadow: 1px 1px 18px 4px rgba(59, 59, 59, .36);
}

.content01_img {
  object-fit: cover;
}

._3columns03_headline-wrap {
  max-width: 26em;
}

.btn-prm--med {
  color: #181818;
  text-align: center;
  background-color: #dbf40c;
  border-radius: 12em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 0 0 #92b22f;
}

.btn-prm--med:hover {
  background-color: #dbf40c;
  box-shadow: 0 0 0 .4rem #92b22f;
}

.btn-prm--med:focus-visible {
  border-radius: 12rem;
}

.btn-prm--med[data-wf-focus-visible] {
  border-radius: 12rem;
}

.hero02 {
  position: relative;
}

.sg-projects-headline-wrap, ._3columsnso3_header-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-wrapper {
  position: relative;
}

.main-wrapper.overflow-hidden {
  overflow: hidden;
}

.page-wrapper {
  position: relative;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

.footer01 {
  width: 100%;
  background-color: #181818;
  border-top: 1px solid rgba(231, 231, 231, .2);
}

.card04, .card03 {
  padding: 0;
  position: relative;
}

.card03_icon-wrap {
  position: relative;
  overflow: hidden;
}

.is-bg-green-50 {
  background-color: #f1fb9d;
}

.sg-popup {
  max-width: 18em;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #181818;
  border: 1px solid #474747;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.2em;
  display: grid;
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.sg-popup_logo {
  width: 2em;
  margin-right: .5em;
}

.sg-pop_cta {
  color: #e7e7e7;
  font-family: Sora;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.hero03 {
  position: relative;
}

.card05 {
  background-color: #181818;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
  position: relative;
}

.sg-grid--start_top {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.fig2flow {
  width: 9em;
}

.card05_cta-wrap {
  align-items: center;
  display: flex;
}

.card05_cta-icon {
  width: 3em;
  margin-right: .5em;
}

.card05_cta-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-family: Sora;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.grid--start_bottom {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero03_heading-wrap {
  max-width: 59em;
}

.sg-popup_link {
  align-items: center;
  display: flex;
}

.container__lg {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container__md {
  width: 100%;
  max-width: 768px;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container__sm {
  width: 100%;
  max-width: 640px;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container__16 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.container__32 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.container__32.max-width-full {
  width: 100%;
}

.container__40 {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
}

.container__40.is-horizontal {
  flex-direction: row;
}

.container__24 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.container__content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.container__content.is--amenities {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container__8 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
  position: relative;
}

.container__8.is-horizontal {
  flex-direction: row;
}

.container__8.is-horizontal.align-bottom {
  align-items: flex-end;
}

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

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

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

.section_home-hero {
  position: relative;
}

.navbar_container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_dropdown-link {
  padding: .5rem 1rem;
}

.navbar_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar_menu {
  color: var(--white);
  align-items: center;
  display: flex;
  position: static;
}

.navbar_menu.is-page-height-tablet.is-dark, .navbar_menu.is-page-height-tablet.inverted {
  color: var(--black);
}

.navbar_menu-button {
  padding: 0;
}

.navbar_component {
  z-index: 98;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 1.5em 5.5rem;
  display: flex;
  position: absolute;
}

.navbar_dropdown-list.w--open {
  width: auto;
  background-color: var(--white);
  color: var(--black);
  border-radius: 4px;
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
  font-weight: 400;
}

.navbar_dropdown-toggle.is-home {
  color: var(--white);
  font-weight: 500;
}

.button {
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .25rem;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.button.is-secondary {
  border-width: 1.5px;
  border-color: var(--brown);
  color: var(--brown);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-black {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-white {
  color: var(--white);
  background-color: rgba(247, 244, 243, .4);
}

.button.is-small {
  border-radius: 4px;
  padding: .75rem 1.5rem;
}

.button.is-small.is-white {
  border-color: var(--white);
}

.button.is-black {
  border-color: var(--black);
  background-color: var(--black);
}

.button.is-white {
  background-color: var(--white);
  color: var(--brown);
  cursor: pointer;
  border-style: none;
  border-width: 0;
  border-radius: .25rem;
  position: relative;
  overflow: hidden;
}

.button.is-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none none solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--brown);
  color: var(--brown);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: space-between;
  padding: 0;
  font-weight: 600;
  transition: letter-spacing .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: visible;
}

.button.is-gallery {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: 5px;
  align-items: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: .5rem;
  font-weight: 500;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.button.is-gallery:hover {
  background-color: #e2e8f0;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar_logo-link {
  color: var(--white);
  padding-left: 0;
}

.navbar_logo-link.is-brown {
  color: var(--brown);
}

.navbar_link {
  padding: .5rem 1rem;
  font-weight: 400;
}

.navbar_link.w--current {
  color: var(--brown);
}

.navbar_link.is-home {
  color: var(--white);
  font-weight: 400;
}

.header_content-wrapper {
  width: 100%;
  height: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

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

.header15_image-wrapper {
  width: 100%;
}

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

.text-size-medium.text-weight-medium {
  font-weight: 500;
}

.text-size-medium.text-weight-normal {
  font-weight: 400;
}

.button-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 1120px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.is-nav {
  flex-direction: row;
  justify-content: space-between;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-100vh {
  max-height: 6rem;
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 2em;
  bottom: 2em;
  left: 2em;
  right: 2em;
}

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

.section_header30 {
  position: relative;
}

.header30_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-align-center {
  text-align: center;
}

.is-h2-copy {
  font-family: Commissioner, sans-serif;
  font-size: 3.815em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.text-color-white-2 {
  color: rgba(0, 0, 0, 0);
}

.header_background-video-wrapper {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.section_header33 {
  position: relative;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_background-video-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(155, 127, 106, .25), rgba(23, 32, 44, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-layout_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bullet_item {
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-2.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.bullet_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.bullets_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.bullets_item-list._2-col {
  grid-template-columns: 1fr 1fr;
}

.subheader {
  color: var(--brown);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 600;
}

.subheader__wrapper {
  padding-bottom: .5em;
  position: relative;
}

.subheader__wrapper.is-to-do {
  display: none;
}

.subheader_line {
  height: 3px;
  background-color: var(--brown);
  padding-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -50%;
  right: 0%;
}

.padding-section-xlarge {
  padding-top: 8em;
  padding-bottom: 8em;
}

.property-layout_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.layout16_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout_button-wrapper {
  flex: 1;
  align-self: flex-start;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.image-wrapper_image {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 700px;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.slider {
  width: 100%;
  height: auto;
}

.left-arrow {
  width: 50%;
  height: 95%;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.arrow {
  width: 50%;
  height: 95%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.arrow.is-left {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.arrow.is-right {
  cursor: pointer;
}

.padding-bottom, .padding-bottom.padding-xlarge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.footer4_credit-text {
  font-size: .875rem;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

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

.footer4_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--white);
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  color: var(--brown);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer_link {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.footer_link:hover {
  opacity: .6;
}

.footer_logo-link {
  width: 12rem;
  margin-bottom: 2rem;
  padding-left: 0;
}

.footer_credit-text {
  color: var(--white);
  font-size: .875rem;
}

.footer_legal-link {
  color: var(--white);
  font-size: .875rem;
  text-decoration: underline;
}

.footer_top-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  display: flex;
}

.footer_component {
  z-index: 2;
  background-color: var(--brown);
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  position: relative;
  overflow: hidden;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  margin-bottom: 2rem;
  display: flex;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: none;
}

.navbar_button-group {
  margin-left: 2rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.contact-modal_close-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal_content-wrapper {
  width: 100%;
  height: 100vh;
  max-width: 40rem;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--white);
  flex-direction: column;
  padding: 5rem 4rem;
  display: flex;
  position: absolute;
  overflow: scroll;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.contact_modal {
  position: relative;
}

.form-radio-label-2 {
  margin-bottom: 0;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-radio-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form_checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid rgba(122, 122, 122, .2);
  border-radius: .15rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.contact-modal_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_field-wrapper {
  position: relative;
}

.contact-modal_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-input-2 {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-2::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-2.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input-2.is-select-input {
  background-image: none;
}

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

.error-text {
  color: #e23939;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal_form-block {
  color: var(--black);
  flex-direction: column;
  align-items: stretch;
}

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

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.form-radio-icon-2 {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon-2.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.button-mask {
  z-index: 1;
  background-color: #e4dedd;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 95%)scale(1.02);
}

.button-mask.is-white {
  background-color: var(--brown);
}

.button-text {
  z-index: 2;
  position: relative;
}

.cta_background-image-wrapper {
  z-index: -1;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta_background-image {
  width: 100%;
  height: 100%;
  max-width: 700px;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta_background-image.is-map {
  max-width: 700px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta_background-image.is-rocks {
  max-width: 100%;
  top: 10%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section_cta, .section_property-map, .map-wrapper {
  position: relative;
}

.section_gallery {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery_component {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  grid-template: "." minmax(6rem, auto)
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery__image.is-rounded-1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.gallery__image.is-rounded-2 {
  border-top-right-radius: 8px;
}

.gallery__image.is-rounded-3 {
  border-bottom-right-radius: 8px;
}

.gallery__image.is-corner-nook {
  object-position: 35% 50%;
}

.gallery2_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery_card {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100%;
  display: flex;
}

.main-image_image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-opacity-80 {
  opacity: .8;
}

.text-opacity-60 {
  opacity: .6;
}

.text-opacity-40 {
  opacity: .4;
}

.trigger-wrapper {
  z-index: -1;
  padding-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.trigger {
  width: 100%;
  height: 100vh;
}

.sticky-wrapper {
  position: relative;
}

.gallery_left, .gallery_right {
  width: 100%;
}

.image-wrapper_image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery_photo {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery15_slide {
  padding-left: 7rem;
  padding-right: 7rem;
}

.gallery15_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.gallery15_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery15_arrow.hide-mobile-landscape {
  border-color: var(--black);
  bottom: 4rem;
}

.gallery15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.gallery15_image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.gallery15_image-wrapper:focus {
  opacity: .5;
}

.gallery15_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: stretch;
}

.gallery15_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery15_mask {
  overflow: hidden;
}

.section {
  padding: 6rem 5.5rem;
  position: relative;
}

.section.is--hero {
  min-height: 100vh;
  align-items: center;
  padding-top: 10rem;
  display: flex;
}

.section.is-property-hero {
  padding-top: 10rem;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.is-host {
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.section.is-map-cta {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.swiper {
  width: 100%;
  height: auto;
}

.splide__list {
  flex-direction: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.splide__slide {
  width: 100%;
  height: 100%;
  flex: none;
}

.splide__slide.main {
  width: 100%;
}

.home_gallery-image {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.events_card {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.events_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.events_image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-style-h4 {
  font-size: 2rem;
  line-height: 1.3;
}

.heading-style-h4.text-align-left, .text-align-left {
  text-align: left;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.image-wrapper-3-2.events__image {
  cursor: pointer;
}

.cta_image-wrapper {
  height: 100%;
  position: relative;
}

.cta_image {
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-italicize {
  font-style: italic;
}

.text-style-italicize.text-color-brown {
  color: var(--brown);
}

.property_hero-component {
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
  display: flex;
}

.header26_image-wrapper {
  width: 100vw;
  overflow: hidden;
}

.gallery-popup__image {
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image__ratio-43 {
  padding-top: 75%;
  position: relative;
}

.splide__wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 200px;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-popup__image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 50%;
  position: relative;
}

.gallery-popup__image-overlay {
  z-index: 3;
  opacity: 0;
  background-image: linear-gradient(rgba(23, 32, 44, .5), rgba(23, 32, 44, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.gallery-popup__image-overlay.is-rounded-1 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.gallery-popup__image-overlay.is-rounded-2 {
  border-top-right-radius: 8px;
}

.gallery-popup__image-overlay.is-rounded-3 {
  border-bottom-right-radius: 8px;
}

.gallery__button-wrapper {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery__button {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery__button-text {
  letter-spacing: 0;
  text-transform: none;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-popup {
  z-index: 100;
  width: 100%;
  height: auto;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.gallery-popup__content {
  width: 100%;
  height: auto;
  max-width: 64rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
  position: relative;
}

.gallery-popup__header {
  z-index: 101;
  width: 100%;
  height: auto;
  min-height: 60px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gallery-popup__back-button {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.gallery-popup__back-button:hover {
  background-color: var(--hover-gray);
}

.gallery-popup_svg {
  align-items: center;
  display: flex;
}

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

.container__4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.container__4.is-horizontal {
  flex-direction: row;
}

.paragraph, .paragraph-2 {
  flex: 1;
}

.container__text {
  display: flex;
}

.container__text.is-property-header {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}

.container__text.align-right {
  justify-content: flex-end;
}

.link-block__share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 4px;
  padding: .5rem .75rem;
  font-weight: 500;
  transition: background-color .35s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.link-block__share:hover {
  background-color: var(--hover-gray);
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-medium.is-brown {
  color: var(--brown);
}

.layout121_timeline-right {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.layout121_timeline-wrapper {
  position: relative;
}

.layout121_progress-bar {
  width: 2px;
  height: 100%;
  background-color: #000;
}

.layout121_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -1rem;
  padding: 1rem;
  position: relative;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.layout121_progress-bar-wrapper {
  width: 2px;
  height: 75%;
  background-color: rgba(0, 0, 0, .15);
  position: absolute;
  top: 10%;
  left: 2.4375rem;
  right: auto;
}

.to-do_content {
  width: 100%;
  height: 100vh;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.to-do_desktop-image-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.to-do_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.to-do_image, .to-do_mobile-image {
  width: 100%;
  position: absolute;
}

.to-do_mobile-image-wrapper {
  display: none;
}

.to-do_tabs-menu {
  z-index: 5;
  width: 50%;
  grid-column-gap: .25rem;
  background-color: var(--white);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 3rem .5rem .5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.to-do_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.to-do_tab-link {
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex: none;
  padding: .5rem 1.25rem;
  font-weight: 400;
}

.to-do_tab-link.w--current {
  background-color: var(--brown);
  color: var(--white);
  font-weight: 400;
  transition: color .35s cubic-bezier(.25, .46, .45, .94), background-color .6s cubic-bezier(.25, .46, .45, .94);
}

.grid__7-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.is-property-description {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.property-description {
  flex: none;
  overflow: hidden;
}

.read-more {
  cursor: pointer;
  flex: none;
  align-self: flex-start;
  font-weight: 500;
}

.events_date-text {
  opacity: .6;
  font-size: 1.125rem;
  font-weight: 500;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.amenities_item-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: .5rem;
  display: flex;
  position: relative;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-small.is-brown {
  color: var(--brown);
}

.icon-embed-small.is-white {
  color: var(--hover-gray);
}

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

.splide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splide__track {
  width: 100%;
  height: 100%;
}

.slider__progress {
  display: none;
}

.splide__arrows {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.splide__arrow {
  width: 48px;
  height: 48px;
  background-color: var(--brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brown__line {
  width: 3px;
  height: 100%;
  background-color: var(--brown);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link {
  cursor: pointer;
  transition: opacity .35s cubic-bezier(.165, .84, .44, 1);
}

.link:hover {
  opacity: .6;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout294_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.who_component {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  margin-top: 2rem;
  display: grid;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.75rem;
  margin-right: -.75rem;
  display: flex;
}

.row.inner {
  margin-top: 1.5rem;
}

.col {
  flex: 1;
  padding-left: .75rem;
  padding-right: .75rem;
}

.col.col-lg-7 {
  max-width: 58.33%;
}

.col.col-lg-7.align-center {
  align-self: center;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex: 0 41.6667%;
}

.col.col-lg-4 {
  max-width: 33.333%;
  flex: 33.333%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex: 100%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex: 50%;
}

.col.col-lg-6.align-center {
  align-self: center;
}

.col.col-lg-3 {
  flex: 23%;
}

.gallery__component {
  position: relative;
}

.map_image {
  width: 100%;
  height: 100%;
  max-width: 700px;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

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

  .grid__6-6.is-content01 {
    grid-column-gap: 2em;
  }

  .subnav-menu {
    border-radius: 0;
    flex-direction: row;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

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

  .grid__dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .grid__8-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .is-t-visible {
    display: block;
  }

  .sg-nav__menu {
    background-color: #181818;
    flex-direction: column;
    justify-content: center;
  }

  .is-t-hidden {
    display: none;
  }

  .container__2xl {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid__2-2-2-2-2-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .subnav-link {
    font-size: .8rem;
  }

  .grid__3-3-3-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .container__xl {
    padding-left: 3em;
    padding-right: 3em;
  }

  .sidebar {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .grid__4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .grid__4-4-4.is-footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .grid__4-4-4.is-why {
    grid-column-gap: 4em;
  }

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

  .is-btn-t-fw {
    width: 100%;
  }

  .sg-nav-link {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 2em 5vw;
    display: flex;
  }

  .cta-arrow {
    color: #dbf40c;
  }

  .content01_img {
    height: 100%;
  }

  .sg-popup {
    bottom: 1.5em;
    right: 1.5em;
  }

  .card05 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .card05_cta-icon {
    width: 2.7em;
  }

  .card05_cta-link {
    border-bottom-width: 1px;
  }

  .grid--start_bottom {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .container__md, .container__sm {
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .menu-icon_line-middle {
    width: 20px;
    height: 3px;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle.inverted {
    background-color: var(--brown);
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    z-index: 99;
    height: auto;
    background-color: var(--white);
    border-bottom: 0 rgba(0, 0, 0, 0);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    padding: 8rem 2.5rem 2rem;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 3px;
    background-color: var(--white);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom.brown {
    background-color: var(--brown);
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_menu-button {
    align-self: center;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar_component {
    padding: 1em 2rem;
  }

  .menu-icon {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar_dropdown-toggle {
    color: var(--black);
    align-items: center;
    margin-bottom: .5rem;
    padding: .75rem 1rem;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 3px;
    background-color: var(--white);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top.inverted {
    background-color: var(--brown);
  }

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

  .navbar_logo-link {
    z-index: 101;
  }

  .navbar_link {
    width: auto;
    color: var(--black);
    margin-bottom: 1rem;
    padding: .75rem 1rem;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header_content-wrapper {
    display: flex;
  }

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

  .button-group.is-left {
    justify-content: center;
  }

  .map-layout_component {
    min-height: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .property-layout_component, .layout16_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .slider {
    width: 100%;
    height: auto;
  }

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

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

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-modal_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .cta_background-image-wrapper {
    display: none;
  }

  .cta_background-image {
    top: 15%;
  }

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .gallery__image.is-rounded-2 {
    border-top-right-radius: 8px;
  }

  .gallery__image.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .main-image_image {
    height: 100%;
  }

  .gallery15_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .gallery15_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .section {
    padding: 4rem 2rem;
  }

  .section.is-property-hero {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }

  .section.is-map-cta {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .events_list {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .gallery-popup__image-overlay.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .gallery__button-text {
    display: none;
  }

  .gallery-popup__content {
    padding: 4rem 2rem;
  }

  .container__text.is-property-header {
    justify-content: flex-start;
  }

  .link-block__share {
    align-self: center;
    align-items: center;
  }

  .layout121_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout121_timeline-step {
    grid-column-gap: 24px;
  }

  .to-do_content {
    height: auto;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .to-do_desktop-image-wrapper {
    display: none;
  }

  .to-do_content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .to-do_mobile-image {
    height: 100%;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .to-do_mobile-image-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    position: relative;
  }

  .to-do_tabs-menu {
    width: 100%;
  }

  .to-do_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .to-do_tabs-wrapper {
    font-size: 1rem;
  }

  .is-property-description {
    justify-content: flex-start;
  }

  .amenities_content {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .header1_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .row.inner {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 1.5rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .row.is-gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .col.col-lg-7.tablet-full-width {
    max-width: 100%;
  }

  .col.col-lg-7.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-lg-5.col-md-12, .col.col-lg-4.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-lg-4.col-md-12 {
    max-width: 100%;
    flex: 50%;
  }

  .col.col-lg-4.col-md-6 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-lg-8.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-lg-8.col-md-6 {
    max-width: 50%;
    flex: 50%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .col.col-lg-3.col-md-6 {
    flex-basis: 48%;
  }

  .link_text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  h5 {
    font-size: 1.1rem;
  }

  h6 {
    font-size: .9rem;
  }

  .is-btn-l-fw {
    width: 100%;
  }

  .is-h5 {
    font-size: 1.125rem;
  }

  .btn--sec-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

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

  .is-l-visible {
    display: block;
  }

  .is-h6 {
    font-size: .9rem;
  }

  .list--links.is-footer {
    align-items: center;
  }

  .is-h2 {
    font-size: 2.5rem;
  }

  .grid__6-6 {
    grid-template-columns: 1fr;
  }

  .is-h1 {
    font-size: 3rem;
  }

  .grid__dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 2.25fr;
  }

  .grid__8-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid__8-4.is--property {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .is-h3 {
    font-size: 2rem;
  }

  .is-txt-small.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .container__2xl {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid__2-2-2-2-2-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .grid__4-8 {
    grid-template-columns: 1fr 1fr;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

  .subnav-link {
    flex: none;
    padding-left: .5em;
    padding-right: .5em;
  }

  .btn--prm-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .container__xl {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-l-hidden {
    display: none;
  }

  .sidebar {
    width: 100%;
    overflow: hidden;
  }

  .is-txt-medium.is-sg-description {
    max-width: none;
  }

  .table-cell.is-sg-aspect {
    width: 5em;
  }

  .grid__4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .grid__4-4-4.is-footer, .grid__4-4-4.is-why {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

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

  .table_row.is-colors {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .table_row.is-sg-helper {
    grid-template-rows: auto;
    grid-template-columns: .6fr;
  }

  .table_row.is-button {
    grid-template-columns: 1fr;
  }

  .is-display {
    font-size: 3rem;
  }

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

  .sg-table_header-headlines-spacing, .table_header-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .hero02_content-wrapper, .footer_branding {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  ._3columns03_subline-wrap {
    max-width: none;
  }

  .social-icon {
    width: 2.4em;
  }

  .footer_social-wrap {
    width: 100%;
    max-width: 18em;
  }

  ._3columns03_headline-wrap {
    max-width: none;
    margin-bottom: 3em;
  }

  ._3columsnso3_header-wrap {
    flex-direction: column;
  }

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

  .sg-popup {
    max-width: 19em;
  }

  .sg-pop_cta {
    font-size: .85rem;
  }

  .card05 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .card05_cta-wrap {
    width: 100%;
  }

  .card05_cta-link {
    font-size: 1.1rem;
  }

  .fig2flow_cta-img {
    width: 26em;
  }

  .grid--start_bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .container__md, .container__sm {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

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

  .header_content-wrapper {
    grid-template-columns: 1fr;
  }

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

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

  .is-h2-copy {
    font-size: 2.5rem;
  }

  .map-layout_component {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .icon-1x1-xsmall.mobile-1x1-xxsmall {
    width: 1rem;
    height: 1rem;
  }

  .subheader__wrapper, .subheader__wrapper.is-to-do {
    display: flex;
  }

  .property-layout_component, .layout16_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .contact-modal_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-field-2col.is-mobile-1col, .form-radio-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .cta_background-image-wrapper, .map_image-wrapper {
    display: none;
  }

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

  .gallery__image.is-rounded-1 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .gallery__image.is-rounded-2 {
    border-top-right-radius: 0;
  }

  .gallery__image.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

  .gallery15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery15_slider {
    padding-bottom: 3rem;
  }

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

  .section.is-property-hero {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .events_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .gallery-popup__image-overlay.is-rounded-1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .gallery-popup__image-overlay.is-rounded-2 {
    border-top-right-radius: 0;
  }

  .gallery-popup__image-overlay.is-rounded-3 {
    border-bottom-left-radius: 8px;
  }

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

  .layout121_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .layout121_progress-bar-wrapper {
    left: 2rem;
  }

  .to-do_content {
    height: auto;
    flex-direction: column-reverse;
    display: flex;
  }

  .to-do_desktop-image-wrapper {
    display: none;
  }

  .to-do_content-wrapper {
    width: 100%;
  }

  .to-do_mobile-image {
    position: static;
  }

  .to-do_mobile-image-wrapper {
    width: 100%;
    display: block;
  }

  .to-do_tabs-menu {
    display: none;
    position: relative;
    top: 0;
  }

  .to-do_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .to-do_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
  }

  .amenities_content {
    display: flex;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .who_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .row.is-gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .col.col-lg-7.col-sm-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-lg-4.col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-lg-8.col-sm-12 {
    flex: 100%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex: 100%;
  }
}

@media screen and (max-width: 479px) {
  .is-btn-p-fw {
    width: 100%;
  }

  .sg-table_row-spacing {
    background-color: #1d1d1d;
  }

  .is-h6 {
    font-size: .9em;
  }

  .is-h2 {
    font-size: 2.5em;
  }

  .table.is-sg-helpers.is-sg-aspect {
    grid-template-rows: .25fr;
    grid-auto-rows: 1fr;
  }

  .table.is-headlines {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .rich-text ul {
    padding-left: 1em;
  }

  .is-p-hidden {
    display: none;
  }

  .is-h1 {
    font-size: 3em;
  }

  .grid__dsg-lists {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid__8-4 {
    grid-template-columns: 1fr;
  }

  .grid__2-2-2-2-2-2 {
    grid-template-columns: 1fr 1fr;
  }

  .table_header-headlines.sg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid__4-8 {
    grid-template-columns: 1fr;
  }

  .is-h4 {
    font-size: 1.5em;
  }

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

  .btn--prm-med.is-form-submit {
    font-size: 1.4em;
  }

  .form-checkbox-label {
    font-size: 1rem;
  }

  .is-p-visible {
    display: block;
  }

  .grid__4-4-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid__4-4-4.is-footer, .grid__4-4-4.is-why {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .table_row.is-sg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .is-display {
    font-size: 3em;
  }

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

  .sg-projects-headline-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  ._3columsnso3_header-wrap {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .sg-popup {
    z-index: 99999;
    width: 100%;
    max-width: none;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    bottom: -2px;
    right: auto;
  }

  .sg-popup_logo {
    width: 1.8em;
  }

  .sg-pop_cta {
    font-size: .7rem;
  }

  .sg-hor-p-scroll-wrap {
    width: 100%;
    max-width: 90vw;
    overflow: scroll;
  }

  .sg-grid--start_top {
    grid-template-columns: 1fr;
  }

  .card05_cta-link {
    font-size: 1.3em;
  }

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

  .navbar_component {
    padding: 16px 24px;
  }

  .header_content-wrapper {
    grid-template-columns: 1fr;
  }

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

  .is-h2-copy {
    font-size: 2.5em;
  }

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

  .bullets_item-list._2-col, .property-layout_component, .layout16_component {
    grid-template-columns: 1fr;
  }

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_credit-text {
    text-align: center;
  }

  .contact-modal_component {
    display: none;
  }

  .section {
    padding: 32px 24px;
  }

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

  .gallery-popup__content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding: 2rem 1rem;
    display: flex;
  }

  .gallery-popup__header {
    min-height: 50px;
    padding: .5rem;
  }

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

  .to-do_content {
    height: auto;
  }

  .to-do_tabs-menu {
    width: 90vw;
    justify-content: flex-start;
    overflow: scroll;
  }

  .to-do_component {
    grid-template-columns: 1fr;
  }

  .amenities_content {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .header1_component, .who_component {
    grid-template-columns: 1fr;
  }

  .row.inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .col.col-lg-8.col-md-6.col-sm-12 {
    max-width: 100%;
  }
}

#w-node-_7d57d74f-5bc6-258f-74bf-5816d1b5ee62-325843b8 {
  grid-area: 1 / 1 / 5 / 6;
}

#w-node-_1138c6e4-f6dc-486f-8bd6-0f9160d73746-325843b8 {
  grid-area: 1 / 6 / 5 / 9;
}

#w-node-_7694c8f0-b146-aedc-f4a4-881ab4f71d9b-325843b8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b1616560-be71-72f0-ec4e-b01c7bea46ac-325843b8 {
  grid-area: 5 / 1 / 7 / 5;
}

#w-node-_6a63b862-6fc3-b0f8-cc16-0bd14bb67cf8-325843b8 {
  grid-area: 5 / 5 / 8 / 9;
}
/* #6 */
#w-node-_6a47e84d-afa4-cc23-a690-4ae13feb54eb-325843b8 {
  grid-area: span 6 / span 8 / span 6 / span 8;
}

#w-node-e8999ec9-4947-9f98-5ffa-ecaf5100c7aa-325843b8 {
  grid-area: 14 / 1 / 18 / 5;
}

#w-node-f94817a9-84a1-3de4-c625-70c75e7b0488-325843b8 {
  grid-area: 14 / 5 / 18 / 9;
}

#w-node-_7e18cc28-65d9-b7f4-0263-f8eab0f70df9-325843b8 {
  grid-area: 18 / 1 / 22 / 4;
}

#w-node-f04dac2d-97ab-8f2d-fdd1-523d00c55791-325843b8 {
  grid-area: span 4 / span 5 / span 4 / span 5;
}

#w-node-c0567383-d1e3-46bd-7c31-2a50bcd30049-325843b8 {
  grid-area: 22 / 5 / 24 / 9;
}

#w-node-_21903a5c-414f-5853-868d-f6d91d2c33b9-325843b8 {
  grid-area: 22 / 1 / 27 / 5;
}

#w-node-a7b7a929-73b4-7339-596d-a4b41e18ea94-325843b8 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_8e5fe274-4f30-18f5-a370-7a80a1d9da56-325843b8 {
  grid-area: 27 / 1 / 30 / 9;
}

#w-node-b91aa93c-82e8-7c4e-26bd-b2b5fa8216b6-325843b8 {
  grid-area: 30 / 1 / 33 / 6;
}

#w-node-_54165037-73ea-dbab-df22-cb18965dd0e8-325843b8 {
  grid-area: 30 / 6 / 33 / 9;
}

#w-node-_1b0ca4c2-2cdd-5ed6-a86f-a55140b45f92-325843b8, #w-node-b2606518-4d77-b49c-8875-43bb6f4b175f-325843b8 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_700051a9-8352-8c7a-44e1-0c6769a106d9-325843b8 {
  grid-area: span 3 / span 5 / span 3 / span 5;
}

#w-node-ceebc278-8238-5727-a751-9aef281af8e5-325843b8 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-e2514136-ee1f-1b69-b080-67c6974624f1-325843b8 {
  grid-area: span 3 / span 4 / span 3 / span 4;
}

#w-node-_0c76153a-b6ca-4385-ca84-700fdf2cddf6-325843b8 {
  grid-area: 39 / 5 / 44 / 9;
}

#w-node-_335ea024-8780-2853-77c0-26944e3b46c3-325843b8 {
  grid-area: span 2 / span 4 / span 2 / span 4;
}

#w-node-_1129b827-46d9-35d3-15cf-d932d4c78971-325843b8 {
  grid-area: span 4 / span 5 / span 4 / span 5;
}

#w-node-_6047639f-55b0-0b7c-dc95-08c8b85d678d-325843b8 {
  grid-area: 44 / 6 / 48 / 9;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2b7f-325843be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bb6-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd1-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd2-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bd8-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bdb-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bde-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bdf-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be2-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2beb-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bec-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bef-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf2-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf8-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf9-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bfc-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bff-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c05-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c06-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c09-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c12-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c13-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c16-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c19-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1f-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c20-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c23-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c26-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c2c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c2d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c30-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c33-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c4c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c4d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c50-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c53-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c56-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c59-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c5a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c5d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c60-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c66-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c67-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c6a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c6d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c73-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c74-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c77-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c80-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c81-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c84-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c87-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8e-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c91-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c94-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca1-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca2-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca8-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ca9-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cac-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2caf-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb0-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb3-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb6-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cb7-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cba-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cbd-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cbe-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc1-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc4-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cc8-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccb-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccc-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ccf-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd2-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd3-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd6-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cd9-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cda-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cdd-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce0-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce1-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce4-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce7-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ce8-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2ceb-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cee-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cef-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf2-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf6-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cf9-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cfc-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2cfd-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d00-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d10-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d13-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d15-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1e-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d28-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d29-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1b-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e1e-325843be, #w-node-_9f8452de-a105-d399-a520-347ac08276a6-325843be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f8452de-a105-d399-a520-347ac08276a7-325843be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9f8452de-a105-d399-a520-347ac08276aa-325843be, #w-node-e65cf577-ece5-4487-4f9a-378cd9a6040d-325843be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e65cf577-ece5-4487-4f9a-378cd9a6040e-325843be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e65cf577-ece5-4487-4f9a-378cd9a60411-325843be, #w-node-ee564c97-d108-40fc-ade5-6fa95bb7f636-325843be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee564c97-d108-40fc-ade5-6fa95bb7f637-325843be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ee564c97-d108-40fc-ade5-6fa95bb7f63a-325843be, #w-node-_308c531f-c7f4-6974-da2e-6e99b57665f1-325843be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_308c531f-c7f4-6974-da2e-6e99b57665f2-325843be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_308c531f-c7f4-6974-da2e-6e99b57665f5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e36-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e37-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e3e-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e41-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e46-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e47-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e4a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e4f-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e50-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e53-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e58-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e59-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2e5c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f3-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f4-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33f7-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fa-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fd-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc33fe-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3401-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3404-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3407-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3408-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc340b-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc340e-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3411-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3412-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3415-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3418-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341b-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc341f-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3422-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3425-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3426-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3429-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc342c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3436-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3437-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc343e-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3441-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3444-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3445-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3448-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344b-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc344f-325843be, #w-node-_6aa1cf2e-40e4-145e-a59f-a82b494666a7-325843be, #w-node-_6aa1cf2e-40e4-145e-a59f-a82b494666a8-325843be, #w-node-_6aa1cf2e-40e4-145e-a59f-a82b494666ab-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3452-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3453-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3456-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3460-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3461-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3464-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3467-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3468-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346b-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346e-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc346f-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3472-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3475-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3476-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3479-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc347c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc347d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3480-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3483-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3484-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3487-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348b-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348e-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3491-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3492-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3495-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3498-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3499-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc349c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc349f-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a0-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a3-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a6-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a7-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34aa-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ad-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ae-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b1-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b4-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b8-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bb-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bc-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34bf-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c2-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c3-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c6-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c9-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34ca-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34cd-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d0-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d1-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d4-325843be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7d57d74f-5bc6-258f-74bf-5816d1b5ee62-325843b8 {
    grid-row-end: 4;
    grid-column-end: 5;
  }

  #w-node-_1138c6e4-f6dc-486f-8bd6-0f9160d73746-325843b8 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_7694c8f0-b146-aedc-f4a4-881ab4f71d9b-325843b8 {
    grid-column: span 8 / span 8;
  }

  #w-node-b1616560-be71-72f0-ec4e-b01c7bea46ac-325843b8 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_6a47e84d-afa4-cc23-a690-4ae13feb54eb-325843b8 {
    grid-row: span 5 / span 5;
  }

  #w-node-e8999ec9-4947-9f98-5ffa-ecaf5100c7aa-325843b8, #w-node-f94817a9-84a1-3de4-c625-70c75e7b0488-325843b8 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_7e18cc28-65d9-b7f4-0263-f8eab0f70df9-325843b8, #w-node-f04dac2d-97ab-8f2d-fdd1-523d00c55791-325843b8 {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-c0567383-d1e3-46bd-7c31-2a50bcd30049-325843b8 {
    grid-area: span 2 / span 8 / span 2 / span 8;
  }

  #w-node-_21903a5c-414f-5853-868d-f6d91d2c33b9-325843b8 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_8e5fe274-4f30-18f5-a370-7a80a1d9da56-325843b8 {
    grid-area: span 3 / span 8 / span 3 / span 8;
  }

  #w-node-b91aa93c-82e8-7c4e-26bd-b2b5fa8216b6-325843b8 {
    grid-area: span 3 / span 5 / span 3 / span 5;
  }

  #w-node-_54165037-73ea-dbab-df22-cb18965dd0e8-325843b8 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_0c76153a-b6ca-4385-ca84-700fdf2cddf6-325843b8 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_335ea024-8780-2853-77c0-26944e3b46c3-325843b8 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_1129b827-46d9-35d3-15cf-d932d4c78971-325843b8 {
    grid-row: span 3 / span 3;
  }

  #w-node-_6047639f-55b0-0b7c-dc95-08c8b85d678d-325843b8 {
    grid-area: span 4 / span 8 / span 4 / span 8;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2b7f-325843be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc348a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc3498-325843be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-325843be {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-325843be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-325843be {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34a6-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34b4-325843be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7d57d74f-5bc6-258f-74bf-5816d1b5ee62-325843b8 {
    grid-area: 1 / 1 / 4 / 5;
  }

  #w-node-_1138c6e4-f6dc-486f-8bd6-0f9160d73746-325843b8 {
    grid-area: 1 / 5 / 4 / 9;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2be8-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2bf5-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c02-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c0f-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c1c-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c29-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c36-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c63-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c70-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c7d-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c8a-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2c97-325843be {
    grid-column-end: 4;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d0f-325843be {
    grid-row: 3 / 4;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d12-325843be {
    grid-row: 5 / 6;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d1d-325843be {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc2d28-325843be {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34c2-325843be, #w-node-a4b80271-ec07-a9b3-95fa-c85c53bc34d0-325843be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


