body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
.mainLandingHeader {
  position: sticky;
  top: 0;
  background: var(--color-background-surfaces-land-sf-header);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 100;
}
.mainLandingHeader .container {
  padding: 26px 60px !important;
  display: flex;
  align-items: center;
  min-height: 68px;
  gap: 24px;
}
.mainLandingHeader__logo {
  display: block;
  width: min-content;
}
.mainLandingHeader__logo svg {
  height: 24px;
}

@media (max-width: 1199px) {
  .mainLandingHeader__logo {
    margin-right: auto;
  }
}
@media (max-width: 779px) {
  .mainLandingHeader .container {
    gap: 16px;
    padding: 20px 24px !important;
    justify-content: flex-end;
  }
}
.logo {
  display: block;
}
.mainLandingHeaderNavigationWrapper {
  display: contents;
}

.mainLandingHeaderNavigation {
  display: flex;
  gap: 20px;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.mainLandingHeaderNavigation__burgerButton {
  display: none;
}
.mainLandingHeaderNavigation__burgerButton.is-active svg {
  color: var(--color-text-docs-selected);
}

.mainLandingHeaderNavigationLinksWrapper {
  flex-grow: 1;
}

.mainLandingHeaderNavigationLinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1199px) {
  .mainLandingHeader.is-menu-open .mainLandingGitHubButton,
  .mainLandingHeader.is-menu-open .mainLandingLangSwitcher,
  .mainLandingHeader.is-menu-open .mainLandingHeaderNavigation__burgerButton {
    z-index: 1;
  }
  .mainLandingHeader.is-menu-open .mainLandingHeaderNavigationLinksWrapper {
    position: absolute;
    right: 56px;
    top: 68px;
  }
  .mainLandingHeader.is-menu-open .mainLandingHeaderNavigationLinksWrapper .mainLandingHeaderNavigationLinks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    background: var(--color-surfaces-docs-sf-2);
    border-radius: 4px;
    padding: 4px;
    box-shadow: 0px 20px 40px 0px var(--color-background-surfaces-land-sf-header);
  }
  .mainLandingHeaderNavigationLinks {
    display: none;
    width: 234px;
  }
  .mainLandingHeaderNavigationLinks a {
    padding: 4px 4px 4px 8px;
    border-radius: 4px;
    min-height: 28px;
    box-sizing: border-box;
    width: 100%;
    color: var(--color-text-docs-hight-contrast);
    background: var(--mainLandingHeaderNavigationLinks-background, transparent);
    transition: color 250ms, background-color 250ms;
  }
  .mainLandingHeaderNavigationLinks a:hover {
    --mainLandingHeaderNavigationLinks-background: var(--color-surfaces-docs-sf-3);
  }
  .mainLandingHeaderNavigation__burgerButton {
    display: block;
    order: 1;
  }
}
@media (max-width: 779px) {
  .mainLandingHeader.is-menu-open .mainLandingHeaderNavigationLinksWrapper {
    display: block;
    position: fixed;
    background: var(--color-surfaces-docs-sf-1);
    height: 100vh;
    width: 320px;
    max-width: 100%;
    right: 0;
    top: 0;
  }
  .mainLandingHeader.is-menu-open .mainLandingHeaderNavigationLinksWrapper .mainLandingHeaderNavigationLinks {
    background: none;
    margin-top: 72px;
    padding: 24px;
    width: 100%;
  }
}
.mainLandingHeaderNavigationLinks {
  color: var(--color-text-docs-basic-greyViolet);
}
.mainLandingHeaderNavigationLinks a:hover {
  color: var(--color-text-docs-hight-contrast);
}
.mainLandingHeaderNavigationLinks a:active {
  color: var(--color-text-docs-selected);
}
a:has(.mainLandingHeaderNavigationLinks__tooltip) {
  position: relative;
}
.mainLandingHeaderNavigationLinks__tooltip {
  background: var(--color-surfaces-docs-sf-4);
  color: var(--color-text-docs-hight-contrast);
  font-size: var(--size-text-body-4);
  padding: 4px 8px;
  line-height: normal;
  border-radius: 8px;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.mainLandingHeaderNavigationLinks .dropdown {
  padding: 4px 4px 4px 8px;
}
.mainLandingHeaderNavigationLinks .dropdown svg {
  display: none;
}
.mainLandingLangSwitcher {
  width: fit-content;
}
.mainLandingLangSwitcher .dropdown__arrow {
  display: none;
}

@media (max-width: 779px) {
  .mainLandingLangSwitcher .dropdown__panel {
    left: -160px;
    width: 272px;
  }
}
.mainLandingVideoFooter {
  width: 100%;
  overflow: hidden;
}
.mainLandingBackgroundCircle {
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 50%;
  background: var(--color-background-radial-gradient-16);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1258px;
  max-height: 1258px;
  z-index: 1;
}
.mainLandingBackgroundCircle.is-left {
  left: 0;
}
.mainLandingBackgroundCircle.no-z-index {
  z-index: unset;
}
.defaultFooter {
  background-color: var(--color-background-docs-bg-1);
  font-size: var(--size-text-body-3);
  border-top: 1px solid var(--color-borders-land-card-border);
  position: relative;
  z-index: 2;
}
.defaultFooter .container {
  padding: 16px 20px;
}
.defaultFooter__logo {
  display: block;
  width: min-content;
}
.defaultFooter__logo svg {
  height: 24px;
}

@media (min-width: 969px) {
  .defaultFooter .container {
    padding: 24px var(--size-padding-large);
    display: grid;
    grid-template-columns: minmax(max-content, 500px) auto;
    grid-template-rows: 1fr min-content;
    grid-template-areas: "logo      footerMenu" "copyright footerMenu";
  }
  .defaultFooter__logo {
    grid-area: logo;
  }
  .defaultFooter__copytight {
    grid-area: copyright;
  }
  .defaultFooter .footerMenu {
    grid-area: footerMenu;
  }
}
.footerMenu {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, max-content);
}

