@font-face {
  font-family: Croc W;
  src: url('../fonts/Croc-Light__W.woff2') format("woff2"), url('../fonts/Croc-Light__W.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Croc W;
  src: url('../fonts/Croc-Bold__W.woff2') format("woff2"), url('../fonts/Croc-Bold__W.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Croc W;
  src: url('../fonts/Croc-Regular__W.woff2') format("woff2"), url('../fonts/Croc-Regular__W.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-black: #1f2023;
  --white: white;
  --yellow: #e4fa39;
  --blue-violet: #6626ec;
  --white-smoke: #f4f5f6;
  --transparent: #fff0;
  --border-radius-60: 4.16667rem;
  --light-slate-grey: #9194a5;
  --dim-grey: #494b52;
  --gainsboro: #d9d9d9;
}

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

body {
  background-color: var(--main-black);
  color: var(--white);
  font-family: Croc W, sans-serif;
  font-size: 1.04167rem;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 7rem;
  font-weight: 700;
  line-height: 100%;
}

a {
  text-decoration: underline;
  transition: all .3s ease-in-out;
}

a:hover {
  color: var(--yellow);
}

.custom-css {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.root {
  height: auto;
  display: block;
}

.root.profit-root {
  width: 100vw;
}

.root.root-system {
  height: 100vh;
  max-height: 100vh;
}

.header {
  z-index: 1000;
  background-color: var(--main-black);
  border-bottom-right-radius: 1.38889rem;
  border-bottom-left-radius: 1.38889rem;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: auto;
}

.main-logo {
  width: 4.09722rem;
}

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

.header-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.space-system {
  display: none;
}

.padding-vertical__18 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.grid-collumn__60 {
  grid-column-gap: 4.16667rem;
  align-items: center;
  display: flex;
}

.pixel-perfect {
  opacity: .3;
  position: absolute;
  inset: 0% 0% auto;
}

.pixel-perfect.pointer-events-off {
  z-index: 1001;
  opacity: .45;
  display: none;
}

.pixel-perfect--img {
  width: 100%;
  height: 100%;
}

.style-systems {
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-link {
  font-size: .9375rem;
}

.section {
  z-index: 1;
  background-color: var(--main-black);
  position: relative;
}

.section.s-hero {
  z-index: 1;
  width: 100vw;
  padding-top: 4.375rem;
  padding-bottom: 2.43rem;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.s-hero._100vh {
  background-color: var(--blue-violet);
  height: 100vh;
}

.section.s-about {
  z-index: 10;
  background-color: #f4f5f6;
  border-radius: 3.75rem;
  width: 100vw;
  padding-top: 8.333rem;
  padding-bottom: 3.125rem;
  position: relative;
}

.section.s-history {
  z-index: 10;
  background-color: var(--main-black);
  width: 100vw;
  height: 500rem;
}

.section.s-footer {
  background-color: var(--main-black);
  background-color: var(--main-black);
  width: 100vw;
  padding-top: 8.333rem;
  overflow: hidden;
}

.section.s-students__hero {
  z-index: 1;
  width: 100%;
  padding-top: 7.22rem;
  padding-bottom: 2.43rem;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section.s-students__hero.margin-bottom__118 {
  margin-bottom: 8.19445rem;
}

.section.s-about__students {
  z-index: 10;
  background-color: var(--white-smoke);
  border-radius: 3.75rem;
  width: 100%;
  padding-top: 2.77778rem;
  padding-bottom: 2.77778rem;
  position: relative;
}

.section.s-events {
  background-color: var(--main-black);
  width: 100%;
  overflow: hidden;
}

.section.s-protech {
  background-color: var(--main-black);
  border-radius: 4.16667rem;
  overflow: hidden;
}

.section.s-skills__students {
  background-color: var(--main-black);
  width: 100%;
  padding-top: 8.333rem;
  padding-bottom: 8.333rem;
  overflow: hidden;
}

.section.overflow {
  width: 100%;
  overflow: hidden;
}

.section.border-radius {
  border-radius: 4.16667rem;
  margin-top: 6.94444rem;
  overflow: hidden;
}

.section.main {
  background-color: var(--transparent);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: auto;
  height: auto;
  font-size: 6.06557rem;
}

.section.s-description {
  background-color: var(--transparent);
  display: block;
}

.section.s-description.is--hidden {
  display: none;
}

.section.s-description.tabs {
  overflow: visible;
}

.section.s-description.tabs.overflow-hidden {
  padding-bottom: 1rem;
  overflow: hidden;
}

.section.s-tabs {
  background-color: var(--transparent);
}

.section.s-tabs.is--hidden {
  display: none;
}

.section.s-form {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section.s-form.is--hide, .section.mobile {
  display: none;
}

.section.overflow-hidden, .section.s-profit {
  overflow: hidden;
}

.section.s-dive {
  background-color: var(--main-black);
}

.section.s-dive.is-white {
  background-color: var(--white-smoke);
}

.section.s-dive.is-white.border-60 {
  border-radius: 4.16667rem;
  overflow: hidden;
}

.section.s-reflex.is-white {
  background-color: var(--white-smoke);
}

.section.s-reflex.is-white.border-60 {
  border-radius: 4.16667rem;
  height: 28.0556rem;
  overflow: hidden;
}

.section.s-faq {
  height: 51.9444rem;
}

.section.s-faq.is-white {
  background-color: var(--white-smoke);
}

.section.s-faq.is-white.border-60 {
  border-radius: var(--border-radius-60);
  height: auto;
  overflow: hidden;
}

.section.s-analytics-inside {
  background-color: var(--white-smoke);
  border-radius: 4.16667rem;
}

.section.s-analytics-inside.mt-120 {
  margin-top: 8.33333rem;
}

.section.s-systemquest {
  background-color: #475deb;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.section.s-popup__itschool {
  z-index: 100000;
  background-color: var(--transparent);
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}

.marquee-hero__container {
  grid-row-gap: .4375rem;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.marquee-hero__container.students {
  grid-row-gap: 1.38889rem;
  position: relative;
}

.marquee {
  align-items: center;
  display: flex;
}

.brainz-svg {
  width: 100%;
  height: 7.125rem;
  min-height: 7.125rem;
  display: block;
}

.brainz-svg.width-full {
  height: 15.625rem;
  min-height: 15.625rem;
}

.brainz-svg.width-full.is--mob {
  display: none;
}

.img-146 {
  object-fit: cover;
  width: 9.125rem;
  height: 7.125rem;
  display: block;
}

.img-146.absolute {
  position: absolute;
  inset: 0% auto 0% -.05rem;
}

.img-146.absolute.word-n {
  inset: 0% 6.4rem 0% auto;
}

.marquee-container {
  display: flex;
}

.marquee-container.images {
  grid-column-gap: 1.38889rem;
}

.hero-info__img {
  width: 28.6806rem;
  position: absolute;
  inset: auto 4.975rem 13.25rem auto;
}

.text-size__112 {
  color: var(--main-black);
  letter-spacing: -3.36px;
  font-size: 7.7rem;
  line-height: 82%;
}

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

.text-size__112.color-white.rihgt {
  align-self: flex-end;
}

.text-size__112.uppercase {
  text-transform: uppercase;
}

.text-size__112.line-height__85 {
  line-height: 85%;
}

.text-size__112.line-height__85.color-white.is--mob {
  display: none;
}

.text-size__112.line-height__82 {
  line-height: 82%;
}

.text-size__112.line-height__82.margin--26 {
  margin-top: -1.80556rem;
}

.text-size__112.margin__-35 {
  letter-spacing: -3.36px;
  margin-top: -2.43056rem;
}

.about-heading__wrap {
  grid-column-gap: .625rem;
  align-items: center;
  display: flex;
  position: relative;
}

.about-heading__wrap.first {
  justify-content: center;
}

.about-heading__wrap.third, .about-heading__wrap.four, .about-heading__wrap.right, .about-heading__wrap.left {
  justify-content: flex-end;
}

.about-heading__wrap.left.is--mob {
  display: none;
}

.about-heading__wrap.center {
  justify-content: flex-end;
}

.about-heading__wrap.center.is--mob {
  display: none;
}

.img-history__1 {
  width: 100%;
  height: 100%;
  display: block;
}

.img-history__1.first {
  width: 7.63889rem;
}

.img-history__2 {
  width: 7.63889rem;
  display: block;
}

.img-history__3 {
  width: 5.34722rem;
  display: block;
}

.main-container {
  padding-left: 10.694rem;
  padding-right: 10.694rem;
}

.main-container.is--mob {
  display: none;
}

.img-678 {
  width: 47.0833rem;
}

.img-678.radius-30 {
  border-radius: 2.08333rem;
  overflow: hidden;
}

.grid-collumn__45 {
  grid-column-gap: 3.125rem;
  align-items: stretch;
  display: flex;
}

.grid-collumn__45.align-top {
  align-items: flex-start;
  margin-top: 1rem;
}

.about-brainz__svg {
  width: 28.5417rem;
}

.history-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10.416rem;
  padding-bottom: 12rem;
  display: flex;
}

.sticky-container {
  width: 100%;
  position: sticky;
  top: 0;
}

.gif-history__img {
  object-fit: cover;
  border-radius: 2.08333rem;
  width: 19.6528rem;
  height: 11.1111rem;
}

.facts-card__container {
  z-index: 21;
  border-radius: 4.16667rem;
  padding: 7.847rem 2.777rem 9.6rem;
  position: relative;
}

.width-616 {
  width: 42.7778rem;
}

.heading-container {
  align-self: flex-start;
  display: inline-block;
  position: relative;
}

.img-412 {
  width: 28.6111rem;
  display: block;
}

.img-412.facts-img {
  background-color: var(--yellow);
  color: var(--main-black);
  border-radius: 2.08333rem;
  width: auto;
  padding: 2.152rem 1.45rem;
  font-size: 2.22222rem;
  line-height: 100%;
  position: absolute;
  inset: auto -16rem -.1rem auto;
  transform: rotate(-4deg);
}

.grid-row__110 {
  z-index: 1;
  grid-row-gap: 7.63889rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid-collumn__40 {
  grid-column-gap: 2.77778rem;
  align-items: center;
  min-width: 45.8333px;
  display: flex;
}

.grid-collumn__40.align-top {
  align-items: flex-start;
}

.grid-collumn__40.align-center {
  justify-content: center;
}

.grid-collumn__40.align-y__bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.folders-schools {
  color: var(--white);
  cursor: pointer;
  width: 45.8333rem;
  min-width: 45.8333rem;
  position: relative;
}

.foolders-school__img {
  z-index: 2;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: relative;
}

.union-facts {
  width: 49rem;
  display: block;
  position: absolute;
  inset: -4.7rem auto auto 0%;
}

.union-facts.pointer-events-off {
  top: -4.5rem;
}

.card-1 {
  z-index: 20;
  width: 27.7778rem;
  position: absolute;
  inset: 42.2rem auto auto 37.8rem;
}

.card-2 {
  z-index: 20;
  width: 27.7778rem;
  position: absolute;
  inset: 42.2rem auto auto 53.3rem;
}

.card-3 {
  z-index: 20;
  width: 27.7778rem;
  position: absolute;
  inset: 42.2rem auto auto 68.9rem;
}

.card-4 {
  z-index: 20;
  width: 37.2222rem;
  display: block;
  position: absolute;
  inset: 42.2rem auto auto 84.6rem;
}

.history-gif {
  width: 100%;
}

.width-1132 {
  width: 78.6111rem;
  margin-bottom: 16.6667rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-row__80 {
  grid-row-gap: 5.55556rem;
  flex-direction: column;
  display: flex;
}

.contact-heading {
  position: relative;
}

.img-319 {
  width: 22.1528rem;
  position: absolute;
  inset: 5.7rem auto auto 14.5rem;
  transform: rotate(-4deg);
}

.social-icon {
  width: 26.3889rem;
  height: 13.8889rem;
  display: block;
}

.social-link {
  border-radius: 2.77778rem;
  position: relative;
  overflow: hidden;
}

.social-link__info {
  z-index: 1;
  width: 26.3889rem;
  height: 13.8889rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.padding-horizontal__40 {
  z-index: 2;
  padding-left: 2.777rem;
  padding-right: 2.777rem;
  position: relative;
}

.padding-horizontal__40.margin-b-5-5 {
  margin-bottom: 5.55rem;
}

.padding-b__30 {
  padding-bottom: 2.083rem;
  position: relative;
}

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

.space-between.align-bottom {
  align-items: flex-end;
}

.width-130 {
  width: 9.027rem;
}

.text-14 {
  font-size: .972222rem;
}

.text-14.color-light--slate__grey {
  color: var(--light-slate-grey);
}

.width__240 {
  width: 17rem;
}

.width__240.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.width__240.flex-v-10 {
  justify-content: flex-start;
  align-items: flex-end;
}

.width__240.is-legal {
  text-align: right;
}

.text-48 {
  letter-spacing: -1.44px;
  font-size: 3.33333rem;
  line-height: 85%;
}

.text-48.width-384 {
  width: 34rem;
}

.height-234 {
  min-height: 16.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mail-footer__btn {
  background-color: var(--blue-violet);
  border-radius: 2.083rem;
  width: 22.2222rem;
  padding: 1.388rem;
  position: relative;
  top: 2rem;
  left: -1rem;
  transform: rotate(-2deg);
}

.color-yellow {
  color: #e4fa39;
  background-color: #e4fa39;
}

.text-size__22 {
  text-transform: none;
  font-size: 1.52778rem;
}

.footer-gif {
  border-radius: 1.38889rem;
  width: 12.2917rem;
  position: absolute;
  inset: auto 6.3rem -3rem auto;
  transform: rotate(4deg);
}

.footer-gif.cyber-footer {
  bottom: 1.7rem;
  right: -1.5rem;
}

.footer-marquee {
  grid-row-gap: .694444rem;
  flex-direction: column;
  display: flex;
}

.svg-mask {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-relative {
  position: relative;
}

.folders-school__hover {
  z-index: 1;
  padding-left: 1.4rem;
  display: flex;
  position: absolute;
  inset: -4.4rem 0% auto;
}

.folders-img__550 {
  z-index: 1;
  background-color: var(--blue-violet);
  border-radius: 1.38rem;
  width: 38.1944rem;
  padding: 1.38rem 1.38rem 2.76rem;
  font-size: 1.52778rem;
  line-height: 120%;
  position: relative;
  transform: rotate(-2deg);
}

.folders-gif {
  object-fit: cover;
  border-radius: 1.38889rem;
  width: 9.30556rem;
  height: 6.94444rem;
  position: relative;
  top: -2.2rem;
  left: -3.2rem;
  transform: rotate(4deg);
}

.folders-gif.rotate {
  z-index: 1;
  left: -1.6rem;
  transform: rotate(-10deg);
}

.folders-img__407 {
  z-index: 1;
  width: 28.2639rem;
  position: relative;
  transform: rotate(-2deg);
}

.img-208 {
  width: 14.4444rem;
}

.students-image {
  border-radius: 2.08333rem;
  width: auto;
  height: 20.8333rem;
  min-height: 20.8333rem;
  max-height: 20.8333rem;
}

.students-svg {
  width: 100rem;
  min-width: 100%;
  height: auto;
  min-height: 17.3611rem;
  display: block;
}

.students-svg.width-full {
  height: auto;
}

.students-svg.is--mob {
  display: none;
}

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

.modal {
  z-index: 2;
  position: relative;
  top: 4.2rem;
  left: 3.8rem;
}

.close-modal {
  cursor: pointer;
  width: 1.73611rem;
  height: 1.73611rem;
  position: absolute;
  inset: -.3rem -.3rem auto auto;
}

.modal-text {
  background-color: var(--yellow);
  color: var(--main-black);
  border-radius: 2.08rem;
  width: 34.7222rem;
  padding: 2.08rem 1.388rem;
  font-size: 1.25rem;
  line-height: 120%;
}

.disclaimer-wrapper {
  width: 31.25rem;
  min-height: 13.75rem;
  position: absolute;
  inset: 11.1rem 2.5rem auto auto;
}

.hero-students__img {
  background-color: var(--blue-violet);
  border-radius: 2.08333rem;
  padding: 1.388rem;
  font-size: 3.88889rem;
  line-height: 120%;
  display: inline-block;
  position: relative;
  left: -4.3rem;
  transform: rotate(2deg);
}

.hero-students__img.schools {
  min-width: 35rem;
}

.disclaimer-img {
  width: 21.8056rem;
}

.disclaimer-link {
  position: absolute;
  inset: auto auto 0% 0%;
}

.grid-coll__70 {
  grid-column-gap: 4.86111rem;
  display: flex;
}

.grid-coll__70.space-between.align-top {
  align-items: flex-start;
}

.about-students__container {
  grid-column-gap: 1rem;
  grid-row-gap: 2.77778rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-students__container.other-card--hidden {
  display: none;
}

.about-students__container.grid-2 {
  grid-column-gap: 1.52778rem;
  grid-row-gap: 4.58333rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-students__container.grid-2.row__3 {
  grid-row-gap: 3rem;
}

.width-500 {
  width: 34.7222rem;
}

.width-500.sticky {
  position: sticky;
  top: 5rem;
}

.img-431 {
  width: 29.9306rem;
  display: block;
}

.img-431.students-about {
  position: relative;
  top: -1.6rem;
  left: 3.4rem;
}

.studetns-about__item {
  width: 26.8056rem;
}

.full-img {
  z-index: 1;
  width: 100%;
  position: relative;
}

.full-img.height-239 {
  object-fit: cover;
  width: auto;
  height: 16.5972rem;
}

.full-img.absolute.is--mob, .full-img.is--mob {
  display: none;
}

.full-img.height-212 {
  z-index: 1;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.full-img.height-212.is--mob {
  display: block;
}

.full-img.padding-t-25 {
  padding-top: 1.73611rem;
}

.grid-row__60 {
  grid-row-gap: 4.16667rem;
  flex-direction: column;
  display: flex;
}

.grid-row__60.padding-t__35 {
  padding-top: 2.43056rem;
}

.events-head {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.text-wrapper {
  display: inline-block;
  position: relative;
}

.text-wrapper.left {
  align-self: flex-start;
}

.event-gif {
  border-radius: 1.38889rem;
  width: 9.51389rem;
  position: absolute;
  inset: -.3rem -9rem auto auto;
  transform: rotate(5deg);
}

.grid-coll__20 {
  grid-column-gap: 1.38889rem;
  display: flex;
}

.grid-coll__20.mob-scroll {
  display: none;
}

.event-item__row {
  border-radius: 2.08333rem;
  position: relative;
}

.event-item {
  border-radius: 2.08333rem;
  width: 30.5rem;
  height: 16.3194rem;
  padding-top: 2.083rem;
  padding-left: 1.388rem;
  padding-right: 1.388rem;
}

.event-item__desc {
  background-color: var(--dim-grey);
  border-radius: 2.08333rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30.5556rem;
  height: 8.75rem;
  padding-top: 2.083rem;
  padding-left: 1.388rem;
  padding-right: 1.388rem;
  font-size: 1.25rem;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.event-item__desc.last {
  padding-right: 3rem;
}

.event-item__desc.case {
  height: auto;
  padding-top: 1.66667rem;
  padding-bottom: 1.66667rem;
  font-size: 2.22222rem;
}

.text-size__32 {
  letter-spacing: -.6px;
  font-size: 2.22222rem;
  font-weight: 400;
  line-height: 100%;
}

.text-size__32.color-black {
  color: var(--main-black);
}

.text-size__32.color-white {
  color: var(--white-smoke);
}

.protech-container {
  background-color: var(--white-smoke);
  border-radius: 4.16667rem;
  height: 47rem;
  padding-top: 8.333rem;
  overflow: hidden;
}

.protech-container.radius-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.protech-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.protech-item {
  grid-row-gap: .694444rem;
  flex-direction: column;
  display: flex;
}

.protech-item.width-665 {
  min-width: 46.1806rem;
}

.protech-item.width-568 {
  width: 39.3rem;
}

.img-560 {
  width: 38.8889rem;
}

.img-560.protech {
  position: relative;
  top: -3.5rem;
}

.icon-19 {
  justify-content: center;
  align-items: center;
  width: 1.31944rem;
  display: flex;
}

.button-larger {
  grid-column-gap: 1.04167rem;
  border: 1px solid var(--blue-violet);
  background-color: var(--blue-violet);
  color: var(--white);
  border-radius: .555556rem;
  justify-content: center;
  align-items: center;
  min-width: 39.1667rem;
  padding-top: 3.055rem;
  padding-bottom: 3.055rem;
  display: flex;
}

.button-larger:hover {
  background-color: var(--main-black);
  color: var(--white);
}

.button-larger.yellow {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--main-black);
}

.button-larger.yellow:hover {
  color: var(--white);
  background-color: #6416fa;
  border-color: #6416fa;
}

.button-larger.load-more {
  display: none;
}

.text-32__bold {
  font-size: 2.22222rem;
  font-weight: 700;
  line-height: 100%;
}

.text-32__bold.color-black {
  color: var(--main-black);
}

.protech-logo {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.protech-logo__img {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.img-248 {
  object-fit: cover;
  width: 17.2222rem;
  height: 9.72222rem;
}

.img-248.absolute {
  position: absolute;
  inset: -2.6rem -19.6rem auto auto;
}

.right {
  align-self: flex-end;
}

.skills-img {
  width: 30.625rem;
  position: absolute;
  inset: auto auto -7.9rem 6.7rem;
}

.about-us__container {
  background-color: var(--white-smoke);
  border-radius: 4.16667rem;
  padding-top: 8.333rem;
}

.about-us__container.about-schools {
  background-color: #0000;
  border-radius: 0;
}

.about-us__container.radius-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.about-us__container.radius-none.s-black {
  background-color: var(--main-black);
}

.img-469 {
  width: 32.5694rem;
  position: absolute;
  inset: auto auto -7.3rem 0%;
}

.grid-row__150 {
  grid-row-gap: 10.4167rem;
  flex-direction: column;
  display: flex;
}

.about-us__logo {
  object-fit: cover;
  width: 100%;
  height: 36.8056rem;
}

.about-us__wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-us__slider {
  width: 100%;
  padding-top: 3.5rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.swiper-wrapper {
  grid-column-gap: 2.77778rem;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-wrapper.overflow-none {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide {
  grid-row-gap: 1.38889rem;
  flex-direction: column;
  align-items: center;
  width: 12.9167rem;
  min-width: 12.9167rem;
  display: flex;
}

.video-background {
  border-radius: 2.08333rem;
  width: 100%;
  min-width: 100%;
  height: 22.9167rem;
  position: relative;
  overflow: hidden;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.video-poster {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lightbox-video {
  width: 100%;
  height: 100%;
  display: none;
}

.burger-container {
  display: none;
}

.width-370 {
  width: 27rem;
  overflow: visible;
}

.folders-img__470 {
  z-index: 1;
  background-color: var(--blue-violet);
  border-radius: 1.38rem;
  width: 32.6389rem;
  padding: 1.38rem 1.38rem 2.76rem;
  font-size: 1.52778rem;
  line-height: 120%;
  position: relative;
  transform: rotate(2deg);
}

.social-link__info--mob {
  display: none;
}

.croc-info {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-row__40 {
  grid-row-gap: 2.77778rem;
  flex-direction: column;
  display: flex;
}

.marquee-images {
  width: 100%;
  overflow: hidden;
}

.img-332 {
  width: 23.0556rem;
  position: absolute;
  inset: auto auto -7.3rem 3.8rem;
  transform: rotate(2deg);
}

.union {
  width: 100rem;
  position: absolute;
  inset: -4.5rem 0% auto;
}

.icon-30 {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 2.08333rem;
  height: 2.08333rem;
  display: flex;
  position: absolute;
  inset: 2.083rem 2.083rem auto auto;
}

.video-containers {
  grid-column-gap: 2.77778rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-content.scroll, .marquee-content.scrolls {
  flex: none;
  min-width: 100%;
}

.inline {
  flex: none;
}

.brainz-img {
  width: 100%;
  height: 7.12rem;
}

.brainz-img__container {
  margin-left: -1px;
  position: relative;
}

.marquee-images-left {
  width: 100%;
  display: none;
  overflow: hidden;
}

.youtube-shorts {
  border-radius: 2.08333rem;
  width: 12.9167rem;
  height: 24rem;
  overflow: hidden;
}

.shorts {
  height: 100%;
}

.background-wrap {
  width: 100%;
  height: 100%;
  position: static;
}

.background-img {
  width: 100%;
  height: 100%;
}

.container {
  flex-direction: column;
  padding: 6.94444rem 6.94444rem 10rem;
  font-size: 2.45902rem;
  display: flex;
}

.text-wrap {
  text-transform: none;
  position: relative;
}

.heading-h1 {
  text-transform: uppercase;
  margin-top: 3.85246rem;
  margin-bottom: .5rem;
  font-family: Croc W, sans-serif;
  font-size: 6.06557rem;
  line-height: 100%;
}

.text-30__bold {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 100%;
}

.text-30__bold.light {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 2.70492rem;
}

.text-30__bold.caps {
  text-transform: uppercase;
  margin-top: 10.6557rem;
  margin-bottom: 0;
}

.normal {
  font-weight: 400;
}

.form-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-wrap.is--hidden {
  display: none;
}

.form-field {
  color: var(--main-black);
  border-radius: .491803rem;
  height: 2.86885rem;
  margin-bottom: .57377rem;
  padding: 0 0 0 2.10246rem;
  font-size: 1.31148rem;
}

.form-field.height-60 {
  flex: 0 auto;
  height: 4.91803rem;
  padding-bottom: 1.39344rem;
  padding-right: 5rem;
  line-height: 100%;
}

.grid-column__7 {
  grid-row-gap: .486111rem;
  flex-flow: column;
}

.grid-column__7.grid-row_7 {
  grid-row-gap: .486111rem;
}

.checkbox-field {
  grid-column-gap: .491803rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-field.dropdown {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
}

.checkbox {
  border-radius: 0;
  height: 1.14754rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox:active {
  border: 1px solid #fff;
}

.checkbox.w--redirected-checked {
  background-color: var(--transparent);
  -webkit-text-stroke-color: var(--white);
  background-image: url('../images/Vector-3.svg');
  background-position: 50%;
  background-size: cover;
  border-color: #fff;
  width: 1.14754rem;
  height: 1.14754rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-label {
  text-transform: none;
  font-size: 1.04167rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.button {
  text-transform: lowercase;
  background-color: #6626ec;
  background-image: url('../images/Vector-2.svg');
  background-position: 32%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: .491803rem;
  width: auto;
  height: 8.33333rem;
  padding: 0;
  font-size: 2.22222rem;
}

.button.text-19 {
  padding: 0;
  font-size: 1.55738rem;
  transition: opacity .3s cubic-bezier(.55, .055, .675, .19);
}

.button.text-19:hover {
  background-color: #02d37c00;
  border: 1px solid #02d37c;
}

.button.button-mob {
  background-size: 1.5rem;
}

.button.button-main {
  background-position: 27%;
  justify-content: center;
  align-items: center;
  width: 36.875rem;
  display: flex;
  position: absolute;
  inset: auto 3.9rem 8.2rem auto;
}

.button.button-main.is--mob {
  grid-column-gap: 1.04167rem;
  color: var(--yellow);
  background-image: none;
}

.button.button-main.analytics {
  inset: auto 2.77rem 0% auto;
}

.button.button-main.analytics.is--mob {
  display: none;
}

.button.button-main.cyber {
  inset: auto 0% 0% 2.77778rem;
}

.button.color-green {
  background-color: #02d37c;
  background-image: none;
}

.button.button-system {
  text-transform: capitalize;
  background-color: #02d37c;
  background-image: none;
  border-radius: .3125rem;
  width: 15.9375rem;
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .989583rem;
}

.body {
  cursor: auto;
  height: auto;
}

.background-icon {
  width: 35rem;
  position: absolute;
  inset: -10% -7% 0% auto;
}

.background-icon.arrow {
  z-index: 2;
  width: 10.9836rem;
  inset: auto 0% 37% auto;
}

.background-icon.hat {
  z-index: 2;
  width: 20rem;
  inset: auto 12% 4.4% auto;
}

.background-icon.arrow-mob {
  display: none;
}

.form-block {
  margin-bottom: 0;
  line-height: 100%;
  display: block;
}

.div-block {
  background-image: url('../images/Group-13173-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.background {
  cursor: none;
  width: 98.3607rem;
  max-width: none;
  min-height: 98.1967rem;
  position: fixed;
}

.success-message {
  background-color: #02d37c;
  border: 1px solid #02d37c;
  width: 53.5246rem;
  height: 29.7541rem;
  margin-top: 8.19672rem;
  padding: 1.63934rem;
  position: relative;
}

.error-message {
  background-color: #e96666;
  margin-top: .819672rem;
  padding: .819672rem;
}

.text-block, .text-block-2 {
  text-transform: none;
}

.background-mob, .backgroung-img-mob {
  display: none;
}

.text-27 {
  text-align: left;
  text-transform: none;
  width: 41.3934rem;
  margin-top: 5.5rem;
  margin-left: 6.47541rem;
  font-size: 2.21311rem;
  line-height: 110%;
}

.image {
  width: 10.9836rem;
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.link:hover {
  color: var(--blue-violet);
}

.link.color-light--slate__grey {
  color: var(--light-slate-grey);
}

.link.color-light--slate__grey:hover {
  color: var(--blue-violet);
}

.link-white:hover {
  color: var(--light-slate-grey);
}

.hidden-input {
  display: none;
}

.logo-croc {
  position: absolute;
  bottom: 33.7rem;
}

.description-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
}

.description-container.it-project {
  z-index: 3;
  display: none;
  position: relative;
}

.description-container.it-project.active {
  z-index: 1;
  display: block;
}

.description-container.drawing-game {
  z-index: 2;
}

.description-container.drawing-game.active, .description-container.scrum-game, .description-container.scrum-game.active {
  z-index: 1;
}

.description-container.active, .description-container.analytics {
  display: block;
}

.padding-t-208 {
  position: relative;
}

.padding-t-208.yellow {
  background-color: #e4fa39;
}

.color-wrap {
  border-radius: 4.16667rem;
  position: relative;
  overflow: visible;
}

.color-wrap.yellow {
  background-color: #e4fa39;
  border: 1px #000;
  border-top-left-radius: 0;
}

.color-wrap.violet {
  background-color: #d1b9fe;
}

.color-wrap.violet.padding-none {
  padding-top: 0;
}

.color-wrap.violet.mob {
  padding-top: 4.09722rem;
}

.color-wrap.pink {
  background-color: #fcc7e1;
}

.color-wrap.purple {
  background-color: #6626ec;
}

.color-wrap.fuxia {
  background-color: #f54599;
}

.color-wrap.cyber {
  background-color: #494b52;
  padding-top: 0;
}

.description-wrap {
  background-color: var(--white-smoke);
  border-radius: 4.16667rem;
}

.description-wrap.padding-custom-4 {
  padding-top: 10.8333rem;
}

.description-wrap.paddin-custom4 {
  border-radius: 0 0 0;
  padding-top: 10.8333rem;
  padding-bottom: 6.38889rem;
  padding-left: 2.29167rem;
  display: block;
}

.description-wrap.paddin-custom4.border_60 {
  border-radius: 4.16667rem;
  flex-direction: column;
  display: flex;
}

.description-wrap.paddin-custom4.border_60.grid-row_86 {
  z-index: 0;
  grid-row-gap: 5.97222rem;
  mix-blend-mode: normal;
  position: relative;
  box-shadow: 0 -6px 14px #0003;
}

.description-wrap.paddin-custom4.border_60.grid-row_86.z-31 {
  z-index: 31;
}

.description-wrap.paddin-custom4.border_60.grid-row_86.z-31.mobile {
  box-shadow: none;
}

.description-wrap.paddin-custom4.border_60.grid-row_86.z-21 {
  z-index: 21;
  box-shadow: none;
}

.description-wrap.paddin-custom4.border_60.grid-row_86.z-11 {
  z-index: 11;
  box-shadow: none;
}

.description-wrap.profit {
  background-color: var(--white-smoke);
}

.description-block {
  grid-column-gap: 8.26389rem;
  display: flex;
}

.description-block.grid-coll_119 {
  flex: 0 auto;
}

.description-block.grid-coll_62 {
  grid-column-gap: 3.2rem;
}

.description-text.grid-row_23 {
  grid-row-gap: 1.59722rem;
  flex-direction: column;
  display: flex;
}

.text-size__18 {
  color: var(--main-black);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.80556rem;
}

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

.text-size__18.color-white.profit {
  font-weight: 400;
}

.text-size__18.color-white.bold {
  font-weight: 700;
}

.text-size__18.profit {
  font-weight: 400;
}

.text-size__18.bold {
  font-weight: 700;
}

.text-size__18.bold.is--mob {
  display: none;
}

.width__678 {
  width: 47.0833rem;
}

.width__678.border-radius_30 {
  border-radius: 2.08333rem;
}

.width__678.border-radius_30.blue {
  background-color: #6626ec;
}

.width__678.border-radius_30.violet {
  background-color: #d1b9fe;
}

.width__678.border-radius_30.yellow {
  background-color: #e4fa39;
}

.width__678.border-radius_30.is-purple {
  background-color: #6626ec;
}

.width__678.border-radius_30.is-purple.position-relative {
  position: relative;
}

.width__678.border-radius_30.is-violet {
  background-color: #d1b9fe;
}

.width__678.border-radius_30.is-violet.position-relative {
  position: relative;
}

.width__678.border-radius_30.is-yellow {
  background-color: #e4fa39;
}

.width__678.border-radius_30.is-yellow.position-relative {
  position: relative;
}

.width__678.border-radius_30.is-pink {
  background-color: #fcc7e1;
}

.width__678.border-radius_30.is-white {
  background-color: var(--white-smoke);
}

.width__678.border-radius_30.is-white.position-relative {
  position: relative;
}

.width-513 {
  width: 35.625rem;
}

.padding-custom5 {
  padding-top: 3.68056rem;
  padding-bottom: 3.40278rem;
}

.padding-68 {
  padding-bottom: 0;
  padding-left: 4.72222rem;
  padding-right: 4.72222rem;
}

.description-background {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 6.69722rem 0% auto;
  box-shadow: 0 0 80px -6px #0003;
}

.timeline-block {
  display: flex;
}

.timeline-block.grid-coll__20.overflow-scroll.is-mob {
  display: none;
}

.timeline-item.border-radius_30 {
  border-radius: 2.08333rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.timeline-item.border-radius_30.yellow {
  background-color: #e4fa39;
}

.timeline-item.border-radius_30.fuxiya {
  background-color: #f54599;
}

.timeline-item.border-radius_30.pink {
  background-color: #fcc7e1;
}

.width-440 {
  width: 30.5556rem;
}

.width-440.pink {
  background-color: #fcc7e1;
}

.width-440.border-radius_30 {
  border-radius: 2.08333rem;
}

.height-191 {
  height: 13.2639rem;
}

.padding-custom6 {
  padding-top: 2.08333rem;
  padding-left: 1.38889rem;
}

.div-block-2 {
  position: static;
  inset: auto 0% 0%;
}

.grey-block {
  background-color: #494b52;
  border-radius: 2.08333rem;
  align-items: center;
  width: 30.5556rem;
  height: 5.69444rem;
  padding-left: 1.38889rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.grey-block.width-100 {
  width: 100%;
}

.tabs {
  grid-column-gap: 2rem;
  display: flex;
  position: relative;
  top: .7rem;
}

.tabs.description-tabs {
  padding-left: 0;
}

.tabs.tabs-profit {
  grid-column-gap: 1rem;
  top: 0;
}

.tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-menu.grid-coll_33 {
  grid-column-gap: 2.29167rem;
  height: 6.25rem;
}

.tab-link {
  padding: 0;
}

.tab-link.w--current {
  height: 6.25rem;
}

.tab-link.border-r_40 {
  background-color: #0000;
  background-image: url('../images/yellow-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 2.77778rem;
  border-top-right-radius: 2.77778rem;
}

.tab-link.border-r_40.w--current {
  background-color: #0000;
  background-image: url('../images/yellow-2.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 2.77778rem;
  border-top-right-radius: 2.77778rem;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  bottom: -.3rem;
}

.tab-link.border-r_40.width-357.w--current {
  width: 24.7917rem;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link.border-r_40.violet {
  background-color: #0000;
  background-image: url('../images/light-violet-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.0556rem;
  position: absolute;
  bottom: -.3rem;
  left: 25.6rem;
}

.tab-link.border-r_40.pink {
  background-color: #0000;
  background-image: url('../images/light-pink-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28.4722rem;
  position: absolute;
  bottom: -.3rem;
  left: 59.6rem;
}

.tab-link.border-r_40.yellow.w--current {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 25.4167rem;
  display: flex;
}

.text-45 {
  color: var(--main-black);
  justify-content: center;
  align-items: center;
  font-size: 3.125rem;
  line-height: 100%;
  display: flex;
}

.text-45.upper-case {
  text-transform: uppercase;
  align-self: auto;
}

.padiing-t_63 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 4.375rem;
  display: flex;
}

.padding-t_44 {
  padding-top: 3.05556rem;
}

.padding-custom7 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 2.3rem 3.33333rem .486111rem;
  display: flex;
}

.padding-custom8 {
  width: 100%;
  padding-top: 8.95833rem;
  padding-left: 18.5417rem;
  padding-right: 18.5417rem;
}

.padding-custom9 {
  padding: 9.86111rem 11.7361rem;
}

.padding-custom9.form-background {
  position: relative;
}

.form-block {
  color: var(--dim-grey);
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  background-color: var(--white);
  color: var(--main-black);
  border-radius: 2.77778rem;
  margin-bottom: 0;
  padding: .972222rem 1.66667rem;
}

.text-field.analytics {
  background-color: #0000;
  padding: 0;
}

.text-field.text-field__system {
  border-radius: .3125rem;
  font-size: .833333rem;
  font-weight: 300;
}

.checkbox-field-2 {
  margin-bottom: 0;
  padding-left: 0;
}

.checkbox-box {
  background-color: #0000;
  border-color: #6626ec;
  border-radius: 0;
  flex: none;
  width: 1.5rem;
  height: 1.3rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.checkbox-box.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Vector-1.svg');
  background-position: 50%;
  background-size: 1rem 1rem;
  border-color: #6626ec;
  border-radius: 0;
  flex: none;
  width: 1.5rem;
  height: 1.3rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-box.w--redirected-focus {
  box-shadow: none;
}

.checkbox-box.is--mob.w--redirected-checked {
  border-width: .0694445rem;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.checkbox-box.is--mob.profit {
  border-color: #6626ec;
  border-radius: 0;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.checkbox-box.is--mob.profit.w--redirected-checked {
  flex: none;
}

.checkbox-box.checkbox-color__white {
  border-color: var(--white);
}

.checkbox-box.checkbox-color__white.w--redirected-checked {
  background-image: url('../images/Vector.png');
  background-position: 50%;
  background-size: auto;
}

.text-10 {
  color: var(--main-black);
  -webkit-text-stroke-color: var(--main-black);
  margin-top: 0;
  margin-bottom: 0;
}

.text-10.bold {
  font-weight: 700;
}

.text-10.text-color__white {
  color: var(--white);
}

.select-field {
  background-color: var(--white);
  margin-bottom: 0;
}

.textarea {
  border-radius: 1.38889rem;
  margin-bottom: 0;
  padding: .972222rem 1.66667rem;
}

.textarea.height-103 {
  border: 1px #000;
  border-radius: 2.08333rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  height: 7.15278rem;
  padding: 1.38889rem 0 0 .833333rem;
}

.textarea.height-103.profit {
  object-fit: fill;
  border-radius: 1.875rem;
  overflow: visible;
}

.textarea.height-98 {
  border-radius: 1.38889rem;
  height: 6.80556rem;
}

.textarea.height-98.padding-41 {
  padding: 2.84722rem 0 0 1.66667rem;
}

.textarea.textarea-system {
  border-radius: .3125rem;
  font-size: .833333rem;
  font-weight: 300;
  overflow: hidden;
}

.img-places {
  width: 16.9444rem;
  max-width: none;
  position: absolute;
  inset: auto 2rem 3.9rem auto;
}

.img-places.is--hidden {
  bottom: 1rem;
}

.img-registration {
  width: 21.5972rem;
  max-width: none;
  position: absolute;
  inset: -3.1rem auto 0% -6.1rem;
}

.img-registration.is--mob {
  display: none;
}

.select-field {
  border: 1px #000;
  border-radius: 2.77778rem;
  flex: 1;
  padding: .972222rem 1.66667rem;
}

.select-field.profit {
  overflow: visible;
}

.select-field.analytics {
  padding-left: 1.66667rem;
}

.tabs-content {
  border: 1px #000;
}

.tab-img {
  z-index: 0;
  position: absolute;
  inset: -6% 0% auto;
}

.tab-img.yellow-tab {
  width: 100%;
  max-width: none;
  display: block;
  top: -6.52778rem;
}

.tab-img.yellow-tab.z-30 {
  z-index: 30;
  position: absolute;
}

.tab-img.yellow-tab.z-30.yellow {
  z-index: 0;
  cursor: pointer;
  width: 25.4167rem;
  position: static;
  top: -6.12778rem;
}

.tab-img.violet-tab {
  z-index: 0;
  position: absolute;
}

.tab-img.violet-tab.z-20 {
  z-index: 20;
  top: -6.52778rem;
}

.tab-img.violet-tab.z-20.violet {
  z-index: 0;
  cursor: pointer;
  background-color: #0000;
  width: 33.0556rem;
  position: static;
  top: -6.12778rem;
  left: 26.2rem;
}

.tab-img.pink-tab {
  top: -6.52778%;
}

.tab-img.pink-tab.z-10 {
  z-index: 10;
  top: -6.52778rem;
}

.tab-img.pink-tab.z-10.pink {
  z-index: 0;
  cursor: pointer;
  width: 28.4722rem;
  position: static;
  top: -6.12778rem;
  left: 60rem;
}

.div-block-3 {
  background-image: url('../images/Group-12880.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100rem;
  height: 10rem;
  position: static;
  inset: 0% 0% auto;
}

.team-skill-svg {
  width: 80rem;
}

.team-skill-svg.is--mob {
  display: none;
}

.team-skill-wrap.margin-b-118 {
  margin-bottom: 8.19445rem;
}

.team-skill-wrap.padding-custom10 {
  margin-bottom: 0;
  padding-top: 8rem;
  padding-bottom: 8.26389rem;
  padding-left: 2.77778rem;
  position: relative;
}

.team-skill-wrap.padding-custom10.margin-b-119 {
  margin-bottom: 8.26389rem;
}

.gif {
  width: 18rem;
  max-width: none;
  height: auto;
  display: block;
}

.gif-img {
  border-radius: 1.38889rem;
  justify-content: center;
  align-items: center;
  width: 11.1806rem;
  height: 12.2917rem;
  display: flex;
  position: absolute;
  bottom: 8.4rem;
  left: 2.77778rem;
  overflow: hidden;
}

.team-photos {
  width: 39.7917rem;
  position: absolute;
  left: 54.7rem;
}

.header-custom {
  z-index: 1000;
  background-color: #1f2023;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 98.3607%;
  position: fixed;
}

.header-custom.is-hidden {
  display: none;
}

.tab {
  z-index: -1;
  position: absolute;
  bottom: -.8rem;
}

.tab-pane-tab-1 {
  border: 1px #000;
}

.mobile-tabs, .mobile-tabs.is--hidden, .mobile-color-wrap, .mobile-color-wrap.yellow, .mobile-color-wrap.violet, .mobile-color-wrap.pink {
  display: none;
}

.success {
  background-color: #d1b9fe;
  padding: 0 0 0;
  position: static;
}

.success.success-system {
  background-color: var(--transparent);
  margin-top: 5rem;
}

.error {
  background-color: #494b52;
}

.descriptions.yellow {
  background-color: #e4fa39;
  border-top-right-radius: 4.16667rem;
  border-bottom-right-radius: 4.16667rem;
  border-bottom-left-radius: 4.16667rem;
}

.inputs-grid__column-7 {
  grid-row-gap: .486111rem;
  flex-direction: column;
  display: flex;
}

.hidden-inputs {
  display: none;
}

.inputs-row {
  background-color: var(--transparent);
}

.inputs-row.is--hide {
  display: none;
}

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

.violet {
  background-color: #d1b9fe;
  padding-top: 0;
}

.padding-vertical__100 {
  padding-top: 6.94444rem;
  padding-bottom: 6.94444rem;
}

.padding-vertical__100.case {
  padding-bottom: 0;
}

.profit-img {
  width: 100%;
}

.profit-img.case {
  width: 94.375rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical__80 {
  padding-top: 5.55556rem;
  padding-bottom: 5.55556rem;
}

.grid-column-47 {
  grid-column-gap: 2.2rem;
  display: flex;
}

.text-82 {
  font-size: 5.69444rem;
  line-height: 82%;
}

.text-82.is-black {
  color: var(--main-black);
  letter-spacing: -2px;
  overflow-wrap: normal;
}

.text-82.is-black.margin-10 {
  margin-top: -1.1rem;
}

.grid-raw-20 {
  grid-row-gap: 1.38889rem;
  flex-direction: column;
  display: flex;
}

.width-792 {
  width: 55rem;
}

.width-792.is-purple {
  background-color: #6626ec;
}

.width-792.border-30 {
  border-radius: 2.08333rem;
}

.width-792.border-30.is-purple {
  width: 51rem;
  position: relative;
}

.width-792.border-30.is-yellow {
  background-color: #e4fa39;
  width: 51rem;
  position: relative;
}

.width-792.border-30.is-pink {
  background-color: #fcc7e1;
  width: 51rem;
  position: relative;
}

.padding-60 {
  padding-top: 4.16667rem;
  padding-bottom: 4.16667rem;
  position: relative;
}

.padding-custom10 {
  padding-left: 4.72222rem;
  padding-right: 6.5rem;
}

.time-tab {
  width: 13rem;
  position: absolute;
  top: 13.1278rem;
  left: 29.5rem;
}

.tab-icon {
  width: 2.43056rem;
  position: absolute;
  inset: 1.59722rem 1.59rem auto auto;
}

.tab-icon.icon-1 {
  width: 2.43056rem;
}

.tab-icon.icon-2 {
  width: 2.43056rem;
  position: absolute;
}

.profit-tab-img {
  width: 18.2639rem;
}

.profit-tab-img.yellow {
  position: static;
}

.profit-tab-img.violet {
  background-color: #0000;
}

.grid-raw-60 {
  grid-row-gap: 4.16667rem;
  flex-direction: column;
  display: flex;
}

.text-90 {
  font-size: 6.25rem;
}

.text-90.is-black {
  color: var(--main-black);
}

.text-90.is-black.capital {
  text-transform: uppercase;
  line-height: 100%;
}

.flex-container {
  display: flex;
}

.width__568 {
  width: 39.4444rem;
}

.grid-row__35 {
  grid-row-gap: 2.43056rem;
  flex-direction: column;
  display: flex;
}

.padding-7rem {
  padding-top: 7rem;
}

.width-680 {
  width: 47.2222rem;
}

.reflex-img {
  width: 100%;
  position: relative;
  top: 1rem;
}

.reflex-tab {
  width: 25.6944rem;
  position: absolute;
  top: 8rem;
  left: 14.8rem;
}

.team-img {
  z-index: -1;
}

.grid-row-28 {
  grid-row-gap: 1.94444rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.info-tab {
  width: 27.2917rem;
  position: absolute;
  inset: 15.6rem 21.1rem 0% auto;
}

.profit-tab {
  justify-content: center;
  align-items: center;
  height: 6.18056rem;
  max-height: 100%;
  display: flex;
  overflow: hidden;
}

.grid-row__10 {
  grid-row-gap: .694444rem;
  flex-direction: column;
  display: flex;
}

.padding-267 {
  padding-left: 18.5417rem;
  padding-right: 18.5417rem;
}

.faq-img {
  width: 100%;
  position: absolute;
  inset: auto 0% -.6rem;
}

.faq-dropdown {
  padding-bottom: 2rem;
  display: block;
}

.faq-toggle {
  color: var(--white-smoke);
  background-color: #494b52;
  border-radius: 2.08333rem;
  justify-content: space-between;
  align-items: center;
  height: 6.94444rem;
  padding: 2.36111rem 2.7rem 2.36111rem 4.7rem;
  display: flex;
}

.faq-toggle-icon {
  height: .625rem;
  max-height: 100%;
}

.faq-dropdown-list {
  background-color: #494b52;
  border-bottom-right-radius: 2.08333rem;
  border-bottom-left-radius: 2.08333rem;
  display: none;
  position: relative;
  top: -1.7rem;
}

.padding-castom-11 {
  padding-top: .694444rem;
  padding-bottom: 2.36111rem;
}

.grid-column-20 {
  grid-column-gap: 1.38889rem;
  flex-flow: row;
  display: flex;
}

.grid-row-20 {
  grid-row-gap: 1.38889rem;
  flex-direction: column;
  display: flex;
}

.grid-row-20.is--mob {
  display: none;
}

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

.grid-column__20 {
  grid-column-gap: 1.38889rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.text-28 {
  color: var(--main-black);
  font-size: 1.94444rem;
}

.text-28.capital {
  text-transform: uppercase;
}

.is-yellow {
  color: var(--yellow);
}

.profit-img-mob, .team-img-mob, .reflex-img-mob, .faq-img-mob, .color-tab-mob {
  display: none;
}

.img-croc {
  z-index: 100;
  width: 24.7917rem;
  position: absolute;
  inset: -5rem 0% auto 48.6rem;
}

.padding-vertical__170 {
  padding-top: 11.8056rem;
  padding-bottom: 11.8056rem;
}

.grid-row__78 {
  grid-row-gap: 5.41667rem;
  flex-flow: column;
  display: flex;
}

.padding-vertical__30 {
  padding-top: 2.08333rem;
  padding-bottom: 2.08333rem;
}

.padding-left__29 {
  padding-left: 2.01389rem;
  padding-right: 2.01389rem;
}

.padding-left__29.padding-right_107 {
  padding-right: 13rem;
}

.grid-row__90 {
  grid-row-gap: 6.25rem;
  flex-flow: column;
  display: flex;
}

.height-171 {
  height: 11.875rem;
}

.padding-left__30 {
  padding-left: 2.08333rem;
}

.padding-custom11 {
  padding-top: 9.16667rem;
  padding-bottom: 11.8056rem;
}

.grid-column__50 {
  grid-column-gap: 3.47222rem;
  display: flex;
}

.inside-container {
  width: 28.5417rem;
  height: 14.7917rem;
  position: relative;
}

.inside-container__img {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.padding-horizontal__30 {
  padding-left: 2.08333rem;
  padding-right: 2.08333rem;
}

.padding-top__53 {
  padding-top: 3.68056rem;
}

.inside-container__icon {
  position: absolute;
  inset: 8% 5% auto auto;
}

.inside-container__icon.width-25 {
  width: 1.73611rem;
}

.inside-container__icon.width-22 {
  width: 1.52778rem;
}

.inside-container__icon.width-35 {
  width: 2.43056rem;
}

.inside-container__icon.width-27 {
  width: 1.875rem;
}

.text-32__light {
  font-size: 2.22222rem;
  font-weight: 300;
  line-height: 100%;
}

.time__svg {
  width: 10.5556rem;
  position: absolute;
  inset: -18% -.2rem auto auto;
}

.time__svg.is--mob {
  display: none;
}

.time__svg.cyber {
  width: 11.8056rem;
  top: -20%;
  right: 1.1rem;
}

.time__svg.cyber-track {
  width: 11.9444rem;
  top: 1.52778rem;
  right: 1.52778rem;
}

.analytics-hero__img {
  width: 100%;
}

.analytics-hero__img.is--mob {
  display: none;
}

.gif-hero__img {
  width: 11.0417rem;
  height: 12.7083rem;
  position: absolute;
  inset: 5rem 2.77rem auto auto;
}

.gif-hero__img.cyber {
  width: 25.6944rem;
  height: 8.40278rem;
  inset: auto 0% 0% 41%;
}

.svg-mask__gif {
  object-fit: cover;
  height: 12.7083rem;
}

.svg-mask__gif.cyber {
  width: 100%;
  height: 8.40278rem;
}

.form__link {
  text-decoration: underline;
}

.add-logo {
  width: 9.5rem;
}

.input-custom__date {
  display: block;
}

.cyber-hero__img {
  width: 100%;
}

.cyber-hero__img.is--mob {
  display: none;
}

.text-size__112-white {
  font-size: 7.77778rem;
  line-height: 82%;
}

.text-size__112-white.margin__-30 {
  margin-top: -2rem;
}

.padding-112 {
  padding-top: 7.77778rem;
  padding-bottom: 7.77778rem;
}

.div-block-5 {
  position: absolute;
}

.color-wrap__backgroung-img {
  z-index: 10;
}

.line__svg {
  width: 13.4722rem;
  position: absolute;
  inset: -2.29167rem 0% auto 56.9444rem;
}

.line__svg.line-2 {
  width: 11.0417rem;
  inset: auto 0% -1.5rem 18.75rem;
}

.input-bday__date.position-absolute {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.playceholder__bday {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.6rem;
  display: flex;
  position: relative;
  top: -25px;
  left: 90px;
}

.playceholder__bday.is--hide {
  display: none;
}

.text-16.color-grey {
  color: var(--dim-grey);
}

.position-relative {
  position: relative;
}

.input-bday__wrap {
  background-color: var(--white);
  border-radius: 2.7rem;
}

.padding-bday-field {
  padding-top: .555556rem;
  padding-bottom: .555556rem;
  padding-left: 11rem;
}

.grid-row__112 {
  grid-row-gap: 7.77778rem;
  flex-flow: column;
  display: flex;
}

.dropdown-list__container {
  grid-row-gap: 1rem;
  background-color: var(--transparent);
  color: var(--dim-grey);
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0;
}

.dropdown-list__container.multiselect-container {
  padding-bottom: 0;
  display: flex;
  top: 0;
}

.dropdown-toggle {
  z-index: 3;
  background-color: var(--white);
  border-radius: 2.77778rem;
  align-items: stretch;
  padding: .972222rem 1.66667rem;
  display: flex;
  position: relative;
}

.dropdown-container {
  background-color: var(--white);
  color: var(--dim-grey);
  border-radius: 1.38889rem;
  width: 100%;
  padding: 0 0;
}

.padding-vertical__110 {
  padding-top: 7.63889rem;
  padding-bottom: 7.63889rem;
}

.padding-horizontal__170 {
  padding-left: 11.8056rem;
  padding-right: 11.8056rem;
}

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

.text-field-2 {
  background-color: var(--transparent);
}

.position-absolute {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.position-absolute.is--hide {
  display: none;
}

.dropdown-icon {
  pointer-events: none;
  width: 1.59722rem;
  position: absolute;
  inset: 1.18056rem 1.38889rem 0% auto;
}

.closed-img {
  width: 20rem;
  position: absolute;
  inset: 8% 27% auto auto;
}

.color-dimgrey {
  background-color: #494b52;
}

.color-dimgrey.is--hide {
  color: var(--dim-grey);
}

.color-whitesmoke {
  background-color: var(--white-smoke);
}

.border-radius__30 {
  border-radius: 2.08333rem;
  overflow: hidden;
}

.border-radius__30.width__440 {
  width: 30.5556rem;
}

.is--hide {
  display: none;
}

.color-lightpink {
  background-color: #fcc7e1;
}

.color-pink {
  background-color: #f54599;
}

.padding-top__30 {
  padding-top: 2.08333rem;
}

.padding-bottom__17 {
  padding-bottom: 1.18056rem;
}

.text-color__yellow {
  color: var(--yellow);
}

.sticky-test {
  height: 100vh;
  position: sticky;
  top: 0;
}

.padding-horizontal__11-mob {
  padding-left: 0;
}

.multiselect-field {
  background-color: var(--transparent);
  margin-bottom: 0;
  padding: 1rem 1.66rem 0 0;
  overflow: hidden;
}

.checkbox-label-2 {
  color: #000;
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 600;
}

.text-color-grey {
  opacity: .7;
}

.multi-select-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--white);
  border: 1px #b8bbd1;
  border-bottom-right-radius: 2.7rem;
  border-bottom-left-radius: 2.7rem;
  flex-wrap: wrap;
  width: 100%;
  max-height: none;
  padding: 1rem 1.6rem;
  display: flex;
  overflow: hidden;
}

.checkbox-field-b {
  z-index: 2;
  flex: none;
  align-items: center;
  width: 100%;
  margin-bottom: .25rem;
  padding-top: .3rem;
  padding-bottom: .2rem;
  padding-left: .7rem;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.checkbox-field-b:hover {
  border-color: #1200ee;
  position: relative;
}

.checkbox_button-b {
  z-index: 3;
  cursor: pointer;
  border-color: #0000;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.checkbox_button-b:hover {
  background-color: #0000000d;
}

.checkbox_button-b.w--redirected-checked {
  border-width: 1px;
  border-color: var(--blue-violet);
  background-color: #1d894e0d;
  background-image: url('../images/noun_Close_3610311.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.checkbox_button-b.no-x.w--redirected-checked {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.custom-checkbox-label-b {
  z-index: 3;
  color: #000;
  mix-blend-mode: normal;
  width: 100%;
  font-weight: 400;
  position: relative;
}

.wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 2.7rem;
  flex-flow: column;
  padding-top: 1rem;
  padding-left: 1.66rem;
  display: flex;
}

.background-img__system {
  z-index: -1;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-img__system-svg {
  object-fit: cover;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.intro-container__system {
  padding-bottom: 1rem;
}

.padding-system {
  padding: 3rem 12rem 3rem 9rem;
}

.grid-row__24 {
  grid-row-gap: .208333rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-30__light {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 100%;
}

.h1-system {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.85417rem;
}

.grid-coll {
  justify-content: space-between;
  display: flex;
}

.system-icons__wrap {
  width: 10.2604rem;
}

.button-submut__system {
  background-color: #02d37c;
  border-radius: .3125rem;
  width: 15.9375rem;
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.button-submut__system:hover {
  background-color: var(--blue-violet);
}

.popup-content {
  position: relative;
}

.popup-size {
  width: 17.7778rem;
  height: 11.9444rem;
}

.popup-close {
  width: .833333rem;
  height: .833333rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.img-h--172 {
  width: auto;
  max-width: none;
  height: 11.9444rem;
  margin-right: 4px;
}

.img-h--172.auto {
  margin-left: auto;
  margin-right: 0;
}

.case-head {
  display: flex;
  position: absolute;
  inset: 4.2rem 0% auto;
}

.btn-right {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.program-item {
  position: relative;
}

.program-info--hover {
  height: 4.51389rem;
  position: absolute;
  inset: -1.9rem auto auto 3.1rem;
}

.program-info--hover.hover-profit {
  top: -3.1rem;
}

.case-img--1 {
  height: 3.61111rem;
  position: absolute;
  inset: 15% auto 0% 0%;
}

.case-img--2 {
  height: 3.61111rem;
  position: absolute;
  inset: auto auto 1.1rem 22.4rem;
}

.case-img--2.w367 {
  width: 25.4861rem;
  height: auto;
  bottom: -1.4rem;
  left: 10.3rem;
}

.img-4 {
  display: none;
}

.width__100, .profit-promo__img {
  width: 100%;
}

.grid-coll__10 {
  grid-column-gap: .694444rem;
  display: flex;
}

.img-h__236 {
  height: 16.3889rem;
}

.violet-container {
  width: 34.0972rem;
  height: auto;
  position: absolute;
  bottom: 10.5444rem;
}

.violet-img {
  width: 100%;
}

.fuxia-container {
  width: 21.7361rem;
  position: absolute;
  bottom: 7.47222rem;
  left: 20.5889rem;
}

.fuxia-img {
  width: 100%;
}

.profit-promo__img-mob, .program-mob__img {
  display: none;
}

.padding-bottom__57 {
  padding-bottom: 3.95833rem;
}

.case-holidays__mob {
  display: none;
}

.grid-row__30 {
  grid-row-gap: 2.08333rem;
  flex-flow: column;
  display: flex;
}

.grid-2 {
  grid-column-gap: 1.38889rem;
  grid-row-gap: 1.38889rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.task {
  width: 46.5278rem;
}

.row-20 {
  grid-column-gap: 1.38889rem;
  grid-row-gap: 1.38889rem;
  flex-flow: column;
  display: flex;
}

.task-mob {
  width: 46.5278rem;
  display: none;
}

.color-black {
  color: var(--main-black);
}

.cookie__button {
  background-color: var(--blue-violet);
  border-radius: .5rem;
  flex: none;
  padding: 1.11111rem 1.38889rem;
}

.button__icon {
  width: 4.16667rem;
  height: 4.16667rem;
  transition: transform .3s;
}

.button__icon.button__icon--mini {
  width: 2.77778rem;
  height: 2.77778rem;
}

.cookie__text {
  color: var(--main-black);
  font-size: 1.25rem;
  line-height: 140%;
}

.button__text {
  font-size: 1.25rem;
  line-height: 120%;
}

.color-blue {
  color: #08b7f4;
}

.cookie__content {
  grid-column-gap: 1.11111rem;
  grid-row-gap: 1.11111rem;
  background-color: var(--white);
  border-radius: 1.73611rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.11111rem;
  display: flex;
}

.cookie {
  z-index: 1000;
  width: 65rem;
  transition: transform .3s, opacity .3s;
  position: fixed;
  bottom: 1.38889rem;
  left: 50%;
  transform: translate(-50%);
}

.cookie.is-hide {
  opacity: 0;
  pointer-events: none;
  transform: translate(0, 10rem)translate(-50%);
}

.text-underline {
  text-decoration: underline;
}

.flex-v-10 {
  grid-column-gap: .694444rem;
  grid-row-gap: .694444rem;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical, .padding-vertical__18 {
    padding-left: 0;
    padding-right: 0;
  }

  .social-icon, .social-link__info {
    display: none;
  }

  .padding-custom8 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .textarea.height-103 {
    height: 10rem;
  }

  .textarea.height-98.padding-41 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .root {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .header {
    border-bottom-right-radius: 5.33333rem;
    border-bottom-left-radius: 5.33333rem;
  }

  .logo {
    z-index: 1000;
    position: relative;
  }

  .main-logo {
    width: 16rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical__18 {
    padding: 5.333rem 0 5.33333rem;
  }

  .grid-collumn__60.row-20__mob {
    grid-row-gap: 5.33333rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link {
    font-size: 6.4rem;
    line-height: 120%;
  }

  .section.s-hero {
    width: 100%;
    height: auto;
    padding-top: 20rem;
    padding-bottom: 3rem;
  }

  .section.s-about {
    border-radius: 8rem;
    padding-top: 26.666rem;
    padding-bottom: 10.6667rem;
  }

  .section.s-history {
    height: auto;
  }

  .section.s-footer {
    padding-top: 26.666rem;
  }

  .section.s-students__hero {
    padding-top: 24rem;
    padding-bottom: 10.6667rem;
    position: relative;
    top: auto;
  }

  .section.s-about__students {
    border-radius: 8rem;
    padding-top: 26.666rem;
    padding-bottom: 21.33rem;
  }

  .section.s-about__students.profit-promo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.s-protech {
    height: auto;
  }

  .section.s-skills__students {
    padding-top: 21.33rem;
    padding-bottom: 21.33rem;
  }

  .section.overflow {
    border-radius: 8rem;
  }

  .section.border-radius {
    border-radius: 8rem;
    margin-top: 10rem;
  }

  .section.s-description.is--hidden {
    display: none;
  }

  .section.s-dive.is-white.border-60 {
    border-radius: 8rem;
  }

  .section.s-reflex.is-white.border-60 {
    border-radius: 8rem;
    height: 184.533rem;
  }

  .section.s-faq.is-white.border-60 {
    border-radius: 8rem;
  }

  .section.s-analytics {
    top: 3.7rem;
  }

  .section.s-analytics-inside {
    border-radius: 8rem;
  }

  .section.s-analytics-inside.mt-120 {
    margin-top: 21.3333rem;
  }

  .marquee-hero__container {
    grid-row-gap: 2.13333rem;
  }

  .marquee.vertical {
    flex-direction: column;
  }

  .brainz-svg {
    object-fit: cover;
    flex: 1;
    height: 24rem;
    min-height: 24rem;
    max-height: 24rem;
  }

  .brainz-svg.width-full {
    display: none;
  }

  .brainz-svg.width-full.is--mob {
    min-height: 62.4rem;
    display: block;
  }

  .brainz-svg._2 {
    height: 22rem;
    min-height: 22rem;
    max-height: 22rem;
  }

  .img-146 {
    width: auto;
    height: 13.8rem;
    min-height: auto;
    max-height: 13.8rem;
  }

  .img-146.absolute {
    height: 16.2rem;
    max-height: none;
  }

  .img-146.absolute.word-n {
    right: 14.6rem;
  }

  .marquee-container {
    align-items: center;
  }

  .marquee-container.images {
    grid-column-gap: 3.2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .hero-info__img {
    width: 81.3333rem;
    bottom: 25.95rem;
    right: -3.5rem;
  }

  .text-size__112 {
    font-size: 12.8rem;
  }

  .text-size__112.color-white.width-70 {
    width: 70%;
  }

  .text-size__112.line-height__85.color-white.is--mob {
    display: block;
  }

  .text-size__112.line-height__85.color-white.is--pc {
    display: none;
  }

  .text-size__112.margin-negative__10 {
    margin-top: -2.8rem;
  }

  .text-size__112.line-height__82.margin--26, .text-size__112.margin__-35 {
    font-size: 10.2302rem;
  }

  .text-size__112.text-size__40-mob {
    font-size: 10.6667rem;
  }

  .about-heading__wrap.first {
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-heading__wrap.first.align-righjt {
    justify-content: flex-end;
  }

  .about-heading__wrap.right.is--pc {
    display: none;
  }

  .about-heading__wrap.right.is--mob {
    display: block;
  }

  .about-heading__wrap.left {
    align-self: flex-start;
  }

  .about-heading__wrap.left.is--pc {
    display: none;
  }

  .about-heading__wrap.left.is--mob {
    align-self: flex-start;
    display: block;
  }

  .about-heading__wrap.left.is--mob.margin-left__43 {
    margin-left: 9rem;
  }

  .about-heading__wrap.center.is--pc {
    display: none;
  }

  .about-heading__wrap.center.is--mob {
    align-self: center;
    display: block;
  }

  .img-history__2 {
    width: 44rem;
  }

  .img-history__3 {
    display: none;
  }

  .main-container {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .main-container.is--pc {
    display: none;
  }

  .main-container.is--mob {
    grid-row-gap: 2.4rem;
    flex-direction: column;
    display: flex;
  }

  .main-container.padding-vertical__0 {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .img-678.radius-30 {
    border-radius: 6.66667rem;
    width: 100%;
  }

  .grid-collumn__45.align-top {
    grid-row-gap: 2.66667rem;
    flex-direction: column;
  }

  .about-brainz__svg {
    width: 93.8667rem;
  }

  .history-container {
    padding: 26.666rem 3.2rem 10.66rem;
  }

  .sticky-container {
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .gif-history__img {
    width: 56.5333rem;
    height: 32rem;
    margin-bottom: 5.33333rem;
  }

  .facts-card__container {
    background-color: #f4f5f6;
    border-radius: 8rem;
    order: 6;
    margin-top: 21rem;
    padding: 21.33rem 3.2rem;
  }

  .width-616 {
    width: 100%;
  }

  .img-412.facts-img {
    border-radius: 5.33333rem;
    width: 49rem;
    padding: 5.6rem;
    font-size: 4.8rem;
    line-height: 120%;
    bottom: -16rem;
    right: -1.5rem;
    transform: rotate(4deg);
  }

  .grid-row__110 {
    grid-row-gap: 25rem;
  }

  .grid-row__110.custom-mob {
    grid-row-gap: 20.25rem;
  }

  .grid-collumn__40.align-top.row-12__mob {
    grid-row-gap: 3.4rem;
    flex-direction: column;
  }

  .grid-collumn__40.align-center.row-10__mob {
    grid-row-gap: 2.66667rem;
    flex-direction: column;
    min-width: auto;
  }

  .grid-collumn__40.align-center.row-10__mob.strecth {
    align-items: stretch;
  }

  .folders-schools {
    width: 100%;
    min-width: 100%;
    padding-top: 29.6rem;
  }

  .folders-schools.second {
    padding-top: 19.6rem;
  }

  .union-facts.pointer-events-off {
    display: none;
  }

  .card-1 {
    order: 5;
    width: 100%;
    margin-bottom: 5.33rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: static;
  }

  .card-2 {
    order: 4;
    width: 100%;
    margin-bottom: 5.33rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: static;
  }

  .card-3 {
    order: 3;
    width: 100%;
    margin-bottom: 5.33rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: static;
  }

  .card-4 {
    order: 2;
    width: 100%;
    margin-bottom: 5.33rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    position: static;
  }

  .width-1132 {
    width: auto;
    margin-bottom: 26.6667rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .grid-row__80 {
    grid-row-gap: 8rem;
  }

  .img-319 {
    width: 56.5333rem;
    position: static;
  }

  .social-icon {
    display: none;
  }

  .social-link {
    width: 100%;
  }

  .social-link__info {
    display: none;
  }

  .padding-horizontal__40.profit {
    padding-left: 1.06667rem;
    padding-right: 1.06667rem;
  }

  .padding-horizontal__40.position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .space-between.align-bottom {
    flex-direction: column;
    padding-bottom: 21.3333rem;
    position: relative;
  }

  .width-130 {
    width: 29.6rem;
  }

  .text-14.color-light--slate__grey {
    font-size: 3rem;
    line-height: 120%;
  }

  .width__240 {
    width: 54.4rem;
  }

  .text-48 {
    font-size: 12.8rem;
    line-height: 100%;
  }

  .text-48.width-384 {
    width: 100%;
  }

  .mail-footer__btn {
    border-radius: 5.33333rem;
    width: 74.6667rem;
    padding: 5.43rem;
    position: relative;
    top: -.8rem;
    left: 1.2rem;
  }

  .text-size__22 {
    font-size: 4.8rem;
    line-height: 120%;
  }

  .footer-gif {
    border-radius: 4rem;
    width: 37.8667rem;
    bottom: -9.1rem;
    right: -.3rem;
  }

  .footer-gif.cyber-footer {
    width: 34rem;
    bottom: -11.9rem;
  }

  .footer-marquee {
    grid-row-gap: 2.13333rem;
  }

  .svg-mask.analitics {
    border-radius: 2.66667rem;
  }

  .img-relative {
    top: 0;
    right: 0;
  }

  .img-relative.cyber {
    top: -16.2rem;
    right: 12.3rem;
  }

  .folders-school__hover {
    top: 0;
  }

  .folders-img__550 {
    border-radius: 6.66667rem;
    min-width: 65rem;
    padding: 5.33rem 5.33rem 10.66rem;
    font-size: 4.8rem;
    line-height: 120%;
    transform: none;
  }

  .folders-gif {
    z-index: 1;
    border-radius: 4rem;
    width: 28.2667rem;
    height: 21.3333rem;
    top: 9.3rem;
    transform: rotate(-4deg);
  }

  .folders-gif.rotate {
    z-index: 0;
    width: 36rem;
    top: 0;
    left: -10.2rem;
    transform: rotate(6deg);
  }

  .img-208 {
    display: none;
  }

  .students-image {
    border-radius: 8rem;
    height: 48rem;
    min-height: 48rem;
    max-height: 48rem;
  }

  .students-svg {
    display: none;
  }

  .students-svg.is--mob {
    display: block;
  }

  .modal {
    left: 0;
  }

  .close-modal {
    width: 6.66667rem;
    height: 6.66667rem;
    top: -1.1rem;
    right: -.6rem;
  }

  .modal-text {
    border-radius: 8rem;
    width: 93.3333rem;
    padding: 8rem 5.33rem;
    font-size: 4.8rem;
    line-height: 120%;
  }

  .disclaimer-wrapper {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    min-height: 100%;
    display: flex;
    top: 0;
    right: 0;
  }

  .hero-students__img {
    text-align: center;
    border-radius: 4rem;
    width: 29.3333rem;
    padding: 3.2rem;
    font-size: 5.86667rem;
    line-height: 100%;
    top: 5.7rem;
    left: -4.6rem;
  }

  .hero-students__img.schools {
    top: 12.4rem;
    left: -2.6rem;
  }

  .disclaimer-img {
    width: 83.7333rem;
  }

  .disclaimer-link {
    bottom: 45rem;
    left: 10rem;
  }

  .grid-coll__70.space-between.align-top.row-40__mob {
    grid-row-gap: 10.6667rem;
    flex-direction: column;
    align-items: stretch;
  }

  .about-students__container {
    grid-row-gap: 5.33333rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-students__container.other-card--hidden {
    display: none;
  }

  .about-students__container.grid-2 {
    grid-row-gap: 13rem;
    grid-template-columns: 1fr;
  }

  .about-students__container.grid-2.row__3 {
    grid-row-gap: 6rem;
  }

  .width-500.sticky, .width-500.width__100--mob {
    width: 100%;
  }

  .img-431.students-about {
    width: 84.8rem;
    top: 3.5rem;
    left: 10rem;
  }

  .full-img.height-239 {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .full-img.height-239.is--pc {
    display: none;
  }

  .full-img.absolute {
    position: absolute;
    inset: auto 0% 0%;
  }

  .full-img.absolute.is--mob {
    min-height: 72.5333rem;
    display: block;
  }

  .full-img.is--mob {
    display: block;
  }

  .full-img.height-212 {
    display: none;
  }

  .full-img.height-212.is--mob {
    display: block;
  }

  .grid-row__60 {
    grid-row-gap: 10.6667rem;
  }

  .grid-row__60.row-100__mob {
    grid-row-gap: 26.6667rem;
  }

  .event-gif {
    border-radius: 4rem;
    width: 32rem;
    top: 10rem;
    right: -5.3rem;
  }

  .grid-coll__20.overflow-scroll {
    padding-bottom: 2rem;
    overflow: scroll;
  }

  .grid-coll__20.mob-scroll {
    grid-column-gap: 5.33333rem;
    overflow: scroll;
  }

  .event-item__row {
    border-radius: 6.66667rem;
  }

  .event-item__row.case {
    height: 33rem;
  }

  .event-item {
    border-radius: 6.66667rem;
    width: 85.3333rem;
    min-width: 85.3333rem;
    height: 73rem;
    padding-top: 8rem;
    padding-left: 5.33rem;
    padding-right: 5.33rem;
  }

  .event-item.case {
    height: 33rem;
  }

  .event-item__desc {
    border-radius: 6.66667rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 8rem 5.33rem;
    font-size: 4.8rem;
    line-height: 120%;
    position: absolute;
  }

  .event-item__desc.case {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    font-size: 4.26667rem;
  }

  .text-size__32 {
    font-size: 4.26667rem;
  }

  .text-size__32.color-black.text-18 {
    font-size: 4.8rem;
  }

  .text-size__32.color-black.text-18.width-300 {
    width: 80rem;
  }

  .text-size__32.color-black.mob-16 {
    font-size: 4.26667rem;
  }

  .text-size__32.time {
    font-size: 2rem;
  }

  .text-size__32.bold {
    color: var(--main-black);
    margin-left: auto;
    margin-right: auto;
    font-size: 5.86667rem;
    font-weight: 700;
  }

  .text-size__32.bold.margin-negative {
    margin-top: -1.5rem;
  }

  .text-size__32.profit {
    white-space: normal;
    font-size: 4.8rem;
  }

  .text-size__32.text-size__18-mob {
    font-size: 4.8rem;
  }

  .protech-container {
    border-radius: 8rem;
    height: auto;
    padding-top: 21.3333rem;
  }

  .protech-wrapper {
    grid-row-gap: 5.33333rem;
    flex-direction: column;
    align-items: stretch;
  }

  .protech-item.width-568 {
    width: auto;
  }

  .img-560.protech {
    width: 88.5333rem;
    top: -4.9rem;
    left: 2.7rem;
  }

  .icon-19 {
    width: 2.66667rem;
    height: 3.73333rem;
  }

  .button-larger {
    z-index: 1;
    grid-column-gap: 3.2rem;
    background-color: var(--main-black);
    border-radius: 2.13333rem;
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
    position: relative;
  }

  .button-larger:hover {
    background-color: var(--main-black);
    color: var(--white);
  }

  .button-larger.yellow {
    min-width: 100%;
  }

  .button-larger.yellow:hover {
    background-color: var(--yellow);
    color: var(--main-black);
  }

  .button-larger.load-more {
    grid-column-gap: 3.2rem;
    border-color: var(--main-black);
    background-color: var(--main-black);
    border-radius: 2.13333rem;
    margin-top: 10.6667rem;
    padding-top: 10.4rem;
    padding-bottom: 10.4rem;
    display: flex;
  }

  .button-larger.load-more:hover {
    color: var(--white);
  }

  .text-32__bold {
    font-size: 5.86667rem;
    line-height: 100%;
  }

  .protech-logo {
    margin-top: -40px;
    position: static;
  }

  .protech-logo__img {
    display: none;
  }

  .img-248 {
    width: 56.5333rem;
    height: 32rem;
  }

  .img-248.absolute {
    margin-bottom: 5.33333rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto auto 0% 0%;
  }

  .right.full {
    align-self: stretch;
  }

  .skills-img {
    width: 70.9333rem;
    bottom: -17.7rem;
    left: 22.2rem;
  }

  .about-us__container {
    border-radius: 8rem;
    padding-top: 21.33rem;
  }

  .img-469 {
    width: 76rem;
    bottom: -16.4rem;
    left: 13.3rem;
    transform: rotate(-5deg);
  }

  .grid-row__150 {
    grid-row-gap: 30.6667rem;
  }

  .about-us__logo {
    display: none;
  }

  .about-us__slider {
    z-index: 2;
    padding-top: 0;
    padding-bottom: 40rem;
    position: relative;
  }

  .swiper-wrapper {
    grid-column-gap: 5.28402rem;
    padding-bottom: 5rem;
  }

  .swiper-wrapper.overflow-none {
    justify-content: flex-start;
    overflow: scroll;
  }

  .swiper-slide {
    grid-row-gap: 5.33333rem;
    border-radius: 8rem;
    min-width: 49rem;
    overflow: hidden;
  }

  .video-background {
    border-radius: 8rem;
    height: auto;
    min-height: 88rem;
  }

  .swiper {
    padding-left: 0;
  }

  .burger-container {
    z-index: 1000;
    display: block;
    position: relative;
  }

  .burger-icons {
    justify-content: center;
    align-items: center;
    width: 6.66667rem;
    height: 6.66667rem;
    display: flex;
    position: relative;
  }

  .burger-icon {
    width: 6.66667rem;
  }

  .burger-icon.close {
    width: 5rem;
    height: 5rem;
    position: absolute;
  }

  .nav-container {
    z-index: 999;
    background-color: var(--main-black);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 26.666rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .img-195 {
    object-fit: cover;
    width: 52rem;
    height: 24rem;
  }

  .width-370 {
    width: 100%;
  }

  .folders-img__470 {
    border-radius: 6.66667rem;
    width: 100%;
    min-width: 65.6rem;
    padding: 5.33rem 5.33rem 10.66rem;
    font-size: 4.8rem;
    transform: none;
  }

  .social-link__info--mob {
    width: 100%;
    display: block;
  }

  .grid-row__40 {
    grid-row-gap: 5.33333rem;
  }

  .center-spoan {
    display: inline-block;
    position: relative;
    left: 20.6rem;
  }

  .basic-animation.width-100 {
    width: 100%;
  }

  .img-332 {
    width: 76rem;
    bottom: -16.4rem;
    left: 13.3rem;
    transform: rotate(-5deg);
  }

  .union {
    display: none;
  }

  .icon-30 {
    color: var(--yellow);
    width: 6.66667rem;
    height: 6.66667rem;
    top: 23.7rem;
    right: 4.483rem;
  }

  .icon-30.first {
    top: 34.1rem;
  }

  .video-containers {
    grid-column-gap: 5.33333rem;
    justify-content: flex-start;
    padding-left: 2.777rem;
    overflow: scroll;
  }

  .brainz-img {
    width: 100rem;
    min-width: 100rem;
    height: auto;
    display: block;
  }

  .width-100 {
    width: 100%;
  }

  .marquee-images-left {
    display: block;
  }

  .youtube-shorts {
    width: 100%;
    height: 91rem;
    min-height: 91rem;
  }

  .text-30__bold {
    font-size: 4rem;
  }

  .form-wrap {
    margin-top: 19.4667rem;
  }

  .grid-column__7.grid-row_7 {
    grid-row-gap: 1.6rem;
  }

  .checkbox-field {
    grid-column-gap: 2.13333rem;
    flex: 1;
    margin-top: 4.26667rem;
    margin-bottom: 13.0667rem;
    padding-left: 0;
  }

  .checkbox-field.dropdown {
    padding-left: 2rem;
  }

  .checkbox-field.checkbox-field__system {
    margin-bottom: 5rem;
  }

  .checkbox-label {
    font-size: 3.4666rem;
  }

  .button.button-mob.profit-button {
    background-position: 23%;
    background-size: 5.86667rem;
    border-radius: 2.13333rem;
    height: 26.6667rem;
    font-size: 5.86667rem;
  }

  .button.button-main.analytics {
    z-index: 10;
    background-color: var(--yellow);
    border-radius: 2.13333rem;
    width: 93.6rem;
    height: 26.6667rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 0% -90%;
  }

  .button.button-main.analytics.is--pc {
    display: none;
  }

  .button.button-main.analytics.is--mob {
    background-image: url('../images/Vector-2_1.svg');
    background-position: 29%;
    background-size: auto;
    margin-top: 0;
    display: flex;
    position: static;
    inset: auto 0% -24%;
  }

  .button.button-main.cyber.is--pc {
    display: none;
  }

  .color-wrap.yellow.profit {
    border-top-right-radius: 8rem;
    border-bottom-right-radius: 8rem;
  }

  .color-wrap.violet {
    border-radius: 6.66667rem;
  }

  .description-wrap, .description-wrap.profit {
    border-radius: 8rem;
  }

  .description-block.grid-coll_119 {
    grid-column-gap: 6rem;
  }

  .description-block.grid-coll_62 {
    grid-column-gap: 9rem;
  }

  .text-size__18 {
    font-size: 4.26667rem;
    line-height: 120%;
  }

  .text-size__18.color-white.reflex {
    font-size: 3.46667rem;
  }

  .text-size__18.color-white.bold {
    font-size: 4.26667rem;
  }

  .text-size__18.color-white.bold.width-70rem {
    width: 70rem;
  }

  .text-size__18.profit, .text-size__18.bold {
    font-size: 4.26667rem;
  }

  .text-size__18.bold.width-70rem {
    width: 70rem;
  }

  .text-size__18.bold.is--pc {
    display: none;
  }

  .text-size__18.bold.is--mob {
    display: block;
  }

  .width__678 {
    width: 100%;
  }

  .width__678.border-radius_30, .width__678.border-radius_30.is-purple, .width__678.border-radius_30.is-violet, .width__678.border-radius_30.is-yellow, .width__678.border-radius_30.is-pink {
    border-radius: 5.33333rem;
  }

  .padding-68 {
    padding-left: 5.8rem;
  }

  .padding-68.profit {
    padding-left: 5.86667rem;
    padding-right: 5.86667rem;
  }

  .timeline-block.grid-coll__20.overflow-scroll, .timeline-block.grid-coll__20.overflow-scroll.profit {
    display: none;
  }

  .timeline-block.grid-coll__20.overflow-scroll.is-mob {
    display: flex;
  }

  .timeline-block.grid-coll__20.overflow-scroll.is-mob.is--hide {
    display: none;
  }

  .timeline-block.overflow-scroll {
    aspect-ratio: auto;
    width: 188.267rem;
    overflow: scroll;
  }

  .tabs.tabs-profit {
    display: flex;
  }

  .padding-custom8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .padding-custom9.form-background {
    padding: 26.6667rem 6.13333rem;
  }

  .padding-custom9.form-background.padding-botton-50-mob {
    padding-bottom: 13.3333rem;
  }

  .text-field {
    border-radius: 3.73333rem;
    padding: 3.73333rem 5.33333rem;
  }

  .text-field.profit {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 5.33333rem;
    font-size: 3.46667rem;
  }

  .text-field.analytics {
    padding-left: 5.33333rem;
    font-size: 3.46667rem;
  }

  .text-field.text-field__system {
    border-radius: 1.76471rem;
  }

  .checkbox-box {
    border-color: #6626ec;
    border-radius: 0;
    flex: none;
    width: 3rem;
    height: 3rem;
  }

  .checkbox-box.w--redirected-checked {
    background-size: 2rem 2rem;
    width: 3rem;
    height: 3rem;
  }

  .checkbox-box.is--mob.profit.w--redirected-checked {
    background-size: 4rem;
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 2.13333rem;
  }

  .text-10.bold {
    font-size: 1.5rem;
  }

  .text-10.is--mob {
    font-size: 2.66667rem;
    line-height: 100%;
  }

  .text-10.text-color__white {
    font-size: 2.94118rem;
    line-height: 100%;
  }

  .textarea {
    border-radius: 3.73333rem;
    flex: 0 auto;
    padding: 3.73333rem 5.33333rem;
  }

  .textarea.height-103 {
    height: 15rem;
  }

  .textarea.height-103.profit {
    border-radius: 3.73333rem;
    padding: 3rem 7rem 3px 5.33333rem;
    font-size: 3.46667rem;
  }

  .textarea.height-98.padding-41 {
    border-radius: 3.73333rem;
    height: 15rem;
    padding-top: 2.5rem;
    padding-left: 5.33333rem;
    padding-right: 5.3rem;
    font-size: 3.46667rem;
  }

  .textarea.textarea-system {
    border-radius: 1.76471rem;
    height: 29.4118rem;
  }

  .textarea.textarea-system.textarea-system__2 {
    height: 13rem;
  }

  .img-places.is--hidden {
    display: none;
  }

  .img-registration.is--mob {
    width: 70.1333rem;
    display: block;
    inset: -20.6rem 0% auto 6%;
  }

  .img-registration.profit {
    width: 70.1333rem;
    inset: -11% 0% auto 5%;
  }

  .img-registration.team-skill {
    width: 50rem;
    left: 6.6rem;
  }

  .img-registration.is--pc {
    display: none;
  }

  .select-field {
    flex: 1;
    padding: 3.73333rem 5.33333rem;
  }

  .select-field.profit {
    flex: 1;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 5.33333rem;
    font-size: 3.46667rem;
  }

  .team-skill-wrap.padding-custom10.margin-b-119 {
    margin-top: 8.80282rem;
  }

  .mobile-tabs {
    display: block;
  }

  .descriptions.yellow.is--mob.profit {
    border-top-right-radius: 8rem;
    border-bottom-right-radius: 8rem;
    border-bottom-left-radius: 8rem;
  }

  .inputs-grid__column-7 {
    grid-row-gap: 1.86667rem;
  }

  .padding-vertical__100 {
    padding-top: 13.3333rem;
    padding-bottom: 13.3333rem;
  }

  .padding-vertical__100.padding-top-179-mob {
    padding-top: 30rem;
    padding-bottom: 0;
  }

  .padding-vertical__100.cyber {
    padding-top: 17rem;
  }

  .padding-vertical__100.case {
    padding-top: 17.4333rem;
  }

  .padding-vertical__100.padding-t__150 {
    padding-top: 17rem;
    padding-bottom: 26.6667rem;
  }

  .padding-vertical__100.profit-promo {
    padding-top: 18rem;
  }

  .profit-img {
    display: none;
  }

  .padding-vertical__80 {
    padding-top: 17.8667rem;
    padding-bottom: 21.3333rem;
  }

  .padding-vertical__80.reflex {
    padding-bottom: 13rem;
  }

  .padding-vertical__80.faq {
    padding-bottom: 41.6rem;
  }

  .grid-column-47 {
    grid-row-gap: 7.2rem;
    flex-direction: column;
  }

  .text-82.is-black {
    font-size: 10.6667rem;
    line-height: 100%;
  }

  .text-82.is-black.margin-10.profit {
    line-height: 82%;
  }

  .grid-raw-20 {
    grid-row-gap: 3.2rem;
  }

  .width-792 {
    width: 100%;
  }

  .width-792.border-30.is-purple {
    border-radius: 5.33333rem;
    width: 100%;
    max-width: none;
  }

  .width-792.border-30.is-yellow, .width-792.border-30.is-pink {
    border-radius: 5.33333rem;
    width: 100%;
  }

  .padding-60 {
    padding-top: 5.33333rem;
    padding-bottom: 5.33333rem;
  }

  .padding-60.dive {
    padding-top: 15.4667rem;
    padding-bottom: 15.4667rem;
  }

  .time-tab {
    width: 30rem;
    top: 13.7278rem;
    left: 57.4rem;
  }

  .tab-icon {
    width: 6.66667rem;
    top: 20px;
    right: 20px;
  }

  .tab-icon.icon-1, .tab-icon.icon-2 {
    width: 6.66667rem;
  }

  .grid-raw-60 {
    grid-row-gap: 13.3333rem;
  }

  .text-90.is-black.capital {
    font-size: 12.8rem;
  }

  .flex-container {
    grid-row-gap: 6.13333rem;
    flex-direction: column;
  }

  .flex-container.faq {
    grid-row-gap: 11.7333rem;
  }

  .flex-container.reflex {
    grid-row-gap: 22.1333rem;
  }

  .width__568, .width__568.width-60 {
    width: 100%;
  }

  .grid-row__35, .grid-row__35.analytics {
    grid-row-gap: 5.33333rem;
  }

  .grid-row__35.grid-row__0 {
    grid-row-gap: 0rem;
  }

  .width-680 {
    width: 75rem;
  }

  .reflex-img {
    display: none;
  }

  .reflex-tab {
    width: 60rem;
    top: 23.7rem;
    left: 18.1rem;
  }

  .team-img, .info-tab {
    display: none;
  }

  .grid-row__10 {
    grid-row-gap: 4rem;
  }

  .padding-267 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .faq-img {
    display: none;
  }

  .faq-dropdown {
    padding-bottom: 3.2rem;
  }

  .faq-toggle {
    border-radius: 5.33333rem;
    justify-content: space-between;
    padding: 10.9333rem 5.86667rem;
  }

  .faq-toggle-icon {
    max-width: none;
    height: auto;
    max-height: none;
    padding-left: 2.66667rem;
  }

  .faq-dropdown-list {
    border-bottom-right-radius: 5.33333rem;
    border-bottom-left-radius: 5.33333rem;
    display: none;
    top: -4.5rem;
  }

  .padding-castom-11 {
    padding-top: 2rem;
    padding-bottom: 10.9333rem;
  }

  .grid-column-20.is--pc {
    display: none;
  }

  .grid-row-20.is--mob {
    grid-row-gap: 5.33333rem;
    display: flex;
  }

  .grid-column__20 {
    grid-column-gap: 3.2rem;
    grid-row-gap: 1.38889rem;
  }

  .profit-img-mob, .team-img-mob {
    display: block;
  }

  .reflex-img-mob {
    width: 100%;
    display: block;
  }

  .faq-img-mob {
    width: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .color-tab-mob {
    position: absolute;
  }

  .img-croc {
    width: 45.0667rem;
    left: 38.4rem;
  }

  .padding-vertical__170 {
    padding-top: 26.6667rem;
    padding-bottom: 26.6667rem;
  }

  .grid-row__78 {
    grid-row-gap: 18.6667rem;
  }

  .padding-vertical__30 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-left__29 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid-row__90 {
    grid-row-gap: 16rem;
  }

  .padding-custom11 {
    padding-top: 26.6667rem;
    padding-bottom: 26.6667rem;
  }

  .grid-column__50.is--pc {
    display: none;
  }

  .padding-horizontal__30 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .time__svg {
    width: 29.0667rem;
    right: 1.1rem;
  }

  .time__svg.is--mob {
    display: block;
  }

  .time__svg.is--pc {
    display: none;
  }

  .time__svg.cyber {
    width: 32.5333rem;
    display: block;
    top: -9%;
  }

  .time__svg.cyber.is--pc {
    display: none;
  }

  .time__svg.cyber-track {
    width: 26.6667rem;
    padding-bottom: 4rem;
    position: static;
  }

  .analytics-hero__img.is--pc {
    display: none;
  }

  .analytics-hero__img.is--mob {
    display: block;
  }

  .gif-hero__img {
    width: 100rem;
    height: 38.9333rem;
    margin: .533333rem auto 5.33333rem;
    position: static;
    inset: auto 0% -50%;
  }

  .gif-hero__img.cyber {
    width: 38.1333rem;
    height: 16rem;
  }

  .gif-hero__img.analitics {
    width: 100%;
  }

  .svg-mask__gif {
    object-position: 50% 100%;
    width: 100rem;
    height: 38.9333rem;
  }

  .svg-mask__gif.cyber {
    object-fit: cover;
    object-position: 50% 25%;
    width: 109%;
    max-width: none;
    height: 15.8rem;
  }

  .tab__content-mob {
    width: 100%;
  }

  .add-logo {
    width: 30rem;
  }

  .add-logo.w--current {
    width: 20rem;
  }

  .cyber-hero__img.is--pc {
    display: none;
  }

  .cyber-hero__img.is--mob {
    display: block;
  }

  .padding-112 {
    padding-top: 16.2667rem;
    padding-bottom: 16.2667rem;
  }

  .line__svg {
    width: 21.6rem;
    inset: auto 0% -2% 7%;
  }

  .line__svg.line-2 {
    width: 22.4rem;
    inset: -2% 0% auto 45%;
  }

  .text-16 {
    font-size: 3.4666rem;
  }

  .grid-row__112 {
    grid-row-gap: 16rem;
  }

  .dropdown-list__container {
    border-bottom-right-radius: 3.73333rem;
    border-bottom-left-radius: 3.73333rem;
  }

  .dropdown-toggle {
    padding: 3.73333rem 5.33333px 3.73333rem 5.33333rem;
  }

  .dropdown-container {
    border-radius: 3.73333rem;
  }

  .padding-vertical__110 {
    padding-top: 26.6667rem;
  }

  .padding-horizontal__170 {
    padding-left: 6.13333rem;
    padding-right: 6.13333rem;
  }

  .position-absolute.is--hide {
    display: block;
    inset: 0%;
  }

  .dropdown-icon {
    width: 2.5rem;
    top: 3.68056rem;
    right: 1.78889rem;
  }

  .timeline-container {
    overflow: scroll;
  }

  .closed-img {
    width: 50rem;
    inset: 2% 0% auto 23%;
  }

  .border-radius__30 {
    border-radius: 5.33333rem;
  }

  .border-radius__30.width__440 {
    width: 58.6667rem;
  }

  .padding-top__30 {
    padding-top: 4rem;
  }

  .padding-bottom__17 {
    padding-bottom: 1.6rem;
  }

  .padding-horizontal__11-mob {
    padding-left: 2.93333rem;
    padding-right: 2.93333rem;
  }

  .multiselect-field {
    padding-right: 5.3rem;
    overflow: visible;
  }

  .multi-select-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    max-height: none;
    padding: 3rem 1rem 3rem 5.3rem;
  }

  .checkbox_button-b.w--redirected-checked {
    background-position: 100%;
    height: 4rem;
    margin-top: -1rem;
  }

  .wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    border-radius: 3.7rem;
    padding-top: 3rem;
    padding-left: 5.3rem;
  }

  .intro-container__system {
    padding-bottom: 5rem;
  }

  .padding-system {
    padding-top: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .text-30__light {
    font-size: 4rem;
  }

  .h1-system {
    font-size: 8rem;
  }

  .system-icons__wrap {
    width: 20rem;
  }

  .button-submut__system {
    width: 50rem;
    height: 10rem;
    font-size: 4rem;
  }

  .popup-size {
    width: 50rem;
    height: auto;
  }

  .popup-close {
    width: 3rem;
    height: 3rem;
  }

  .img-h--172 {
    object-fit: cover;
    border-radius: 3rem;
    width: 14.6667rem;
    height: 20.8rem;
  }

  .img-h--172.auto {
    object-fit: cover;
    border-radius: 3rem;
    width: 17rem;
    height: 20.8rem;
    display: none;
    position: absolute;
    inset: auto 0% -45.1rem auto;
  }

  .img-h--172.mob-hide {
    display: none;
  }

  .img-h--172._1 {
    display: none;
    position: absolute;
    inset: 2.1rem auto auto 1.5rem;
  }

  .program-info--hover {
    height: 17.3333rem;
    top: -5.6rem;
    left: 6.2rem;
  }

  .program-info--hover.hover-profit {
    display: none;
  }

  .case-img--1 {
    height: 7.46667rem;
    inset: 3.2rem auto auto 2.4rem;
    transform: rotate(-4deg);
  }

  .case-img--2 {
    height: 7.46667rem;
    inset: 65.2rem 2.8rem auto auto;
    transform: rotate(15deg);
  }

  .img-4 {
    border-radius: 5.33333rem;
    margin-top: -3rem;
    margin-bottom: 5.33333rem;
    display: block;
    overflow: hidden;
  }

  .profit-promo__img {
    display: none;
  }

  .profit-promo__img-mob {
    display: block;
  }

  .program-mob__img {
    width: 100%;
    display: block;
  }

  .case-holidays__mob {
    z-index: 20;
    display: block;
    position: relative;
  }

  .grid-2 {
    grid-column-gap: 5.33333rem;
    grid-row-gap: 5.33333rem;
    grid-template-columns: 1fr;
  }

  .task {
    width: 100%;
    display: none;
  }

  .row-20 {
    grid-column-gap: 5.33333rem;
    grid-row-gap: 5.33333rem;
  }

  .task-mob {
    width: 100%;
    display: block;
  }

  .cookie__button {
    text-align: center;
    border-radius: 2.13333rem;
    width: 100%;
    min-width: 42.6667rem;
    padding: 4.26667rem 5.33333rem;
    font-size: 3.73333rem;
  }

  .button__icon, .button__icon.button__icon--mini {
    width: 10.6667rem;
    height: 10.6667rem;
  }

  .cookie__text {
    color: #020205;
    font-size: 3.73333rem;
  }

  .button__text {
    font-size: 3.73333rem;
  }

  .cookie__content {
    grid-column-gap: 4.26667rem;
    grid-row-gap: 4.26667rem;
    border-radius: 6.66667rem;
    flex-flow: column;
    padding: 4.26667rem;
  }

  .cookie {
    width: 89.3333rem;
    bottom: 5.33333rem;
  }
}

@media screen and (max-width: 479px) {
  .root {
    height: auto;
    padding-bottom: 0;
  }

  .logo {
    width: auto;
    top: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical, .padding-vertical__18 {
    padding-left: 0;
    padding-right: 0;
  }

  .section.s-form {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section.mobile {
    display: block;
  }

  .section.s-analytics-form {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .marquee-hero__container.students {
    grid-row-gap: 28rem;
  }

  .hero-info__img {
    bottom: 17.9333rem;
  }

  .text-size__112.color-white.width-80 {
    width: 80%;
  }

  .text-size__112.line-height__85 {
    line-height: 100%;
  }

  .text-size__112.line-height__82.margin--26 {
    letter-spacing: -1.2px;
    font-size: 10.2302rem;
  }

  .text-size__112.margin__-35 {
    letter-spacing: -1.2px;
    font-size: 10.2302rem;
    line-height: 82%;
  }

  .about-heading__wrap.right.custom-margin {
    margin-right: 0;
  }

  .test {
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
  }

  .test-2 {
    background-color: var(--blue-violet);
    height: 100vh;
  }

  .padding-horizontal__40.margin-b-5-5 {
    margin-bottom: 10rem;
  }

  .text-48.width-384 {
    width: 100%;
  }

  .mail-footer__btn {
    top: -1.1rem;
  }

  .img-relative {
    top: 0;
  }

  .modal {
    top: 8.2rem;
  }

  .disclaimer-link {
    bottom: 112.9rem;
    left: 6.1rem;
  }

  .grid-coll__70.space-between.align-top.row-40__mob {
    grid-row-gap: 6.56667rem;
  }

  .full-img.padding-t-25 {
    padding-top: 0;
  }

  .events-head {
    align-items: flex-start;
  }

  .event-gif {
    right: -8.2rem;
  }

  .text-size__32 {
    font-size: 4.09207rem;
    font-weight: 400;
  }

  .text-size__32.color-black {
    font-size: 4.09207rem;
  }

  .text-size__32.color-black.text-18.width-300 {
    width: 80rem;
  }

  .text-size__32.time {
    font-size: 4.09207rem;
  }

  .text-size__32.bold {
    font-size: 5.6266rem;
    font-weight: 700;
  }

  .button-larger {
    border-color: var(--main-black);
  }

  .img-332 {
    width: 54.1333rem;
    bottom: -16.9rem;
    left: 22rem;
    transform: rotate(-1.6deg);
  }

  .youtube-shorts {
    border-radius: 8rem;
    width: 100%;
  }

  .container {
    padding-top: 16.5625rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .heading-h1 {
    margin-top: 11.25rem;
    margin-bottom: 5rem;
    font-size: 10rem;
  }

  .text-30__bold.light {
    font-size: 4.6875rem;
    line-height: 110%;
  }

  .text-30__bold.caps {
    margin-top: 11.25rem;
    font-size: 4.6875rem;
  }

  .form-wrap {
    width: 92.5rem;
    display: flex;
  }

  .form-wrap.profit {
    margin-top: 0;
  }

  .form-wrap.form-wrap__system {
    margin-top: 5rem;
  }

  .form-field {
    border-radius: 1.875rem;
    height: 10rem;
    margin-bottom: 1.875rem;
    font-size: 4.0625rem;
  }

  .form-field.height-60 {
    height: 26.875rem;
    padding-bottom: 11rem;
    padding-right: 10rem;
  }

  .grid-column__7.grid-row_7 {
    grid-row-gap: 1.53453rem;
    width: 82.5rem;
  }

  .checkbox-field {
    grid-column-gap: 2.04604rem;
    margin-top: 4.09207rem;
    margin-bottom: 12.532rem;
    margin-left: -2.5rem;
    padding-top: 0;
    padding-left: 0;
    font-size: 3.4375rem;
  }

  .checkbox {
    background-repeat: no-repeat;
    background-size: cover;
    flex: none;
    width: 4rem;
    height: 4rem;
  }

  .checkbox.w--redirected-checked {
    width: 4rem;
    height: 4rem;
    margin-right: 1.5625rem;
  }

  .checkbox.w--redirected-focus {
    opacity: 1;
    outline-offset: 0px;
    mix-blend-mode: multiply;
    outline: 3px #fff;
  }

  .checkbox-label {
    margin-bottom: 0;
    font-size: 3.35rem;
  }

  .button.text-19 {
    border-radius: 1.875rem;
    width: 92.5rem;
    height: 14.375rem;
    margin-top: 7.1875rem;
    font-size: 4.6875rem;
  }

  .button.button-mob {
    background-position: 27%;
    background-size: 10px;
    border-radius: 2.04604rem;
    height: 25.5754rem;
    font-size: 5.6266rem;
  }

  .button.button-main {
    position: static;
  }

  .button.button-main.is--mob {
    grid-column-gap: 3.06905rem;
    color: var(--main-black);
    background-color: #e4fa39;
    border-radius: 2.04604rem;
    width: 94rem;
    height: 25.5754rem;
  }

  .background-icon {
    display: none;
  }

  .background-icon.arrow {
    aspect-ratio: auto;
    width: 14.6875rem;
    display: none;
    inset: auto 3% -6% auto;
  }

  .background-icon.hat {
    cursor: none;
    width: 45rem;
    display: block;
    inset: auto auto -11% 0%;
  }

  .background-icon.arrow-mob {
    width: 14.6875rem;
    display: block;
    inset: auto 7% -6% auto;
  }

  .background {
    display: none;
  }

  .success-message {
    width: 92.5rem;
    height: 84.6875rem;
  }

  .background-mob {
    width: 100rem;
    min-height: 276.875rem;
    display: block;
    position: fixed;
  }

  .backgroung-img-mob {
    width: 31.25rem;
    display: block;
    position: absolute;
    inset: 25rem -4rem 0% auto;
  }

  .text-27 {
    width: 77.8125rem;
    margin-left: 8.4375rem;
    font-size: 6.25rem;
  }

  .image {
    width: 25.9375rem;
  }

  .logo-croc {
    bottom: 61.9rem;
  }

  .description-container.drawing-game {
    z-index: 2;
  }

  .description-container.scrum-game {
    z-index: 1;
  }

  .color-wrap {
    padding-top: 12.7877rem;
  }

  .color-wrap.yellow, .color-wrap.yellow.mob {
    background-color: #0000;
  }

  .color-wrap.violet {
    padding-top: 12.7877rem;
  }

  .color-wrap.violet.padding-none {
    border-radius: 7.8125rem;
  }

  .color-wrap.violet.padding-none.profit {
    background-color: #d1b9fe;
  }

  .color-wrap.violet.mob, .color-wrap.pink, .color-wrap.pink.mob, .color-wrap.purple, .color-wrap.fuxia {
    background-color: #0000;
  }

  .description-wrap.paddin-custom4.border_60.grid-row_86.z-31.mobile, .description-wrap.paddin-custom4.border_60.grid-row_86.z-21, .description-wrap.paddin-custom4.border_60.grid-row_86.z-11 {
    box-shadow: none;
  }

  .description-block.grid-coll_119 {
    grid-column-gap: 0rem;
    grid-row-gap: 6.90537rem;
    flex-direction: column;
  }

  .description-block.grid-coll_62 {
    grid-column-gap: 0rem;
    grid-row-gap: 7.67263rem;
    flex-direction: column;
  }

  .description-text.grid-row_23 {
    grid-row-gap: 2.55754rem;
  }

  .text-size__18 {
    font-size: 4.09207rem;
    line-height: 120%;
  }

  .text-size__18.bold.width-70rem {
    width: 75rem;
  }

  .width__678 {
    width: 94rem;
  }

  .width__678.border-radius_30 {
    border-radius: 6.39386rem;
  }

  .width-513 {
    width: 50rem;
  }

  .timeline-block.grid-coll__20 {
    grid-column-gap: 3.06905rem;
    object-fit: none;
    width: 165.729rem;
    overflow: auto;
  }

  .timeline-block.grid-coll__20.overflow-scroll {
    width: 100%;
    max-width: 100%;
    display: none;
    overflow: scroll;
  }

  .timeline-item.border-radius_30 {
    border-radius: 5.11509rem;
  }

  .width-440 {
    width: 53.1969rem;
    min-width: 53.1969rem;
  }

  .width-440.border-radius_30 {
    border-radius: 6.39386rem;
    width: 53.1969rem;
    min-width: 53.1969rem;
  }

  .width-440.border-radius_30.pink {
    border-radius: 6.25rem;
    min-width: 53.1969rem;
  }

  .height-191 {
    height: 28.133rem;
  }

  .padding-custom6 {
    padding-top: 5.11509rem;
    padding-left: 5.11509rem;
  }

  .grey-block {
    border-radius: 5.11509rem;
    width: 100%;
    height: 10.2302rem;
    padding-left: 5.11509rem;
  }

  .tabs.tabs-profit {
    display: none;
  }

  .padding-custom8 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-custom9.form-background {
    padding: 25.5754rem 5.88235rem 12.7877rem;
  }

  .form-block.it-project-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-field {
    border-radius: 4.375rem;
    padding-left: 5.11509rem;
    font-size: 3.32481rem;
  }

  .checkbox-box.w--redirected-checked {
    flex: none;
  }

  .checkbox-box.is--mob {
    border-width: .625rem;
    border-color: #6626ec;
    flex: none;
    width: 5.625rem;
    height: 5.625rem;
  }

  .checkbox-box.is--mob.w--redirected-checked {
    background-size: 90% 90%;
    border-style: solid;
    border-width: .625rem;
    width: 5.625rem;
    height: 5.625rem;
  }

  .text-10 {
    font-size: 2.55754rem;
    font-weight: 400;
    line-height: 2.55754rem;
  }

  .text-10.bold {
    font-size: 2.5rem;
  }

  .text-10.is--mob {
    font-size: 3rem;
    line-height: 100%;
  }

  .textarea.height-103 {
    border-radius: 4.375rem;
    height: 12.7877rem;
    padding-left: 5.11509rem;
    font-size: 3.32481rem;
  }

  .textarea.height-103.profit {
    height: auto;
    padding-bottom: 3rem;
  }

  .img-places.is--hidden {
    display: none;
  }

  .img-registration {
    width: 67.2634rem;
    height: auto;
    display: none;
    top: -16rem;
    left: 9.3rem;
  }

  .img-registration.is--mob {
    display: block;
    top: -19rem;
  }

  .select-field {
    border-radius: 4.375rem;
    padding-left: 5.11509rem;
    padding-right: 5.11509rem;
    font-size: 3.32481rem;
  }

  .tab-img.yellow-tab.z-30.yellow, .tab-img.violet-tab.z-20.violet, .tab-img.pink-tab.z-10.pink {
    display: none;
  }

  .tab-img.is--mob {
    width: 50rem;
  }

  .team-skill-svg {
    width: 90.2564rem;
  }

  .team-skill-svg.is--mob {
    width: 94rem;
    display: block;
  }

  .team-skill-svg.is--hidden {
    display: none;
  }

  .team-skill-wrap.padding-custom10.margin-b-119 {
    grid-row-gap: 17.9028rem;
    flex-direction: column;
    align-items: center;
    margin-top: 29.6675rem;
    margin-bottom: 25.5754rem;
    padding: 30rem 3.06905rem 0;
    display: flex;
  }

  .gif {
    width: 24rem;
    height: 23rem;
  }

  .gif-img {
    width: 17.6471rem;
    height: 19.4373rem;
    inset: auto 0% 34.2028rem 3.06905rem;
  }

  .gif-img.is--mob {
    border-radius: 4rem;
    height: 20.5rem;
    bottom: 43.1028rem;
  }

  .team-photos {
    width: 94rem;
    inset: 0% 0% auto 3rem;
  }

  .mobile-tabs {
    display: flex;
  }

  .padding-12 {
    grid-column-gap: 3.06905rem;
    height: 22.5064rem;
    padding-bottom: 3.06905rem;
    padding-left: 3.06905rem;
    display: flex;
  }

  .mobile-color-wrap {
    width: 100%;
    display: inline-block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mobile-color-wrap.yellow, .mobile-color-wrap.violet, .mobile-color-wrap.pink {
    display: block;
  }

  .descriptions.yellow.is--mob {
    background-color: #0000;
  }

  .inputs-grid__column-7 {
    grid-row-gap: 1.53453rem;
  }

  .padding-vertical__100.padding-top-179-mob {
    padding-top: 0;
  }

  .time-tab {
    left: 55.2rem;
  }

  .grid-raw-60 {
    grid-row-gap: 10rem;
  }

  .text-90.is-black.capital {
    line-height: 82%;
  }

  .grid-row__35.analytics {
    grid-row-gap: 7rem;
  }

  .padding-7rem {
    padding-top: 21.6rem;
  }

  .padding-267 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-dropdown-list {
    display: none;
  }

  .color-tab-mob {
    z-index: -1;
    width: 100%;
    display: block;
    inset: 0% 0% auto;
  }

  .img-croc {
    top: .1rem;
    left: 43.1rem;
  }

  .grid-row__78 {
    grid-row-gap: 14.6667rem;
  }

  .time__svg {
    top: -16%;
  }

  .gif-hero__img, .svg-mask__gif {
    width: 100rem;
  }

  .add-logo, .add-logo.w--current {
    width: 35rem;
  }

  .closed-img {
    top: 6%;
  }
}

#w-node-_52e885b9-cc79-b9cd-1b70-c948dfbef1ac-1dc7a593, #w-node-_52e885b9-cc79-b9cd-1b70-c948dfbef1b9-1dc7a593, #w-node-_52e885b9-cc79-b9cd-1b70-c948dfbef1c6-1dc7a593, #w-node-_09f64fa3-f2bd-7c1b-6411-ed972d1fda55-1dc7a594, #w-node-_09f64fa3-f2bd-7c1b-6411-ed972d1fda62-1dc7a594, #w-node-_09f64fa3-f2bd-7c1b-6411-ed972d1fda6f-1dc7a594, #w-node-_7e37100f-d6e5-5838-040b-239d0ebdf9fa-1dc7a595, #w-node-_4543d04f-a72a-b703-4735-5f3d3c02fd98-1dc7a595, #w-node-a0b51416-0d64-3b95-762b-50bddd50b585-1dc7a595, #w-node-f6399e3e-99be-4780-1c68-61a0bf86bba6-1dc7a597, #w-node-f6399e3e-99be-4780-1c68-61a0bf86bbb3-1dc7a597, #w-node-f6399e3e-99be-4780-1c68-61a0bf86bbc0-1dc7a597, #w-node-_1ddd3611-30ea-c492-b2ad-d4db8b11e870-1dc7a597, #w-node-_1ddd3611-30ea-c492-b2ad-d4db8b11e87d-1dc7a597, #w-node-_1ddd3611-30ea-c492-b2ad-d4db8b11e88a-1dc7a597, #w-node-_67a3018c-57f5-864c-720a-2d1dc4c268de-1dc7a597, #w-node-_67a3018c-57f5-864c-720a-2d1dc4c268eb-1dc7a597, #w-node-_67a3018c-57f5-864c-720a-2d1dc4c268f8-1dc7a597, #w-node-_8e346326-b9af-fd4a-e6e9-818664a6565d-1dc7a597, #w-node-_8e346326-b9af-fd4a-e6e9-818664a6566a-1dc7a597, #w-node-_8e346326-b9af-fd4a-e6e9-818664a65677-1dc7a597, #w-node-_5a08c57f-1725-5c39-de19-8ec7b932b256-1dc7a597, #w-node-_5a08c57f-1725-5c39-de19-8ec7b932b263-1dc7a597, #w-node-_5a08c57f-1725-5c39-de19-8ec7b932b270-1dc7a597, #w-node-_5a08c57f-1725-5c39-de19-8ec7b932b2c9-1dc7a597, #w-node-_5a08c57f-1725-5c39-de19-8ec7b932b2d6-1dc7a597, #w-node-_5a08c57f-1725-5c39-de19-8ec7b932b2e3-1dc7a597, #w-node-c6d66b51-60be-8f43-0569-480bf0251bf1-1dc7a597, #w-node-c6d66b51-60be-8f43-0569-480bf0251bfe-1dc7a597, #w-node-c6d66b51-60be-8f43-0569-480bf0251c0b-1dc7a597, #w-node-c6d66b51-60be-8f43-0569-480bf0251c5a-1dc7a597, #w-node-c6d66b51-60be-8f43-0569-480bf0251c67-1dc7a597, #w-node-c6d66b51-60be-8f43-0569-480bf0251c74-1dc7a597, #w-node-_0a8826ad-8124-eb4f-1a71-078d5ddf7e0e-1dc7a599, #w-node-_44ea6591-b1d2-77fa-2a41-cdfd37ad402a-1dc7a599, #w-node-d724a120-4415-1f71-8028-197a511e0d50-1dc7a599, #w-node-_58206549-33d3-15ef-ae6c-838c8ece4729-1dc7a599, #w-node-_5f2af755-f9b2-00e9-9501-bd786e06c7ec-1dc7a599, #w-node-_44ea6591-b1d2-77fa-2a41-cdfd37ad402a-1dc7a59b, #w-node-_6a2d40e4-526d-d610-6493-8a0fa36a1800-1dc7a59b, #w-node-c9808f43-daea-e0f4-7eea-58247e34743a-1dc7a59b, #w-node-_5f2af755-f9b2-00e9-9501-bd786e06c7ec-1dc7a59b, #w-node-_58206549-33d3-15ef-ae6c-838c8ece4729-1dc7a59b, #w-node-_0a8826ad-8124-eb4f-1a71-078d5ddf7e0e-1dc7a59b, #w-node-c9808f43-daea-e0f4-7eea-58247e34743b-1dc7a59b, #w-node-c9808f43-daea-e0f4-7eea-58247e34743d-1dc7a59b, #w-node-f7fce529-5915-4996-7779-2dc4bf4946f7-787994e9, #w-node-c1ba63e0-6cf4-0d8e-7838-901c6f2895bf-787994e9, #w-node-_8844cadb-98ba-6751-1990-1fb7b4bd8b77-787994e9, #w-node-_4f6d34de-5360-66a4-914b-4da4590386bd-787994e9, #w-node-_94cb909e-6a37-78d5-67a2-16ca4f092376-787994e9, #w-node-_94cb909e-6a37-78d5-67a2-16ca4f092383-787994e9, #w-node-_94cb909e-6a37-78d5-67a2-16ca4f092390-787994e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95203377-4227-8ace-7eb3-974028afd0df-6dd2e4e1 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f7fce529-5915-4996-7779-2dc4bf4946f7-6dd2e4e1, #w-node-_8844cadb-98ba-6751-1990-1fb7b4bd8b77-6dd2e4e1, #w-node-_8caaef48-a0b0-cf9a-6365-3c6d10bcd15e-6dd2e4e1, #w-node-_8caaef48-a0b0-cf9a-6365-3c6d10bcd16b-6dd2e4e1, #w-node-_8caaef48-a0b0-cf9a-6365-3c6d10bcd178-6dd2e4e1, #w-node-f7fce529-5915-4996-7779-2dc4bf4946f7-86ffd01c, #w-node-c1ba63e0-6cf4-0d8e-7838-901c6f2895bf-86ffd01c, #w-node-_8844cadb-98ba-6751-1990-1fb7b4bd8b77-86ffd01c, #w-node-_4f6d34de-5360-66a4-914b-4da4590386bd-86ffd01c, #w-node-_94cb909e-6a37-78d5-67a2-16ca4f092376-86ffd01c, #w-node-_94cb909e-6a37-78d5-67a2-16ca4f092383-86ffd01c, #w-node-_94cb909e-6a37-78d5-67a2-16ca4f092390-86ffd01c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Croc W';
  src: url('../fonts/Croc-Light__W.woff2') format('woff2'), url('../fonts/Croc-Light__W.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Croc W';
  src: url('../fonts/Croc-Bold__W.woff2') format('woff2'), url('../fonts/Croc-Bold__W.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Croc W';
  src: url('../fonts/Croc-Regular__W.woff2') format('woff2'), url('../fonts/Croc-Regular__W.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}