:root {
  --_fonts---cormorant: "Cormorant Garamond", sans-serif;
  --green-txt: #1e380e;
  --green: #182c0b;
  --dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>: #2a2828;
  --pieskova-txt: #fef4da;
  --_fonts---albert: "Albert Sans", sans-serif;
  --_fonts---eb-garamond: "EB Garamond";
  --british_green\<deleted\|variable-ace7e738-5c12-549b-7974-14a1e59c2b96\>: #2f4a1f;
  --hneda\<deleted\|variable-abbc1ce9-4a5b-499a-b583-a05264093874\>: ;
  --pieskova-border: #fff5e0;
  --white: white;
  --color: white;
  --dark-green: #132209;
}

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

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

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

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

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

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

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

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

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

body {
  color: #f3f1ec;
  background-color: #130e01;
  font-family: Merriweather, serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

h2 {
  font-family: var(--_fonts---cormorant);
  color: var(--green-txt);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

h3 {
  font-family: var(--_fonts---cormorant);
  color: var(--green);
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  font-family: var(--_fonts---cormorant);
  color: var(--dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}

.body {
  background-color: var(--pieskova-txt);
  padding: 0;
  font-family: Melodrama Variable;
}

.scroller-text {
  text-align: center;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-kerning: none;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14vw;
  line-height: 1;
}

.scroller-text.start-hidden {
  max-width: 100%;
  font-family: var(--_fonts---albert);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 7vw;
  font-weight: 700;
  line-height: 85%;
}

.scroller-section {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.scroller-section.intro {
  position: relative;
}

.filler-section {
  min-height: 40vh;
}

.hero {
  z-index: 20;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.inspiration_content-wrapper {
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0%;
}

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

.success-stories_background-video-overlay {
  z-index: 5;
  transform-origin: 100%;
  background-color: #131313;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.free-guide_content-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_email-link-top-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.footer_email-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.do-justice_line3 {
  z-index: 10;
  font-family: var(--_fonts---albert);
  color: #fff;
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 300;
  position: relative;
}

.nav_menu_link {
  color: #ffedcb;
  border-radius: .25rem;
  padding: .5rem 1rem;
  transition: background-color .5s cubic-bezier(.455, .03, .515, .955);
}

.nav_menu_link:hover {
  background-color: #ffe0a51a;
  border-radius: .25rem;
}

.nav_menu_link.w--current {
  color: #ffedcb;
  background-color: #ffe0a50d;
  font-weight: 400;
  text-decoration: none;
}

.text-color-secondary {
  color: #131313;
  text-align: left;
  max-width: 35ch;
}

.text-color-secondary.nowrap {
  white-space: nowrap;
}

.text-color-secondary.text-weight-normal.text-style-capitalize {
  text-transform: capitalize;
}

.text-color-secondary.opacity-75 {
  opacity: .75;
}

.faq_list-item-number {
  width: 3rem;
  font-family: var(--_fonts---eb-garamond);
  color: #6f6a6466;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.footer_mail-icons-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 4vw;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.do-justice_showcase_interior-design-studio {
  z-index: 5;
  border-radius: .25rem;
  flex: 1;
  width: 35%;
  height: auto;
  position: relative;
  top: .2rem;
  left: 50%;
  overflow: hidden;
}

.footer_copyright {
  opacity: .7;
  font-family: var(--_fonts---albert);
  color: var(--pieskova-txt);
  font-size: 14px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.footer_copyright.mobile {
  display: none;
}

.footer_contact-info-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.container-large {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.icons {
  grid-template-columns: 1fr;
}

.container-large.foot {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
}

.container-large.sirka {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 780px;
}

.container-large.sirka.dolava {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 540px;
}

.container-large.sirka.model {
  width: auto;
  max-width: 720px;
}

.container-large.herow {
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  display: block;
}

.footer_sticky-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.free-guide_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .8;
  flex-flow: column;
  display: flex;
}

.inspiration_curtain-block {
  background-color: #ffedcb;
  width: 33.5%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.inspiration_curtain-block.is-2 {
  z-index: 10;
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 50% 100%;
  background-color: #7a5632db;
  left: 33.33%;
  transform: rotate(180deg);
}

.inspiration_curtain-block.is-1 {
  z-index: 10;
  pointer-events: auto;
  transform-origin: 50% 0;
  background-color: #7a5632db;
  display: block;
}

.inspiration_curtain-block.is-3 {
  z-index: 10;
  transform-origin: 50% 0;
  background-color: #7a5632db;
  left: 66.66%;
  right: 0%;
}

.faq_cta-wrapper {
  overflow: hidden;
}

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

.fs-cc-banner_text-link {
  color: #131313;
  border: 1px #000;
  font-weight: 400;
  text-decoration: underline;
}

.checkbox {
  margin-top: 7px;
}

.inspiration_image-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.background-lines-wrapper {
  z-index: 1;
  opacity: .05;
  pointer-events: none;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.benefits_grid-item-title {
  font-family: var(--_fonts---albert);
  color: var(--dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.nav_sticky {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.benefits_grid-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 65%;
  display: grid;
}

.page-wrapper {
  padding-left: 0;
  position: relative;
}

.footer_contact-link {
  color: #131313;
  flex-flow: column;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  text-decoration: none;
  display: flex;
}

.footer_contact-link.is-last {
  padding-bottom: 0;
}

.nav_button {
  padding: 1rem;
}

.dragger {
  z-index: 3;
  background-color: #efefef;
  border-radius: 15px;
  justify-content: space-around;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 50%;
}

.do-justice_showcase-interactive-gallery {
  z-index: 4;
  aspect-ratio: 16 / 9;
  border-radius: .25rem;
  width: 60%;
  min-height: auto;
  display: flex;
  position: relative;
  top: -18rem;
  left: 8%;
  overflow: hidden;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_trigger, .hidden-div-for-video-styling {
  display: none;
}

.inspiration_bg-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.testimonials_headshot-wrapper {
  aspect-ratio: 1;
  object-fit: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 6rem;
  display: block;
  position: relative;
}

.testimonials_headline-wrapper {
  max-width: 30ch;
}

.success-stories_link-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.benefits_grid-item-text {
  opacity: .8;
  max-width: 25ch;
  color: var(--dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>);
  font-size: 1.25rem;
  line-height: 1.6rem;
}

.intro-h2-wrapper {
  flex-flow: column;
  width: auto;
  max-width: none;
  display: block;
}

.success-stories_background-video-wrapper {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid #ffe0a540;
  border-radius: .25rem;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.do-justice_sticky-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
}

.mail-icon-embed {
  line-height: .7;
}

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

.footer_contact-link-text {
  text-align: right;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

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

.footer_bottom-row-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .8px #f6e2d240;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  padding-top: 0;
  display: flex;
}

.footer_bottom-row-wrapper.copyright {
  margin-top: 10px;
}

.main-wrapper {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.form-fields-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-field-wrapper {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.success-stories_link-underline {
  background-color: #63b995;
  width: 100%;
  height: 1px;
}

.do-justice_scrolltrack {
  height: 300svh;
}

.footer_social-media-link {
  opacity: .7;
  color: var(--pieskova-txt);
  text-transform: uppercase;
  font-family: Libre Caslon Text;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .5s;
}

.footer_social-media-link:hover {
  opacity: 1;
}

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

.icon-1x1-small-2.is-dragger {
  color: #fff;
  position: absolute;
  right: 1rem;
}

.icon-1x1-small-2.is-dragger.is-right {
  left: 1rem;
  right: auto;
}

.heading-style-h2-2 {
  color: #2c2c2c;
  font-size: 6.25rem;
  font-weight: 900;
  line-height: 1;
}

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

.heading-style-h2-2.text-color-white.has-shadow {
  font-family: Poppins;
  font-size: 3vw;
  font-weight: 200;
}

.faq_list-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.footer_letter-icon-wrapper {
  z-index: 1;
  width: 90%;
  position: relative;
}

.free-guide_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.free-guide_list-item.is-first {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
}

.faq_container {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.faq_list-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.do-justice_showcase-interactive-gallery-mobile {
  display: none;
}

.background-line {
  border-right: 1px solid #fff;
  width: 25%;
  height: 100%;
}

.faq_list-item-number-wrapper {
  z-index: 2;
  flex: none;
  align-self: center;
  position: relative;
}

.footer_mail-icon-wrapper {
  z-index: 2;
  background-color: #ffedcb;
  width: 100%;
  position: absolute;
}

.section_transformation {
  overflow: hidden;
}

.showcase_info-heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 700;
}

.inspiration_text-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
}

.free-guide_text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
}

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

.nav_brand {
  width: auto;
}

.nav_brand.w--current {
  flex-flow: column;
  display: flex;
}

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

.transformatin_text-container {
  font-size: 3rem;
}

.success-stories_background-video {
  width: 100%;
  height: 100%;
}

.success-stories_background-video.display-none {
  display: none;
}

.do-justice_h2-wrapper {
  width: 50vw;
  height: auto;
  font-size: 6rem;
}

.success-stories_button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.free-guide_h2-wrapper {
  max-width: 8ch;
  font-size: 3.5rem;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.success-stories_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.free-guide_image {
  border-radius: .25rem;
  width: 100%;
  height: auto;
}

.showcase_info-underline {
  background-color: #fff;
  height: 1px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #ffe0a5cc;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.do-justice_line2 {
  z-index: 1;
  opacity: 1;
  font-family: var(--_fonts---albert);
  color: #fff;
  text-transform: uppercase;
  font-size: 12vw;
  font-weight: 300;
  position: relative;
}

.transformation_images-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.do-justice_image-portfolio {
  width: 100%;
  height: 100%;
}

.footer_contact-link-top-row {
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  display: flex;
}

.bg_slogan_wrapper {
  z-index: 5;
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials_cards-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials_card-contact-info-right-col {
  width: auto;
}

.faq-list-item-tab-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .25rem;
  flex-flow: row;
  width: 100%;
  padding: 0 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-section-small-2 {
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
}

.nav_component {
  z-index: 1000;
  background-color: #13131300;
  width: 100%;
  max-width: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.footer-link {
  opacity: 1;
  font-family: var(--_fonts---albert);
  color: var(--pieskova-txt);
  text-transform: uppercase;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition: opacity .3s;
  display: inline;
}

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

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.global-scripts {
  display: none;
}

.success-stories_link-top-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.testimonials_headshot {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.divider_top-line {
  background-color: #ffedcb;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
  width: 2rem;
  height: 2px;
}

.divider_top-line.is-green {
  background-color: #63b995;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  width: 1.5rem;
  height: 2px;
}

.divider_top-line.is-green.is-faq {
  background-color: #fff;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 2rem;
  margin-left: 20px;
  padding-left: 0;
}

.divider_top-line.color-primary {
  background-color: #131313;
}

.divider_top-line.color-primary.small {
  width: 1.2rem;
  height: 2px;
}

.transformation_image-wrapper {
  border-radius: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: auto;
  min-height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.transformation_image-wrapper.is-skyscraper {
  justify-content: flex-end;
  align-items: center;
}

.transformation_image-wrapper.has-aspect-ratio {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  min-height: auto;
  overflow: hidden;
}

.transformation_image-background {
  transform-origin: 50% 100%;
  background-color: #ffedcb;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.padding-global.padding-section-large {
  padding-top: 60px;
  padding-bottom: 100px;
  font-size: 1rem;
  position: relative;
}

.padding-global.padding-section-large.intro {
  background-color: var(--british_green\<deleted\|variable-ace7e738-5c12-549b-7974-14a1e59c2b96\>);
  background-image: linear-gradient(180deg, #122208, var(--green-txt) 65%);
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-global.padding-section-large.podlazie {
  background-image: none;
  padding-top: 50px;
  padding-bottom: 70px;
}

.padding-global.padding-section-large.podlazie.subpage {
  display: none;
}

.padding-global.padding-section-large.formpad {
  background-image: linear-gradient(#122208, #1e380e 65%);
  padding-top: 120px;
  transition: background-color .3s;
}

.padding-global.padding-section-large.maxw {
  padding-bottom: 100px;
}

.padding-global.padding-section-large.maxw.sp_podlazie {
  width: 96%;
  max-width: 1200px;
  margin: auto;
  padding: 140px 0 40px;
}

.padding-global.padding-section-large.model {
  background-image: none;
  padding-bottom: 0;
}

.padding-global.padding-section-large.pieskova {
  background-image: none;
}

.padding-global.padding-section-large.gradient {
  background-image: linear-gradient(#122208, #1e380e 65%);
}

.padding-global.hero1 {
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.form-text-field {
  border-radius: .25rem;
}

.form-text-field::placeholder {
  color: #131313bf;
}

.intro-txt-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  border-left: 2px #6f6a6447;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.free-guide_image-wrapper {
  width: 40%;
}

.form-embed {
  display: block;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.padding-global-2 {
  z-index: 5;
  pointer-events: auto;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: static;
  inset: 0%;
}

.inspiration_bg-image-overlay {
  z-index: 4;
  background-image: linear-gradient(90deg, #000000e6 23%, #0000 45%);
  position: absolute;
  inset: 0%;
}

.text-span {
  color: #ffedcb;
  text-decoration: none;
}

.fs-cc-prefs_content {
  background-color: #ffedcb;
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.success-message {
  color: #131313;
  background-color: #ffedcb;
}

.before-after-wrap {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
}

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

.do-justice_showcase_architecture-firm-showcase {
  z-index: 5;
  border-radius: .25rem;
  width: 25%;
  height: auto;
  position: relative;
  top: -4.8rem;
  left: 19%;
  overflow: hidden;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.testimonials_card-contact-info-left-col {
  width: auto;
}

.divider-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.divider-wrapper.is-faq {
  justify-content: center;
  align-items: flex-start;
}

.divider-wrapper.max-width-7rem {
  max-width: 7rem;
}

.success-stories-link-icon-wrapper {
  flex-flow: column;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.fs-cc-banner_text {
  color: #131313;
  margin-right: 24px;
}

.testimonials_card-left-column {
  width: 25%;
}

.faq-list-item-tab-wrapper-background {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  transform-origin: 50% 100%;
  width: 100%;
  height: 100%;
  color: var(--dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>);
  flex-flow: row;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer {
  z-index: 1;
  background-color: #ffedcb;
  height: 200vh;
  min-height: auto;
  margin-top: -100vh;
  position: relative;
}

.cookie-consent {
  display: block;
}

.transformation_text-highlight {
  color: #63b995;
  text-transform: uppercase;
  text-decoration: underline;
}

.heading-7 {
  text-transform: none;
}

.story_content-wrapper {
  z-index: 1;
  justify-content: flex-start;
  max-width: 14ch;
  font-size: 4rem;
  display: flex;
  position: relative;
}

.faq-h2-wrapper {
  width: 50%;
  font-family: Poppins;
  font-size: 5rem;
  line-height: 1.7;
}

.footer-content-container {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 70svh;
  display: flex;
}

.do-justice_showcase-molda-slider {
  z-index: 6;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 50vw;
  height: auto;
  max-height: none;
  display: block;
  position: relative;
  left: 2%;
  overflow: clip;
}

.section_intro_text {
  z-index: 100;
  background-image: linear-gradient(#000, #fff);
  min-height: auto;
  position: relative;
}

.showcase_info-wrapper {
  flex-flow: column;
  width: 100%;
  min-width: 15rem;
  max-height: 8rem;
  display: block;
}

.free-guide_form-field-wrapper {
  flex-flow: column;
  display: flex;
}

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

.do-justice_h2 {
  text-align: center;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-left: -2px;
  font-size: 7rem;
  line-height: 1.1;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.testimonial_quote-mark {
  color: #63b995;
  font-size: 8rem;
  font-weight: 900;
  line-height: .4;
  position: absolute;
  inset: 0% auto auto -16%;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #131313;
  border: 2px solid #131313;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #131313;
  background-color: #ffedcb;
  border-color: #131313;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.benefits_grid-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_legal-links {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.faq_cta {
  text-align: center;
  max-width: 13ch;
  margin-left: auto;
  margin-right: auto;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

.form-legal-link {
  opacity: .8;
  transition: opacity .4s;
}

.form-legal-link:hover {
  opacity: 1;
}

.fs-cc-prefs_title {
  color: #131313;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.footer_social-media-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Libre Caslon Text;
  display: flex;
}

.fs-cc-prefs_label {
  color: #131313;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.showcase_image_container {
  filter: grayscale();
  align-items: flex-end;
  width: 25%;
  height: auto;
  margin-right: 0;
  padding: 0 1.5rem 1.5rem;
  transition: filter .8s cubic-bezier(.55, .085, .68, .53), width 1.5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  overflow: hidden;
}

.showcase_image_container:hover {
  filter: none;
  width: 300%;
}

.showcase_image_container.is-1 {
  background-image: linear-gradient(0deg, #000c, #0000 10%), url('../images/dosel.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  align-items: flex-end;
  width: 50%;
}

.showcase_image_container.is-1:hover {
  filter: none;
}

.showcase_image_container.is-4 {
  background-image: linear-gradient(to top, #000c, #0000 14%), url('../images/conchal2.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.showcase_image_container.is-3 {
  background-image: linear-gradient(to top, #000c, #0000 14%), url('../images/Intraca_2500x1406.jpg');
  background-position: 0 0, 70%;
  background-size: auto, cover;
}

.showcase_image_container.is-2 {
  background-image: linear-gradient(0deg, #000c, #0000 10%), url('../images/linea-de-vida.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
}

.faq-_list-item-paragraph {
  font-family: var(--_fonts---albert);
  color: var(--dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>);
  margin-bottom: 20px;
  padding: 0 1rem 0 5rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.form-field-label {
  opacity: .8;
  display: none;
}

.fs-cc-prefs_trigger {
  display: none;
}

.success-stories_projects-container {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.transformation_text {
  max-width: 25ch;
  font-family: var(--_fonts---albert);
  color: var(--dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}

.free-guide_form-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.dragger-inner {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: 4rem;
  display: flex;
  position: absolute;
}

.success-stories_link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.testimonials_content-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.divider_bottom-line.color-primary {
  background-color: #131313;
  height: 2px;
}

.divider_bottom-line.color-primary.small {
  height: 1px;
}

.divider_bottom-line.is-green {
  background-color: #63b995;
}

.divider_bottom-line.is-green.is-faq {
  background-color: #fff;
}

.pain-points_list-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section_faq {
  z-index: 10;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  position: relative;
}

.footer_success-message {
  z-index: 1000;
  background-color: #131313bf;
  border-radius: .25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 23rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.do-justice_showcase-site-cr {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid #ffe0a540;
  border-radius: .25rem;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  max-width: none;
  height: auto;
  min-height: auto;
  display: block;
  position: relative;
  left: 36%;
  overflow: hidden;
}

.do-justice_showcase-site-cr.img2 {
  left: 0%;
}

.faq_list-item-text-wrapper {
  flex-flow: row;
  height: auto;
  display: flex;
  overflow: hidden;
}

.faq_list-item-content-wrapper {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.transformation_image {
  z-index: 2;
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
}

.transformation_image.is-skyscraper {
  width: auto;
  height: 100%;
}

.footer_contact-links-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  width: 35%;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.benefits_icon-wrapper {
  width: 3rem;
  height: 3rem;
}

.testimonials_card {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  border-radius: .25rem;
  justify-content: center;
  align-items: stretch;
  width: 50vw;
  max-width: none;
  min-height: 27rem;
  padding: 3rem;
  display: flex;
}

.footer_email-link-wrapper {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.success-stories_project-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50vw;
  display: flex;
  overflow: visible;
}

.footer_spacer {
  height: 100vh;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.footer_success-message-text {
  color: #fff;
  text-align: center;
}

.testimonials_card-right-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 75%;
  display: flex;
}

.success-stories_sub-text {
  opacity: .8;
}

.wb-video-styles-controller {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.wb-video-styles-controller.is-left-aligned {
  border-radius: 0 .625rem .625rem 0;
  overflow: hidden;
}

.testimonials_card-contact-role-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.link {
  color: #ffedcb;
}

.success-stories_headline-wrapper {
  max-width: 35ch;
}

.error-message {
  color: #131313;
  background-color: #f8e4e4;
}

.button {
  width: auto;
  font-family: var(--_fonts---albert);
  color: #131313;
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: .25rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: background-color .5s;
  display: block;
}

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

.button.is-alternate {
  background-color: #ffedcb;
  border: 1px solid #131313;
  transition: color .5s, background-color .5s;
}

.button.is-alternate:hover {
  color: #ffedcb;
  background-color: #131313;
}

.button.is-secondary {
  color: #ffedcb;
  background-color: #0000;
  border: 1px solid #ffe0a580;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: border-color .5s;
}

.button.is-secondary:hover {
  color: #ffedcb;
  background-color: #ffe0a500;
  border-color: #ffedcb;
}

.button.is-secondary.is-small {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .9rem;
}

.button.is-secondary.is-small.mobile {
  display: none;
}

.showcase_info-text {
  color: #fff;
  min-width: 20rem;
  font-size: .6vw;
}

.success-stories_infotext-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
  font-size: 15px;
}

.intro_text {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: relative;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: 1rem;
  display: none;
}

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

.img.is-before-after {
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
}

.footer_mail-link {
  color: #131313;
  font-size: 4.5vw;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.free-guide_content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-max-ch {
  max-width: none;
  font-family: var(--_fonts---cormorant);
  color: var(--pieskova-txt);
  margin-top: 0;
  padding-right: 40px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

.testimonials_headline-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #131313bf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.pain-points_list-item-number {
  width: 2rem;
  color: var(--dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.benefits-headline-wrapper {
  width: auto;
  min-width: 18rem;
}

.footer_success-message-wrapper {
  padding: .5rem 2rem;
}

.img-wrap {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.img-wrap.is-before {
  aspect-ratio: 16 / 9;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-wrap.is-after {
  aspect-ratio: 16 / 9;
  clip-path: inset(0 50% 0 0);
  border-radius: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.fs-cc-banner_close-icon {
  color: #131313;
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.nav_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefits_content-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pain-points_list-item-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.do-justice_line1 {
  z-index: 10;
  font-family: var(--_fonts---albert);
  color: #fff;
  text-transform: uppercase;
  font-size: 6vw;
  font-weight: 300;
  position: relative;
}

.do-justice_line1.opacity-70 {
  opacity: 1;
}

.fs-cc-prefs_button {
  color: #ffedcb;
  background-color: #131313;
  border: 2px solid #131313;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #131313;
  background-color: #ffedcb;
  border-color: #131313;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
}

.section {
  height: 30vh;
}

.heading-9 {
  color: var(--dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>);
}

.contact-hyperlink {
  font-size: 1.5em;
  text-decoration: none;
}

.contact-hyperlink:hover {
  color: #2b201a;
}

.form-2 {
  color: var(--green-txt);
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.contact__heading {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Libre Caslon Text;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.contact {
  background-color: #753e18;
  margin-bottom: 50px;
  padding: 40px 70px 60px;
}

.contactform {
  margin-top: 40px;
}

.carlo-eggermont-contact {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.contacform__button {
  color: #1f24ca;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 15px;
  padding: 16px 24px;
  font-size: 1em;
  font-weight: 700;
  transition: color 1.5s cubic-bezier(.075, .82, .165, 1), background-color 1.5s cubic-bezier(.075, .82, .165, 1);
}

.contacform__button:hover {
  color: #d8cbbc;
  background-color: #2b201a;
}

.columns-10 {
  align-items: flex-start;
  display: flex;
}

.contact-section {
  margin-top: 50px;
  margin-bottom: 20px;
  transition: color .8s cubic-bezier(.075, .82, .165, 1);
}

.is--details {
  color: #1f24ca;
  text-align: left;
  margin-bottom: 12px;
  text-decoration: none;
}

.contactform__label {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Libre Caslon Text;
  font-size: .9em;
  font-weight: 600;
}

.logo-carlo-eggermont {
  width: 300px;
  margin-bottom: 60px;
}

.contactform__field {
  color: #d8d8d8;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom: .1em solid #fff;
  margin-bottom: 50px;
  padding-left: 0;
  font-family: Poppins;
  font-weight: 400;
}

.contactform__field::placeholder {
  color: #d8d8d899;
}

._2nd_line {
  font-family: var(--_fonts---albert);
  color: #fff;
  letter-spacing: .35em;
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 600;
}

.succ {
  color: var(--green-txt);
  font-family: Albert Sans, sans-serif;
  line-height: 125%;
}

.contact__light {
  font-family: var(--_fonts---cormorant);
  color: var(--pieskova-txt);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 51px;
}

.contact__light.left {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}

.contact__light.left.projekty {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 39px;
}

.carlo-eggermont-contact-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.success-message-2 {
  background-color: var(--pieskova-txt);
}

.logo_cf {
  width: 180px;
  max-height: 200px;
  margin-bottom: 40px;
}

.contacform__button-2 {
  background-color: var(--pieskova-txt);
  font-family: var(--_fonts---eb-garamond);
  color: #000;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-top: 15px;
  padding: 16px 24px;
  font-size: 1em;
  font-weight: 400;
  transition: color .5s cubic-bezier(.075, .82, .165, 1), background-color .5s cubic-bezier(.075, .82, .165, 1);
}

.contacform__button-2:hover {
  color: #d8cbbc;
  background-color: #2b201a;
}

.form__field {
  border-style: none none solid;
  border-width: 1px;
  border-color: transparent transparent var(--green-txt);
  font-family: var(--_fonts---albert);
  color: var(--green-txt);
  background-color: #0000;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.form__field:focus {
  border-style: none none solid;
  border-color: black black var(--green-txt);
}

.form__field::placeholder {
  color: #d8d8d899;
}

.contact-2 {
  border: .8px solid #f6e2d240;
  margin-bottom: 0;
  padding: 20px 70px 40px;
}

.contact-hyperlink-2 {
  font-family: var(--_fonts---albert);
  color: #cebeaa;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.5em;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.contact-hyperlink-2:hover {
  color: #fff;
}

.bold-text-7 {
  font-family: var(--_fonts---eb-garamond);
  font-size: 2.5rem;
  font-weight: 700;
}

.columns-11 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.label {
  font-family: var(--_fonts---albert);
  color: #c7ab86;
  text-align: left;
  letter-spacing: .05em;
  text-transform: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.label.info {
  letter-spacing: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  line-height: 140%;
}

.white_txt {
  font-family: var(--_fonts---albert);
  color: var(--pieskova-txt);
  text-align: left;
  font-size: 21px;
  font-weight: 400;
  line-height: 125%;
}

.section_form {
  z-index: 2;
  background-color: var(--green-txt);
  position: relative;
}

.bold-text-8 {
  line-height: 1.2rem;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.error-message-2 {
  background-color: #865151;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
}

.par {
  font-family: var(--_fonts---albert);
  color: var(--green-txt);
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}

.par.pieskova {
  color: var(--pieskova-txt);
  text-align: center;
  font-size: 39px;
  font-weight: 300;
  line-height: 115%;
}

.par.pieskova.transp {
  opacity: .7;
  font-weight: 300;
}

.par.pieskova.intro_mobile {
  display: none;
}

.par.light {
  color: var(--pieskova-txt);
  font-size: 21px;
  line-height: 125%;
}

.par.light.center {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
}

.par.beige {
  color: #c7ab86;
  font-size: 16px;
  position: relative;
}

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

.par.center {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 125%;
}

.heading-12 {
  font-size: 1.25rem;
  line-height: 1.8rem;
}

.heading-13 {
  line-height: 1.9rem;
}

.code, .text-span-3 {
  font-weight: 700;
}

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

.box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-14 {
  font-family: var(--_fonts---albert);
  font-size: 2rem;
}

.heading-15 {
  font-family: var(--_fonts---albert);
  color: var(--dark\<deleted\|variable-453950fb-e5ce-4add-685b-e0e2dfa4bdc5\>);
  font-size: 1.5rem;
  line-height: 2rem;
}

.heading-16 {
  font-size: 2rem;
}

.section_veo {
  position: relative;
}

.heading-17 {
  font-family: var(--_fonts---eb-garamond);
}

.div-block {
  position: absolute;
}

.navbar {
  background-color: #fff0;
  display: block;
  position: absolute;
  inset: 0 0% auto;
}

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

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

.brand {
  padding: 25px;
}

.logo_intro {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 40rem;
  margin: 300px auto auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 3px 0% auto;
}

.heading-18 {
  font-family: var(--_fonts---eb-garamond);
  color: var(--hneda\<deleted\|variable-abbc1ce9-4a5b-499a-b583-a05264093874\>);
  font-size: 1.5rem;
}

.big-star {
  z-index: 6;
  width: 800px;
  height: auto;
  position: absolute;
  top: -400px;
  left: 20%;
}

.big-star.bgs2 {
  top: 600px;
  left: 100%;
}

.image {
  max-width: none;
  position: static;
  top: 400px;
  left: -40%;
  overflow: visible;
}

.heading-20 {
  font-size: 2.6rem;
  line-height: 1.2;
}

.heading-21 {
  line-height: 1.2;
}

.section_vyber {
  background-image: url('../images/podlazia_podklad.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.heading {
  font-family: var(--_fonts---eb-garamond);
  color: var(--hneda\<deleted\|variable-abbc1ce9-4a5b-499a-b583-a05264093874\>);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: .8;
}

.grid-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.block {
  border-style: none;
  border-width: 1px;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.block.vertically-centered {
  flex: 1;
  align-items: center;
  display: flex;
}

.block._58 {
  flex: 0 0 60%;
  justify-content: center;
  display: flex;
}

.block._8 {
  flex: 0 0 8%;
}

.section-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 101px;
  padding-top: 0;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
}

.section-2.last {
  margin-bottom: 135px;
}

.number {
  opacity: 1;
  color: #fff;
  text-align: right;
  margin-left: -20px;
  font-size: 2vw;
  font-weight: 300;
}

.sticky {
  opacity: 1;
  text-align: left;
  justify-content: center;
  margin-bottom: 20px;
  display: none;
  position: sticky;
}

.image-big {
  transition: box-shadow .2s ease-in-out;
}

.image-big:hover {
  box-shadow: 0 5px 16px #0003;
}

.wrapper {
  z-index: 2;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.gallery {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-map {
  height: 800px;
}

.mapa {
  height: 800px;
  position: relative;
}

.div-block-2 {
  z-index: 15;
  background-image: linear-gradient(180deg, var(--pieskova-txt), #f6e2d200 0%, #f6e2d200 73%, var(--pieskova-txt));
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
}

.code-embed-2 {
  z-index: 10;
  display: block;
  position: relative;
}

.code-embed-3 {
  z-index: 12;
  display: block;
  position: relative;
}

.embed_mapa {
  z-index: 10;
  height: auto;
  display: block;
  position: relative;
}

.code-embed-4 {
  display: none;
}

.heading-22 {
  font-size: 2.8rem;
  line-height: 1.125;
}

.heading-23 {
  font-size: 2.8rem;
  line-height: 1.2;
}

.btn_green {
  border: 1px solid var(--pieskova-border);
  background-color: var(--green-txt);
  width: 337px;
  height: 66px;
  color: var(--pieskova-txt);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  font-family: Albert Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .3s;
  display: flex;
}

.btn_green:hover {
  background-color: #1e380ed6;
}

.btn_green.small {
  width: 200px;
}

.btn_green.pieskova {
  background-color: var(--pieskova-border);
  color: var(--green-txt);
  letter-spacing: .05em;
  border-style: none;
  font-size: 17px;
  font-weight: 500;
}

.btn_green.pieskova:hover {
  background-color: #fff5e0a6;
  border-style: none;
  border-color: #fff5e0ab;
}

.btn_green.pieskova.heros {
  width: 280px;
  height: 64px;
}

.btn_green.full_row {
  background-color: #1e380e;
  border-style: none;
  width: 100%;
}

.btn_green.full_row:hover {
  background-color: #1e380ec7;
}

.heading-24 {
  margin-bottom: 0;
}

.h1 {
  color: var(--pieskova-txt);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.space_intro {
  height: 60px;
}

.list-item {
  color: var(--green-txt);
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 125%;
}

.uui-navbar07_item-heading {
  color: #b3b3b3;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 22px;
}

.navbar-menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-container {
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  width: 96%;
  max-width: 1200px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  background-color: #232425;
  border: 1px #f0f0f0;
  border-radius: 0;
  width: 20rem;
  padding: 1rem;
  right: -100%;
}

.navbar-menu-button {
  padding: 0;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.navbar-logo-link {
  flex: 0 auto;
  width: 210px;
  padding: 10px 10px 10px 0;
}

.navbar-logo-link.w--current {
  max-width: 210px;
}

.navbar-logo-link.foot {
  width: 184px;
}

.uui-navbar07_dropdown-toggle {
  color: #b3b3b3;
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar07_dropdown-toggle:hover {
  color: #fff;
}

.navbar_link {
  color: var(--pieskova-txt);
  letter-spacing: .04em;
  text-transform: uppercase;
  border-bottom: 1px solid #fef4da00;
  align-items: center;
  padding: .5rem 0;
  font-family: Albert Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  transition: border-color .3s;
}

.navbar_link:hover {
  border-bottom: 1px solid var(--pieskova-txt);
  color: #fff;
  border-radius: 1px;
}

.navbar_link.w--current {
  color: #fff;
}

.navbar_link.language {
  padding-left: .5rem;
  padding-right: .5rem;
}

.uui-navbar07_menu-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-right: 0;
  display: flex;
}

.navlink {
  font-weight: 400;
  line-height: 1rem;
}

.uui-navbar07_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 18px 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar07_dropdown-link:hover {
  background-color: #0009;
}

.div-block-3 {
  order: 9999;
  display: flex;
}

.uui-navbar07_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-weight: 400;
  display: flex;
}

.lomka {
  width: auto;
  height: auto;
  padding-top: 2px;
  padding-left: 0;
  padding-right: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 14px;
  line-height: 140%;
  display: inline-block;
}

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

.uui-navbar07_menu-dropdown {
  color: #b3b3b3;
}

.uui-navbar07_icon-wrapper {
  color: #76232f;
  flex: none;
}

.lang_selection {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
}

.navbar-wrapper {
  z-index: 200;
  background-color: #1e380e00;
  align-items: center;
  min-height: 80px;
  padding-top: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper.bgnav {
  background-color: var(--green);
}

.navbar-wrapper.sp {
  background-color: #192e0c;
}

.list {
  margin-bottom: 40px;
}

.text-span-4, .text-span-5, .text-span-6 {
  font-weight: 500;
}

.h1mobile {
  color: var(--pieskova-txt);
  text-transform: uppercase;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  display: none;
}

.heading-26 {
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
}

.heading-27 {
  font-family: CormorantgaramondLocal;
}

.h1viz {
  color: var(--pieskova-txt);
  text-align: left;
  letter-spacing: -.04em;
  font-size: 60px;
  font-weight: 500;
}

.heading-29 {
  color: var(--green);
  font-size: 60px;
  line-height: 70px;
}

.heading-30 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-31 {
  margin-top: 0;
}

.podlazie_btn {
  border: 1px solid var(--green-txt);
  background-color: var(--pieskova-txt);
  width: 64px;
  height: 64px;
  color: var(--green-txt);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  transition: background-color .3s;
  display: flex;
}

.podlazie_btn:hover {
  background-color: var(--green-txt);
  color: var(--pieskova-txt);
}

.heading-32 {
  color: var(--green-txt);
  -webkit-text-stroke-color: var(--pieskova-txt);
}

.vyber_podlazia {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.sect {
  background-color: var(--white);
}

.sect.podlazia {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.sect.podlazia.detail {
  padding-top: 40px;
  padding-bottom: 80px;
}

.sect.table, .sect.galeria, .sect.co_je_veo, .sect.model, .sect.ako {
  background-color: var(--pieskova-txt);
}

.sect.podl {
  background-color: var(--pieskova-txt);
  display: block;
}

.sect.podl.sp_ponuka {
  display: none;
}

.slider-track {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--pieskova-txt);
  flex-flow: row;
  height: 676px;
  display: flex;
  overflow: clip;
}

.slide {
  width: 35%;
  height: 100%;
}

.slide-item {
  flex: none;
}

.image-2 {
  height: 453px;
}

.slider_wrapper {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 8px;
  overflow: auto;
}

.slider_wrapper.padding_top_dwn {
  padding-top: 12px;
  padding-bottom: 12px;
}

.slider_wrapper.gal {
  background-color: var(--pieskova-txt);
}

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

.contact-form {
  background-color: var(--pieskova-txt);
  border-radius: 4px;
  padding: 30px;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--green-txt);
  background-color: var(--pieskova-txt);
  min-height: 90px;
  color: var(--green-txt);
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

.textarea:focus {
  border-bottom: 1px solid var(--green-txt);
}

.link-2 {
  color: #c7ab86;
}

.checkbox-label {
  color: #c7ab86;
  padding-top: 7px;
  padding-left: 7px;
  font-family: Albert Sans, sans-serif;
  font-size: 14px;
}

.chbox {
  opacity: 1;
  outline-color: var(--pieskova-border);
  outline-offset: 0px;
  border: 1px solid #c7ab86;
  border-radius: 0;
  outline-width: 0;
  outline-style: none;
  width: 18px;
  height: 18px;
  margin-top: 8px;
}

.kontakt_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  width: 100%;
  margin-top: 0;
}

.kontakt_grid.mobil {
  display: none;
}

.kontakt_grid._3c {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1.75fr 2fr;
  align-self: flex-start;
}

.form_left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.form_left.mobile, .form_left.under {
  display: none;
}

.form_part {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  display: flex;
}

.form_part.sales {
  border-top: .5px solid var(--pieskova-txt);
  border-bottom: .5px solid var(--pieskova-txt);
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: block;
}

.form_part.sales.mobil {
  display: none;
}

.txt_small {
  color: var(--pieskova-txt);
  text-align: left;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.copy {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--pieskova-txt);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 155%;
  text-decoration: none;
  display: flex;
}

.copy.projekt {
  font-size: 21px;
  font-weight: 500;
  line-height: 125%;
}

.copy_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.copy_link:hover {
  opacity: .65;
}

.section_green {
  background-color: var(--green-txt);
}

.section_green.byvanie {
  background-color: #264613;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.grid-2c {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
}

.txt_box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.link-3 {
  color: var(--green-txt);
}

.h2left {
  text-align: center;
  align-self: auto;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 51px;
}

.icons {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: auto;
  margin-top: 40px;
  display: grid;
}

.ico_box {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #fef4dab3;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: auto;
  padding: 15px 30px;
  display: flex;
}

.ico_txt {
  color: #fef4da;
  text-align: center;
  font-family: Albert Sans, sans-serif;
  font-size: 21px;
  line-height: 125%;
}

.ico {
  align-self: center;
  height: auto;
}

.ico_line {
  background-color: #fef4da4d;
  width: 100%;
  height: 1px;
}

.txt_intro {
  align-self: center;
}

.text-span-7 {
  font-weight: 500;
}

.hl_podlazie {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 51px;
  line-height: 55px;
}

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

.heading-35 {
  line-height: 64px;
}

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

.co_je_veo {
  width: 100%;
}

.div-block-5 {
  margin-bottom: 40px;
}

.pad_down {
  margin-bottom: 40px;
  font-family: Albert Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 125%;
}

.recepcia {
  height: auto;
}

.heading-36 {
  margin-bottom: 0;
}

.spacer1 {
  height: 40px;
}

.box_txt {
  margin-bottom: 40px;
}

.hero_text {
  width: 1280px;
  padding-left: 100px;
  padding-right: 0;
}

.sales {
  text-align: left;
  flex: none;
  align-self: auto;
  margin-right: auto;
}

.footer_nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.image-3 {
  width: 100%;
  display: block;
}

.image-4 {
  width: 100%;
}

.container-large-3 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large-3.sirka {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 780px;
}

.container-large-3.sirka.dolava {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 540px;
}

.list-item-2 {
  color: #1e380e;
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 125%;
}

.btn_green-2 {
  color: #fef4da;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #1e380e;
  border: 1px solid #fff5e0;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 337px;
  height: 66px;
  padding: 0 30px;
  font-family: Albert Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .3s;
  display: flex;
}

.btn_green-2:hover {
  background-color: #1e380ed6;
}

.heading-37 {
  margin-bottom: 0;
}

.par-2 {
  color: #1e380e;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Albert Sans, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}

.section_podlazie.podorys {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.breadcrumbs {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

.bc_link {
  color: var(--pieskova-txt);
  padding-right: 0;
  font-family: Albert Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.bc_link:hover {
  color: var(--white);
}

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

.button-2 {
  border: 1px solid var(--pieskova-txt);
  background-color: #fef4da00;
  border-radius: 4px;
  width: 38px;
  height: 38px;
}

.arrow_podlazie {
  border: 1px solid var(--pieskova-txt);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 10px;
  display: flex;
  transform: rotate(0);
}

.arrow_podlazie:hover {
  background-color: #fef4da26;
}

.arrow_podlazie.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.arrow_podlazie.green {
  border-color: var(--green-txt);
}

.arrow_podlazie.green:hover {
  background-color: #1e380e3d;
}

.posun {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.posun.under_table {
  margin-top: 40px;
}

.posun.horny {
  width: 33%;
}

.txt_posun {
  color: var(--green-txt);
  font-family: Albert Sans, sans-serif;
  font-size: 19px;
  line-height: 125%;
}

.txt_posun.beige {
  color: var(--pieskova-txt);
}

.podl_mobil {
  display: none;
}

.image-5 {
  flex: none;
  display: block;
}

.vert_center {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.list-2 {
  width: auto;
  padding-left: 0;
}

.txt_head {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

._2stlpec {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
}

.bunka {
  color: #000;
  border-bottom: 1px solid #638162;
  padding: 14px 0;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.bunka.bgcol {
  background-color: #e0d174;
}

.bunka.cena {
  background-color: #eeebda;
  border-bottom-style: none;
  margin-top: 40px;
}

.bunka.vpravo {
  text-align: right;
  border-bottom-color: #638162;
  font-size: 16px;
  font-weight: 500;
}

.bunka.vpravo.cena {
  color: #231f20;
  background-color: #fff;
  margin-top: 0;
  padding-right: 24px;
  font-size: 37px;
  font-weight: 300;
}

.bunka.vpravo.posl-riadok {
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.bunka.vpravo.first {
  border-width: 1px 1px 0;
  font-size: 16px;
  font-weight: 400;
}

.bunka.vpravo.stav_volny {
  background-color: var(--green-txt);
  justify-content: flex-end;
  align-items: center;
  display: inline;
}

.bunka.no_border {
  border-bottom-style: none;
  padding-left: 24px;
}

.bunka.posl_riadok {
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.bunka.popis {
  border-bottom-style: none;
  font-size: 20px;
  font-weight: 400;
}

.bunka.first {
  border-bottom-width: 0;
}

.bunka.large {
  padding-top: 0;
  font-size: 37px;
  font-weight: 300;
}

.bunka.large.vpravo {
  padding-top: 0;
}

.podorysy {
  flex-flow: column;
  max-width: 78%;
  display: flex;
}

.tabulka {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-areas: ".";
  justify-items: stretch;
}

.button-small-2 {
  color: #bd8a23;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #bd8a23;
  border-radius: 0;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.button-small-2:hover {
  opacity: 1;
  color: #fff;
  background-color: #bd8a23;
}

.button-small-2.green {
  background-color: var(--green-txt);
  color: #fff;
  border-style: none;
  border-color: #e0d174;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.button-small-2.green:hover {
  background-color: #1e380ec2;
}

.li {
  background-image: url('../images/check.svg');
  background-position: 0 14px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  list-style-type: none;
}

.bunka-cena {
  border: 2px solid var(--green-txt);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 7px;
  display: flex;
}

.stlpec {
  flex-flow: column;
  display: flex;
}

.text-block-3 {
  font-family: Albert Sans, sans-serif;
}

.podorys {
  margin-top: 20px;
}

.flex_hor {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.btn_white {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--green-txt);
  width: 264px;
  color: var(--green-txt);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 10px;
  text-decoration: none;
  display: flex;
}

.pdf {
  font-family: Albert Sans, sans-serif;
  font-size: 17px;
  line-height: 140%;
}

.txt_center {
  color: #000;
  align-self: center;
  font-family: Albert Sans, sans-serif;
  font-size: 14px;
  line-height: 155%;
}

.h2_green {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 8px 40px 6px;
  font-size: 42px;
  line-height: 140%;
  display: inline-block;
}

.headline {
  border-bottom: 8px solid var(--pieskova-txt);
  background-color: var(--pieskova-txt);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.first_line {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.image-7 {
  height: 300px;
}

.txt-sp {
  color: #000;
  margin-bottom: 10px;
  font-family: Albert Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.txt-sp.medium {
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 500;
}

.space_xs {
  height: 15px;
}

.h1_byt {
  color: #282623;
  text-transform: none;
  font-size: 42px;
  line-height: 51px;
}

.div_pill {
  border-bottom: 1px solid #638162;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pill_povny {
  background-color: var(--green-txt);
  color: var(--color);
  border-radius: 4px;
  padding: 4px 10px;
  font-family: Albert Sans, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

._2rem {
  padding-left: 2rem;
}

.text-span-8 {
  font-weight: 500;
}

.img_vyber {
  width: 100%;
}

.background-video {
  flex: 1;
  position: static;
}

.overlay_video {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 50px;
    line-height: 54px;
  }

  .scroller-text.start-hidden {
    line-height: 100%;
  }

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

  .scroller-section.intro {
    height: 100%;
  }

  .hero {
    z-index: 1;
    height: 60vh;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .footer_email-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .do-justice_line3 {
    font-size: 6vw;
    line-height: 2rem;
  }

  .nav_menu_link {
    text-align: left;
    border-bottom: 1px #ffedcb;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .nav_menu_link:hover {
    font-size: 1.3rem;
  }

  .nav_menu_link.is-button {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 2rem;
    display: flex;
  }

  .nav_menu_link.is-button:hover {
    background-color: #131313;
  }

  .footer_mail-icons-wrapper {
    width: 3rem;
  }

  .nav_menu {
    background-color: #131313;
    border-bottom: 1px solid #ffedcb;
    justify-content: center;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .do-justice_showcase_interior-design-studio {
    width: 45%;
  }

  .footer_contact-info-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-large {
    overflow: visible;
  }

  .container-large.sirka, .container-large.sirka.dolava {
    width: auto;
  }

  .footer_sticky-container {
    height: 100svh;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .benefits_grid-item-title {
    font-size: 1.125rem;
  }

  .benefits_grid-container {
    min-width: 50%;
  }

  .nav_button {
    color: #fff;
  }

  .nav_button.w--open {
    background-color: #131313;
  }

  .do-justice_showcase-interactive-gallery {
    flex-wrap: wrap;
    display: none;
  }

  .intro-h2-wrapper {
    width: auto;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .footer_bottom-row-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .icon {
    color: #ffedcb;
  }

  .do-justice_scrolltrack {
    height: 400svh;
  }

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

  .heading-style-h2-2.text-color-white.has-shadow {
    font-family: Varela, sans-serif;
    font-size: 3vw;
  }

  .faq_list-wrapper {
    width: 100%;
  }

  .faq_container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .faq_list-item {
    width: 100%;
  }

  .do-justice_showcase-interactive-gallery-mobile {
    border: 1px #ffedcb;
    border-radius: .25rem;
    width: 75%;
    display: block;
    position: relative;
    top: -18rem;
    overflow: hidden;
  }

  .faq_list-item-number-wrapper {
    width: 3rem;
  }

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

  .button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonials_cards-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .footer-link {
    line-height: 150%;
  }

  .transformation_image-wrapper {
    width: 100%;
  }

  .padding-global.padding-section-large.podlazie {
    padding-bottom: 60px;
  }

  .padding-global.padding-section-large.formpad {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-global.padding-section-large.maxw.sp_podlazie {
    max-width: 700px;
    padding-bottom: 20px;
  }

  .padding-global.padding-section-large.pieskova.tabulka_byty {
    padding-bottom: 0;
  }

  .padding-global.hero1 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-txt-wrapper {
    border-left-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .inspiration_bg-image-overlay {
    background-image: linear-gradient(to right, #000000e6, #0000 68%);
  }

  .before-after-wrap {
    height: 100%;
    position: relative;
  }

  .do-justice_showcase_architecture-firm-showcase {
    width: 45%;
  }

  .footer-content-container {
    min-height: 80svh;
  }

  .do-justice_showcase-molda-slider {
    aspect-ratio: 16 / 9;
    width: 75vw;
  }

  .do-justice_h2 {
    margin-left: 0;
    line-height: 4rem;
  }

  .footer_social-media-wrapper {
    order: 0;
  }

  .showcase_image_container {
    filter: none;
    flex: 0 auto;
    width: 25%;
    height: 100%;
  }

  .showcase_image_container:hover {
    width: 25%;
  }

  .showcase_image_container.is-1 {
    background-position: 0 0, 50%;
    width: 75%;
  }

  .showcase_image_container.is-4 {
    background-position: 0 0, 69%;
  }

  .faq-_list-item-paragraph {
    padding-left: 5rem;
  }

  .pain-points_list-item {
    width: 100%;
  }

  .do-justice_showcase-site-cr {
    border-style: none;
    width: 70vw;
    left: 22%;
  }

  .footer_contact-links-wrapper {
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    width: 75%;
  }

  .testimonials_card, .success-stories_project-wrapper {
    width: 100%;
  }

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

  .button.is-secondary.is-small.mobile {
    color: #131313;
    background-color: #ffedcb;
    font-size: 1.1rem;
    display: block;
  }

  .button.is-secondary.is-small.desktop {
    display: none;
  }

  .intro_text {
    flex-flow: column;
    display: flex;
  }

  .footer_mail-link {
    font-size: 3rem;
  }

  .benefits_content-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .carlo-eggermont-contact, .carlo-eggermont-contact-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form__field {
    padding-left: 2px;
  }

  .contact-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .par.pieskova {
    text-align: center;
    font-size: 30px;
    line-height: 120%;
  }

  .grid_2c {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .big-star {
    display: none;
    overflow: clip;
  }

  .grid-2 {
    flex-flow: column wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    margin-left: -15px;
    margin-right: -15px;
  }

  .block {
    flex: 0 0 100%;
    align-self: stretch;
    width: auto;
    min-height: auto;
  }

  .section-2 {
    margin-bottom: 0;
    padding-top: 200px;
    padding-bottom: 0;
  }

  .image-big {
    margin-bottom: 40px;
  }

  .wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .wrapper.gallery {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-map, .mapa {
    height: 600px;
  }

  .btn_green {
    width: 300px;
  }

  .btn_green.full_row {
    border-style: none;
  }

  .h1 {
    display: none;
  }

  .h1.mobile {
    display: block;
  }

  .navbar-menu {
    z-index: auto;
    -webkit-text-fill-color: inherit;
    background-color: #192e0c;
    background-clip: border-box;
    border-top: 1px #181818;
    flex-flow: column;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 0 5rem;
    position: absolute;
  }

  .navbar-container {
    justify-content: space-between;
    align-items: center;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    width: 100%;
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    padding: 0 10px;
  }

  .navbar-menu-button {
    flex: none;
    order: 9999;
  }

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

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

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

  .uui-dropdown-icon {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar-logo-link {
    width: 180px;
  }

  .navbar-logo-link.w--current {
    max-width: none;
  }

  .navbar-logo-link.down {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-toggle {
    align-items: center;
    min-height: 60px;
    padding: .75rem 26px .75rem 1rem;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar07_dropdown-toggle:hover {
    color: #fff;
  }

  .navbar_link {
    flex: none;
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 2rem 1rem;
    display: flex;
  }

  .navbar_link:hover {
    color: #fff;
  }

  .navbar_link.language {
    width: auto;
  }

  .menu-icon-line-middle {
    background-color: #fff;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0rem;
    color: #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .menu-icon {
    background-color: var(--pieskova-txt);
    width: 45px;
    height: 2px;
    color: var(--pieskova-border);
    border-radius: 1rem;
    flex: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    display: flex;
  }

  .lomka {
    width: auto;
    padding-top: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .lang_selection {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .navbar-wrapper {
    z-index: 10;
    background-color: var(--green);
    width: 100%;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    top: 0;
  }

  .navbar-wrapper.sp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-icon-line-top {
    background-color: var(--pieskova-txt);
    width: 45px;
    height: 2px;
    color: var(--pieskova-txt);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .list {
    margin-bottom: 20px;
  }

  .h1mobile {
    text-transform: uppercase;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 58px;
    display: block;
  }

  .h1viz {
    display: block;
  }

  .podlazie_btn {
    width: 54px;
    height: 54px;
  }

  .sect.podlazia.detail {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sect.podl {
    display: block;
  }

  .sect.podl.sp_ponuka {
    display: none;
  }

  .heading-33 {
    font-size: 50px;
    line-height: 54px;
  }

  .slider_wrapper {
    height: 453px;
  }

  .slider_wrapper.padding_top_dwn {
    height: auto;
  }

  .grid_contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  .kontakt_grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .kontakt_grid.mobil {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }

  .kontakt_grid._3c._2c_mob {
    grid-template-columns: .5fr 1.5fr;
    align-items: center;
  }

  .form_left {
    display: none;
  }

  .form_left.mobile {
    padding-bottom: 0;
    display: block;
  }

  .form_left.under {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
    padding-top: 40px;
    display: flex;
  }

  .form_part {
    width: 100%;
  }

  .form_part.sales {
    border: 1px solid #fef4da;
    border-radius: 4px;
    padding: 26px;
  }

  .form_part.sales.mobil {
    padding: 30px;
    display: block;
  }

  .txt_small.team {
    font-weight: 500;
  }

  .section_green.byvanie {
    background-color: #192e0c;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2c {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    grid-template-columns: 1fr 1fr;
  }

  .h2left {
    line-height: 54px;
  }

  .icons {
    align-items: stretch;
    width: auto;
  }

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

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

  .heading-35 {
    line-height: 54px;
  }

  .pad_down {
    margin-bottom: 30px;
  }

  .hero_text {
    width: auto;
    padding-left: 0;
    display: none;
  }

  .footer_nav {
    grid-column-gap: 18px;
    grid-row-gap: 0px;
    display: flex;
  }

  .container-large-3 {
    overflow: visible;
  }

  .container-large-3.sirka, .container-large-3.sirka.dolava {
    width: auto;
  }

  .btn_green-2 {
    width: 300px;
  }

  .section_podlazie.podorys {
    max-width: 700px;
    margin-top: 0;
  }

  .breadcrumbs {
    width: auto;
  }

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

  .arrow_podlazie.left.green {
    padding: 0;
  }

  .arrow_podlazie.green {
    width: 39px;
    padding: 0;
  }

  .posun {
    justify-content: flex-end;
    align-items: center;
  }

  .posun.under_table {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .posun.horny {
    display: none;
  }

  .txt_posun {
    font-size: 17px;
  }

  .lea {
    width: 120px;
  }

  .vert_center {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

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

  .podorysy {
    max-width: none;
  }

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

  .space_xs {
    height: 15px;
  }

  .overlay_video {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 47px;
  }

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

  .hero {
    z-index: 0;
    background-image: none;
    height: 40vh;
    padding-left: 35px;
    padding-right: 35px;
  }

  .nav_menu_link {
    border-top: 1px #000;
    border-left: 1px #000;
    border-right: 1px #000;
    border-radius: 0;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .nav_menu_link:hover {
    border-radius: 0;
    font-size: 1.4rem;
  }

  .faq_list-item-number {
    width: 3rem;
    font-size: 1.6rem;
  }

  .nav_menu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .footer_copyright, .footer_copyright.mobile {
    display: block;
  }

  .footer_contact-info-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .container-large.foot {
    justify-content: center;
    align-items: flex-start;
  }

  .container-large.sirka {
    max-width: none;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .nav_button.w--open {
    background-color: #131313;
  }

  .intro-h2-wrapper {
    font-size: 2rem;
  }

  .do-justice_sticky-container {
    height: 70svh;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

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

  .footer_bottom-row-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .icon {
    color: #ffedcb;
  }

  .do-justice_scrolltrack {
    height: auto;
  }

  .footer_social-media-link {
    color: var(--pieskova-txt);
  }

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

  .faq_list-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .spacer-small {
    display: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials_card-contact-info-right-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .faq-list-item-tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-link {
    line-height: 170%;
  }

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

  .padding-global.padding-section-large {
    padding: 48px 18px;
  }

  .padding-global.padding-section-large.intro {
    padding: 40px;
  }

  .padding-global.padding-section-large.podlazie {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding-global.padding-section-large.formpad {
    padding-top: 35px;
  }

  .padding-global.padding-section-large.maxw {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .padding-global.padding-section-large.maxw.sp_podlazie {
    padding: 80px 0 15px;
    display: block;
  }

  .padding-global.padding-section-large.pieskova.tabulka_byty {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

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

  .testimonials_card-contact-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .text-block {
    line-height: 1.2;
  }

  .story_content-wrapper {
    max-width: 9ch;
  }

  .do-justice_showcase-molda-slider {
    overflow: hidden;
  }

  .do-justice_h2 {
    line-height: 3rem;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .footer_legal-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .footer_social-media-wrapper {
    order: 0;
  }

  .faq-_list-item-paragraph {
    padding-left: 4rem;
  }

  .transformation_text {
    max-width: none;
    font-size: 1.5rem;
  }

  .footer_contact-links-wrapper {
    align-self: flex-start;
  }

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

  .button.is-secondary.is-small.mobile {
    color: #131313;
    text-align: center;
    background-color: #ffedcb;
    border-color: #131313;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 14rem;
    margin-top: .75rem;
    margin-bottom: .75rem;
    font-size: 1.1rem;
    display: flex;
  }

  .button.is-secondary.is-small.desktop {
    display: none;
  }

  .intro_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_mail-link {
    font-size: 2.5rem;
  }

  .h2-max-ch {
    font-size: 3rem;
  }

  .contact-hyperlink {
    font-size: 1.3em;
  }

  .carlo-eggermont-contact {
    text-align: left;
    margin-bottom: 50px;
  }

  .columns-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logo-carlo-eggermont {
    width: 200px;
  }

  .contact__light {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 39px;
  }

  .carlo-eggermont-contact-2 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
    padding: 20px;
  }

  .contact-hyperlink-2 {
    font-size: 1.3em;
  }

  .columns-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .label {
    font-weight: 500;
  }

  .par {
    font-size: 17px;
  }

  .par.pieskova {
    font-size: 22px;
    display: none;
  }

  .par.pieskova.transp {
    display: none;
  }

  .par.pieskova.intro_mobile {
    letter-spacing: -.01em;
    display: block;
  }

  .par.light, .par.center {
    font-size: 17px;
  }

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

  .logo_intro {
    width: 30rem;
  }

  .block {
    flex: 0 0 100%;
  }

  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-map {
    height: 600px;
  }

  .btn_green {
    width: 235px;
    height: 53px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }

  .btn_green.pieskova {
    font-size: 15px;
  }

  .btn_green.pieskova.heros {
    width: 235px;
    height: 54px;
  }

  .list-item {
    font-size: 17px;
  }

  .navbar-menu {
    z-index: 100;
  }

  .navbar-container {
    height: 74px;
  }

  .menu-icon-component {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .navbar-logo-link.w--current {
    max-width: 180px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar-wrapper {
    z-index: 10;
    min-height: 74px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1mobile {
    text-transform: uppercase;
    font-family: Cormorant Garamond, sans-serif;
    font-size: 30px;
    line-height: 38px;
  }

  .podlazie_btn {
    width: 38px;
    height: 39px;
    font-size: 15px;
  }

  .vyber_podlazia {
    margin-top: 0;
  }

  .sect {
    display: block;
  }

  .sect.podlazia {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sect.podl, .sect.podl.sp_ponuka {
    display: block;
  }

  .slider-track {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 453px;
  }

  .slider_wrapper {
    margin-bottom: 10px;
  }

  .slider_wrapper.padding_top_dwn {
    padding: 0;
  }

  .kontakt_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1.5fr 1fr;
  }

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

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

  .kontakt_grid._3c._2c_mob {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .form_left.under {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .form_part {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .form_part.sales {
    border: 1px solid var(--pieskova-txt);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .txt_small {
    font-size: 14px;
    line-height: 140%;
  }

  .txt_small.team {
    font-weight: 500;
  }

  .copy {
    font-size: 14px;
    line-height: 140%;
  }

  .copy.projekt {
    font-size: 17px;
    line-height: 155%;
  }

  .section_green.byvanie {
    display: block;
  }

  .grid-2c {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .h2left {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 39px;
  }

  .icons {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .ico_box {
    width: auto;
  }

  .ico_txt {
    font-size: 17px;
  }

  .hl_podlazie {
    font-size: 30px;
    line-height: 39px;
  }

  .heading-35 {
    line-height: 47px;
  }

  .box_txt {
    margin-bottom: 0;
  }

  .footer_nav {
    flex-flow: wrap;
    width: 100%;
    display: flex;
  }

  .container-large-3 {
    max-width: none;
  }

  .list-item-2 {
    font-size: 17px;
  }

  .btn_green-2 {
    width: 235px;
    height: 53px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }

  .par-2 {
    font-size: 17px;
  }

  .section_podlazie.podorys {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_podlazia {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: start;
  }

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

  .posun.under_table {
    display: flex;
  }

  .posun.horny {
    display: none;
  }

  .podl_mobil {
    margin-top: 0;
    padding-top: 0;
    display: inline-block;
  }

  .image-5 {
    display: none;
  }

  .lea {
    width: 80px;
  }

  ._2stlpec {
    margin-top: 0;
  }

  .bunka.vpravo.cena {
    padding-right: 20px;
  }

  .bunka.no_border {
    padding-left: 20px;
  }

  .button-small-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-small-2.green {
    margin-left: 0;
    margin-right: 0;
  }

  .h2_green {
    font-size: 37px;
  }

  .first_line {
    justify-content: space-between;
  }

  .h1_byt {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: left;
    margin-bottom: 10px;
  }

  .scroller-text.start-hidden {
    line-height: 100%;
  }

  .scroller-section {
    height: 60vh;
    min-height: auto;
    padding-bottom: 60px;
  }

  .hero {
    background-image: url('../images/hero_mobil.jpg');
    background-position: 72% 100%;
    background-size: cover;
    height: 60vh;
    padding-bottom: 40px;
  }

  .inspiration_content-wrapper {
    width: 100vw;
    height: 100vh;
  }

  .free-guide_content-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_email-link-top-row, .footer_email-wrapper {
    width: 100%;
  }

  .do-justice_line3 {
    font-size: 12vw;
  }

  .nav_menu_link:hover {
    border-radius: 0;
  }

  .nav_menu_link.is-button {
    justify-content: flex-end;
    align-items: center;
  }

  .faq_list-item-number {
    line-height: .7;
  }

  .footer_mail-icons-wrapper {
    width: 2rem;
  }

  .nav_menu {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .do-justice_showcase_interior-design-studio {
    width: 100%;
    top: 0;
    left: 0%;
  }

  .footer_copyright {
    max-width: none;
  }

  .footer_contact-info-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .container-large {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .container-large.sirka {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .footer_sticky-container {
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
  }

  .inspiration_image-wrapper {
    overflow: hidden;
  }

  .background-lines-wrapper {
    inset: 0%;
  }

  .benefits_grid-item-title {
    font-size: 1rem;
    line-height: 1.3;
    overflow: visible;
  }

  .comparison-slider_overlay {
    pointer-events: none;
    background-image: linear-gradient(#0000005c, #0000 35%);
    position: absolute;
    inset: 0%;
  }

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

  .page-wrapper {
    position: relative;
  }

  .nav_button.w--open {
    background-color: #131313;
  }

  .do-justice_showcase-interactive-gallery {
    min-height: 100vh;
  }

  .footer_spacer-top {
    display: block;
  }

  .inspiration_bg-image {
    object-position: 32% 50%;
    position: relative;
  }

  .testimonials_headshot-wrapper {
    width: 75%;
  }

  .testimonials_headline-wrapper {
    max-width: 20ch;
  }

  .benefits_grid-item-text {
    line-height: 1.3;
  }

  .intro-h2-wrapper {
    width: 100%;
  }

  .do-justice_sticky-container {
    height: 50svh;
  }

  .transformation_content-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .footer_bottom-row-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 50px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer_bottom-row-wrapper.copyright {
    margin-top: 0;
  }

  .icon {
    color: #ffedcb;
  }

  .form-fields-wrapper {
    flex-flow: column;
  }

  .form-field-wrapper {
    width: 100%;
  }

  .do-justice_scrolltrack {
    height: auto;
  }

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

  .heading-style-h2-2.text-color-white {
    overflow-wrap: break-word;
  }

  .heading-style-h2-2.text-color-white.has-shadow {
    text-shadow: 1px 0 3px #00000080;
  }

  .max-ch {
    max-width: 14ch;
  }

  .section_vizosky {
    display: block;
  }

  .faq_list-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .do-justice_showcase-interactive-gallery-mobile {
    width: 100%;
    top: 0;
  }

  .faq_list-item-number-wrapper {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    line-height: 1;
    display: block;
  }

  .free-guide_text-wrapper {
    width: 100%;
  }

  .spacer-small {
    display: block;
  }

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

  .button-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .success-stories_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .do-justice_line2 {
    font-size: 12vw;
  }

  .transformation_images-container, .bg_slogan_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .testimonials_cards-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .testimonials_card-contact-info-right-col {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .faq-list-item-tab-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    padding: .5rem;
  }

  .padding-section-small-2 {
    align-items: flex-end;
    display: flex;
  }

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

  .footer-link {
    margin-right: 0;
  }

  .divider_top-line.is-green.is-faq {
    margin-left: 10px;
  }

  .transformation_image-wrapper {
    width: 100%;
    min-height: 21rem;
  }

  .transformation_image-wrapper.is-skyscraper {
    display: none;
  }

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

  .padding-global.padding-section-large {
    padding: 48px 35px;
  }

  .padding-global.padding-section-large.intro {
    padding: 30px 35px 20px;
  }

  .padding-global.padding-section-large.podlazie {
    padding: 30px 35px;
  }

  .padding-global.padding-section-large.formpad {
    background-image: linear-gradient(to bottom, var(--green-txt), var(--green-txt));
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .padding-global.padding-section-large.maxw.sp_podlazie {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-txt-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .free-guide_image-wrapper {
    width: 100%;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .inspiration_bg-image-overlay {
    background-image: linear-gradient(to right, #000000e6, #0000 53%);
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .before-after-wrap {
    height: 100%;
    position: relative;
  }

  .testimonials_card-contact-info-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .do-justice_showcase_architecture-firm-showcase {
    width: 100%;
    top: 0;
    left: 0%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .testimonials_card-left-column {
    width: 100%;
  }

  .faq-list-item-tab-wrapper-background {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    text-align: left;
    flex-flow: row;
  }

  .story_content-wrapper {
    max-width: 7ch;
  }

  .footer-content-container {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    min-height: auto;
  }

  .do-justice_showcase-molda-slider {
    width: 100%;
    height: auto;
    max-height: none;
    left: 0%;
  }

  .do-justice_h2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 2rem;
    display: inline-block;
  }

  .testimonial_quote-mark {
    font-size: 7rem;
    line-height: .5;
    top: 3%;
    left: -6%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .benefits_grid-item-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    background-color: #ffe0a50f;
    border-radius: .25rem;
    width: 100%;
    min-height: auto;
    padding: 0;
  }

  .footer_legal-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 10px;
  }

  .faq_cta {
    font-size: 3rem;
  }

  .footer_social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .showcase_image_container {
    filter: none;
    flex-basis: 100%;
  }

  .showcase_image_container.is-1 {
    background-image: linear-gradient(to top, #000c, #0000 41%), url('../images/dosel.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-4 {
    background-image: linear-gradient(to top, #000c, #0000 41%), url('../images/conchal2.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-3 {
    background-image: linear-gradient(to top, #000c, #0000 41%), url('../images/conchal.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .showcase_image_container.is-2 {
    background-image: linear-gradient(to top, #000c, #0000 41%), url('../images/linea-de-vida.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .faq-_list-item-paragraph {
    padding: .5rem;
  }

  .transformation_text {
    font-size: 2rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .testimonials_content-container, .pain-points_list-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_success-message {
    z-index: 1000;
    width: 90%;
  }

  .do-justice_showcase-site-cr {
    width: 100%;
    left: 0%;
  }

  .do-justice_showcase-site-cr.img2 {
    flex: 0 auto;
    display: block;
  }

  .transformation_image {
    width: 95%;
    overflow: clip;
    transform: rotate(0);
  }

  .footer_contact-links-wrapper {
    width: 100%;
  }

  .testimonials_card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: 1.25rem;
  }

  .footer_email-link-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

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

  .testimonials_card-right-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .button {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button.is-alternate {
    width: auto;
  }

  .button.is-secondary.is-small {
    display: none;
  }

  .button.is-secondary.is-small.mobile {
    align-self: auto;
    font-size: 1.1rem;
  }

  .intro_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .img.is-before-after {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .footer_mail-link {
    font-size: 1.7rem;
  }

  .free-guide_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .h2-max-ch {
    max-width: 12ch;
    font-size: 2.6rem;
    line-height: 1.1;
  }

  .testimonials_headline-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .code-embed {
    display: flex;
  }

  .benefits-headline-wrapper {
    width: 100%;
  }

  .footer_success-message-wrapper {
    flex-flow: row;
    display: block;
  }

  .img-wrap.is-before {
    aspect-ratio: auto;
    height: 100%;
  }

  .img-wrap.is-after {
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
  }

  .benefits_content-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .do-justice_line1 {
    font-size: 12vw;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .contact {
    padding: 20px;
  }

  .carlo-eggermont-contact {
    margin-bottom: 110px;
  }

  .columns-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .succ {
    font-family: Albert Sans, sans-serif;
    font-size: 16px;
    line-height: 125%;
  }

  .contact__light {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
  }

  .contact__light.left.projekty {
    margin-bottom: 0;
  }

  .carlo-eggermont-contact-2 {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .success-message-2 {
    background-color: var(--pieskova-txt);
  }

  .logo_cf {
    width: 160px;
    margin-bottom: 20px;
  }

  .contacform__button-2 {
    font-size: 1rem;
  }

  .form__field {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .contact-2 {
    padding: 20px;
  }

  .columns-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .error-message-2 {
    color: var(--pieskova-txt);
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Albert Sans, sans-serif;
    font-size: 16px;
    line-height: 125%;
  }

  .par.pieskova {
    text-align: left;
    display: none;
  }

  .par.light.center {
    text-align: left;
    font-size: 17px;
    line-height: 140%;
  }

  .par.beige {
    background-image: url('../images/icon_klient.svg');
    background-position: -20px 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .par.center {
    text-align: left;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .par.li_arr {
    background-image: url('../images/arrow.svg');
    background-position: -20px 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .logo_intro {
    width: 20rem;
  }

  .heading-19 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .big-star {
    overflow: clip;
  }

  .section_vyber {
    background-size: cover;
    height: 300px;
  }

  .grid-2 {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .block {
    flex: 0 0 100%;
  }

  .wrapper {
    flex: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn_green {
    width: 235px;
    height: 54px;
    padding-left: 5px;
    padding-right: 10px;
  }

  .heading-25 {
    line-height: 1.1;
  }

  .list-item {
    text-align: left;
    background-image: url('../images/arrow.svg');
    background-position: -20px 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 30px;
    padding-left: 0;
    overflow: visible;
  }

  .navbar-menu {
    top: 0;
  }

  .uui-dropdown-icon {
    justify-content: center;
    align-items: center;
  }

  .navbar-logo-link.w--current {
    max-width: none;
  }

  .uui-navbar07_dropdown-toggle {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar07_menu-left {
    padding-top: 80px;
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
  }

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .navbar-wrapper {
    padding-top: 0;
  }

  .list {
    box-sizing: border-box;
    object-fit: fill;
    margin-bottom: 0;
    padding-left: 0;
  }

  .h1mobile {
    text-align: left;
  }

  .podlazie_btn {
    width: 38px;
  }

  .podlazie_btn.w--current, .podlazie_btn.active {
    background-color: var(--green-txt);
    color: var(--pieskova-txt);
  }

  .vyber_podlazia {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .sect.podlazia.detail {
    padding-top: 20px;
  }

  .sect.podl.sp_ponuka {
    display: block;
  }

  .heading-33 {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
  }

  .slider_wrapper {
    height: 453px;
    margin-bottom: 6px;
  }

  .slider_wrapper.padding_top_dwn {
    margin-bottom: 10px;
  }

  .grid_contact {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .contact-form {
    padding-bottom: 20px;
    padding-left: 27px;
    padding-right: 27px;
  }

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

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

  .chbox {
    opacity: 55;
    outline-offset: 0px;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    outline: 1px solid #c7ab86;
  }

  .kontakt_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .kontakt_grid._3c._2c_mob {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.25fr;
    align-items: center;
  }

  .kontakt_grid.dalsie_projekty {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .form_left.mobile {
    padding-bottom: 0;
  }

  .form_left.under {
    padding-top: 40px;
  }

  .form_part.sales {
    width: 100%;
    padding: 24px;
  }

  .form_part.sales.mobil {
    padding: 30px 27px;
  }

  .txt_small {
    font-weight: 400;
  }

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

  .grid-2c {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .txt_box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2left {
    text-align: left;
    margin-bottom: 0;
  }

  .icons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    margin-top: 20px;
  }

  .ico_box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
    padding: 14px;
  }

  .ico_txt {
    font-size: 14px;
  }

  .ico {
    width: 40px;
  }

  .grid-3 {
    grid-template-rows: auto;
  }

  .txt_intro {
    align-self: flex-start;
  }

  .hl_podlazie {
    margin-bottom: 5px;
  }

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

  .co_je_veo {
    background-image: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .pad_down {
    margin-bottom: 30px;
  }

  .recepcia {
    text-align: right;
    background-image: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
    overflow: hidden;
  }

  .heading-36 {
    margin-top: 0;
  }

  .spacer1 {
    height: 20px;
  }

  .hero_text {
    width: auto;
  }

  .footer_nav {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    padding-right: 40px;
  }

  .image-3 {
    flex: none;
    width: auto;
    max-width: none;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    overflow: clip;
  }

  .image-4 {
    text-align: left;
    width: auto;
    max-width: none;
    height: 466px;
    margin-left: -20px;
    overflow: clip;
  }

  .container-large-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .container-large-3.sirka {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .list-item-2 {
    text-align: left;
    background-image: url('../images/arrow.svg');
    background-position: -20px 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 30px;
    padding-left: 0;
    overflow: visible;
  }

  .btn_green-2 {
    width: 235px;
    height: 54px;
    padding-left: 5px;
    padding-right: 10px;
  }

  .heading-37 {
    margin-top: 0;
  }

  .code-embed-table {
    overflow: auto;
  }

  .lea {
    width: 80px;
  }

  ._2stlpec {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 0;
  }

  .button-small-2 {
    flex: none;
    align-self: stretch;
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
  }

  .bunka-cena {
    padding: 0;
  }

  .flex_hor {
    margin-top: 40px;
  }

  .btn_white {
    width: 100%;
  }

  .h2_green {
    font-size: 28px;
  }

  .first_line {
    justify-content: space-between;
  }

  .space_xs {
    height: 15px;
  }

  .img_vyber {
    display: none;
  }
}

#w-node-e394452f-4c2a-e86a-b391-45f4e13d0566-3a2b6219 {
  justify-self: end;
}

#w-node-_13f74bd6-b128-5689-a95b-0628109786a0-3a2b6219 {
  grid-area: 5 / 1 / 6 / 3;
}


