:root {
  --black--700: #232323;
  --black--400: #888;
  --black--300: #adadad;
  --white: #fff;
  --green--200: #dbd9ca;
  --green--300: #c7c5b6;
  --khaki--100: #fcf4e7;
  --yellow--300: #f2e1ad;
  --black--600: #424242;
  --black--500: #646464;
  --white-2: white;
  --black: black;
  --black--200: #d5d5d5;
  --black--100: #f1f1f1;
  --khaki--500: #e1d7c7;
  --puce--500: #56443e;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.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 {
  color: #000;
  font-family: Everflow, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

.margin-vertical, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.margin-top, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label.text-size-small {
  font-size: .875rem;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  background-color: var(--black--700);
  color: #fff;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: var(--black--400);
}

.text-color-grey.is-black-bg {
  color: var(--black--300);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Everflow, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

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

.heading-style-h1 {
  font-family: Everflow, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1.text-color-white {
  font-family: Everflow, sans-serif;
  font-weight: 300;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
  font-weight: 300;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  color: #000;
  font-family: Everflow, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
  font-weight: 300;
}

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

.text-size-small.text-weight-semibold.text-inline {
  color: #000;
  display: inline;
}

.text-size-small.text-weight-semibold.text-inline.text-color-white {
  color: #fff;
}

.heading-style-h4 {
  color: var(--black--700);
  font-family: Everflow, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h4.text-color-white {
  color: var(--white);
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon:active {
  background-color: var(--white);
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

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

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  border-radius: 50px;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  border-radius: 25px;
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: #000;
}

.heading-style-h6 {
  font-family: Everflow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-link.text-size-small {
  font-size: .875rem;
}

.text-style-link.is-white {
  color: var(--white);
}

.text-size-large {
  font-family: Everflow, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

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

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-family: Everflow, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  color: #000;
  font-family: Everflow, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h5.text-color-white {
  color: #fff;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

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

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px solid var(--black--700);
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Everflow, sans-serif;
  font-weight: 600;
}

.button:hover {
  background-color: var(--white);
  color: var(--black--700);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
  border-radius: 50px;
}

.button.is-secondary:hover {
  background-color: var(--black--700);
  color: var(--white);
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  border-radius: 50px;
}

.button.is-secondary.is-alternate:hover {
  background-color: var(--white);
  color: var(--black--700);
}

.button.is-secondary.is-small {
  padding: .5rem 1.25rem;
}

.button.is-secondary.is-filled {
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black--700);
}

.button.is-secondary.is-filled:hover {
  background-color: var(--black--700);
  color: var(--white);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.button.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-link.is-alternate {
  color: #fff;
}

.button.is-wide {
  background-color: var(--black--700);
  border-radius: 50px;
  width: 100%;
}

.button.is-wide:hover {
  background-color: var(--green--200);
}

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

.text-size-medium {
  font-family: Everflow, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

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

.text-size-medium.text-weight-bold {
  font-weight: 700;
}

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

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

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

.home-message_content {
  color: #000;
  background-color: #0000000d;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.has-gradient {
  background-image: linear-gradient(to bottom, #0000, var(--black--700));
}

.header30_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.section_header30 {
  position: relative;
}

.header30_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header30_content {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.navbar5_menu-dropdown {
  position: static;
}

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

.navbar5_dropdown-background-layer {
  background-color: #f4f4f4;
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.icon-embed-xsmall.is-black, .icon-embed-xsmall.is-star {
  color: var(--black--700);
}

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

.navbar5_icon-wrapper {
  flex: none;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar5_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar5_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: 1.5rem 1rem;
  display: flex;
}

.navbar5_menu-button {
  padding: 0;
}

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

.navbar5_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.icon-embed-xxsmall {
  color: var(--black--700);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

.navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.navbar5_dropdown-content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-content-wrapper.z-index-1 {
  z-index: 1;
  position: relative;
}

.navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar5_link {
  padding: 1.5rem 1rem;
}

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

.navbar5_component {
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

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

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

.blog34_image-link {
  border-radius: 15px;
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

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

.section_blog34 {
  background-color: #fcf4e7;
}

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

.blog34_image-wrapper {
  width: 100%;
  padding-top: 66%;
  display: none;
  position: relative;
  overflow: hidden;
}

.blog34_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog34_category-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--white);
  border-radius: 50px;
  align-items: center;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.blog34_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog34_category-link.is-apartment-page {
  border: 1px solid var(--green--300);
  background-color: var(--green--200);
  color: var(--white);
}

.blog34_meta-wrapper {
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.blog34_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog34_item {
  border: 1px solid var(--green--300);
  background-color: #dbd9ca;
  border-radius: 25px;
  padding: 12px;
}

.blog34_item.is-temple-bar {
  flex-direction: column;
  justify-content: flex-start;
  padding: 12px;
  display: block;
}

.blog34_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.room-price {
  align-items: center;
  display: flex;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout1_image-wrapper {
  border-radius: 50px;
  overflow: hidden;
}

.section_layout1.background-color-black {
  background-color: var(--black--700);
}

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

.layout192_image-wrapper {
  border-radius: 50px;
  overflow: hidden;
}

.section_layout192 {
  background-color: var(--khaki--100);
}

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

.layout192_image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.search-bar {
  display: none;
}

.navbar3_container {
  grid-column-gap: 45px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-2.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-2.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-2.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.navbar3_tablet-menu-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 8px;
  position: absolute;
}

.navbar3_link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1.3rem;
}

.navbar3_link:hover {
  color: var(--yellow--300);
}

.navbar3_link:active {
  color: var(--black--700);
}

.navbar3_link.w--current {
  color: var(--yellow--300);
}

.navbar3_logo-link {
  padding: 16px;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_dropdown-link {
  border-radius: 50px;
  padding: .5rem 1rem;
}

.navbar3_dropdown-link:hover {
  background-image: linear-gradient(to bottom, var(--black--700), var(--black--700));
  color: var(--white);
}

.navbar3_dropdown-link.w--current {
  background-color: var(--black--700);
  color: var(--yellow--300);
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  color: #fff;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar3_dropdown-toggle:hover {
  color: var(--yellow--300);
}

.navbar3_component {
  z-index: 7;
  background-color: var(--black--700);
  border-bottom: 1px #000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar3_component.background-color-black {
  z-index: 10;
  background-color: var(--black--700);
  position: relative;
}

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

.text-size-medium-2.text-color-white {
  color: #fff;
}

.section_header50 {
  position: relative;
}

.header50_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header50_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: karmina, sans-serif;
  font-weight: 600;
}

.button-3.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.slide-nav {
  z-index: 2;
  padding-top: 20px;
  display: block;
}

.property-image_slider {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tag-text {
  color: var(--black--700);
}

.left-arrow {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2323235e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  display: flex;
}

.left-arrow:hover {
  background-color: #232323ba;
}

.left-arrow:active {
  background-color: #232323d6;
}

.right-arrow {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2323235e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  display: flex;
}

.right-arrow:hover {
  background-color: #232323ba;
}

.right-arrow:active {
  background-color: #232323d6;
}

.left-arrow-copy {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2323235e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  display: flex;
}

.footer11_top-wrapper {
  grid-column-gap: 4vw;
  border: 1px solid var(--black--600);
  background-color: #2b2b2b;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding: 3rem;
}

.footer11_logo-link {
  float: none;
  padding-left: 0;
}

.footer11_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;
  place-items: start;
  display: none;
}

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

.footer11_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer11_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer11_link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer11_link:hover {
  color: var(--yellow--300);
}

.footer11_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer11_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: grid;
}

.footer11_legal-link {
  color: var(--black--500);
  font-size: .875rem;
  text-decoration: underline;
}

.button-4 {
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: karmina, sans-serif;
  font-weight: 600;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-4.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

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

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

.blog40_item {
  border: 1px solid #000;
  border-radius: 25px;
  overflow: hidden;
}

.blog40_item.background-color-white {
  background-color: var(--green--200);
  outline-offset: 0px;
  border-radius: 25px;
  outline: 0 solid #000;
}

.blog40_item.background-color-white {
  outline-offset: 0px;
  background-color: #dbd9ca;
  border-radius: 25px;
  outline: 0 solid #000;
}

.blog40_item.background-color-white:hover {
  outline-offset: 0px;
  outline: 1px #000;
  box-shadow: 0 10px 16px -3px #0003;
}

.blog40_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog40_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog40_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog40_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog40_meta-wrapper {
  color: #000;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.blog40_category {
  background-color: #f4f4f4;
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog40_title-wrapper {
  margin-bottom: .5rem;
}

.blog40_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.button-5 {
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: karmina, sans-serif;
  font-weight: 600;
}

.button-5.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.blog40_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section_header65 {
  position: relative;
}

.button-6 {
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: karmina, sans-serif;
  font-weight: 600;
}

.button-6.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-6.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.header65_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header65_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.button-7 {
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: karmina, sans-serif;
  font-weight: 600;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-7.is-secondary.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-7.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-7.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-7.is-link.is-icon.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-7.is-small {
  padding: .5rem 1.25rem;
}

.button-7.is-small.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-7.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
  border-radius: 50px;
}

.button-7.is-secondary:hover {
  background-color: var(--black--700);
  color: var(--white);
}

.button-7.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

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

.section_layout176 {
  position: relative;
}

.layout176_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

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

.layout176_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.layout176_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_cta25, .section_cta27 {
  position: relative;
}

.cta27_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.cta27_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.book-now_banner {
  display: none;
}

.navbar_button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-bottom-width: .125rem;
  border-radius: 50px;
  padding: .75rem 1.5rem;
}

.navbar_button:hover {
  background-color: var(--white);
  color: var(--black--700);
}

.navbar3_logo-mobile {
  display: none;
}

.home-header_button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 2px solid #fff;
  border-bottom-width: .125rem;
  border-radius: 50px;
  margin-right: 1rem;
  padding: .75rem 1.5rem;
}

.home-header_button:hover {
  background-color: var(--white);
  color: var(--black--700);
}

.section_gallery14 {
  overflow: hidden;
}

.gallery14_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.gallery14_mask {
  overflow: visible;
}

.gallery14_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery14_image-wrapper {
  width: 100%;
}

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

.gallery14_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery14_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery14_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.section_gallery13 {
  overflow: hidden;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  height: 500px;
  display: grid;
  overflow: hidden;
}

.gallery13_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.gallery13_image-wrapper {
  position: relative;
}

.gallery13_image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.gallery13_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  margin-top: 240px;
  margin-bottom: 240px;
  position: absolute;
}

.gallery13_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

.product-header2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 7rem;
  padding-bottom: 3rem;
}

.product-header2_content-top {
  margin-bottom: 3rem;
}

.product-header2_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.breadcrumb-link {
  color: #000;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.product-header2_gallery {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.product-header2_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.product-header2_image-wrapper {
  aspect-ratio: auto;
  width: 100%;
  height: 100%;
}

.product-header2_main-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 100%;
}

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

.product-header2_image-small {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header2_image-small.is-top-right {
  border-top-right-radius: 50px;
}

.product-header2_image-small.is-bottom-right {
  border-bottom-right-radius: 50px;
}

.product-header2_gallery-button-wrapper {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.product-header2_content-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-header2_product-title-wrapper {
  margin-bottom: .5rem;
}

.product-header2_tabs-menu {
  align-items: center;
  display: flex;
}

.product-header2_tab-link {
  background-color: #0000;
  border-bottom: 1.5px solid #0000;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header2_tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #000;
}

.product-header2_product-details {
  display: block;
  position: sticky;
  top: 6rem;
}

.product-header2_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header2_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header2_rating-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.product-header2_option {
  margin-bottom: 1.5rem;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.variant-button {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.variant-button.is-disabled {
  opacity: .25;
}

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

.product-header2_modal {
  z-index: 110;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.product-header2_modal-content-wrapper {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  display: block;
  position: absolute;
  overflow: scroll;
}

.product-header2_modal-lightbox-link {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: block;
  position: relative;
}

.product-header2_modal-main-image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_modal-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_modal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-header2_modal-image-wrapper-small {
  width: 100%;
  height: 100%;
  padding-top: 80%;
  position: relative;
}

.product-header2_modal-image-small {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-header2_modal_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.product-header2_modal-background-overlay {
  z-index: -1;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.book-date_embed {
  position: sticky;
  top: 8rem;
}

.blog34_room-description {
  font-family: karmina, sans-serif;
  font-size: 1rem;
  display: none;
}

.background-color-khaki {
  background-color: var(--khaki--100);
}

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

.product-header2_tag-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--white);
  border-radius: 3px;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 1rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.product-header2_tag-link.w--current {
  border-bottom: 2px solid #000;
}

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

.product-header2_ameneties-heading {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.product-header2_description-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.button-8 {
  border: 1px solid var(--black--700);
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: karmina, sans-serif;
  font-weight: 600;
}

.button-8:hover {
  background-color: var(--white);
  color: var(--black--700);
}

.button-8.is-small {
  padding: .5rem 1.25rem;
}

.button-8.is-small.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-8.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-8.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
  border-radius: 50px;
}

.button-8.is-secondary:hover {
  background-color: var(--black--700);
  color: var(--white);
}

.button-8.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-8.is-secondary.is-small {
  padding: .5rem 1.25rem;
}

.button-8.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-8.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-8.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.corporate-relocation_how-it-works_component {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.corporate-relocation_how-it-works_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  display: grid;
}

.corporate-relocation_how-it-works_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.corporate-relocation_feature_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.corporate-relocation_feature_image {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.section_corporate-relocation_cta {
  position: relative;
}

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

.corporate-relocation_team_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.corporate-relocation_team_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.corporate-relocation_team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.corporate-relocation_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.social-link {
  color: var(--black--700);
  letter-spacing: 0;
  text-decoration: none;
}

.social-link:hover {
  color: var(--black--500);
}

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

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

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

.footer1_form_component {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

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

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer1_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: grid;
}

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

.paragraph {
  font-family: Everflow, sans-serif;
  font-weight: 300;
}

.section_header54 {
  position: relative;
}

.header54_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header54_background-image {
  object-fit: cover;
  object-position: 50% 22%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.section_about-dartry-house_header {
  position: relative;
}

.about-dartry-house_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.about-dartry-house_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-dartry-house_about_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;
}

.about-dartry-house_about_image {
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.about-dartry-house_how-it-works_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-dartry-house_how-it-works_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.about-dartry-house_how-it-works_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-dartry-house_gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.about-dartry-house_gallery_lightbox-link {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-dartry-house_gallery_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.about-dartry-house_gallery_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.about-dartry-house_stats_image {
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.about-dartry-house_stats_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.about-dartry-house_award-logos-list_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;
}

.about-dartry-house_award-logos-list_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
}

.about-dartry-house_award-logos-list_wrapper {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .875rem;
  display: flex;
}

.about-dartry-house_award-logos-list_logo {
  max-height: 3.5rem;
}

.about-dartry-house_team_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.about-dartry-house_team_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.about-dartry-house_team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.about-dartry-house_team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.about-dartry-house_client-logos-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.about-dartry-house_client-logos-list_logo {
  max-height: 3.5rem;
}

.div-block {
  border-radius: 50px;
}

.button-9 {
  border: 1px solid var(--black--700);
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Everflow, sans-serif;
  font-weight: 600;
}

.button-9:hover {
  background-color: var(--white);
  color: var(--black--700);
}

.button-9.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button-9.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
  border-radius: 50px;
}

.button-9.is-secondary:hover {
  background-color: var(--black--700);
  color: var(--white);
}

.button-9.is-secondary.is-small {
  padding: .5rem 1.25rem;
}

.section_customer-reviews_header {
  position: relative;
}

.customer-reviews_header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.customer-reviews_header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.customer-reviews_reviews_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.customer-reviews_reviews_content {
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.customer-reviews_reviews_content.background-color-black {
  border-radius: 50px;
}

.customer-reviews_reviews_rating-wrapper {
  display: flex;
}

.customer-reviews_reviews_rating-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.customer-reviews_reviews_client {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.customer-reviews_reviews_client-image-wrapper {
  margin-bottom: 1rem;
}

.customer-reviews_reviews_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.customer-reviews_reviews_client-info {
  margin-bottom: 1rem;
}

.customer-reviews_reviews_logo {
  max-height: 3rem;
}

.section_customer-reviews_testimonial {
  background-color: var(--khaki--100);
}

.customer-reviews_testimonial_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.customer-reviews_testimonial_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.customer-reviews_testimonial_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.customer-reviews_testimonial_logo {
  max-height: 3.5rem;
}

.customer-reviews_testimonial_client-image-wrapper {
  margin-bottom: 1rem;
}

.customer-reviews_testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.customer-reviews_testimonial_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.customer-reviews_testimonial_arrow.hide-mobile-landscape {
  margin-top: 240px;
  margin-bottom: 240px;
  position: absolute;
}

.customer-reviews_testimonial_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.customer-reviews_cta_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.customer-reviews_cta_content {
  flex: 1;
}

.customer-reviews_cta_button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.customer-reviews_client-logos-list_component {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.customer-reviews_client-logos-list_logo {
  max-height: 3.5rem;
}

.text-weight-thin {
  font-weight: 100;
}

.padding-section-header {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.button-10 {
  border: 1px solid var(--black--700);
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Everflow, sans-serif;
  font-weight: 600;
}

.button-10:hover {
  background-color: var(--white);
  color: var(--black--700);
}

.button-10.is-small {
  padding: .5rem 1.25rem;
}

.button-10.is-small.is-alternate {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.button-10.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-10.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
  border-radius: 50px;
}

.button-10.is-secondary:hover {
  background-color: var(--black--700);
  color: var(--white);
}

.button-10.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.button-11 {
  border: 1px solid var(--black--700);
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Everflow, sans-serif;
  font-weight: 600;
}

.button-11:hover {
  background-color: var(--white);
  color: var(--black--700);
}

.section_product-header9 {
  position: relative;
}

.product-header9_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header9_content-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.product-header9_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.product-header9_list-wrapper {
  border: 1px solid var(--green--300);
  background-color: var(--green--200);
  border-radius: 25px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

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

.product-header9_item {
  display: flex;
}

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

.product-header9_accordion-wrapper {
  border-bottom: 1px solid #000;
}

.product-header9_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header9_heading {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.product-header9_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

.product-header9_details {
  overflow: hidden;
}

.product-header9_content-right {
  position: sticky;
  top: 8rem;
}

.product-header9_lightbox-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-header9_lightbox-thumbnail {
  object-fit: cover;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.product-header9_price-wrapper {
  display: flex;
}

.product-header9_separator {
  background-color: #000;
  width: 1px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-header9_reviews-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-header9_rating-wrapper {
  margin-bottom: .25rem;
  display: flex;
}

.product-header9_rating-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.button-12 {
  border: 1px solid var(--black--700);
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Everflow, sans-serif;
  font-weight: 600;
}

.button-12:hover {
  background-color: var(--white);
  color: var(--black--700);
}

.button-12.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-12.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
  border-radius: 50px;
}

.button-12.is-secondary:hover {
  background-color: var(--black--700);
  color: var(--white);
}

.button-12.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

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

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

.testimonial5_rating-wrapper {
  display: flex;
}

.testimonial5_rating-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial5_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial5_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial5_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.testimonial5_divider {
  background-color: #000;
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial5_logo {
  max-height: 3rem;
}

.lodgify_temple-bar_widget {
  position: static;
}

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

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

.contact6_item {
  display: flex;
}

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

.contact6_form_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact6_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: none;
}

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

.button-13 {
  border: 1px solid var(--black--700);
  background-color: var(--black--700);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Everflow, sans-serif;
  font-weight: 600;
}

.button-13:hover {
  background-color: var(--white);
  color: var(--black--700);
}

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

.error-text {
  color: #e23939;
}

.navbar_dropdown-text {
  font-size: 1.3rem;
}

.button-14 {
  color: #fff;
  text-align: center;
  background-color: #232323;
  border: 1px solid #232323;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Everflow, sans-serif;
  font-weight: 600;
}

.button-14:hover {
  color: #232323;
  background-color: #fff;
}

.button-14.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-14.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-14.is-small {
  padding: .5rem 1.25rem;
}

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

.product-header9_list-wrapper-2 {
  background-color: #dbd9ca;
  border: 1px solid #c7c5b6;
  border-radius: 25px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
}

.button-15 {
  color: #fff;
  text-align: center;
  background-color: #232323;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: karmina, sans-serif;
  font-weight: 600;
}

.button-15.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-15.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.icon-embed-xsmall-2.is-black {
  color: #232323;
}

.button-16 {
  color: #fff;
  text-align: center;
  background-color: #232323;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: karmina, sans-serif;
  font-weight: 600;
}

.button-16.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-16.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-17 {
  color: #fff;
  text-align: center;
  background-color: #232323;
  border: 1px solid #232323;
  border-radius: 50px;
  padding: .75rem 1.5rem;
  font-family: Everflow, sans-serif;
  font-weight: 600;
}

.button-17:hover {
  color: #232323;
  background-color: #fff;
}

.button-17.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-17.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-17.is-small {
  padding: .5rem 1.25rem;
}

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

.layout118_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout118_image-wrapper {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

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

.button-18 {
  position: absolute;
  inset: 0%;
}

.location_button {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.icon-embed-xxsmall-3 {
  color: var(--black--700);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.contact-link {
  color: var(--black--700);
  letter-spacing: 0;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--black--500);
}

.contact-link.is-footer {
  color: var(--white);
}

.contact-link.is-footer:hover {
  color: var(--black--300);
}

.contact6_item-copy, .contact-us_item {
  display: flex;
}

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

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

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

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

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #000000bd;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-19 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
  display: none;
}

.section_contact-modal1 {
  display: block;
  position: relative;
}

.contact-modal1_content-wrapper {
  background-color: #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  display: flex;
  overflow: scroll;
}

.form_input-2 {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.show-mobile-landscape {
  display: none;
}

.contact-modal1_form_component {
  flex-direction: column;
  align-items: stretch;
}

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

.contact-modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-modal1_close-button {
  color: #fff;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.modal-link {
  color: var(--black--700);
  margin-bottom: .5rem;
  font-size: 2rem;
  text-decoration: underline;
}

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

.button-wrapper {
  display: flex;
}

.button-wrapper.horizontal-centre {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.button-20 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-20.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.copied-to-clipboard {
  align-items: center;
  display: block;
}

.copied-url {
  display: none;
}

.text-block {
  color: #232323;
}

.testimonial1_logo {
  max-height: 3.5rem;
}

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

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

.section_testimonial1 {
  background-image: linear-gradient(#0009, #0009), url('../images/Golf-Course-Edwin-Compton.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.testimonial1_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial1_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

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

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

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

  .navbar5_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .navbar5_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

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

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

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

  .navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_large-item-content {
    width: 100%;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_blog-list, .navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar5_dropdown-content {
    flex-direction: column;
  }

  .navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

  .navbar5_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

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

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

  .navbar5_blog-item {
    width: 100%;
  }

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

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

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

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

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

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

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

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

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

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

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

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

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

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

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

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

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .footer11_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .layout176_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

  .gallery14_image-wrapper {
    padding-top: 66.66%;
  }

  .product-header2_component {
    padding-bottom: 2.5rem;
  }

  .product-header2_content-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr minmax(16rem, .5fr);
    max-width: 100%;
  }

  .product-header2_modal-content-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .corporate-relocation_how-it-works_list {
    grid-column-gap: 2rem;
  }

  .corporate-relocation_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .corporate-relocation_team_list {
    grid-column-gap: 2rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .about-dartry-house_about_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-dartry-house_how-it-works_list {
    grid-column-gap: 2rem;
  }

  .about-dartry-house_stats_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-dartry-house_award-logos-list_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about-dartry-house_team_list {
    grid-template-columns: 1fr 1fr;
  }

  .customer-reviews_reviews_component {
    grid-column-gap: 2rem;
  }

  .customer-reviews_cta_component {
    grid-column-gap: 3rem;
  }

  .customer-reviews_cta_content {
    margin-right: 3rem;
  }

  .customer-reviews_cta_button-row {
    flex: none;
  }

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

  .product-header9_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header9_content-right {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .product-header9_lightbox-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .testimonial5_component {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }

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

  .layout118_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

  .margin-bottom.margin-small.is-medium-mobile {
    margin-bottom: 1.5rem;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-size-small.hide-mobile-landscape {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar5_menu {
    padding-bottom: 6rem;
  }

  .navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar5_component {
    min-height: 4rem;
  }

  .navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .blog34_list, .layout1_component, .layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .button-2.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .footer11_top-wrapper {
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .footer11_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer11_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer11_credit-text {
    margin-top: 2rem;
  }

  .footer11_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .blog40_list, .layout176_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery14_slider {
    padding-bottom: 3rem;
  }

  .gallery14_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery14_arrow.hide-mobile-landscape {
    display: none;
  }

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

  .gallery13_arrow.hide-mobile-landscape {
    display: none;
  }

  .product-header2_component {
    padding-bottom: 1.5rem;
  }

  .product-header2_content-top {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    display: flex;
  }

  .product-header2_breadcrumb {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .product-header2_gallery {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .product-header2_main-image {
    border-radius: 25px;
  }

  .product-header2_list {
    display: none;
  }

  .product-header2_content-bottom {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .product-header2_modal {
    display: none;
  }

  .product-header2_modal-content-wrapper {
    padding-bottom: 7rem;
  }

  .button-8.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .corporate-relocation_how-it-works_list, .corporate-relocation_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .corporate-relocation_faq_component {
    grid-row-gap: 2.5rem;
  }

  .corporate-relocation_team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .about-dartry-house_about_component, .about-dartry-house_how-it-works_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-dartry-house_gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-dartry-house_stats_component, .about-dartry-house_award-logos-list_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-dartry-house_award-logos-list_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-dartry-house_award-logos-list_logo {
    max-height: 3rem;
  }

  .about-dartry-house_team_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about-dartry-house_client-logos-list_component {
    padding-top: 1rem;
  }

  .about-dartry-house_client-logos-list_logo {
    max-height: 3rem;
  }

  .button-9.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .customer-reviews_reviews_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .customer-reviews_reviews_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .customer-reviews_reviews_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .customer-reviews_testimonial_component {
    padding-bottom: 3rem;
  }

  .customer-reviews_testimonial_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .customer-reviews_testimonial_arrow.hide-mobile-landscape {
    display: none;
  }

  .customer-reviews_cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .customer-reviews_cta_content {
    margin-right: 0;
  }

  .customer-reviews_cta_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .customer-reviews_client-logos-list_component {
    padding-top: 1rem;
  }

  .customer-reviews_client-logos-list_logo {
    max-height: 3rem;
  }

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

  .product-header9_content {
    grid-row-gap: 3rem;
  }

  .product-header9_content-left {
    grid-template-columns: 1fr;
  }

  .product-header9_list-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-header9_list {
    grid-template-columns: 1fr;
  }

  .product-header9_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header9_accordion-icon {
    width: 1.75rem;
  }

  .testimonial5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial5_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial5_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial5_client-info {
    margin-bottom: 1rem;
  }

  .testimonial5_divider {
    display: none;
  }

  .contact6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .product-header9_list-wrapper-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout118_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .show-mobile-landscape {
    display: block;
  }

  .icon-embed-small.hide-mobile-landscape {
    display: none;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .heading-style-h5-2 {
    font-size: .875rem;
  }
}

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

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

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

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global.is-mobile {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .form_input.is-text-area {
    border-radius: 15px;
  }

  .heading-style-h6 {
    align-self: center;
    font-size: 1rem;
  }

  .padding-section-large.is-mobile {
    padding-top: 5.9rem;
  }

  .heading-style-h2 {
    font-family: Everflow, sans-serif;
    font-weight: 400;
  }

  .button.is-small {
    border-radius: 50px;
  }

  .button.is-secondary.is-alternate {
    display: block;
    overflow: visible;
  }

  .button.is-secondary.is-filled {
    width: 100%;
  }

  .text-size-medium {
    font-family: Everflow, sans-serif;
    font-weight: 300;
  }

  .icon-embed-xxsmall {
    width: .8rem;
    height: .8rem;
  }

  .navbar5_large-item-content {
    margin-top: 1rem;
  }

  .navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

  .navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .blog34_category-link {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-right: .25rem;
  }

  .blog34_meta-wrapper {
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    align-content: stretch;
  }

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

  .room-price {
    margin-top: 0;
  }

  .layout1_image-wrapper {
    border-radius: 25px;
  }

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

  .layout192_image-wrapper {
    border-radius: 25px;
  }

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

  .menu-icon3_line-bottom {
    background-color: var(--white);
  }

  .navbar3_dropdown-list.w--open {
    border-radius: 25px;
    padding: .25rem;
  }

  .menu-icon3_line-middle, .menu-icon3_line-top {
    background-color: var(--white);
  }

  .navbar3_dropdown-link {
    padding-left: 8%;
  }

  .navbar3_menu {
    background-color: var(--black--700);
  }

  .navbar3_component.background-color-black {
    z-index: 22;
  }

  .tag-text {
    font-size: .8rem;
  }

  .footer11_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog40_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .book-now_banner {
    z-index: 99;
    background-color: var(--black--700);
    padding: 2rem;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .navbar_button {
    display: none;
    overflow: visible;
  }

  .navbar3_logo-desktop {
    display: none;
  }

  .navbar3_logo-mobile {
    display: block;
  }

  .home-header_button {
    width: 100%;
    margin-bottom: .75rem;
    display: block;
    overflow: visible;
  }

  .product-header2_component {
    margin-top: 3.5rem;
    position: static;
  }

  .product-header2_gallery {
    z-index: 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .product-header2_lightbox-link-wrapper {
    width: 100%;
    height: 20rem;
    display: block;
  }

  .product-header2_lightbox-link {
    z-index: 0;
    height: 100%;
  }

  .product-header2_image-wrapper {
    height: 100%;
  }

  .product-header2_main-image {
    object-fit: cover;
    border-radius: 25px;
    height: 100%;
  }

  .product-header2_list {
    grid-template-columns: 1fr;
  }

  .product-header2_gallery-button-wrapper {
    display: block;
    bottom: 5%;
    right: 5%;
  }

  .product-header2_tabs-menu {
    align-items: flex-start;
  }

  .product-header2_product-details {
    margin-bottom: 1.5rem;
    position: static;
  }

  .product-header2_modal {
    z-index: 110;
    display: none;
  }

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

  .book-date_embed {
    height: 100%;
    position: static;
  }

  .product-header2_ameneties-list {
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
  }

  .product-header2_house-rules {
    margin-top: 1rem;
  }

  .product-header2_description-bottom {
    grid-template-columns: 1fr;
  }

  .button-8.is-small {
    border-radius: 50px;
  }

  .corporate-relocation_how-it-works_list, .corporate-relocation_feature_component, .corporate-relocation_feature_item-list, .corporate-relocation_team_list {
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .about-dartry-house_about_component {
    grid-template-columns: 1fr;
  }

  .about-dartry-house_about_image {
    border-radius: 20px;
  }

  .about-dartry-house_how-it-works_list {
    grid-template-columns: 1fr;
  }

  .about-dartry-house_gallery_lightbox-link {
    border-radius: 20px;
  }

  .about-dartry-house_stats_component {
    grid-template-columns: 1fr;
  }

  .about-dartry-house_stats_image {
    border-radius: 20px;
  }

  .about-dartry-house_stats_item-list, .about-dartry-house_award-logos-list_component {
    grid-template-columns: 1fr;
  }

  .about-dartry-house_award-logos-list_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .about-dartry-house_team_list {
    grid-template-columns: 1fr;
  }

  .about-dartry-house_client-logos-list_component, .customer-reviews_client-logos-list_component {
    justify-content: center;
  }

  .padding-section-header {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .padding-section-header.is-mobile {
    padding-top: 5.9rem;
  }

  .button-10.is-small {
    border-radius: 50px;
  }

  .product-header9_content {
    grid-template-columns: 1fr;
  }

  .product-header9_price-wrapper {
    flex-direction: column;
  }

  .contact6_component, .form-field-2col, .form_radio-2col {
    grid-template-columns: 1fr;
  }

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

  .button-14.is-small, .button-17.is-small {
    border-radius: 50px;
  }

  .layout118_component, .layout118_item-list {
    grid-template-columns: 1fr;
  }

  .layout118_image-wrapper {
    object-fit: cover;
    height: 50vh;
  }

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

  .contact-modal1_content-wrapper {
    border-radius: 0;
  }

  .contact-modal1_component {
    display: none;
  }

  .modal-link {
    font-size: 1.2rem;
  }
}

#w-node-f0d29010-7d63-7fc7-b675-bc0ef0cd6259-e1bc41b5, #w-node-_34b9c32a-6fb1-697e-2714-6179eea3f1ad-e1bc41b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_66712c23-e997-6c1a-7ca5-cc5460c875d0-551df67d, #w-node-_66712c23-e997-6c1a-7ca5-cc5460c875d6-551df67d, #w-node-_66712c23-e997-6c1a-7ca5-cc5460c875dc-551df67d, #w-node-_66712c23-e997-6c1a-7ca5-cc5460c875e2-551df67d {
  align-self: start;
}

#w-node-_615eef45-12bd-d1a6-d76c-2c4053ef9377-e1bc41b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-e1bc41bd {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-e1bc41bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-e1bc41bd {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-e1bc41bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-e1bc41bd {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-e1bc41bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-e1bc41bd {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-e1bc41bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-e1bc41bd {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-e1bc41bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-e1bc41bd, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-e1bc41bd {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-e1bc41bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-e1bc41bd {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-e1bc41bd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-e1bc41bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-e1bc41bd {
  justify-self: start;
}

#w-node-ea09602d-4cc5-8855-4dea-f3bf3df8494c-e1bc41be, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df8494d-e1bc41be, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84951-e1bc41be, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84955-e1bc41be, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84959-e1bc41be, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84962-e1bc41be, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84966-e1bc41be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e286-e1bc41be, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e28b-e1bc41be, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e290-e1bc41be, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e295-e1bc41be, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e29a-e1bc41be, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e29f-e1bc41be, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e2a4-e1bc41be, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e2a9-e1bc41be, #w-node-_662884c4-8eac-6817-d174-28fc672dbf1a-e1bc41be, #w-node-_662884c4-8eac-6817-d174-28fc672dbf1f-e1bc41be, #w-node-_5b2de9a9-cc5b-0279-075d-0ed3fb8c70ab-e1bc41be, #w-node-_5b2de9a9-cc5b-0279-075d-0ed3fb8c70b0-e1bc41be, #w-node-c0980170-4550-b5d2-44e1-c422bf39ce3b-e1bc41be, #w-node-_5750558b-c7c1-6014-7d4e-d3591a44fb16-e1bc41be {
  align-self: start;
}

#w-node-ea09602d-4cc5-8855-4dea-f3bf3df84989-e1bc41be {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-ea09602d-4cc5-8855-4dea-f3bf3df849c1-e1bc41be, #w-node-_45ceaa7e-490f-8857-c2ac-39e26d52dd2b-e1bc41be, #w-node-_4a45b100-1705-5fff-65fb-83a4fb253f4d-e1bc41be, #w-node-_96f8c121-5600-4c75-aa72-f3333dd374d0-e1bc41be, #w-node-_5c3a45e8-2cf3-b510-23be-172f7dd0759d-e1bc41be, #w-node-_7f665035-f8e0-59c3-7989-8bf1f77ac8db-e1bc41be, #w-node-_5b3b742e-9e96-a5b7-f904-26341dcc0eda-e1bc41be, #w-node-_010d2a95-7ca8-64e3-45f9-db539f349436-e1bc41be, #w-node-_1f732d53-58dd-f1db-e133-42d916487a3a-e1bc41be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a63f929-6e59-b942-37fe-1842b5c9cf9e-48bdefe6, #w-node-_9d44aa4e-824d-ac9c-e684-a931145cf566-48bdefe6, #w-node-_209ea3a4-0f71-bb70-5723-8d67e57f200a-48bdefe6, #w-node-_80e91bc2-7c7d-9a0c-4829-029d32e8e0d3-48bdefe6 {
  align-self: start;
}

#w-node-_3e585767-ce6e-dee6-1640-b2188b9c7f80-48bdefe6, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bae-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5baf-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bb3-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bb7-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bbb-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bc4-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bc8-532739e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bd4-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bd9-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bde-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5be3-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5be8-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bed-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bf2-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bf7-532739e9, #w-node-_8e4adad8-7b7f-eacd-7113-a28745705e99-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c01-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c06-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c10-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c15-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c1c-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c22-532739e9 {
  align-self: start;
}

#w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c28-532739e9 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c31-532739e9, #w-node-ed205455-f97e-0e03-f371-f9b59ad9c2da-532739e9, #w-node-ec18f271-451d-734c-6241-bdc7d52c9e3d-532739e9, #w-node-_6f97b47b-cd0f-6476-cd12-e64c0fe3359c-532739e9, #w-node-_37ccf966-f85e-24ff-18d7-a491fd6b1e7f-532739e9, #w-node-_4c846a9b-dedc-f2d8-d89e-7a333f621903-532739e9, #w-node-aad754e7-640a-f22a-0af4-681bf08a71db-532739e9, #w-node-d7e79751-8b23-7aa0-0d6a-8b6a44accf96-532739e9, #w-node-_90228c95-e4a6-c5cd-72f1-89d4c006a1da-532739e9, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677b3-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677b4-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677b8-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677bc-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677c0-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677c9-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677cd-303db02d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677d9-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677de-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677e3-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677e8-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677ed-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677f2-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677f7-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677fc-303db02d, #w-node-ce88a459-63dd-c136-c42b-75f775f7e190-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e767806-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e76780b-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e767815-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e76781a-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e767821-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e767827-303db02d {
  align-self: start;
}

#w-node-_11eac4ec-4bca-9f65-7225-8a1d3e76782d-303db02d {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_11eac4ec-4bca-9f65-7225-8a1d3e767836-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e767837-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e76783b-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e76783f-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e767843-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e767847-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e76784b-303db02d, #w-node-d5023dab-3992-d1e7-9f67-845ccc87ee41-303db02d, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9e83-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9e84-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9e88-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9e8c-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9e90-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9e99-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9e9d-f24174db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84554bc5-f892-163c-6e0c-7e9faece9ea9-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9eae-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9eb3-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9eb8-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9ebd-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9ec2-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9ec7-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9ecc-f24174db, #w-node-f9049a90-405e-ef8c-434a-6bea0992d14b-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9ed6-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9edb-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9ee5-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9eea-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9ef1-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9ef7-f24174db {
  align-self: start;
}

#w-node-_84554bc5-f892-163c-6e0c-7e9faece9efd-f24174db {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_84554bc5-f892-163c-6e0c-7e9faece9f06-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9f07-f24174db, #w-node-f7cec282-34be-6c9d-53b9-a92b47a2932c-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9f0b-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9f0f-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9f13-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9f17-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9f1b-f24174db, #w-node-f13bdd43-f420-041f-fd1f-66c4146d007e-f24174db, #w-node-_46eda5ff-9568-ecee-f7ac-35699a2092fc-f24174db, #w-node-_82e8da37-c997-73aa-33e1-581da3a694dd-f24174db, #w-node-b7746bd3-9f86-dba5-0217-1487e731e1e2-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e1e3-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e1e7-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e1eb-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e1ef-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e1f8-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e1fc-d3b3ccd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7746bd3-9f86-dba5-0217-1487e731e208-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e20d-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e212-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e217-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e21c-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e221-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e226-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e22b-d3b3ccd1, #w-node-_313ec8fc-3c90-7300-427c-1edc9f18e060-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e235-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e23a-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e244-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e249-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e250-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e256-d3b3ccd1 {
  align-self: start;
}

#w-node-b7746bd3-9f86-dba5-0217-1487e731e25c-d3b3ccd1 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-b7746bd3-9f86-dba5-0217-1487e731e265-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e266-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e26a-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e27e-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e272-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e276-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e27a-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e282-d3b3ccd1, #w-node-bf925461-f9cf-440e-cf9a-7117c1d63260-d3b3ccd1, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e939682-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e939683-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e939687-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e93968b-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e93968f-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e939698-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e93969c-2a33ff51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396a8-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396ad-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396b2-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396b7-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396bc-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396c1-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396c6-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396cb-2a33ff51, #w-node-_6c19f947-91c4-e84f-0f54-49a991283f7e-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396d5-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396da-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396e4-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396e9-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396f0-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396f6-2a33ff51 {
  align-self: start;
}

#w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396fc-2a33ff51 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e939705-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e939706-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e93970a-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e93970e-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e939712-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e939716-2a33ff51, #w-node-f02d7a10-4152-53e5-ab69-ca1f11e1e818-2a33ff51, #w-node-ed27d3db-4472-e533-5bb3-3517cce1f5d7-2a33ff51, #w-node-_609e6991-bb3c-4168-52b3-cbb1579726fa-2a33ff51, #w-node-_8ca8ddf1-af5a-ab0d-0773-f07cfe78c4fe-2a33ff51, #w-node-_9498e2e6-32b1-72e1-270c-3f0f1ea27803-2a33ff51, #w-node-_4a9e77c1-1985-f6ba-1674-ea147f3c443c-2a33ff51, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df8494c-50c33961, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df8494d-50c33961, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84951-50c33961, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84955-50c33961, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84959-50c33961, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84962-50c33961, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84966-50c33961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e286-50c33961, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e28b-50c33961, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e290-50c33961, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e295-50c33961, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e29a-50c33961, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e29f-50c33961, #w-node-_40e9e6d1-693d-4bdb-ef7a-20857756e2a9-50c33961, #w-node-_662884c4-8eac-6817-d174-28fc672dbf1a-50c33961, #w-node-_662884c4-8eac-6817-d174-28fc672dbf1f-50c33961, #w-node-_5b2de9a9-cc5b-0279-075d-0ed3fb8c70ab-50c33961, #w-node-_5b2de9a9-cc5b-0279-075d-0ed3fb8c70b0-50c33961, #w-node-c0980170-4550-b5d2-44e1-c422bf39ce3b-50c33961, #w-node-_5750558b-c7c1-6014-7d4e-d3591a44fb16-50c33961 {
  align-self: start;
}

#w-node-ea09602d-4cc5-8855-4dea-f3bf3df84989-50c33961 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
}

#w-node-ea09602d-4cc5-8855-4dea-f3bf3df849c1-50c33961, #w-node-_45ceaa7e-490f-8857-c2ac-39e26d52dd2b-50c33961, #w-node-_96f8c121-5600-4c75-aa72-f3333dd374d0-50c33961, #w-node-_5c3a45e8-2cf3-b510-23be-172f7dd0759d-50c33961, #w-node-_7f665035-f8e0-59c3-7989-8bf1f77ac8db-50c33961, #w-node-_5b3b742e-9e96-a5b7-f904-26341dcc0eda-50c33961 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ec330031-16f0-dc30-5123-9d757015f6c4-e1bc41b5, #w-node-_615eef45-12bd-d1a6-d76c-2c4053ef9381-e1bc41b8 {
    order: -9999;
  }

  #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84962-e1bc41be, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84966-e1bc41be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84989-e1bc41be {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bc4-532739e9, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5bc8-532739e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c28-532739e9 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677c9-303db02d, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e7677cd-303db02d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e76782d-303db02d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_84554bc5-f892-163c-6e0c-7e9faece9e99-f24174db, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9e9d-f24174db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_84554bc5-f892-163c-6e0c-7e9faece9efd-f24174db {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b7746bd3-9f86-dba5-0217-1487e731e1f8-d3b3ccd1, #w-node-b7746bd3-9f86-dba5-0217-1487e731e1fc-d3b3ccd1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7746bd3-9f86-dba5-0217-1487e731e25c-d3b3ccd1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e939698-2a33ff51, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e93969c-2a33ff51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396fc-2a33ff51 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84962-50c33961, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84966-50c33961 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84989-50c33961 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84989-e1bc41be, #w-node-_83811b32-08f4-4bab-20d7-577fa5dc5c28-532739e9, #w-node-_11eac4ec-4bca-9f65-7225-8a1d3e76782d-303db02d, #w-node-_84554bc5-f892-163c-6e0c-7e9faece9efd-f24174db, #w-node-b7746bd3-9f86-dba5-0217-1487e731e25c-d3b3ccd1, #w-node-_70a7d1ef-e793-aabd-c9d6-2e5b9e9396fc-2a33ff51, #w-node-ea09602d-4cc5-8855-4dea-f3bf3df84989-50c33961 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everflow';
  src: url('../fonts/Everflow-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}