.footerMenuGroup {
  display: grid;
  gap: 16px;
  justify-content: start;
  align-content: start;
  justify-items: start;
}
.footerMenuGroup__header {
  font-size: var(--size-text-body-2);
  color: var(--color-text-docs-hight-contrast);
}
.footerMenuGroup a {
  display: flex;
  gap: 6px;
  align-items: center;
  transition: color 250ms;
}
.footerMenuGroup a:hover {
  color: var(--color-text-docs-hight-contrast);
}

@media (max-width: 969px) {
  .footerMenu {
    grid-template-columns: auto;
    margin: 40px 0;
  }
}
body {
  background: var(--color-background-land-bg);
  position: relative;
}

.mainLandingLayout {
  width: 100%;
  max-width: 1920px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.mainLandingLayout .as-h1 {
  font-size: var(--size-text-header-1);
  font-weight: var(--weight-semibold);
  line-height: 39px;
}
.mainLandingLayout__main {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.mainLandingLayout__video {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 800px;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 60px;
}

@media (min-width: 970px) {
  .defaultFooter.mainLandingLayout__footer .footerMenu {
    justify-content: end;
  }
}
@media (max-width: 969px) and (min-width: 580px) {
  .defaultFooter.mainLandingLayout__footer .footerMenu {
    grid-auto-flow: column;
  }
}
@media (min-width: 780px) {
  .defaultFooter.mainLandingLayout__footer .container {
    padding: 24px 60px 60px 60px;
  }
}
@media (max-width: 779px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .defaultFooter.mainLandingLayout__footer .container {
    padding-bottom: 32px;
  }
}
@media (min-width: 1920px) {
  .mainLandingLayoutWrapper {
    display: flex;
    justify-content: center;
  }
}
.mainLandingSmallCard {
  display: flex;
  flex-direction: column;
}
.mainLandingSmallCard__logo {
  margin-bottom: 32px;
  width: 48px;
  height: 48px;
}
.mainLandingSmallCard__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-text-docs-selected);
  margin-bottom: 8px;
}
.mainLandingSmallCard__description {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: var(--color-text-docs-basic-greyViolet);
}

@media (max-width: 779px) {
  .mainLandingSmallCard__title {
    font-size: 17px;
  }
  .mainLandingSmallCard__description {
    font-size: 13px;
    letter-spacing: 0.26px;
  }
}
.principlesCards {
  display: grid;
  gap: 32px 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
}

@media (max-width: 779px) {
  .principlesCards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.aboutPrinciples {
  position: relative;
  overflow: hidden;
}
.aboutPrinciples__title {
  color: var(--color-text-docs-hight-contrast);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}
.aboutPrinciples__teamPhoto {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}
.aboutPrinciples__content {
  display: grid;
  align-items: center;
  gap: 60px;
}
.aboutPrinciples .mainLandingBackgroundCircle {
  left: 0;
  bottom: 25%;
  max-width: 2084px;
  max-height: 2084px;
  z-index: -1;
}

@media (min-width: 1367px) {
  .aboutPrinciples__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 779px) {
  .aboutPrinciples__title {
    font-size: 25px;
    margin-bottom: 28px;
  }
}
.aboutLandingLayout {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  overflow: hidden;
}
.aboutLandingLayout .container_2 {
  padding-block: 60px !important;
}
.aboutLandingLayout__video {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.aboutLandingLayout__header {
  overflow: hidden;
  position: relative;
}
.aboutLandingLayout__headerShadow {
  position: absolute;
  width: 4000px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-background-radial-gradient-16);
  transform: translate(-50%, -25%);
  top: 0;
  left: 0;
}

@media (max-width: 779px) {
  .aboutLandingLayout .container {
    padding: 20px 24px !important;
  }
}
.aboutExperts {
  background: var(--color-background-land-bg);
}
.aboutExpertHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-text-docs-hight-contrast);
  gap: 32px;
  margin-bottom: 32px;
}
.aboutExpertHeader__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.aboutExpertHeader__description {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
}
.aboutExpertHeader__description span {
  color: var(--color-text-docs-selected);
}

