@font-face {
  font-family: Dancingscript Variablefont Wght;
  src: url('../fonts/DancingScript-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --linen: #f8efe5;
  --white: white;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.herosection {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0000, #00000029), linear-gradient(#00000080, #00000080), url('../images/Wohnzimmer1.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-clip: border-box;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  max-width: 1440px;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  box-shadow: 0 6px 5px #0003;
}

.herosection.second {
  min-height: 20vh;
}

.mainsection {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: auto;
  display: flex;
}

.mainsection._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Deko3.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 60px;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: -1px 6px 5px #0003;
}

.slider {
  border-radius: 10px;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: -5px 4px 5px #0003;
}

.mask {
  border-radius: 10px;
}

.slide {
  background-image: url('../images/Wohnzimmer3.jpg');
  background-position: 50%;
  background-size: cover;
}

.container {
  height: 600px;
  display: block;
}

.containerheading {
  background-image: none;
  width: 100%;
  max-width: none;
  height: 80px;
}

.heading {
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  display: block;
}

.wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 90%;
  max-width: 1440px;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.wrapper.second {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  display: block;
}

.heading-2 {
  color: #fff;
  border-bottom-left-radius: 0;
  padding-left: 0;
  font-family: Dancingscript Variablefont Wght, sans-serif;
  font-size: 60px;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: none;
  background-color: #271c1aab;
  border-radius: 20px;
  width: 50%;
  min-height: 89vh;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Dancingscript Variablefont Wght, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  color: #fff;
  align-self: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.pricing-feature {
  background-image: url('../images/Artboard-3-copy-4.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pricing-feature._2 {
  background-image: url('../images/Artboard-3-copy-3.png');
  font-weight: 400;
}

.pricing-feature._0 {
  background-image: none;
  margin-top: 0;
  padding-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
}

.pricing-feature._4 {
  background-image: url('../images/Artboard-3-copy-5.png');
}

.pricing-feature._5 {
  background-image: url('../images/Artboard-3-copy-6.png');
}

.pricing-feature._6 {
  background-image: url('../images/Artboard-3-copy-7.png');
}

.pricing-feature._7 {
  background-image: url('../images/Artboard-3-copy-8.png');
}

.pricing-feature._8 {
  background-image: url('../images/Artboard-3-copy-15.png');
}

.pricing-feature._9 {
  background-image: url('../images/Artboard-3-copy-9.png');
}

.pricing-feature._10 {
  background-image: url('../images/Artboard-3-copy-10.png');
}

.pricing-feature._11 {
  background-image: url('../images/Artboard-3-copy-11.png');
}

.pricing-feature._12 {
  background-image: url('../images/Artboard-3-copy-12.png');
}

.pricing-feature._13 {
  background-image: url('../images/Artboard-3-copy-13.png');
}

.pricing-feature._14 {
  background-image: url('../images/Artboard-3-copy-14.png');
}

.reviews__dash {
  opacity: .5;
  background-image: url('../images/dash-vertical.svg');
  background-position: 50% 100%;
  background-repeat: repeat-y;
  background-size: auto;
  width: 2px;
  height: 136px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--reviews {
  text-align: center;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}

.swiper-slide.mod--reviews.up {
  transform: scale(1.1);
}

.swiper-slide.mod--reviews.down {
  transform: scale(.9);
}

.reviews__title {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.reviews__ava-circle {
  z-index: 1;
  border: 2px solid #000;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 0;
}

.reviews__ava-circle.mod--2 {
  width: 28px;
  height: 28px;
  top: 10px;
  left: auto;
  right: 0;
}

.reviews__ava-circle.mod--3 {
  width: 20px;
  height: 20px;
  inset: auto -1px 0 auto;
}

.reviews__ava-spot {
  z-index: 1;
  position: absolute;
  inset: auto auto 4px 18px;
}

.reviews__ava-spot.mod--3 {
  inset: 0 12px auto auto;
}

.reviews__ava-spot.mod--2 {
  left: auto;
  right: 2px;
}

.reviews__ava-spot.mod--1 {
  bottom: -5px;
}

.reviews__p {
  color: #1b1b1bb3;
  line-height: 1.9em;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.reviews__ava-dot {
  z-index: 1;
  background-color: #000;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 15px 3px auto auto;
}

.reviews__ava-dot.mod--3 {
  top: 33px;
  left: -24px;
  right: auto;
}

.reviews__ava-dot.mod--2 {
  top: 23px;
  left: -5px;
  right: auto;
}

.reviews__ava-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 130px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.reviews__ava {
  z-index: 0;
  background-image: radial-gradient(circle, #fff, #0000 59%);
  position: relative;
}

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

.wrap-hide {
  width: 50%;
  overflow: hidden;
}

.wrap-hide._100 {
  width: 100%;
}

.body {
  background-color: var(--linen);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-subscribe {
  border-top: 1px dashed #0003;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.hero-heading-left {
  background-color: #271c1aab;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  width: 80%;
  max-width: 1440px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  position: relative;
  box-shadow: -3px 2px 5px #0003;
}

.hero-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.shadow-two {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
  box-shadow: -8px 8px 5px #0003;
}

.heading-3 {
  padding-left: 0;
  font-family: Dancingscript Variablefont Wght, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.heading-4 {
  margin-bottom: 30px;
  padding-left: 40px;
  font-family: Dancingscript Variablefont Wght, sans-serif;
  font-size: 60px;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 85%;
  max-width: none;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: flex-start;
  align-items: flex-end;
}

.heading-6 {
  color: #fff;
  font-family: Dancingscript Variablefont Wght, sans-serif;
  font-size: 100px;
  font-weight: 700;
}

.paragraph-2 {
  color: #fff;
  max-width: 70%;
  margin-top: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 26px;
  line-height: 30px;
}

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

.mainbutton {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.secondarybutton {
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 8px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-7 {
  color: #fff;
  font-family: Dancingscript Variablefont Wght, sans-serif;
}

.hero__counts-img {
  z-index: 0;
  display: none;
  position: relative;
}

.hero__numb-block {
  text-align: center;
  border-right: 1px dashed #0000002e;
  flex: 1;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero__numb-block.last {
  border-right-style: none;
}

.hero__counts-img-wrap {
  height: auto;
  min-height: 100px;
  margin-bottom: 28px;
  position: relative;
}

.hero__counts-numb {
  z-index: 2;
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero__counts-p {
  color: #1b1b1bb3;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  line-height: 1.9em;
}

.herocontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--linen);
  border-radius: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.column {
  padding-left: 0;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.listcolumn {
  border-bottom: 1px dashed #ffffff29;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.listcolumn.last {
  border-bottom-style: none;
}

.slide-2 {
  background-image: url('../images/Wohnzimmer2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Wohnzimmer4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Blick-auf-Treppe-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Blick-nach-oben.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Roteszimmer.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/OG_Bad.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/OG_Bad_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/DekoBad2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Kojenzimmer.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Maerchenzimmer_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/Maerchenzimmer_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/Maerchenzimmer_Bad.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/Ausblick-Garten.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/Garten2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/Garten.jpg');
  background-position: 50%;
  background-size: cover;
}

.image {
  display: none;
}

.paragraph-3 {
  margin-top: 20px;
  padding-left: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.container-5 {
  margin-left: 0;
  padding-left: 40px;
}

.paragraph-4 {
  display: none;
}

.paragraph-5 {
  color: #fff;
  margin-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.slide-1-6 {
  background-image: url('../images/Küche1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/Kueche2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/Sauna.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-2 {
  background-image: url('../images/Sauna1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-3 {
  background-image: url('../images/Meerzeit.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-4 {
  background-image: url('../images/Anker.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.datenschutzblock {
  max-width: none;
}

.datenschutzblock.last {
  margin-bottom: 60px;
}

.headerblock {
  min-height: 80vh;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    min-height: 70px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000003b;
    border-radius: 100px;
  }

  .heading-2 {
    font-size: 70px;
    line-height: 70px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .pricing-card.featured-pricing {
    height: 100%;
    min-height: 120vh;
  }

  .reviews__dash {
    display: none;
  }

  .swiper-slide.mod--reviews {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

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

  .shadow-two {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-3, .heading-4 {
    font-size: 70px;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }

  .flex-block-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .secondarybutton.nav {
    outline-offset: 0px;
    color: #000;
    outline: 1px solid #000;
  }

  .heading-7 {
    font-size: 50px;
  }

  .hero__numb-block {
    border-right: 1px dashed #00000026;
    width: 100%;
    max-width: none;
  }

  .hero__numb-block.last {
    border-right-style: none;
  }

  .hero__counts-img-wrap {
    min-height: 50px;
  }

  .hero__counts-numb {
    font-size: 40px;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .heading-14, .heading-17, .heading-11 {
    font-size: 4vw;
  }

  .heading-8, .heading-5, .heading-18, .heading-19 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 90vh;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .herosection {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .mainsection._2 {
    background-image: linear-gradient(#00000080, #00000080);
    background-position: 0 0;
    border-radius: 25px;
  }

  .mainsection.mobilegallery {
    justify-content: center;
    align-items: center;
    min-height: 80vh;
  }

  .slider {
    display: none;
  }

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

  .pricing-wrapper {
    flex-flow: column;
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-card.featured-pricing {
    width: 100%;
    min-height: 100vh;
  }

  .pricing-title {
    font-size: 42px;
    line-height: 42px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    flex: none;
    padding-left: 0;
    padding-right: 0;
  }

  .reviews__title {
    margin-top: 0;
    font-size: 30px;
  }

  .swiper-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .body {
    background-color: var(--linen);
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-heading-left {
    width: 90%;
    padding: 30px 15px;
  }

  .hero-split, .shadow-two {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-3, .heading-4 {
    font-size: 50px;
  }

  .container-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 60vh;
  }

  .paragraph-2 {
    max-width: 90%;
  }

  .secondarybutton.nav {
    outline-offset: 0px;
    color: #fff;
    background-color: #000000a1;
    border-style: none;
    outline: 1px #000;
    padding: 15px 25px;
    font-size: 25px;
  }

  .heading-7 {
    font-size: 45px;
  }

  .hero__counts-img {
    opacity: .9;
  }

  .hero__numb-block {
    outline-offset: 0px;
    border-bottom: 1px dashed #00000029;
    outline: 3px #333;
  }

  .hero__numb-block.last {
    border-bottom-style: none;
  }

  .hero__counts-img-wrap {
    min-height: 20px;
  }

  .hero__counts-numb {
    font-size: 40px;
  }

  .herocontainer {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    opacity: .89;
    flex-flow: column wrap;
    width: 80%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    font-size: 30px;
  }

  .lightbox-link {
    border-radius: 0;
    display: block;
  }

  .image {
    border-radius: 6px;
    display: block;
  }

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

  .container-5 {
    padding-left: 10px;
  }

  .paragraph-4 {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    display: block;
  }

  .heading-14, .heading-17, .heading-11 {
    font-size: 5vw;
  }

  .heading-8 {
    font-size: 6vw;
  }

  .link {
    font-size: 10px;
  }

  .heading-5, .heading-18, .heading-19 {
    font-size: 6vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .herosection {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .mainsection._2 {
    background-image: linear-gradient(#00000080, #00000080);
    background-position: 0 0;
    border-radius: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading {
    font-size: 20px;
  }

  .heading-2 {
    padding-left: 0;
    font-size: 60px;
  }

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

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--reviews {
    width: auto;
  }

  .swiper-wrapper {
    flex-flow: column;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-heading-left {
    border-radius: 10px;
    padding-top: 30px;
  }

  .heading-3 {
    padding-left: 0;
    font-size: 60px;
  }

  .heading-4 {
    font-size: 60px;
    line-height: 60px;
  }

  .flex-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-6 {
    font-size: 70px;
    line-height: 70px;
  }

  .paragraph-2 {
    max-width: 100%;
  }

  .hero__numb-block {
    border: 1px #000;
  }

  .hero__numb-block.last {
    padding-left: 5px;
    padding-right: 5px;
  }

  .herocontainer {
    border: 1px #000;
    border-radius: 6px;
    width: 85%;
    margin-top: 120px;
  }

  .container-5 {
    padding-left: 0;
  }

  .heading-5, .heading-18, .heading-19 {
    font-size: 7vw;
  }
}

#w-node-_4caf0926-c467-c094-fef2-c2130c814d43-bd2c97c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Dancingscript Variablefont Wght';
  src: url('../fonts/DancingScript-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}