.logo_option {
  background-color: #38352b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.up_link_box {
  width: 100px;
}

.life_link_ligo {
  width: 116px;
}

.image {
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pream_sec {
  z-index: 6;
  margin-top: -120px;
  padding-bottom: 60px;
  position: relative;
}

.cont {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.pream_box {
  background-color: #38352b;
  padding: 40px 5%;
}

.h1 {
  color: #e5e2b7;
  text-align: center;
  letter-spacing: .1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 135%;
}

.body {
  color: #000;
  font-family: Mona Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.subtitle_text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
  padding-right: 0%;
  font-size: 24px;
  line-height: 150%;
}

.pream_text {
  color: #fff;
  margin-bottom: 20px;
}

.building {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.number_iteem {
  border: 1px solid #818181;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cirk {
  background-color: #e5e2b700;
  border: 1px dashed #e5e2b7;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  margin-bottom: 20px;
}

.numbers_text {
  color: #e5e2b7;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.expl_num_text {
  color: #d4d4d4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 13px;
}

.story_sec {
  padding-bottom: 0;
}

.story_box {
  padding-bottom: 40px;
}

.h2 {
  color: #38352b;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 135%;
}

.h2.double {
  margin-top: 40px;
}

.reg_text {
  margin-bottom: 20px;
}

.reg_text.retw {
  padding-top: 40px;
}

.accent_span {
  color: #38352b;
  font-weight: 600;
}

.asimi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.asimi.dif {
  grid-template-columns: 1fr 2.5fr;
}

.expl_photo_text {
  font-size: 13px;
}

.asi_text {
  font-size: 16px;
}

.mark {
  width: 48px;
  margin-bottom: 10px;
}

.wind_sec {
  background-color: #38352b;
}

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

.text-block.nmpro {
  color: #e5e2b7;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

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

.image-6.vert {
  object-fit: cover;
  height: 420px;
}

.textprogal2 {
  color: #fff;
  font-size: 14px;
}

.space-cases {
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.space-cases.second {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

.gal-box {
  background-color: #e5e2b700;
  padding: 100px 0;
}

.case-item {
  pointer-events: none;
  border-radius: 4px;
  flex-flow: column;
  width: 30%;
  padding: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: border .888s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.case-item:hover {
  border: 1px #f66;
}

.case-item.large {
  pointer-events: none;
  width: 50%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition-duration: .888s;
}

.case-item.large:hover {
  border-style: none;
  text-decoration: none;
}

.case-item.vert {
  pointer-events: none;
  width: 35%;
  height: 500px;
  text-decoration: none;
}

.case-item.vert:hover {
  pointer-events: none;
  border-style: none;
}

.case-item.right {
  pointer-events: none;
  border: 1px #000;
  justify-content: flex-start;
  width: 30%;
  margin-top: 220px;
  text-decoration: none;
}

.case-item.right:hover {
  border-style: none;
  border-color: #f66;
}

.case-item.left {
  pointer-events: none;
  justify-content: flex-start;
  width: 30%;
  margin-top: 100px;
  text-decoration: none;
  transition: border .888s cubic-bezier(.645, .045, .355, 1);
}

.case-item.left:hover {
  border-style: none;
}

.big_photo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-7 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big_photo_expl_text {
  font-size: 14px;
}

.fin_sec {
  background-color: #38352b;
}

.fin_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-2 {
  color: #fff;
  font-size: 12px;
}

.link {
  color: #e5e2b7;
  font-weight: 600;
}

.art_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e5e2b7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.image-8 {
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.where_box {
  border-left: 1px dashed #38352b;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.where_text {
  margin-bottom: 10px;
}

.where_text.lastig {
  margin-bottom: 0;
}

.sp_date_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp_text {
  color: #fff;
}

.date_text {
  color: #fff;
  text-align: right;
}

.quot_cent {
  margin: 40px 20%;
}

.marks_signs {
  width: 48px;
  margin-bottom: 10px;
}

.goals {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.goal_item {
  background-color: #38352b;
  padding: 40px;
}

.goal_top_box {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.numv {
  background-color: #e5e2b7;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.numv_text {
  color: #38352b;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.goal_slog_text {
  color: #e5e2b7;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.goal_item_text {
  color: #fff;
}

.redi_text_span {
  color: #686868;
  font-style: italic;
}

.mask {
  border-radius: 0;
}

.cansld {
  margin-top: 20px;
  margin-bottom: 0;
}

.image-10 {
  object-fit: cover;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-2 {
  color: #000;
  font-size: 24px;
}

.lotsphotoesoption {
  margin: 0 5% 40px;
  padding-bottom: 0;
}

.intrslider {
  background-color: #ddd0;
  height: auto;
}

.right-arrow {
  background-color: #e2f557;
  border-radius: 4px;
  height: 40px;
  inset: auto 0% -10% auto;
}

.right-arrow.bl {
  background-color: #e5e2b7;
  border-radius: 0;
}

.slide-nav {
  display: none;
}

.gasrt-box {
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 800;
}

.left-arrow {
  background-color: #e2f557;
  border-radius: 4px;
  height: 40px;
  inset: auto auto -10% 0%;
}

.left-arrow.bl {
  background-color: #e5e2b7;
  border-radius: 0;
}

.slide {
  border-radius: 0;
  padding-bottom: 0;
}

.oasa_last_sec {
  background-color: #38352b;
}

.osa_new {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h3 {
  color: #e5e2b7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 135%;
}

.expl_sld_text {
  color: #e2e1e1;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .pream_sec {
    margin-top: -247px;
  }

  .intrslider, .right-arrow.bl {
    right: 3%;
  }

  .left-arrow.bl {
    left: 3%;
  }
}

@media screen and (max-width: 991px) {
  .cont {
    max-width: 700px;
  }

  .gal-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .lotsphotoesoption {
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .h1 {
    font-size: 30px;
  }

  .subtitle_text {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 20px;
  }

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

  .h2 {
    font-size: 24px;
  }

  .asimi, .asimi.dif {
    grid-template-columns: 1fr;
  }

  .text-block.nmpro {
    font-size: 14px;
  }

  .image-6.vert {
    height: 320px;
  }

  .textprogal2 {
    font-size: 12px;
  }

  .space-cases {
    justify-content: space-around;
  }

  .case-item.vert {
    height: 320px;
  }

  .art_box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .where_box {
    border-top: 1px dashed #38352b;
    border-left-style: none;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-10 {
    width: auto;
    height: 400px;
  }

  .lotsphotoesoption {
    margin-bottom: 20px;
  }

  .right-arrow {
    bottom: -12%;
  }

  .gasrt-box {
    padding-bottom: 20px;
  }

  .left-arrow {
    bottom: -12%;
  }
}

@media screen and (max-width: 479px) {
  .pream_sec {
    background-color: #38352b;
    margin-top: 0;
    padding-bottom: 0;
  }

  .pream_box {
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .subtitle_text {
    margin-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .number_iteem {
    padding: 12px;
  }

  .expl_num_text {
    height: 48px;
    font-size: 12px;
  }

  .h2 {
    text-align: center;
    margin-top: 40px;
  }

  .h2.double {
    text-align: center;
  }

  .expl_photo_text {
    line-height: 140%;
  }

  .image-6.vert {
    height: 240px;
  }

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

  .space-cases.second {
    margin-top: 20px;
    display: block;
  }

  .gal-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case-item, .case-item.large {
    width: 100%;
  }

  .case-item.vert {
    width: 100%;
    height: 320px;
  }

  .case-item.right {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .case-item.left {
    width: 100%;
    margin-top: 0;
  }

  .where_box {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .sp_date_box {
    margin-bottom: 20px;
  }

  .quot_cent {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .mask {
    border-radius: 0;
  }

  .image-10 {
    border-radius: 0;
    height: 240px;
  }

  .icon-2 {
    color: #fff;
  }

  .lotsphotoesoption {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .right-arrow {
    bottom: -20%;
  }

  .right-arrow.bl {
    background-color: #aa5dab00;
    bottom: -23%;
    right: 23%;
  }

  .gasrt-box {
    padding-bottom: 0;
  }

  .left-arrow {
    bottom: -20%;
  }

  .left-arrow.bl {
    background-color: #aa5dab00;
    bottom: -23%;
    left: 23%;
  }

  .slide {
    border-radius: 0;
  }

  .osa_new {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h3 {
    font-size: 18px;
    font-weight: 600;
  }

  .expl_sld_text {
    padding-bottom: 0;
    font-size: 12px;
  }
}

#w-node-_282c02e7-9fd2-3e89-83d4-90973d0f9abd-11e1baba, #w-node-_06e12a22-00d1-7047-772f-5cdaddd1897c-11e1baba, #w-node-f25b982c-a88c-b098-537b-3050e87defcd-11e1baba {
  place-self: stretch stretch;
}

#w-node-a770f562-54f9-c663-f335-7864235c020d-11e1baba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b483836c-f180-7445-1c4a-55bbb3d44609-11e1baba {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a770f562-54f9-c663-f335-7864235c020d-11e1baba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