@media (max-width: 1919px) {
  .aboutExpertHeader {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .aboutExpertHeader__title {
    font-size: 25px;
  }
  .aboutExpertHeader__description {
    font-size: 13px;
  }
}
@media (max-width: 779px) {
  .aboutExpertHeader {
    margin-bottom: 28px;
  }
}
.aboutExpertsList {
  display: grid;
  grid-template-columns: 1fr 810px;
  grid-auto-flow: column;
  gap: 24px;
  min-height: 570px;
}
.aboutExpertsList:has(.aboutExpertCard:nth-child(1) > input[type=radio]:not(:checked)) > .aboutExpertsList__infos > .aboutExpertInfo:nth-child(1) {
  display: none;
}
.aboutExpertsList:has(.aboutExpertCard:nth-child(2) > input[type=radio]:not(:checked)) > .aboutExpertsList__infos > .aboutExpertInfo:nth-child(2) {
  display: none;
}
.aboutExpertsList:has(.aboutExpertCard:nth-child(3) > input[type=radio]:not(:checked)) > .aboutExpertsList__infos > .aboutExpertInfo:nth-child(3) {
  display: none;
}
.aboutExpertsList:has(.aboutExpertCard:nth-child(4) > input[type=radio]:not(:checked)) > .aboutExpertsList__infos > .aboutExpertInfo:nth-child(4) {
  display: none;
}
.aboutExpertsList:has(.aboutExpertCard:nth-child(5) > input[type=radio]:not(:checked)) > .aboutExpertsList__infos > .aboutExpertInfo:nth-child(5) {
  display: none;
}
.aboutExpertsList:has(.aboutExpertCard:nth-child(6) > input[type=radio]:not(:checked)) > .aboutExpertsList__infos > .aboutExpertInfo:nth-child(6) {
  display: none;
}
.aboutExpertsList__infos {
  grid-column: 1/2;
}
.aboutExpertsList__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: start;
  align-self: start;
}

.aboutExpertCard {
  cursor: pointer;
  aspect-ratio: 1;
  width: 256px;
  padding: 16px;
  position: relative;
  box-sizing: border-box;
  border: 2px solid var(--color-borders-docs-border-3);
  background: radial-gradient(106.25% 106.25% at 50% 100%, rgba(5, 243, 255, 0.14) 0%, rgba(5, 243, 255, 0) 100%), rgba(19, 21, 47, 0.7);
  box-shadow: 0 20px 40px 0 var(--color-elements-docs-shadow);
  transition: border-color 250ms;
  display: flex;
  border-radius: 16px;
  flex-shrink: 0;
  align-items: end;
}
.aboutExpertCard:hover {
  border-color: var(--color-text-docs-hight-contrast);
  background: radial-gradient(106.25% 106.25% at 50% 100%, rgba(5, 243, 255, 0.14) 0%, rgba(5, 243, 255, 0) 100%), rgba(0, 0, 0, 0);
}
.aboutExpertCard:has(> input[type=radio]:checked) {
  border-color: var(--color-text-docs-selected);
  background: var(--color-borders-land-card-border-hov);
  --about-expert-position-color: var(--color-text-docs-basic-greyViolet);
  --about-expert-name-color: var(--color-text-docs-selected);
  --about-expert-name-bg: var(--color-borders-docs-border-3);
}
.aboutExpertCard:has(> input[type=radio]:checked):hover {
  border-color: var(--color-text-docs-hight-contrast);
}
.aboutExpertCard__portrate_large {
  position: absolute;
  inset: 0;
  top: unset;
  width: 100%;
}
.aboutExpertCard__portrate_small {
  display: none;
}
.aboutExpertCard__name, .aboutExpertCard__position {
  width: max-content;
  padding: 8px;
  border-radius: 12px;
  background: var(--about-expert-name-bg, var(--color-background-land-bg));
  position: relative;
  z-index: 2;
  transition: color 250ms, background-color 250ms;
}
.aboutExpertCard__name {
  color: var(--about-expert-name-color, var(--color-text-docs-hight-contrast));
  font-size: 20px;
  font-weight: 600;
  border-bottom-left-radius: 0;
  white-space: nowrap;
}
.aboutExpertCard__position {
  color: var(--about-expert-position-color, var(--color-text-docs-basic-gray));
  font-size: 15px;
  font-weight: 500;
  border-top-right-radius: 0;
  margin-top: -8px;
}

.aboutExpertInfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  min-height: 100%;
}
.aboutExpertInfo__portraiteWrap {
  align-self: end;
  position: relative;
}
.aboutExpertInfo__portraite {
  position: absolute;
  display: block;
  left: -60px;
  bottom: -60px;
}
.aboutExpertInfo__name {
  color: var(--color-text-docs-hight-contrast);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.aboutExpertInfo__position {
  color: var(--color-text-docs-basic-greyViolet);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
}
.aboutExpertInfo__content {
  color: var(--color-text-docs-basic-gray);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}
.aboutExpertInfo__content p:not(:last-child) {
  margin-bottom: 16px;
}
.aboutExpertInfo__content a {
  color: var(--color-text-docs-link);
}
.aboutExpertInfo__content a:not(:hover) {
  text-decoration: underline;
}

.expertPublications {
  margin-top: 28px;
}
.expertPublications__links {
  list-style: disc;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  padding-left: 14px;
}
.expertPublications li::marker {
  color: var(--color-text-docs-basic-greyViolet);
}
.expertPublications li:not(:last-child) {
  margin-bottom: 16px;
}
.expertPublications__caption {
  color: var(--color-text-docs-hight-contrast);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}

@media (width < 1800px) {
  .aboutExpertsList {
    display: block;
  }
  .aboutExpertsList__infos {
    margin-top: 32px;
  }
  .aboutExpertInfo {
    grid-template-columns: auto 1fr;
  }
  .aboutExpertInfo__portraite {
    position: static;
    max-width: 500px;
    margin-bottom: -60px;
  }
}
@media (width < 1300px) {
  .aboutExpertInfo__portraite {
    margin-left: -100px;
  }
}
@media (width < 960px) {
  .aboutExpertCard {
    width: 120px;
    padding: 0;
    overflow: hidden;
  }
  .aboutExpertCard > :not(.aboutExpertCard__portrate_small) {
    display: none;
  }
  .aboutExpertCard__portrate_small {
    display: block;
    max-width: 100%;
  }
  .aboutExpertInfo {
    gap: 0;
  }
  .aboutExpertInfo__portraite {
    margin-left: -120px;
  }
}
@media (width < 780px) {
  .aboutExpertInfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .aboutExpertInfo__portraiteWrap {
    order: 3;
    align-self: center;
  }
  .aboutExpertInfo__portraite {
    margin: 0 auto;
    margin-bottom: -20px;
  }
}
.aboutJoin__title {
  text-align: center;
  color: var(--color-text-docs-hight-contrast);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}
.aboutJoin__cards {
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
  grid-auto-columns: 142px;
  justify-content: center;
}
.aboutJoin .aboutJoinCard {
  flex-direction: column;
}
.aboutJoin .aboutJoinCard .aboutJoinCard__inner {
  flex-direction: column;
}
.aboutJoin .aboutJoinCard img {
  height: 140px;
  width: 140px;
}

@media (max-width: 779px) {
  .aboutJoin__title {
    font-size: 25px;
  }
  .aboutJoin__cards {
    grid-auto-flow: unset;
    grid-auto-columns: unset;
  }
}
.aboutJoinCard {
  display: flex;
  align-items: center;
  padding: 1px;
  position: relative;
  min-height: 80px;
  border-radius: 16px;
  background-image: linear-gradient(90deg, rgb(28, 31, 69) 0%, rgb(255, 255, 255) 45%, rgb(19, 21, 47) 100%);
  transition: background 250ms;
  box-shadow: var(--color-elements-docs-shadow);
}
.aboutJoinCard__inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #04181c;
  padding-bottom: 20px;
}
.aboutJoinCard img {
  height: 80px;
  width: 80px;
}
.aboutJoinCard__title {
  color: var(--color-text-docs-basic-greyViolet);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.aboutJoinCard:hover .aboutJoinCard__inner {
  background: radial-gradient(circle, rgb(1, 46, 48) 0%, rgb(2, 40, 42) 100%);
}
.aboutJoinCard:hover .aboutJoinCard__title {
  color: var(--color-text-docs-selected);
}
.aboutVideoHeader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 1080px;
}

@media (max-width: 959px) {
  .aboutVideoHeader {
    transform: translate(-39.5%, -50%);
  }
}
@media (max-width: 779px) {
  .aboutVideoHeader {
    height: 540px;
    top: 0;
    transform: translate(-39.5%, 0);
  }
}
.aboutHeading {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr;
  position: relative;
  height: 500px;
  margin-left: auto;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.aboutHeading__title {
  color: var(--color-text-docs-hight-contrast);
  display: block;
}
.aboutHeading__subtitle {
  color: var(--color-text-docs-selected);
  display: block;
}
.aboutHeading__block {
  max-width: 485px;
  grid-column: 2/3;
  margin-inline: auto;
}

@media (max-width: 959px) {
  .aboutHeading {
    text-align: center;
    margin-inline: auto;
    grid-template-columns: 1fr;
    place-content: end center;
    padding-bottom: 120px;
  }
  .aboutHeading__block {
    max-width: none;
    grid-column: 1;
  }
}
@media (max-width: 779px) {
  .aboutHeading {
    font-size: 25px;
    height: 320px;
    padding-bottom: 70px;
  }
}
@charset "UTF-8";
.subInfoList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color-text-docs-basic-greyViolet);
  gap: 4px 8px;
}
.subInfoList__item:not(:last-child)::after {
  content: "•";
  display: inline-block;
  margin-left: 8px;
}
.subInfoList__subInfo {
  font-size: 12px;
  font-weight: 500;
}
.aboutNewsSteps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.aboutNewsStep {
  padding: 24px 24px 0 0;
  position: relative;
}
.aboutNewsStep::before {
  content: "";
  border-radius: 50%;
  border: 2px solid var(--color-text-docs-selected);
  position: absolute;
  display: block;
  width: 15px;
  aspect-ratio: 1;
  z-index: 1;
  top: 0;
}
.aboutNewsStep::after {
  content: "";
  display: block;
  position: absolute;
  background: var(--color-text-docs-selected);
  height: 1px;
  inset: 9px 0 auto 17px;
}
.aboutNewsStep__title {
  font-size: 16px;
  color: var(--color-text-docs-hight-contrast);
  font-weight: var(--weight-medium);
  margin-top: 16px;
  margin-bottom: 8px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
}
.aboutNewsStep__title:hover {
  text-decoration: underline;
}
.aboutNewsStep:first-child::before {
  background: radial-gradient(50% 50% at 50% 50%, var(--color-text-docs-selected) 0%, var(--color-background-docs-bg-1) 74.5%);
}
.aboutNewsStep:last-child::after {
  background: linear-gradient(var(--about-news-last-step-deg, 90deg), rgb(86, 181, 184), rgb(15, 16, 36));
}

