@font-face {
  font-family: uaf-wide-semibold;
  src: url('../fonts/UAFSans-WideSemiBold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: uaf-regular;
  src: url('../fonts/UAFSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: uaf-wide-book;
  src: url('../fonts/UAFSans-WideBook.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: uaf-expanded-semibold;
  src: url('../fonts/UAFSans-ExpandedSemiBold.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: uaf-book;
  src: url('../fonts/UAFSans-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: uaf-light;
  src: url('../fonts/UAFSans-Light.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: uaf-wide-regular;
  src: url('../fonts/UAFSans-WideRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --page-padding: 4rem;
  --brand-color: #00e55b;
  --faq-top-sticky: 10vh;
}

.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: #fff;
  letter-spacing: -.1rem;
  background-color: #000;
  font-family: uaf-regular, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

p {
  margin-bottom: 0;
}

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

.embed {
  display: none;
  position: fixed;
  top: 0;
}

.section {
  overflow: clip;
}

.section.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 110vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.section.empty {
  height: 100vh;
}

.section.task {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 15rem;
  display: flex;
  position: relative;
}

.section.positions {
  padding: 10rem 1.2rem 8rem;
  position: relative;
}

.section.about {
  margin-top: 5rem;
  position: relative;
}

.section.workflow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 98rem;
  display: flex;
  position: relative;
}

.section.cta {
  height: 600vh;
  position: relative;
}

.section.comp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0;
  padding-top: 4rem;
  padding-bottom: 18rem;
  display: flex;
  position: relative;
}

.section.form-section {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 1rem;
  position: relative;
}

.section.faq {
  padding-bottom: 10rem;
  padding-left: 2.4rem;
  padding-right: 2.6rem;
  position: relative;
}

.section.directions {
  padding: 8rem var(--page-padding);
  position: relative;
}

.section.vision {
  padding: 10rem var(--page-padding) 8rem;
  position: relative;
}

.section.hero-section {
  cursor: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 210vh;
  display: flex;
  position: relative;
}

.section.partnership {
  padding: 8rem var(--page-padding) 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-bg {
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-top: -15vh;
  position: absolute;
}

.hero-bg.position-page-mobile {
  display: none;
}

.hero-content {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -4vh;
  display: flex;
  position: relative;
}

.hero-content.position-page {
  margin-bottom: 0;
}

.hero-dash {
  z-index: 2;
  width: 96vw;
  margin-top: 13vh;
  position: absolute;
}

.hero-mask {
  z-index: 4;
  pointer-events: none;
  background-image: url('../images/hero-mask--desktop.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 125vh;
  position: absolute;
  top: 0;
}

.hero-mask.mobile {
  display: none;
}

.hero-fade {
  z-index: 5;
  background-image: linear-gradient(0deg, #000, #0000);
  height: 20vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.load {
  z-index: 200;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.loader {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: auto;
  display: flex;
  position: relative;
}

.loader-mask {
  z-index: 3;
  fill: #000;
  width: 102%;
  height: 102%;
  position: absolute;
  overflow: hidden;
}

.loader-bg {
  z-index: 1;
  background-color: #252525;
  width: 100%;
  height: 100%;
  position: relative;
}

.loader-color {
  z-index: 2;
  background-color: var(--brand-color);
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.4rem;
  text-transform: uppercase;
  width: 120rem;
  text-rendering: optimizeLegibility;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1.3rem;
  margin-bottom: 0;
  padding-top: 1.3rem;
  font-family: uaf-wide-semibold, Arial, sans-serif;
  font-size: 12rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.h1.position-h1 {
  letter-spacing: -.3rem;
  font-size: 6rem;
}

.h1.position-h1.nth1 {
  width: 100rem;
}

.h1.position-h1.nth2 {
  width: 80rem;
  margin-top: -1.4rem;
  padding-top: 1.4rem;
}

.h1.position-h1.nth3 {
  width: 60rem;
}

.h1.position-h1.nth5 {
  width: 83rem;
}

.h1.position-h1.nth6 {
  width: 114rem;
  font-size: 4.8rem;
}

.hero-textbox {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 54rem;
  display: flex;
  transform: translate(16rem);
}

.i-arrow--right {
  width: 1.6rem;
  height: auto;
}

.i-arrow--right.hero-position {
  margin-top: 4rem;
  transform: rotate(90deg);
}

.hero-text {
  letter-spacing: 0;
  font-size: 1.8rem;
}

.nav {
  z-index: 100;
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0;
}

.nav-box {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.nav-logo {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: .2rem;
  display: flex;
}

.nav-logo.w--current {
  margin-top: 0;
}

.nav-links {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: uaf-book, Arial, sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: var(--brand-color);
}

.nav-link.w--current {
  color: #a7a7a7;
}

.nav-link.drop-label {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link.drop-label.w--open {
  color: var(--brand-color);
}

.nav-link.icon {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
}

.nav-link.icon.cv {
  color: var(--brand-color);
}

.nav-link.lang {
  color: #fff6;
  padding-left: 0;
  padding-right: 0;
}

.nav-link.lang:hover {
  color: #fff;
}

.nav-link.lang.w--current, .nav-link.lang.active {
  pointer-events: none;
  color: #fff;
  cursor: default;
}

.nav-link.lang.active.w--current {
  color: #fff;
}

.nav-link.first {
  margin-left: 4.6rem;
}

.nav-bg {
  background-color: #000;
  border-bottom: 1px solid #252525;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-logo--img {
  width: 3rem;
  height: auto;
}

.i-nav-arrow {
  flex: none;
  width: 1.5rem;
  height: 1.4rem;
}

.i-nav-arrow.home {
  transform: rotate(90deg);
}

.i-nav-arrow.cv {
  transform: rotate(-90deg);
}

.drop-list.w--open {
  background-color: #000;
  border: 1px solid #252525;
  width: 32rem;
  top: calc(100% - 1px);
  right: -1px;
}

.drop-list--item {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  color: #fff;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: center;
  height: 7.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.drop-list--item:hover {
  color: var(--brand-color);
}

.i-drop-list {
  flex: none;
  width: 1.5rem;
  height: 1.8rem;
}

.drop-list--align {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
}

.drop {
  height: 100%;
}

.nav-link--line {
  background-color: #ffffff1a;
  width: 1px;
  height: 2.2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.nav-mask--mobile {
  display: none;
}

.footer {
  padding: 0rem var(--page-padding) 6.8rem;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 6rem;
  display: grid;
}

.footer-logo {
  width: auto;
  height: 14rem;
}

.footer-box {
  color: #ffffff80;
  letter-spacing: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.8rem;
  display: flex;
}

.soc-flex {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
}

.soc-link {
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
}

.format-bg {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 1.2rem 6rem 5rem;
}

.format-bg.position-page {
  top: 5rem;
  bottom: 4rem;
}

.format-corner {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  border-color: var(--brand-color) !important;
}

.format-corner.nth1 {
  border-top-style: solid;
  border-top-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  top: 0;
  left: 0;
}

.format-corner.nth2 {
  border-top-style: solid;
  border-top-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  top: 0;
  right: 0;
}

.format-corner.nth3 {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  bottom: 0;
  right: 0;
}

.format-corner.nth3.position-page {
  opacity: 0;
}

.format-corner.nth4 {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  bottom: 0;
  left: 0;
}

.format-corner.nth4.position-page {
  opacity: 0;
}

.h2 {
  letter-spacing: -.2rem;
  text-transform: uppercase;
  font-family: uaf-wide-semibold, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.h2.positions-h2 {
  text-align: center;
  margin-bottom: 3.2rem;
  padding-top: 6rem;
}

.h2.about-h2 {
  width: 50rem;
  color: var(--brand-color);
  flex: none;
}

.h2.goal-h2 {
  z-index: 2;
  color: var(--brand-color);
  text-align: center;
  flex: none;
  position: relative;
}

.h2.workflow-h2 {
  z-index: 2;
  color: #fff;
  background-color: #000;
  margin-top: 21rem;
  padding: 1rem;
  position: relative;
}

.h2.cta-h2 {
  z-index: 2;
  width: 72rem;
  margin-top: 18rem;
  margin-left: 61rem;
  position: relative;
}

.h2.form-h2 {
  text-align: center;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.h2.tast-h2 {
  color: var(--brand-color);
}

.h2.comp-h2 {
  z-index: 2;
  text-align: center;
  background-color: #000;
  width: 68rem;
  margin-top: 8rem;
  padding: 1rem;
  position: relative;
}

.h2.faq-h2 {
  color: var(--brand-color);
  margin-top: -.8rem;
  font-size: 5.6rem;
  line-height: 1.1;
  position: sticky;
  top: 9.3vh;
}

.h2.partnership {
  align-self: flex-start;
}

.h2.approach {
  z-index: 2;
  text-align: center;
  width: 90rem;
  position: relative;
}

.h2.partnership-formats {
  align-self: flex-start;
  margin-top: 12rem;
}

.h2.partner-cta {
  z-index: 2;
  text-align: center;
  width: 131rem;
  position: relative;
}

.h2.policy-h2 {
  text-align: center;
  margin-bottom: 3rem;
  margin-left: 10rem;
  margin-right: 10rem;
}

.skills-h2--box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.i-dec {
  width: 1.5rem;
  height: 2.9rem;
  color: var(--brand-color);
}

.i-dec.skills-1 {
  position: absolute;
  top: -.8rem;
  right: -4rem;
}

.i-dec.skills-2 {
  position: absolute;
  bottom: -.4rem;
  left: -5rem;
}

.i-dec.ctabtn {
  color: inherit;
}

.skills-cardbox {
  justify-content: center;
  align-items: center;
  height: 43rem;
  margin-top: 8rem;
  margin-left: 14rem;
  margin-right: 14rem;
  display: flex;
  position: relative;
}

.skills-card {
  text-align: center;
  letter-spacing: -.05rem;
  background-color: #000;
  border: 2px solid #373737;
  justify-content: center;
  align-items: center;
  width: 45.8rem;
  height: 18rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-size: 2.8rem;
  display: flex;
  position: absolute;
}

.skills-card.nth1 {
  top: 0;
  left: 0;
}

.skills-card.nth2 {
  bottom: 0;
  right: 0;
}

.skills-card.nth3 {
  position: relative;
  left: -4rem;
}

.skills-card.nth4 {
  top: 0;
  right: 0;
}

.skills-card.nth5 {
  bottom: 0;
  left: 0;
}

.brut-card {
  clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
  background-color: #373737;
  width: 100%;
  padding: 3px;
}

.brut-card-box {
  clip-path: polygon(48px 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%, 0 48px);
  background-color: #000;
  width: 100%;
}

.positions-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.positions-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 1px solid #373737;
  justify-content: flex-start;
  align-items: stretch;
  height: 26rem;
  padding: 2.5rem 3.2rem 3.2rem;
}

.btn {
  background-color: var(--brand-color);
  color: #000;
  text-align: center;
  letter-spacing: -.08rem;
  text-transform: uppercase;
  align-self: stretch;
  font-family: uaf-wide-book, Arial, sans-serif;
  font-size: 2.4rem;
}

.btn:hover {
  background-color: #fff;
}

.btn.positions {
  letter-spacing: -.07rem;
  justify-content: center;
  align-items: center;
  height: 5.6rem;
  margin-top: auto;
  font-family: uaf-wide-regular, Arial, sans-serif;
  font-size: 2.2rem;
  display: flex;
}

.btn.partner-cta {
  z-index: 2;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 46rem;
  height: 8.4rem;
  display: flex;
  position: relative;
}

.btn.footer-btn {
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 5.6rem;
  font-size: 2.2rem;
  display: flex;
}

.h3-positions {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.descr-positions {
  color: #858585;
  letter-spacing: -.07rem;
  font-family: uaf-light, Arial, sans-serif;
  font-size: 1.8rem;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  position: absolute;
  top: 8vh;
  bottom: 0;
}

.anchor.task {
  top: 6rem;
}

.anchor.faq {
  top: -8vh;
}

.anchor.form-anchor {
  top: calc(8vh + 1.6rem);
}

.anchor.vision {
  top: 12rem;
}

.anchor.partnership {
  top: 3rem;
}

.anchor.anch-dirs {
  top: 4rem;
}

.about-box {
  z-index: 3;
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -100vh;
  padding: 8rem 12rem 8rem 11rem;
  display: flex;
  position: relative;
}

.goal-box {
  z-index: 3;
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.goal-box.position-page {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: -100vh;
  padding-bottom: 6rem;
}

.bg-video {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100vh;
}

.about-card {
  grid-column-gap: 11rem;
  grid-row-gap: 6rem;
  background-color: #000;
  border: 2px solid #373737;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3.2rem 3.2rem 6rem;
  display: grid;
}

.h3-about {
  letter-spacing: -.2rem;
  font-family: uaf-wide-book, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.about-card--item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.about-sticky {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.about-lines {
  border: 1px solid #616060;
  border-right-width: 0;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: absolute;
  top: 10rem;
  bottom: 10rem;
  left: 4rem;
}

.about-lines.right {
  border-left-width: 0;
  border-right-width: 1px;
  justify-content: space-around;
  align-items: flex-start;
  left: auto;
  right: 4rem;
}

.about-lines--item {
  background-color: #616060;
  width: 2.4rem;
  height: 1px;
}

.goal-text {
  z-index: 2;
  text-align: justify;
  width: 45rem;
  font-size: 2.8rem;
  position: relative;
}

.goal-text.position-page {
  width: 47rem;
  font-size: 2.6rem;
}

.text-block {
  display: block;
}

.text-block.about-h2 {
  white-space: nowrap;
  display: block;
}

.goal-dash {
  z-index: 1;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: clip;
}

.goal-dash-1, .goal-dash-2 {
  aspect-ratio: 1;
  flex: none;
  width: auto;
  height: 100vh;
}

.goal-dash-center--img {
  flex: none;
  width: 100%;
  height: 100%;
}

.goal-dash-center {
  flex: none;
  width: 80vh;
  max-width: 80vh;
  height: 80vh;
  padding: 0;
}

.goal-dash-center.position-page {
  width: 90vh;
  max-width: 90vh;
  height: 90vh;
}

.goal-blink-group {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.goal-blink--1 {
  width: 2.7rem;
  height: 3.5rem;
  position: absolute;
  top: 6.8vh;
}

.goal-blink--1.position-page {
  top: 1.8vh;
}

.goal-blink--2 {
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
}

.goal-blink--2.nth1 {
  top: 3rem;
  right: 26rem;
}

.goal-blink--2.nth2 {
  top: 14rem;
  left: 26rem;
}

.goal-blink--2.nth3 {
  top: 54rem;
  left: 14rem;
}

.goal-blink--2.nth4 {
  top: 55rem;
  right: 14rem;
}

.goal-blink--2.nth--5 {
  bottom: 16.3rem;
  left: 13.7rem;
}

.goal-blink--2.nth--6 {
  top: 17.9rem;
  right: 13.5rem;
}

.goal-blink--3 {
  width: 2.6rem;
  height: .9rem;
  position: absolute;
}

.goal-blink--3.nth1 {
  left: 10%;
}

.goal-blink--3.nth2 {
  left: 17%;
}

.goal-blink--3.nth3 {
  right: 17%;
}

.goal-blink--3.nth4 {
  right: 10%;
}

.dotted-mask {
  z-index: 1;
  pointer-events: none;
  height: 98rem;
  padding-left: 5rem;
  padding-right: 5rem;
  position: absolute;
  overflow: clip;
}

.dotted-mask.position-page {
  height: 100%;
}

.dotted-flex {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.dotted-box {
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
}

.dotted-item {
  background-color: #616060;
  width: .6rem;
  height: .6rem;
}

.workflow-grid {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  width: 96rem;
  margin-top: 3rem;
  padding: 2rem 2rem 1rem;
  position: relative;
}

.workflow-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #000;
  border: 1px solid #373737;
  height: 20rem;
  padding: 2.6rem 3rem 3rem;
}

.workflow-card.position-page {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.workflow-card.dir-card {
  background-color: #202020;
  border-style: none;
  height: 36rem;
  font-size: 2.8rem;
}

.workflow-card--num {
  color: #333;
  margin-bottom: auto;
  font-size: 1.8rem;
}

.workflow-card--num.dir-num {
  color: #ffffff80;
}

.cta-item {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: absolute;
}

.cta-num {
  z-index: 2;
  letter-spacing: -.2rem;
  font-family: uaf-wide-book, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  position: absolute;
  top: 10rem;
  left: 50rem;
}

.cta-img {
  z-index: 1;
  width: auto;
  height: 100%;
  position: absolute;
  top: 8vh;
}

.cta-text {
  z-index: 2;
  margin-top: 4rem;
  margin-left: 72rem;
  position: relative;
}

.cta-btn {
  z-index: 2;
  border: 2px solid var(--brand-color);
  width: 56rem;
  height: 8rem;
  color: var(--brand-color);
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-family: uaf-wide-regular, Arial, sans-serif;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  bottom: 10rem;
  left: 72rem;
}

.cta-btn:hover {
  color: #fff;
  border-color: #fff;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}

.cta-mask {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cta-timeline {
  z-index: 99;
  background-color: #131313;
  height: .4rem;
  position: absolute;
  top: 8vh;
  left: 0;
  right: 0;
}

.cta-timeline--color {
  background-color: var(--brand-color);
  width: 100%;
  height: 100%;
}

.cta-timeline--flex {
  justify-content: space-between;
  display: none;
  position: absolute;
  inset: 0;
}

.cta-timeline--separator {
  background-color: #000;
  width: 7px;
  height: 100%;
}

.cta-bottom--overlay {
  background-image: linear-gradient(0deg, #000, #0000);
  height: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.input {
  color: #fff;
  letter-spacing: -.05rem;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #383838;
  border-radius: 0;
  height: 8rem;
  margin-bottom: 0;
  padding: 1rem 0 0 calc(2.4rem - 2px);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.input:focus {
  border-color: #383838;
}

.input.textarea {
  z-index: 1;
  text-transform: none;
  flex: 1;
  padding-top: 3rem;
  padding-left: calc(2.4rem - 2px);
  padding-right: 0;
  position: relative;
}

.input.error {
  color: red;
  border-color: red;
}

.success-content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  border: 3px solid #383838;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 68rem;
  height: auto;
  margin: auto;
  padding: 4rem;
  display: flex;
}

.success-box {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  letter-spacing: -.1rem;
  background-color: #000;
  padding: 0;
  font-size: 1.6rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.success-box.show {
  opacity: 1;
  pointer-events: auto;
  padding-top: 0;
}

.h2-form {
  letter-spacing: -.3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: uaf-wide-semibold, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.success-text-box {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  flex-flow: column;
  width: 45.4rem;
  font-size: 1.8rem;
  font-weight: 400;
  display: flex;
  position: relative;
}

.success-text-box.wide {
  width: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}

.error-box {
  color: #ff7d7d;
  background-color: #000;
  height: 8.2rem;
  margin-top: 0;
  padding: 2rem 0;
  position: absolute;
  bottom: -.1rem;
  left: 0;
  right: 0;
}

.error-box.show {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-alert {
  z-index: 3;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0;
}

.success-alert.show {
  display: flex;
}

.input-group {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  width: 45rem;
  display: flex;
}

.form-box {
  clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
  background-color: #383838;
  height: 100%;
  padding: 3px;
}

.form-box.body {
  clip-path: polygon(48px 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%, 0 48px);
  background-color: #000;
  padding: 7rem 3rem 10rem;
  overflow: scroll;
}

.error-code {
  opacity: 0;
  pointer-events: none;
  color: #979797;
  letter-spacing: 0;
  margin-top: 4px;
  font-family: uaf-light, Arial, sans-serif;
  font-size: .8rem;
  position: absolute;
  bottom: 1.6rem;
}

.error-code.show {
  opacity: 100;
}

.form {
  grid-column-gap: .8rem;
  grid-row-gap: 5.6rem;
  flex-flow: wrap;
  height: 100%;
  display: flex;
  overflow: clip;
}

.btn-form {
  color: #000;
  text-align: center;
  letter-spacing: -.08rem;
  text-transform: uppercase;
  background-color: #1de16b;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 0;
  font-family: uaf-wide-book, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  display: flex;
}

.btn-form:hover {
  background-color: #fff;
}

.btn-form.loading {
  opacity: .18;
  pointer-events: none;
  background-color: #fff;
}

.input-label {
  z-index: 3;
  pointer-events: none;
  color: #ffffff80;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 1.2rem;
  left: 2.4rem;
}

.input-label.placeholder {
  letter-spacing: -.05rem;
  font-size: 1.8rem;
  top: 2.8rem;
}

.input-box {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  position: relative;
}

.input-box.mess {
  flex: 1;
}

.formbox {
  z-index: 2;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.cta-title {
  left: var(--page-padding);
  z-index: 80;
  font-family: uaf-wide-book, Arial, sans-serif;
  font-size: 3.2rem;
  position: absolute;
  top: 10rem;
}

.about-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #000, #0000);
  height: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-overlay.topb {
  z-index: 2;
  background-image: linear-gradient(#000, #0000);
  top: 0;
  bottom: auto;
}

.hero-dash--fix {
  transform: translate(0, 2.9rem);
}

.hero-pos-btn {
  display: none;
}

.task-box {
  z-index: 3;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8rem 12rem 8rem 11rem;
  display: flex;
  position: relative;
}

.task-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-bottom: 2rem;
  display: grid;
}

.task-card--itrm {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #000;
  border: 1px solid #373737;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 3.2rem;
}

.card-text--descr {
  color: #858585;
  letter-spacing: -.07rem;
  margin-top: 1rem;
  font-family: uaf-light, Arial, sans-serif;
  font-size: 1.8rem;
}

.comp-grid {
  z-index: 2;
  padding: 2rem var(--page-padding) 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3rem;
  position: relative;
}

.comp-grid.position-page {
  margin-top: 1rem;
}

.comp-grid.position-page.col-2 {
  grid-template-columns: 1fr 1fr;
}

.level-box {
  z-index: 2;
  width: 100%;
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  margin-top: 12rem;
  position: relative;
}

.tab {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #fff;
  letter-spacing: -.2rem;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #373737;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 10rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-family: uaf-wide-book, Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  display: flex;
}

.tab:hover {
  border-color: var(--brand-color);
}

.tab.w--current {
  border-color: var(--brand-color);
  background-color: var(--brand-color);
  color: #000;
}

.tab-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 8rem;
}

.tab-comp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.tab-content {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-label {
  opacity: .2;
  letter-spacing: 0;
  text-transform: none;
  font-family: uaf-book, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}

.tab-title {
  opacity: .4;
}

.tab-pane-tab-1 {
  width: 100%;
}

.tab-content-box {
  background-color: #000;
  border: 1px solid #373737;
  padding: 3.2rem 3.2rem 5rem;
}

.text-inline {
  display: inline-block;
}

.tab-mask--mobile, .tab-shadow-box {
  display: none;
}

.textarea-label--mask {
  z-index: 2;
  pointer-events: none;
  background-color: #000;
  height: 3.6rem;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
}

.faq-grid.box {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-title {
  position: relative;
  overflow: clip;
}

.faq-drop--list {
  position: relative;
}

.faq-section {
  top: var(--faq-top-sticky);
  z-index: 3;
  background-color: #0d0d0d;
  border: 1px solid #373737;
  padding: 2.4rem 3rem;
  position: sticky;
}

.h3.h3-faq {
  color: #ffffff59;
  letter-spacing: -.05rem;
  text-transform: uppercase;
  font-family: uaf-wide-book, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.faq-item {
  z-index: 1;
  border: 1px solid #373737;
  border-top-width: 0;
  width: 100%;
  position: relative;
}

.faq-trigger {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  letter-spacing: -.07rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 2.4rem 2rem 4.2rem;
  font-size: 2.4rem;
  display: flex;
}

.i-faq-arrow {
  flex: none;
  width: 1.5rem;
  height: 1.4rem;
  margin-top: .6rem;
}

.i-faq-arrow.home {
  transform: rotate(90deg);
}

.i-faq-arrow.cv {
  transform: rotate(-90deg);
}

.faq-content {
  flex-flow: column;
  padding-left: 4.2rem;
  padding-right: 7rem;
  display: flex;
  overflow: clip;
}

.faq-space {
  height: 1rem;
}

.faq-text {
  letter-spacing: -.02rem;
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

.faq-overlay {
  height: var(--faq-top-sticky);
  background-color: #000;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.faq-overlay-sticky {
  top: var(--faq-top-sticky);
  z-index: 2;
  position: sticky;
}

.i-faq-arrow--rotate {
  transform-origin: 50%;
  transform: rotate(0);
}

.hidden {
  display: none;
}

.text-block-2 {
  font-size: 2rem;
}

.h2-hero {
  color: #9d9d9d;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(86deg, #9d9d9d, #fff 5%, #9d9d9d 23% 72%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -1.4rem;
  font-family: uaf-wide-book, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.task-flex {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border: 2px solid #383838;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: inline-flex;
}

.tast-subtitle {
  text-transform: uppercase;
  font-size: 2.8rem;
}

.tast-subtitle.card-box {
  border: 2px solid #383838;
  justify-content: center;
  align-items: center;
  height: 12rem;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  display: flex;
}

.task-text {
  color: #ffffffb3;
  text-align: center;
  width: 84rem;
  margin-top: 2rem;
}

.task-h2--box {
  text-align: center;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.directions-grid {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}

.directions-grid.alt {
  margin-bottom: 0;
}

.directions-text {
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  color: #ffffffb3;
  text-align: center;
}

.vision-grid {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 4rem;
}

.vision-card {
  border: 2px solid #383838;
}

.vision-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 2px solid #202020;
  flex: 1;
  align-self: stretch;
  padding: 3.2rem;
  font-size: 2.8rem;
}

.vision-position {
  opacity: .7;
  letter-spacing: -.11rem;
  font-size: 2.2rem;
}

.vision-photo {
  width: 100%;
}

.hero-desriptor {
  text-align: center;
  text-shadow: 0 0 25px #0000008c;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 44rem;
  font-size: 2.6rem;
  display: flex;
}

.hero-desriptor.eng {
  width: 52rem;
}

.hero-background {
  background-image: url('../images/vision--3.avif');
  background-position: 0 0;
  background-size: auto;
  width: 20rem;
  height: 10rem;
}

.cta-p {
  color: #ffffffb3;
  text-align: center;
  width: 72rem;
  margin-bottom: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.partnership-card {
  text-align: center;
  letter-spacing: -.05rem;
  background-color: #000;
  border: 2px solid #373737;
  justify-content: center;
  align-items: center;
  width: 45.8rem;
  height: 18rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-size: 2.8rem;
  display: flex;
}

.partnership-card.nth4 {
  text-align: left;
  border-width: 0;
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  top: 15rem;
  left: 0;
}

.partnership-card.nth5 {
  bottom: 0;
  left: 0;
}

.partnership-card.nth1 {
  z-index: 3;
  position: absolute;
  top: 0;
}

.partnership-card.nth2 {
  z-index: 2;
  margin-top: 5rem;
  position: absolute;
  right: 0;
}

.partnership-card.nth3 {
  z-index: 1;
  width: 58rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.partnership-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100rem;
  height: 44rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: relative;
}

.approach-box {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78rem;
  margin-top: 12rem;
  display: flex;
  position: relative;
}

.approach-ellipse {
  aspect-ratio: 1;
  color: #303030;
  width: auto;
  height: 100%;
  position: absolute;
}

.approach-ellipse.nth1 {
  left: 0;
}

.approach-ellipse.nth2 {
  right: 0;
}

.index-top {
  z-index: 20;
  position: relative;
}

.goal-blink--4 {
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
}

.goal-blink--4.nth1 {
  margin-left: 2px;
  left: 0;
  transform: translate(-50%);
}

.goal-blink--4.nth2 {
  top: 24rem;
  left: 26rem;
}

.goal-blink--4.nth3 {
  top: 64rem;
  left: 14rem;
}

.goal-blink--4.nth4 {
  top: 65rem;
  right: 14rem;
}

.goal-blink--4.nth--5 {
  bottom: 16.3rem;
  left: 13.7rem;
}

.goal-blink--4.nth--6 {
  top: 17.9rem;
  right: 13.5rem;
}

.goal-blink--4.nth2 {
  margin-right: 2px;
  top: auto;
  left: auto;
  right: 0;
  transform: translate(50%);
}

.goal-blink--4.nth3 {
  margin-left: 2px;
  top: 16rem;
  left: 12rem;
  transform: translate(-50%);
}

.goal-blink--4.nth4 {
  margin-left: 2px;
  top: 23rem;
  left: 61rem;
  right: auto;
  transform: translate(-50%);
}

.goal-blink--4.nth5 {
  margin-left: 2px;
  top: 74rem;
  left: 25rem;
  right: auto;
  transform: translate(-50%);
}

.goal-blink--4.nth6 {
  margin-left: 2px;
  bottom: 4rem;
  left: auto;
  right: 48rem;
  transform: translate(-50%);
}

.card-descr {
  color: #ffffffb3;
  font-size: 2.2rem;
}

.partnership-cta {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 85rem;
  margin-left: -4rem;
  margin-right: -4rem;
  padding-top: 17rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.partner-cta--bg {
  color: #303030;
  width: 150rem;
  height: 85rem;
  position: absolute;
  top: 0;
}

.footer-flex {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  color: #ffffff80;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.8rem;
  display: flex;
}

.partner-logo {
  width: 16.5rem;
}

.footer-link {
  color: #fff;
  margin-bottom: 4rem;
  font-size: 2.2rem;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.policy-link {
  color: #ffffff80;
  margin-bottom: 0;
  font-size: 1.8rem;
  text-decoration: underline;
}

.footer-link.policy-link:hover {
  color: #fff;
}

.hero-visual {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 210vh;
  display: flex;
  position: absolute;
  top: 0;
}

.hero-bg-image {
  width: 170vw;
  position: absolute;
}

.hero-blur-item {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0000000d;
  flex: none;
  width: 24rem;
  height: 20rem;
  position: relative;
}

.hero-blur-item:hover {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
}

.hero-blur-item.nth1 {
  flex: 1;
  width: auto;
}

.hero-blur-item.nth2 {
  flex: 1;
  width: 16rem;
}

.raw {
  width: 100%;
}

.hero-top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  pointer-events: none;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 1.2rem;
  display: flex;
}

.hero-bottom {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  pointer-events: none;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-bottom: 1.2rem;
  padding-left: 20rem;
  padding-right: 20rem;
  display: flex;
}

.nav-logo--a1 {
  z-index: 3;
  width: auto;
  height: 2.6rem;
  position: relative;
}

.modal {
  z-index: 99999;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0;
}

.modal.show {
  display: flex;
}

.modal-close {
  z-index: 2;
  color: #383838;
  cursor: pointer;
  width: 3.2rem;
  height: 3.2rem;
  transition: all .2s;
  position: absolute;
  top: 6.4rem;
  right: 7rem;
}

.modal-close:hover {
  color: var(--brand-color);
}

.modal-wrapper {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.policy-descr {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 0;
}

.policy-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  max-width: 90rem;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.policy-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #ffffffb3;
  align-self: stretch;
}

.policy-h3 {
  color: #fff;
  letter-spacing: -.05rem;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.2;
}

.policy-text_span {
  color: #fff;
  font-family: uaf-book, Arial, sans-serif;
}

.policy-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-self: stretch;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.policy-list_item {
  margin-left: 2rem;
}

.policy-link {
  color: #fff;
  font-family: uaf-book, Arial, sans-serif;
}

.footer-copy {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.lang-box {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 16rem;
}

.lang-slash {
  opacity: .4;
  margin-left: .2rem;
  margin-right: .4rem;
  font-family: uaf-book, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.hero-span {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  body {
    --page-padding: 2.4rem;
    --brand-color: #00e55b;
    --faq-top-sticky: 10svh;
  }

  .section.hero {
    height: 110svh;
    min-height: 62rem;
  }

  .section.task {
    padding-top: 15rem;
  }

  .section.positions {
    padding-left: 0;
    padding-right: 0;
  }

  .section.about {
    margin-top: 0;
  }

  .section.workflow {
    height: 88rem;
  }

  .section.cta {
    height: auto;
  }

  .section.comp {
    padding-bottom: 9rem;
  }

  .section.form-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.faq {
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
  }

  .section.hero-section {
    height: 121rem;
  }

  .section.partnership {
    padding-top: 5rem;
  }

  .hero-bg {
    width: auto;
    min-width: 100vw;
    height: auto;
    min-height: 88svh;
    margin-top: 0;
    overflow: clip;
  }

  .hero-bg.position-page {
    min-height: 150svh;
  }

  .hero-content {
    margin-bottom: 9vh;
  }

  .hero-dash {
    display: none;
  }

  .hero-mask {
    background-size: 100% 100%;
    height: 125svh;
    min-height: 70rem;
  }

  .hero-fade {
    height: 20svh;
  }

  .load {
    cursor: none;
  }

  .loader {
    width: 10rem;
  }

  .h1 {
    width: 63rem;
    margin-top: 0;
    padding-top: 0;
    font-size: 8rem;
  }

  .h1.position-h1 {
    font-size: 5rem;
  }

  .h1.position-h1.nth1 {
    width: 64rem;
    font-size: 5rem;
  }

  .h1.position-h1.nth2 {
    width: auto;
  }

  .h1.position-h1.nth3 {
    width: 48rem;
    font-size: 5rem;
  }

  .h1.position-h1.nth5 {
    width: 64rem;
    font-size: 5rem;
  }

  .h1.position-h1.nth6 {
    width: 64rem;
    font-size: 4.5rem;
  }

  .hero-textbox {
    width: 48rem;
    transform: translate(2.4rem);
  }

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

  .nav-logo {
    z-index: 3;
    aspect-ratio: 1 / 1.145;
    object-fit: cover;
    margin-top: .2rem;
    margin-right: 2rem;
  }

  .nav-links {
    z-index: 1;
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    height: 120svh;
    padding: 7rem 2rem 20svh;
    top: 0;
    overflow: scroll;
  }

  .nav-burger {
    z-index: 3;
    aspect-ratio: 1;
    background-image: url('../images/i-burger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    order: 9999;
    width: auto;
    height: 80%;
    max-height: 5rem;
    margin-left: auto;
    padding: 0;
    padding: 0 !important;
  }

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

  .nav-link {
    justify-content: flex-start;
    align-items: center;
    height: 6rem;
    padding: 0 0;
    font-family: uaf-regular, Arial, sans-serif;
    font-size: 2rem;
  }

  .nav-link.first {
    margin-left: 0;
  }

  .drop-list.w--open {
    z-index: 1;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    position: relative;
    top: auto;
    right: auto;
  }

  .drop {
    z-index: 1;
    width: 100%;
    height: auto;
  }

  .nav-link--line {
    width: 100%;
    height: 1px;
    margin: 1rem 0;
  }

  .nav-mask--mobile {
    z-index: 2;
    background-color: #000;
    height: 8svh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .footer {
    grid-column-gap: 2rem;
    grid-row-gap: 8rem;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 5rem;
  }

  .footer-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .format-bg {
    left: var(--page-padding);
    right: var(--page-padding);
  }

  .h2.positions-h2 {
    padding-top: 6rem;
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
    text-align: left;
    margin-bottom: 3rem;
    font-size: 5.7rem;
  }

  .h2.about-h2, .h2.goal-h2 {
    width: auto;
  }

  .h2.workflow-h2 {
    margin-top: 16rem;
  }

  .h2.cta-h2 {
    width: auto;
    margin-top: 0;
    margin-bottom: 4rem;
    margin-left: 0;
    font-size: 5.5rem;
  }

  .h2.form-h2 {
    text-align: left;
    width: auto;
    margin-bottom: 6rem;
  }

  .h2.tast-h2 {
    align-self: center;
  }

  .h2.comp-h2 {
    width: 56rem;
    margin-top: 16rem;
  }

  .h2.faq-h2 {
    text-align: left;
    width: 45rem;
    margin-top: 0;
    font-size: 5.7rem;
    position: static;
  }

  .h2.approach {
    width: 71rem;
  }

  .h2.partner-cta {
    width: 67rem;
  }

  .h2.h2-hero-bottom {
    font-size: 5rem;
  }

  .h2.policy-h2 {
    text-align: left;
    width: auto;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 8rem;
    font-size: 5rem;
  }

  .skills-h2--box {
    width: 64rem;
  }

  .i-dec.skills-1 {
    right: -3rem;
  }

  .i-dec.skills-2 {
    left: -3rem;
  }

  .skills-cardbox {
    height: auto;
    margin-right: var(--page-padding);
    margin-left: var(--page-padding);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .skills-card {
    font-size: 2.6rem;
    position: relative;
  }

  .skills-card.nth1 {
    top: auto;
    left: auto;
  }

  .skills-card.nth2 {
    width: 55rem;
    margin-top: -5rem;
    margin-left: auto;
    bottom: auto;
    right: auto;
  }

  .skills-card.nth3 {
    margin-top: -4rem;
    margin-left: 7rem;
    left: auto;
  }

  .skills-card.nth4 {
    width: 70rem;
    margin-top: -4rem;
    top: auto;
    right: auto;
  }

  .skills-card.nth5 {
    margin-top: -4rem;
    margin-left: 10rem;
    bottom: auto;
    left: auto;
  }

  .brut-card {
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .brut-card-box {
    clip-path: polygon(0 0, calc(100% - 51px) 0, 100% 51px, 100% 100%, 0 100%);
  }

  .positions-grid {
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
    grid-template-columns: 1fr 1fr;
  }

  .positions-card {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    height: 27rem;
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .btn {
    justify-content: center;
    align-items: center;
    height: 7.2rem;
    display: flex;
  }

  .btn.positions {
    font-size: 2rem;
  }

  .h3-positions {
    font-size: 2.7rem;
    line-height: 1.1;
  }

  .anchor {
    top: 8svh;
  }

  .anchor.task {
    top: 8rem;
  }

  .anchor.faq {
    top: -4vh;
  }

  .anchor.form-anchor {
    top: 7svh;
  }

  .anchor.vision, .anchor.partnership, .anchor.anch-dirs {
    top: 8rem;
  }

  .about-box {
    flex-flow: column;
    margin-top: -100svh;
    padding-bottom: 0;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .goal-box {
    height: 100svh;
    min-height: 48rem;
  }

  .goal-box.position-page {
    justify-content: flex-start;
    align-items: center;
    height: 112rem;
    min-height: auto;
    padding-top: 33rem;
  }

  .bg-video {
    height: 100svh;
  }

  .h3-about {
    font-size: 3.3rem;
  }

  .about-card--item {
    font-size: 2rem;
  }

  .about-sticky {
    height: 100svh;
  }

  .about-lines {
    width: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    top: 7rem;
    bottom: 7rem;
    left: 3rem;
  }

  .about-lines.right {
    right: 3rem;
  }

  .about-lines--item {
    width: 1.4rem;
  }

  .goal-text {
    width: 45rem;
    font-size: 2.4rem;
  }

  .goal-text.position-page {
    margin-top: 8rem;
  }

  .goal-dash {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .goal-dash.position-page {
    justify-content: flex-start;
    align-items: center;
  }

  .goal-dash-1 {
    width: 80vw;
    height: auto;
  }

  .goal-dash-1.position-page {
    width: 60vw;
  }

  .goal-dash-2 {
    width: 80vw;
    height: auto;
    margin-top: -40vw;
  }

  .goal-dash-2.position-page {
    display: none;
  }

  .goal-dash-center {
    width: 105vw;
    max-width: none;
    height: 105vw;
    margin-top: -40vw;
  }

  .goal-dash-center.position-page {
    width: 67vh;
    max-width: none;
    height: 70vh;
    margin-top: -27rem;
  }

  .path, .path-2 {
    display: none;
  }

  .goal-blink--1 {
    top: 14.4vh;
  }

  .goal-blink--1.position-page {
    top: 18.4rem;
  }

  .goal-blink--2.nth1 {
    top: 22rem;
    right: 10rem;
  }

  .goal-blink--2.nth2 {
    left: 10rem;
  }

  .goal-blink--2.nth3 {
    top: 87rem;
    left: 3rem;
  }

  .goal-blink--2.nth4 {
    top: 78rem;
    right: 5rem;
  }

  .goal-blink--2.nth--5 {
    bottom: 6.4rem;
    left: 15.6rem;
  }

  .goal-blink--2.nth--6 {
    top: 6.3rem;
    right: 6.3rem;
  }

  .goal-blink--3 {
    display: none;
  }

  .dotted-mask {
    height: 88rem;
    padding-left: 0;
    padding-right: 0;
  }

  .dotted-box {
    width: 8rem;
    height: 8rem;
  }

  .dotted-item {
    width: .4rem;
    height: .4rem;
  }

  .workflow-grid {
    width: auto;
    margin-top: 2rem;
  }

  .workflow-card.dir-card {
    height: 29rem;
  }

  .cta-item {
    border: 1px solid #616060;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: auto;
    padding: 3rem;
    position: relative;
    overflow: clip;
  }

  .cta-num {
    margin-bottom: 8rem;
    position: relative;
    top: auto;
    left: auto;
  }

  .cta-img {
    width: 100%;
    height: auto;
    position: absolute;
    inset: auto 0 -8rem;
  }

  .cta-text {
    text-align: right;
    margin-top: 0;
    margin-bottom: 37rem;
    margin-left: 0;
  }

  .cta-btn {
    background-color: #000;
    width: auto;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .cta-mask {
    height: auto;
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
    grid-column-gap: var(--page-padding);
    grid-row-gap: var(--page-padding);
    flex-flow: column;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .cta-timeline, .cta-bottom--overlay {
    display: none;
  }

  .h2-form {
    font-size: 3.8rem;
  }

  .error-box.show {
    bottom: 3rem;
  }

  .input-group {
    width: auto;
  }

  .form-box {
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-box.body {
    clip-path: polygon(0 0, calc(100% - 51px) 0, 100% 51px, 100% 100%, 0 100%);
    padding-top: 7rem;
    padding-bottom: 6rem;
  }

  .form {
    grid-row-gap: 1.7rem;
    flex-flow: column;
    height: auto;
  }

  .input-box.mess {
    flex: none;
    height: 20rem;
  }

  .formbox {
    padding-bottom: 3.2rem;
  }

  .cta-title {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    top: 0;
    left: auto;
  }

  .about-overlay {
    z-index: 4;
  }

  .task-box {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    padding: 0 10rem 11rem;
  }

  .task-grid {
    grid-template-columns: 1fr;
  }

  .task-card--itrm {
    font-size: 2rem;
  }

  .comp-grid {
    margin-top: 2rem;
  }

  .comp-grid.position-page {
    grid-template-columns: 1fr 1fr;
  }

  .level-box {
    margin-top: 0;
  }

  .tab {
    border-width: 0;
    flex: 1;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .tab-list {
    z-index: 4;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    background-color: #373737;
    border-bottom: 1px solid #373737;
    flex-flow: row;
    width: 100%;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    top: 10rem;
  }

  .tab-comp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: 0 solid #373737;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .tab-content {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }

  .tab-label {
    letter-spacing: -.03rem;
    white-space: nowrap;
  }

  .tab-title {
    font-size: 2.2rem;
  }

  .tab-content-box {
    z-index: 1;
    border-width: 0 1px 1px;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    overflow: clip;
  }

  .tab-mask--mobile {
    z-index: 2;
    background-color: #000;
    height: 12rem;
    display: block;
    position: sticky;
    top: 0;
  }

  .tab-mask {
    position: relative;
  }

  .tab-shadow-box {
    pointer-events: none;
    display: block;
    position: absolute;
    inset: -3.2rem -2.3rem;
  }

  .tab-shadow {
    background-image: linear-gradient(#000, #0000);
    width: 100%;
    height: 8rem;
    position: sticky;
    top: 20.2rem;
  }

  .faq-grid.box {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .faq-title {
    z-index: 45;
  }

  .i-faq-arrow {
    height: auto;
  }

  .h2-hero {
    font-size: 2.3rem;
  }

  .task-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 53rem;
    display: flex;
  }

  .task-text {
    width: 80%;
  }

  .directions-grid {
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .vision-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-p {
    width: auto;
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
    text-align: left;
  }

  .partnership-card {
    font-size: 2.6rem;
    position: relative;
  }

  .partnership-card.nth4 {
    width: auto;
    top: 0;
    right: auto;
  }

  .partnership-card.nth5 {
    margin-top: -4rem;
    margin-left: 10rem;
    bottom: auto;
    left: auto;
  }

  .partnership-card.nth1 {
    top: 6rem;
    left: 0;
  }

  .partnership-box {
    width: 100%;
    height: 55rem;
    margin-top: 4rem;
  }

  .approach-box {
    height: 118rem;
    margin-top: 6rem;
    padding-top: 17rem;
  }

  .approach-ellipse {
    color: #444;
    width: 100%;
    height: auto;
  }

  .approach-ellipse.nth1 {
    top: 0;
    left: auto;
  }

  .approach-ellipse.nth2 {
    bottom: 0;
    right: auto;
  }

  .goal-blink--4.nth1 {
    inset: auto auto 0;
    transform: translate(0%, 50%);
  }

  .goal-blink--4.nth2 {
    left: 10rem;
  }

  .goal-blink--4.nth3 {
    top: 87rem;
    left: 3rem;
  }

  .goal-blink--4.nth4 {
    top: 78rem;
    right: 5rem;
  }

  .goal-blink--4.nth--5 {
    bottom: 6.4rem;
    left: 15.6rem;
  }

  .goal-blink--4.nth--6 {
    top: 6.3rem;
    right: 6.3rem;
  }

  .goal-blink--4.nth2 {
    margin-right: 0;
    top: 0;
    left: auto;
    right: auto;
    transform: translate(0%, -50%);
  }

  .goal-blink--4.nth3 {
    inset: 8rem auto auto 4rem;
    transform: translate(0%, 50%);
  }

  .goal-blink--4.nth4 {
    inset: 15rem 10rem auto auto;
    transform: translate(0%, 50%);
  }

  .goal-blink--4.nth5 {
    inset: auto auto 10rem 10rem;
    transform: translate(0%, 50%);
  }

  .goal-blink--4.nth6 {
    inset: auto 12rem 20rem auto;
    transform: translate(0%, 50%);
  }

  .partnership-cta {
    height: 111rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    padding-top: 0;
  }

  .partner-cta--bg {
    aspect-ratio: auto;
    color: #444;
    width: auto;
    height: 90vw;
    top: auto;
    bottom: 25%;
    transform: rotate(90deg);
  }

  .hero-visual {
    height: 114rem;
  }

  .hero-blur-item {
    width: 13rem;
    height: 12rem;
  }

  .hero-top {
    height: 60rem;
    padding-bottom: 0;
  }

  .hero-bottom {
    height: 54rem;
    padding-bottom: 0;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }

  .modal-close {
    top: 5rem;
    right: 5rem;
  }

  .policy-descr {
    text-align: left;
    font-size: 2rem;
  }

  .policy-wrapper {
    max-width: 90%;
    margin-top: 5rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .policy-group {
    font-size: 2rem;
  }

  .footer-copy {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    justify-content: center;
    align-items: flex-start;
  }

  .lang-box {
    margin-top: 4rem;
    position: static;
  }

  .lang-slash {
    margin-left: .6rem;
    margin-right: .8rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --page-padding: 2.4rem;
    --brand-color: #00e55b;
    --faq-top-sticky: 10svh;
  }

  .section.task {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.positions {
    padding-bottom: 5rem;
  }

  .section.workflow {
    height: 130rem;
  }

  .section.comp {
    height: auto;
  }

  .section.directions {
    padding-top: 2rem;
  }

  .section.vision {
    padding-bottom: 4rem;
  }

  .section.hero-section {
    height: 77rem;
  }

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

  .hero-content.position-page {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .h1 {
    width: 47rem;
    margin-top: 1rem;
    font-size: 5rem;
  }

  .h1.position-h1 {
    text-align: center;
    font-size: 4rem;
  }

  .h1.position-h1.nth1, .h1.position-h1.nth3 {
    width: auto;
    font-size: 4rem;
  }

  .h1.position-h1.nth5 {
    width: auto;
    font-size: 3.7rem;
  }

  .h1.position-h1.nth6 {
    width: auto;
    font-size: 3.4rem;
  }

  .hero-textbox {
    transform: none;
  }

  .nav-box {
    padding-right: 1.1rem;
  }

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

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

  .nav-link {
    height: 5.4rem;
    font-size: 1.8rem;
  }

  .footer {
    padding-left: var(--page-padding);
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-box {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .format-bg {
    top: 5rem;
  }

  .format-corner.nth1 {
    border-top-width: 2px;
    border-top-color: #000;
    border-left-width: 2px;
    border-left-color: #000;
  }

  .format-corner.nth2 {
    border-top-width: 2px;
    border-top-color: #000;
    border-right-width: 2px;
    border-right-color: #000;
  }

  .format-corner.nth3 {
    border-bottom-width: 2px;
    border-bottom-color: #000;
    border-right-width: 2px;
    border-right-color: #000;
  }

  .format-corner.nth4 {
    border-bottom-width: 2px;
    border-bottom-color: #000;
    border-left-width: 2px;
    border-left-color: #000;
  }

  .h2 {
    font-size: 4.4rem;
  }

  .h2.positions-h2 {
    font-size: 4.3rem;
  }

  .h2.about-h2 {
    text-align: center;
  }

  .h2.cta-h2 {
    margin-bottom: 2rem;
    font-size: 4rem;
  }

  .h2.comp-h2 {
    width: 41rem;
  }

  .h2.approach {
    width: 51rem;
  }

  .h2.partner-cta {
    width: 47rem;
  }

  .h2.h2-hero-bottom {
    font-size: 4rem;
  }

  .h2.policy-h2 {
    font-size: 3.8rem;
  }

  .skills-h2--box {
    width: 48rem;
  }

  .i-dec.skills-1 {
    top: -1rem;
    right: -1rem;
  }

  .i-dec.skills-2 {
    bottom: -.7rem;
    left: -2rem;
  }

  .i-dec.ctabtn {
    width: 1rem;
    height: 2rem;
  }

  .skills-cardbox {
    margin-top: 5rem;
  }

  .skills-card {
    height: 14rem;
    font-size: 2rem;
  }

  .skills-card.nth1 {
    width: 36rem;
    height: 12rem;
  }

  .skills-card.nth2 {
    width: 36rem;
    margin-top: -2.4rem;
    margin-right: 2rem;
  }

  .skills-card.nth3 {
    width: 28rem;
    height: 12rem;
    margin-top: -3rem;
    margin-left: 3rem;
  }

  .skills-card.nth4 {
    width: 39rem;
    margin-top: -2rem;
  }

  .skills-card.nth5 {
    width: 35rem;
    margin-top: -3rem;
    margin-left: 12rem;
  }

  .positions-grid {
    grid-template-columns: 1fr;
  }

  .positions-card {
    height: 23rem;
    padding: 2rem;
  }

  .btn.partner-cta {
    width: 43rem;
  }

  .anchor.task, .anchor.vision, .anchor.partnership, .anchor.anch-dirs {
    top: 3rem;
  }

  .about-box {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .goal-box {
    min-height: 67rem;
  }

  .goal-box.position-page {
    height: 114rem;
    padding-top: 36rem;
  }

  .about-card {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding: 2.4rem 2.4rem 6rem;
  }

  .h3-about {
    font-size: 3.4rem;
  }

  .about-card--item {
    font-size: 1.8rem;
  }

  .about-lines {
    justify-content: space-around;
    align-items: flex-start;
    width: 2.4rem;
    top: 9svh;
    bottom: 9svh;
    left: 2rem;
  }

  .about-lines.right {
    justify-content: space-around;
    align-items: flex-end;
    right: 2rem;
  }

  .about-lines--item {
    width: 1rem;
  }

  .goal-text.position-page {
    width: 39rem;
    margin-top: 6rem;
  }

  .goal-dash-1.position-page {
    width: 80vw;
  }

  .goal-blink--1 {
    top: 23%;
  }

  .goal-blink--1.position-page {
    top: 17.7rem;
  }

  .goal-blink--2.nth1 {
    top: 13rem;
    left: auto;
  }

  .goal-blink--2.nth2 {
    top: 17rem;
    left: 5rem;
    right: auto;
  }

  .goal-blink--2.nth2.position-page {
    bottom: 7rem;
  }

  .goal-blink--2.nth3 {
    top: 70rem;
    left: 2rem;
  }

  .goal-blink--2.nth4 {
    top: 65rem;
  }

  .dotted-mask {
    height: 130rem;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .workflow-card.dir-card {
    height: 16rem;
    font-size: 2.2rem;
  }

  .workflow-card.dir-card.alt {
    height: 22rem;
  }

  .cta-item {
    padding: 2.4rem 1.6rem;
  }

  .cta-num {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }

  .cta-img {
    bottom: -6rem;
  }

  .cta-text {
    margin-bottom: 30rem;
    font-size: 2rem;
  }

  .cta-btn {
    height: 6rem;
    font-size: 1.8rem;
  }

  .success-content {
    width: 100%;
  }

  .success-text-box.wide {
    padding-left: 0;
    padding-right: 0;
  }

  .success-alert.show {
    text-align: center;
  }

  .cta-title {
    margin-bottom: 2rem;
  }

  .task-box {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .task-card--itrm {
    font-size: 1.8rem;
  }

  .comp-grid {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .comp-grid.position-page {
    z-index: 3;
  }

  .level-box {
    margin-top: -5rem;
  }

  .tab {
    flex: none;
    height: 8rem;
  }

  .tab-list {
    border-left: 1px solid #373737;
    border-right: 1px solid #373737;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .tab-label {
    font-size: 1.2rem;
  }

  .tab-title {
    font-size: 1.8rem;
  }

  .tab-content-box {
    padding-bottom: 4rem;
  }

  .tab-shadow {
    height: 6rem;
    top: 18.2rem;
  }

  .faq-trigger {
    padding-left: 2.4rem;
    padding-right: 2rem;
  }

  .faq-content {
    padding-left: 2.4rem;
    padding-right: 6rem;
  }

  .task-flex {
    width: 40rem;
  }

  .tast-subtitle {
    font-size: 2.2rem;
  }

  .task-text {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .task-h2--box {
    margin-bottom: 1rem;
  }

  .directions-grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

  .hero-desriptor {
    width: 32rem;
    font-size: 1.7rem;
  }

  .hero-desriptor.eng {
    width: 32rem;
  }

  .partnership-card {
    height: 14rem;
    font-size: 2rem;
  }

  .partnership-card.nth5 {
    width: 35rem;
    margin-top: -3rem;
    margin-left: 12rem;
  }

  .partnership-card.nth1 {
    width: 37rem;
    height: 12rem;
  }

  .partnership-card.nth2 {
    top: 11rem;
  }

  .partnership-card.nth3 {
    width: 41rem;
    left: 2rem;
  }

  .partnership-box {
    justify-content: flex-start;
    align-items: center;
    height: 42rem;
  }

  .approach-box {
    height: 85rem;
  }

  .goal-blink--4.nth2 {
    top: 17rem;
    left: 5rem;
    right: auto;
  }

  .goal-blink--4.nth2.position-page {
    bottom: 7rem;
  }

  .goal-blink--4.nth3 {
    top: 70rem;
    left: 2rem;
  }

  .goal-blink--4.nth4 {
    top: 65rem;
  }

  .goal-blink--4.nth2 {
    top: 0;
    left: auto;
  }

  .goal-blink--4.nth3 {
    top: 10rem;
  }

  .goal-blink--4.nth4 {
    top: 4rem;
    right: 4rem;
  }

  .goal-blink--4.nth5 {
    left: 8rem;
  }

  .goal-blink--4.nth6 {
    bottom: 16rem;
  }

  .partnership-cta {
    height: 89rem;
  }

  .footer-link {
    margin-bottom: 2rem;
  }

  .hero-visual {
    height: 77rem;
  }

  .hero-blur-item {
    width: 10rem;
    height: 10rem;
  }

  .hero-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 38rem;
  }

  .hero-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 45rem;
  }

  .policy-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    max-width: 84%;
  }

  .policy-group {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    font-size: 1.8rem;
  }

  .policy-h3 {
    font-size: 2.2rem;
  }

  .footer-copy {
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  body {
    --page-padding: 2rem;
    --brand-color: #00e55b;
    --faq-top-sticky: 10rem;
  }

  .section.hero {
    justify-content: center;
    align-items: flex-start;
  }

  .section.task {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.positions {
    padding-top: 0;
    padding-bottom: 8rem;
  }

  .section.workflow {
    justify-content: flex-start;
    align-items: center;
    height: 88rem;
  }

  .section.comp {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 13rem;
  }

  .section.form-section {
    padding-top: 5rem;
  }

  .section.directions {
    padding-top: 4rem;
  }

  .section.vision {
    padding-top: 5rem;
  }

  .section.hero-section {
    height: 200svh;
  }

  .section.partnership {
    padding-top: 4rem;
  }

  .hero-bg {
    object-fit: cover;
    object-position: 83% 50%;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: 63rem;
    max-height: 85svh;
    margin-top: -3svh;
  }

  .hero-bg.position-page {
    display: none;
  }

  .hero-bg.position-page-mobile {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    display: block;
    bottom: 17.6svh;
    left: 2.6rem;
  }

  .hero-content {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    width: 100%;
    margin-bottom: 6vh;
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .hero-content.position-page {
    grid-column-gap: 2.3rem;
    grid-row-gap: 2.3rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 82%;
    height: 100%;
    margin: 12svh auto 21svh;
    padding-top: 4svh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-mask {
    background-image: url('../images/hero-mask--mobile_1hero-mask--mobile.avif');
    background-size: 100% 100%;
    height: 110svh;
  }

  .hero-mask.mobile {
    display: block;
  }

  .loader {
    width: 8rem;
  }

  .h1 {
    letter-spacing: -.3rem;
    width: auto;
    padding-right: .6rem;
    font-family: uaf-wide-semibold, Arial, sans-serif;
    font-size: 4.9rem;
    font-weight: 400;
  }

  .h1.position-h1 {
    text-align: left;
    letter-spacing: -.1rem;
    order: -9999;
    font-size: 2.8rem;
  }

  .h1.position-h1.nth1 {
    background-image: linear-gradient(112deg, #9d9d9d 15%, #fff 22%, #9d9d9d 44% 80%, #fff 92%);
    order: -9999;
    width: auto;
    font-size: 2.8rem;
  }

  .h1.position-h1.nth2 {
    margin-top: 0;
    font-size: 3.8rem;
  }

  .h1.position-h1.nth3 {
    background-image: linear-gradient(112deg, #9d9d9d 15%, #fff 22%, #9d9d9d 44% 80%, #fff 92%);
    order: -9999;
    width: auto;
    font-size: 4rem;
  }

  .h1.position-h1.nth5 {
    background-image: linear-gradient(112deg, #9d9d9d 15%, #fff 22%, #9d9d9d 44% 80%, #fff 92%);
    order: -9999;
    width: auto;
    font-size: 2.65rem;
  }

  .h1.position-h1.nth6 {
    background-image: linear-gradient(112deg, #9d9d9d 15%, #fff 22%, #9d9d9d 44% 80%, #fff 92%);
    order: -9999;
    width: auto;
    font-size: 2.4rem;
  }

  .hero-textbox {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    width: 26.5rem;
    padding-left: .4rem;
  }

  .i-arrow--right {
    width: 1.4rem;
  }

  .i-arrow--right.hero-position {
    display: none;
  }

  .hero-text {
    font-size: 1.6rem;
  }

  .hero-text.position-page {
    margin-left: .2rem;
  }

  .nav-links {
    flex-flow: column;
    padding-bottom: 30svh;
  }

  .nav-link {
    text-transform: uppercase;
    border-top: 2px solid #ffffff1a;
    height: 7rem;
    font-family: uaf-wide-semibold, Arial, sans-serif;
    font-size: 2.8rem;
  }

  .nav-link.drop-label {
    justify-content: space-between;
    align-items: center;
  }

  .nav-link.lang {
    border-top-width: 0;
    flex: 0 auto;
  }

  .nav-link.first {
    margin-top: 2rem;
  }

  .nav-logo--img {
    width: 3.2rem;
  }

  .i-nav-arrow {
    width: 2.2rem;
    height: 2rem;
    margin-bottom: .2rem;
  }

  .i-nav-arrow.home, .i-nav-arrow.cv {
    display: none;
  }

  .i-nav-arrow.cv.hero-position {
    width: 1.8rem;
    height: 1.6rem;
    display: block;
  }

  .drop-list.w--open {
    border-width: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .drop-list--item {
    height: auto;
    padding: 2.4rem 0;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .i-drop-list {
    width: 2.2rem;
    height: 2.4rem;
  }

  .drop-list--align {
    justify-content: space-between;
    align-items: center;
  }

  .nav-link--line {
    display: none;
  }

  .footer {
    padding-bottom: 4rem;
    padding-right: 2rem;
    padding-left: var(--page-padding);
    grid-column-gap: 8rem;
    grid-row-gap: 4.3rem;
    flex-flow: column;
  }

  .footer-box {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .soc-flex {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    margin-top: 2rem;
  }

  .soc-link {
    width: 4rem;
    height: 4rem;
  }

  .h2 {
    font-size: 3rem;
    line-height: 1.1;
  }

  .h2.positions-h2 {
    margin-bottom: 3rem;
    padding-right: 6rem;
    font-size: 3.8rem;
  }

  .h2.workflow-h2 {
    margin-top: 7.4rem;
  }

  .h2.cta-h2 {
    font-size: 3.3rem;
  }

  .h2.cta-h2.xs-small {
    font-size: 2.8rem;
  }

  .h2.form-h2 {
    margin-bottom: 4rem;
    font-size: 3.7rem;
  }

  .h2.comp-h2 {
    width: 33rem;
    margin-top: 7.8rem;
    padding-bottom: 0;
    overflow: clip;
  }

  .h2.faq-h2 {
    text-align: center;
    letter-spacing: -.1rem;
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7rem;
    line-height: 1.15;
  }

  .h2.partnership {
    margin-left: auto;
    margin-right: auto;
  }

  .h2.approach {
    width: 34rem;
  }

  .h2.partner-cta {
    width: 32rem;
    font-size: 3.3rem;
  }

  .h2.h2-hero-bottom {
    letter-spacing: -.1rem;
    font-size: 3rem;
  }

  .h2.policy-h2 {
    margin-right: 4rem;
    font-size: 2.9rem;
  }

  .skills-h2--box {
    width: 32rem;
  }

  .i-dec {
    flex: none;
    width: 1.2rem;
    height: 2.2rem;
  }

  .i-dec.skills-1 {
    display: none;
    bottom: .7rem;
    right: -1rem;
  }

  .i-dec.skills-2 {
    display: none;
    bottom: -.3rem;
    left: -1.5rem;
  }

  .i-dec.about {
    height: 2rem;
    transform: translate(.5rem)rotate(90deg);
  }

  .i-dec.about.positin-page {
    flex: none;
    width: .8rem;
    transform: none;
  }

  .skills-card {
    border-width: 1px;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    font-size: 1.8rem;
  }

  .skills-card.nth1 {
    width: 28rem;
    height: 10rem;
  }

  .skills-card.nth2 {
    width: 30rem;
    height: 12rem;
    margin-top: -2rem;
    margin-right: 0;
  }

  .skills-card.nth3 {
    width: 23rem;
    height: 10rem;
    margin-top: -2rem;
    margin-left: 2.4rem;
  }

  .skills-card.nth4 {
    width: 30rem;
    height: 12rem;
  }

  .skills-card.nth5 {
    width: 27rem;
    height: 12rem;
    margin-top: -2rem;
    margin-left: auto;
  }

  .positions-grid {
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
  }

  .positions-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 20rem;
  }

  .btn {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.9rem;
  }

  .btn.positions {
    height: 5.2rem;
    font-size: 1.8rem;
  }

  .btn.partner-cta {
    width: auto;
    height: 7rem;
    margin-right: var(--page-padding);
    margin-left: var(--page-padding);
    align-self: stretch;
  }

  .h3-positions {
    letter-spacing: -.05rem;
    font-size: 2.2rem;
    line-height: 1.2;
  }

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

  .anchor.faq {
    top: -2vh;
  }

  .anchor.form-anchor {
    top: 0;
  }

  .about-box {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    padding-left: 4.6rem;
    padding-right: 4.6rem;
  }

  .goal-box {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    min-height: 86rem;
  }

  .goal-box.position-page {
    height: 98rem;
    padding-top: 32.7rem;
  }

  .bg-video {
    object-fit: none;
    object-position: 100% 100%;
    height: 100svh;
  }

  .about-card {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    border-width: 1px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-bottom: 3.4rem;
    display: flex;
  }

  .h3-about {
    font-size: 2.4rem;
    line-height: 1.15;
  }

  .about-card--item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    letter-spacing: -.05rem;
  }

  .about-card--item.tab-card-item {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    flex-flow: row;
  }

  .about-lines {
    width: 1.8rem;
    top: 10rem;
    bottom: 4rem;
  }

  .goal-text {
    width: 26rem;
    margin-bottom: 9rem;
    font-size: 1.8rem;
  }

  .goal-text.position-page {
    width: 26rem;
    margin-top: 3rem;
    font-size: 2rem;
  }

  .text-block.about-h2 {
    margin-right: .6rem;
    display: inline-flex;
  }

  .goal-dash.position-page {
    top: 10rem;
  }

  .goal-dash-1.position-page {
    width: 75vw;
    margin-top: 1rem;
  }

  .goal-dash-2.position-page {
    margin-top: -11rem;
    display: block;
  }

  .goal-dash-center {
    width: 120vw;
    height: 120vw;
  }

  .goal-dash-center.position-page {
    width: 110vw;
    height: 110vw;
    margin-top: -12rem;
  }

  .goal-blink--1 {
    width: 3.4rem;
    height: 4.4rem;
    top: auto;
    transform: translate(0, -63vw);
  }

  .goal-blink--1.position-page {
    width: 3rem;
    height: 4.3rem;
    top: 39.7rem;
  }

  .goal-blink--2 {
    width: 3.2rem;
    height: 3.2rem;
  }

  .goal-blink--2.nth1 {
    top: 12.7rem;
    right: 6rem;
  }

  .goal-blink--2.nth1.position-page {
    top: 5rem;
    transform: none;
  }

  .goal-blink--2.nth2 {
    top: 14rem;
    left: 7rem;
  }

  .goal-blink--2.nth3 {
    top: 60.9rem;
  }

  .goal-blink--2.nth4 {
    top: 56rem;
    right: 2rem;
  }

  .goal-blink--2.nth--5 {
    width: 2.2rem;
    height: 2.2rem;
    bottom: 4.8rem;
    left: auto;
    right: 3.2rem;
  }

  .goal-blink--2.nth--6 {
    display: none;
    top: 2rem;
    right: 8rem;
  }

  .dotted-mask {
    height: 88rem;
  }

  .dotted-mask.position-page {
    width: 100%;
    height: 200%;
  }

  .dotted-box {
    width: 4rem;
    height: 4rem;
  }

  .dotted-item {
    width: .2rem;
    height: .2rem;
    position: absolute;
  }

  .workflow-grid {
    margin-top: 2.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .workflow-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    padding: 1.6rem;
    font-size: 2rem;
  }

  .workflow-card.dir-card {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
    font-size: 2rem;
  }

  .workflow-card.dir-card.alt {
    height: auto;
    font-size: 2.2rem;
  }

  .cta-item {
    z-index: 2;
    background-color: #000;
    flex: none;
    height: calc(100svh - 25rem);
    min-height: 56rem;
    padding-top: 1.8rem;
    position: sticky;
    top: 14rem;
  }

  .cta-num {
    letter-spacing: 0;
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }

  .cta-img {
    bottom: 0;
  }

  .cta-text {
    letter-spacing: -.07rem;
    margin-bottom: auto;
    font-size: 1.8rem;
  }

  .cta-mask {
    padding-left: var(--page-padding);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    overflow: visible;
  }

  .input {
    padding-top: 1rem;
    font-size: 2rem;
  }

  .input.textarea {
    z-index: 1;
    padding-right: 2.4rem;
    position: relative;
  }

  .success-content {
    padding-bottom: 3.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .success-box {
    padding-bottom: 5.4rem;
  }

  .success-box.show {
    padding-bottom: 0;
  }

  .success-text-box {
    width: auto;
    padding-bottom: 0;
  }

  .success-text-box.wide {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .error-box {
    bottom: 4rem;
  }

  .success-alert.show {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-box.body {
    padding-top: 3rem;
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
  }

  .btn-form {
    font-size: 1.9rem;
  }

  .input-label {
    z-index: 3;
  }

  .input-label.placeholder {
    top: 2.7rem;
  }

  .input-box {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .input-box.mess {
    height: 31rem;
  }

  .formbox {
    width: 100%;
  }

  .cta-title {
    z-index: 1;
    font-size: 2.4rem;
    line-height: 3rem;
    position: sticky;
    top: 8rem;
  }

  .hero-pos-btn {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    border: 2px solid var(--brand-color);
    color: #fff;
    letter-spacing: 0;
    background-color: #000;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 6rem;
    margin-top: auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    font-family: uaf-book, Arial, sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .task-box {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 8rem;
    padding-left: 4.6rem;
    padding-right: 4.6rem;
  }

  .task-grid {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .task-card--itrm {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    letter-spacing: -.05rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.4rem 1.6rem;
  }

  .card-text--descr {
    letter-spacing: 0;
    margin-top: .6rem;
    font-family: uaf-regular, Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .comp-grid {
    margin-top: 2.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .comp-grid.position-page {
    grid-template-columns: 1fr;
    overflow: clip;
  }

  .comp-grid.position-page.col-2 {
    grid-template-columns: 1fr;
  }

  .level-box {
    margin-top: -8rem;
  }

  .tab {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    justify-content: center;
    align-items: flex-start;
    height: 7.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-list {
    flex-flow: column;
    width: 100%;
    position: sticky;
    top: 8rem;
    left: 8rem;
    right: 8rem;
    overflow: visible;
  }

  .tab-content {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    flex-flow: column;
    display: flex;
  }

  .tab-label {
    letter-spacing: 0;
    font-size: 1.4rem;
  }

  .tab-title {
    letter-spacing: -.1rem;
    font-size: 2.2rem;
  }

  .tab-content-box {
    padding-top: 4.4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-inline {
    white-space: nowrap;
  }

  .tab-mask {
    background-color: #000;
    padding-bottom: 1rem;
  }

  .tab-shadow {
    height: 6rem;
    top: 31.2rem;
  }

  .textarea-label--mask {
    border-top: 2px solid #383838;
    height: 3.6rem;
    top: 0;
  }

  .faq-grid.box {
    grid-column-gap: 4.4rem;
    grid-row-gap: 4.4rem;
  }

  .faq-section {
    padding: 2.2rem 2rem;
  }

  .h3.h3-faq {
    font-size: 2.2rem;
  }

  .faq-trigger {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
    line-height: 1.2;
  }

  .i-faq-arrow {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: .2rem;
  }

  .i-faq-arrow.home, .i-faq-arrow.cv {
    display: none;
  }

  .i-faq-arrow.cv.hero-position {
    width: 1.8rem;
    height: 1.6rem;
    display: block;
  }

  .faq-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-space {
    height: 1rem;
  }

  .task-flex {
    width: 28rem;
  }

  .tast-subtitle.card-box {
    text-align: center;
    height: 10rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .task-text {
    margin-bottom: 3rem;
  }

  .vision-grid {
    grid-template-columns: 1fr;
  }

  .vision-text {
    padding: 2.6rem;
    font-size: 2.8rem;
  }

  .vision-position {
    font-size: 1.8rem;
  }

  .hero-desriptor {
    font-size: 2rem;
    line-height: 1.4;
  }

  .hero-desriptor.eng {
    width: 28rem;
  }

  .partnership-card {
    border-width: 1px;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    font-size: 1.8rem;
  }

  .partnership-card.nth4 {
    left: auto;
  }

  .partnership-card.nth5 {
    width: 27rem;
    height: 12rem;
    margin-top: -2rem;
    margin-left: auto;
  }

  .partnership-card.nth1 {
    z-index: 1;
    width: 29rem;
    height: 9rem;
    top: 4rem;
  }

  .partnership-card.nth2 {
    width: 30rem;
    height: 10rem;
    margin-top: 0;
    top: 12rem;
    right: 0;
  }

  .partnership-card.nth3 {
    z-index: 3;
    width: 31rem;
  }

  .partnership-box {
    height: 34.9rem;
    margin-top: 3rem;
  }

  .approach-box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: 56rem;
    padding-top: 10rem;
    font-size: 1.8rem;
  }

  .goal-blink--4 {
    width: 3.2rem;
    height: 3.2rem;
  }

  .goal-blink--4.nth1 {
    bottom: 0;
    right: auto;
  }

  .goal-blink--4.nth1.position-page {
    top: 5rem;
    transform: none;
  }

  .goal-blink--4.nth3 {
    top: 60.9rem;
  }

  .goal-blink--4.nth4 {
    top: 55rem;
  }

  .goal-blink--4.nth--5 {
    width: 2.2rem;
    height: 2.2rem;
    bottom: 4.8rem;
    left: auto;
    right: 3.2rem;
  }

  .goal-blink--4.nth--6 {
    display: none;
    top: 2rem;
    right: 8rem;
  }

  .goal-blink--4.nth2 {
    top: 0;
    left: auto;
  }

  .goal-blink--4.nth2.position-page {
    top: 5rem;
    transform: none;
  }

  .goal-blink--4.nth3 {
    inset: 12rem auto auto 10rem;
  }

  .goal-blink--4.nth3.position-page {
    top: 5rem;
    transform: none;
  }

  .goal-blink--4.nth4 {
    top: 4rem;
    bottom: auto;
    right: 4rem;
  }

  .goal-blink--4.nth4.position-page {
    top: 5rem;
    transform: none;
  }

  .goal-blink--4.nth5 {
    bottom: 8rem;
    left: 3rem;
    right: auto;
  }

  .goal-blink--4.nth5.position-page {
    top: 5rem;
    transform: none;
  }

  .goal-blink--4.nth6 {
    bottom: 16rem;
    right: 2rem;
  }

  .goal-blink--4.nth6.position-page {
    top: 5rem;
    transform: none;
  }

  .card-descr {
    margin-top: -1rem;
    font-size: 1.8rem;
  }

  .partnership-cta {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    height: 74rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .partner-cta--bg {
    height: 95vw;
    transform: rotate(-90deg);
  }

  .footer-link.policy-link {
    flex: none;
  }

  .hero-visual {
    height: 200svh;
  }

  .hero-bg-image {
    width: 340vw;
  }

  .hero-blur-item {
    width: 13rem;
    height: 14rem;
  }

  .hero-blur-item.mobile-hidden {
    display: none;
  }

  .hero-top {
    height: 100svh;
  }

  .hero-bottom {
    height: 100svh;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-logo--a1 {
    height: 2.8rem;
  }

  .modal-close {
    width: 2.4rem;
    height: 2.4rem;
    top: 1.8rem;
    right: 1.6rem;
  }

  .policy-descr, .policy-wrapper {
    max-width: none;
  }

  .footer-copy {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copy_label {
    flex: none;
    align-self: flex-start;
  }

  .lang-box {
    align-self: flex-end;
    margin-top: 0;
    position: absolute;
    bottom: 30svh;
    right: auto;
  }

  .lang-slash {
    margin-right: 1rem;
    font-family: uaf-wide-semibold, Arial, sans-serif;
    font-size: 2.8rem;
  }
}

#w-node-_6fd3b106-0df4-4ea1-df13-ba0dfb7444b7-fb7444b6 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-d934e069-0010-99e4-4afb-b64964785b47-db26da92, #w-node-d934e069-0010-99e4-4afb-b64964785b4c-db26da92, #w-node-d934e069-0010-99e4-4afb-b64964785b51-db26da92 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_32012cb6-9371-4fbb-d6d0-3bb7fca45323-fb7444b6 {
    align-self: end;
  }

  #w-node-_6fd3b106-0df4-4ea1-df13-ba0dfb7444d3-fb7444b6 {
    place-self: stretch stretch;
  }

  #w-node-d934e069-0010-99e4-4afb-b64964785b47-e510b9cf, #w-node-d934e069-0010-99e4-4afb-b64964785b4c-e510b9cf, #w-node-d934e069-0010-99e4-4afb-b64964785b51-e510b9cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d934e069-0010-99e4-4afb-b64964785b47-db26da92, #w-node-d934e069-0010-99e4-4afb-b64964785b4c-db26da92, #w-node-d934e069-0010-99e4-4afb-b64964785b51-db26da92, #w-node-d934e069-0010-99e4-4afb-b64964785b47-e510b9cf, #w-node-d934e069-0010-99e4-4afb-b64964785b4c-e510b9cf, #w-node-d934e069-0010-99e4-4afb-b64964785b51-e510b9cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6fd3b106-0df4-4ea1-df13-ba0dfb7444d3-fb7444b6 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: stretch stretch;
  }
}


@font-face {
  font-family: 'uaf-wide-semibold';
  src: url('../fonts/UAFSans-WideSemiBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'uaf-regular';
  src: url('../fonts/UAFSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'uaf-wide-book';
  src: url('../fonts/UAFSans-WideBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'uaf-expanded-semibold';
  src: url('../fonts/UAFSans-ExpandedSemiBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'uaf-book';
  src: url('../fonts/UAFSans-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'uaf-light';
  src: url('../fonts/UAFSans-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'uaf-wide-regular';
  src: url('../fonts/UAFSans-WideRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}