.hero_hero__59kXN {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(rgba(12, 17, 28, 0.3), rgba(12, 17, 28, 0.75)),
    url(/images/HeroBackground.webp);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero_container__Tv6Dm {
  margin: 0 auto;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: var(--small-medium-gap);
  padding: 0 var(--large-gap);
}
.hero_heroContainer__9CQu5 {
  position: relative;
  width: 100%;
  padding-top: var(--large-gap);
  padding-bottom: var(--large-gap);
  color: white;
  text-align: left;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  transform: translateY(30px);
  animation: hero_heroFadeUp__pvcqb 0.3s ease-out forwards;
}
.hero_heroContainer__9CQu5:after,
.hero_heroContainer__9CQu5:before {
  content: "";
  position: absolute;
  top: 0;
  height: 10px;
  background: var(--gold);
  width: 0;
  opacity: 0;
  animation: hero_borderHalfSlide__48jez 0.3s ease-in forwards;
  animation-delay: 0.3s;
}
.hero_heroContainer__9CQu5:before {
  left: 0;
}
.hero_heroContainer__9CQu5:after {
  right: 0;
}
@keyframes hero_heroFadeUp__pvcqb {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hero_borderHalfSlide__48jez {
  0% {
    width: 0;
    opacity: 1;
  }
  to {
    width: 50%;
    opacity: 1;
  }
}
.hero_heroContainer__9CQu5 h3 {
  color: var(--light-gray);
}
.hero_heroContainer__9CQu5 h2 {
  margin-bottom: var(--small-gap);
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.hero_heroContainer__9CQu5 h1 {
  margin-bottom: var(--medium-gap);
  max-width: 1260px;
}
.hero_container__Tv6Dm h1,
.hero_container__Tv6Dm h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.2ch;
}
.hero_word__mmqCT {
  display: inline-block;
  white-space: nowrap;
}
.hero_char__Z_imO {
  display: inline-block;
}
.hero_char__Z_imO,
.hero_heroBtn__eMant {
  opacity: 0;
  transform: translateY(20px);
  animation: hero_fadeUp__0XtYy 0.4s forwards;
}
.hero_heroBtn__eMant {
  width: -moz-fit-content;
  width: fit-content;
}
.hero_container__Tv6Dm button {
  background-color: var(--white-powder) !important;
  color: var(--blue) !important;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero_container__Tv6Dm button:hover {
  opacity: 0.9;
}
.hero_container__Tv6Dm button:active,
.hero_container__Tv6Dm button:focus,
.hero_container__Tv6Dm button:visited {
  background-color: var(--white-powder) !important;
  color: var(--blue) !important;
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}
.hero_container__Tv6Dm a:active button,
.hero_container__Tv6Dm a:focus button,
.hero_container__Tv6Dm a:link button,
.hero_container__Tv6Dm a:visited button {
  background-color: var(--white-powder) !important;
  color: var(--blue) !important;
}
.hero_noUnderline__GE_Nj:after {
  display: none;
}
@keyframes hero_fadeUp__0XtYy {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1440px) {
  .hero_container__Tv6Dm {
    max-width: 1200px;
  }
  .hero_heroContainer__9CQu5 h1 {
    max-width: 1050px;
  }
}
@media only screen and (max-width: 1200px) {
  .hero_container__Tv6Dm {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 576px) {
  .hero_heroContainer__9CQu5 {
    padding: 50px 15px 35px;
  }
  .hero_container__Tv6Dm {
    padding: 0;
  }
  .hero_heroContainer__9CQu5:after,
  .hero_heroContainer__9CQu5:before {
    height: 5px;
  }
  .hero_container__Tv6Dm h1:after {
    top: 48px;
    width: 220px;
    height: 5px;
  }
}
.features_container__9rDv_ {
  padding: 0 var(--large-gap);
  padding-top: var(--container-gap);
  padding-bottom: var(--container-gap);
  margin: 0 auto;
  max-width: 1440px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.features_features__zze_m {
  background: url(/images/ThreeHousesImages.webp) no-repeat;
  background-position: left calc(100% - calc((100% - 1440px) / 2) - 200px)
    bottom;
  background-size: 800px;
}
.features_content__g2zBA {
  width: 100%;
  text-align: start;
  color: var(--blue);
}
.features_content__g2zBA h2 {
  margin-bottom: var(--large-gap);
  max-width: 900px;
}
.features_list__IkEz9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--medium-gap);
  flex-wrap: wrap;
}
.features_item__fxBNe p {
  color: var(--gold);
}
.features_item__fxBNe {
  display: flex;
  align-items: flex-start;
  gap: var(--small-medium-gap);
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: left;
}
.features_item__fxBNe > div {
  height: 100px;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  justify-content: flex-start;
  gap: var(--small-gap);
}
.features_icon__13n2_ {
  width: 90px;
  height: 90px;
}
@media only screen and (max-width: 1440px) {
  .features_container__9rDv_ {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .features_container__9rDv_ {
    max-width: 100%;
    padding: 30px;
    padding-top: var(--container-gap);
  }
  .features_icon__13n2_ {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .features_container__9rDv_ {
    padding: 50px 15px 335px;
  }
  .features_content__g2zBA h2 {
    margin-bottom: 25px;
    max-width: 900px;
  }
  .features_list__IkEz9 {
    gap: 35px;
  }
  .features_features__zze_m {
    background-position: bottom;
    background-size: calc(100vw - 30px);
  }
  .features_item__fxBNe img {
    width: 85px;
    height: 85px;
  }
  .features_item__fxBNe > div {
    padding: 0;
    justify-content: start;
  }
  .features_item__fxBNe {
    max-height: 85px;
    height: 85px;
  }
}
.mapsection_container__I0t2H {
  margin: 0 auto;
  min-height: 726px;
  max-width: 1440px;
  position: relative;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 var(--large-gap);
  padding-top: var(--container-gap);
  padding-bottom: var(--container-gap);
  color: white;
  z-index: 4;
}
.mapsection_mapSection__t3nzU {
  background: url(/images/HousesRowFade.webp) no-repeat;
  background-position: left -400px bottom;
  background-size: 100%;
  position: relative;
  z-index: 0;
}
.mapsection_topRow__X_sWu {
  display: flex;
  justify-content: center;
  gap: var(--large-gap);
  margin-bottom: var(--medium-gap);
}
.mapsection_box__N7Ek8:first-child {
  border-left: 10px solid var(--antracit);
}
.mapsection_box__N7Ek8:nth-child(2) {
  border-left: 10px solid var(--gold);
}
.mapsection_box__N7Ek8:nth-child(3) {
  border-left: 10px solid var(--green);
}
.mapsection_box__N7Ek8 {
  padding: 12.5px 20px;
  background: var(--blue);
}
.mapsection_bottomContent__D5eLM {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--small-medium-gap);
}
.mapsection_bottomContent__D5eLM button {
  margin-top: var(--medium-gap);
  background: var(--gold);
  cursor: pointer;
  color: var(--white-powder);
  border: none;
}
.mapsection_bottomContent__D5eLM h2 {
  color: var(--blue);
}
.mapsection_bottomContent__D5eLM p {
  color: var(--medium-gray);
}
.mapsection_bottomContent__D5eLM h2 {
  margin-top: var(--small-medium-gap);
  max-width: 920px;
}
.mapsection_bottomContent__D5eLM p {
  max-width: 620px;
}
.mapsection_noUnderline__TA1nl:after {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .mapsection_container__I0t2H {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .mapsection_container__I0t2H {
    max-width: 100%;
    padding: 60px 30px;
  }
  .mapsection_bottomContent__D5eLM p {
    max-width: 500px;
  }
}
@media only screen and (max-width: 576px) {
  .mapsection_topRow__X_sWu {
    flex-wrap: wrap;
    gap: var(--small-gap);
  }
  .mapsection_mapSection__t3nzU {
    background: none;
    position: relative;
    z-index: 0;
  }
  .mapsection_bottomContent__D5eLM {
    align-items: flex-start;
    text-align: start;
  }
  .mapsection_container__I0t2H {
    max-width: 100%;
    padding: 50px 15px 35px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .mapsection_box__N7Ek8 {
    padding: 10px 20px;
  }
  .mapsection_topRow__X_sWu {
    justify-content: space-between;
    width: 100%;
  }
  .mapsection_box__N7Ek8:first-child {
    border-left: 5px solid var(--antracit);
  }
  .mapsection_box__N7Ek8:nth-child(2) {
    border-left: 5px solid var(--gold);
  }
  .mapsection_box__N7Ek8:nth-child(3) {
    border-left: 5px solid var(--green);
  }
  .mapsection_architecture__SddSY {
    background-position: Top 100px center;
    background-size: 300px;
  }
  .mapsection_bottomContent__D5eLM {
    gap: 25px;
  }
}
.types_container__ymhLT {
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--large-gap);
  max-width: 1440px;
  margin: 0 auto;
  gap: var(--medium-gap);
  position: relative;
  z-index: 2;
}
.types_types__nzT_S {
  position: relative;
  background:
    linear-gradient(rgba(12, 17, 28, 0.3), rgba(12, 17, 28, 0.75)),
    url(/images/HeroBackground.webp) no-repeat 50% / cover;
  overflow: hidden;
  margin-top: -70px;
}
.types_types__nzT_S:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.types_card__gsZl_ { padding-left: 10px !important; padding-right: 10px !important; box-sizing: border-box !important;
  flex: 1 1;
  gap: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.4s ease;
  border-bottom: 10px solid var(--white-powder);
  overflow: hidden;
  position: relative;
}
.types_card__gsZl_ h2,
.types_card__gsZl_ h3,
.types_card__gsZl_ p {
  color: var(--white-powder);
}
.types_card__gsZl_ h2 {
  margin-bottom: 70px;
}
.types_bottomContent__R_rvk h3 {
  color: var(--gold);
}
.types_topContent__jYYZp { padding-left: 5px !important; padding-right: 5px !important;
  padding: var(--container-gap);
  text-align: start;
  background: rgba(245, 244, 242, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.types_topContent__jYYZp p {
  padding-top: var(--medium-gap);
}
.types_topContent__jYYZp h3 {
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 576px) {
  .types_topContent__jYYZp h3 {
    font-size: 1.4rem !important;
  }
}
.types_topContent__jYYZp img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin-top: -210px;
  display: block;
}
.types_card__gsZl_ > img { max-width: 85% !important; transform: translateY(15px) !important; } .types_card__gsZl_ > img,
.types_topContent__jYYZp h2 {
  display: none;
}
.types_bottomContent__R_rvk {
  background-color: var(--white-powder);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  transition: all 0.6s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.types_bottomContent__R_rvk button {
  background-color: var(--gold);
  color: var(--white-powder);
}
.types_card__gsZl_:hover {
  border: none;
}
.types_card__gsZl_:hover .types_bottomContent__R_rvk {
  padding: 30px 60px;
  max-height: 200px;
  opacity: 1;
}
.types_noUnderline__QgjQS:after {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .types_container__ymhLT {
    max-width: 1200px;
  }
  .types_card__gsZl_:hover .types_bottomContent__R_rvk {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .types_container__ymhLT {
    max-width: 100%;
    padding: 0 30px;
    height: 600px;
  }
  .types_card__gsZl_ h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }
  .types_topContent__jYYZp { padding-left: 5px !important; padding-right: 5px !important;
    padding: 30px;
  }
  .types_topContent__jYYZp img {
    width: 100%;
    height: auto;
    margin-top: -100px;
  }
  .types_card__gsZl_:hover .types_bottomContent__R_rvk {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .types_topContent__jYYZp { padding-left: 5px !important; padding-right: 5px !important;
    padding: 20px;
  }
  .types_card__gsZl_ h2 {
    font-size: 25px;
  }
  .types_topContent__jYYZp img {
    margin-top: -90px;
  }
  .types_topContent__jYYZp p {
    min-height: 107.5px;
  }
}
@media only screen and (max-width: 576px) {
  .types_types__nzT_S {
    margin-top: 0;
    overflow: visible;
  }
  .types_container__ymhLT {
    max-width: 100%;
    padding: 0 15px 35px;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  .types_card__gsZl_ { padding-left: 10px !important; padding-right: 10px !important; box-sizing: border-box !important;
    overflow: visible;
  }
  .types_card__gsZl_ h2 {
    display: none;
  }
  .types_card__gsZl_ img {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: -50px;
    margin-bottom: -100px;
  }
  .types_card__gsZl_ .types_firstImage__ZPrrg {
    margin-top: -100px;
  }
  .types_topContent__jYYZp h2 {
    display: block;
    margin-bottom: 25px;
  }
  .types_topContent__jYYZp img {
    display: none;
  }
  .types_topContent__jYYZp { padding-left: 5px !important; padding-right: 5px !important;
    background-position: top 30px center;
  }
}
.process_container__SfonV {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1440px;
  justify-content: space-between;
  align-items: center;
  padding: var(--container-gap) var(--large-gap);
}
.process_process__V1cD9 {
  width: 100%;
}
.process_left__0sT_8 {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: var(--small-medium-gap);
}
.process_left__0sT_8 button {
  margin-top: var(--medium-gap);
  background: var(--gold);
  border: none;
  cursor: pointer;
  color: var(--white-powder);
  width: -moz-fit-content;
  width: fit-content;
}
.process_left__0sT_8 p,
.process_right__oNNp_ p {
  color: var(--medium-gray);
}
.process_right__oNNp_ {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  gap: var(--small-gap);
}
.process_step__69Tna {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.process_step__69Tna > div {
  height: 85px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.process_icon__nQIAv {
  width: 85px;
  height: 85px;
}
.process_noUnderline__dpO0a:after {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .process_container__SfonV {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  .process_container__SfonV {
    max-width: 100%;
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .process_container__SfonV {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .process_container__SfonV {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding: 50px 15px 35px;
  }
  .process_left__0sT_8,
  .process_right__oNNp_ {
    gap: 25px;
  }
}
.housebackground_houseBG__k38HO {
  height: 250px;
  background: url(/images/RowOfHouses.webp) no-repeat;
  background-position: bottom;
  background-size: cover;
  border-bottom: 10px solid var(--gold);
}
.includes_includes__bT6NK {
  max-width: 1440px;
  margin: 0 auto;
  gap: var(--container-gap);
  padding: 0 var(--large-gap);
}
.includes_includes__bT6NK,
.includes_top__zHDuw {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.includes_top__zHDuw {
  padding: var(--container-gap) 0;
  text-align: end;
  gap: var(--small-medium-gap);
  background: url(/images/TwoHouses.webp) no-repeat;
  background-position: 0 100%;
  background-size: 500px;
}
.includes_top__zHDuw h2 {
  max-width: 950px;
}
.includes_top__zHDuw p {
  max-width: 700px;
  color: var(--medium-gray);
}
.includes_top__zHDuw button {
  margin-top: var(--medium-gap);
  background-color: var(--gold);
  color: white;
}
.includes_bottom__o__W_ {
  width: 100%;
}
.includes_grid__uk1PX {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--small-gap);
}
.includes_gridItem___vY2a {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: var(--small-medium-gap);
  transition: transform 0.3s ease;
}
.includes_gridItem___vY2a:first-child {
  background: url(/images/skolaBg.webp) no-repeat;
  background-position: 50%;
  background-size: cover;
}
.includes_gridItem___vY2a:nth-child(2) {
  background: url(/images/obchodBg.webp) no-repeat;
  background-position: 50%;
  background-size: cover;
}
.includes_gridItem___vY2a:nth-child(3) {
  background: url(/images/spojenieBg.webp) no-repeat;
  background-position: 50%;
  background-size: cover;
}
.includes_gridItem___vY2a:nth-child(4) {
  background: url(/images/prirodaBg.webp) no-repeat;
  background-position: 50%;
  background-size: cover;
}
.includes_gridItem___vY2a:hover {
  transform: translateY(-5px);
}
.includes_icon__mO9Pn {
  width: 100px;
  height: 100px;
}
.includes_iconWrapper__YGR_a {
  width: 100%;
  padding: var(--large-gap);
}
.includes_icon__mO9Pn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.includes_text__K7cXH {
  display: flex;
  flex-direction: column;
  gap: var(--small-gap);
  text-align: left;
  color: var(--white-powder);
  padding: var(--large-gap);
  background: rgba(245, 244, 242, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.includes_noUnderline__8IIp8:after {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .includes_includes__bT6NK {
    max-width: 1200px;
  }
  .includes_top__zHDuw h2 {
    max-width: 800px;
  }
  .includes_top__zHDuw p {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1200px) {
  .includes_includes__bT6NK {
    max-width: 100%;
    padding: 0 30px;
  }
  .includes_top__zHDuw {
    padding: var(--container-gap) 0;
    background-size: 450px;
  }
}
@media only screen and (max-width: 992px) {
  .includes_top__zHDuw {
    background: none;
    align-items: flex-start;
    text-align: start;
  }
}
@media only screen and (max-width: 576px) {
  .includes_includes__bT6NK {
    padding: 15px;
  }
  .includes_top__zHDuw {
    background: url(/images/TwoHouses.webp) no-repeat;
    background-size: 300px;
    background-position: bottom;
    padding-top: 50px;
    padding-bottom: 260px;
  }
  .includes_grid__uk1PX {
    display: flex;
    flex-direction: column;
  }
  .includes_icon__mO9Pn {
    width: 90px;
    height: 90px;
  }
}
