:root {
  --white-smoke: whitesmoke;
  --dark-orange: #e47f13;
  --orange: #ffac12;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #333;
  font-family: DM Sans;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #000;
  text-decoration: none;
}

.close-circle {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.close-circle:hover {
  transform: scale(.85);
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.display-heading {
  max-width: 650px;
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 60px;
  line-height: .95;
}

.hero-paragraph {
  max-width: 550px;
  color: var(--white-smoke);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.hero-block {
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px solid var(--dark-orange);
  color: #000;
  background-color: #fff;
  border-top-right-radius: 35px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 20px;
  font-size: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.button {
  background-color: var(--dark-orange);
  color: #fff;
  border-top-right-radius: 20px;
  align-items: center;
  padding: 20px 32px;
  font-weight: 700;
  transition: all .35s;
  display: flex;
}

.button:hover {
  background-color: #c76e0f;
}

.button.button-space {
  margin-top: 32px;
}

.logo {
  width: 150px;
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #3f0a3d;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 999;
  min-height: 90px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  align-items: center;
  padding: 20px 4%;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  margin-right: 20px;
}

.line-break {
  width: 1px;
  min-height: 25px;
  background-color: rgba(221, 221, 221, .45);
  margin-left: 14px;
  margin-right: 32px;
}

.nav-link-plain {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  transition: all .35s;
}

.nav-link-plain:hover {
  color: rgba(255, 255, 255, .6);
}

.nav-link-plain.w--current {
  color: var(--orange);
}

.image {
  width: 20px;
  filter: invert();
  margin-right: 10px;
}

.social-link {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

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

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

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

.footer-title {
  color: var(--orange);
  margin-bottom: 22px;
  font-size: 17px;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer {
  background-color: #271a00;
  background-image: linear-gradient(179deg, #000, #271a00);
  padding: 75px 3% 95px;
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.content-section {
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0% 50px;
  display: flex;
  position: relative;
}

.property-section {
  background-color: var(--white-smoke);
  padding: 100px 4%;
}

.title-wrap {
  margin-bottom: 60px;
}

.title-line {
  width: 100%;
  max-width: 170px;
  min-height: 4px;
  background-color: var(--orange);
  background-image: none;
  border-radius: 20px;
  margin-bottom: 12px;
}

.filter-block {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 48px;
  padding: 42px;
  box-shadow: 8px 80px 55px -50px rgba(0, 0, 0, .13);
}

.grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.property-card {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 18px 18px 45px rgba(0, 0, 0, .1);
}

.property-image-wrap {
  height: 230px;
  overflow: hidden;
}

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

.property-content {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 32px 24px;
}

.room-feature-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature {
  color: #000;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.feature.centre-lines {
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.feature-icon {
  margin-right: 6px;
}

.content-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  display: block;
}

.paragraph-large {
  max-width: 520px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.content-h2 {
  margin-bottom: 32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-dark {
  color: #fff;
  background-color: #000;
  border-top-right-radius: 20px;
  align-items: center;
  margin-top: 32px;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20%;
  display: flex;
}

.content-image {
  width: 100%;
  box-shadow: 0 62px 54px rgba(0, 0, 0, .25);
}

.container-large {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block {
  margin-right: 8px;
}

.button-text {
  margin-right: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.bg-block-grey {
  z-index: -1;
  min-height: 25%;
  background-color: var(--white-smoke);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.collection-item {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.content-grid-reverse {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  justify-items: end;
}

.bg-block-top-grey {
  z-index: -1;
  min-height: 25%;
  background-color: var(--white-smoke);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.content-section-dark {
  background-color: #000;
  padding: 142px 3%;
  position: relative;
}

.content-centre-wrap {
  max-width: 580px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  color: #fff;
  margin-bottom: 32px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.text-span {
  color: var(--orange);
}

.tabs {
  flex-direction: column-reverse;
  display: flex;
}

.avatar {
  margin-right: 10px;
}

.tab-button {
  width: 100%;
  background-color: #fff;
  justify-content: flex-start;
  padding: 40px;
  display: flex;
}

.tab-button.w--current {
  color: #fff;
  background-color: #000;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-type {
  color: #979797;
  font-size: 15px;
  font-weight: 400;
}

.avatar-name {
  letter-spacing: -.04em;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 700;
}

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

.quote-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.quote-wrap {
  padding-bottom: 72px;
}

.title-line-full {
  width: 100%;
  min-height: 4px;
  background-image: linear-gradient(275deg, black, var(--orange));
  border-radius: 20px;
  margin-bottom: 44px;
}

.quote-text {
  color: #000;
  letter-spacing: -.04em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.notice {
  z-index: 99;
  background-color: var(--dark-orange);
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, .2);
}

.notice-wrap {
  width: 100%;
  max-width: 550px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.notice-text {
  color: #fff;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.notice-text._1 {
  margin-left: 5px;
}

.div-block {
  background-color: var(--orange);
  color: #000;
  border-top-right-radius: 12px;
  margin-right: 8px;
  padding: 4px 10px;
  font-weight: 500;
  display: none;
}

.header-dark {
  background-color: #000;
  padding: 152px 4% 60px;
  position: relative;
}

.property-title-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.property-text-light {
  color: rgba(255, 255, 255, .58);
}

.grid-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.property-detail {
  background-color: var(--white-smoke);
  padding: 142px 3%;
  position: relative;
}

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

.property-detail-text {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  box-shadow: 23px 23px 34px rgba(0, 0, 0, .1);
}

.property-list {
  flex-wrap: wrap;
  display: flex;
}

.clear-filters {
  min-height: 30px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.clear-filter {
  color: #f48f0b;
}

.clear-filter.jetboost-filter-none-ev8m {
  color: #f48f0b;
  padding-top: 2px;
  padding-bottom: 2px;
}

.checkbox-filter {
  width: 100%;
  white-space: nowrap;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.dropdown-list {
  padding-top: 4px;
}

.dropdown-list.w--open {
  z-index: 99;
  min-width: 410px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  box-shadow: 0 35px 55px rgba(0, 0, 0, .08);
}

.checkbox-wrap {
  padding: 15px;
}

.dropdown {
  background-color: #f6f6f6;
  border-radius: 50px;
  margin: 12px 0;
}

.filter-form {
  justify-content: flex-start;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  min-height: 52px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
}

.checkbox-filters {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-filters.w--redirected-checked {
  background-color: #f48f0b;
  background-size: 13px;
}

.filter-form-block {
  margin-bottom: 0;
}

.dropdown-base {
  background-color: #fff;
  border-radius: 15px;
  overflow: auto;
}

.gallery-wrapper {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.collection-item-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery-item {
  height: 110px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view {
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  background-color: var(--orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-37 {
  width: 25px;
}

.text-block-2 {
  color: var(--orange);
}

.paragraph-large-white {
  color: rgba(255, 255, 255, .63);
  font-size: 20px;
}

.slider-section {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#251500, #000);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-image {
  z-index: 3;
  height: 100%;
  background-color: #131313;
  background-image: linear-gradient(#271900, #000);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.slide-image.slide-image-two {
  background-image: linear-gradient(5deg, #000, rgba(0, 0, 0, .65) 53%, rgba(0, 0, 0, 0)), url('../images/Hero-Image-01-1.png');
}

.left-arrow {
  display: none;
}

.slider {
  height: 80vh;
  min-height: 750px;
}

.slide-content-wrap {
  z-index: 9;
  width: 85%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 0%;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  overflow: hidden;
}

.slider-content {
  z-index: 90;
  min-height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  justify-content: flex-end;
  margin-bottom: 35px;
  padding-right: 106px;
  display: none;
}

.right-arrow {
  display: none;
}

.avatar-base {
  background-color: #f5f5f5;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding: 22px 25px;
  display: flex;
}

.avatar-wrap {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  margin-right: 20px;
  overflow: hidden;
}

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

.agent-link {
  color: #ffac12;
}

.agent-name {
  font-size: 15px;
  font-weight: 700;
}

.white-block {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  box-shadow: 23px 23px 34px rgba(0, 0, 0, .1);
}

.title-block {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 20px;
}

.content-wrapper {
  padding: 24px;
}

.collection-list-wrapper {
  width: 100%;
}

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

.div-block-56 {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.feature-wrap {
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-icon {
  margin-right: 6px;
}

.text-field {
  min-height: 60px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 14px;
}

.button-submit {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 20px 32px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.text-field-large {
  min-height: 130px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin-bottom: 14px;
}

.room-features {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.flowbase-close {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.flowbase-close:hover {
  transform: scale(.85);
}

.flowbase-banner {
  height: 64px;
}

.button-copy {
  width: 350px;
  background-color: var(--dark-orange);
  color: #fff;
  border-top-right-radius: 20px;
  align-items: center;
  margin-top: 40px;
  padding: 20px 32px;
  font-weight: 700;
  transition: all .35s;
  display: flex;
}

.button-copy:hover {
  background-color: #c76e0f;
}

.button-copy.button-space {
  margin-top: 32px;
}

.button-copy._2 {
  margin-top: 20px;
}

.image-39 {
  width: 600px;
}

.button-text-copy {
  margin-right: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-block-3 {
  border: 2px solid #000;
  border-radius: 100px;
  padding: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
  display: inline-block;
}

.text-block-4 {
  text-align: center;
  margin-top: 10px;
  margin-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.div-block-57 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-58 {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.div-block-59 {
  width: 85%;
  max-width: 1200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-error-message {
  color: #dc2828;
  background-color: #fef1f1;
  border: 1px solid #fec8c8;
  border-radius: 6px;
  margin-top: 16px;
  padding: 12px 20px;
}

.udesly-success-message {
  color: #157f3c;
  background-color: #f2fdf5;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
}

.udesly-paragraph-xsmall {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-submit-button {
  min-height: 40px;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 10px 16px;
  transition: all .25s ease-out;
}

.udesly-submit-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-submit-button.udesly-mb-24 {
  margin-bottom: 24px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 700;
}

.udesly-form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.udesly-text-area {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.udesly-textarea {
  min-height: 155px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.udesly-textarea::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-textarea::placeholder {
  color: #a3a3a3;
}

.udesly-relative-block {
  position: relative;
}

.udesly-field-label {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-input {
  width: 100%;
}

.udesly-checkbox-label {
  color: #737373;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.udesly-checkbox {
  width: 18px;
  height: 18px;
  border-width: 1.5px;
  border-color: #d4d4d4;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 12px;
}

.udesly-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Inner-Circle.svg');
  background-size: 10px 10px;
  border-color: #000;
  border-radius: 50%;
}

.udesly-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.udesly-checkbox-field.udesly-mb-12 {
  margin-bottom: 12px;
}

.udesly-checkbox-text {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-checkbox-wrapper {
  margin-bottom: 32px;
}

.udesly-select-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 32px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.udesly-select-field:focus {
  border-bottom-color: #141414;
}

.udesly-company-info {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 0%;
}

.udesly-text-fiel-contact {
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 20px 0 20px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.udesly-text-fiel-contact:focus {
  border-bottom-color: #141414;
}

.udesly-text-fiel-contact::-ms-input-placeholder {
  color: #a3a3a3;
}

.udesly-text-fiel-contact::placeholder {
  color: #a3a3a3;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-paragraph-large {
  width: 80%;
  color: #404040;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-display-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 56px;
}

.udesly-display-large.udesly-text-extrabold {
  font-size: 52px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 800;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-centered {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-title-wrapper-centered.udesly-margin-bottom {
  max-width: none;
  border-bottom: 1px #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.udesly-section {
  background-color: #fff;
  padding: 50px 5%;
  position: relative;
}

.checkbox-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.checkbox {
  padding-top: 0;
  font-size: 20px;
}

.text-span-2 {
  color: red;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-text-color-neutral-500 {
  color: var(--white-smoke);
  font-weight: 500;
}

.udesly-udesly-text-semibold {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-icon-block-medium {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.udesly-grid-three-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--dark-orange);
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 50px;
}

.udesly-text-extrabold-2 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}

.udesly-overline-large-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-title-wrapper-centered-2 {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-small {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #333;
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.image-40 {
  width: 10px;
}

.image-41 {
  width: 100px;
  opacity: .8;
}

.image-42 {
  width: 50px;
  filter: none;
}

.div-block-61 {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.image-43 {
  width: 50px;
  filter: invert();
}

.div-block-62 {
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 50px;
  display: flex;
}

.hero-heading-right {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.shadow-two {
  box-shadow: none;
}

.margin-bottom-24px {
  margin-top: 10px;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.link {
  color: #fff;
}

.image-44 {
  filter: grayscale();
}

.text-block-5 {
  color: var(--dark-orange);
  font-size: 24px;
  font-weight: 700;
}

.text-block-5._1 {
  color: #fff;
  font-size: 20px;
  line-height: 18px;
}

.text-block-5-copy {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-5-copy._1 {
  font-size: 37px;
  line-height: 35px;
}

.brand-copy {
  margin-right: 20px;
}

.select-field, .select-field-2 {
  height: 40px;
}

.impressum {
  z-index: 90;
  min-height: 60vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  margin-top: 100px;
  margin-bottom: 100px;
}

.html-embed-copy2 {
  margin-top: 0;
  margin-bottom: 0;
}

.html-embed-copy1 {
  margin-top: 100px;
  margin-bottom: 0;
}

.slide-content-wrap-copy {
  z-index: 9;
  width: 85%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 0%;
  display: grid;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-copy2-copy {
  margin-top: 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .display-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-block {
    padding: 20px 10px;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .nav-menu {
    height: auto;
    color: #fff;
    background-color: #000;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .line-break {
    display: none;
  }

  .nav-link-plain {
    width: 100%;
    color: #fff;
    display: none;
  }

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

  .menu-button-green {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .1);
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-top {
    flex-direction: row;
  }

  .footer-column {
    padding-right: 20px;
  }

  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-grid {
    grid-column-gap: 24px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .content-wrap {
    padding-top: 0%;
  }

  .collection-item {
    width: 50%;
  }

  .content-grid-reverse {
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .heading-2 {
    margin-bottom: 32px;
  }

  .notice-text {
    flex: none;
    font-size: 16px;
  }

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

  .property-detail {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slider {
    height: 80vh;
  }

  .text-block-3 {
    padding: 15px;
    font-size: 30px;
  }

  .text-block-4 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    font-size: 16px;
  }

  .div-block-57 {
    flex-direction: column;
    justify-content: center;
  }

  .div-block-58 {
    width: 100%;
  }

  .div-block-59 {
    grid-template-rows: auto;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 32px;
    line-height: 1.2;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 0;
  }

  .udesly-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-grid-three-column {
    width: 90%;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .udesly-title-wrapper-centered-2 {
    margin-bottom: 40px;
  }

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

  .testimonial-slider-small {
    border-bottom-style: none;
    justify-content: center;
    display: flex;
  }

  .container-2 {
    width: 90%;
    max-width: 728px;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .hero-heading-right {
    border-bottom-style: none;
    justify-content: center;
    display: flex;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .shadow-two {
    width: 50%;
  }

  .brand-copy {
    margin-right: 10px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .display-heading {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .hero-paragraph {
    font-size: 20px;
  }

  .hero-block {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button {
    padding: 15px 20px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .footer-grid-01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .secondary-link {
    font-size: 14px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 105px;
  }

  .footer-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .footer-column {
    padding-right: 0;
  }

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

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

  .button-text {
    font-size: 14px;
  }

  .collection-item {
    width: 100%;
  }

  .heading-2 {
    font-size: 24px;
  }

  .tabs-menu {
    flex-direction: column;
  }

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

  .notice {
    flex-direction: row;
    padding-bottom: 10px;
    display: block;
  }

  .notice-text {
    margin-left: 10px;
    font-size: 16px;
  }

  .notice-text._1 {
    margin-left: 10px;
    font-size: 14px;
  }

  .dropdown-list.w--open {
    min-width: 250px;
  }

  .dropdown-base {
    max-height: 350px;
  }

  .collection-item-2 {
    width: 50%;
  }

  .slider {
    min-height: 760px;
  }

  .slide-content-wrap {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 125px;
  }

  .button-copy {
    margin-top: 30px;
  }

  .button-copy._2 {
    width: 320px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-39 {
    width: 60%;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .div-block-58 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .udesly-submit-button.udesly-mb-24 {
    margin-bottom: 10px;
  }

  .udesly-form-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .udesly-text-fiel-contact {
    margin-bottom: 10px;
  }

  .udesly-paragraph-large {
    width: 90%;
  }

  .udesly-display-large {
    font-size: 56px;
    line-height: 64px;
  }

  .udesly-title-wrapper-centered.udesly-margin-bottom {
    margin-bottom: 30px;
  }

  .udesly-section {
    padding-top: 0;
  }

  .div-block-60 {
    justify-content: flex-end;
    margin-top: 20px;
    display: flex;
  }

  .udesly-grid-three-column {
    grid-template-columns: 1fr;
  }

  .udesly-text-extrabold-2 {
    font-size: 32px;
  }

  .testimonial-slider-small {
    padding: 40px 15px 60px;
  }

  .container-2 {
    width: 90%;
  }

  .centered-heading {
    font-size: 32px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .image-42 {
    width: 40px;
  }

  .div-block-61 {
    flex-direction: row-reverse;
    justify-content: center;
  }

  .image-43 {
    width: 40px;
  }

  .div-block-62 {
    margin-top: 0;
    margin-left: 0;
  }

  .hero-heading-right {
    padding: 40px 15px;
  }

  .shadow-two {
    width: 70%;
  }

  .heading-3 {
    font-size: 32px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .text-block-5-copy {
    font-size: 40px;
    line-height: 37px;
  }

  .brand-copy.w--current {
    display: none;
  }

  .slide-content-wrap-copy {
    background-image: none;
    background-position: 0 100%;
    background-repeat: repeat;
    background-size: 125px;
  }
}

@media screen and (max-width: 479px) {
  .display-heading {
    font-size: 34px;
  }

  .hero-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 20px;
  }

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

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

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

  .filter-block {
    padding: 20px;
  }

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

  .feature.centre-lines {
    border: 1px #000;
  }

  .heading-2 {
    margin-bottom: 20px;
  }

  .notice {
    padding-top: 10px;
  }

  .header-content-left {
    margin-bottom: 20px;
  }

  .property-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-list.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 10px;
  }

  .dropdown {
    margin-bottom: 0;
    margin-left: 0;
  }

  .filter-form {
    flex-flow: column wrap-reverse;
    justify-content: flex-start;
    display: flex;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .slider-section {
    min-height: auto;
  }

  .slide-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-content {
    min-height: 65vh;
  }

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

  .room-features {
    grid-template-columns: 1fr 1fr;
  }

  .flowbase-banner {
    display: none;
  }

  .button-copy {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-copy._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-text-copy {
    line-height: 22px;
  }

  .text-block-4 {
    margin-top: 10px;
  }

  .div-block-58 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .udesly-submit-button.udesly-mb-24 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .udesly-paragraph-large {
    font-size: 14px;
    line-height: 20px;
  }

  .udesly-display-large {
    font-size: 44px;
    line-height: 54px;
  }

  .udesly-display-large.udesly-text-extrabold {
    font-size: 30px;
  }

  .udesly-title-wrapper-centered {
    margin-bottom: 40px;
  }

  .udesly-title-wrapper-centered.udesly-margin-bottom {
    margin-bottom: 10px;
  }

  .udesly-section {
    padding-bottom: 30px;
  }

  .udesly-grid-three-column {
    padding: 30px;
  }

  .udesly-title-wrapper-centered-2 {
    margin-bottom: 20px;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-slider-small {
    padding-top: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .centered-subheading {
    line-height: 20px;
  }

  .testimonial-slider {
    margin-top: 30px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .image-41 {
    width: 70px;
    opacity: .7;
  }

  .image-42 {
    width: 50px;
  }

  .div-block-62 {
    margin-left: 0;
  }

  .shadow-two {
    width: 90%;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 38px;
  }

  .link-block {
    margin-top: 0;
  }

  .text-block-5 {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-5-copy {
    font-size: 30px;
    line-height: 25px;
  }

  .impressum {
    min-height: 65vh;
  }

  .slide-content-wrap-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-_83b395e0-eef1-69fc-c78d-bb5215f36d60-74fe13c9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70f8758d-4d2c-aed1-031e-bf22cb8267fe-74fe13c9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_575ab9dd-e304-9f08-6d98-880af3f2d312-74fe13c9, #w-node-_22c67239-397e-205a-c1a0-8079983d6907-74fe13c9, #w-node-cda5c867-a4d7-938d-1db1-d75b3259d0ef-74fe13c9, #w-node-a79379f9-d09d-21e8-68dc-950174248340-74fe13c9, #w-node-_7e0229ad-d476-1625-7ae7-b7756d72c132-74fe13c9, #w-node-_7e0229ad-d476-1625-7ae7-b7756d72c124-74fe13c9, #w-node-_7e0229ad-d476-1625-7ae7-b7756d72c12b-74fe13c9, #w-node-_7e0229ad-d476-1625-7ae7-b7756d72c11d-74fe13c9, #w-node-_7e0229ad-d476-1625-7ae7-b7756d72c139-74fe13c9, #w-node-_7e0229ad-d476-1625-7ae7-b7756d72c140-74fe13c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d64b614-971f-79fc-b10f-04edff5466ad-ff546687 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_83b395e0-eef1-69fc-c78d-bb5215f36d60-da2427f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70f8758d-4d2c-aed1-031e-bf22cb8267fe-da2427f7 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_575ab9dd-e304-9f08-6d98-880af3f2d312-da2427f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b395e0-eef1-69fc-c78d-bb5215f36d60-9f3ec11f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70f8758d-4d2c-aed1-031e-bf22cb8267fe-9f3ec11f {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0ea93f4e-26e0-2854-c35c-c14aacf6b003-9f3ec11f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_83b395e0-eef1-69fc-c78d-bb5215f36d60-643de598 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70f8758d-4d2c-aed1-031e-bf22cb8267fe-643de598 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0ea93f4e-26e0-2854-c35c-c14aacf6b003-643de598 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_106a7723-217c-23cd-069d-abc6812c2bc7-643de598 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_56539adb-08e5-ec51-d37e-8147de38dbf1-643de598 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_8985a25f-d6f2-8d8b-2317-bdc719ec073e-643de598 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_575ab9dd-e304-9f08-6d98-880af3f2d312-74fe13c9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-edd6c0fb-9926-2736-1f34-8793ba7a2cb9-74fe13c9 {
    grid-area: 2 / 1 / 2 / 3;
    justify-self: auto;
  }

  #w-node-_432ba63c-9c51-9a79-2137-832198cea2c5-74fe13c9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_559f2d4e-d9e0-e411-97fe-ae999c0542ce-74fe13c9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6d64b614-971f-79fc-b10f-04edff546694-ff546687 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_575ab9dd-e304-9f08-6d98-880af3f2d312-da2427f7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-edd6c0fb-9926-2736-1f34-8793ba7a2cb9-da2427f7 {
    grid-area: 2 / 1 / 2 / 3;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d64b614-971f-79fc-b10f-04edff546694-ff546687 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6d64b614-971f-79fc-b10f-04edff5466ad-ff546687 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_880fd555-301a-06a5-e0ed-95174d89e622-74fe13cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