@media (max-width: 779px) {
  .aboutNewsSteps {
    display: block;
  }
  .aboutNewsStep {
    --about-news-last-step-deg: 180deg;
    padding: 0 0 20px 27px;
  }
  .aboutNewsStep__title {
    margin-top: 0;
    height: auto;
    font-size: 15px;
  }
  .aboutNewsStep::before {
    left: 0;
  }
  .aboutNewsStep::after {
    height: auto;
    width: 1px;
    inset: 17px auto 0 9px;
  }
}
.aboutNews {
  background-color: var(--color-surfaces-land-sf-1);
  backdrop-filter: blur(3px);
  border-radius: 20px;
  padding: 32px;
}
.aboutNews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.aboutNews__title {
  font-size: var(--size-text-header-2);
  color: var(--color-text-docs-hight-contrast);
  font-weight: var(--weight-medium);
}
.aboutNews__allNews {
  display: flex;
  gap: 8px;
  font-size: var(--size-text-body-3);
  font-weight: var(--weight-medium);
  white-space: nowrap;
}
.aboutNews__allNews svg {
  transform: rotate(180deg);
}
.aboutNews__allNews:hover {
  text-decoration: underline;
}

@media (max-width: 779px) {
  .aboutNews__title {
    font-size: 23px;
  }
}
.aboutAfterOffer {
  background: var(--color-surfaces-land-sf-card3-default);
}
.aboutAfterOffer .container {
  position: relative;
}
.aboutAfterOffer__bookmark {
  position: absolute;
  top: -8px;
  right: 60px;
}

