:root {
  --white: white;
  --black: black;
}

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

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

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

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

.block-ph {
  min-height: auto;
  position: relative;
}

.block-heading {
  max-width: 30%;
  position: absolute;
  inset: auto auto 17% 2%;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 12px;
  font-family: Oswald, sans-serif;
}

.block-grey {
  background-color: #00000038;
  position: absolute;
  inset: 0%;
}

.text-block {
  color: #fff;
  text-align: left;
  font-weight: 300;
}

.body {
  background-color: #fffef3;
  font-family: Fira Sans, sans-serif;
}

.container {
  max-width: 860px;
  padding-top: 24px;
}

.image {
  width: 100%;
}

.text-block-2 {
  color: #424242;
  text-align: justify;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 140%;
}

.text-block-2.wife {
  font-weight: 400;
}

.section-3 {
  margin-bottom: 24px;
}

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

.heading-3 {
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
}

.block-quote {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-block-3 {
  margin-top: -13px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 110%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  width: 550px;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-5 {
  color: #424242;
  margin-top: 12px;
}

.block-photo {
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.grid-2 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  height: 300px;
}

.footer-2 {
  color: #aaa;
  background-color: #d1d1d1;
  margin-top: 0;
}

.blockfooter-2 {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
}

.container-8 {
  max-width: 860px;
}

.footertext-2 {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Fira Sans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.link-2 {
  color: #519e2e;
}

.dataspecproekt {
  grid-template-rows: auto;
  margin: 0 0% 24px;
}

.h5 {
  color: #519e2e;
  text-transform: none;
  padding-left: 0%;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.h6 {
  color: #000;
  text-align: right;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.block-logo-up {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 20%;
  display: flex;
  position: absolute;
  inset: 3% 3% 0% auto;
}

.link-block {
  width: 65%;
  padding-bottom: 0;
}

.image-2 {
  width: 100%;
}

.block-logo-life {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-3 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 400;
  text-decoration: underline;
}

.link-block-2 {
  max-width: 60%;
}

.grid-3 {
  grid-template-rows: auto;
}

.text-block-6 {
  color: #b6b6b6;
  padding-top: 8px;
  font-style: italic;
}

.block-discl {
  background-color: #fff;
  margin-bottom: 24px;
  padding: 12px;
}

.text-block-7 {
  color: #424242;
  line-height: 140%;
}

.block-grid {
  margin-bottom: 24px;
}

.image-3, .image-4 {
  width: 74%;
}

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

.image-5, .image-6 {
  width: 86%;
}

.image-7 {
  max-width: 100%;
}

.block-slider {
  margin-bottom: 24px;
}

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

.slider {
  height: 500px;
}

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

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

.icon, .icon-2 {
  color: #fff;
  background-color: #519e2e;
  border-radius: 15px;
}

.slide-nav {
  color: #0a0a0a;
}

.page-load_column {
  height: 17.3em;
  position: relative;
  overflow: hidden;
}

.block_1 {
  background-color: #fff;
  border: 0 #fd0101;
  border-radius: 0;
  width: 100%;
  margin: 0;
  position: fixed;
  inset: 0%;
}

.page-loader {
  background-color: #0000;
}

.page-load_move {
  text-align: center;
  height: 17.3em;
  transform: translate(0);
}

.page-load_move.is-1 {
  text-align: right;
}

.div-block {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.page-load_counter {
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.page-load_counter-wrap {
  position: relative;
  overflow: hidden;
}

.page-load_text {
  color: red;
  height: .8em;
  margin-bottom: 0;
  padding-bottom: .1em;
  font-family: Montserrat, sans-serif;
  font-size: 21.7em;
  font-weight: 300;
  line-height: .7;
}

.container-17 {
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  padding: 6.94em;
}

.container-17.is-page-load {
  background-color: #a08e8e00;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  padding: 10em 0 0;
  display: flex;
}

.section-all {
  position: absolute;
  inset: 0%;
}

.container-18 {
  border-top: 1px solid #cfcfcf;
  max-width: 860px;
  padding-top: 24px;
  display: none;
}

.text-block-8 {
  line-height: 150%;
}

.grid-5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
}

.text-span {
  color: #519e2e;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-4.lang-on {
  background-image: linear-gradient(#519e2e, #519e2e);
  border: 1px solid #bebebe;
  border-radius: 4px;
  margin-top: 8px;
  padding: 4px 8px;
}

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

.image-8 {
  width: 86%;
}

.image-9 {
  max-width: 100%;
}

.image-10 {
  width: 86%;
}

.block-photo-2 {
  min-height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.text-block-9 {
  color: #b6b6b6;
  padding-top: 8px;
  font-style: italic;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-ph-grid {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-10 {
  color: #b6b6b6;
  padding-top: 8px;
  font-style: italic;
}

.block-grid-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-8 {
  grid-template-rows: auto;
}

.link-5, .link-6 {
  color: #519e2e;
}

@media screen and (min-width: 1280px) {
  .block-heading {
    max-width: 28%;
  }

  .heading-2 {
    font-family: Oswald, sans-serif;
  }
}

@media screen and (min-width: 1440px) {
  .block-heading {
    max-width: 26%;
  }

  .heading {
    font-size: 40px;
    line-height: 110%;
  }

  .text-block {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .block-heading {
    max-width: 24%;
  }

  .heading {
    font-size: 48px;
    line-height: 150%;
  }

  .text-block {
    font-size: 18px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .footertext-2 {
    font-size: 14px;
  }

  .h5, .h6, .text-block-7 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .block-heading {
    max-width: 45%;
    bottom: 10%;
    left: 3%;
  }

  .container {
    max-width: 680px;
    padding-top: 24px;
  }

  .image {
    object-fit: cover;
    object-position: 39% 50%;
    height: 600px;
  }

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

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-8 {
    max-width: 680px;
  }

  .dataspecproekt {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h5 {
    padding-left: 0;
  }

  .h6 {
    padding-right: 0;
  }

  .block-logo-up {
    max-width: 30%;
  }

  .container-17 {
    padding: 6vw;
  }

  .container-18 {
    max-width: 680px;
  }
}

@media screen and (max-width: 767px) {
  .container, .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .container-ph {
    margin-left: 2%;
    margin-right: 2%;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-8 {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .dataspecproekt {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .h5 {
    padding-left: 0;
  }

  .h6 {
    padding-right: 0;
  }

  .container-9, .container-10, .container-11, .container-12, .container-13, .container-14, .container-15, .container-16 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .page-load_counter {
    font-size: 1.3vw;
  }

  .container-18 {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .block-heading {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    padding: 0 4% 10%;
    display: flex;
    inset: 0%;
  }

  .heading {
    text-align: center;
    font-size: 28px;
    line-height: 140%;
  }

  .block-grey {
    background-color: #00000080;
  }

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

  .container {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 24px;
  }

  .image {
    object-fit: cover;
    object-position: 47% 50%;
    min-height: 100svh;
  }

  .text-block-2.wife {
    padding-top: 24px;
  }

  .text-block-2.special-opt {
    margin-top: 24px;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-3 {
    font-size: 26px;
  }

  .block-quote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .block-photo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-2 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .blockfooter-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .footertext-2 {
    font-size: 12px;
  }

  .dataspecproekt {
    grid-template-columns: 1.5fr 1fr;
    margin: 0 0% 18px;
  }

  .h5 {
    padding-left: 0%;
    font-size: 14px;
  }

  .h6 {
    padding-right: 0%;
    font-size: 14px;
  }

  .block-logo-up {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    margin-right: 2%;
    padding-top: 2%;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .link-block {
    width: 40%;
    max-width: 40%;
  }

  .block-logo-life {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .link-3 {
    margin-top: 4px;
    font-size: 12px;
    line-height: 100%;
  }

  .link-block-2 {
    max-width: 48%;
  }

  .text-block-6 {
    font-size: 12px;
  }

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

  .slider {
    height: 300px;
  }

  .block_1 {
    width: 100%;
    height: 100vh;
  }

  .container-17.is-page-load {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 4.3vw;
  }

  .container-18 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .grid-5 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .link-4.lang-on {
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

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

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

  .block-ph-grid {
    margin-bottom: 24px;
  }
}

#w-node-_132a8c6a-bd29-fd4c-cba3-f1735ad12397-09c4737b, #w-node-_132a8c6a-bd29-fd4c-cba3-f1735ad12399-09c4737b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26ea536a-dc6a-e306-9950-9b1dde759a12-09c4737b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_26ea536a-dc6a-e306-9950-9b1dde759a13-09c4737b, #w-node-_26ea536a-dc6a-e306-9950-9b1dde759a14-09c4737b {
  justify-self: center;
}

#w-node-_5315c03a-d168-8aa2-2e4d-cdc029da533e-09c4737b, #w-node-_90421537-6940-c522-3456-9586eaa99008-09c4737b {
  place-self: end center;
}

@media screen and (max-width: 767px) {
  #w-node-_132a8c6a-bd29-fd4c-cba3-f1735ad12397-09c4737b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_132a8c6a-bd29-fd4c-cba3-f1735ad12399-09c4737b {
    align-self: center;
  }
}


