@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-Heavy.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Mont;
  src: url('../fonts/Mont-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #201828;
  --white: white;
  --red: #de2a2c;
  --grey: #edede4;
  --purple: #7462e3;
  --partners: #f0ffe11a;
  --none: transparent;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Mont, Arial, sans-serif;
  font-size: .833333vw;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.section.is-hero {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 4.6875em;
  padding-bottom: 4.6875em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.is-team {
  overflow: hidden;
}

.section.is-footer {
  padding-top: 16em;
  padding-bottom: 30em;
  position: relative;
  overflow: hidden;
}

.section.is-lead-star {
  padding-top: 5em;
  position: relative;
  overflow: hidden;
}

.section.is-relative {
  position: relative;
}

.wrapper {
  flex: 1;
  align-self: stretch;
  padding-left: 4.6875em;
  padding-right: 4.6875em;
}

.hero-box {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.logo {
  color: var(--grey);
  width: 13.3494em;
  height: 1.77125em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.p-24px {
  font-size: 1.5em;
}

.p-24px.is-hero-head {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--grey);
  color: var(--black);
  letter-spacing: -.035em;
  text-transform: uppercase;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  height: 4.375em;
  padding-left: 2.75em;
  padding-right: 2.75em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.button.is-icon {
  flex: none;
  width: 4.375em;
  padding-left: 0;
  padding-right: 0;
}

.button-text {
  font-size: 1.7375em;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: .1em;
}

.button-box {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-box.is-hero {
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-box.is-footer {
  margin-top: 12em;
  position: relative;
}

.icon-21px {
  justify-content: center;
  align-items: center;
  width: 1.3125em;
  height: 1.3125em;
  display: flex;
}

.hero-cloud-black {
  z-index: 1;
  color: var(--black);
  width: 145.063em;
  display: flex;
  position: absolute;
  top: 2em;
}

.hero-cloud-purple {
  z-index: 2;
  color: var(--purple);
  width: 134.313em;
  display: flex;
  position: absolute;
  bottom: -22em;
}

.hero-cloud-purple.is-footer {
  pointer-events: none;
  width: 130em;
  left: 50%;
  transform: translate(-50%);
}

.hero-content {
  position: relative;
}

.hero-title {
  width: 56.25em;
  margin-bottom: 3em;
  display: flex;
}

.hero-icon {
  z-index: 1;
  width: 30%;
  max-width: none;
  position: absolute;
  inset: 0% 1% auto auto;
  transform: translate(50%, -50%);
}

.hero-text {
  text-transform: uppercase;
  font-size: 3.625em;
  font-weight: 400;
  line-height: 1.2;
}

.hero-stripe-01 {
  z-index: 1;
  width: 18em;
  display: flex;
  position: absolute;
  top: 10.3125em;
  left: -2.5em;
}

.hero-stripe-02 {
  z-index: 1;
  width: 22.8125em;
  display: flex;
  position: absolute;
  inset: -11.25em auto auto 8em;
  transform: rotate(7deg);
}

.hero-stripe-03 {
  z-index: 1;
  width: 34.3125em;
  display: flex;
  position: absolute;
  inset: -1.25em 1.25em auto auto;
  transform: rotate(1deg);
}

.hero-stripe-04 {
  z-index: 1;
  width: 30.75em;
  display: flex;
  position: absolute;
  inset: 11.25em -5.625em auto auto;
  transform: rotate(1deg);
}

.bg-purple {
  background-color: var(--purple);
}

.container {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.layout {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto;
  grid-template-columns: 21.375em 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout.is-partners {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr;
}

.layout.is-schedule {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin-top: 8.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.label {
  background-color: var(--black);
  color: var(--grey);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20em;
  justify-content: center;
  align-items: center;
  height: 2.375em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.label.is-purple {
  background-color: var(--purple);
  display: inline-flex;
}

.label.is-red {
  background-color: var(--red);
  display: inline-flex;
}

.p-18px {
  font-size: 1.25em;
  font-weight: 400;
}

.p-18px.is-label {
  line-height: 1.2;
  position: relative;
  top: .05em;
}

.p-52px {
  font-size: 3.25em;
  line-height: 1.2;
}

.p-52px.caps.weight-semibold.is-max-wrapper {
  width: 70%;
}

.caps {
  text-transform: uppercase;
}

.weight-semibold {
  font-weight: 600;
}

.butterfly-big {
  width: 100%;
  display: flex;
}

.content-max {
  width: 80%;
}

.p-40px {
  font-size: 2.5em;
}

.margin-40px {
  margin-top: 2.5em;
}

.slider-box {
  margin-top: 5em;
}

.slider-box.is-fuckup {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider.swiper-wrapper.is-dev {
  flex-flow: wrap;
}

.slider-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  flex: none;
  display: flex;
}

.slider-item.swiper-slide {
  align-self: stretch;
}

.slider-photo {
  border-radius: 1.25em;
  width: 18.75em;
  height: 25em;
  overflow: hidden;
}

.slider-info {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: var(--purple);
  text-align: center;
  border-radius: 1.25em;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.p-20px {
  font-size: 1.25em;
}

.p-13 {
  font-size: .8125em;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.lead-star {
  object-fit: cover;
  border-radius: 1.25em;
  width: 37.5em;
  max-width: none;
  height: 25em;
}

.lead-star-bg {
  z-index: -1;
  color: var(--red);
  width: 141.375em;
  display: flex;
  position: absolute;
  bottom: -11em;
}

.partners {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  flex-flow: column;
  flex: 1;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.partners.is-grid {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.partner-item {
  background-color: var(--partners);
  border-radius: 1.25em;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 16em;
  padding: 2em 3em;
  transition: transform .2s;
  display: flex;
}

.partner-item:hover {
  transform: scale(1.03);
}

.partner-item.is-novus {
  padding-top: 4em;
  padding-bottom: 4em;
}

.partner-logo {
  width: 15em;
  max-width: none;
}

.partner-logo.is-general {
  height: 14em;
}

.partner-logo.is-general.is-beehive {
  width: auto;
  height: 22em;
}

.partner-logo.is-novus {
  height: 5em;
}

.partner-logo.is-sensilis {
  width: 20em;
}

.footer-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-box.is-bottom {
  padding-bottom: 8em;
}

.footer-title {
  width: 98.3125em;
  margin-bottom: 3em;
  display: flex;
}

.p-47px {
  font-size: 2.9375em;
}

.p-47px.is-footer-title {
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.p-47px.is-schedule-value {
  width: 50%;
}

.footer-contacts {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 9.375em;
  display: flex;
}

.social-button {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7.25em;
  height: 7.25em;
  display: flex;
}

.social-button:hover {
  background-color: var(--red);
}

.social-button.is-twitter {
  background-color: #040404;
}

.social-button.is-fb {
  background-color: #3f51b5;
}

.social-button.is-yt {
  background-color: red;
}

.social-button.is-tg {
  background-color: #009eeb;
}

.social-button.is-ig {
  background-image: url('../images/ig.webp');
  background-position: 50%;
  background-size: cover;
}

.social-button.is-mail {
  border: 1px solid var(--purple);
  color: var(--purple);
}

.social-button.is-mail:hover {
  background-color: var(--purple);
  color: var(--grey);
}

.social-button-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1;
  position: relative;
  top: .07em;
}

.footer-logo {
  width: 21.875em;
  margin-top: 5em;
  display: flex;
}

.tbx-modal {
  background-color: var(--none);
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-mask-tbx {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.lead-star-stripe-01 {
  z-index: 1;
  width: 17.875em;
  display: flex;
  position: absolute;
  top: 11em;
  left: -7em;
  transform: rotate(16deg);
}

.lead-star-stripe-02 {
  z-index: 1;
  width: 22.75em;
  display: flex;
  position: absolute;
  top: -1em;
  left: 4em;
  transform: rotate(8deg);
}

.lead-star-stripe-03 {
  z-index: 1;
  width: 33.875em;
  display: flex;
  position: absolute;
  top: -1em;
  right: -3em;
}

.lead-star-stripe-04 {
  z-index: 1;
  width: 30em;
  display: flex;
  position: absolute;
  top: 19em;
  right: -9em;
}

.fuckup-item {
  background-color: var(--red);
  text-align: center;
  border-radius: 1.25em;
}

.fuckup-image {
  border: .6875em solid var(--red);
  border-radius: 1.25em;
  height: 25em;
  overflow: hidden;
}

.p-32px {
  font-size: 1.625em;
}

.p-base {
  font-size: 1em;
}

.fuckup-info {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.fuckup-decor {
  color: var(--purple);
}

.partners-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.schedule-box {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.61453vw;
  }

  .section.is-hero {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }

  .wrapper {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .hero-cloud-black {
    width: 135em;
    top: 4em;
  }

  .hero-cloud-purple {
    width: 111em;
    bottom: -12em;
  }

  .hero-title {
    width: 42em;
    margin-bottom: 2em;
  }

  .hero-text {
    font-size: 2.7em;
  }

  .hero-stripe-02, .hero-stripe-03 {
    display: none;
  }

  .container {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .layout {
    grid-column-gap: 1em;
    grid-row-gap: 3em;
  }

  .layout.is-partners {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
  }

  .layout.is-schedule {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .p-52px {
    font-size: 2.8em;
  }

  .p-52px.caps.weight-semibold.is-max-wrapper {
    width: 100%;
  }

  .butterfly-big {
    width: 80%;
  }

  .p-40px {
    font-size: 2em;
  }

  .slider-box.is-fuckup {
    grid-template-columns: 1fr 1fr;
  }

  .lead-star {
    width: 20em;
    height: 15em;
  }

  .lead-star-bg {
    width: 91em;
    bottom: -13em;
  }

  .partners {
    width: 100%;
  }

  .partner-item {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .partner-item:hover {
    transform: none;
  }

  .footer-title {
    width: 50em;
    margin-bottom: 2em;
  }

  .p-47px.is-schedule-value {
    width: 100%;
  }

  .footer-contacts {
    margin-top: 5em;
  }

  .lead-star-stripe-01 {
    left: -12em;
  }

  .lead-star-stripe-03 {
    top: 8em;
    right: 3em;
  }

  .lead-star-stripe-04 {
    top: 23em;
    right: -3em;
  }

  .schedule-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.08605vw;
  }

  .section.is-footer {
    padding-top: 5em;
    padding-bottom: 15em;
  }

  .button-box.is-footer {
    margin-top: 6em;
  }

  .hero-cloud-black {
    width: 133em;
    top: 5em;
  }

  .hero-cloud-purple {
    width: 139em;
  }

  .hero-cloud-purple.is-footer {
    width: 100%;
    bottom: -7em;
    left: 0%;
    transform: none;
  }

  .hero-title {
    width: 35em;
    margin-bottom: 1em;
  }

  .hero-text {
    font-size: 2.23em;
  }

  .layout {
    grid-template-columns: 21.375em 1fr;
  }

  .layout.is-schedule {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .butterfly-big {
    width: 60%;
  }

  .partners.is-grid {
    grid-column-gap: 1.875em;
    grid-row-gap: 1.875em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .partner-logo.is-general {
    height: 10em;
  }

  .footer-title {
    width: 35em;
    margin-bottom: 1em;
  }

  .p-47px.is-footer-title {
    font-size: 2.1em;
  }

  .social-button {
    width: 5em;
    height: 5em;
  }

  .social-button-text {
    font-size: 1.3em;
  }

  .lead-star-stripe-02, .lead-star-stripe-03 {
    display: none;
  }

  .schedule-box {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3.34728vw;
  }

  .section.is-footer {
    padding-bottom: 13em;
  }

  .button-box.is-footer {
    margin-bottom: 6em;
  }

  .hero-cloud-black {
    width: 92em;
  }

  .hero-cloud-purple {
    width: 98em;
    bottom: -11em;
  }

  .hero-cloud-purple.is-footer {
    width: 140%;
    bottom: -3em;
    left: 50%;
    transform: translate(-50%);
  }

  .hero-title {
    width: 23em;
  }

  .hero-text {
    font-size: 1.46em;
  }

  .hero-stripe-01 {
    display: none;
    top: 11em;
    left: -15em;
    transform: rotate(20deg);
  }

  .hero-stripe-04 {
    width: 32em;
    top: auto;
    bottom: -54em;
    right: -5em;
    transform: rotate(-10deg);
  }

  .layout {
    grid-row-gap: 2em;
    flex-flow: column;
    grid-template-columns: 21.375em;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .layout.is-partners {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .layout.is-schedule {
    width: 100%;
    font-size: .8em;
  }

  .p-52px {
    font-size: 2.8em;
  }

  .butterfly-big {
    width: 40%;
  }

  .content-max {
    width: auto;
  }

  .p-40px {
    font-size: 1.9em;
  }

  .margin-40px {
    margin-top: 1.4em;
  }

  .slider-box.is-fuckup {
    grid-template-columns: 1fr;
  }

  .lead-star-bg {
    width: 82em;
    bottom: 0;
  }

  .lead-info {
    width: 100%;
  }

  .partner-item.is-novus {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .partner-logo.is-general {
    height: 5em;
  }

  .partner-logo.is-general.is-beehive {
    height: 12em;
  }

  .partner-logo.is-novus {
    height: 4em;
  }

  .partner-logo.is-sensilis {
    width: 21em;
  }

  .footer-title {
    width: 24em;
  }

  .footer-contacts {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 80%;
    margin-top: 2em;
  }

  .social-button {
    width: 3.2em;
    height: 3.2em;
  }

  .social-button-text {
    font-size: 1em;
  }

  .lead-star-stripe-01 {
    width: 12em;
    top: 6em;
    left: -6em;
  }

  .lead-star-stripe-04 {
    width: 21em;
  }

  .fuckup-info {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}

#w-node-fc27ec3c-d46f-baec-9145-14762da2429b-073fe8fd {
  justify-self: start;
}

#w-node-_03d4ab60-897f-9abd-8a27-4db5756175e9-073fe8fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-a599b600-745c-2eba-4815-f3f226a8a63a-073fe8fd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_60e50691-919d-79b1-cc55-9b66f4b1c80b-073fe8fd {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center start;
}

#w-node-_79b415a4-a85b-49c1-61aa-f0e3b332fce1-073fe8fd, #w-node-_28bb0f63-9c14-9583-88f7-92f5e0c69fec-073fe8fd {
  justify-self: stretch;
}

#w-node-_57898935-7e03-b6b6-85ee-b6ad940e7ebb-073fe8fd, #w-node-e7b9fa26-c6d8-3fa1-efaa-7be1fddfb930-073fe8fd, #w-node-_098aa4ec-a3cd-6ddc-306a-1a3b7a7c83f6-073fe8fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f3c40709-b0c2-2e96-04cd-9dbde7517bd9-073fe8fd {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_01e183df-bf0c-4020-a4ce-6bd997b098d2-073fe8fd {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-a599b600-745c-2eba-4815-f3f226a8a63a-073fe8fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_60e50691-919d-79b1-cc55-9b66f4b1c80b-073fe8fd {
    grid-area: 1 / 2 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc27ec3c-d46f-baec-9145-14762da2429b-073fe8fd, #w-node-f3c40709-b0c2-2e96-04cd-9dbde7517bd9-073fe8fd, #w-node-_01e183df-bf0c-4020-a4ce-6bd997b098d2-073fe8fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60e50691-919d-79b1-cc55-9b66f4b1c80b-073fe8fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_79b415a4-a85b-49c1-61aa-f0e3b332fce1-073fe8fd, #w-node-_28bb0f63-9c14-9583-88f7-92f5e0c69fec-073fe8fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fc27ec3c-d46f-baec-9145-14762da2429b-073fe8fd, #w-node-f3c40709-b0c2-2e96-04cd-9dbde7517bd9-073fe8fd, #w-node-_01e183df-bf0c-4020-a4ce-6bd997b098d2-073fe8fd, #w-node-_79b415a4-a85b-49c1-61aa-f0e3b332fce1-073fe8fd, #w-node-_28bb0f63-9c14-9583-88f7-92f5e0c69fec-073fe8fd, #w-node-_57898935-7e03-b6b6-85ee-b6ad940e7ebb-073fe8fd, #w-node-e7b9fa26-c6d8-3fa1-efaa-7be1fddfb930-073fe8fd {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}