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

.list._2 {
  margin-bottom: 24px;
}

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

.block-star2 {
  position: absolute;
  inset: auto 0% 5% auto;
}

.text-block-20 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.sup-text {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.text-block-24 {
  color: #fff;
  text-align: right;
  font-style: italic;
}

.link-9 {
  color: #0b57d0;
}

.image-14 {
  border-radius: 24px;
  box-shadow: 0 2px 5px #c4c7c5;
}

.block-grid {
  background-color: #fff;
  border-radius: 24px;
  padding: 10px;
  box-shadow: 0 2px 5px #c4c7c5;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
}

.block-h1 {
  margin-top: 5%;
}

.txt {
  border-top: 1px solid #c4c7c5;
  border-bottom: 1px solid #c4c7c5;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-2 {
  text-align: left;
}

.link-block {
  width: 120px;
}

.block-icon1 {
  margin-bottom: 12px;
}

.block-image {
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
  position: relative;
}

.text-block {
  color: #0b57d0;
  font-weight: 700;
}

.block-head3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0b57d0;
  border-radius: 0 24px 24px 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-7 {
  width: 50px;
  height: 50px;
}

.block-4 {
  background-image: linear-gradient(#e9eef6, #fff);
  padding-top: 0;
  padding-bottom: 32px;
}

.block-cards {
  background-color: #e9eef6;
  border-radius: 24px;
  padding: 20px;
}

.text-block-10 {
  margin-bottom: 16px;
}

.text-block-10._16 {
  margin-bottom: 0;
}

.grid-ph {
  flex-flow: column;
  justify-content: space-around;
  padding: 10px;
  display: flex;
}

.grid-ph._1 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.block-logo {
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.block-icon2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 11fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.block-icon2._2 {
  margin-bottom: 24px;
}

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

.block-star3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.footertext-2 {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.block-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.text-span-6 {
  color: #0b57d0;
}

.block-text.padding-10 {
  padding: 10px;
}

.block-text.padding-10.radius24 {
  border-radius: 24px;
}

.block-text.padding-10.radius24.border-shadow {
  background-color: #fff;
  border: 1px #575b5f;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 5px #c4c7c5;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
}

.heading-7 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 800;
}

.block-2 {
  background-image: linear-gradient(#e9eef6, #fff);
  padding-top: 32px;
  position: relative;
}

.main-wrapper {
  background-image: linear-gradient(0deg, #e9eef6, #fff);
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-block-4 {
  margin-bottom: 24px;
}

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

.text-block-7 {
  z-index: 1;
  font-weight: 500;
  position: static;
  inset: 0%;
}

.block-grid2 {
  background-color: #0b57d0;
  border-radius: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-21 {
  z-index: 1;
  height: auto;
  margin-bottom: 24px;
  font-weight: 400;
  position: static;
}

.text-block-13 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.date-text {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.block-img-2 {
  border: 1px #575b5f;
  border-radius: 24px;
  box-shadow: 0 2px 5px #c4c7c5;
}

.image-9 {
  width: 50px;
  height: 50px;
}

.text-block-23 {
  z-index: 1;
  height: auto;
  margin-bottom: 24px;
  font-weight: 400;
  position: static;
}

.text-block-23._24 {
  margin-bottom: 0;
  font-style: italic;
}

.image-13 {
  border-radius: 24px 0 0 24px;
}

.block-3 {
  background-image: linear-gradient(0deg, #e9eef6, #fff 52%);
  padding-top: 0;
  padding-bottom: 32px;
}

.text-span-5 {
  color: #0b57d0;
  font-weight: 700;
}

.heading-5 {
  color: #000;
  text-align: center;
  text-transform: none;
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
}

.block-1 {
  background-color: #e9eef6;
  padding-top: 32px;
  padding-bottom: 0;
}

.hrading {
  border-radius: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  box-shadow: 0 2px 5px #c4c7c5;
}

.card {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 2px 5px #c4c7c5;
}

.wrapper-quote {
  background-color: #fcfcfc;
  border: 1px #575b5f;
  border-radius: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
  position: static;
  box-shadow: 0 2px 5px #c4c7c5;
}

.wrapper-quote.dark {
  background-color: #e9eef6;
}

.image-4 {
  border: 1px #575b5f;
  border-radius: 24px;
  max-width: 50%;
  box-shadow: 3px -5px 11px #c4c7c5;
}

.block-star {
  position: absolute;
  inset: 46% auto auto 0%;
}

.text-span-4 {
  color: #fff;
  background-color: #0b57d0;
  border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-2 {
  border-radius: 24px;
}

.white {
  color: #fff;
  margin-bottom: 12px;
}

.white._12 {
  margin-bottom: 0;
}

.image-5 {
  border-radius: 24px;
  max-width: 100%;
  box-shadow: 0 2px 5px #c4c7c5;
}

.text-block-18 {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-18._24 {
  margin-bottom: 0;
}

.text-block-11 {
  color: #333;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.block-background {
  background-color: #0b57d0;
  border-radius: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.block-gradient {
  background-image: linear-gradient(0deg, #e9eef6, #fff0);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.list-item-2 {
  margin-bottom: 16px;
}

.list-item-2.white {
  color: #fff;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 0;
  display: grid;
}

.block-ico {
  margin-bottom: 12px;
}

.text-block-19 {
  z-index: 1;
  height: auto;
  margin-bottom: 24px;
  font-weight: 400;
  position: static;
}

.text-block-9 {
  margin-bottom: 16px;
  font-weight: 700;
}

.text-block-5 {
  z-index: 1;
  height: auto;
  margin-bottom: 24px;
  font-weight: 400;
  position: static;
}

.text-block-5._24 {
  margin-bottom: 0;
}

.body {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.block-heading-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.image-17 {
  border-radius: 24px;
  box-shadow: 0 2px 5px #c4c7c5;
}

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

.txt-grid {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.text-block-25 {
  color: #fff;
  margin-bottom: 12px;
}

.image-10 {
  border-radius: 24px;
}

.text-block-26 {
  z-index: 1;
  height: auto;
  margin-bottom: 24px;
  font-weight: 400;
  position: static;
}

.text-block-27 {
  margin-bottom: 16px;
}

.text-block-27._16 {
  margin-bottom: 0;
}

.text-block-28 {
  z-index: 1;
  height: auto;
  margin-bottom: 24px;
  font-weight: 400;
  position: static;
}

.text-block-28._24 {
  margin-bottom: 0;
}

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

.text-block-30 {
  margin-bottom: 16px;
  font-weight: 700;
}

.question {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
}

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

.image-15 {
  object-fit: cover;
  object-position: 50% 43%;
  border-radius: 24px;
  width: 100%;
  height: 500px;
  box-shadow: 0 2px 5px #c4c7c5;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

.block-6 {
  background-image: linear-gradient(0deg, #e9eef6, #fff);
  padding-top: 0;
  padding-bottom: 32px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 24px;
}

.textblock15 {
  margin-bottom: 12px;
}

.textblock15.white {
  color: #fff;
}

.textblock15._24 {
  margin-bottom: 0;
}

.text-block-16 {
  margin-bottom: 24px;
}

.text-block-16._24 {
  margin-bottom: 0;
}

.block-text-3 {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #c4c7c5;
}

.cards-sticky {
  margin-top: 32px;
  margin-bottom: 32px;
  display: none;
}

.block-ph-exersices {
  margin-top: 32px;
  margin-bottom: 32px;
}

.block-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 5fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.textblock50 {
  color: #fff;
  margin-bottom: 12px;
}

.block-left {
  background-color: #0b57d0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  min-height: auto;
  padding: 20px;
  display: flex;
}

.block-ph-3 {
  height: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}

.block-t {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: grid;
}

.text-block-14 {
  margin-bottom: 16px;
  font-size: 20px;
}

.text-block-14._16 {
  margin-bottom: 0;
}

.text-block-14.white {
  color: #fff;
}

.heading-card {
  background-color: #0b57d0;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.block-text-2 {
  background-color: #fff;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: block;
  box-shadow: 0 2px 5px #c4c7c5;
}

.number {
  background-color: #e9eef6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.text-block-31 {
  z-index: 1;
  height: auto;
  margin-bottom: 24px;
  font-weight: 400;
  position: static;
}

.text-block-31._24 {
  margin-bottom: 0;
}

.text-block-31._24.white {
  color: #fff;
}

.text-block-32 {
  font-size: 20px;
  font-weight: 700;
}

.txt-grid-2 {
  background-color: #0b57d0;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-11 {
  border-radius: 24px;
  box-shadow: 0 2px 5px #c4c7c5;
}

.block-nazva {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10fr;
  grid-auto-columns: 1fr;
  margin-bottom: 12px;
  display: grid;
}

.block-nazva._2 {
  margin-top: 24px;
}

.text-block-33 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.stick-card {
  background-color: #fff;
  border-radius: 0 24px 24px;
  padding: 20px;
  position: static;
  top: 15px;
  box-shadow: 0 2px 5px #c4c7c5;
}

.stick-card.blue {
  background-color: #0b57d0;
}

.link-10, .link-11, .link-12 {
  color: #0b57d0;
}

.text-block-34 {
  z-index: 1;
  height: auto;
  margin-bottom: 24px;
  font-weight: 400;
  position: static;
}

.text-block-34._24 {
  margin-bottom: 0;
  font-style: italic;
}

.up-logos {
  flex-flow: column;
  display: flex;
}

.up-link-box {
  text-align: right;
  width: 120px;
}

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

.life-link-box {
  text-align: right;
  width: 132px;
  max-width: 100%;
  margin-top: 0;
}

.link-13 {
  color: #0b57d0;
}

@media screen and (min-width: 1280px) {
  .blockfooter-2 {
    background-color: #e9eef7;
  }

  .footertext-2 {
    color: #000;
  }

  .image-4 {
    max-width: 60%;
  }
}

@media screen and (min-width: 1440px) {
  .up-link-box {
    width: 120px;
  }

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

@media screen and (min-width: 1920px) {
  .container1 {
    flex-flow: column;
    justify-content: space-between;
    min-height: auto;
    display: flex;
  }

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

  .heading-5 {
    font-size: 48px;
  }

  .image-4 {
    max-width: 90%;
  }

  .up-link-box {
    width: 140px;
  }

  .life-link-box {
    max-width: 160px;
  }
}

@media screen and (max-width: 991px) {
  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .block-star2 {
    max-width: 20%;
  }

  .block-heading {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .heading-5 {
    font-size: 32px;
  }

  .block-star {
    max-width: 20%;
  }

  .block-heading-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }
}

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

  .block-star2 {
    display: none;
  }

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

  .container1._2 {
    min-height: 100vh;
  }

  .heading-7 {
    font-size: 24px;
  }

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

  .block-star {
    display: none;
  }

  .up-link-box {
    width: 120px;
  }

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

  .life-link-box {
    max-width: 128px;
  }
}

@media screen and (max-width: 479px) {
  .list {
    padding-left: 20px;
  }

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

  .block-star2 {
    display: none;
  }

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

  .container1 {
    flex-flow: column;
    justify-content: space-between;
    min-height: auto;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .container1._2 {
    min-height: auto;
  }

  .block-head3 {
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
  }

  .block-4 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .block-icon2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

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

  .footertext-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .grid-9 {
    flex-flow: column-reverse;
    display: flex;
  }

  .block-heading {
    flex-flow: column;
    display: flex;
  }

  .block-text.padding-10.radius24.border-shadow {
    padding: 20px;
  }

  .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .heading-7 {
    font-size: 24px;
  }

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

  .main-wrapper {
    justify-content: space-between;
    min-height: auto;
    display: block;
  }

  .image-13 {
    border-top-left-radius: 0;
    border-bottom-right-radius: 24px;
  }

  .block-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 27px;
  }

  .block-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-4 {
    aspect-ratio: auto;
    object-fit: cover;
    max-width: 100%;
    height: 350px;
  }

  .block-star {
    display: none;
  }

  .block-background._32 {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .grid-8 {
    flex-flow: column;
    display: flex;
  }

  .sup-date-box {
    margin-bottom: 20px;
  }

  .block-heading-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .grid5 {
    flex-flow: column;
    display: flex;
  }

  .block-icon-grid {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-12 {
    width: 40px;
  }

  .grid-5 {
    flex-flow: column;
    display: flex;
  }

  .image-15 {
    height: 300px;
  }

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

  .grid-6 {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-6._2 {
    flex-flow: column;
  }

  .block-card-2 {
    flex-flow: column;
    display: flex;
  }

  .block-left {
    border-radius: 24px 24px 0 0;
  }

  .block-t {
    flex-flow: column;
    display: flex;
  }

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

  .block-nazva {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .up-link-box {
    width: 100px;
  }

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

  .life-link-box {
    width: auto;
    max-width: 120px;
  }
}

#w-node-_788dbe51-63eb-be01-4a9f-2bcce4a494dd-61aaaab4 {
  align-self: auto;
}

#w-node-d8bc8503-d38f-ff7d-cc98-13cd7fbe29aa-61aaaab4 {
  align-self: center;
}

#w-node-_779f6df3-4b40-e9a9-6e50-f4b6d8f690ae-61aaaab4 {
  justify-self: auto;
}

#w-node-_779f6df3-4b40-e9a9-6e50-f4b6d8f690b1-61aaaab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_779f6df3-4b40-e9a9-6e50-f4b6d8f690c4-61aaaab4 {
  justify-self: auto;
}

#w-node-_779f6df3-4b40-e9a9-6e50-f4b6d8f690c7-61aaaab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_779f6df3-4b40-e9a9-6e50-f4b6d8f690d7-61aaaab4 {
  justify-self: auto;
}

#w-node-_779f6df3-4b40-e9a9-6e50-f4b6d8f690da-61aaaab4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_779f6df3-4b40-e9a9-6e50-f4b6d8f6916a-61aaaab4 {
  align-self: auto;
}


