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

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

:root {
  --red: #e30613;
  --ocean: #dae2ed;
  --aircraft: #edf2f9;
  --page-padding: 8rem;
  --gray: #88909c;
  --slider-width: calc((100vw - var(--page-padding) * 2 + var(--slider-gap)) / 3);
  --slider-gap: 2.4rem;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

img {
  max-width: none;
  display: inline-block;
}

.loader {
  width: 500px;
}

.load-box {
  z-index: 9999;
  background-color: #d80b0f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.wrapper {
  overflow: clip;
}

.hero {
  z-index: 1000;
  background-color: var(--red);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 3rem 3rem 3rem 7rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.hero-bg-pattern {
  z-index: 1;
  background-image: url('../images/hero-bg-pattern-tiny.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 220rem;
  height: 220rem;
  position: absolute;
  left: -3.7rem;
}

.hero-bg-blur {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--red), #d80b0f00);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 28rem;
  height: 100%;
  position: absolute;
  left: 0;
}

.hero-title-box {
  z-index: 3;
  width: 75rem;
  position: relative;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.h1-label {
  color: #fff;
  letter-spacing: -.5rem;
  text-transform: uppercase;
  font-family: gg, Tahoma, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.h1-label.space {
  margin-left: 8.4rem;
}

.h2 {
  color: #fff;
  letter-spacing: -.095rem;
  margin-top: 3.2rem;
  margin-bottom: 0;
  margin-left: .5rem;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
}

.hero-title-logo {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 4.8rem;
  display: flex;
}

.hero-title-logo-item {
  height: 2.6rem;
}

.hero-badge {
  z-index: 3;
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 50rem;
  margin-left: auto;
  padding-top: 6.4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.dashed-tag {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border: 1px dashed var(--ocean);
  border-radius: 1rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 9rem;
  margin-top: 0;
  margin-bottom: 2.4rem;
  display: flex;
  position: relative;
}

.dashed-tag-label {
  color: var(--red);
  text-align: center;
  font-family: gg, Tahoma, sans-serif;
  font-size: 4.2rem;
  font-weight: 300;
}

.dashed-tag-label.bold {
  letter-spacing: -.2rem;
  -webkit-text-stroke-width: .08rem;
  -webkit-text-stroke-color: #fff;
  font-size: 4.4rem;
  font-weight: 700;
}

.dashed-tag-small {
  letter-spacing: 0;
  -webkit-text-stroke-width: .05rem;
  -webkit-text-stroke-color: var(--red);
  margin-left: .6rem;
  font-size: 2.6rem;
}

.dashed-tag-small.space {
  margin-left: 0;
  font-size: 1.6rem;
}

.dashed-tag-tooltip {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 3.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
}

.hero-badge-hole {
  z-index: 1;
  background-color: var(--red);
  border-radius: 20px;
  align-self: center;
  width: 9rem;
  height: 1rem;
  position: absolute;
  top: 1.9rem;
  box-shadow: inset 0 .4rem #00000040;
}

.hero-badge-logo {
  background-color: #f4f7f9;
  border-top: 1px solid #005a9614;
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-left: -4rem;
  margin-right: -4rem;
  padding: 4rem;
  display: flex;
}

.partner-logo-item {
  height: 6.2rem;
}

.partner-logo-item.footer {
  height: 8.3rem;
}

.hero-badge-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-self: stretch;
  margin-top: auto;
  display: flex;
}

.button {
  border: 1px solid var(--red);
  color: var(--red);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  font-family: gg, Tahoma, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

.button:hover {
  color: #000;
  border-color: #000;
  padding-left: 3.4rem;
}

.button.fill {
  align-self: stretch;
  height: 7rem;
  padding: 2px;
}

.button.fill:hover {
  border-color: #000;
}

.button.contact {
  width: 39rem;
}

.button.mentor {
  border-width: 0;
  width: 42rem;
}

.button-label-small {
  font-size: .6rem;
}

.button-arrow {
  transform-style: preserve-3d;
  width: 1.6rem;
  margin-left: auto;
  transition: transform .2s ease-out;
}

.button-fill {
  background-color: var(--red);
  color: #fff;
  border-radius: .8rem;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-left: calc(2.8rem - 2px);
  padding-right: calc(2.8rem - 2px);
  transition-property: padding, background-color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease-out, ease-out;
  display: flex;
}

.policy {
  color: #0000004d;
  font-size: 1.1rem;
  line-height: 1.5;
}

.policy.badge {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}

.policy.about {
  color: #00000080;
  margin-top: 2.4rem;
  font-size: 1.6rem;
  line-height: 2rem;
}

.badge-ribbon {
  z-index: 2;
  height: 7.1rem;
  position: absolute;
  top: -4.87rem;
}

.nav {
  z-index: 999;
  transform-style: preserve-3d;
  background-color: #fff;
  border-bottom: 1px solid #e9edf3;
  width: 100%;
  position: fixed;
  top: 0;
}

.nav-box {
  transform-style: preserve-3d;
  max-width: none;
  height: 8.6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.nav-logo {
  max-width: none;
  height: 5.6rem;
}

.nav-logo-link, .nav-lnks {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link-item {
  padding: 1rem 2rem;
  font-size: 1.5rem;
  transition: color .2s ease-out;
}

.nav-link-item:hover, .nav-link-item.w--current {
  color: var(--red);
}

.nav-button {
  background-color: var(--red);
  text-transform: uppercase;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 3.8rem;
  margin-left: 2rem;
  padding: .2rem 2.4rem 0;
  font-family: gg, Tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  transition: background-color .2s ease-out;
  display: flex;
}

.nav-button:hover {
  background-color: #000;
}

.nav-button.secondary {
  display: none;
}

.section {
  padding-left: 8rem;
  padding-right: 8rem;
}

.section.aircraft {
  background-color: var(--aircraft);
}

.section.cta {
  background-color: var(--red);
  background-image: url('../images/cta-bg.svg'), url('../images/hero-bg-pattern-tiny.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 130%;
}

.section.mentors-section {
  overflow: clip;
}

.about-box {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16rem;
  padding-bottom: 14rem;
  display: flex;
}

.about-card-img {
  width: 60rem;
  margin-left: -1rem;
  margin-right: 5rem;
}

.about-text-box {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  margin-top: -.6rem;
  display: flex;
}

.h3 {
  letter-spacing: -.1rem;
  font-family: gg, Tahoma, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}

.h3.xl {
  font-size: 5.6rem;
  line-height: 6.4rem;
}

.h3.is-jury {
  margin: .4rem var(--page-padding) 4.8rem;
}

.text {
  font-size: 2rem;
  line-height: 2.6rem;
}

.text.about {
  margin-top: auto;
}

.divider {
  background-color: var(--ocean);
  width: 100%;
  height: 2px;
}

.divider.is-footer {
  margin-top: 10rem;
}

.wanted-box {
  padding-top: 12rem;
  padding-bottom: 14rem;
}

.wanted-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.wanted-card {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  min-height: 32rem;
  padding: 3rem 3rem 3.2rem;
  display: flex;
  box-shadow: 0 2rem 2rem #e1e8f24d;
}

.wanted-card-line {
  background-color: var(--red);
  width: 8rem;
  height: 2px;
}

.wanted-card-descr {
  color: var(--gray);
  margin-top: auto;
  font-size: 1.8rem;
  font-weight: 400;
}

.wanted-tooltip {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: #fff9;
  border: 1px solid #fff;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  height: 7.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 2rem;
  display: flex;
}

.wanted-tooltip-icon {
  flex: none;
  width: 4rem;
}

.footer-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

.contact-box {
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  flex: none;
  width: 57rem;
  padding: 3.2rem;
  display: flex;
  box-shadow: 0 2rem 2rem #e1e8f24d;
}

.contact-name {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5rem;
  margin-bottom: 2.4rem;
  font-size: 1.8rem;
  display: flex;
}

.contact-name-label {
  color: var(--red);
  letter-spacing: -.05rem;
  font-family: gg, Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.text-block {
  color: var(--gray);
}

.copy-box {
  background-color: #20262e;
  border-radius: 2rem;
  flex-flow: column;
  flex: 1;
  padding: 4rem 5rem 4rem 4rem;
  display: flex;
}

.copy-logo {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: auto;
}

.copy-label {
  color: #ffffff80;
  width: 90%;
  font-size: 1.6rem;
}

.timeline-box {
  padding: 12rem 22rem 14rem;
}

.timeline-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 4rem;
}

.timeline-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.2rem 4rem 3.2rem 10rem;
  font-size: 1.8rem;
  display: flex;
  position: relative;
  box-shadow: 0 2rem 2rem #e1e8f24d;
}

.timeline-date {
  color: var(--red);
}

.timeline-descr {
  color: var(--gray);
  margin-top: 1rem;
}

.timeline-title {
  font-family: gg, Tahoma, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.timeline-progress {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 2.2rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4rem;
  overflow: clip;
}

.progress-bullet {
  z-index: 4;
  color: var(--ocean);
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  top: 3rem;
}

.progress-line {
  z-index: 1;
  background-color: var(--ocean);
  width: 1px;
  height: 100%;
  position: absolute;
}

.progress-line.active {
  z-index: 2;
  background-color: var(--red);
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.progress-mask {
  z-index: 3;
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 2.8rem;
}

.progress-mask.first {
  height: 5.8rem;
  top: 0;
}

.progress-mask.last {
  height: auto;
  bottom: 0;
}

.challenges-box {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.text-large {
  font-size: 2.5rem;
  line-height: 3.2rem;
}

.text-large.mentors-descr {
  margin-top: 1.6rem;
  margin-right: 34rem;
}

.ch-title {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  width: 82.6rem;
  display: flex;
}

.ch-list {
  border-radius: 1.6rem;
  overflow: clip;
}

.ch-tooltip {
  grid-column-gap: 1.64rem;
  grid-row-gap: 1.64rem;
  background-color: #ffc8001a;
  border: 1px solid #ffc8004d;
  border-radius: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.2rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: flex;
  position: sticky;
  top: 12rem;
}

.ch-tooltip-title {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .8rem;
  font-family: gg, Tahoma, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}

.ch-tooltip-icon {
  width: 4rem;
}

.ch-list-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fbfcfd;
  border: 1px solid #e9edf3;
  border-bottom-width: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: sticky;
}

.ch-list-item.first {
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  top: 12rem;
}

.ch-list-item.nth {
  top: 13.4rem;
}

.ch-list-item.last {
  border-bottom-width: 1px;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
  position: relative;
}

.ch-list-item.static {
  position: relative;
}

.ch-icon {
  flex: none;
  width: 6.4rem;
}

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

.grid.ch {
  margin-top: 6.4rem;
}

.grid.criteria {
  place-items: start stretch;
  margin-top: 4rem;
}

.results-box {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.results-content {
  color: #fff;
  transform-style: preserve-3d;
  background-image: url('../images/bg_1.avif');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.6rem;
  padding: 6rem 6rem 6.4rem;
  position: static;
  top: 11rem;
}

.results-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.results-card {
  background-color: #fff;
  border-radius: 1.6rem;
  padding: 3rem 3rem 3.2rem;
  box-shadow: 0 2rem 2rem #e1e8f24d;
}

.results-icon {
  width: 5.6rem;
  margin-bottom: 6.4rem;
}

.results-card-text {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  color: var(--gray);
  flex-flow: column;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  display: flex;
}

.results-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 57rem;
  margin-top: 3.2rem;
  margin-bottom: 6.4rem;
  font-size: 2rem;
  line-height: 2.6rem;
  display: flex;
}

.results-text.bottom {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  margin-bottom: 0;
}

.results-tag-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.results-tag {
  height: 3.7rem;
}

.br-desktop {
  display: block;
}

.criteria-box {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.criteria-acc {
  border: 1px solid #e9edf3;
  border-radius: 1.6rem;
  flex-flow: column;
  max-height: 58rem;
  display: flex;
  overflow: clip;
}

.acc-item {
  border-bottom: 1px solid #e9edf3;
  flex-flow: column;
  height: 7.2rem;
  transition: height .4s ease-out;
  display: flex;
  overflow: clip;
}

.acc-item.last {
  border-bottom-width: 0;
}

.acc-item.open {
  cursor: default;
  flex: 1;
  height: 100%;
  transition-timing-function: ease-in;
}

.criteria-img {
  border-radius: 1.6rem;
  height: 58rem;
  position: relative;
  overflow: clip;
}

.acc-title {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  cursor: pointer;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 2.4rem 2.4rem 2.4rem 3.2rem;
  font-size: 1.8rem;
  transition: color .4s ease-out;
  display: flex;
}

.acc-plus {
  width: 2.4rem;
  transition: opacity .15s ease-out;
}

.acc-content {
  color: #000;
  padding-left: 3.2rem;
  padding-right: 8rem;
}

.acc-show {
  color: var(--red);
}

.acc-1, .acc-2, .acc-3, .acc-4, .acc-5 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.acc-transition {
  transition: opacity .25s ease-out;
}

.acc-img {
  display: none;
}

.cta-box {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: flex;
}

.cta-card {
  text-align: center;
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 84rem;
  padding: 4.8rem 6.4rem;
  display: flex;
}

.cta-descr {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
  font-size: 2rem;
}

.link {
  color: inherit;
}

.cta-policy {
  color: #0000004d;
  margin-top: 3.2rem;
  font-size: 1.7rem;
}

.cta-dash-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: -.4rem;
  margin-bottom: 4.6rem;
  display: flex;
}

.dash-small {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  border: 1px dashed var(--ocean);
  border-radius: 1rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 2rem 1.6rem;
  display: flex;
}

.dash-small-flex {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #00000080;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.dash-small-num {
  background-color: var(--red);
  color: #fff;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  font-size: .9rem;
  display: flex;
}

.dash-small-label {
  color: var(--red);
  letter-spacing: -.15rem;
  font-family: gg, Tahoma, sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
}

.dash-small-sub {
  font-size: 2.2rem;
}

.dash-small-sub-text {
  letter-spacing: 0;
  -webkit-text-stroke-width: .05rem;
  font-size: 1.8rem;
}

.mentors-box {
  padding-top: 12rem;
  padding-bottom: 14rem;
}

.mentors-cta {
  background-image: url('../images/bg_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 147rem;
  border-radius: 1.6rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.4rem;
  padding: 2.8rem 4rem;
  display: flex;
}

.mentors-cta-title {
  color: #fff;
  letter-spacing: -.1rem;
  font-family: gg, Tahoma, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3rem;
}

.br-mobile {
  display: inline;
}

.modal {
  z-index: 9999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #e306137d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal.show {
  display: flex;
}

.close-area {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.modal-box {
  z-index: 2;
  background-color: #fff;
  border-radius: 2.4rem;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.modal-close {
  z-index: 3;
  cursor: pointer;
  width: 4rem;
  position: absolute;
  top: 2rem;
  left: calc(100% - 6rem);
}

.policy-box {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-top: -1.4rem;
  padding-bottom: 8rem;
  padding-left: 4rem;
  padding-right: 8rem;
  font-size: 1.8rem;
  display: flex;
}

.policy-name {
  color: var(--red);
  font-family: gg, Tahoma, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}

.policy-tab {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-left: 1.6rem;
  display: flex;
}

.policy-list {
  padding-left: 2.3rem;
  position: relative;
}

.policy-page {
  padding-top: 6rem;
}

.policy-page-logo {
  align-self: flex-start;
  margin-bottom: 8rem;
}

.policy-page-logo-img {
  height: 8rem;
}

.form-embed {
  height: 100%;
  display: none;
}

.slider {
  margin-left: -8rem;
  margin-right: -8rem;
  overflow: hidden;
}

.slider.is-jury {
  position: relative;
}

.swiper {
  flex-direction: row;
  align-items: center;
}

.swiper-wrapper {
  cursor: grab;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 8rem;
  display: flex;
}

.swiper-slide {
  width: var(--slider-width);
  max-width: var(--slider-width);
  min-width: var(--slider-width);
  padding-right: var(--slider-gap);
  color: var(--gray);
  flex-flow: column;
  flex: none;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: flex;
}

.swiper-nav {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--aircraft);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--aircraft);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--aircraft);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--aircraft);
  background-color: var(--aircraft);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: calc(12rem + 1px);
  height: 6rem;
  display: flex;
  position: absolute;
  top: -10rem;
  right: 0;
  overflow: clip;
}

.swiper-nav.is-jury {
  top: 0;
  right: var(--page-padding);
  border-color: var(--ocean);
  background-color: var(--ocean);
}

.swiper-nav.tab-nav {
  top: 0;
}

.swiper-nav--button {
  cursor: pointer;
  background-color: #fff;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-image {
  border-radius: 2rem;
  width: 100%;
}

.tab {
  border: 1px solid var(--red);
  color: var(--red);
  background-color: #0000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 6rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-family: gg, Tahoma, sans-serif;
  display: flex;
}

.tab.w--current {
  background-color: var(--red);
  color: #fff;
}

.tab-group {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  margin-bottom: 4.8rem;
  display: flex;
}

.tab-component {
  margin-top: 8rem;
  position: relative;
}

.tab-content {
  position: static;
  overflow: visible;
}

.tab-content-item {
  position: static;
}

.slider-arrow {
  width: 1.6rem;
  transform: rotate(45deg);
}

.slider-arrow.next {
  transform: rotate(-135deg);
}

.slider-name {
  color: #000;
  letter-spacing: -.05rem;
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  font-family: gg, Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}

.jury-box {
  padding-top: 12rem;
}

.modal-text {
  text-align: center;
  font-family: gg, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.swiper-box {
  margin-top: 6rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  body {
    --red: #e30613;
    --ocean: #dae2ed;
    --aircraft: #edf2f9;
    --page-padding: 3.2rem;
    --gray: #88909c;
    --slider-width: calc((100vw - var(--page-padding) * 2 + var(--slider-gap)) / 2);
    --slider-gap: 2.4rem;
  }

  .hero {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 3.2rem 3.2rem;
  }

  .hero-bg-pattern {
    width: 180rem;
    height: 180rem;
    top: -15rem;
    left: auto;
  }

  .hero-bg-blur {
    background-image: linear-gradient(180deg, var(--red), #d80b0f00);
    width: 100%;
    height: 20rem;
    top: 0;
  }

  .hero-title-box {
    width: auto;
    margin-top: 14rem;
  }

  .h1-label {
    font-size: 11.4rem;
  }

  .h2 {
    font-size: 2.2rem;
  }

  .hero-title-logo {
    display: none;
  }

  .hero-badge {
    width: auto;
    margin-top: 6rem;
    margin-right: auto;
  }

  .hero-badge-logo {
    padding-right: 4.4rem;
  }

  .partner-logo-item {
    height: 8.5rem;
  }

  .button:hover {
    border-color: var(--red);
    color: var(--red);
    padding-left: 2.8rem;
  }

  .button.fill {
    height: 6.8rem;
  }

  .button.fill:hover {
    border-color: var(--red);
    padding-left: 2px;
  }

  .button-arrow {
    transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
  }

  .policy.badge {
    align-self: flex-start;
    width: 94%;
    font-size: 1.2rem;
  }

  .badge-ribbon {
    display: none;
  }

  .nav {
    transform: translate3d(0, 0%, 0) !important;
  }

  .nav-box {
    height: 8rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    transform: translate3d(0, 0%, 0) !important;
  }

  .nav-logo {
    height: 5rem;
  }

  .nav-lnks {
    text-align: left;
    background-color: #fff;
    border-top: 1px solid #e9edf3;
    border-bottom: 1px solid #e9edf3;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 2rem 2.2rem 4rem;
  }

  .nav-link-item {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--ocean);
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: var(--ocean);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: var(--ocean);
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: var(--ocean);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: calc(50% - 2rem);
    margin: 1rem;
    padding-left: 0;
    display: inline-flex;
  }

  .nav-link-item:hover {
    color: #000;
  }

  .nav-button {
    width: calc(100% - 2rem);
    height: auto;
    margin-top: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1.8rem 3.2rem 1.6rem;
    font-size: 1.8rem;
    display: inline-flex;
  }

  .nav-button.secondary {
    border: 1px solid var(--red);
    color: var(--red);
    background-color: #fff;
    margin-top: 1rem;
    display: flex;
  }

  .section {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .section.cta {
    background-position: 50% 0, 50%;
    background-size: cover, 180%;
  }

  .about-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .about-card-img {
    width: auto;
    margin-top: 6rem;
    margin-right: -1rem;
  }

  .about-text-box {
    order: -1;
    margin-top: 0;
  }

  .h3.xl {
    font-size: 5rem;
    line-height: 5.4rem;
  }

  .text.about {
    margin-top: 2.4rem;
  }

  .wanted-box {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

  .wanted-flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: column;
    margin-bottom: 4rem;
  }

  .wanted-card {
    min-height: 22rem;
  }

  .wanted-tooltip {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .wanted-tooltip-icon {
    width: 5rem;
    height: auto;
  }

  .burger {
    background-image: url('../images/nav-open.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 4rem;
    width: 8rem;
    height: 8rem;
    margin-right: -3.2rem;
    padding: 0;
  }

  .burger.w--open {
    background-color: #0000;
    background-image: url('../images/nav-close.svg');
  }

  .footer-box {
    flex-flow: column;
    padding-top: 10rem;
    padding-bottom: 3.2rem;
  }

  .contact-box {
    width: auto;
    padding: 3rem 4rem 4rem;
  }

  .copy-logo {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 8rem;
  }

  .timeline-box {
    padding: 10rem 0;
  }

  .challenges-box {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

  .text-large.mentors-descr {
    margin-right: 0;
  }

  .ch-title {
    width: auto;
  }

  .ch-tooltip {
    position: static;
  }

  .ch-list-item.first {
    top: 11rem;
  }

  .ch-list-item.nth {
    top: 12.4rem;
  }

  .ch-list-item.last, .ch-list-item.static {
    position: relative;
  }

  .grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr;
  }

  .results-box {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .results-content {
    margin-bottom: 3.2rem;
    padding: 3.6rem 4rem 4.4rem;
    transform: translate3d(0, 0, 0) !important;
  }

  .results-list {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .results-text {
    width: auto;
  }

  .br-desktop {
    display: inline;
  }

  .criteria-box {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .criteria-acc {
    height: 56rem;
    max-height: none;
  }

  .criteria-img {
    display: none;
  }

  .acc-content {
    padding-bottom: 3.2rem;
  }

  .acc-space {
    height: 4rem;
  }

  .cta-card {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .cta-descr {
    font-size: 1.8rem;
  }

  .cta-policy {
    margin-top: 2.8rem;
    font-size: 1.5rem;
  }

  .cta-dash-flex {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    margin-bottom: 3rem;
  }

  .dash-small {
    padding: 1.8rem 1.8rem 1.4rem;
  }

  .dash-small-label {
    font-size: 2.8rem;
  }

  .mentors-box {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .mentors-cta {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .mentors-cta-title {
    font-size: 3.1rem;
  }

  .br-tablet {
    display: block;
  }

  .modal-box {
    width: 90%;
  }

  .policy-box {
    padding-left: 3rem;
  }

  .policy-page-logo {
    margin-bottom: 2rem;
  }

  .policy-page-logo-img {
    height: 6rem;
  }

  .form-embed {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .slider {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }

  .swiper-wrapper {
    justify-content: space-between;
    padding-left: 3.2rem;
  }

  .swiper-nav {
    display: none;
  }

  .slider-name {
    margin-top: 2.4rem;
    margin-bottom: 1rem;
  }

  .jury-box {
    padding-top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --red: #e30613;
    --ocean: #dae2ed;
    --aircraft: #edf2f9;
    --page-padding: 2.4rem;
    --gray: #88909c;
    --slider-width: calc((100vw - var(--page-padding) * 2 + var(--slider-gap)) / 2);
    --slider-gap: 1.6rem;
  }

  .hero {
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .hero-title-box {
    margin-top: 12rem;
  }

  .h1-label {
    font-size: 8.3rem;
  }

  .h2 {
    margin-top: 1.6rem;
    font-size: 2.2rem;
  }

  .hero-badge {
    margin-top: 4rem;
  }

  .hero-badge-logo {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }

  .partner-logo-item {
    height: 6.9rem;
  }

  .partner-logo-item.footer {
    height: 6.2rem;
  }

  .nav-box {
    height: 7.2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .nav-logo {
    height: 4.8rem;
  }

  .nav-logo-link {
    padding-left: 0;
  }

  .nav-lnks {
    padding-bottom: 3rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
  }

  .nav-link-item {
    width: calc(50% - 1rem);
    margin: .5rem;
  }

  .nav-button {
    width: calc(100% - 1rem);
    margin-top: 2rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .section {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .section.cta {
    background-position: 50% 0, 50%;
    background-repeat: repeat-y, no-repeat;
    background-size: 170%, 200%;
  }

  .about-box {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .about-card-img {
    margin-left: -.8rem;
    margin-right: -.8rem;
  }

  .h3 {
    font-size: 3.4rem;
  }

  .text {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .text.about {
    margin-top: 1.8rem;
  }

  .divider.is-footer {
    margin-top: 8rem;
  }

  .wanted-box {
    padding-top: 8rem;
  }

  .wanted-flex {
    margin-top: 3rem;
    margin-bottom: 1.6rem;
  }

  .wanted-card {
    font-size: 2rem;
  }

  .wanted-card-descr {
    font-size: 1.6rem;
  }

  .wanted-tooltip {
    flex-flow: column;
    font-size: 2rem;
  }

  .burger {
    background-size: 3.6rem;
    width: 7.2rem;
    height: 7.2rem;
    margin-right: -2.4rem;
  }

  .footer-box {
    padding-top: 8rem;
  }

  .contact-box {
    padding: 2.4rem;
  }

  .contact-name {
    margin-top: 3.2rem;
  }

  .copy-box {
    padding: 2.4rem;
  }

  .copy-label {
    font-size: 1.4rem;
  }

  .timeline-box {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .timeline-flex {
    margin-top: 2rem;
  }

  .timeline-item {
    padding-left: 8rem;
  }

  .timeline-progress {
    left: 3rem;
  }

  .text-large {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .ch-tooltip {
    padding: 2rem;
  }

  .ch-list-item {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    padding: 2rem;
    font-size: 1.8rem;
  }

  .ch-icon {
    align-self: flex-start;
    width: 5.8rem;
  }

  .grid.ch {
    margin-top: 4.8rem;
  }

  .grid.criteria {
    margin-top: 3rem;
  }

  .results-content {
    margin-bottom: 0;
  }

  .results-tag-list {
    flex-flow: column;
  }

  .criteria-box {
    padding-top: 8rem;
  }

  .criteria-acc {
    height: 50rem;
  }

  .acc-item {
    height: 6.4rem;
  }

  .acc-title {
    padding: 2rem 2rem 2rem 2.4rem;
  }

  .acc-content {
    padding-left: 2.4rem;
    padding-right: 6rem;
    font-size: 1.8rem;
  }

  .cta-box {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .cta-policy {
    font-size: 1.3rem;
  }

  .cta-dash-flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .mentors-box {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }

  .br-tablet {
    display: inline;
  }

  .modal-box {
    border-radius: 1.6rem;
  }

  .modal-close {
    width: 3rem;
    top: 1rem;
    left: calc(100% - 4rem);
  }

  .policy-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 4rem;
    font-size: 1.6rem;
  }

  .policy-name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .policy-tab {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .policy-page {
    padding-top: 5rem;
  }

  .slider {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }

  .swiper-wrapper {
    padding-left: 2.4rem;
  }

  .swiper-slide {
    padding-right: var(--slider-gap);
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .swiper-nav {
    width: calc(10rem + 1px);
    height: 5rem;
  }

  .slider-image {
    border-radius: 1.6rem;
  }

  .tab {
    height: 5rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-size: 1.8rem;
  }

  .tab-group {
    margin-bottom: 3.2rem;
  }

  .tab-component {
    margin-top: 6rem;
  }

  .slider-arrow {
    width: 1.4rem;
  }

  .slider-name {
    margin-top: 2rem;
    margin-bottom: .8rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --red: #e30613;
    --ocean: #dae2ed;
    --aircraft: #edf2f9;
    --page-padding: 1.6rem;
    --gray: #88909c;
    --slider-width: 80vw;
    --slider-gap: 1.6rem;
  }

  .loader {
    width: 300px;
  }

  .load-box {
    padding-bottom: 15vh;
  }

  .hero {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .hero-title-box {
    margin-top: 10rem;
  }

  .h1-label {
    font-size: 6rem;
  }

  .h1-label.space {
    margin-left: 3.4rem;
  }

  .h2 {
    margin-top: 2.4rem;
    margin-left: .2rem;
    font-size: 1.9rem;
  }

  .hero-badge {
    border-radius: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .dashed-tag {
    height: 8rem;
    margin-bottom: 2rem;
  }

  .dashed-tag-label {
    margin-bottom: -.6rem;
    font-size: 3.7rem;
  }

  .dashed-tag-label.bold {
    font-size: 4rem;
  }

  .dashed-tag-small {
    font-size: 2.2rem;
  }

  .hero-badge-hole {
    width: 7rem;
    height: .8rem;
    top: 1.6rem;
  }

  .hero-badge-logo {
    border-bottom-right-radius: 1.6rem;
    border-bottom-left-radius: 1.6rem;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding: 2.8rem 2.2rem 2.8rem 2rem;
  }

  .partner-logo-item {
    height: 4.8rem;
  }

  .partner-logo-item.footer {
    height: 4.82rem;
  }

  .hero-badge-buttons {
    margin-top: 0;
  }

  .button {
    height: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
  }

  .button:hover {
    padding-left: 2rem;
  }

  .button.fill {
    height: 6.6rem;
  }

  .button.contact {
    width: auto;
  }

  .button-arrow {
    width: 1.4rem;
  }

  .button-fill {
    padding-left: calc(2rem - 2px);
    padding-right: calc(2rem - 2px);
  }

  .policy.badge {
    text-align: center;
    align-self: center;
    width: 90%;
    font-size: 1.1rem;
  }

  .nav-box {
    height: 7rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .nav-logo {
    height: 4.8rem;
  }

  .nav-lnks {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .nav-link-item {
    border-width: 0;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-family: gg, Tahoma, sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }

  .nav-button {
    border-radius: 1.2rem;
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6rem;
  }

  .section {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .section.cta {
    background-image: url('../images/hero-bg-pattern-tiny.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 117rem;
  }

  .about-card-img {
    margin-top: 4rem;
    margin-left: -.6rem;
    margin-right: -.6rem;
  }

  .h3 {
    letter-spacing: -.12rem;
    font-size: 3.2rem;
    line-height: 1;
  }

  .h3.xl {
    font-size: 4rem;
    line-height: 4.1rem;
  }

  .h3.is-jury {
    margin-top: 0;
  }

  .text.about {
    margin-top: 2.4rem;
  }

  .wanted-box {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .wanted-flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .wanted-card {
    padding: 2rem 2rem 2.2rem;
    font-size: 1.8rem;
  }

  .wanted-card-line {
    width: 6rem;
  }

  .wanted-tooltip {
    flex-flow: column;
    padding: 2rem;
    font-size: 1.8rem;
  }

  .burger {
    background-size: auto;
    width: 7rem;
    height: 7rem;
    margin-right: -1.6rem;
  }

  .footer-box {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    padding-top: 8rem;
    padding-bottom: 2.4rem;
  }

  .contact-box {
    border-radius: 1.6rem;
    padding: 1.6rem;
  }

  .contact-name {
    font-size: 1.6rem;
  }

  .copy-box {
    border-radius: 1.6rem;
    padding: 1.6rem;
  }

  .copy-logo {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .copy-label {
    width: auto;
  }

  .timeline-flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    margin-top: 3rem;
  }

  .timeline-item {
    padding-top: 3rem;
    padding-left: 5.4rem;
    padding-right: 2.4rem;
  }

  .timeline-descr {
    font-size: 1.6rem;
  }

  .timeline-progress {
    left: 1.6rem;
  }

  .progress-bullet {
    width: 2.4rem;
    height: 2.4rem;
  }

  .progress-mask {
    height: 2.6rem;
    top: 2.9rem;
  }

  .progress-mask.first {
    height: 5.5rem;
  }

  .challenges-box {
    padding-top: 10rem;
  }

  .text-large {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }

  .text-large.mentors-descr {
    font-size: 1.9rem;
  }

  .ch-tooltip {
    letter-spacing: -.05rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .ch-list-item {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-flow: column;
  }

  .ch-list-item.first {
    top: 9rem;
  }

  .ch-list-item.nth {
    top: 10.4rem;
  }

  .results-content {
    padding: 3.2rem 2rem 2.4rem;
  }

  .results-card {
    padding: 2rem;
  }

  .results-icon {
    margin-bottom: 4.8rem;
  }

  .results-card-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 1.6rem;
  }

  .results-text {
    margin-top: 2.4rem;
    margin-bottom: 4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .criteria-acc {
    height: auto;
  }

  .acc-item {
    height: 100%;
  }

  .acc-item.open {
    flex: none;
    height: auto;
  }

  .acc-item.large {
    height: 8.6rem;
  }

  .acc-title {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    color: var(--red);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1.6rem;
    padding-left: 2rem;
    padding-right: 1.6rem;
    font-size: 2rem;
  }

  .acc-plus {
    display: none;
  }

  .acc-content {
    padding-bottom: 2.8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.6rem;
  }

  .acc-img {
    border-radius: 1rem;
    width: 100%;
    display: block;
  }

  .cta-box {
    min-height: auto;
  }

  .cta-card {
    border-radius: 1.6rem;
    padding: 4rem 2.4rem 3rem;
  }

  .cta-descr {
    margin-top: 2rem;
    font-size: 1.6rem;
  }

  .cta-policy {
    margin-top: 2.4rem;
  }

  .cta-dash-flex {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    margin-top: -1.4rem;
  }

  .dash-small {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.4rem 1.4rem .8rem;
  }

  .dash-small-label {
    font-size: 3.1rem;
  }

  .mentors-cta {
    padding: 2rem;
  }

  .br-mobile {
    display: block;
  }

  .modal {
    justify-content: center;
    align-items: flex-end;
  }

  .modal.show {
    justify-content: center;
    align-items: center;
  }

  .modal-box {
    border-radius: 1.6rem;
    width: 90%;
    height: 40vh;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    overflow: visible;
  }

  .modal-close {
    width: 4rem;
    top: 2rem;
    left: auto;
    right: 2rem;
  }

  .policy-box {
    margin-top: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .policy-name {
    margin-right: 6rem;
  }

  .policy-tab {
    padding-left: 0;
  }

  .policy-page {
    padding-top: 3rem;
  }

  .policy-page-logo {
    margin-bottom: 4rem;
  }

  .policy-page-logo-img {
    height: 4.7rem;
  }

  .form-embed {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .slider {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .swiper-wrapper {
    padding-left: 1.4rem;
  }

  .swiper-nav {
    display: none;
  }

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

  .modal-text {
    font-size: 2.4rem;
  }

  .swiper-box {
    margin-top: 4rem;
  }
}

#w-node-_625f27ff-1775-349a-5389-6b613ac34a6f-825e1d07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e34f64ac-e3be-e17e-8278-e7acab61b3cf-825e1d07 {
  align-self: center;
}

#w-node-db2bbfd7-d505-5dd9-eaeb-70a4c48b3fa8-825e1d07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba820c7b-e1f7-3662-53b4-4ad383d9583c-825e1d07 {
  align-self: start;
}

#w-node-_2d6cf9be-ef58-8980-6806-a43d210a91db-825e1d07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_659ea3e5-3c64-a9cf-ebcc-607feefbfe9e-825e1d07 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_625f27ff-1775-349a-5389-6b613ac34a6f-4c5e589d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e34f64ac-e3be-e17e-8278-e7acab61b3cf-4c5e589d {
  align-self: center;
}

#w-node-db2bbfd7-d505-5dd9-eaeb-70a4c48b3fa8-4c5e589d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ba820c7b-e1f7-3662-53b4-4ad383d9583c-4c5e589d {
  align-self: start;
}

#w-node-_2d6cf9be-ef58-8980-6806-a43d210a91db-4c5e589d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_659ea3e5-3c64-a9cf-ebcc-607feefbfe9e-4c5e589d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_625f27ff-1775-349a-5389-6b613ac34a6f-825e1d07, #w-node-db2bbfd7-d505-5dd9-eaeb-70a4c48b3fa8-825e1d07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba820c7b-e1f7-3662-53b4-4ad383d9583c-825e1d07 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_2d6cf9be-ef58-8980-6806-a43d210a91db-825e1d07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_659ea3e5-3c64-a9cf-ebcc-607feefbfe9e-825e1d07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_625f27ff-1775-349a-5389-6b613ac34a6f-4c5e589d, #w-node-db2bbfd7-d505-5dd9-eaeb-70a4c48b3fa8-4c5e589d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba820c7b-e1f7-3662-53b4-4ad383d9583c-4c5e589d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_2d6cf9be-ef58-8980-6806-a43d210a91db-4c5e589d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_659ea3e5-3c64-a9cf-ebcc-607feefbfe9e-4c5e589d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2d6cf9be-ef58-8980-6806-a43d210a91db-825e1d07, #w-node-_2d6cf9be-ef58-8980-6806-a43d210a91db-4c5e589d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_659ea3e5-3c64-a9cf-ebcc-607feefbfe9e-825e1d07, #w-node-_659ea3e5-3c64-a9cf-ebcc-607feefbfe9e-4c5e589d {
    align-self: auto;
  }
}


@font-face {
  font-family: 'gg';
  src: url('../fonts/gg-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gg';
  src: url('../fonts/gg-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}