@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 {
  --brand-color: #1de16b;
  --page-padding: 4rem;
}

.w-layout-vflex {
  flex-direction: column;
  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-hflex {
  flex-direction: row;
  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.skills {
  padding-top: 20rem;
  padding-bottom: 15rem;
  position: relative;
}

.section.positions {
  padding: 10rem 1.2rem;
}

.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 {
  padding: 8rem .8rem 6rem;
}

.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: 3.2rem;
  grid-row-gap: 3.2rem;
  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: #9d9d9d;
  text-align: center;
  letter-spacing: -.4rem;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(112deg, #9d9d9d 15%, #fff 22%, #9d9d9d 44% 80%, #fff 92%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 120rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: uaf-expanded-semibold, Arial, sans-serif;
  font-size: 8.2rem;
  font-weight: 400;
  line-height: 1;
}

.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: 88rem;
}

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

.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: 8vh;
  padding-left: 4rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

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

.nav-links {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  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, .nav-link.w--current {
  color: var(--brand-color);
}

.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-bg {
  background-color: #000;
  border-bottom: 1px solid #252525;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

.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;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-logo {
  width: 18rem;
}

.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: 10rem 6rem 5rem;
}

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

.format-corner {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  border-color: #2d2d2d !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: 7rem;
  padding-top: 10rem;
}

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

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

.h2.workflow-h2 {
  z-index: 2;
  color: var(--brand-color);
  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;
  width: 80rem;
  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;
}

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

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

.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 {
  -webkit-clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
  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 {
  -webkit-clip-path: polygon(48px 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%, 0 48px);
  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: 30rem;
  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;
}

.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;
  height: 1px;
  position: absolute;
  top: 8vh;
}

.anchor.skills {
  top: 12rem;
}

.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: 10%;
  left: 25%;
}

.goal-blink--2.nth2 {
  top: 10%;
  right: 25%;
}

.goal-blink--2.nth3 {
  bottom: 10%;
  left: 25%;
}

.goal-blink--2.nth4 {
  bottom: 10%;
  right: 25%;
}

.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;
  padding: 2.6rem 3rem 3rem;
}

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

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

.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);
  color: var(--brand-color);
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 56rem;
  height: 8rem;
  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: #73968100;
  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;
}

.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 {
  -webkit-clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
  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 {
  -webkit-clip-path: polygon(48px 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%, 0 48px);
  clip-path: polygon(48px 0, calc(100% - 48px) 0, 100% 48px, 100% 100%, 0 100%, 0 48px);
  background-color: #000;
  padding: 7rem 3rem 10rem;
}

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

.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;
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
  width: 100%;
  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;
}

