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

.top_box {
  height: 100vh;
  display: flex;
}

.left {
  z-index: 5;
  background-color: #00b2ca;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100vh;
  display: flex;
  position: relative;
}

.right {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100vh;
  margin-left: -40px;
  padding-left: 0;
  display: flex;
  position: relative;
}

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

.logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  display: flex;
}

.up_link_box {
  width: 140px;
}

.life_link_box {
  width: 116px;
}

.in_left {
  border: 1px solid #fcf212;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  margin: 20px;
  padding: 20px 20px 0;
  display: flex;
}

.main_title {
  padding-top: 60px;
}

.h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 135%;
}

.subtitle_text {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.decor_box {
  padding-bottom: 0;
  display: flex;
}

.image-2 {
  max-width: 35vw;
}

.pream_sec {
  padding-bottom: 0;
}

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

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

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

.sp_text {
  font-weight: 600;
}

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

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

.zmist_title_text {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.deci {
  text-align: left;
  padding-right: 0;
}

.deci.dio {
  padding-left: 40px;
  padding-right: 0;
}

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

.inzmst._02 {
  grid-template-columns: 6.25fr 2.25fr;
}

.zmst_link_box {
  background-color: #0aaac1;
  border: 1px #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
}

.image-3 {
  opacity: .24;
}

.accent_sec {
  background-color: #01b3ca;
  border-radius: 40px;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 60px;
}

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

.stylo_box {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.image-4 {
  max-width: 45vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.col_item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 5.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col_item.ert {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 3fr 17fr;
}

.rt_tt_text {
  color: #000;
  text-align: left;
  font-weight: 700;
}

.chapter {
  width: 320px;
  position: absolute;
  inset: 9% auto auto 0%;
}

.chapter._02 {
  width: 320px;
  inset: 24% 0% auto auto;
}

.chapter._02._04 {
  width: 280px;
  inset: auto 8% 0% auto;
}

.chapter._03 {
  background-color: #aadee900;
  width: 300px;
  inset: auto auto -6% 5%;
}

.ch_link_box {
  background-color: #aadee9;
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
}

.ch_link_box.blue {
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
}

.ch_link_box.blue:hover {
  transform: scale(.9);
}

.ch_link_box.whit {
  background-color: #fff;
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
}

.ch_link_box.whit:hover {
  transform: scale(.9);
}

.ch_link_box.grt {
  background-color: #fdf210;
  transition: all .555s cubic-bezier(.785, .135, .15, .86);
}

.ch_link_box.grt:hover {
  transform: scale(.9);
}

.image-5, .image-6, .image-7, .image-8 {
  width: 24px;
  height: 24px;
}

.story_sec {
  padding-bottom: 0;
}

.story_box {
  padding-top: 60px;
  padding-bottom: 40px;
}

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

.reg_text {
  margin-bottom: 20px;
}

.quot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: 1fr;
  margin: 40px 0%;
  padding: 40px;
  display: grid;
}

.dio {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: 80%;
  display: block;
}

.quot_bold_text {
  font-weight: 700;
}

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

.oti_box {
  background-color: #00b4ca;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.oti_text {
  color: #fff;
  font-weight: 700;
}

.ori_box {
  background-color: #aadee9;
  border-radius: 8px;
  padding: 20px;
}

.ori_box.grr {
  background-color: #fdf210;
}

.ori_text {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;
}

.st_bl_sec {
  background-color: #aadee9;
  border-radius: 40px;
  padding-bottom: 0;
}

.st_bl_box {
  padding-top: 60px;
  padding-bottom: 40px;
}

.steps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffcfc00;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.stepi_all {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.stepi_text {
  font-weight: 700;
}

.step_item {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.step_item.fino {
  margin-bottom: 0;
}

.step_text {
  text-transform: uppercase;
  font-weight: 700;
}

.kro_block {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 20px;
  line-height: 135%;
}

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

.tr_item {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cirll {
  background-color: #01b3ca;
  border-radius: 24px;
  width: 24px;
  height: 24px;
  margin-bottom: 20px;
}

.cirll.bb {
  background-color: #aadee9;
}

.cirll.fff {
  background-color: #fdf210;
}

.text_blck {
  text-align: center;
  height: 48px;
  font-weight: 700;
}

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

.fin_text {
  font-size: 12px;
}

.link {
  color: #01b5ca;
  font-weight: 700;
}

.photo_box {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-10 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.expl_photo_text {
  padding-top: 5px;
  font-size: 14px;
}

.support_box {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.support_text {
  margin-bottom: 20px;
  font-weight: 700;
}

.image-11 {
  display: block;
}

.bold_title_text {
  font-weight: 700;
}

.link-2 {
  color: #000;
  font-weight: 700;
}

.link-3 {
  color: #078a9b;
  font-weight: 700;
}

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

.bolding {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .h1 {
    font-size: 36px;
  }

  .subtitle_text {
    font-size: 22px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .left {
    z-index: 4;
    width: 50%;
    position: relative;
  }

  .right {
    z-index: 2;
    width: 60%;
    position: relative;
  }

  .in_left {
    border-width: 4px;
    margin: 40px;
  }

  .h1 {
    font-size: 40px;
  }

  .subtitle_text {
    font-size: 24px;
  }

  .image-2 {
    max-width: 35vw;
  }

  .image-4 {
    max-width: 40vw;
  }

  .chapter._02 {
    top: 18%;
  }
}

@media screen and (min-width: 1920px) {
  .top_box {
    overflow: hidden;
  }

  .h1 {
    font-size: 56px;
  }

  .subtitle_text {
    font-size: 32px;
  }

  .decor_box {
    justify-content: center;
    align-items: flex-end;
    max-width: 30vw;
  }

  .image-2 {
    max-width: 30vw;
  }
}

@media screen and (max-width: 991px) {
  .top_box, .left, .right, .image {
    height: 80vh;
  }

  .in_left {
    height: 70vh;
    margin: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    font-size: 20px;
  }

  .cont {
    max-width: 640px;
  }

  .col_item {
    grid-template-columns: 5.25fr;
  }

  .col_item.ert {
    grid-template-columns: 3fr;
  }

  .rt_tt_text {
    font-size: 14px;
  }

  .chapter {
    width: 200px;
  }

  .chapter._02 {
    width: 240px;
    top: 8%;
    right: -7%;
  }

  .chapter._02._04 {
    width: 220px;
    bottom: -10%;
    right: 2%;
  }

  .chapter._03 {
    width: 280px;
    bottom: -6%;
    left: -7%;
  }

  .image-5 {
    width: 24px;
    height: 24px;
  }

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

  .stepi_all {
    padding: 20px;
  }

  .h3 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
  }

  .text_blck {
    height: 72px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .top_box {
    flex-flow: column;
    height: auto;
  }

  .left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
    height: auto;
    position: static;
  }

  .right {
    width: 100%;
    height: auto;
    margin-top: -15px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image {
    height: 560px;
  }

  .in_left {
    border-width: 2px;
    border-radius: 8px;
    width: 100%;
    height: auto;
  }

  .main_title {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 0;
  }

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

  .accent_sec {
    padding-bottom: 0;
  }

  .stylo_box {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .pic_cntr_box {
    margin-bottom: 20px;
  }

  .col_item {
    grid-template-columns: 5.25fr 1fr;
  }

  .col_item.ert {
    grid-template-columns: 3fr 26.75fr;
  }

  .chapter, .chapter._02 {
    width: auto;
    position: static;
  }

  .chapter._02._04 {
    width: auto;
  }

  .chapter._03 {
    width: auto;
    padding-left: 0;
    position: static;
  }

  .ch_link_box {
    margin-bottom: 20px;
  }

  .h2 {
    font-size: 26px;
  }

  .quot {
    grid-template-columns: 1fr;
    padding: 20px;
  }

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

  .frio_box {
    grid-template-columns: 1.25fr;
  }

  .steps, .three_blocks {
    grid-template-columns: 1fr;
  }

  .text_blck {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .top_box {
    height: auto;
    overflow: hidden;
  }

  .left {
    width: auto;
    padding: 5%;
  }

  .right {
    margin-top: -18px;
  }

  .image {
    height: 400px;
  }

  .logo {
    padding-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .in_left {
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: 0%;
    padding: 0%;
  }

  .main_title {
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .image-2 {
    max-width: 40vw;
  }

  .image-4 {
    max-width: 80vw;
  }

  .col_item {
    grid-template-columns: 5.75fr 1fr;
  }

  .chapter, .chapter._02, .chapter._02._04, .chapter._03 {
    width: auto;
  }

  .h2 {
    font-size: 22px;
  }

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

  .oti_box {
    padding: 20px;
  }

  .ori_text {
    font-size: 48px;
    line-height: 100%;
  }

  .kro_block {
    padding: 20px;
  }

  .expl_photo_text {
    font-size: 12px;
    line-height: 140%;
  }

  .support_box {
    padding: 20px;
  }
}

#w-node-_3f12b46e-37ed-82d4-60e8-050dced812cd-5a445629, #w-node-_060bd091-2e46-cef0-305e-cb6553c60f81-5a445629, #w-node-c8f36680-9cdc-17ce-63c3-c71a153a76ae-5a445629, #w-node-ae7863b3-927f-faca-2339-e8e20db68e80-5a445629 {
  place-self: start stretch;
}

#w-node-_36441f09-9091-d58b-56bc-6adae018ab08-5a445629 {
  place-self: start center;
}

#w-node-_16c829e4-5a5d-6ecb-0181-bc4c101a4850-5a445629 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_04252e55-e212-4814-6a61-e102cb85e5df-5a445629 {
  place-self: start center;
}

#w-node-_77367e5f-6652-d07d-4506-2f84721f3eef-5a445629 {
  place-self: stretch stretch;
}

#w-node-_5258971b-2c11-d208-3114-693e75e66827-5a445629, #w-node-fe1ae1f0-5483-4793-9c4f-a3e2c937bde6-5a445629, #w-node-_25d253de-0833-415f-17bd-b2d302e207af-5a445629 {
  place-self: start center;
}

#w-node-_25d253de-0833-415f-17bd-b2d302e207b1-5a445629 {
  place-self: center;
}

#w-node-_25d253de-0833-415f-17bd-b2d302e207d6-5a445629 {
  place-self: start center;
}

#w-node-_98e2dc74-cb05-2658-ce46-a4b25be0331d-c3b831e8, #w-node-_98e2dc74-cb05-2658-ce46-a4b25be03321-c3b831e8, #w-node-_98e2dc74-cb05-2658-ce46-a4b25be03329-c3b831e8, #w-node-_98e2dc74-cb05-2658-ce46-a4b25be0332d-c3b831e8 {
  place-self: start stretch;
}

#w-node-_98e2dc74-cb05-2658-ce46-a4b25be03338-c3b831e8 {
  place-self: start center;
}

#w-node-_98e2dc74-cb05-2658-ce46-a4b25be03351-c3b831e8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_98e2dc74-cb05-2658-ce46-a4b25be03371-c3b831e8 {
  place-self: start center;
}

#w-node-_98e2dc74-cb05-2658-ce46-a4b25be03386-c3b831e8 {
  place-self: stretch stretch;
}

#w-node-_98e2dc74-cb05-2658-ce46-a4b25be0339c-c3b831e8, #w-node-_98e2dc74-cb05-2658-ce46-a4b25be033cf-c3b831e8, #w-node-_98e2dc74-cb05-2658-ce46-a4b25be033ee-c3b831e8 {
  place-self: start center;
}

#w-node-_98e2dc74-cb05-2658-ce46-a4b25be033f0-c3b831e8 {
  place-self: center;
}

#w-node-_98e2dc74-cb05-2658-ce46-a4b25be03406-c3b831e8 {
  place-self: start center;
}


