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

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

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

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

h1 {
  z-index: 10;
  box-sizing: content-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 80px;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
  position: absolute;
  top: 96px;
  left: 0;
}

h2 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.web {
  clear: none;
  color: #0c120c;
  max-width: 1280px;
  margin-top: 0;
  position: static;
  top: 80px;
}

.hero {
  margin-top: 80px;
  padding-top: 144px;
  display: block;
  position: relative;
}

.text-box {
  background-color: #f6f7fa;
border-radius: 8px;
  max-width: 520px;
  height: auto;
  max-height: 450px;
  padding: 40px 40px 48px;
  position: absolute;
  inset: auto;

}

.text-box.top-left {
  padding: 40px;
  inset: 0% auto auto 0%;
}

.text-box.top-right {
  inset: 0% 0% auto auto;
}

.text-box.bottom-right {
  inset: auto 0% 0 auto;
}

.text-box.bottom-left {
  height: auto;
  inset: auto auto 0% 0%;
}

.text-box.contact {
  margin-top: 0;
  padding-top: 48px;
  position: static;
}

.pix-box {
  clear: none;
  background-color: #f6f7fa;
  max-width: 800px;
  height: auto;
  max-height: 660px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  top: 0;
}

.pix-box.dispo {
  text-transform: none;
  background-color: #fff;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-top: 80px;
}

.pix-box.top-vid {
  background-color: #fff0;
  max-width: 720px;
  height: auto;
  max-height: none;
}

.pix {
  margin-left: auto;
  margin-right: auto;
}

.details-facts {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  margin-top: 240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  color: #0c120c;
  font-family: Archivo, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 125%;
}

.fact {
  background-color: #f6f7fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.dispo, .recons {
  margin-top: 240px;
}

.exclusive {
  margin-top: 240px;
  position: static;
}

.exlusive-box {
  margin-top: 80px;
  padding-top: 88px;
  position: relative;
}

.exlusive-box.bottom {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 88px;
}

.bill, .katching {
  margin-top: 240px;
}

.paragraph {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.h2space{
    margin-bottom: 56px;
}

.heading-4 {
  margin-bottom: 24px;
  line-height: 34px;
}

.heading-4.as-block {
  line-height: 35px;
}

.location {
  margin-top: 240px;
}

.contact {
  margin-top: 240px;
  margin-bottom: 16px;
  display: block;
}

.text-block {
  display: block;
}

.dispo-desc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #888787;
  letter-spacing: .3px;
  text-indent: 0;
  text-transform: uppercase;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  padding: 16px;
  font-size: 15px;
  font-weight: 300;
  display: grid;
}