@media screen and (max-width: 991px) {
  body {
    --brand-color: #1de16b;
    --page-padding: 2.4rem;
  }

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

  .section.skills {
    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-left: 0;
    padding-right: 0;
  }

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

  .loader {
    width: 10rem;
  }

  .h1 {
    width: 63rem;
    font-size: 6rem;
  }

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

  .nav-box {
    height: 8svh;
    min-height: 4.6rem;
    padding-left: 2rem;
    padding-right: 1.1rem;
  }

  .nav-logo {
    z-index: 3;
    aspect-ratio: 1 / 1.145;
    object-fit: cover;
    width: auto;
    height: 60%;
    min-height: 1.6rem;
    max-height: 3.8rem;
    margin-top: .2rem;
  }

  .nav-links {
    z-index: 1;
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    height: 100svh;
    padding: 7rem 2rem 3rem;
    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;
    width: auto;
    height: 80%;
    max-height: 5rem;
    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-logo--img {
    width: 100%;
    height: 100%;
  }

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

  .format-bg {
    display: none;
  }

  .h2.positions-h2 {
    padding-top: 6rem;
    padding-right: var(--page-padding);
    padding-left: var(--page-padding);
    text-align: left;
    margin-bottom: 5rem;
    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;
  }

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

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

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

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

  .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 {
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    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 {
    -webkit-clip-path: polygon(0 0, calc(100% - 51px) 0, 100% 51px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 51px) 0, 100% 51px, 100% 100%, 0 100%);
  }

  .positions-grid {
    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.skills {
    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.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;
  }

  .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 {
    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;
    height: auto;
    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 {
    -webkit-clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%);
    padding-left: 0;
    padding-right: 0;
  }

  .form-box.body {
    -webkit-clip-path: polygon(0 0, calc(100% - 51px) 0, 100% 51px, 100% 100%, 0 100%);
    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;
  }
}

@media screen and (max-width: 767px) {
  body {
    --brand-color: #1de16b;
    --page-padding: 2.4rem;
  }

  .section.skills {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .section.workflow {
    height: 96rem;
  }

  .section.comp {
    height: auto;
  }

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

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

  .h1 {
    text-align: left;
    width: 47rem;
    font-size: 4.7rem;
  }

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

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

  .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: 1.6rem;
  }

  .anchor.skills {
    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: 10rem;
    left: auto;
  }

  .goal-blink--2.nth2 {
    top: auto;
    bottom: 14%;
    right: auto;
  }

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

  .goal-blink--2.nth3, .goal-blink--2.nth4 {
    display: none;
  }

  .dotted-mask {
    height: 96rem;
  }

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

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

@media screen and (max-width: 479px) {
  body {
    --brand-color: #1de16b;
    --page-padding: 2rem;
  }

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

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

  .section.positions {
    padding-top: 0;
  }

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

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

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

  .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.avif');
    background-size: 100% 100%;
    height: 110svh;
  }

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

  .loader {
    width: 8rem;
  }

  .h1 {
    letter-spacing: -.2rem;
    width: auto;
    font-family: uaf-wide-semibold, Arial, sans-serif;
    font-size: 4.2rem;
    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-box {
    min-height: 5.5rem;
  }

  .nav-logo {
    height: 50%;
    min-height: 3rem;
  }

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

  .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 {
    padding-left: 0;
    padding-right: 0;
  }

  .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: 2rem;
    padding-right: 2rem;
    padding-left: var(--page-padding);
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
  }

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

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

  .h2.positions-h2 {
    margin-bottom: 4.8rem;
    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;
  }

  .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: 19.4rem;
  }

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

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

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

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

  .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: 2.6rem;
    height: 2.6rem;
  }

  .goal-blink--2.nth1 {
    top: auto;
    transform: translate(0, -88vw);
  }

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

  .goal-blink--2.nth2 {
    bottom: auto;
    transform: translate(0, 38vw);
  }

  .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: 94rem;
  }

  .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: 4rem;
    grid-row-gap: 4rem;
    padding: 1.6rem;
    font-size: 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: .6rem;
    padding-bottom: .6rem;
    font-size: 2rem;
  }

  .input.textarea {
    z-index: 1;
    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;
  }

  .error-box {
    bottom: 4rem;
  }

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

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

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

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

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

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

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

  .textarea-label--mask {
    height: 3rem;
  }
}

#w-node-_35e417e7-faca-0022-8f5f-36c59f47d7f0-6baa158f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c166-b4cc05d5 {
  align-self: start;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c170-b4cc05d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c173-b4cc05d5, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c172-b4cc05d5, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c171-b4cc05d5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c166-d543cc63 {
  align-self: start;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c170-d543cc63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c173-d543cc63, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c172-d543cc63, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c171-d543cc63 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c166-2892fbb8 {
  align-self: start;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c170-2892fbb8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c173-2892fbb8, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c172-2892fbb8, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c171-2892fbb8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c166-877614d9 {
  align-self: start;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c170-877614d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c173-877614d9, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c172-877614d9, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c171-877614d9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c166-bbf50cbe {
  align-self: start;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c170-bbf50cbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c173-bbf50cbe, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c172-bbf50cbe, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c171-bbf50cbe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c166-cefca75e {
  align-self: start;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c170-cefca75e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c173-cefca75e, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c172-cefca75e, #w-node-_1f0bf322-458c-9c24-7c55-3414c9a1c171-cefca75e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 479px) {
  #w-node-_296e4009-9d63-11f8-124d-e94eddf23be7-b4cc05d5, #w-node-_296e4009-9d63-11f8-124d-e94eddf23be7-d543cc63, #w-node-_296e4009-9d63-11f8-124d-e94eddf23be7-2892fbb8, #w-node-_296e4009-9d63-11f8-124d-e94eddf23be7-877614d9, #w-node-_296e4009-9d63-11f8-124d-e94eddf23be7-bbf50cbe, #w-node-_296e4009-9d63-11f8-124d-e94eddf23be7-cefca75e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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