@media (width < 780px) {
  .aboutAfterOffer__bookmark {
    display: none;
  }
}
.landingTabs .landingTabs__tabs {
  background: var(--color-surfaces-land-sf-card);
  border: 1px solid var(--color-borders-docs-border-3);
  padding: 3px;
  border-radius: 8px;
  display: flex;
  width: fit-content;
  gap: 4px;
  margin-bottom: 32px;
}
.landingTabs_isEqualTabs .landingTabs__tabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.landingTabs_isEqualTabs .landingTabs__tabs .landingTab {
  width: 100%;
}
.landingTabs .landingTab {
  width: max-content;
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid;
  cursor: pointer;
  font-weight: var(--weight-semibold);
  border-color: var(--tab-border-color, transparent);
  background: var(--tab-background, transparent);
  color: var(--tab-color, var(--color-text-docs-basic-gray));
  transition-property: border-color, background-color, color;
  transition-duration: 250ms;
  min-height: 32px;
  padding: 7px 13px;
  font-size: var(--size-text-body-3);
}
.landingTabs .landingTab:hover {
  border-color: var(--tab-border-color-hover, transparent);
  background: var(--tab-background-hover, transparent);
  color: var(--tab-color-hover, var(--color-text-docs-hight-contrast));
}
.landingTabs .landingTab:has(> input[type=radio]:checked) {
  --tab-border-color: var(--color-text-docs-selected);
  --tab-background: var(--color-btn-s-def);
  --tab-color: var(--color-text-docs-hight-contrast);
  --tab-border-color-hover: var(--color-text-docs-selected);
  --tab-background-hover: var(--color-btn-s-hov);
}
.landingTabs .landingTabPanel {
  display: none;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(1) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(1) {
  display: block;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(2) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(2) {
  display: block;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(3) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(3) {
  display: block;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(4) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(4) {
  display: block;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(5) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(5) {
  display: block;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(6) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(6) {
  display: block;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(7) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(7) {
  display: block;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(8) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(8) {
  display: block;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(9) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(9) {
  display: block;
}
.landingTabs:has(> .landingTabs__tabs > .landingTab:nth-child(10) > input[type=radio]:checked) > .landingTabs__panels > .landingTabPanel:nth-child(10) {
  display: block;
}

@media (max-width: 779px) {
  .landingTabs_isEqualTabs .landingTabs__tabs {
    grid-auto-flow: dense;
    width: auto;
  }
}
.afterOfferCardsWrapper {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.afterOfferCard__pict {
  border-radius: 8px;
  background: var(--color-surfaces-docs-sf-4);
  margin-bottom: 16px;
  padding: 16px;
  width: min-content;
}
.afterOfferCard__pict svg {
  color: var(--color-text-docs-selected);
  width: 48px;
  display: block;
}
.afterOfferCard__title {
  color: var(--color-text-docs-hight-contrast);
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: var(--weight-semibold);
}
.afterOfferCard__body {
  color: var(--color-text-docs-basic-greyViolet);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: var(--weight-medium);
}
.afterOfferCard__body ul {
  list-style-type: disc;
  padding-left: 20px;
}

@media (max-width: 1366px) {
  .afterOfferCardsWrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 779px) {
  .afterOfferCardsWrapper {
    grid-template-columns: 1fr;
  }
}
.aboutWelcome {
  background: var(--color-background-land-bg);
}
.aboutWelcome__h3 {
  color: var(--color-text-docs-hight-contrast);
  font-size: 24px;
  font-weight: var(--weight-semibold);
  margin: 16px 0;
}
.aboutWelcome__tagsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.aboutWelcome__tag {
  padding: 8px;
  background: rgba(152, 71, 255, 0.36);
  color: var(--color-text-docs-hight-contrast);
  border-radius: 8px;
  font-size: 16px;
  font-weight: var(--weight-medium);
}
.skillTreeWrapper {
  background: url("/assets/images/landing/about/skill-tree-bg.svg") no-repeat center bottom;
  background-size: contain;
  padding-bottom: 50px;
  margin-block: 32px;
}
.skillTreeWrapper__title {
  color: var(--color-text-docs-hight-contrast);
  font-size: 24px;
  font-weight: var(--weight-semibold);
  margin-bottom: 8px;
  text-align: center;
}
.skillTreeWrapper__desc {
  text-align: center;
  margin-bottom: 20px;
  color: var(--color-text-docs-basic-greyViolet);
  font-size: 15px;
}

.skillTree {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: center;
  margin-inline: auto;
  max-width: 1450px;
}
.skillTree__rowBraker {
  flex-basis: 100%;
  margin-bottom: -12px;
  display: none;
}

@media (1570px > width >= 1280px) {
  .skillTreeItem:nth-child(1) {
    margin-left: 15%;
  }
  .skillTreeItem:nth-child(3) {
    margin-right: 15%;
  }
}
@media (1279px > width >= 960px) {
  .skillTreeItem:nth-child(1) {
    margin-left: 17%;
  }
  .skillTreeItem:nth-child(2) {
    margin-right: 17%;
  }
  .skillTreeItem:nth-child(6) {
    margin-left: 17%;
  }
  .skillTreeItem:nth-child(7) {
    margin-right: 17%;
  }
}
.skillTreeItem {
  width: 280px;
  padding: 20px;
  border-radius: 16px;
  background: var(--color-surfaces-land-sf-1);
  border: 2px solid var(--color-borders-docs-border-3);
  backdrop-filter: blur(4px);
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.skillTreeItem__content {
  margin-bottom: auto;
  flex: 1;
}
.skillTreeItem::after {
  content: "";
  display: block;
  background: url("/assets/images/landing/about/skill-check.svg") no-repeat;
  background-size: contain;
  width: 46px;
  aspect-ratio: 1;
  margin-top: 12px;
  flex-shrink: 0;
}
.skillTreeItem__pict {
  width: 120px;
  margin-bottom: 12px;
}
.skillTreeItem__title {
  color: var(--color-text-docs-hight-contrast);
  font-size: 16px;
  font-weight: var(--weight-medium);
}
.skillTreeItem__desc {
  color: var(--color-text-docs-basic-greyViolet);
  font-size: 15px;
  margin-top: 8px;
}
:is(.skillTreeItem__desc, .skillTreeItem__title) a {
  color: var(--color-text-docs-link);
}
:is(.skillTreeItem__desc, .skillTreeItem__title) a:not(:hover) {
  text-decoration: underline;
}

@media (max-width: 1366px) {
  .skillTree {
    max-width: 1150px;
  }
  .skillTreeItem {
    width: 260px;
  }
}
@media (max-width: 959px) {
  .skillTreeItem {
    padding: 16px;
  }
  .skillTreeItem__pict {
    width: 100px;
  }
  .skillTreeItem::after {
    margin: 0;
    position: absolute;
    width: 36px;
    left: calc(50% + 25px);
    top: 75px;
  }
}
@media (max-width: 779px) {
  .skillTreeWrapper {
    margin-block: 28px;
    padding-bottom: 0;
    background-position: center 100px;
  }
  .skillTree {
    margin-top: 50px;
    max-width: 560px;
    margin-bottom: 0;
  }
}
.landingPanel {
  padding: 32px;
  border-radius: 20px;
  background: var(--color-surfaces-land-sf-1);
  font-size: 15px;
  color: var(--color-text-docs-basic-greyViolet);
}
.landingPanel_bordered {
  border: 2px solid var(--color-borders-docs-border-3);
}
.mapPanel {
  margin-bottom: 12px;
}
.mapPanel__title {
  font-size: 24px;
  font-weight: var(--weight-semibold);
  margin-bottom: 8px;
  color: var(--color-text-docs-selected);
}
.mapPanel__desc {
  margin-bottom: 16px;
}
.mapPanel__mapWrapper {
  background: url("/assets/images/landing/about/map-cover.big.svg") no-repeat center center;
  background-size: 100% 100%;
  height: 265px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  align-items: center;
  padding-inline: 4%;
}
.mapPanel__mapWrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  mask-image: var(--map-path-mask);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  color: #5F66BE;
  background: linear-gradient(to right, var(--map-path-color1, currentColor) 33.33%, var(--map-path-color2, currentColor) 33.33%, var(--map-path-color2, currentColor) 66.66%, var(--map-path-color3, currentColor) 66.66%);
}
.mapPanel__mapWrapper:has(:not(.mapPoint > input:checked)) {
  --map-path-color1: #b789f2;
}
.mapPanel__mapWrapper:has(.mapPoint:nth-child(1) > input:checked) {
  --map-path-color1: #b88af2;
}
.mapPanel__mapWrapper:has(.mapPoint:nth-child(2) > input:checked) {
  --map-path-color1: var(--color-text-docs-selected);
  --map-path-color2: #b88af2;
}
.mapPanel__mapWrapper:has(.mapPoint:nth-child(3) > input:checked) {
  --map-path-color1: var(--color-text-docs-green);
  --map-path-color2: var(--color-text-docs-selected);
  --map-path-color3: #b789f2;
}
.mapPanel__mapWrapper:has(.mapPoint:nth-child(4) > input:checked) {
  --map-path-color1: var(--color-text-docs-green);
  --map-path-color2: var(--color-text-docs-green);
  --map-path-color3: var(--color-text-docs-selected);
}
.mapPanel__mapWrapper:has(.mapPoint:nth-child(5) > input:checked) {
  --map-path-color1: var(--color-text-docs-green);
  --map-path-color2: var(--color-text-docs-green);
  --map-path-color3: var(--color-text-docs-green);
}

@keyframes mapPointDisabledShakerAnimation {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes mapPointCheckerAnimation {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  10% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes mapPointBorderAnimation {
  0% {
    transform: scale(0.9);
  }
  80%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.mapPoint {
  position: relative;
  z-index: 2;
  transition: color 250ms, background 250ms;
  aspect-ratio: 1;
  width: 80px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
}
.mapPoint_hide {
  display: none;
}
.mapPoint::after {
  content: "";
  position: absolute;
  inset: -10px;
  mask-image: url("/assets/images/landing/about/map-point-border.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  background: currentColor;
  transition: opacity 250ms;
}
.mapPoint:is(:has(~ .mapPoint > input:checked), :has(> input:checked), :has(> input:checked) + .mapPoint):hover {
  color: var(--color-text-docs-hight-contrast) !important;
  background: #0B0B19 !important;
}
.mapPoint:is(:has(~ .mapPoint > input:checked), :has(> input:checked), :has(> input:checked) + .mapPoint):hover::after {
  opacity: 1 !important;
}
.mapPoint:has(> input:checked) + .mapPoint ~ .mapPoint {
  color: #5F66BE;
  background: #0B0B19;
  cursor: not-allowed;
  --map-poin-main-icon-color: currentColor;
  --map-poin-main-icon: url("/assets/images/landing/about/map-point-lock.svg");
}
.mapPoint:has(> input:checked) + .mapPoint ~ .mapPoint:active {
  pointer-events: none;
}
.mapPoint:has(> input:checked) + .mapPoint ~ .mapPoint:hover {
  animation: mapPointDisabledShakerAnimation 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97);
  transform: translate3d(0, 0, 0); /* Improves performance by forcing hardware acceleration */
}
.mapPoint:has(> input:checked) + .mapPoint ~ .mapPoint:hover .mapPoint__mainIcon {
  transform: translate3d(0, 0, 0); /* Improves performance by forcing hardware acceleration */
  animation: mapPointDisabledShakerAnimation 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0.15s;
}
.mapPoint:has(> input:checked) {
  color: var(--color-text-docs-selected);
  background: radial-gradient(106.25% 106.25% at 50% 100%, rgba(5, 243, 255, 0.14) 0%, rgba(5, 243, 255, 0) 100%), #0B0B19;
  cursor: pointer;
}
.mapPoint:has(> input:checked)::before {
  content: "";
  position: absolute;
  inset: -9px;
  border: 8px solid currentColor;
  color: rgba(5, 243, 255, 0.12);
  border-radius: 50%;
  animation: mapPointBorderAnimation 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}
.mapPoint:has(> input:checked) + .mapPoint {
  background: radial-gradient(106.25% 106.25% at 50% 100%, rgba(5, 243, 255, 0.14) 0%, rgba(5, 243, 255, 0) 100%), #0B0B19;
  cursor: pointer;
  --map-poin-main-icon-color: currentColor;
  --map-poin-main-icon: url("/assets/images/landing/about/map-point-quest.svg") !important;
  color: #B88AF2;
}
.mapPoint:has(~ .mapPoint > input:checked) {
  cursor: pointer;
  background: radial-gradient(106.25% 106.25% at 50% 100%, rgba(5, 243, 255, 0.14) 0%, rgba(5, 243, 255, 0) 100%), #0B0B19;
  color: var(--color-text-docs-green);
}
.mapPoint:has(~ .mapPoint > input:checked)::after {
  opacity: 0;
}
.mapPoint:has(~ .mapPoint > input:checked) .mapPoint__checkIcon {
  opacity: 1;
  animation: mapPointCheckerAnimation 0.4s;
}
.mapPoint__mainIcon {
  background: var(--map-poin-main-icon-color, var(--color-text-docs-hight-contrast));
  mask-image: var(--map-poin-main-icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  width: 48px;
  aspect-ratio: 1;
  margin: auto;
}
.mapPoint__checkIcon {
  position: absolute;
  background: var(--color-text-docs-green);
  mask-image: url("/assets/images/landing/about/map-point-check.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  width: 40px;
  aspect-ratio: 1;
  bottom: -6px;
  right: -13px;
  opacity: 0;
}
.mapPoint:nth-child(1) {
  --map-poin-main-icon: url("/assets/images/landing/about/map-point-scroll.svg");
}
.mapPoint:nth-child(2) {
  --map-poin-main-icon: url("/assets/images/landing/about/map-point-swords.svg");
  margin-top: 70px;
}
.mapPoint:nth-child(3) {
  --map-poin-main-icon: url("/assets/images/landing/about/map-point-message.svg");
  margin-bottom: 70px;
}
.mapPoint:nth-child(4) {
  --map-poin-main-icon: url("/assets/images/landing/about/map-point-horned-skull.svg");
}
.mapPoint:nth-child(4)::after {
  mask-image: url("/assets/images/landing/about/map-point-boss-border.svg");
}

@media (width >= 1360px) {
  .mapPanel__mapWrapper {
    --map-path-mask: url("/assets/images/landing/about/quest_path_1760.svg");
    padding-inline: 5%;
  }
}
@media (900px <= width < 1360px) {
  .mapPanel__mapWrapper {
    --map-path-mask: url("/assets/images/landing/about/quest_path_1206.svg");
    padding-inline: 5%;
  }
}
@media (width < 900px) {
  .mapPanel__mapWrapper {
    --map-path-mask: url("/assets/images/landing/about/quest_path_800.svg");
    padding-inline: 7%;
  }
}
@media (width < 780px) {
  .mapPanel__mapWrapper {
    margin-left: -30px;
    width: calc(100% + 60px);
    background-image: url("/assets/images/landing/about/map-cover.small.svg");
    height: 88px;
  }
  .mapPanel__mapWrapper::before {
    display: none;
  }
  .mapPoint {
    width: 50px;
    margin: unset !important;
  }
  .mapPoint__mainIcon {
    width: 32px;
  }
  .mapPoint__checkIcon {
    width: 20px;
    bottom: -4px;
    right: -7px;
  }
}
.gameStep {
  font-size: 16px;
  font-weight: var(--weight-medium);
}
.gameStep__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 28px;
}
.gameStep__title {
  font-size: 24px;
  font-weight: var(--weight-semibold);
  color: var(--color-text-docs-hight-contrast);
}
.gameStep__level {
  color: var(--color-text-docs-selected);
  margin-right: 16px;
}
.gameStep__buttons {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 16px;
  flex-shrink: 0;
}
.gameStep__buttonsLink {
  color: var(--color-text-docs-basic-gray);
  cursor: pointer;
}
.gameStep__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gameStep__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gameStep__list li {
  display: flex;
  gap: 12px;
  align-items: center;
}
.gameStep__list_check li::before {
  content: "";
  background: var(--color-text-docs-green);
  mask-image: url("/assets/images/landing/about/map-point-check.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  width: 28px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.gameStep__list_dot li::before {
  content: "";
  background: #B88AF2;
  aspect-ratio: 1;
  flex-shrink: 0;
  width: 8px;
  transform: rotate(45deg);
  align-self: flex-start;
  margin-top: 6px;
}
.gameStep__outletBlock {
  border-radius: 16px;
  border: 1px solid var(--color-borders-land-card3-border-wp);
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
}
.gameStep__outletBlock::before {
  content: "";
  background: #B88AF2;
  mask-image: var(--game-stem-ob-icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  width: 28px;
  aspect-ratio: 1;
}
.gameStep strong {
  color: var(--color-text-docs-hight-contrast);
}

.welcomeGame:has(.mapPoint:nth-child(1) > input:checked) .gameStep:not(:nth-child(1)) {
  display: none;
}

.welcomeGame:has(.mapPoint:nth-child(2) > input:checked) .gameStep:not(:nth-child(2)) {
  display: none;
}

.welcomeGame:has(.mapPoint:nth-child(3) > input:checked) .gameStep:not(:nth-child(3)) {
  display: none;
}

.welcomeGame:has(.mapPoint:nth-child(4) > input:checked) .gameStep:not(:nth-child(4)) {
  display: none;
}

.welcomeGame:has(.mapPoint:nth-child(5) > input:checked) .gameStep:not(:nth-child(5)) {
  display: none;
}

@media (width < 780px) {
  .gameStep__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .gameStep__level {
    display: block;
  }
  .gameStep__body {
    gap: 12px;
  }
  .gameStep__outletBlock {
    padding: 12px;
    grid-template-columns: 1fr;
    gap: 12px;
  }
}