@font-face {
  font-family: Cofosans;
  src: url('../fonts/CoFoSans-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Octava;
  src: url('../fonts/OCT55.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Octava;
  src: url('../fonts/OCT56.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark-text: #272a2e;
  --dark-grey: #98acb4;
  --papaya-whip: #f9edd6;
  --light-slate-grey: #78898f;
  --white: #fff;
  --red: #c62121;
  --dark: #1f1b1a;
  --blue: #3b5b9a;
  --light-grey: #eceff0;
  --font-family: Cofosans, sans-serif;
  --size: 8px;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 24px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

a {
  color: var(--dark-text);
  border: 1px #000;
  border-bottom-style: solid;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 30px;
}

li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.body {
  background-color: var(--dark-grey);
  color: var(--papaya-whip);
  font-family: Cofosans, sans-serif;
}

.container {
  max-width: 1170px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  background-color: #0000;
  margin-top: 0;
  font-weight: 400;
}

.hr {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.hr.hr-black {
  color: #000;
  background-color: #0000001a;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hr.hr-nav-2 {
  color: #000;
  background-color: #0000001a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hr.hr-nav-2.move-8 {
  margin-top: 8px;
}

.paragraph {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
}

.paragraph.h-to-gray {
  color: var(--light-slate-grey);
}

.paragraph.as-we-go {
  margin-top: 0;
  padding-top: 24px;
}

.modul-price {
  border: 1px solid var(--papaya-whip);
  border-radius: 15px;
  padding: 15px;
  position: relative;
}

.modul-price.inprogress {
  opacity: .6;
}

.modul-price.closed {
  border-color: #0000001a;
}

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

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

.book {
  background-color: #0000001a;
  border-radius: 15px;
  max-width: 90%;
  min-height: 700px;
  padding: 35px 50px;
  position: relative;
  box-shadow: 0 53px 45px -20px #00000026;
}

.image-book {
  max-width: 340px;
  margin-left: -170px;
  margin-right: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  right: 50%;
  transform: rotate(180deg);
}

.flow-text {
  margin-top: 0;
}

.heading-2 {
  margin-top: 46px;
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 400;
}

.heading-2.h-to-grey {
  color: var(--light-slate-grey);
}

.section {
  margin-top: 150px;
  position: relative;
}

.section-2 {
  margin-top: 60px;
}

.container-grey {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 50px;
}

.container-grey.none {
  display: none;
}

.list {
  color: var(--light-slate-grey);
  font-size: 24px;
  line-height: 36px;
}

.list-2 {
  margin-bottom: 26px;
}

.section-3 {
  margin-top: 150px;
}

.div-block {
  background-image: linear-gradient(#309033, #c1590d 33%, #3d65b2 66%, #c62121 100%, #fff);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 16px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.book-title {
  margin-top: 24px;
  font-size: 40px;
  line-height: 40px;
}

.section-4 {
  margin-top: 150px;
  display: none;
}

.column {
  padding: 0;
  position: static;
}

.column-2, .column-3, .column-4 {
  padding: 0;
}

.modul {
  margin-top: 100px;
  padding: 50px;
}

.modul.modul-1 {
  background-color: #c62121;
  border-radius: 15px;
  margin-top: 100px;
  padding: 50px;
}

.modul.modul-1.modul-met {
  margin-top: 0;
  padding: 24px;
}

.modul.modul-1.modul-met.model {
  border: 1px solid var(--papaya-whip);
  background-color: #c6212100;
  margin-bottom: 20px;
}

.modul.modul-2 {
  background-color: #3b5b9a;
  border-radius: 15px;
  margin-top: 100px;
  padding: 50px;
}

.modul.modul-2.modul-met {
  margin-top: 20px;
  padding: 24px;
}

.modul.modul-3 {
  background-color: #c1590d;
  border-radius: 15px;
}

.modul.modul-3.modul-met {
  margin-top: 20px;
  padding: 24px;
}

.modul.modul-4 {
  background-color: #309033;
  border-radius: 15px;
}

.modul.modul-4.modul-meta {
  margin-top: 20px;
  padding: 24px;
}

.modul-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-2 {
  background-color: var(--papaya-whip);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block-2 {
  color: #c62020;
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}

.text-block-2.text-nr-2 {
  color: #3b5b9a;
}

.text-block-2.text-nr-3 {
  color: #c1590e;
}

.text-block-2.text-nr-4 {
  color: #309033;
}

.heading-3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.explain-modul {
  font-size: 18px;
  line-height: 24px;
}

.modul-lessons {
  margin-top: 24px;
}

.lesson {
  background-image: none;
  border: 1px #000;
  border-radius: 15px;
  justify-content: space-between;
  margin-bottom: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.lesson.disable {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
}

.lesson-header {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 30px;
}

.lesson-header.l-header-gray {
  color: var(--light-slate-grey);
}

.lesson-header.disable {
  opacity: .7;
}

.lesson-sub-head {
  opacity: .7;
  font-size: 18px;
  line-height: 24px;
}

.lesson-sub-head.l-header-grey {
  color: var(--light-slate-grey);
}

.image {
  margin-right: 24px;
}

.image-2 {
  margin-top: 40px;
}

.underline {
  background-color: #98acb44d;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 36px;
}

.card-title {
  color: var(--papaya-whip);
  font-size: 24px;
  line-height: 30px;
}

.div-block-3 {
  background-color: var(--dark-grey);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  padding: 25px;
  display: flex;
}

.for-buttons-cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.button {
  background-color: var(--papaya-whip);
  color: var(--light-slate-grey);
  border-radius: 15px;
  padding: 15px 20px;
  font-size: 24px;
  line-height: 30px;
}

.button.buy-blue {
  background-color: var(--dark-grey);
  color: var(--papaya-whip);
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: block;
  position: static;
  bottom: 20px;
}

.button.buy-yellow {
  background-color: var(--papaya-whip);
  color: var(--light-slate-grey);
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: block;
  position: static;
  top: 20px;
}

.button.move-12 {
  margin-top: 12px;
}

.button.buy-blue {
  background-color: var(--dark-grey);
  color: var(--papaya-whip);
  text-align: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: block;
}

.button.outline {
  border: 1px solid var(--papaya-whip);
  color: var(--papaya-whip);
  background-color: #f9edd600;
}

.button.next-white {
  color: var(--light-slate-grey);
  text-align: center;
  background-color: #98acb433;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  display: block;
  position: static;
  bottom: 20px;
}

.text-block-3 {
  margin-left: 24px;
  font-size: 18px;
}

.text-block-3.none {
  display: none;
}

.section-last {
  margin-top: 150px;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.column-5 {
  padding: 0;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.column-6 {
  padding: 0;
}

.bold-text-4 {
  font-weight: 400;
}

.link {
  color: var(--papaya-whip);
  white-space: nowrap;
  border-bottom: 2px solid #f9edd680;
  text-decoration: none;
}

.link.link-footer {
  margin-bottom: 10px;
  display: inline-block;
}

.navigation {
  background-color: var(--papaya-whip);
  border-radius: 15px;
  margin-right: 20px;
  padding: 20px;
  display: none;
  position: static;
  inset: 0% 0% auto auto;
}

.link-2 {
  color: var(--light-slate-grey);
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.text-block-4 {
  color: var(--light-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.dropdown {
  position: fixed;
  inset: 0% 0% auto auto;
}

.dropdown.no-mobile {
  display: none;
}

.text-block-5 {
  padding-right: 0;
  font-size: 24px;
}

.icon {
  font-size: 18px;
}

.dropdown-toggle {
  color: var(--papaya-whip);
  padding-right: 20px;
  display: block;
}

.dropdown-toggle.w--open {
  clear: none;
  color: var(--light-slate-grey);
  justify-content: flex-end;
  margin-right: 0;
  padding-right: 20px;
  display: flex;
  right: 0;
}

.space-span {
  opacity: .6;
  margin-right: 12px;
  font-size: 12px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-footer {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.menu-text {
  opacity: .6;
  color: var(--light-slate-grey);
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.html-embed {
  border-radius: 15px;
  width: 75%;
  margin-bottom: auto;
  margin-left: auto;
  padding-bottom: 0;
  display: none;
  position: static;
  top: 25px;
  overflow: hidden;
}

.column-7 {
  height: 100%;
  display: block;
  position: sticky;
  top: 0;
}

.div-block-5 {
  margin-top: 46px;
  display: block;
  position: static;
  top: 0;
}

.image-3 {
  width: 20px;
  position: absolute;
  inset: auto 7px 7px auto;
}

.image-4 {
  margin-top: 10px;
  margin-bottom: 25px;
}

.youtube {
  border-radius: 15px;
  margin-top: 0;
}

.for-article {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.aside-article {
  align-self: stretch;
  width: 300px;
  max-width: 370px;
}

.article {
  max-width: 670px;
}

.rich-text-block {
  color: #272a2e;
  font-family: Cofosans, sans-serif;
}

.rich-text-block a {
  border-bottom: 1px solid var(--dark-grey);
  border-bottom: 1px solid #98acb4;
  text-decoration: none;
}

.paragraph-2 {
  font-size: 18px;
  line-height: 26px;
}

.heading-4 {
  font-weight: 400;
}

.block-quote {
  background-color: #f9edd6;
  border-left-style: none;
  border-radius: 14px;
  line-height: 26px;
}

.link-3 {
  border-bottom: 1.5px solid #78898f;
  text-decoration: none;
}

.image-5 {
  margin-bottom: 20px;
  display: inline-block;
}

.text-block-6 {
  color: var(--papaya-whip);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.text-block-6.main {
  color: var(--light-slate-grey);
}

.body-2 {
  font-family: Cofosans, sans-serif;
}

.link-nav {
  opacity: .8;
  color: var(--papaya-whip);
  border-bottom-style: none;
  margin-bottom: 4px;
  margin-left: -18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.link-nav:hover {
  opacity: 1;
}

.link-nav.w--current {
  border-left: 2px none var(--papaya-whip);
  opacity: 1;
  background-color: #f9edd600;
  background-image: linear-gradient(270deg, #f9edd600, #f9edd666);
  border-radius: 8px;
  margin-left: -18px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}

.link-nav.active {
  border-style: none none none solid;
  border-width: 1px 1px 1px 2px;
  border-color: black black black var(--papaya-whip);
  outline-offset: 0px;
  color: var(--papaya-whip);
  outline: 3px #f9edd6;
  margin-bottom: 20px;
  margin-left: -18px;
  padding-left: 16px;
  text-decoration: none;
}

.link-nav.locked, .link-nav.main {
  color: var(--light-slate-grey);
}

.section-5 {
  margin-top: 60px;
}

.tab-nav {
  margin-bottom: 24px;
  padding-left: 20px;
}

.navigation-2 {
  background-color: var(--dark-grey);
  border-radius: 15px;
  width: auto;
  margin-right: 20px;
  padding: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.navigation-2.nav-main {
  background-color: var(--white);
  border: 1px solid #98acb433;
  border-radius: 12px;
  min-width: 230px;
  height: auto;
  margin-right: 0;
  padding: 12px;
  position: sticky;
  top: 20px;
}

.navigation-2.nav-main-kontur {
  border: 1px none var(--light-slate-grey);
  background-color: var(--papaya-whip);
  padding-top: 20px;
}

.aside-nav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  max-width: none;
  display: flex;
  position: static;
  top: 20px;
}

.link-nav-nav {
  color: var(--light-slate-grey);
  margin-bottom: 12px;
  padding-left: 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.text-block-7 {
  color: var(--light-slate-grey);
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}

.link-4 {
  color: var(--light-slate-grey);
  border-bottom-style: none;
  width: 300px;
  font-family: Octava, Georgia, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.link-4.w--current {
  font-family: Octava, Georgia, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.section-6 {
  margin-top: 40px;
}

.data-methodology {
  width: 300px;
  margin-top: 12px;
}

.text-block-8 {
  color: var(--light-slate-grey);
  font-family: Cofosans, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-block-8.on-blue {
  color: var(--papaya-whip);
}

.image-6 {
  width: 16px;
  margin-top: -4px;
  margin-right: 4px;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-6.move-left {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
}

.go-tg {
  background-color: #98acb433;
  border-radius: 14px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 24px;
  display: flex;
}

.image-7 {
  border-radius: 10px;
  max-width: 100px;
  margin-bottom: 0;
  display: block;
}

.p-tg {
  color: #272a2e;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
}

.modul-mobile-h3 {
  color: var(--papaya-whip);
  margin-top: 20px;
  margin-bottom: 12px;
}

.explain-modul-meta {
  color: var(--papaya-whip);
  font-size: 18px;
  line-height: 26px;
}

.lesson-header-met {
  color: var(--papaya-whip);
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 26px;
  display: flex;
}

.lesson-header-met.l-header-gray {
  color: var(--light-slate-grey);
}

.lesson-header-met.disbaled {
  opacity: 1;
}

.lesson-met {
  background-image: none;
  border: 1px #000;
  border-radius: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 0;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1), transform .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.lesson-met:hover {
  opacity: .8;
  background-image: none;
  border-style: none;
  border-color: #000;
  border-radius: 8px;
  padding-right: 0;
}

.div-block-number {
  background-color: var(--papaya-whip);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.text-block-2-met {
  color: #c62020;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
}

.text-block-2-met.text-nr-2 {
  color: #3b5b9a;
}

.text-block-2-met.text-nr-3 {
  color: #c1590e;
}

.text-block-2-met.text-nr-4 {
  color: #309033;
}

.div-block-7 {
  display: block;
}

.div-block-7.longread {
  display: none;
}

.text-block-nav {
  color: var(--papaya-whip);
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
}

.dropdown-2 {
  display: none;
}

.link-met {
  border-bottom-style: none;
  text-decoration: none;
}

.image-10 {
  width: 10px;
  margin-right: 0;
}

.text-block-9 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 40px;
}

.block-point {
  background-color: var(--papaya-whip);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
}

.text-block-10 {
  color: var(--light-slate-grey);
  font-size: 24px;
  line-height: 24px;
}

.power-point {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.text-dropdown {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.text-block-11 {
  color: var(--papaya-whip);
  font-size: 36px;
  line-height: 36px;
}

.icon-3 {
  color: var(--papaya-whip);
  margin-right: 0;
  font-size: 24px;
  line-height: 24px;
}

.dropdown-toggle-3 {
  padding: 10px 40px 10px 0;
}

.dropdown-list-3 {
  position: static;
}

.dropdown-list-3.w--open {
  background-color: #ddd0;
  padding-top: 20px;
}

.text-block-12 {
  color: var(--papaya-whip);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-weight: 400;
}

.bold-text-5 {
  color: #f9edd680;
  font-size: 18px;
  font-weight: 400;
}

.heading-5 {
  margin-top: 24px;
  margin-bottom: 14px;
}

.heading-6 {
  color: var(--dark-text);
}

.section-7 {
  display: none;
}

.breadcrumps {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  justify-content: flex-start;
  align-items: center;
  width: 110%;
  margin-bottom: 0;
  margin-left: -5%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.link-bread {
  color: var(--light-slate-grey);
  border-bottom-style: none;
  font-size: 18px;
  text-decoration: none;
}

.link-5 {
  border-bottom: 1px solid var(--dark-grey);
  color: var(--light-slate-grey);
  text-decoration: none;
}

.figure {
  padding-left: 0;
}

.otz {
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.block-quote-2 {
  font-style: italic;
}

.intro-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 830px;
  margin: 100px auto 220px;
  display: flex;
}

.p-intro {
  color: #071030;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.container-2 {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #dbe2ed;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
  box-shadow: 0 15px 10px -10px #0710300d;
}

.b-outline {
  color: #071030;
  background-color: #fff0;
  border: 1.5px solid #071030;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 18px;
}

.b-outline.white-flat {
  color: var(--dark-text);
  text-align: center;
  background-color: #edf4e3;
  background-image: linear-gradient(#f7ffeb, #edf4e3);
  border: 1px solid #edf4e3;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  box-shadow: 0 2px 10px #edf4e3;
}

.b-outline.white-flat-outline {
  color: var(--dark-text);
  text-align: center;
  background-color: #98acb433;
  border-style: none;
  border-color: #edf4e3;
  font-size: 16px;
}

.b-outline.red-flat {
  background-color: #edf4e3;
  background-image: linear-gradient(180deg, var(--red), var(--red));
  color: var(--white);
  text-align: center;
  border: 1px solid #edf4e3;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  box-shadow: 0 2px 10px #edf4e3;
}

.logo-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.section-8 {
  background-image: url('../images/backround.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.text-block-14 {
  color: #6b748a;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}

.heading-7 {
  color: #071030;
  text-align: left;
}

.heading-7.h-intro {
  text-align: center;
  color: #fff;
  text-align: left;
  font-family: Octava, Georgia, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  line-height: 54px;
}

.heading-7.h-subtitle {
  color: #fff;
  text-align: left;
  font-family: Octava, Georgia, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
}

.subhead-block {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffffff1a;
  border-radius: 8px;
  padding: 2px 6px;
  font-size: 14px;
}

.subhead-block.white, .wrap-head {
  color: #fff;
}

.pre-p {
  color: #071030;
  max-width: 600px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.pre-p.white {
  color: #fff;
  font-weight: 400;
}

.image-12 {
  border-bottom-right-radius: 12px;
  margin-right: 0;
  padding-left: 24px;
  display: block;
  position: static;
}

.wrap-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1500px;
  margin-top: 60px;
  display: grid;
}

.wrap-blocks.scroll-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 0;
  display: grid;
  overflow: visible;
}

.horizontal-scroll-container {
  overflow: hidden;
}

.text-block-15 {
  color: #071030;
  font-size: 18px;
  line-height: 140%;
}

.pre-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #dbe2ed;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.heading-8 {
  color: #071030;
  max-width: 470px;
  line-height: 110%;
}

.pre-head-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
}

.pre-head-text.white {
  color: #fff;
  font-size: 14px;
}

.section-9 {
  margin-bottom: 100px;
  display: block;
}

.circle-gray {
  color: #071030;
  background-color: #edf4e3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.code-embed-2 {
  display: none;
}

.head {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.head.head-white {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.icon-4 {
  font-size: 20px;
  line-height: 20px;
}

.text-block-16 {
  color: #071030;
  font-size: 48px;
  font-style: italic;
  line-height: 110%;
}

.section-10 {
  margin-bottom: 100px;
  display: block;
}

.dropdown-3 {
  margin-top: 30px;
  padding-bottom: 20px;
  display: block;
}

.data-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown-toggle-4 {
  padding: 0 60px 0 0;
}

.for-dropdown {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: block;
}

.dropdown-list-4 {
  background-color: #c59999;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  position: relative;
}

.paragraph-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6b748a;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 24px;
  line-height: 140%;
  display: block;
}

.list-4 {
  color: #6b748a;
  font-size: 24px;
  line-height: 140%;
}

.link-data {
  color: #dbe2ed;
  vertical-align: bottom;
  border: 1px solid #dbe2ed;
  border-radius: 90px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  text-decoration: none;
  display: inline;
}

.heading-9 {
  color: #071030;
  max-width: 470px;
  line-height: 110%;
}

.heading-9.white {
  color: #fff;
  max-width: none;
}

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

.special-offer {
  background-color: #071030;
  border-radius: 24px;
  margin-bottom: 0;
  padding: 36px;
}

.offer-point {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.span-white {
  color: #fff;
}

.body-offer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.offer-p {
  color: #ffffffbf;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.section-11 {
  margin-bottom: 100px;
}

.body-3 {
  background-color: var(--dark);
  font-family: Cofosans, sans-serif;
}

.p-intro-2 {
  color: #fffc;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  display: block;
}

.gradient-bg-left {
  background-image: linear-gradient(90deg, #1f1b1a, #0000);
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-13 {
  width: 100%;
  height: auto;
  margin-top: -25%;
  display: block;
}

.div-block-10 {
  z-index: 0;
  width: 40%;
  height: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.container-3 {
  z-index: 1;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #dbe2ed;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: none;
  box-shadow: 0 15px 10px -10px #0710300d;
}

.intro-wrap-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 830px;
  margin: 60px auto 180px 0;
  display: flex;
}

.section-12 {
  position: relative;
}

.text-block-17 {
  color: #6b748a;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}

.gradient-bg-bottom {
  background-image: linear-gradient(0deg, #1f1b1a, #0000);
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.gradient-bg-top {
  background-image: linear-gradient(#1f1b1a, #0000);
  height: 40%;
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-scroll-container-2 {
  overflow: visible;
}

.guide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #dbe2ed;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 18px;
  display: flex;
  box-shadow: 0 0 30px #fff;
}

.guide.guide-white {
  background-image: linear-gradient(0deg, #000, #ffffff80);
  border-style: none;
  border-color: #fff3;
  min-height: 400px;
  box-shadow: inset 0 0 30px #fff, 0 14px 30px -10px #fff6;
}

.guide.guide-red {
  border-style: solid;
  border-color: var(--red);
  box-shadow: none;
  min-height: 320px;
}

.guide.guide-blue {
  border-style: solid;
  border-color: var(--blue);
  box-shadow: none;
  min-height: 320px;
}

.section-13 {
  margin-bottom: 100px;
  display: block;
}

.circle-gray-2 {
  color: #071030;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 30px;
  height: 30px;
  font-family: Octava, Georgia, sans-serif;
  display: flex;
}

.code-embed-3 {
  display: none;
}

.text-block-18 {
  color: var(--light-slate-grey);
  font-family: Octava, Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.section-14 {
  margin-top: 60px;
  margin-bottom: 100px;
  display: block;
}

.dropdown-list-5 {
  background-color: #c59999;
}

.dropdown-list-5.w--open {
  background-color: #fff0;
  position: relative;
}

.paragraph-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6b748a;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Octava, Georgia, sans-serif;
  font-size: 24px;
  line-height: 140%;
  display: block;
}

.italic-subhead {
  color: #fff;
  font-family: Octava, Georgia, sans-serif;
  font-size: 36px;
  font-style: italic;
  line-height: 110%;
}

.dropdown-toggle-5 {
  color: #fff;
  padding: 0 60px 0 0;
}

.list-5 {
  color: #6b748a;
  font-family: Octava, Georgia, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.guide-header {
  color: var(--dark-text);
  font-family: Cofosans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.text-container {
  max-width: 830px;
}

.text-span {
  -webkit-text-stroke-color: #3c5b66;
}

.div-block-13 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.text-block-19 {
  color: var(--dark);
  font-size: 18px;
  font-weight: 400;
}

.section-red {
  padding-top: 0;
}

.section-blue, .section-orange, .section-green {
  padding-top: 100px;
}

.link-block-7 {
  border-style: none;
  border-color: #000;
  padding: 2px 7px;
}

.begin {
  margin-top: 60px;
}

.text-block-black {
  color: var(--dark-text);
  max-width: none;
  margin: 0 auto 0 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-black.block-padding {
  margin-top: 60px;
}

.text-block-black.body-h1 {
  font-size: 36px;
  line-height: 44px;
}

.list-6 {
  padding-left: 0;
  list-style-type: none;
}

.image-24 {
  margin-left: 10px;
}

.image-25 {
  border-radius: 8px;
  margin-bottom: 20px;
}

.project {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #86909d00;
  border-top: 1px #000;
  border-bottom: 1px #98acb480;
  border-left: 1px solid #dadcdd;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 0 0 24px;
  display: flex;
  position: relative;
}

.add-overflow {
  display: block;
  overflow: hidden;
}

.pre-list {
  color: var(--light-slate-grey);
  margin-left: 0;
  margin-right: 18px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}

.for-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.heading-10 {
  color: #656d78;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
}

.active-lang.w--current {
  color: #fff;
  background-color: #656d78;
  border-radius: 8px;
  padding: 2px 7px;
}

.center-things {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-15 {
  margin-bottom: 40px;
}

.text-block-20 {
  color: #656d78;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
}

.text-right {
  margin-top: 87px;
}

.copy-text {
  color: #656d78;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 70px;
  margin-bottom: 40px;
  font-size: 14px;
}

.image-26 {
  border-radius: 8px;
  max-width: 224px;
}

.menu-lang {
  background-color: #86909d26;
  border: 2px #656d78;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 15px;
  padding: 5px;
  display: flex;
}

.paragraph-5 {
  color: #656d78;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.link-8 {
  color: #656d78;
  border-bottom-style: solid;
  font-size: 36px;
  line-height: 36px;
  text-decoration: none;
}

.div-block-16 {
  position: fixed;
  inset: auto auto 0% 0%;
}

.list-7 {
  padding-left: 0;
  list-style-type: none;
}

.image-27 {
  margin-left: 10px;
}

.image-28 {
  border-radius: 8px;
  margin-bottom: 20px;
}

.heading-11 {
  color: #656d78;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
}

.div-block-17 {
  margin-bottom: 40px;
}

.text-block-21 {
  color: #656d78;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
}

.image-29 {
  border-radius: 8px;
  max-width: 224px;
}

.paragraph-6 {
  color: #656d78;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.link-9 {
  color: #656d78;
  border-bottom-style: solid;
  font-size: 36px;
  line-height: 36px;
  text-decoration: none;
}

.div-block-18 {
  position: fixed;
  inset: auto auto 0% 0%;
}

.list-8 {
  padding-left: 0;
  list-style-type: none;
}

.italic-text {
  font-style: normal;
}

.image-30 {
  margin-left: 10px;
}

.image-31 {
  border-radius: 8px;
  max-width: 100px;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 0;
  left: -124px;
}

.heading-12 {
  color: var(--dark-text);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  overflow: hidden;
}

.div-block-19 {
  margin-bottom: 40px;
}

.text-block-22 {
  color: #656d78;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.image-32 {
  border-radius: 8px;
  max-width: 224px;
  display: block;
}

.link-10 {
  color: var(--light-slate-grey);
  border-bottom-style: none;
  font-family: Cofosans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.body-4 {
  color: var(--dark-text);
  background-color: #f1f1f1;
  font-family: Cofosans, sans-serif;
}

.main-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
  position: sticky;
  top: 25px;
}

.wrap-main {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-text {
  max-width: 800px;
}

.main-nav-link {
  color: var(--light-slate-grey);
  border-bottom-style: none;
  font-size: 16px;
}

.div-block-20 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.image-33 {
  width: 90px;
  margin-bottom: 0;
}

.wrap-header {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  margin-bottom: 40px;
  display: flex;
}

.inter-text {
  color: var(--light-slate-grey);
  letter-spacing: .5px;
  text-transform: none;
  max-width: none;
  margin: 18px auto 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.inter-text.block-padding {
  margin-top: 60px;
}

.text-indent {
  color: var(--dark-text);
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.text-indent.block-padding {
  margin-top: 60px;
}

.text-block-23 {
  border: 1px none var(--light-slate-grey);
  color: var(--light-slate-grey);
  border-radius: 50%;
  padding: 12px 0 0;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}

.div-block-21 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 12px;
  padding-right: 12px;
  display: flex;
}

.link-text {
  color: var(--light-slate-grey);
  border-style: none;
}

.dropdown-toggle-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.icon-5 {
  color: var(--light-slate-grey);
  margin-left: 0;
  margin-right: auto;
  padding-top: 2px;
  font-size: 20px;
  line-height: 20px;
  display: block;
  position: static;
}

.icon-5.accordion-icon {
  margin-top: 10px;
  padding-top: 0;
}

.dropdown-4 {
  margin-left: 0;
  font-size: 28px;
  line-height: 36px;
  display: block;
}

.dropdown-list-6 {
  background-color: #fff0;
  position: static;
}

.dropdown-list-6.w--open {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  width: auto;
  margin-top: 12px;
  display: flex;
}

.text-list {
  color: var(--dark-text);
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-list.block-padding {
  margin-top: 60px;
}

.text-project {
  color: var(--dark-text);
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.text-project.block-padding {
  margin-top: 60px;
}

.image-34 {
  background-color: #e6e6e6;
  border-radius: 18px;
  margin-top: 0;
  margin-bottom: -4px;
  padding: 4px 12px;
}

.text-block-24 {
  color: var(--light-slate-grey);
}

.wrap-projects {
  position: relative;
}

.image-35 {
  opacity: .3;
  width: auto;
  height: 100vh;
  margin-left: 0%;
  position: absolute;
  inset: 0% auto auto -20%;
}

.image-36 {
  opacity: .2;
  width: 100%;
  padding-left: 0;
}

.div-block-22 {
  display: none;
  position: relative;
}

.section-15 {
  z-index: 1;
  background-image: linear-gradient(#f1f1f100, #f1f1f1);
  width: 100%;
  height: 100%;
  padding-left: 0;
  position: absolute;
}

.flex-projects {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.micro-list {
  border: 1px none var(--light-slate-grey);
  color: var(--light-slate-grey);
  border-radius: 50%;
  margin-top: 0;
  padding: 6px 0 0;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}

.project-image {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.main-text-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  padding-right: 12px;
  display: flex;
}

.main-text-end {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.image-logo {
  border-radius: 8px;
  max-width: 100px;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 0;
  left: -124px;
}

.image-37 {
  border-radius: 8px;
  margin-top: 0;
}

.accordion-item {
  background-color: #fff0;
  border-radius: 10px;
  margin-top: 4px;
  margin-bottom: 0;
  padding: 0;
}

.accordion-item-trigger {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--light-slate-grey);
  cursor: pointer;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px;
}

.icon-6.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  flex-flow: wrap;
  margin-top: 10px;
  margin-right: 30px;
  display: flex;
  overflow: hidden;
}

.link-project {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #98acb433;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  padding: 8px;
  display: flex;
  box-shadow: 0 15px 10px -10px #0710300d;
}

.text-block-25 {
  color: #6b748a;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
}

.text-block-26 {
  color: var(--dark-text);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 16px;
}

.guide-text-nav {
  color: var(--light-slate-grey);
  font-family: Octava, Georgia, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
  text-decoration: none;
}

.guide-link-nav {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom-style: none;
  border-right-style: none;
  flex-flow: column;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.guide-link-nav:hover {
  opacity: 1;
  color: var(--dark-text);
  background-image: linear-gradient(90deg, #98acb400 40%, #98acb433);
  border-left-style: none;
  border-right: 1px #98acb433;
  border-radius: 8px;
}

.guide-link-nav.w--current {
  background-image: linear-gradient(90deg, #98acb400 41%, #98acb433);
  border-right-style: solid;
  border-right-color: #98acb433;
  border-radius: 8px;
}

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

.meth-link {
  color: var(--dark-text);
  border-bottom-style: none;
  font-size: 16px;
}

.main-nav-meth {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 25px;
}

.image-38 {
  opacity: .4;
  background-color: #fff;
  width: 14px;
  margin-top: -1px;
  margin-left: 0;
  padding: 0;
  display: block;
  position: static;
}

.div-block-25 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-27 {
  color: var(--light-slate-grey);
}

.div-block-26 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-left: 1px #98acb433;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-29 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #98acb433;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 0;
  padding-bottom: 12px;
  padding-left: 0;
  display: flex;
}

.point-blue {
  background-color: var(--blue);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  position: static;
  inset: 8px 0% auto auto;
}

.point-blue-copy {
  background-color: #3b5b9a;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  position: static;
  inset: 8px 0% auto auto;
}

.point-orange {
  background-color: #c1590d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  position: static;
  inset: 8px 0% auto auto;
}

.point-green {
  background-color: #309033;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  position: static;
  inset: 8px 0% auto auto;
}

.point-red {
  background-color: var(--red);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  position: static;
  inset: 8px 0% auto auto;
}

.point-red-big {
  background-color: #c62121;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  font-size: 20px;
  position: static;
  inset: 8px 0% auto auto;
}

.div-block-30 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.point-blue-big {
  background-color: #3b5b9a;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  font-size: 20px;
  position: static;
  inset: 8px 0% auto auto;
}

.point-orange-big {
  background-color: #c1590d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  font-size: 20px;
  position: static;
  inset: 8px 0% auto auto;
}

.point-green-big {
  background-color: #309033;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  font-size: 20px;
  position: static;
  inset: 8px 0% auto auto;
}

.image-body {
  margin-top: 12px;
  margin-bottom: 12px;
}

.lock-cover {
  opacity: .4;
  background-color: #fff;
  width: 18px;
  margin-top: 0;
  margin-left: -1px;
  padding: 0;
  display: block;
  position: static;
}

.image-39 {
  margin-bottom: 20px;
  display: inline-block;
}

.guide-difficulty {
  color: var(--light-slate-grey);
  font-family: Cofosans, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.block-menu-guides {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px #98acb433;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-block-31 {
  width: 100%;
}

.cal-maxim {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #98acb433;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-top: 0;
  padding: 8px;
  display: flex;
  box-shadow: 0 15px 10px -10px #0710300d;
}

.image-40 {
  display: block;
}

.text-block-28 {
  background-color: var(--light-grey);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 12px;
}

@media screen and (min-width: 1280px) {
  .b-outline.white-flat, .b-outline.red-flat {
    border: 1px solid #edf4e3;
  }

  .guide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: solid;
    border-color: #98acb433;
    min-height: 320px;
    padding: 18px;
  }

  .guide.guide-red {
    min-height: 320px;
  }

  .text-block-18 {
    color: var(--light-slate-grey);
    font-family: Octava, Georgia, sans-serif;
    font-style: italic;
  }

  .div-block-12 {
    padding: 0;
  }

  .guide-header {
    color: var(--dark-text);
    font-family: Cofosans, sans-serif;
    font-style: normal;
  }

  .text-block-black {
    margin-left: 0;
  }

  .text-block-black.body-h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .list-6, .list-7, .list-8 {
    padding-left: 0;
  }

  .image-31 {
    border-radius: 0;
    width: 100px;
    max-width: 100px;
    display: none;
    inset: 0% auto auto -124px;
  }

  .inter-text, .text-indent {
    margin-left: 0;
  }

  .text-list {
    margin-left: 0;
    padding-right: 8px;
  }

  .text-project {
    margin-left: 0;
  }

  .image-logo {
    border-radius: 0;
    width: 100px;
    max-width: 70px;
    padding-left: 0;
    display: none;
    inset: 0% auto auto -94px;
  }

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

  .div-block-30 {
    margin-top: 12px;
  }

  .lock-cover {
    margin-top: 0;
  }

  .guide-difficulty {
    color: var(--light-slate-grey);
    font-family: Octava, Georgia, sans-serif;
    font-style: italic;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 95%;
  }

  .book {
    max-width: 500px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-6 {
    padding: 0;
  }

  .html-embed {
    width: 50%;
    margin-right: auto;
  }

  .begin {
    margin-top: 80px;
  }

  .text-block-black {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .for-links {
    margin-bottom: 0;
    margin-left: 0;
  }

  .center-things {
    max-width: 92%;
  }

  .div-block-15 {
    margin-top: 10px;
    padding-top: 10px;
  }

  .text-right {
    margin-left: 20px;
  }

  .copy-text {
    font-size: 11px;
  }

  .link-8 {
    font-size: 28px;
  }

  .div-block-17 {
    margin-top: 10px;
    padding-top: 10px;
  }

  .link-9 {
    font-size: 28px;
  }

  .div-block-19 {
    margin-top: 10px;
    padding-top: 10px;
  }

  .link-10 {
    font-size: 28px;
  }

  .wrap-main {
    flex-flow: column;
  }

  .inter-text {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .text-indent {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .text-list {
    max-width: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .text-project {
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .main-text-list {
    margin-bottom: 0;
  }

  .link-project {
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 30px;
  }

  h3 {
    font-size: 22px;
    line-height: 26px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  ul, ol {
    padding-left: 26px;
  }

  li {
    font-size: 16px;
    line-height: 24px;
  }

  .heading {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .book {
    max-width: 350px;
    min-height: 490px;
  }

  .image-book {
    max-width: 240px;
    margin-left: -115px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-2.h-to-grey {
    margin-top: 26px;
    margin-bottom: 14px;
  }

  .section {
    margin-top: 100px;
  }

  .section-2 {
    margin-top: 40px;
  }

  .container-grey {
    padding: 0 20px 20px;
  }

  .list {
    font-size: 18px;
    line-height: 24px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .section-3, .section-4 {
    margin-top: 100px;
  }

  .modul.modul-1, .modul.modul-2, .modul.modul-3, .modul.modul-4 {
    margin-top: 50px;
    padding: 20px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .lesson {
    margin-bottom: 0;
  }

  .lesson-header {
    font-size: 18px;
    line-height: 24px;
  }

  .lesson-sub-head {
    font-size: 16px;
    line-height: 22px;
  }

  .image-2 {
    margin-top: 50px;
  }

  .button {
    font-size: 18px;
    line-height: 24px;
  }

  .button.buy-yellow {
    background-color: var(--papaya-whip);
    color: var(--light-slate-grey);
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .button.buy-blue {
    background-color: var(--dark-grey);
    color: var(--papaya-whip);
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .button.next-white {
    color: var(--light-slate-grey);
    text-align: center;
    background-color: #98acb433;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .section-last {
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .link.link-footer {
    white-space: normal;
    border-bottom-style: none;
    display: block;
  }

  .navigation {
    margin-right: 0;
  }

  .dropdown {
    cursor: pointer;
    border: 1px #000;
    border-radius: 0;
    flex-flow: column-reverse;
    align-content: stretch;
    margin-top: 2.5%;
    margin-bottom: auto;
    margin-right: 2.5%;
    display: flex;
    inset: 0 0% auto auto;
  }

  .dropdown-toggle {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #98acb480;
    border-radius: 40px;
    padding: 15px;
  }

  .dropdown-toggle.w--open {
    order: 1;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 15px;
  }

  .space-span {
    margin-right: 0;
  }

  .for-article {
    flex-flow: column;
  }

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

  .block-quote {
    font-size: 16px;
    line-height: 24px;
  }

  .body-2 {
    overflow: visible;
  }

  .section-5 {
    margin-top: 0;
    overflow: visible;
  }

  .navigation-2 {
    margin-right: 0;
  }

  .navigation-2.nav-main {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 0;
    width: 70%;
    display: none;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .aside-nav {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    width: auto;
    display: flex;
  }

  .for-head-nav {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .for-head-nav.main {
    justify-content: center;
    align-items: center;
  }

  .section-6 {
    margin-top: 40px;
  }

  .text-block-8.on-blue {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .go-tg {
    flex-flow: column;
    padding: 20px;
  }

  .p-tg {
    margin-top: 20px;
    margin-left: 0;
  }

  .lesson-header-met {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 18px;
    line-height: 24px;
    display: flex;
  }

  .lesson-met {
    margin-bottom: 10px;
  }

  .dropdown-2 {
    display: none;
  }

  .list-3 {
    padding-left: 30px;
  }

  .mobile-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #98acb433;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 12px;
    display: flex;
    position: fixed;
    inset: auto auto 2% 4%;
  }

  .code-embed {
    width: 18px;
    height: 18px;
  }

  .text-block-13 {
    color: var(--light-slate-grey);
    font-size: 16px;
    line-height: 16px;
  }

  .heuristics-list {
    padding-left: 36px;
  }

  .section-7 {
    display: block;
  }

  .breadcrumps {
    width: 105%;
    margin-left: -2.5%;
    padding-left: 2.5%;
  }

  .link-bread {
    font-size: 16px;
  }

  .otz {
    font-size: 16px;
    line-height: 24px;
  }

  .intro-wrap {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .container-2 {
    max-width: 92%;
  }

  .b-outline {
    font-size: 16px;
  }

  .image-11 {
    width: 40px;
    max-width: none;
    display: block;
  }

  .logo-wrap {
    margin-top: 40px;
  }

  .logo {
    width: 130px;
    max-width: none;
    display: block;
  }

  .heading-7.h-intro, .heading-7.h-subtitle {
    font-size: 48px;
    line-height: 48px;
  }

  .subhead-block {
    font-size: 12px;
  }

  .pre-p {
    font-size: 18px;
  }

  .wrap-blocks {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 40px;
    overflow: auto;
  }

  .wrap-blocks.scroll-content {
    display: flex;
  }

  .block {
    min-width: 75%;
  }

  .heading-8 {
    margin-top: 10px;
    font-size: 32px;
  }

  .pre-head-text {
    font-size: 12px;
  }

  .section-9 {
    margin-bottom: 60px;
    overflow: hidden;
  }

  .head {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-4 {
    margin-right: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .text-block-16 {
    text-overflow: clip;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 28px;
  }

  .section-10 {
    margin-bottom: 60px;
  }

  .dropdown-3 {
    white-space: normal;
    padding-bottom: 30px;
  }

  .data-wrap {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
  }

  .dropdown-toggle-4 {
    padding-right: 40px;
    display: block;
  }

  .paragraph-3, .list-4 {
    font-size: 18px;
  }

  .heading-9 {
    margin-top: 10px;
    font-size: 32px;
  }

  .offer-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .special-offer {
    padding: 32px 24px;
  }

  .offer-point {
    padding: 16px;
  }

  .body-offer {
    margin-top: 20px;
  }

  .section-11 {
    margin-bottom: 60px;
  }

  .container-3 {
    max-width: 92%;
  }

  .intro-wrap-2 {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .guide {
    min-width: 65%;
  }

  .section-13 {
    margin-bottom: 60px;
    overflow: hidden;
  }

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

  .section-14 {
    margin-bottom: 60px;
  }

  .paragraph-4 {
    font-size: 18px;
  }

  .italic-subhead {
    text-overflow: clip;
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    font-size: 28px;
  }

  .dropdown-toggle-5 {
    padding-right: 40px;
    display: block;
  }

  .list-5 {
    font-size: 18px;
  }

  .guide-header {
    font-size: 22px;
  }

  .text-block-black, .image-24 {
    margin-left: 0;
  }

  .for-links {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-15 {
    padding-top: 0;
  }

  .text-right {
    margin-top: 40px;
    margin-left: 0;
  }

  .image-27 {
    margin-left: 0;
  }

  .div-block-17 {
    padding-top: 0;
  }

  .image-30 {
    margin-left: 0;
  }

  .div-block-19 {
    padding-top: 0;
  }

  .main-nav {
    margin-top: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .link-project {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-23 {
    background-color: #f1f1f199;
    width: 100%;
    max-width: none;
    margin: 0 auto 20px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .main-nav-meth {
    margin-top: 0;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-9 {
    padding-left: 30px;
  }

  .guide-difficulty {
    font-size: 16px;
  }

  .cal-maxim {
    background-color: #f1f1f199;
    width: 210px;
    max-width: none;
    margin: 0 12px 12px auto;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 92%;
    position: relative;
  }

  .modul-price {
    padding: 10px;
  }

  .text-modul-price, .text-block {
    font-size: 14px;
    line-height: 18px;
  }

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

  .book {
    max-width: 300px;
    min-height: 440px;
    margin-bottom: 60px;
    padding: 20px 30px 20px 35px;
  }

  .image-book {
    max-width: 210px;
    margin-left: -100px;
  }

  .heading-2 {
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .heading-2.h-to-grey {
    margin-top: 24px;
  }

  .section {
    margin-top: 60px;
  }

  .section-2 {
    margin-top: 40px;
  }

  .section-3 {
    margin-top: 60px;
  }

  .book-title {
    margin-top: 14px;
    font-size: 28px;
    line-height: 28px;
  }

  .section-4 {
    margin-top: 60px;
  }

  .modul.modul-1.modul-met, .modul.modul-2.modul-met, .modul.modul-3.modul-met, .modul.modul-4.modul-meta {
    padding: 20px;
  }

  .div-block-2 {
    width: 30px;
    height: 30px;
  }

  .text-block-2 {
    margin-top: 6px;
    font-size: 18px;
    line-height: 18px;
  }

  .modul-lessons {
    margin-top: 24px;
  }

  .lesson {
    margin-bottom: 0;
  }

  .image {
    max-width: 24px;
    margin-right: 10px;
  }

  .image-2 {
    margin-top: 0;
  }

  .for-buttons-cta {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button {
    padding: 15px;
  }

  .button.buy-blue {
    background-color: var(--dark-grey);
    background-color: var(--dark-grey);
    color: var(--papaya-whip);
  }

  .text-block-3 {
    margin-left: 14px;
    font-size: 14px;
    line-height: 18px;
  }

  .section-last {
    margin-top: 60px;
  }

  .dropdown-list.w--open {
    justify-content: flex-start;
    align-self: center;
    display: flex;
  }

  .dropdown {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: auto auto 2.5% 4vw;
    display: flex;
    inset: auto 0% 0;
  }

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

  .dropdown-toggle {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 14px;
    flex: 0 auto;
    align-self: auto;
    margin-left: 0%;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dropdown-toggle.w--open {
    color: var(--papaya-whip);
    flex-flow: row;
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .space-span {
    margin-right: 0;
    display: block;
  }

  .html-embed {
    border-radius: 15px;
    width: 75%;
  }

  .image-4 {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .for-article {
    z-index: 10;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    position: static;
  }

  .aside-article {
    z-index: 100;
    width: 100%;
    max-width: none;
    position: sticky;
    top: 12px;
    bottom: auto;
  }

  .section-5 {
    margin-top: 0;
    overflow: visible;
  }

  .navigation-2 {
    border-radius: 0 0 14px 14px;
  }

  .navigation-2.nav-main {
    z-index: 10;
    display: none;
  }

  .navigation-2.nav-main-kontur {
    border-radius: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .section-6 {
    margin-top: 40px;
  }

  .modul-mobile-h3 {
    margin-top: 12px;
  }

  .explain-modul-meta {
    font-size: 16px;
    line-height: 22px;
  }

  .lesson-header-met {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 0;
    padding-right: 8px;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

  .lesson-met {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .div-block-number {
    width: 30px;
    height: 30px;
  }

  .text-block-2-met {
    margin-top: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .dropdown-toggle-2 {
    background-color: var(--dark-grey);
    border-radius: 14px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-toggle-2.w--open {
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-2 {
    color: var(--papaya-whip);
  }

  .text-block-nav {
    margin-top: 0;
    padding-bottom: 0;
  }

  .dropdown-2 {
    z-index: 100;
    width: 100%;
    display: none;
  }

  .dropdown-list-2 {
    background-color: #ddd;
  }

  .dropdown-list-2.w--open {
    z-index: 100;
    background-color: #ddd0;
    margin-top: -14px;
  }

  .image-8 {
    width: 30px;
  }

  .image-9 {
    width: 24px;
  }

  .link-met {
    margin-bottom: 16px;
  }

  .image-10 {
    width: 8px;
    margin-top: 8px;
  }

  .text-block-9 {
    font-size: 28px;
    line-height: 30px;
  }

  .block-point {
    width: 30px;
    min-width: 0;
    height: 30px;
    margin-bottom: 0;
  }

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

  .power-point {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    margin-top: 16px;
  }

  .text-dropdown {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .text-block-11 {
    font-size: 24px;
    line-height: 34px;
  }

  .icon-3 {
    font-size: 18px;
    line-height: 18px;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 30px;
  }

  .bold-text-5 {
    font-size: 16px;
  }

  .mobile-menu {
    z-index: 100;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    cursor: pointer;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: fixed;
    inset: auto auto 2% 4%;
  }

  .code-embed {
    width: 18px;
    height: 18px;
  }

  .text-block-13 {
    color: var(--light-slate-grey);
    font-size: 16px;
    line-height: 16px;
  }

  .heuristics-list {
    padding-left: 36px;
  }

  .otz {
    border-left-width: 2px;
    padding: 0 0 0 12px;
  }

  .b-outline {
    padding: 8px 10px;
  }

  .b-outline.white-flat {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .b-outline.white-flat-outline {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .b-outline.red-flat {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .image-12 {
    border-bottom-right-radius: 12px;
    padding-left: 24px;
  }

  .wrap-blocks.scroll-content {
    overflow: auto;
  }

  .div-block-9 {
    padding: 24px;
  }

  .section-10 {
    display: block;
  }

  .guide {
    padding: 18px 12px 12px;
  }

  .div-block-12 {
    padding: 0;
  }

  .section-14 {
    display: block;
  }

  .begin {
    margin-top: 20px;
  }

  .text-block-black {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-black.body-h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .image-24 {
    max-width: 28px;
    margin-bottom: 10px;
  }

  .project {
    z-index: 0;
    border-left-style: none;
    margin-top: 0;
    padding-left: 0;
    position: static;
  }

  .pre-list {
    font-size: 16px;
  }

  .for-links {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-10 {
    margin-bottom: 20px;
  }

  .active-lang.w--current {
    color: #e2e2e2;
  }

  .center-things {
    max-width: 90%;
  }

  .div-block-15 {
    margin-bottom: 20px;
  }

  .text-block-20 {
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }

  .text-right {
    margin-top: 30px;
  }

  .copy-text {
    font-size: 9px;
  }

  .menu-lang {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin: 15px 15px 0 0;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 24px;
  }

  .link-8 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-16 {
    inset: 0% 0% auto auto;
  }

  .image-27 {
    max-width: 28px;
    margin-bottom: 10px;
  }

  .heading-11, .div-block-17 {
    margin-bottom: 20px;
  }

  .text-block-21 {
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }

  .paragraph-6 {
    font-size: 16px;
    line-height: 24px;
  }

  .link-9 {
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-18 {
    inset: 0% 0% auto auto;
  }

  .image-30 {
    max-width: 28px;
    margin-bottom: 10px;
  }

  .heading-12, .div-block-19 {
    margin-bottom: 20px;
  }

  .text-block-22 {
    margin-top: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
  }

  .image-32 {
    max-width: 150px;
  }

  .link-10 {
    font-size: 22px;
    line-height: 28px;
  }

  .main-nav {
    z-index: 10;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .main-text {
    z-index: 0;
    position: static;
  }

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

  .inter-text {
    font-size: 14px;
    line-height: 14px;
  }

  .text-indent {
    font-size: 22px;
    line-height: 30px;
  }

  .div-block-21 {
    flex: 0 auto;
    width: 100%;
    padding-right: 0;
  }

  .icon-5.accordion-icon {
    margin-top: 8px;
    font-size: 16px;
    line-height: 16px;
  }

  .dropdown-list-6.w--open {
    flex-flow: column;
  }

  .text-list {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .text-project {
    font-size: 22px;
    line-height: 30px;
  }

  .image-34 {
    padding: 2px 8px;
  }

  .text-block-24 {
    font-size: 22px;
    line-height: 30px;
  }

  .wrap-projects {
    position: static;
  }

  .accordion-item {
    margin-top: 0;
  }

  .accordion-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .link-project {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-23 {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #e0e0e0e6;
    border: 1px solid #98acb433;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    margin-bottom: 12px;
    margin-right: 12px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .text-block-25 {
    text-align: center;
    font-size: 12px;
  }

  .main-nav-meth {
    z-index: 10;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .div-block-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 18px;
  }

  .cal-maxim {
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #e0e0e0e6;
    border: 1px solid #98acb433;
    justify-content: flex-start;
    align-items: stretch;
    max-width: none;
    margin-bottom: 12px;
    margin-right: 12px;
    position: fixed;
    inset: auto 0% 0% auto;
  }
}


@font-face {
  font-family: 'Cofosans';
  src: url('../fonts/CoFoSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Octava';
  src: url('../fonts/OCT55.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Octava';
  src: url('../fonts/OCT56.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}