:root {
  --flowui-component-library--gray-500: #6b7094;
  --elements-webflow-library--neutral--600: #6e7191;
  --alley-component-library--blue--900: #5167f6;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--neutral--white: white;
  --alley-component-library--gray--300: #868898;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-300: #e4e6f1;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--gray--700: #383942;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--neutral--black: black;
  --alley-component-library--orange--900: #f69351;
  --alley-component-library--red--200: #fdd8e0;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-800: #1b114a;
  --flowui-component-library--primary-dark: #2d0896;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

a {
  text-decoration: underline;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-41 {
  margin-bottom: 24px;
}

.f-footer-title {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #493f36;
  letter-spacing: -.01em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-link:hover {
  color: #7b5b4b;
}

.f-footer-block {
  flex-direction: column;
}

.f-footer-divider {
  background-color: var(--elements-webflow-library--neutral--600);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.f-footer-logo {
  flex: none;
}

.f-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.f-footer-detail {
  color: #493f36;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: underline;
}

.f-footer-detail.w--current {
  text-decoration: underline;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  background-color: #f5f2f0;
  padding: 0 5% 16px;
  position: relative;
}

.header-logo {
  width: 160px;
}

.brix---link-icon-left-2 {
  align-self: flex-start;
  margin-right: 4px;
}

.div-block {
  padding-left: 16px;
}

.paragraph {
  color: #493f36;
  margin-bottom: 0;
}

.header__humb {
  display: none;
}

.outline-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.nav-link {
  color: #8c8f93;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-link.w--current {
  padding-left: 12px;
  padding-right: 12px;
}

.nav-text-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.link-text {
  color: #493f36;
  text-transform: uppercase;
  padding-top: 2px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.link-text-hov {
  color: #000;
  text-transform: uppercase;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.section-paragraph {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.6em;
}

.f-text-area {
  color: #493f36;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-container-x-small {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-us-section {
  z-index: 1;
  background-color: #f5f2f0;
  border: 0 #000;
  padding: 3rem 5%;
  position: relative;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-success-message-2 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.checkbox-field {
  margin-bottom: 10px;
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-contact-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
}

.checkbox-label {
  color: #493f36;
  margin-bottom: 0;
  font-family: Mango Dream, Arial, sans-serif;
}

.f-field-input {
  color: #493f36;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.italic-text-2 {
  color: #493f36;
  font-family: Mango Dream, Arial, sans-serif;
  font-weight: 400;
}

.f-error-message {
  color: #5b0b11;
  text-align: center;
  background-color: #fceff0;
  border-radius: 8px;
}

.bold-text-9 {
  color: #493f36;
}

.contact-field-first-name {
  color: #493f36;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.contact-field-first-name:focus {
  border-color: #b6b9ce;
}

.contact-field-first-name::placeholder {
  color: #6b7094;
}

.f-margin-bottom-83 {
  margin-bottom: 32px;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-field-label {
  color: #493f36;
  letter-spacing: -.01em;
  margin-bottom: 5px;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.google-map {
  color: #fff0;
  -webkit-text-stroke-color: #fff0;
  overflow-wrap: normal;
  object-fit: fill;
  border-radius: 10px;
  flex: 1;
  height: 35vh;
  max-height: 100%;
  margin-bottom: 20px;
  display: block;
}

.section-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-section {
  background-color: #f5f2f0;
  padding: 3rem 5%;
  position: relative;
}

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

.cards-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.mb-20 {
  color: #f5f2f0;
  font-family: Solen, Arial, sans-serif;
  font-size: 28px;
}

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

.card-top {
  text-align: center;
  border-bottom: 2px dashed #fff3;
  padding-bottom: 20px;
}

.check-line {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 2px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.card {
  background-color: #101010;
  border: 2px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 730px;
  padding: 20px 25px;
  display: flex;
  box-shadow: 1px 1px 5px 1px #493f36;
}

.h2 {
  color: #f5f2f0;
  margin-top: 0;
  font-family: Solen, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  display: block;
}

.card-mid {
  border-bottom: 2px dashed #fff3;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.price-wrap {
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.popular {
  color: #000;
  background-color: #f7d571;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 25px;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: 15px;
  right: 15px;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Mango Dream, Arial, sans-serif;
}

.col {
  flex: 1;
}

.col.col--2.mod--footer {
  max-width: 19.375rem;
}

.overflow__anim {
  transition: all .5s;
  position: relative;
  bottom: 0;
  left: 0;
}

.overflow__anim.mod--interact {
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: none;
  display: flex;
}

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

.icon.mod--social {
  color: #fff;
  text-align: center;
  width: 1.375rem;
  height: 1.375rem;
}

.icon.mod--social.mod--absolute {
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.social-link {
  background-color: #1f1f1f;
  border: .0625rem solid #14173126;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.social-link:hover {
  color: #fff;
}

.btn__bg {
  z-index: 0;
  margin: -.0625rem;
  position: absolute;
  inset: 0%;
}

.btn__bg.mod--1 {
  background-color: #ff804980;
}

.btn__bg.mod--1.mod--blue {
  background-color: #8a8774;
}

.btn__bg.mod--2 {
  background-color: #ff8049;
}

.btn__bg.mod--2.mod--blue {
  background-color: #404040;
  position: absolute;
}

.social {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

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

.overflow-hidden.mod--btn {
  z-index: 2;
  position: relative;
}

.counter-section {
  background-color: #161616;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.counter-section.stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: auto;
  display: flex;
}

.counter-div {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #eee;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  font-size: 6vw;
  line-height: 1;
  display: flex;
}

.counter-num {
  color: #f5f2f0;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.counter-text {
  color: #f5f2f0;
  text-align: center;
  margin-top: 5px;
  font-family: Mango Dream, Arial, sans-serif;
  font-weight: 400;
}

.footer-nav-link {
  color: #8c8f93;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px 6px 0;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.paragraph-mango-dream-normal {
  color: #f5f2f0;
  text-align: center;
  margin-bottom: 6px;
  font-family: Mango Dream, Arial, sans-serif;
  font-weight: 400;
}

.check-line-last {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #3330;
  border: 0 #0000;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  min-height: 24px;
  margin-bottom: 10px;
  display: flex;
}

.divider-footer-inner {
  border: 2px solid #e8e4e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.divider-footer {
  background-color: #f5f2f0;
  padding-bottom: 48px;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

.primary-button {
  background-color: #1f1f1f;
  border-radius: 8rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  max-width: none;
  height: 2.5rem;
  min-height: 48px;
  padding: 18px 28px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

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

.btn-primary-text {
  color: #f2f2f2;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.btn-primary-text-hov {
  color: #f2f2f2;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  position: absolute;
  bottom: -2rem;
  left: 0;
}

.image {
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}

.preloader__item {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.preloader__img-logo {
  color: #cb7f65;
  max-height: 80px;
}

.preloader__loading {
  border-radius: 2px;
  width: 140px;
  height: 2px;
  margin-top: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader__progressbar {
  background-color: #cb7f65;
  width: 100%;
  height: auto;
}

.preloader__bg-top {
  z-index: 2;
  background-color: #020016;
  position: absolute;
  inset: 0%;
}

.preloader__bg-middle {
  z-index: 1;
  background-color: #02001680;
  position: absolute;
  inset: 0%;
}

.preloader__bg-bottom {
  z-index: 0;
  background-color: #02001680;
  position: absolute;
  inset: 0%;
}

.button__magnetic-link {
  z-index: 100;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social__icon-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.preloader-2 {
  z-index: 2147483647;
  color: #531431;
  background-color: #02001680;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.section-subtitle-dark {
  text-align: center;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.contact-options-wrapper {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  display: block;
  position: static;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.about-us-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.section-title-dark {
  margin-bottom: 0;
}

.italic-text-3 {
  color: #493f36;
  font-family: Mango Dream, Arial, sans-serif;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  word-break: keep-all;
  border: 0 #000;
  margin-bottom: 0;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.about-us-text-wrapper {
  height: auto;
}

.about-us-image-wrapper-mobile {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 430px;
  display: none;
  overflow: hidden;
}

.about-us-image-wrapper {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-us-section {
  background-color: #f5f2f0;
  border: 0 #000;
  justify-content: center;
  padding: 2rem 5%;
  display: flex;
  position: relative;
}

.f-margin-bottom-73 {
  margin-bottom: 32px;
}

.about-us-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}

.card-description {
  color: #fea70a;
  font-family: Mango Dream, Arial, sans-serif;
}

.link-block-4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.margin {
  color: #f5f2f0;
  text-align: center;
  margin-top: 20px;
  font-family: Solen, Arial, sans-serif;
  font-weight: 700;
}

.block-powerful {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.grid-3-sections {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: fill;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr 2fr 2fr 2fr 2fr;
  grid-auto-flow: row;
  place-items: start stretch;
  max-width: 1300px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.grey {
  color: #f5f2f0;
  text-align: center;
  max-width: 300px;
  font-family: Mango Dream, Arial, sans-serif;
  font-style: normal;
}

.text-block-14, .text-block-15 {
  color: #493f36;
}

.h1-dark {
  color: #493f36;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Solen, Arial, sans-serif;
  font-size: 2.5rem;
}

.h1-light {
  color: #f5f2f0;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Solen, Arial, sans-serif;
  font-size: 2.5rem;
}

.paragraph-13 {
  color: #f5f2f0;
  font-family: Mango Dream, Arial, sans-serif;
}

.italic-subheader-light {
  color: #f5f2f0;
  font-family: Mango Dream, Arial, sans-serif;
  font-weight: 400;
}

.step-div {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #eee;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 6vw;
  line-height: 1;
  display: flex;
}

.step-title {
  color: #f5f2f0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.steps-section {
  background-color: #161616;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.steps-section.stats {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: start stretch;
  height: auto;
  display: grid;
}

.step-subtitle {
  color: #f5f2f0;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.step-image {
  width: 70px;
  height: 70px;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-paragraph-regular {
  color: #f5f2f0;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.a-subheading-large {
  color: #f5f2f0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.a-faq-toggle:hover {
  color: var(--alley-component-library--blue--900);
}

.a-faq-toggle:active {
  color: #493f36;
}

.a-faq-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 840px;
  margin-top: 0;
  display: grid;
}

.a-faq-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.a-faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.a-faq-dropdown {
  border-bottom: 1px solid var(--alley-component-library--gray--0);
  background-color: #fff0;
  padding: 24px 32px;
  transition: all .3s;
  display: block;
}

.a-faq-dropdown.a-faq-remove-line {
  border-bottom-style: none;
}

.a-faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.a-faq-arrow {
  border: 1px solid var(--alley-component-library--gray--0);
  background-color: var(--alley-component-library--neutral--white);
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-dropdown {
  color: #493f36;
  width: 100%;
  max-width: 240px;
}

.drop-down {
  color: #493f36;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Mango Dream, Arial, sans-serif;
  transition: all .2s;
}

.drop-down:focus {
  border-color: #b6b9ce;
}

.drop-down::placeholder {
  color: #6b7094;
}

.live-chat-bubbble---brix {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble---brix:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble---brix.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px #128c6033;
}

.chat-linkcredits-1 {
  opacity: 0;
  height: 1px;
  font-size: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.chat-bubblemain-1 {
  z-index: 2;
  margin-bottom: 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.chat-container-1 {
  width: 100%;
  max-width: 14200px;
  position: relative;
}

.whatsapp-button {
  z-index: 999999999;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.image-2 {
  color: #493f36;
  width: 120px;
}

.card-midle {
  background-color: #50473e;
  border: 2px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 730px;
  padding: 30px 25px;
  display: flex;
  box-shadow: 1px 1px 5px 1px #493f36;
}

.card-midle.purple {
  color: #fff;
  background-color: #101010;
  border-radius: 20px;
  min-height: 780px;
  position: relative;
}

.section-header-type-1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.empty-text {
  color: #fff0;
  text-align: center;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
}

.pricing-secondary-button {
  background-color: #d4a259;
  border-radius: 8rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  max-width: none;
  height: 2.5rem;
  min-height: 48px;
  padding: 18px 28px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.pricing-secondary-button:hover {
  color: #fff;
}

.card-mid-bestseller {
  border-bottom: 2px dashed #fff3;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-fotoboxas-section {
  background-color: #f5f2f0;
  border: 0 #000;
  justify-content: center;
  padding: 3rem 5%;
  display: flex;
  position: relative;
}

.paragraph-large-dark {
  color: #493f36;
  letter-spacing: -.02em;
  word-break: keep-all;
  border: 0 #000;
  margin-bottom: 0;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.brix---buttons-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-navbar {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f2f0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100px;
  padding: 16px 5%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 10px #0003;
}

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

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.w--current {
  padding-right: 20px;
}

.hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hamburger-menu-bar-top, .hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.footer-block-social {
  flex-direction: column;
}

.header-container-default {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1300px;
  display: flex;
}

.dark-section-layout {
  color: #11191c;
  background-color: #101010;
  position: relative;
}

.diagonal-horizontal-wrapper {
  padding-bottom: 12vw;
  position: relative;
}

.page-padding {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 16px 5%;
  display: flex;
}

.diagonal-horizontal-element {
  z-index: 1;
  color: #cdf570;
  transform-style: preserve-3d;
  width: 100%;
  height: 12vw;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.diagonal-horizontal-element.is-dark {
  color: #11191c;
  height: 10vw;
}

.path {
  color: #f5f2f0;
}

.diagonal-horizontal-wrapper-down {
  background-color: #f5f2f0;
  height: 10vh;
  padding-bottom: 10vw;
  position: relative;
}

.path-2 {
  color: #101010;
}

.diagonal-horizontal-element-down {
  z-index: 998;
  color: #996038;
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.g-stack-xl {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.spacer {
  width: 100%;
  height: 0;
}

.hero-v2-headline-span {
  color: #333;
  text-transform: uppercase;
  font-family: Solen, Arial, sans-serif;
}

.g-stack-2xl {
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contain-image {
  z-index: 9999999;
  object-fit: contain;
  border-radius: 20px;
  max-height: 80vh;
  display: block;
}

.col-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.col-2.lg6 {
  width: 50%;
}

.col-2.lg6.md6.mdl6.sm2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: block;
}

.hero-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.hero-section._2xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-section._2xl.hero-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#f5f2f0, #f5f2f0);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 0% 0;
  display: grid;
}

.height-100 {
  height: 100%;
}

.height-100.jvc {
  width: 100%;
}

.wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: 88vh;
  padding: 48px 5%;
  display: flex;
  position: static;
}

.absolute {
  position: absolute;
}

.absolute.hero-v2.front {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.headline {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.headline.xl {
  letter-spacing: -.025rem;
  font-size: 3.5rem;
  line-height: 1.1;
}

.headline.xl.hero-v2 {
  font-size: 3rem;
}

.whre-we-are-section {
  color: #11191c;
  background-color: #101010;
  position: relative;
}

.link-17 {
  color: #f5f2f0;
}

.imprint-heading-h4 {
  color: #f5f2f0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Solen, Arial, sans-serif;
  font-size: 18px;
}

.imprint-company-informations {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  display: block;
  position: static;
}

.imprint-text {
  color: #f5f2f0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mango Dream, Arial, sans-serif;
  font-weight: 400;
  display: block;
}

.imprint-heading-h3 {
  color: #f5f2f0;
  font-family: Solen, Arial, sans-serif;
  font-weight: 700;
}

.protokoll-section-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: block;
  position: static;
}

.legal-headline {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.legal-headline.xl {
  letter-spacing: -.025rem;
  font-size: 3.5rem;
  line-height: 1.1;
}

.legal-headline.xl.hero-v2 {
  text-transform: uppercase;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 1.5rem;
}

.imprint-company-informations-2 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 40px;
  display: block;
  position: static;
}

.imprint-heading-h3-2 {
  color: #f5f2f0;
  font-family: Solen, Arial, sans-serif;
  font-weight: 700;
}

.imprint-heading-h4-2 {
  color: #f5f2f0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Solen, Arial, sans-serif;
  font-size: 18px;
}

.imprint-text-2 {
  color: #f5f2f0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Mango Dream, Arial, sans-serif;
  font-weight: 400;
  display: block;
}

.link-7, .link-8, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25 {
  color: #f5f2f0;
}

.faq-section {
  color: #11191c;
  background-color: #101010;
  position: relative;
}

.link-26 {
  color: #493f36;
  word-break: keep-all;
}

.hero-elementor-widget-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.hero-vertical-divider {
  background-color: #e8e4e1;
  width: 2px;
  height: 2rem;
}

.package-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70px;
  margin-top: -10px;
  margin-bottom: -100px;
  text-decoration: none;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.col-1 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.col-1.lg6 {
  width: 50%;
}

.col-1.lg6.md6.mdl6.sm2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: block;
}

.footer-credits {
  color: #493f36;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
}

.footer-credits.w--current {
  text-decoration: underline;
}

.features-section {
  color: #11191c;
  background-color: #101010;
  position: relative;
}

.package-image {
  min-width: 120px;
  position: relative;
}

.diagonal-horizontal-element-top {
  z-index: 998;
  color: #996038;
  transform-style: preserve-3d;
  width: 100%;
  height: 10vw;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.pricing-primary-button {
  background-color: #d06a40;
  border-radius: 8rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  max-width: none;
  height: 2.5rem;
  min-height: 48px;
  padding: 18px 28px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.pricing-primary-button:hover {
  color: #fff;
}

.contact-element-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-6 {
  color: #f5f2f0;
  font-weight: 500;
}

.heading-43 {
  color: #f5f2f0;
  font-size: 1.5rem;
}

.grid-phone-mail {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-top: 20px;
}

.paragraph-14 {
  font-size: 14px;
  font-weight: 500;
}

.contact-icon {
  color: #fcfcfc;
  text-align: center;
  justify-content: flex-start;
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
  display: flex;
}

.heading-42 {
  color: #f5f2f0;
  font-size: 1.5rem;
}

.contact-icon-wrapper {
  background-color: #404040;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px;
}

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

.link-2 {
  color: #f5f2f0;
  font-size: 14px;
  font-weight: 500;
}

.booking-process {
  color: #11191c;
  background-color: #101010;
  position: relative;
}

.paragraph-large-light {
  color: #f5f2f0;
  letter-spacing: -.02em;
  word-break: keep-all;
  border: 0 #000;
  margin-bottom: 0;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.backgrounds-section {
  background-color: #f5f2f0;
  padding: 3rem 5%;
  position: relative;
}

.h1-uppercase-dark {
  color: #493f36;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Solen, Arial, sans-serif;
  font-size: 2.5rem;
}

.background-card {
  background-color: #101010;
  border: 2px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 225px;
  max-width: 100%;
  padding: 30px 25px;
  display: flex;
  box-shadow: 1px 1px 5px 1px #493f36;
}

.backgrounds-cards-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 1rem;
  display: flex;
}

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

.section-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.section-additional-text {
  text-align: center;
  font-family: Mango Dream, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.background-image-wrapper {
  background-color: #e8f5e9;
  border-radius: 20px;
}

.card-info-size {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px solid #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.paragraph-solen-bold {
  color: #f5f2f0;
  text-align: center;
  margin-bottom: 6px;
  font-family: Solen, Arial, sans-serif;
  font-weight: 700;
}

.card-info-special-features {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 2px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.section-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.legal-hero-section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.legal-hero-section._2xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

.legal-hero-section._2xl.hero-v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#f5f2f0, #f5f2f0);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  display: grid;
}

.about-me-section {
  background-color: #101010;
  border: 0 #000;
  justify-content: center;
  padding: 2rem 5%;
  display: flex;
  position: relative;
}

.about-us-text-wrapper-center {
  height: auto;
}

.about-us-video {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: visible;
}

.feature-title {
  color: #f5f2f0;
  font-family: Solen, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.recaptcha-wrapper {
  transform-origin: 0 0;
  transform: scale(.8);
}

.code-embed {
  width: 100%;
  height: 100vh;
}

@media screen and (min-width: 1280px) {
  .nav-text-wrap {
    overflow: hidden;
  }

  .link-text-hov {
    flex: 0 auto;
    display: block;
  }

  .popular {
    justify-content: center;
    align-items: center;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .footer-nav-link {
    text-align: left;
  }

  .btn-primary-text-hov {
    flex: 0 auto;
    display: block;
  }

  .grid-3-sections {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .about-us-section, .about-fotoboxas-section {
    display: flex;
  }

  .absolute.hero-v2.front {
    justify-content: center;
    align-items: center;
  }

  .about-me-section {
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .contact-us-section {
    border: 0 #000;
  }

  .divider-footer-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .divider-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
  }

  .about-us-section {
    border: 0 #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-us-grid {
    justify-content: center;
  }

  .grid-3-sections {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: 20vh;
    position: relative;
  }

  .grey {
    color: #fff;
  }

  .about-fotoboxas-section {
    border: 0 #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-container-default {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-v2-headline-span {
    color: #333;
  }

  .hero-section._2xl.hero-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
  }

  .wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .heading-43 {
    font-size: 18px;
  }

  .grid-phone-mail {
    padding: 0 5%;
  }

  .heading-42 {
    font-size: 18px;
  }

  .legal-hero-section._2xl.hero-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: center;
  }

  .about-me-section {
    border: 0 #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .f-footer-title {
    margin-bottom: 24px;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .f-footer-block {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .header__humb-close {
    z-index: 2;
    padding: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .header__humb {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .menu__nav-link {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #f2f2f233;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu__nav-link:hover, .menu__nav-link.w--current {
    background-position: 0;
    background-size: 10px;
  }

  .contact-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-button-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .about-us-image {
    vertical-align: baseline;
    max-width: 100%;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .f-paragraph-large-2 {
    margin-bottom: 20px;
  }

  .about-us-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .about-us-image-wrapper-mobile {
    height: 650px;
    margin-bottom: 20px;
    display: block;
  }

  .about-us-image-wrapper {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    display: none;
  }

  .about-us-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .f-margin-bottom-73 {
    margin-bottom: 0;
  }

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

  .grid-3-sections {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    padding-bottom: 10px;
  }

  .grey {
    max-width: 300px;
  }

  .a-faq-content {
    width: 100%;
  }

  .whatsapp-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-header-type-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
  }

  .about-fotoboxas-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .paragraph-large-dark {
    margin-bottom: 20px;
  }

  .hero-navbar {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .footer-block-social {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .page-padding {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .diagonal-horizontal-wrapper-down {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .diagonal-horizontal-element-down {
    z-index: 998;
  }

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

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

  .col-2.lg6.md6.mdl6.sm2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .hero-section._2xl.hero-v2 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative;
  }

  .wrapper {
    height: auto;
    position: static;
  }

  .col-1.lg6.md6.mdl6.sm2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .paragraph-large-light {
    margin-bottom: 20px;
  }

  .backgrounds-cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-header {
    width: 100%;
    padding-bottom: 10px;
  }

  .legal-hero-section._2xl.hero-v2 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 96px;
    padding-bottom: 96px;
    position: relative;
  }

  .about-me-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .about-us-text-wrapper-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .f-footer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-link {
    display: inline-block;
  }

  .contact-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .google-map {
    height: 400px;
  }

  .pricing-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .card {
    margin-bottom: 40px;
  }

  .footer-nav-link {
    display: inline-flex;
  }

  .f-button-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .f-paragraph-large-2 {
    text-align: center;
  }

  .about-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-3-sections {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .steps-section.stats {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .chat-bubblemain-1 {
    margin-bottom: 15px;
  }

  .card-midle.purple {
    margin-bottom: 40px;
  }

  .section-header-type-1 {
    padding-bottom: 10px;
  }

  .about-fotoboxas-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large-dark {
    text-align: center;
  }

  .btn-header-hidden-on-mbl {
    display: none;
  }

  .header-nav-list-item-show-in-mbl, .contain-image {
    display: block;
  }

  .col-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-section._2xl.hero-v2 {
    position: relative;
  }

  .absolute.hero-v2.front {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .legal-headline.xl.hero-v2 {
    font-size: 2rem;
  }

  .col-1 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-large-light {
    text-align: center;
  }

  .backgrounds-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .background-card {
    margin-bottom: 40px;
  }

  .backgrounds-cards-wrap {
    grid-template-columns: 1fr;
  }

  .section-header {
    padding-bottom: 10px;
  }

  .section-button {
    justify-content: center;
    align-items: center;
  }

  .legal-hero-section._2xl.hero-v2 {
    position: relative;
  }

  .about-me-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .f-container-regular-2 {
    text-align: center;
    display: block;
  }

  .f-footer-title {
    margin-bottom: 14px;
  }

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

  .f-footer-link {
    justify-content: center;
    align-items: center;
  }

  .f-footer-block {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .f-footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: block;
  }

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

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

  .nav-link {
    display: inline-block;
  }

  .contact-us-section {
    padding-top: 30px;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-submit-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .f-contact-divider {
    display: none;
  }

  .f-margin-bottom-83 {
    margin-bottom: 15px;
  }

  .google-map {
    flex: 1;
  }

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

  .card {
    border: 1px solid #0000001a;
    box-shadow: 0 5px 6px -3px #0003;
  }

  .social {
    justify-content: center;
    align-items: center;
  }

  .counter-section {
    height: 50vh;
  }

  .counter-section.stats {
    flex-flow: column;
  }

  .counter-div {
    font-size: 8vw;
  }

  .footer-nav-link {
    display: block;
  }

  .primary-button {
    min-width: 150px;
  }

  .f-button-wrapper-2 {
    justify-content: center;
  }

  .section-title-dark {
    text-align: center;
  }

  .f-paragraph-large-2 {
    margin-bottom: 20px;
  }

  .about-us-image-wrapper {
    height: auto;
  }

  .about-us-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

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

  .grid-3-sections {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .h1-dark, .h1-light {
    word-break: normal;
    font-size: 10vw;
    display: block;
  }

  .step-div {
    font-size: 8vw;
  }

  .steps-section {
    height: 50vh;
  }

  .steps-section.stats {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .a-faq-dropdown {
    padding: 24px;
  }

  .live-chat-bubbble---brix {
    width: 56px;
    height: 56px;
  }

  .whatsapp-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-midle {
    border: 1px solid #0000001a;
    box-shadow: 0 5px 6px -3px #0003;
  }

  .about-fotoboxas-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .paragraph-large-dark {
    margin-bottom: 20px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-navbar {
    z-index: 999;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .hamburger-menu-bar-top, .hamburger-menu-bar-bottom {
    width: 26px;
  }

  .header-nav-list-item-show-in-mbl {
    text-align: left;
    width: 100%;
  }

  .footer-block-social {
    padding-bottom: 20px;
  }

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

  .hero-v2-headline-span {
    font-size: 2.5rem;
  }

  .contain-image {
    min-height: auto;
  }

  .col-2.lg6.md6.mdl6.sm2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .hero-section._2xl.hero-v2 {
    justify-content: center;
    align-items: flex-start;
    padding: 48px 0% 0;
  }

  .height-100.jvc {
    height: auto;
  }

  .absolute.hero-v2.front {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .headline.xl {
    line-height: .9;
  }

  .headline.xl.hero-v2 {
    line-height: 1;
  }

  .imprint-heading-h4 {
    font-size: 16px;
  }

  .imprint-heading-h3 {
    font-size: 22px;
  }

  .legal-headline.xl {
    line-height: .9;
  }

  .legal-headline.xl.hero-v2 {
    font-size: 1.5rem;
    line-height: 1;
  }

  .link-18, .link-19, .link-20, .link-21, .link-22 {
    word-break: break-all;
  }

  .hero-elementor-widget-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .hero-vertical-divider {
    display: block;
  }

  .link-27 {
    word-break: break-all;
  }

  .col-1.lg6.md6.mdl6.sm2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .diagonal-horizontal-element-top {
    position: static;
  }

  .grid-phone-mail {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .paragraph-large-light {
    margin-bottom: 20px;
  }

  .h1-uppercase-dark {
    word-break: normal;
    font-size: 10vw;
    display: block;
  }

  .background-card {
    border: 1px solid #0000001a;
    box-shadow: 0 5px 6px -3px #0003;
  }

  .backgrounds-cards-wrap {
    grid-template-columns: 1fr;
  }

  .section-button {
    justify-content: center;
  }

  .legal-hero-section._2xl.hero-v2 {
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .about-me-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .about-us-video {
    flex-flow: column;
  }

  .recaptcha-wrapper {
    transform: scale(.7);
  }
}

#w-node-dd805c54-d4af-83d3-2a7d-55f7631c43f5-d937c997 {
  align-self: center;
}

#w-node-dd805c54-d4af-83d3-2a7d-55f7631c43fa-d937c997 {
  place-self: center;
}

#w-node-dd805c54-d4af-83d3-2a7d-55f7631c4417-d937c997 {
  place-self: end;
}

#w-node-_65468226-3d4a-fc40-592f-994eb9f03091-d937c997 {
  place-self: start;
}

#w-node-_65468226-3d4a-fc40-592f-994eb9f030ac-d937c997, #w-node-_957666b2-99d7-ae46-f50c-106d98990ea6-d937c997, #w-node-_957666b2-99d7-ae46-f50c-106d98990ecc-d937c997 {
  place-self: center start;
}

#w-node-_2c0e1159-822f-b573-8a35-7b812e5f0e47-d937c997 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-a5c12491-5839-ea20-0911-285d48e93069-48e9305d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5c12491-5839-ea20-0911-285d48e93072-48e9305d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1f92c909-3ce9-c100-683c-6a78eda15f69-48e9305d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a5c12491-5839-ea20-0911-285d48e93093-48e9305d {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_11a3c24d-2c7c-f4f9-1ffc-d9f4e8837df0-48e9305d {
  order: 2147483647;
  grid-area: 4 / 1 / 5 / 2;
  place-self: start;
}

#w-node-a5c12491-5839-ea20-0911-285d48e930a1-48e9305d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5c12491-5839-ea20-0911-285d48e930aa-48e9305d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_141e523a-1025-1205-5dac-40cf05192a51-48e9305d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a5c12491-5839-ea20-0911-285d48e930cc-48e9305d {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_692f1506-7ac6-7160-1ec3-8c94b32fb5b5-48e9305d {
  order: 2147483647;
  grid-area: 4 / 1 / 5 / 2;
  place-self: start;
}

#w-node-a5c12491-5839-ea20-0911-285d48e930dd-48e9305d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a5c12491-5839-ea20-0911-285d48e930e6-48e9305d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b98ddcea-e92b-4e0d-d835-2a7482243825-48e9305d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-a5c12491-5839-ea20-0911-285d48e93108-48e9305d {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_65c9294a-7c9c-a2af-c807-3825fe06350b-48e9305d {
  order: 2147483647;
  grid-area: 4 / 1 / 5 / 2;
  place-self: start;
}

#hero-container-Immobilienbewertung.w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110826-1d110822, #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d11082d-1d110822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110834-1d110822 {
  justify-self: center;
}

#w-node-_47c9a8ca-3107-ecbf-58c4-3a951d11083b-1d110822, #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110842-1d110822, #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110849-1d110822 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0d36c36e-b34d-978a-e0bc-39f84e5b61cc-b9792845 {
  align-self: center;
}

#w-node-_0d36c36e-b34d-978a-e0bc-39f84e5b61ce-b9792845 {
  place-self: center;
}

#w-node-_0d36c36e-b34d-978a-e0bc-39f84e5b61ea-b9792845 {
  place-self: end;
}

#w-node-_965dc9af-e9f8-8ce5-60f8-13b8bafdd34c-c6ed9bba {
  align-self: center;
}

#w-node-_965dc9af-e9f8-8ce5-60f8-13b8bafdd34e-c6ed9bba {
  place-self: center;
}

#w-node-_965dc9af-e9f8-8ce5-60f8-13b8bafdd36a-c6ed9bba {
  place-self: end;
}

#w-node-eb39830d-429d-813b-97bc-df1d93be8155-47c769b6 {
  align-self: center;
}

#w-node-eb39830d-429d-813b-97bc-df1d93be8157-47c769b6 {
  place-self: center;
}

#w-node-eb39830d-429d-813b-97bc-df1d93be8174-47c769b6 {
  place-self: end;
}

#w-node-_7e6e1676-7c46-c3d4-8540-49edf900e7e9-47c769b6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7f555f79-d21e-a45d-c7e0-318384a3b635-47c769b6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7e6e1676-7c46-c3d4-8540-49edf900e7f3-47c769b6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_6e0826ac-a526-0951-4230-fad616fd7759-47c769b6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_70b507ea-1f84-4104-dd66-7395bcc0b8f1-47c769b6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_6e0826ac-a526-0951-4230-fad616fd7763-47c769b6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_57cb4881-9ee8-8dfd-3d0d-9727433eb03f-47c769b6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_96e34e13-367c-d37c-0917-d0cc11b9b6c9-47c769b6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_57cb4881-9ee8-8dfd-3d0d-9727433eb049-47c769b6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_915ac6c3-abe6-fca4-c8da-c4acbbe024e0-47c769b6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c75e07c-5af2-5f5c-bd37-3023819941b1-47c769b6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_915ac6c3-abe6-fca4-c8da-c4acbbe024ea-47c769b6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_75cf7ef2-9bac-e849-f960-31a167270ab8-6683e5e0 {
  align-self: center;
}

#w-node-_75cf7ef2-9bac-e849-f960-31a167270aba-6683e5e0 {
  place-self: center;
}

#w-node-_75cf7ef2-9bac-e849-f960-31a167270ad6-6683e5e0 {
  place-self: end;
}

#w-node-_957666b2-99d7-ae46-f50c-106d98990ea6-6683e5e0 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_957666b2-99d7-ae46-f50c-106d98990ecc-6683e5e0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center start;
}

#w-node-fe60bcf7-0845-569f-d62b-0c95b8f6c14e-6683e5e0 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start;
}

#w-node-fe60bcf7-0845-569f-d62b-0c95b8f6c15e-6683e5e0 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_33f02cb2-3b32-af0d-e570-c5dd4982fbf5-6683e5e0, #w-node-_4ef5d57e-beeb-f9f6-855b-99f197e0b0b0-6683e5e0, #w-node-_4ef5d57e-beeb-f9f6-855b-99f197e0b0a6-6683e5e0 {
  justify-self: center;
}

#w-node-_05c64743-0b7d-1366-febb-bef2eabffd80-6683e5e0 {
  place-self: start;
}

#w-node-_05c64743-0b7d-1366-febb-bef2eabffdb2-6683e5e0 {
  place-self: center start;
}

#w-node-_75cf7ef2-9bac-e849-f960-31a167270ab8-c00ee256 {
  align-self: center;
}

#w-node-_75cf7ef2-9bac-e849-f960-31a167270aba-c00ee256 {
  place-self: center;
}

#w-node-_75cf7ef2-9bac-e849-f960-31a167270ad6-c00ee256 {
  place-self: end;
}

#w-node-_05c64743-0b7d-1366-febb-bef2eabffd80-c00ee256 {
  place-self: start;
}

#w-node-_05c64743-0b7d-1366-febb-bef2eabffdb2-c00ee256 {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-dd805c54-d4af-83d3-2a7d-55f7631c43fa-d937c997 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-dd805c54-d4af-83d3-2a7d-55f7631c4417-d937c997 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_65468226-3d4a-fc40-592f-994eb9f03091-d937c997, #w-node-_957666b2-99d7-ae46-f50c-106d98990ea6-d937c997 {
    order: -9999;
  }

  #w-node-a3ee7204-dfb6-944a-bd5b-a52fda44bac2-da44babf {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a3ee7204-dfb6-944a-bd5b-a52fda44bad6-da44babf {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a3ee7204-dfb6-944a-bd5b-a52fda44baf2-da44babf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #hero-container-Immobilienbewertung.w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110826-1d110822 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d11082d-1d110822 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110834-1d110822 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d11083b-1d110822 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110842-1d110822 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110849-1d110822 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_0d36c36e-b34d-978a-e0bc-39f84e5b61ce-b9792845 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_0d36c36e-b34d-978a-e0bc-39f84e5b61ea-b9792845 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_965dc9af-e9f8-8ce5-60f8-13b8bafdd34e-c6ed9bba {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_965dc9af-e9f8-8ce5-60f8-13b8bafdd36a-c6ed9bba {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-eb39830d-429d-813b-97bc-df1d93be8157-47c769b6 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-eb39830d-429d-813b-97bc-df1d93be8174-47c769b6 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_75cf7ef2-9bac-e849-f960-31a167270aba-6683e5e0 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_75cf7ef2-9bac-e849-f960-31a167270ad6-6683e5e0 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_957666b2-99d7-ae46-f50c-106d98990ea6-6683e5e0 {
    order: -9999;
  }

  #w-node-fe60bcf7-0845-569f-d62b-0c95b8f6c14e-6683e5e0 {
    order: -9999;
    grid-column: 1 / 2;
  }

  #w-node-_05c64743-0b7d-1366-febb-bef2eabffd80-6683e5e0 {
    order: -9999;
  }

  #w-node-_75cf7ef2-9bac-e849-f960-31a167270aba-c00ee256 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_75cf7ef2-9bac-e849-f960-31a167270ad6-c00ee256 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_05c64743-0b7d-1366-febb-bef2eabffd80-c00ee256 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a3ee7204-dfb6-944a-bd5b-a52fda44bb15-da44babf {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-a3ee7204-dfb6-944a-bd5b-a52fda44bb1a-da44babf {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #hero-container-Immobilienbewertung.w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110826-1d110822 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d11082d-1d110822 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110834-1d110822 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d11083b-1d110822 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110842-1d110822 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110849-1d110822 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd805c54-d4af-83d3-2a7d-55f7631c43fa-d937c997 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-dd805c54-d4af-83d3-2a7d-55f7631c4417-d937c997 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #Contact-Checkbox.w-node-abf10bf0-3ac8-baa0-04d2-9b7683d1d7c1-d937c997 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a3ee7204-dfb6-944a-bd5b-a52fda44bac2-da44babf {
    place-self: center;
  }

  #w-node-a3ee7204-dfb6-944a-bd5b-a52fda44bad6-da44babf {
    align-self: auto;
  }

  #w-node-a3ee7204-dfb6-944a-bd5b-a52fda44bb15-da44babf {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-a3ee7204-dfb6-944a-bd5b-a52fda44bb1a-da44babf {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #hero-container-Immobilienbewertung.w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110826-1d110822 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d11082d-1d110822 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110834-1d110822 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d11083b-1d110822 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110842-1d110822 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_47c9a8ca-3107-ecbf-58c4-3a951d110849-1d110822 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0d36c36e-b34d-978a-e0bc-39f84e5b61ce-b9792845 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_0d36c36e-b34d-978a-e0bc-39f84e5b61ea-b9792845 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_965dc9af-e9f8-8ce5-60f8-13b8bafdd34e-c6ed9bba {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_965dc9af-e9f8-8ce5-60f8-13b8bafdd36a-c6ed9bba {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-eb39830d-429d-813b-97bc-df1d93be8157-47c769b6 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-eb39830d-429d-813b-97bc-df1d93be8174-47c769b6 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_75cf7ef2-9bac-e849-f960-31a167270aba-6683e5e0 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_75cf7ef2-9bac-e849-f960-31a167270ad6-6683e5e0 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_33f02cb2-3b32-af0d-e570-c5dd4982fbf5-6683e5e0, #w-node-_4ef5d57e-beeb-f9f6-855b-99f197e0b0b0-6683e5e0, #w-node-_4ef5d57e-beeb-f9f6-855b-99f197e0b0a6-6683e5e0 {
    justify-self: center;
  }

  #w-node-_75cf7ef2-9bac-e849-f960-31a167270aba-c00ee256 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center;
  }

  #w-node-_75cf7ef2-9bac-e849-f960-31a167270ad6-c00ee256 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }
}


@font-face {
  font-family: 'Solen';
  src: url('../fonts/Solen-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Dream';
  src: url('../fonts/Mango-Dream.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}