@font-face {
  font-family: Dystipiand;
  src: url('../fonts/0f4f4c551473e93fb6680c8b477c05c8.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Biotif;
  src: url('../fonts/Biotif-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Graphik Wide;
  src: url('../fonts/609db52a4b931715194c8445_Graphik-Wide-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black-3: #111;
  --black: #272727;
  --aquamarine: #1ee8b8;
  --black-2: black;
  --blue-violet: #912aff;
  --dim-grey: #6f6f6f;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.body {
  color: var(--white);
  background-color: #111;
}

.body.uix {
  font-family: Inconsolata, monospace;
}

.body.other-body {
  font-family: Space Grotesk, sans-serif;
}

.body.home-page {
  background-color: var(--black-3);
}

.h1 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  flex: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 6vw;
  line-height: 100%;
}

.h1._2 {
  text-align: center;
  font-family: Dystipiand, sans-serif;
}

.h1._3 {
  font-family: Biotif, sans-serif;
}

.section {
  flex: none;
  min-height: 100vh;
}

.section.start {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0;
}

.section.start.verticals {
  background-color: #ededed;
  background-image: url('../images/Снимок-экрана-2021-07-29-104053.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}

.section.start.verticals._2 {
  flex-direction: row;
}

.section.start._2 {
  flex: none;
  min-height: 300vh;
  padding-top: 100vh;
}

.section.start.first-s {
  margin-bottom: -100vh;
  position: relative;
}

.section.start._1sec {
  flex-direction: column;
  justify-content: flex-start;
  max-width: none;
  padding-bottom: 0;
}

.section.start._1sec.lefts {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  min-height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.start._1sec.lefts.horizs {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.section.start._1sec.lefts.horizs.singles {
  padding-left: 70px;
  padding-right: 70px;
}

.section.start._2sect {
  flex-direction: column;
  justify-content: flex-start;
  max-width: none;
  height: auto;
  min-height: 100vh;
}

.section.start.usual {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section.start.usual.lefts {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  min-height: auto;
  margin-bottom: 0;
}

.section.start.usual.lefts.horizs {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.section.start.usual.about-page {
  min-height: auto;
}

.section.start.footer-section {
  z-index: 3;
  min-height: auto;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.autos {
  min-height: auto;
}

.section.autos.forma {
  flex: none;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.section.last {
  height: 100vh;
  padding-top: 200px;
  display: flex;
}

.section.rel {
  position: relative;
}

.navbar {
  background-color: #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 30px 0% auto;
}

.header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.navlink {
  color: var(--white);
  padding-right: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}

.navlink._2 {
  letter-spacing: .5em;
  font-family: Graphik Wide, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.navlink._2.navs.footers {
  margin-bottom: 30px;
}

.navlink._2.navs.double-logo {
  letter-spacing: .21em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #f0f0f057);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12px;
  position: absolute;
  inset: 120% auto auto 0%;
}

.navlink._2.navs.double-logo.bgs {
  font-size: 55px;
}

.navlink._2.navs._2s {
  font-size: 100px;
}

.navlink._3 {
  font-weight: 400;
}

.navlink.free-trial {
  background-color: var(--black);
  margin-left: 10px;
}

.navlink.free-trial.pseido {
  background-color: var(--aquamarine);
  color: var(--black-2);
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.navlink.free-trial.pseido.ac {
  background-color: var(--blue-violet);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.navlink.free-trial.pseido.none, .navlink.free-trial.pseido.mobs {
  display: none;
}

.navlink.free-trial.menu-trial {
  background-color: var(--blue-violet);
  color: var(--black-2);
  display: inline-block;
}

.navlink._w--current {
  color: var(--aquamarine);
  flex: none;
}

.navlink.open-course {
  background-color: var(--black);
  margin-left: 10px;
}

.navlink.open-course.pseido {
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navlink.open-course.pseido.ac {
  background-color: var(--blue-violet);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.navlink.open-course.pseido.subs {
  background-color: var(--blue-violet);
}

.navlink.open-course.pseido.openurok {
  background-color: var(--aquamarine);
  color: var(--black-2);
}

.navlink.login {
  background-color: var(--aquamarine);
  color: var(--black-2);
  flex: none;
  justify-content: center;
  display: inline-block;
}

.navlink.drop-nav {
  padding-left: 10px;
  padding-right: 40px;
}

.navlink.nohome-pricing {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  min-height: 50vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block.black {
  background-color: #111;
  font-family: Graphik Wide, sans-serif;
}

.div-block.fonts {
  padding-left: 50px;
  padding-right: 5px;
}

.ui-color {
  text-align: center;
  background-color: #111;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 24px;
  display: flex;
}

.ui-color._2 {
  background-color: #3f3f3f;
}

.ui-color._3 {
  background-color: #fe3a3a;
}

.ui-color._4 {
  background-color: #07c449;
}

.ui-color._5 {
  background-color: #009434;
}

.columns {
  width: 100%;
  height: 100%;
}

.col-ui {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.col-ui._2 {
  align-items: flex-start;
}

.text-span {
  position: relative;
  top: 9.5px;
  transform: translate(0);
}

.font-like {
  color: var(--black-2);
  margin-bottom: 5px;
  font-family: Graphik Wide, sans-serif;
  font-size: 48px;
  line-height: 100%;
}

.font-like._2 {
  font-family: IBM Plex Mono, sans-serif;
  font-weight: 600;
}

.font-like._3 {
  font-family: Space Mono, sans-serif;
  font-weight: 700;
}

.font-like._4 {
  font-family: Chakra Petch, sans-serif;
  font-weight: 600;
}

.font-like._5 {
  letter-spacing: -1px;
  font-family: Roboto Mono, sans-serif;
  font-weight: 600;
}

.font-like._6 {
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
}

.font-like._7 {
  font-family: Space Mono, sans-serif;
  font-weight: 700;
}

.font-like-2 {
  color: var(--black-2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.content-block {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 30%;
  height: 100vh;
  padding-left: 70px;
  padding-right: 50px;
  display: flex;
}

.content-block._2 {
  text-align: center;
  align-items: center;
  width: 60%;
  margin-bottom: -262px;
  padding-left: 0;
}

.content-block.autos {
  flex: 1;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-block.autos.scroll-tracker.nonfix {
  width: 100%;
  padding-top: 150px;
}

.content-block.autos.scroll-tracker.firsts {
  min-height: 100vh;
}

.content-block.scroll-tracker {
  min-width: 50%;
}

.content-block.scroll-tracker._2styk {
  margin-top: 0;
  position: sticky;
  top: 0;
}

.content-block.scroll-tracker {
  position: relative;
  inset: 0% auto auto 0%;
}

.content-block.scroll-tracker.fotters {
  z-index: 5;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 280px;
  padding-right: 40px;
  position: relative;
}

.content-block.scroll-tracker-copy {
  position: relative;
  inset: 0% auto auto 0%;
}

.content-block.scroll-tracker-copy.fotters {
  z-index: 5;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 280px;
  padding-right: 40px;
  position: relative;
}

.paragraph {
  color: #fff;
  max-width: 45ch;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 180%;
  display: block;
}

.paragraph._2 {
  color: var(--white);
  font-weight: 400;
}

.paragraph.smaller {
  color: #ffffff2e;
  max-width: 60ch;
  font-size: 11px;
  line-height: 140%;
}

.interactive-block {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100vh;
  margin-left: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.interactive-block._2 {
  width: 900px;
}

.lottie {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding-top: 100vh;
  display: flex;
  position: relative;
}

.lines {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 187px;
  display: flex;
}

.lines._2 {
  padding-top: 134px;
}

.grafs {
  z-index: 2;
  flex: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grafs.scaled {
  display: none;
  transform: none;
}

.div-block-6 {
  background-color: #1ee8b8;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4px;
  height: 30vh;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-6._2 {
  height: 25vh;
  position: relative;
  top: -59px;
}

.div-block-6._3 {
  background-color: #912aff;
  height: 15vh;
  position: relative;
  top: -95px;
}

.div-block-6._4 {
  height: 10vh;
  position: relative;
  top: -135px;
}

.div-block-6._5 {
  height: 20vh;
  position: relative;
  top: -48px;
}

.div-block-6._6 {
  background-color: #912aff;
  height: 17vh;
  position: relative;
}

.div-block-6._7 {
  height: 25vh;
}

.div-block-6._8 {
  height: 20vh;
  position: relative;
  top: -69px;
}

.div-block-6._9 {
  background-color: #912aff;
  height: 10vh;
  position: relative;
  top: -93px;
}

.div-block-6.s2 {
  height: 25vh;
  position: relative;
  top: -59px;
}

.div-block-7 {
  background-color: var(--aquamarine);
  border-radius: 3px;
  flex: none;
  width: 20px;
  height: 100%;
}

.div-block-7.red {
  background-color: var(--blue-violet);
}

.liner {
  border: 3px #002727;
  border-bottom-style: dashed;
  width: 100%;
  display: none;
  position: absolute;
  top: 50%;
}

.liner._2 {
  top: 70%;
}

.liner._3 {
  top: 30%;
}

.div-block-8 {
  z-index: 1;
  opacity: 1;
  background-color: #00eeff12;
  flex-wrap: wrap;
  flex: none;
  place-content: flex-start center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.div-block-8._2 {
  background-color: #111;
}

.div-block-9 {
  z-index: 2;
  background-color: #0000;
  border-bottom: 1px #0000;
  flex: none;
  width: 7.14vw;
  padding-top: 7.14vw;
  display: flex;
  position: relative;
}

.div-block-10 {
  background-color: #111;
  position: absolute;
  inset: 1px;
}

.coursor {
  background-image: radial-gradient(circle, #ffffff30, #0000 6%, #111 15%);
  flex: none;
  width: 200vw;
  height: 200vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.coursor.start-screen {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% auto auto 0%;
}

.div-block-12 {
  background-color: var(--white);
  transform-origin: 50% 100%;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 1px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 100%;
}

.div-block-12.revers {
  transform-origin: 50% 0;
  align-items: flex-start;
  top: 100%;
  bottom: auto;
}

.div-block-13 {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 100%;
}

.div-block-13.revers {
  justify-content: flex-start;
  top: 100%;
  bottom: auto;
}

.div-block-14 {
  border: 8px solid var(--white);
  background-color: #1ee8b8;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 15px;
}

.div-block-14._2 {
  background-color: #912aff;
}

.div-block-14._2.revers {
  margin-top: 0;
  margin-bottom: 15px;
}

.text-block {
  text-align: center;
  white-space: nowrap;
  font-family: Graphik Wide, sans-serif;
}

.html-embed {
  border: 10px solid var(--white);
  border-radius: 60px;
  width: 400px;
  position: absolute;
  top: 77.7vh;
  overflow: hidden;
  box-shadow: -14px -14px 20px -10px #00000021;
}

.h2 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  flex: none;
  max-width: 35vw;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  font-size: 4vw;
  line-height: 110%;
}

.h2._2 {
  text-align: center;
  font-family: Dystipiand, sans-serif;
}

.h2._3 {
  font-family: Biotif, sans-serif;
}

.h2.footer-h2 {
  font-size: 24px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-15 {
  flex: none;
  justify-content: flex-end;
  margin-left: 20px;
  display: flex;
}

.link-block {
  color: var(--aquamarine);
  border: 1px #5d5d5d;
  border-radius: 0;
  margin-top: 20px;
  padding: 0;
  font-family: Roboto Mono, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.comp {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.comp-screen {
  background-color: #313131;
  border: 10px solid #313131;
  border-radius: 10px;
  flex: none;
  width: 90%;
  padding-right: 10%;
  display: flex;
}

.div-block-16 {
  background-color: #1f1f1f;
  border-radius: 10px 0 0 10px;
  flex: none;
  width: 20%;
  overflow: hidden;
}

.image {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex: 1;
}

.div-block-17 {
  flex: 1;
}

.h1-b {
  color: var(--white);
  text-align: left;
  text-transform: none;
  flex: none;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 6vw;
  line-height: 110%;
}

.h1-b._2 {
  text-align: center;
  font-family: Dystipiand, sans-serif;
}

.h1-b._3 {
  font-family: Biotif, sans-serif;
}

.h1-b.other-page {
  font-size: 6vw;
  font-weight: 700;
}

.h1-b.other-page.single-page {
  font-size: 5vw;
}

.h1-b.other-page.fake-h1 {
  margin-bottom: 0;
}

.paragraph-2 {
  flex: none;
  max-width: 75ch;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 180%;
  display: block;
}

.paragraph-2.homep {
  max-width: 50ch;
}

.scroll-link-text {
  color: #848484;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Снимок-экрана-2021-08-03-150209.jpg');
  background-position: 100%;
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.scroll-link-text._2 {
  margin-top: 60px;
  display: inline-block;
}

.brand {
  flex: none;
}

.brand._w--current {
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand.footers {
  margin-bottom: 35px;
}

.mom-styk {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.div-block-18 {
  display: flex;
}

.div-block-19 {
  justify-content: space-between;
  display: flex;
}

.div-block-20 {
  flex: none;
  width: 100%;
  position: sticky;
  top: 0;
}

.light-mom {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.light-mom.op {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.ligth-screen {
  background-color: #111;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ddfbf4 45%, var(--aquamarine) 49%, #8c63e34a 58%, #912aff00 73%);
  opacity: .64;
  filter: blur(20px);
  border-radius: 50%;
  flex: none;
  width: 150vw;
  height: 100vw;
  position: relative;
  top: 60vh;
}

.ligth-screen._2 {
  width: 50vw;
  height: 50vw;
  top: -1.1vh;
}

.div-block-21 {
  background-color: #848484;
  background-image: linear-gradient(270deg, transparent 43%, #fff 48%, var(--white) 52%, transparent 57%);
  width: 600px;
  height: 50px;
  margin-top: 400px;
  margin-left: 400px;
}

.mac {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.mac-fon {
  z-index: 1;
  opacity: 1;
  background-color: #191c1e;
  border-radius: 10px;
  flex: none;
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.in-mac {
  opacity: 1;
  justify-content: space-between;
  padding: 10px;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mac-menu {
  transform-origin: 100%;
  background-color: #191c1e;
  background-image: url('../images/61260cba146ee3231cfb0b56_Снимок-экрана-2021-08-25-121435.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #3b3b3b;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  width: 18%;
  margin-right: 10px;
  padding: 26px 19px 19px 27px;
  display: flex;
  overflow: hidden;
}

.center0mac {
  background-image: url('../images/Снимок-экрана-2021-08-25-121949.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #3b3b3b;
  border-radius: 10px;
  flex: 1;
  position: relative;
}

.wigents-mac {
  background-color: #191c1e;
  background-image: url('../images/Снимок-экрана-2021-08-25-122245.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #3b3b3b;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  width: 18%;
  margin-left: 10px;
  padding-top: 28px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.wigents-mac.none {
  display: none;
}

.text-block-2 {
  flex: none;
  margin-bottom: 20px;
  font-family: Graphik Wide, sans-serif;
  font-size: 11px;
  display: none;
}

.menu-text-mac {
  color: #989898;
  flex: none;
  height: auto;
  font-family: Biotif, sans-serif;
  font-size: 10px;
  line-height: 35px;
  display: none;
}

.div-block-22 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #878787;
  font-size: 8px;
  line-height: 15px;
}

.text-block-3.redtext {
  color: red;
}

.column {
  padding-left: 0;
}

.top-mac {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 27px;
  padding-right: 27px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-4 {
  filter: invert();
  color: #000;
  background-color: #00000008;
  background-image: url('../images/u_search.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 230px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 10px;
  line-height: 25px;
}

.text-block-5 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.top-c {
  margin-bottom: 10px;
  display: none;
}

.bottom-mac {
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.columns-2 {
  text-align: center;
  width: 100%;
  padding-bottom: 23px;
  padding-left: 0;
}

.course-video-promo {
  z-index: 3;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.video-fon {
  z-index: 1;
  opacity: 1;
  background-color: #0000;
  border-radius: 20px;
  flex: none;
  width: 100%;
  padding-top: 60%;
  position: relative;
}

.in-course {
  opacity: 1;
  background-image: url('../images/67r6WyDFMm8.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Mono, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.in-course.no-bg {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.wach-link {
  background-color: #111;
  background-image: url('../images/play-button.svg');
  background-position: 53%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  flex: none;
  width: 100px;
  height: 100px;
}

.users {
  z-index: 4;
  filter: grayscale();
  flex: none;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.users-line {
  flex-direction: column;
  flex: 1;
  padding-left: 1vh;
  padding-right: 1vh;
  display: flex;
  overflow: hidden;
}

.users-line._2, .users-line._2s {
  justify-content: flex-end;
}

.users-gals {
  flex: none;
}

.users-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 2vh;
  display: flex;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.proft {
  display: flex;
}

.prices {
  z-index: 5;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.price-block {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-height: 480px;
  margin-left: .5vh;
  margin-right: .5vh;
  padding: 20px 20px 30px;
  font-family: Space Grotesk, sans-serif;
  display: flex;
}

.price-block.trdb {
  flex: 1;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 140px 46px 46px;
  position: relative;
}

.price-block.op {
  min-height: auto;
  padding-top: 55px;
}

.price-block.biger {
  flex: none;
  width: 30%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.buy-link {
  background-color: var(--aquamarine);
  color: var(--black-2);
  text-transform: none;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.div-block-23 {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-6 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

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

.div-block-24 {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

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

.div-block-24.g {
  padding-top: 0;
}

.div-block-24.under {
  padding-top: 0;
  padding-bottom: 10px;
}

.div-block-25 {
  flex: none;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
}

.div-block-25.biger {
  font-size: 14px;
  line-height: 22px;
}

.div-block-25.verts {
  flex-direction: column;
}

.div-block-26 {
  background-color: var(--aquamarine);
  flex: none;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.div-block-27 {
  background-color: #3a3a3a;
  flex: none;
  width: 50%;
  min-height: 100vh;
  margin-top: 150px;
  margin-right: 0%;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  right: 0;
}

.content-block-static {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  min-width: 30%;
  height: 100vh;
  padding-left: 70px;
  padding-right: 50px;
  display: flex;
}

.content-block-static._2 {
  text-align: center;
  align-items: center;
  width: 60%;
  margin-bottom: -262px;
  padding-left: 0;
}

.content-block-static.autos {
  flex: 1;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-block-static.autos.scroll-tracker {
  flex: none;
  justify-content: flex-start;
  width: 70%;
  height: auto;
  padding-top: 170px;
  padding-bottom: 0;
  position: static;
  left: 0%;
}

.content-block-static.autos.course-page {
  flex: none;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-top: 170px;
  padding-bottom: 0;
  padding-right: 70px;
  position: static;
  left: 0%;
}

.content-block-static.scroll-tracker {
  min-width: 50%;
}

.content-block-static.scroll-tracker._2styk {
  margin-top: 0;
  position: sticky;
  top: 0;
}

.content-block-static.scroll-tracker {
  position: relative;
  inset: 0% auto auto 0%;
}

.wiki-cms {
  flex-direction: column;
  flex: none;
  width: 100%;
  margin-top: 50px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.wiki-ul {
  flex-direction: column;
  display: flex;
}

.wiki-li {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -1px;
  display: flex;
}

.wiki-li.links {
  margin-bottom: 0;
}

.h2-wiki {
  color: var(--white);
  white-space: pre-wrap;
  flex: 1;
  width: auto;
  max-width: 90%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5vw;
  line-height: 3.5vw;
  position: static;
  top: 150px;
}

.h2-wiki._2 {
  flex: none;
  width: 100%;
  max-width: 100%;
  padding-right: 30vw;
}

.h2-wiki.styskt {
  flex: none;
  width: 100%;
  position: relative;
  top: 0;
  bottom: auto;
}

.h2-wiki.styskt._2, .h2-wiki._2s {
  margin-bottom: 10px;
}

.div-block-28 {
  opacity: 1;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-28.single {
  width: auto;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.h3-wiki {
  flex: none;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 35px;
  font-size: 28px;
  line-height: 140%;
}

.h3-wiki.fw {
  flex: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Space Grotesk, sans-serif;
}

.h3-wiki.fw.only-fw {
  flex: none;
}

.h3-wiki.fw.w_head {
  color: #c3c3c3;
  padding-bottom: 30px;
  font-size: 18px;
}

.h3-wiki.bigs {
  margin-bottom: 5px;
  padding-right: 0;
  font-size: 42px;
}

.h3-wiki.bigs.auto-text {
  width: auto;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
}

.h3-wiki.bigs.auto-text.sms {
  font-size: 24px;
}

.rich-wiki {
  flex: 1;
  max-width: 50%;
  min-height: 40px;
  margin-top: 0;
  padding-left: 35px;
  font-family: Space Grotesk, sans-serif;
  overflow: visible;
}

.div-block-29 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wiki-cms-links {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 30%;
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 70px;
  display: flex;
}

.wiki-ol {
  flex-direction: column;
  flex: none;
  align-items: stretch;
  width: auto;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 0;
}

.div-block-30 {
  border-left: 2px #7a7a7a;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.ancore-link {
  color: #adadad;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  line-height: 180%;
}

.courses-cms {
  flex-wrap: wrap;
  flex: none;
  align-content: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-left: 37.5px;
  padding-right: 37.5px;
  display: flex;
}

.courses-ul {
  flex-wrap: wrap;
  flex: none;
  align-content: flex-start;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.courses-li {
  background-color: #0000;
  flex-direction: column;
  flex: none;
  width: 100%;
  min-height: auto;
  margin-bottom: -1px;
  padding-left: 37.5px;
  padding-right: 37.5px;
  display: flex;
}

.course-link {
  border-top: 1px solid var(--white);
  color: var(--white);
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Space Grotesk, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
}

.mom-img {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.img-cards {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding-top: 0%;
  padding-right: 35px;
  display: flex;
  position: relative;
}

.text-block-7 {
  flex: none;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.text-block-8 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 180%;
}

.div-block-31 {
  color: #a9a9a9;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.div-block-31.in-cms {
  margin-bottom: 20px;
}

.div-block-32 {
  background-color: #a9a9a9;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  margin-left: 10px;
  margin-right: 10px;
}

.dropdown {
  border-bottom: 1px solid var(--white);
  width: auto;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-toggle {
  border-top: 1px solid var(--white);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.icon {
  color: var(--white);
  margin-right: 0;
  position: static;
}

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

.right-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 35px;
  display: flex;
}

.right-col.cart {
  flex: 1;
}

.img-course {
  width: 100%;
}

.margers {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.olto-line {
  border: 1px none var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.graf-olto {
  transform-origin: 50% 0;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  display: flex;
  position: relative;
}

.graf-olto._1s {
  padding-top: 5.5%;
  padding-bottom: 6.5%;
}

.graf-olto._2s {
  padding-top: 8.5%;
  padding-bottom: 10.5%;
}

.graf-olto._2s.no-mob {
  padding-top: 4.25%;
}

.graf-olto._3s {
  padding-top: 2.25%;
  padding-bottom: 9.5%;
}

.graf-olto._4s {
  padding-top: 1.75%;
  padding-bottom: 14.5%;
}

.graf-olto._5s {
  padding-top: 5.75%;
  padding-bottom: 3.5%;
}

.graf-olto._6s {
  padding-top: 7.25%;
  padding-bottom: 8.5%;
}

.graf-olto._7s {
  padding-top: 5.25%;
  padding-bottom: 3.5%;
}

.graf-olto._8s {
  padding-top: 4.25%;
  padding-bottom: 7.5%;
}

.graf-olto._9s {
  padding-top: 2.75%;
  padding-bottom: 10.5%;
}

.graf-olto._10s {
  padding-top: 1.25%;
  padding-bottom: 4.5%;
}

.graf-olto._11s {
  padding-top: 1.25%;
  padding-bottom: 16.5%;
}

.graf-olto._12s {
  padding-top: 5.75%;
  padding-bottom: 15.5%;
}

.graf-olto._13s {
  padding-top: 4.75%;
  padding-bottom: 9.5%;
}

.graf-olto._14s {
  padding-top: 1.25%;
  padding-bottom: 12.5%;
}

.graf-olto._7s-2 {
  padding-top: 4.25%;
  padding-bottom: 11.5%;
}

.line-top {
  z-index: 2;
  background-color: var(--aquamarine);
  border: 1px #000;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 4px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.line-top.redf {
  background-color: var(--blue-violet);
  flex: 1;
  align-items: stretch;
  height: auto;
  position: relative;
  top: 0;
}

.line-top.redf._5s, .line-top.redf._12s, .line-top.redf._15s {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 30px;
  padding-bottom: 30px;
  top: 0;
}

.line-top._1s {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-bottom: 30%;
  top: 0%;
}

.line-top._2s {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 30px;
  padding-bottom: 30px;
  top: 0;
}

.line-top._3s {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
}

.line-top._4s {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 40%;
  padding-bottom: 40%;
}

.line-top._6s {
  margin-top: 0%;
  margin-bottom: 0%;
}

.line-top._7s {
  margin-bottom: 0%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.line-top._11s {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 40%;
  padding-bottom: 60%;
}

.line-top._8s {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  top: 0;
}

.line-top._9s {
  margin-bottom: 0%;
  padding-bottom: 30%;
  top: 0%;
}

.line-top._10s {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 20%;
  padding-bottom: 20%;
}

.line-top._13s {
  margin-top: 0%;
  margin-bottom: 0%;
}

.line-top._14s {
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 30%;
  padding-bottom: 30%;
}

.line-top._16s {
  transform-origin: 50% 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 40%;
  padding-bottom: 60%;
}

.line-top._17s {
  transform-origin: 50% 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 20%;
  padding-bottom: 20%;
}

.line-top.center {
  margin-bottom: 0%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.free-line {
  border: 4px solid var(--aquamarine);
  background-color: var(--aquamarine);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  border-radius: 3px;
  flex: none;
  width: 20px;
  transform: scale3d(1, 0, 1);
}

.free-line.redf {
  border-color: var(--blue-violet);
  background-color: var(--blue-violet);
  height: auto;
}

.free-line._1s {
  transform-origin: 50% 0;
}

.free-line._1s.st-ab {
  transform-style: preserve-3d;
  transform: none;
}

.free-line._2s {
  transform-origin: 50% 100%;
}

.free-line._3s, .free-line._4s, .free-line._6s, .free-line._11s, .free-line._8s, .free-line._13s, .free-line._16s, .free-line._17s, .free-line._14s, .free-line._10s, .free-line._9s {
  transform-origin: 50% 0;
}

.free-line.center {
  transform-origin: 50%;
}

.alert-div {
  z-index: 1;
  background-color: var(--black);
  transform-origin: 0%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(0, 1, 1);
}

.div-block-34 {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.div-block-34.fw {
  width: 100%;
}

.content-block-stats {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 30%;
  height: auto;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.content-block-stats._2 {
  text-align: center;
  align-items: center;
  width: 60%;
  margin-bottom: -262px;
  padding-left: 0;
}

.content-block-stats.autos {
  flex: 1;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-block-stats.autos.scroll-tracker {
  flex: none;
  justify-content: flex-start;
  width: 70%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 0;
  position: static;
  left: 0%;
}

.content-block-stats.autos.course-page {
  flex: none;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 0;
  padding-right: 70px;
  position: static;
  left: 0%;
}

.content-block-stats.scroll-tracker {
  min-width: 50%;
}

.content-block-stats.scroll-tracker._2styk {
  margin-top: 0;
  position: sticky;
  top: 0;
}

.content-block-stats.scroll-tracker {
  position: relative;
  inset: 0% auto auto 0%;
}

.content-block-stats.cta-block {
  background-color: var(--blue-violet);
  margin: 140px 70px 0;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Space Grotesk, sans-serif;
}

.content-block-stats.cta-block.forma {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-top: 0;
}

.content-block-stats.verts {
  flex-direction: column;
  justify-content: flex-start;
}

.content-block-stats.verts.sts {
  padding-top: 200px;
}

.content-block-stats.vert {
  flex-direction: column;
  justify-content: flex-start;
}

.col {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.col._2s {
  padding-top: 250px;
}

.col._2s.cta-col {
  padding-top: 0;
}

.col._1s {
  padding-top: 200px;
}

.col._1s.cta-col {
  padding-top: 0;
}

.col._1s.styscks {
  position: sticky;
  top: 0;
}

.col.spleeter {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  padding-top: 200px;
}

.col.spleeter.cta-col {
  padding-top: 0;
}

.col.spleeter.about-row {
  align-items: stretch;
}

.col.spleeter.lefts {
  justify-content: flex-start;
}

.col.horiz {
  flex-direction: row;
  align-items: stretch;
  padding-top: 250px;
}

.col.horiz.cta-col {
  padding-top: 0;
}

.col.horiz.no-pad {
  justify-content: space-between;
  padding-top: 0;
}

._70rem {
  flex: none;
  width: 70px;
}

.styk {
  width: 100%;
  position: sticky;
  top: 200px;
}

.styk.styks {
  color: var(--white);
  width: 200%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  position: absolute;
  inset: auto auto 100% 0%;
}

.cols {
  border-top: 1px solid var(--white);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
  display: flex;
}

.cols._2 {
  width: 50%;
  height: auto;
  padding-top: 0;
  padding-right: 35px;
}

.p-16_24 {
  color: #c3c3c3;
  max-width: none;
  padding-left: 45px;
  font-size: 18px;
  line-height: 180%;
}

.p-16_24.futures {
  padding-left: 0;
}

.content-block-stats-2 {
  flex-flow: wrap;
  flex: none;
  place-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 30%;
  height: auto;
  padding-top: 100px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.content-block-stats-2._2 {
  text-align: center;
  align-items: center;
  width: 60%;
  margin-bottom: -262px;
  padding-left: 0;
}

.content-block-stats-2.autos {
  flex: 1;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-block-stats-2.autos.scroll-tracker {
  flex: none;
  justify-content: flex-start;
  width: 70%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 0;
  position: static;
  left: 0%;
}

.content-block-stats-2.autos.course-page {
  flex: none;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 0;
  padding-right: 70px;
  position: static;
  left: 0%;
}

.content-block-stats-2.scroll-tracker {
  min-width: 50%;
}

.content-block-stats-2.scroll-tracker._2styk {
  margin-top: 0;
  position: sticky;
  top: 0;
}

.content-block-stats-2.scroll-tracker {
  position: relative;
  inset: 0% auto auto 0%;
}

.div-block-35 {
  flex: none;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  width: 30px;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.div-block-36 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.drop-text-course {
  opacity: 1;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
}

.breadcr {
  flex: none;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.bread-s {
  align-items: center;
  display: flex;
}

.dot {
  background-color: #ffffffa6;
  border-radius: 50%;
  flex: none;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.bread-link {
  color: #ffffffa6;
  text-decoration: none;
}

.form {
  width: 100%;
}

.text-field {
  color: #f8f8f8;
  background-color: #00000029;
  border: 1px #000;
  border-radius: 0;
  min-height: 50px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 50px;
}

.text-field::placeholder {
  color: #fff;
}

.submit-button {
  background-color: var(--white);
  color: var(--blue-violet);
  width: 100%;
  min-height: 50px;
  font-size: 18px;
  font-weight: 700;
}

.field-label {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.checkbox {
  background-color: var(--white);
  border-style: none;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-left: 0;
  margin-right: 15px;
}

.checkbox.w--redirected-checked {
  border: 7px solid var(--white);
  background-color: var(--blue-violet);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.checkbox-label {
  opacity: .77;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 12px;
  line-height: 16px;
}

.col-footer {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 20%;
  padding-right: 30px;
  display: flex;
}

.col-footer.first-col {
  flex: none;
  width: 40%;
  padding-right: 60px;
}

.col-footer.aut {
  flex: none;
  width: auto;
}

.foo-link {
  border-bottom: 1px solid var(--white);
  opacity: .65;
  color: var(--white);
  margin-bottom: 12px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
  transition: all 1s;
}

.foo-link:hover {
  border-bottom-color: var(--aquamarine);
  color: var(--aquamarine);
}

.foo-link._2 {
  border-left: 4px solid var(--aquamarine);
  border-bottom-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 10px;
  line-height: 20px;
}

.foo-link._2._2-2 {
  margin-bottom: 20px;
}

.foo-link.nof {
  margin-bottom: 0;
}

.div-block-37 {
  border: 1px solid var(--white);
  flex: none;
  width: 30%;
  padding-top: 30%;
  position: sticky;
  top: 350px;
}

.div-block-37._2 {
  margin-top: 40%;
}

.div-block-37._3 {
  margin-top: 80%;
}

.div-block-38 {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  padding: 46px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-38.im-stk {
  border: 1px solid var(--white);
  color: var(--white);
  height: 300px;
  position: sticky;
  top: 300px;
}

.div-block-38.im-stk.auto-no-stik {
  border-style: none;
  justify-content: center;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 46px;
  padding-bottom: 46px;
  position: static;
}

.div-block-38.im-stk.center {
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: static;
}

.div-block-38.im-stk.center.inner-3 {
  border-style: none;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-38.im-stk.center.inner-3-copy {
  border-style: solid;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  position: static;
  overflow: visible;
}

.div-block-38.im-stk.center.inner-3-copy._1 {
  border-color: var(--white);
  color: var(--white);
  background-color: #0e866a;
  border-radius: 35px 35px 0 0;
  justify-content: center;
  width: 40%;
}

.div-block-38.im-stk.center.inner-3-copy._2 {
  border-color: var(--white);
  color: var(--white);
  background-color: #51198d;
  border-radius: 35px 35px 0 0;
  flex: 1;
  justify-content: center;
}

.div-block-38.im-stk.center.inner-3-copy._3 {
  border-color: var(--white);
  background-color: #90184a;
  border-radius: 35px 35px 0 0;
  flex: none;
  justify-content: center;
  width: 32.4%;
}

.div-block-39 {
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 46px 46px auto auto;
}

.div-block-40 {
  background-color: var(--white);
  transform-origin: 100% 0;
  flex: none;
  width: 1.5px;
  height: 68px;
  position: absolute;
  inset: -1px -1px auto auto;
  transform: rotate(45deg);
}

.nus {
  position: absolute;
  inset: 46px auto auto 46px;
}

.text-link {
  border-bottom: 1px none var(--white);
  text-decoration: none;
}

.hidden-text {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.hidden-text._2 {
  font-size: 4px;
  line-height: 4px;
}

.hidden-text-mom-2 {
  direction: ltr;
  flex-direction: row;
  flex: none;
  align-items: flex-start;
  height: auto;
  font-size: 3px;
  line-height: 3px;
  display: none;
}

.hidden-text-mom {
  flex-direction: row;
  flex: none;
  align-items: flex-start;
  height: auto;
  margin-bottom: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  position: sticky;
  inset: 0% auto 0% 0%;
}

.div-block-41 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-42 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.div-block-43 {
  flex: none;
  height: 300px;
  display: flex;
}

.columns-3 {
  display: none;
}

.icon-2 {
  margin-right: 20px;
  font-size: 14px;
}

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

.dropdown-list-2.w--open {
  background-color: var(--black);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.navlink-under {
  color: var(--white);
  white-space: nowrap;
  padding-top: 30px;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.navlink-under._2 {
  letter-spacing: .5em;
  font-family: Graphik Wide, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.navlink-under._2.navs.footers {
  margin-bottom: 30px;
}

.navlink-under._2.navs.double-logo {
  letter-spacing: .21em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #f0f0f057);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12px;
  position: absolute;
  inset: 120% auto auto 0%;
}

.navlink-under._3 {
  font-weight: 400;
}

.navlink-under.free-trial {
  background-color: var(--black);
  margin-left: 10px;
}

.navlink-under.free-trial.pseido {
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navlink-under.free-trial.pseido.ac {
  background-color: var(--blue-violet);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.navlink-under._w--current {
  color: var(--aquamarine);
  flex: none;
}

.navlink-under.open-course {
  background-color: var(--black);
  margin-left: 10px;
}

.navlink-under.open-course.pseido {
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navlink-under.open-course.pseido.ac {
  background-color: var(--blue-violet);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.navlink-under.under-under {
  border-left: 4px solid var(--aquamarine);
  color: #b2b2b2;
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 0;
  padding-left: 10px;
  font-size: 16px;
}

.navlink-under.first {
  padding-top: 10px;
}

.div-block-44 {
  background-color: #111;
  justify-content: center;
  align-items: center;
  width: 50vh;
  height: 50vh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.text-block-9 {
  z-index: 999;
  font-family: Graphik Wide, sans-serif;
  font-size: 350px;
  font-weight: 700;
  line-height: 0%;
  position: relative;
  top: -26px;
}

.div-block-45 {
  background-color: red;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.wows {
  color: var(--aquamarine);
  background-color: #1ee8b829;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 3px 12px 2px;
}

.styk-anim {
  flex-direction: column;
  flex: none;
  width: 100%;
  height: 100vh;
  margin-left: -100%;
  padding-top: 50vh;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-46 {
  flex: 1;
  align-items: flex-end;
  width: 100%;
  height: 50vh;
  margin-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.div-block-46.abs {
  height: auto;
  padding-top: 0;
}

.graf-olto-styk {
  transform-origin: 50% 100%;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  display: flex;
  position: relative;
}

.graf-olto-styk._1s {
  padding-top: 11%;
  padding-bottom: 6.5%;
}

.graf-olto-styk._2s {
  padding-top: 8.5%;
  padding-bottom: 10.5%;
}

.graf-olto-styk._3s {
  padding-top: 4.5%;
  padding-bottom: 9.5%;
}

.graf-olto-styk._4s {
  padding-top: 3.5%;
  padding-bottom: 14.5%;
}

.graf-olto-styk._5s {
  padding-top: 11.5%;
  padding-bottom: 3.5%;
}

.graf-olto-styk._6s {
  padding-top: 14.5%;
  padding-bottom: 8.5%;
}

.graf-olto-styk._7s {
  padding-top: 10.5%;
  padding-bottom: 3.5%;
}

.graf-olto-styk._8s {
  padding-top: 8.5%;
  padding-bottom: 7.5%;
}

.graf-olto-styk._9s {
  padding-top: 5.5%;
  padding-bottom: 10.5%;
}

.graf-olto-styk._10s {
  padding-bottom: 4.5%;
}

.graf-olto-styk._11s {
  padding-bottom: 16.5%;
}

.graf-olto-styk._12s {
  padding-top: 11.5%;
  padding-bottom: 5.5%;
}

.graf-olto-styk._13s {
  padding-top: 9.5%;
  padding-bottom: 9.5%;
}

.graf-olto-styk._14s {
  padding-bottom: 12.5%;
}

.graf-olto-styk._7s-2 {
  padding-top: 8.5%;
  padding-bottom: 11.5%;
}

.graf-olto-styk._2 {
  height: 45%;
  bottom: 15px;
}

.graf-olto-styk._1 {
  height: 40%;
}

.graf-olto-styk._3 {
  height: 50%;
  bottom: 8px;
}

.graf-olto-styk._4 {
  height: 55%;
  bottom: 23px;
}

.graf-olto-styk._5 {
  height: 60%;
  bottom: 33px;
}

.graf-olto-styk._6 {
  height: 55%;
  bottom: 76px;
}

.text-span-2 {
  color: #515151;
  font-size: 5.5vw;
  font-weight: 300;
  line-height: 100%;
}

.text-span-2.colors {
  border: 1px solid var(--aquamarine);
  color: var(--aquamarine);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
  line-height: 120%;
  position: relative;
  top: -8px;
}

.text-span-2.colors._2 {
  border-color: var(--dim-grey);
  color: var(--dim-grey);
  justify-content: center;
  align-items: center;
  padding-bottom: 3px;
  display: inline-block;
  top: -8px;
}

.text-span-3 {
  color: #8b8b8b;
  border: 1px solid #8b8b8b;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  line-height: 20px;
}

.text-span-4, .text-span-5 {
  border: 1px solid var(--aquamarine);
  color: var(--aquamarine);
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  line-height: 20px;
}

.text-span-6 {
  color: #989898;
  border: 1px solid #989898;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  line-height: 20px;
}

.col-about {
  flex-direction: column;
  width: 30%;
  display: flex;
  position: relative;
}

.stkyk-div {
  border: 1px none var(--white);
  background-color: #0000;
  flex: none;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 0%;
  position: static;
  top: 0;
}

.stkyk-div._2 {
  margin-top: 40%;
}

.stkyk-div._3 {
  margin-top: 80%;
}

.stkyk-div.line {
  border-style: none;
}

.stkyk-div.stik-top {
  min-height: auto;
  margin-top: 100px;
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2 ." minmax(300px, 1fr)
                 "Area Area-4 Area-4" minmax(auto, auto)
                 "Area Area-5 ." minmax(300px, 1fr)
                 ". Area-5 ." minmax(auto, auto)
                 ". Area-5 Area-6" minmax(300px, 1fr)
                 "Area-7 Area-7 Area-6" minmax(auto, auto)
                 ". . Area-6" minmax(300px, 1fr)
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 20px;
}

.spacer {
  flex: none;
  width: 20px;
}

.spacer._2 {
  width: 4.5vw;
}

.div-block-47 {
  height: 150vh;
  margin-bottom: -300px;
}

.abs-dots {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 46px 46px auto auto;
}

.rots {
  background-color: #90184a;
  border: 2px solid #ff0048;
  border-radius: 50%;
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: 10px;
}

.rots._2 {
  border-color: var(--blue-violet);
  background-color: #51198d;
}

.rots._3 {
  border-color: var(--aquamarine);
  background-color: #0e866a;
}

.team-block {
  flex-direction: column;
  flex: none;
  width: 20%;
  margin-bottom: 150px;
  margin-right: 5%;
  display: flex;
}

.img {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.horiz {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.horiz.sples {
  justify-content: space-between;
}

.text-block-10 {
  white-space: pre-wrap;
  max-width: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.icon-soc {
  width: 20px;
}

.icon-soc-link {
  opacity: .5;
  margin-right: 20px;
  transition: opacity .2s;
}

.icon-soc-link:hover {
  opacity: 1;
}

.text-block-11 {
  font-size: 18px;
  line-height: 100%;
}

.columns-4 {
  width: 100%;
  display: flex;
}

.column-2 {
  flex-direction: column;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.column-3 {
  padding-bottom: 100px;
}

.slider {
  background-color: #0000;
  flex: none;
  width: 100%;
  height: auto;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.none {
  display: none;
}

.mask {
  width: 33%;
  height: 100%;
  overflow: visible;
}

.slide-nav {
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  top: 100%;
}

.div-block-48 {
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-nin {
  flex: none;
  padding-top: 131%;
  position: relative;
}

.text-in-oval {
  display: none;
}

.div-block-49 {
  height: 100px;
  position: absolute;
  top: 0;
}

.coocky-block {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 63px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.coock-block {
  background-color: #222;
  border-radius: 23.5px;
  flex: none;
  align-items: center;
  height: 47px;
  padding-left: 23px;
  padding-right: 23px;
  display: flex;
}

.cooc-min {
  flex: none;
  width: 15px;
  margin-right: 11px;
}

.coo-text {
  flex: none;
  margin-right: 18.5px;
  font-weight: 400;
}

.coo-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.ok {
  color: #fff;
  background-color: #0000;
  flex: none;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.slide, .slide-2 {
  height: 100%;
}

.link {
  color: var(--white);
  margin-top: 20px;
  margin-right: auto;
}

.wh-color {
  color: var(--white);
}

.success-message {
  background-color: #0000;
}

.text-block-12 {
  text-align: center;
  align-self: center;
  font-size: 2vw;
  line-height: 140%;
}

.error-message {
  background-color: var(--black-2);
  color: red;
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--blue-violet);
  align-self: center;
  margin-top: 20px;
}

.div-block-50 {
  background-color: #1ee8b8;
  flex: none;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  position: relative;
  top: 7px;
}

.ui-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.ui-div.horis {
  flex-flow: wrap;
  align-content: flex-start;
  padding-left: 200px;
  padding-right: 200px;
}

.ui-div.black {
  background-color: var(--black-2);
  color: var(--white);
  flex-flow: wrap;
  align-content: flex-start;
  padding-bottom: 180px;
  padding-left: 200px;
  padding-right: 200px;
}

.ui-div.black._2 {
  flex-flow: column;
  justify-content: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.ui-head {
  position: absolute;
  inset: 40px auto auto 40px;
}

.text-block-13 {
  font-family: Space Grotesk, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 120%;
}

.text-block-13.s {
  font-weight: 600;
}

.text-block-13.m {
  font-weight: 500;
}

.text-block-13.n {
  font-weight: 400;
}

.text-block-13.sss {
  letter-spacing: .5em;
  text-transform: uppercase;
  font-family: Graphik Wide, sans-serif;
}

.color-div {
  flex-direction: column;
  align-items: flex-start;
  width: 150px;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Space Grotesk, sans-serif;
  display: flex;
}

.color-block {
  background-color: var(--black-2);
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.color-block._2 {
  background-color: var(--black-3);
}

.color-block._3 {
  background-color: var(--black);
}

.color-block._4 {
  background-color: var(--dim-grey);
}

.color-block._5 {
  background-color: var(--aquamarine);
}

.color-block._6 {
  background-color: var(--blue-violet);
}

.color-block._7 {
  background-color: #90184a;
}

.image-3 {
  width: 42px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 10px;
}

.image-3.wides {
  width: auto;
}

.image-3.wides._2s {
  max-width: 390px;
}

.div-block-51 {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.video {
  width: 100%;
  height: 100%;
}

.course-video-promo-start {
  z-index: 3;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.course-video-promo-start.only-mob {
  display: none;
}

.cc-white {
  color: var(--black-2);
}

.course-video-promo-start-copy {
  z-index: 3;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.course-video-promo-start-copy.only-mob {
  display: none;
}

.div-block-52 {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
  position: relative;
}

.image-5 {
  max-width: none;
  height: 100%;
}

.image-6 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-53 {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: 0 0% 0%;
}

.div-block-54 {
  height: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 70vh;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
}

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

  .navlink.drop-nav {
    padding-left: 20px;
  }

  .navlink.home-pricing {
    font-size: 18px;
  }

  .navlink.nohome-pricing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .section.start._1sec {
    max-width: none;
  }

  .header {
    max-width: none;
    padding-left: 170px;
    padding-right: 170px;
  }

  .navlink.free-trial.pseido {
    background-color: var(--aquamarine);
    color: var(--black-2);
    justify-content: center;
    display: flex;
  }

  .navlink.free-trial.pseido.none {
    display: none;
  }

  .navlink.free-trial.menu-trial {
    display: inline-block;
  }

  .navlink.open-course.pseido.openurok {
    background-color: var(--aquamarine);
    color: var(--black-2);
  }

  .navlink.login {
    background-color: var(--aquamarine);
    justify-content: center;
    align-items: stretch;
    display: inline-block;
  }

  .content-block.scroll-tracker {
    padding-left: 170px;
    padding-right: 150px;
  }

  .content-block.scroll-tracker-copy.fotters {
    padding-left: 170px;
    padding-right: 140px;
  }

  .users, .proft, .prices {
    display: flex;
  }

  .div-block-23 {
    color: var(--white);
  }

  .content-block-static.autos.scroll-tracker {
    padding-left: 170px;
  }

  .content-block-static.autos.course-page {
    padding-left: 170px;
    padding-right: 170px;
  }

  .div-block-28.single {
    padding-left: 100px;
    padding-right: 100px;
  }

  .h3-wiki.fw {
    color: var(--white);
    flex: 1;
    margin-top: 0;
    font-size: 32px;
  }

  .h3-wiki.fw.w_head {
    color: #c3c3c3;
    flex: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-size: 18px;
  }

  .courses-cms {
    padding-left: 137.5px;
    padding-right: 137.5px;
  }

  .dropdown {
    margin-left: 170px;
    margin-right: 170px;
  }

  .content-block-stats {
    color: var(--dim-grey);
    padding-left: 170px;
    padding-right: 170px;
  }

  .content-block-stats.cta-block {
    margin-left: 170px;
    margin-right: 170px;
  }

  .text-field {
    opacity: 1;
    color: var(--dim-grey);
    font-style: normal;
  }

  .horiz.sples, .text-block-11 {
    color: var(--white);
  }

  .text-block-12 {
    color: var(--white);
    text-align: center;
    align-self: center;
    display: flex;
  }

  .bold-text {
    min-height: 0;
    font-size: 42px;
    position: static;
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .vert {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button {
    background-color: var(--white);
    color: var(--blue-violet);
    align-self: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    transition: all .2s;
    display: flex;
  }

  .button:hover {
    background-color: #f1f1f1;
  }

  .bold-text-3 {
    font-size: 42px;
  }

  .bold-text-4 {
    object-fit: fill;
  }

  .html-embed-2 {
    display: flex;
  }

  .cc-white {
    color: var(--black-2);
  }

  .bold-text-5 {
    color: var(--white);
  }
}

@media screen and (max-width: 991px) {
  .section.start {
    min-height: auto;
  }

  .section.start._1sec {
    min-height: 100vh;
  }

  .section.last {
    height: auto;
    padding-top: 0;
  }

  .header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navlink {
    text-align: left;
    width: 100%;
  }

  .navlink.free-trial.pseido {
    text-align: left;
    flex: 1;
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .navlink.free-trial.pseido.ac {
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 20px;
    display: flex;
  }

  .navlink.free-trial.pseido.pcs {
    display: none;
  }

  .navlink.free-trial.pseido.mobs {
    display: flex;
  }

  .navlink.free-trial.menu-trial {
    background-color: var(--blue-violet);
    text-align: center;
    flex: 1;
  }

  .navlink.login {
    background-color: var(--aquamarine);
    text-align: center;
    flex: 1;
  }

  .navlink.home-pricing, .navlink.nohome-pricing {
    padding-left: 20px;
  }

  .content-block.autos.scroll-tracker.nonfix {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-block.autos.scroll-tracker.firsts {
    align-items: stretch;
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .content-block.scroll-tracker {
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }

  .content-block.scroll-tracker-copy.fotters {
    flex-flow: wrap;
    align-content: flex-start;
    padding-left: 40px;
  }

  .paragraph {
    font-size: 18px;
  }

  .interactive-block {
    width: 100%;
    display: none;
  }

  .lottie {
    flex: 1;
    align-items: flex-start;
    width: auto;
    height: 100vh;
    margin-left: 70px;
    margin-right: 70px;
    padding-top: 100px;
  }

  .grafs.scaled {
    height: 50vh;
    top: 100px;
  }

  .div-block-9 {
    width: 10vw;
    padding-top: 10vw;
  }

  .coursor {
    width: 200vh;
    height: 200vh;
  }

  .h2 {
    max-width: 70vw;
    font-size: 38px;
  }

  .nav-menu {
    background-color: #0000;
    flex-direction: column;
    flex: none;
    justify-content: center;
    height: 100vh;
    padding-top: 25vh;
    padding-left: 50px;
    padding-right: 80px;
    inset: 0% 0% auto;
  }

  .div-block-15 {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    inset: auto 0% 100px;
  }

  .h1-b, .h1-b.other-page {
    font-size: 46px;
  }

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

  .scroll-link-text {
    display: none;
  }

  .brand {
    z-index: 100;
  }

  .ligth-screen {
    width: 150vh;
    height: 100vh;
    top: 30vh;
  }

  .mac, .course-video-promo {
    height: 50vh;
    display: flex;
    top: 100px;
  }

  .in-course.no-bg {
    background-image: none;
  }

  .users {
    justify-content: flex-start;
    height: 50vh;
    display: none;
    position: static;
    top: 100px;
    right: auto;
  }

  .users-line {
    flex-direction: row;
    flex: none;
    position: static;
    overflow: visible;
  }

  .users-line._2 {
    flex: none;
    justify-content: flex-start;
    display: none;
  }

  .users-line._3 {
    display: none;
  }

  .users-line._1s {
    filter: grayscale();
    flex-flow: column;
    align-content: flex-start;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .users-line._2s {
    flex: none;
    justify-content: flex-start;
    display: none;
  }

  .users-line._3s {
    display: none;
  }

  .users-gals {
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
  }

  .users-div {
    background-color: var(--white);
    flex: none;
    width: 50%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .img-cover {
    object-fit: fill;
    width: auto;
    height: auto;
  }

  .img-cover.cov {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .prices {
    height: 50vh;
    display: none;
    top: 100px;
  }

  .price-block {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .price-block.op.z {
    max-width: none;
  }

  .price-block.op.z.biger {
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-block-static.autos.scroll-tracker {
    padding-left: 40px;
  }

  .content-block-static.autos.course-page {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2-wiki {
    font-size: 38px;
    line-height: 100%;
  }

  .div-block-28.single {
    margin-left: 40px;
    margin-right: 40px;
  }

  .h3-wiki.bigs {
    font-size: 24px;
  }

  .courses-li {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown {
    margin-left: 40px;
    margin-right: 40px;
  }

  .margers {
    flex: none;
    height: 50vh;
  }

  .olto-line {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .graf-olto._2s.no-mob, .graf-olto._3s, .graf-olto._4s, .graf-olto._7s, .graf-olto._8s, .graf-olto._11s, .graf-olto._13s, .graf-olto._7s-2 {
    display: none;
  }

  .content-block-stats {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-block-stats.verts.sts {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col._2s, .col._1s, .col.spleeter, .col.horiz {
    padding-top: 0;
  }

  .styk {
    flex-direction: column;
    flex: none;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .div-block-36 {
    justify-content: space-between;
  }

  .col-footer.first-col {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .menu-button {
    background-image: url('../images/menu-button.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 60px;
    height: 60px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
    background-image: url('../images/close-button.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
  }

  .div-block-38 {
    padding: 20px;
  }

  .div-block-38.im-stk.auto-no-stik {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-38.im-stk.center.inner-3 {
    display: none;
  }

  .div-block-39 {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .div-block-40 {
    height: 38px;
  }

  .nus {
    top: 20px;
    left: 20px;
  }

  .hidden-text-mom, .div-block-43 {
    display: none;
  }

  .dropdown-list-2.w--open {
    text-align: left;
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .navlink-under {
    text-align: center;
    width: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .navlink-under.free-trial.menu-trial {
    background-color: var(--blue-violet);
  }

  .navlink-under.login {
    background-color: var(--aquamarine);
  }

  .navlink-under.under-under, .navlink-under.first {
    width: auto;
  }

  .div-block-46 {
    flex: none;
  }

  .div-block-46.abs {
    min-height: 50vh;
  }

  .graf-olto-styk._2s.no-mob, .graf-olto-styk._4s, .graf-olto-styk._7s, .graf-olto-styk._8s, .graf-olto-styk._9s, .graf-olto-styk._11s, .graf-olto-styk._13s, .graf-olto-styk._7s-2, .stkyk-div.no-tabs-and-mon {
    display: none;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .abs-dots {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .rots {
    border-radius: 10px;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding: 3px 10px;
  }

  .rots._3 {
    border-radius: 10px;
    width: auto;
    height: auto;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-block {
    width: 45%;
  }

  .columns-4 {
    flex-direction: column;
  }

  .column-3 {
    padding-bottom: 0;
  }

  .slider, .mask {
    width: 100%;
  }

  .text-in-oval {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
  }

  .video {
    border-radius: 20px;
    overflow: hidden;
  }

  .text-block-14, .text-block-15 {
    text-align: center;
  }

  .course-video-promo-start {
    background-image: none;
    height: 50vh;
    padding: 0;
    display: flex;
    top: 150px;
    transform: scale(1.5);
  }

  .course-video-promo-start.only-mob {
    flex: none;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    transform: none;
  }

  .course-video-promo-start.only-mob.vert {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
  }

  .sa, .image-4 {
    width: 100%;
  }

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

  .course-video-promo-start-copy {
    background-image: none;
    height: 50vh;
    padding: 0;
    display: flex;
    top: 150px;
    transform: scale(1.5);
  }

  .course-video-promo-start-copy.only-mob {
    flex: none;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    transform: none;
  }

  .course-video-promo-start-copy.only-mob.vert {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
  }

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

@media screen and (max-width: 767px) {
  .coocky-block {
    padding-bottom: 30px;
  }

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

@media screen and (max-width: 479px) {
  .section.start {
    margin-bottom: 0;
  }

  .section.start._1sec {
    min-height: 90vh;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .section.start._1sec.lefts {
    padding-bottom: 0;
  }

  .section.start._2sect {
    min-height: auto;
  }

  .section.start.lsa {
    padding-bottom: 0;
  }

  .navbar {
    padding-top: 0;
    top: 20px;
  }

  .header {
    padding-left: 20px;
    padding-right: 0;
  }

  .navlink {
    background-color: var(--black);
    font-size: 8vw;
    font-weight: 600;
  }

  .navlink._2.navs {
    letter-spacing: 6px;
    font-size: 16px;
  }

  .navlink._2.navs.footers {
    text-align: left;
  }

  .navlink._2.navs.double-logo {
    text-align: left;
    letter-spacing: 1.8px;
    font-size: 8px;
  }

  .navlink.free-trial.pseido {
    text-align: center;
    flex: 1;
    justify-content: center;
    min-width: 120px;
    margin-right: 0;
    padding: 14px 0;
    font-size: 14px;
  }

  .navlink.free-trial.pseido.ac {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 14px 0;
    font-size: 14px;
    display: flex;
  }

  .navlink.free-trial.menu-trial {
    text-align: center;
    font-size: 16px;
  }

  .navlink.open-course.pseido {
    font-size: 14px;
  }

  .navlink.login {
    text-align: center;
    justify-content: center;
    font-size: 16px;
    display: flex;
  }

  .navlink.drop-nav {
    align-items: center;
    margin-right: auto;
    padding-left: 20px;
    display: flex;
  }

  .navlink.home-pricing, .navlink.nohome-pricing {
    background-color: var(--black);
  }

  .content-block.autos.scroll-tracker.nonfix {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-block.autos.scroll-tracker.firsts {
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .content-block.scroll-tracker {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-block.scroll-tracker-copy.fotters {
    flex-flow: wrap;
    align-content: flex-start;
    padding: 70px 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .interactive-block {
    overflow: hidden;
  }

  .lottie {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 100px;
  }

  .lines {
    padding-top: 0;
  }

  .lines.mob-none {
    display: none;
  }

  .grafs.scaled {
    height: 55vh;
  }

  .div-block-6._3 {
    height: 10vh;
    top: 68px;
  }

  .div-block-6._4 {
    top: 6px;
  }

  .div-block-6._5 {
    height: 15vh;
  }

  .div-block-6._6 {
    height: 10vh;
    top: 42px;
  }

  .div-block-6._7 {
    height: 12vh;
  }

  .div-block-6._9 {
    top: -5px;
  }

  .h2 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .h2.footer-h2 {
    font-size: 16px;
  }

  .nav-menu {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-b {
    font-size: 42px;
  }

  .h1-b.other-page {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .h1-b.other-page.single-page {
    font-size: 32px;
  }

  .paragraph-2 {
    max-width: 100%;
    font-size: 14px;
  }

  .brand {
    padding-left: 0;
  }

  .light-mom {
    display: none;
  }

  .light-mom.op {
    display: flex;
  }

  .ligth-screen {
    width: 130vh;
    top: 35vh;
  }

  .mac {
    height: 55vh;
    display: flex;
    top: 100px;
  }

  .in-mac {
    padding: 5px;
  }

  .mac-menu {
    border-radius: 5px;
    margin-right: 5px;
  }

  .center0mac {
    border-radius: 5px;
  }

  .wigents-mac {
    border-radius: 5px;
    margin-left: 5px;
  }

  .course-video-promo {
    height: 55vh;
    display: none;
    top: 80px;
  }

  .wach-link {
    background-size: 15px;
    width: 60px;
    height: 60px;
  }

  .users {
    height: 55vh;
    display: flex;
  }

  .prices {
    height: 55vh;
    display: flex;
    top: 150px;
  }

  .price-block {
    min-width: 220px;
  }

  .price-block.op.z {
    margin-top: 20px;
  }

  .price-block.op.z.biger {
    width: 100%;
  }

  .price-block.biger {
    width: 100%;
    margin-top: 20px;
  }

  .content-block-static.autos.scroll-tracker {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-block-static.autos.course-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-wiki {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .h2-wiki.mins {
    font-size: 18px;
    line-height: 120%;
  }

  .div-block-28 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-28.single {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-wiki {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 18px;
  }

  .h3-wiki.fw {
    flex: 1;
    width: auto;
    font-size: 16px;
  }

  .h3-wiki.bigs {
    font-size: 24px;
  }

  .h3-wiki.bigs.auto-text {
    font-size: 14px;
    line-height: 180%;
  }

  .rich-wiki {
    padding-left: 0;
  }

  .courses-cms {
    padding-left: 20px;
    padding-right: 20px;
  }

  .courses-li {
    padding-left: 0;
    padding-right: 0;
  }

  .course-link {
    flex-direction: column;
    justify-content: flex-start;
  }

  .img-cards {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .text-block-7 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
  }

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

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

  .right-col {
    padding-left: 0;
  }

  .olto-line {
    padding-bottom: 100px;
  }

  .graf-olto._1s {
    display: none;
  }

  .content-block-stats {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-block-stats.cta-block {
    margin: 70px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-block-stats.verts.mobteam {
    width: 100%;
    padding-right: 0;
  }

  .col.horiz {
    flex-direction: column;
  }

  .styk.styks.no-pointer {
    width: 100%;
  }

  .p-16_24 {
    padding-left: 28px;
    font-size: 16px;
  }

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

  .div-block-36 {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  .drop-text-course {
    flex-direction: column;
    justify-content: flex-start;
    display: none;
  }

  .breadcr {
    display: none;
  }

  .text-field {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .checkbox-field {
    padding-left: 0;
  }

  .checkbox-label {
    padding-right: 0;
  }

  .col-footer {
    width: 100%;
    min-width: 50%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .col-footer.first-col {
    width: 100%;
    padding-right: 0%;
  }

  .foo-link {
    font-size: 14px;
  }

  .div-block-37 {
    background-color: #111;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 100%;
    position: relative;
    top: 0;
  }

  .div-block-37._2 {
    margin-top: 0%;
    margin-bottom: 20px;
    top: 0;
  }

  .div-block-37._3 {
    margin-top: 0%;
    top: 0;
  }

  .div-block-38 {
    padding: 20px;
  }

  .div-block-38.im-stk.auto-no-stik {
    padding: 0;
  }

  .div-block-39 {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
  }

  .div-block-40 {
    height: 40px;
  }

  .nus {
    top: 20px;
    left: 20px;
  }

  .hidden-text._2 {
    font-size: 4px;
  }

  .div-block-43 {
    flex: 0 auto;
    height: 300px;
  }

  .icon-2 {
    margin-left: 20px;
    position: static;
  }

  .navlink-under._2.navs {
    letter-spacing: 6px;
    font-size: 16px;
  }

  .navlink-under._2.navs.footers {
    text-align: left;
  }

  .navlink-under._2.navs.double-logo {
    text-align: left;
    letter-spacing: 1.8px;
    font-size: 8px;
  }

  .navlink-under.free-trial.pseido {
    text-align: center;
    flex: 1;
    min-width: 120px;
    margin-right: 0;
    padding: 14px 0;
    font-size: 14px;
  }

  .navlink-under.free-trial.pseido.ac {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 14px 0;
    font-size: 14px;
    display: flex;
  }

  .navlink-under.open-course.pseido {
    font-size: 14px;
  }

  .graf-olto-styk._1s {
    display: none;
  }

  .text-span-2 {
    font-size: 32px;
    line-height: 110%;
  }

  .text-span-2.colors {
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    top: 0;
  }

  .stkyk-div {
    background-color: #111;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0%;
    position: relative;
    top: 0;
  }

  .stkyk-div._2 {
    margin-top: 0%;
    margin-bottom: 20px;
    top: 0;
  }

  .stkyk-div._3 {
    margin-top: 0%;
    top: 0;
  }

  .stkyk-div.line, .stkyk-div.styk-am {
    padding-top: 0%;
  }

  .stkyk-div.stik-top {
    margin-bottom: 0;
  }

  .abs-dots {
    top: 20px;
    right: 20px;
  }

  .rots {
    margin-top: 0;
  }

  .team-block {
    width: 50%;
    margin-bottom: 100px;
    margin-right: 0%;
    padding-right: 20px;
  }

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

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

  .columns-4 {
    margin-bottom: 100px;
  }

  .columns-4.no-pad {
    margin-bottom: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    background-color: #0000;
    width: 100%;
    padding-bottom: 40px;
  }

  .mask {
    width: 100%;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    display: flex;
    top: auto;
    bottom: 0;
  }

  .div-block-48 {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .text-in-oval {
    font-size: 12px;
  }

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

  .course-video-promo-start {
    height: 45vh;
    display: flex;
    top: 80px;
    transform: none;
  }

  .course-video-promo-start.only-mob.vert {
    margin-bottom: 0;
  }

  .course-video-promo-start-copy {
    height: 45vh;
    display: flex;
    top: 80px;
    transform: none;
  }

  .course-video-promo-start-copy.only-mob.vert {
    margin-bottom: 0;
  }

  .image-6 {
    max-height: 50px;
  }

  .div-block-53 {
    padding-top: 40px;
  }

  .dropdown-2 {
    background-color: var(--black);
    margin-right: auto;
  }

  .dropdown-3 {
    background-color: var(--black);
  }
}

#w-node-fd360395-dd44-a302-0d90-822422c23852-4836df52 {
  grid-area: Area;
}

#w-node-fd360395-dd44-a302-0d90-822422c23858-4836df52, #w-node-fd360395-dd44-a302-0d90-822422c2385e-4836df52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd360395-dd44-a302-0d90-822422c23864-4836df52 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd360395-dd44-a302-0d90-822422c2386b-4836df52 {
  grid-area: Area-5;
}

#w-node-fd360395-dd44-a302-0d90-822422c23871-4836df52, #w-node-fd360395-dd44-a302-0d90-822422c23877-4836df52, #w-node-fd360395-dd44-a302-0d90-822422c2387b-4836df52, #w-node-fd360395-dd44-a302-0d90-822422c23883-4836df52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd360395-dd44-a302-0d90-822422c23889-4836df52 {
  grid-area: Area-6;
}

#w-node-fd360395-dd44-a302-0d90-822422c2388f-4836df52 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd360395-dd44-a302-0d90-822422c23899-4836df52, #w-node-fd360395-dd44-a302-0d90-822422c2389f-4836df52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Dystipiand';
  src: url('../fonts/0f4f4c551473e93fb6680c8b477c05c8.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biotif';
  src: url('../fonts/Biotif-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Biotif';
  src: url('../fonts/Biotif-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Wide';
  src: url('../fonts/609db52a4b931715194c8445_Graphik-Wide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}