.splitter_component {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.splitter_before {
  width: 100%;
  position: absolute;
  inset: 0%;  
}

.splitter_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.splitter_image.is-after {
  object-fit: cover;
  width: 70vw;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;  
}

.spliter_after {
  z-index: 2;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
    padding-left: 20px;
  overflow: hidden;
}

.top-heading {
  background-color: #f6f7fa;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 80px;
  top: 0;
}

.splitter_handle-component {
  z-index: 2;
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.splitter_handle-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.splitter_handle-circle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 2.6875rem;
  height: 2.6875rem;
  display: flex;
}

.splitter_handle-circle.is-1 {
  background-color: #000;
  border: 0 #000;
  border-radius: 2rem;
}



.reconstruction {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: grid;
  position: static;
}

.location-illustration {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.div-block {
  z-index: 2;
  background-color: #f6f7fa;
  width: auto;
  padding: 56px;
  position: relative;
}

.home-vid {
  width: 720px;
  height: 900px;
  overflow: hidden;
}

.gallery {
  margin-top: 240px;
}

.fact-this-fact-that {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  background-color: #f6f7fa;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
}

.iconography {
  width: auto;
  max-width: 33%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block-2 {
  margin-top: 8px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.oversized {
  text-align: center;
  font-size: 150px;
  font-weight: 900;
  line-height: 150px;
}

.blocks-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 80px auto;
  display: block;
}

.blocks-block.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 0;
  display: flex;
}

.katching-info {
  text-align: left;
  width: 100%;
  margin: 16px auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.katching-info.add {
  font-weight: 200;
}

.text-block-4 {
  font-size: 20px;
  line-height: 28px;
}

.div-block-4 {
  text-align: center;
  width: auto;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
}

.div-block-5 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.katching-desc {
  margin-top: 0;
  padding: 24px 280px;
}

.header {
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 400px;
  margin: 80px auto 0;
  display: flex;
}

.n360-logo {
  height: 160px;
}

.headline-tag {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.tag {
  text-align: center;
  padding-left: 0;
  font-size: 80px;
  font-weight: 800;
  line-height: 110%;
  position: static;
}

.tag-follow-up {
  text-align: center;
  width: 70%;
  font-size: 28px;
  font-weight: 300;
  line-height: 130%;
}

.stacked-up {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 280px;
  display: flex;
}

.benefits {
  margin-bottom: 280px;
}

.benefits-block {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.benefits-block.first-line {
  justify-content: space-around;
}

.benefits-block.second-line {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 80px;
  padding-left: 17%;
  padding-right: 17%;
}

.benefit-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 33%;
  max-width: none;
  display: flex;
}

.benefit-box.new-row {
  width: 42%;
}

.benefit-desc {
  max-width: 100%;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 128%;
}

.listing {
  margin-bottom: 280px;
}

.listing-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: stretch center;
  margin-top: 80px;
  display: flex;
}

.listing-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #0c120c;
  background-color: #f6f7fa;
  border-radius: 8px;
  flex-flow: column;
  width: 400px;
  height: auto;
  padding: 32px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.listing-item.vacant {
  color: #01161e;
  background-color: #f6f7fa;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.listing-item-desc {
  color: #0c120c;
  font-weight: 500;
}

.banner {
  color: #fff;
  background-color: #420039;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.span-bold {
  font-weight: 600;
}

.banner-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 45%;
  display: flex;
}

.text-block-5 {
  text-align: center;
  font-size: 28px;
  line-height: 130%;
}

.button {
  color: #0c120c;
  -webkit-text-stroke-color: #f4d06f;
  background-color: #f4d06f;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 300;
}

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

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.creator-icon {
  margin-top: 160px;
}

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

.gallery-thumbnail {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: auto;
  height: 250px;
}

.div-block-9 {
  color: #01161e;
  text-align: center;
  text-transform: uppercase;
  margin: 160px auto;
  font-size: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .2s;
}

.div-block-9:hover, .div-block-9.w--current {
  text-decoration: underline;
}

.div-block-10 {
  text-align: center;
  margin-top: 160px;
  margin-bottom: 160px;
  text-decoration: none;
}

.link {
  color: #01161e;
  margin-top: 32px;
}

.title-animator {
  color: #420039;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
  display: flex;
}

@media screen and (max-width: 991px) {
  .web {
    width: 90%;
  }

   .recons{
    margin-left: auto;
    margin-right: auto;
} 
    
    
  .reconstruction {
    grid-template-columns: 1fr;
      grid-column-gap: 40px;
      grid-row-gap: 40px;
      grid-template-columns: 1fr;
      grid-auto-flow: column;
      justify-content: center;
      align-items: center;
      width: 75%;
      margin-left: auto;
      margin-right: auto;
      
  }
 .text-box {
    border-radius: 0;
  }
    
    
  .div-block {
    padding: 24px;
  }

  .oversized {
    font-size: 100px;
    line-height: 100px;
  }

  .katching-desc {
    padding-left: 80px;
    padding-right: 80px;
  }

  .benefits-block.first-line, .benefits-block.second-line {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .benefit-box, .benefit-box.new-row {
    width: auto;
  }

  .banner-block {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .web {
    width: 80%;
  }

    
    .home-vid {
      width: 100%;
      height: 600px;
        position: relative;
    }
    
    .hero{
        padding-top: 0;
    }
    
    .pix-box.top-vid{
        position: static;
    }

    .top-heading {
        padding: 40px;
        position: static;
    }
    
 .text-box {
 position: relative;
     
  }  
    .oversized {
    font-size: 80px;
  }  
    
    .splitter_component{
        width: 100vw;
        height: 28vh;
    }    
    
  .spliter_after {
    top: 0%;
    right: 0%;
  }

  .splitter_handle-component {
    left: 50%;
  }

.reconstruction {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    place-items: center stretch;
    width: 100%;
  }    

  .div-block-6, .div-block-7 {
    display: block;
  }

  
  .katching-desc {
    padding-left: 24px;
    padding-right: 24px;
  }  
    
    
  .tag {
    font-size: 70px;
  }

  .stacked-up, .benefits {
    margin-bottom: 200px;
  }

  .benefits-block.first-line {
    flex-flow: column;
  }

  .benefits-block.second-line {
    flex-flow: column;
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .listing {
    margin-bottom: 200px;
  }

  .listing-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .banner {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 479px) {
  .text-box.top-left, .text-box.top-right, .text-box.bottom-right, .text-box.bottom-left, .text-box.contact {
    width: 100%;
    max-width: none;
      position: relative;
      border-radius: 0px;
  }
    .top-heading {
        padding: 40px;
        position: static;}
    
    h2 {
        font-size: 34px;
    }
    
    
.dispo-desc {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
     justify-content: center;
}    

   .home-vid {
      width: 100%;
      height: 400px;
    }
    
.reconstruction {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    place-items: center stretch;
  }    
    
    
  .heading-4.as-block {
    font-size: 24px;
    line-height: 28px;
  }

  .top-heading {
    padding: 40px 16px;
    font-size: 50px;
    line-height: 50px;
      position: relative;
  }

  .reconstruction {
    grid-template-columns: 70%;
  }

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

    .home-vid{
        width: 100%;
        height: 400px;
        position: relative;
    }
    
  .oversized {
    font-size: 2.0em;
  }

  .blocks-block.contact {
    flex-flow: column;
  }

  .katching-desc {
    padding-left: 24px;
    padding-right: 24px;
  }

 
  .headline-tag {
    margin-bottom: 200px;
  }

  .tag {
    font-size: 40px;
  }

  .tag-follow-up {
    width: auto;
  }

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

  #w-node-_301d3486-fa73-5021-2409-cf91ae5814f7-039638cc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}



.text-block {
    font-size: 13px;
    line-height: 100%;
}


@media (prefers-reduced-motion: reduce) {
  .home-vid {
    background-image: url('videos/hlinka-vid.gif');
    background-size: cover;
    background-position: center;
  }

}
