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

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

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

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

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

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

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

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

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

:root {
  --green: #1de16b;
}

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.embed {
  width: 0;
  height: 0;
  display: none;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 32rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hidden {
  display: none;
}

.auth-input {
  height: 6rem;
  color: var(--green);
  text-align: center;
  letter-spacing: .1rem;
  background-color: #fff0;
  border: 2px solid #161616;
  margin-bottom: 1.2rem;
  padding-top: .1rem;
  padding-bottom: 0;
  font-family: Uafsans Wide Regular, Arial, sans-serif;
}

.auth-input:focus {
  border-width: 2px;
  border-color: #161616;
}

.auth-input::placeholder {
  color: #2e2e2e;
  font-size: 1.6rem;
}

.section-sequence {
  height: 300vh;
  position: relative;
}

.section-sequence.analysis {
  height: 250vh;
}

.section-sequence.mission {
  height: 200vh;
}

.sequence-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sequence-canvas {
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.section-empty {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.loader-text {
  color: #252525;
  font-family: Uafsans Wide Regular, Arial, sans-serif;
  font-size: 18px;
  position: absolute;
  bottom: 2rem;
}

.hero-overlay {
  z-index: 2;
  position: absolute;
  inset: 0;
}

.hide {
  display: none;
}

.hrero-content {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10vh;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  display: flex;
  position: absolute;
  inset: 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-bg {
  z-index: 1;
  background-color: #252525;
  width: 100%;
  height: 100%;
  position: relative;
}

.loader-color {
  z-index: 2;
  background-color: #1de16b;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
}

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

.nav {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.4rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.footer-logo-2 {
  width: 29rem;
  max-width: none;
}

.nav-faq {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Uafsans Medium, Arial, sans-serif;
  font-size: 1.4rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.nav-faq:hover {
  color: var(--green);
}

.nav-faq-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.hero-logo {
  flex: none;
  width: 4.8rem;
  height: auto;
}

.h1 {
  text-align: center;
  letter-spacing: -.5rem;
  text-transform: uppercase;
  flex: none;
  width: 110rem;
  margin-top: 4.8rem;
  margin-bottom: 2.8rem;
  font-family: Uafsans Wide Black, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
}

.hero-descr {
  color: var(--green);
  flex: none;
  font-family: Uafsans Semibold, Arial, sans-serif;
  font-size: 1.8rem;
}

.analysis-overlay {
  z-index: 2;
  position: absolute;
  inset: 0;
}

.analysis-content {
  z-index: 3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.2rem 2.8rem 6rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.section-about {
  height: 300vh;
  margin-top: 10rem;
  margin-bottom: 10rem;
  position: relative;
}

.about-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.about-img {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50rem;
  display: flex;
}

.container {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.container.justice {
  padding-top: 3.2rem;
  padding-bottom: 12rem;
}

.container.contract {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  display: flex;
}

.container.transfer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12rem;
  padding-bottom: 8rem;
  display: flex;
}

.container.return {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 68rem;
  padding-top: 4.8rem;
  display: flex;
  position: relative;
}

.container.recruit {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.container.counter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container.command {
  padding-top: 4.8rem;
  padding-bottom: 8rem;
  position: relative;
}

.container.map {
  position: relative;
}

.container.final {
  justify-content: center;
  align-items: center;
  padding-top: 20rem;
  padding-bottom: 20rem;
  display: flex;
}

.container.footer {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 10rem;
  display: flex;
}

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

.h2.analysis {
  width: 55rem;
}

.h2.recruit {
  width: 45rem;
}

.h2.mission {
  width: 64rem;
}

.h2.final {
  text-align: center;
  letter-spacing: -.4rem;
  text-shadow: 0 2px 10px #000000a6;
  width: 107rem;
  margin-bottom: 4rem;
  font-size: 8rem;
  position: absolute;
}

.justice-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
}

.justice-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.justice-col.nth-3 {
  flex: none;
  width: 33rem;
}

.justice-col.nth4 {
  flex: none;
  width: 45rem;
}

.card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #ffffffb3;
  border: 2px solid #202020;
  flex-flow: column;
  flex: 1;
  padding: 2.4rem;
  font-family: Uafsans Regular, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  display: flex;
}

.card.anim-bg-1 {
  background-image: url('../images/justice-cover.webp');
  background-position: 50%;
  background-size: cover;
  border-width: 0;
  flex: none;
  width: 32rem;
  height: 46rem;
  padding: 0;
  position: relative;
}

.card.min-height {
  flex: none;
}

.card.contract {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  padding: 0 0 2.4rem;
  text-decoration: none;
  transition: all .2s;
}

.card.contract:hover {
  border-color: var(--green);
}

.card.transfer-card {
  color: #fff;
  letter-spacing: -.1rem;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 23.4rem;
  height: 36rem;
  font-family: Uafsans Wide Regular, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.card.transfer-card.anim-bg-2 {
  z-index: 1;
  background-image: url('../images/transfer-cover.webp');
  background-position: 50%;
  background-size: cover;
  border-width: 0;
  padding: 0;
  position: relative;
}

.card.mission {
  color: #fff;
  letter-spacing: -.05rem;
  background-color: #000000b3;
  font-size: 2.4rem;
  line-height: 1.1;
}

.card.command {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 33rem;
}

.card.nth1 {
  flex: none;
  height: 20.4rem;
}

.card-title {
  color: #fff;
  letter-spacing: -.05rem;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  transition: color .2s;
}

.card-title.large {
  letter-spacing: -.08rem;
  font-size: 4rem;
}

.card-title.large.green {
  color: var(--green);
}

.card-title.large-transform {
  letter-spacing: -.08rem;
  font-size: 4rem;
}

.card-title.large-transform.green {
  color: var(--green);
}

.space-v {
  flex: 1;
}

.hide-mobile {
  display: block;
}

.card-num {
  color: #fff;
  letter-spacing: -.15rem;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 7rem;
  line-height: 1;
}

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

.justice-flex {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  justify-content: flex-start;
  align-items: center;
}

.justice-flex-text {
  letter-spacing: -.015rem;
  flex: 1;
  font-family: Uafsans Wide Book, Arial, sans-serif;
  font-size: 1.4rem;
}

.justice-logo {
  width: auto;
  height: 3.5rem;
}

.analysis-flex {
  width: 58rem;
  margin-left: auto;
}

.analysis-num {
  color: var(--green);
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 15rem;
  line-height: 1;
}

.analysis-text {
  letter-spacing: -.12rem;
  font-family: Uafsans Wide Book, Arial, sans-serif;
  font-size: 2.4rem;
}

.contract-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 4rem;
  display: grid;
}

.contract-img-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 25rem;
  display: flex;
  overflow: clip;
}

.contract-box {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  height: 18.2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.contract-box.details {
  height: auto;
  margin-top: .8rem;
}

.contract-title {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.contract-icon {
  opacity: .3;
  width: 2.2rem;
  height: 2rem;
  transition: all .2s;
}

.details-flex {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  color: #fff;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  font-size: 1rem;
}

.details-item {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex: 1;
}

.details-item.nth-1 {
  min-width: 14rem;
}

.details-num {
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 1.6rem;
}

.detail-label {
  color: var(--green);
  font-size: 1rem;
}

.detail-label.alt {
  margin-bottom: -1.6rem;
}

.contract-img {
  width: 100%;
  max-width: none;
}

.contract-img.nth1, .contract-img.nth2 {
  width: 120%;
}

.contract-img.nth3 {
  width: 140%;
  margin-left: 5rem;
}

.contract-btn {
  display: none;
}

.transfer-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  display: flex;
}

.transfer-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  width: 60rem;
  display: flex;
}

.transfer-col.nth-3 {
  flex: none;
  width: 33rem;
}

.transfer-col.nth4 {
  flex: none;
  width: 45rem;
}

.transfer-icon {
  width: 4rem;
  height: 4rem;
}

.btn {
  background-color: var(--green);
  color: #000;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 8rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: Uafsans Wide Book, Arial, sans-serif;
  font-size: 1.6rem;
  transition: background-color .2s;
  display: inline-flex;
}

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

.btn.auth {
  letter-spacing: .1rem;
  align-self: stretch;
  height: 6rem;
  font-size: 1.6rem;
}

.return-text {
  letter-spacing: -.05rem;
  width: 49rem;
  font-family: Uafsans Wide Regular, Arial, sans-serif;
  font-size: 2.4rem;
}

.return-title {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  width: 50rem;
}

.return-grid {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.return-bg {
  background-image: linear-gradient(#0000 70%, #000), url('../images/return.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 52rem;
  height: 65rem;
  margin-right: 7rem;
  position: absolute;
  bottom: 0;
}

.recruit-label {
  color: var(--green);
  margin-top: 5.6rem;
  line-height: 1;
}

.recruit-flex {
  z-index: 3;
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  width: 79rem;
  font-family: Uafsans Wide Regular, Arial, sans-serif;
  font-size: 2.4rem;
  position: relative;
}

.recruit-subtitle {
  letter-spacing: -.175rem;
  text-transform: uppercase;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 3.5rem;
}

.recruit-text {
  letter-spacing: -.05rem;
}

.recruit-visual {
  z-index: 1;
  width: 93rem;
  height: 93rem;
  position: absolute;
  top: 18vh;
  left: 4rem;
}

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

.recruit-overlay {
  background-image: none;
  position: absolute;
  inset: 0;
}

.counter-flex {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.counter-descr {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.count {
  opacity: 0;
  color: var(--green);
  text-align: center;
  letter-spacing: -1.1rem;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 22rem;
  line-height: 1;
}

.count-text {
  letter-spacing: -.05rem;
  width: 68rem;
  font-family: Uafsans Wide Book, Arial, sans-serif;
  font-size: 2.4rem;
}

.count-num {
  color: #000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  font-family: Uafsans Wide Semibold, Arial, sans-serif;
  font-size: 6rem;
  line-height: 1;
}

.num-space {
  margin-right: .8rem;
}

.dash-ellipse_group {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: clip;
}

.dash-ellipse {
  width: 110rem;
  height: 110rem;
  position: absolute;
}

.dash-ellipse.nth1 {
  position: relative;
  top: 0;
  left: -35rem;
}

.dash-ellipse.nth2 {
  top: -40rem;
  right: -38rem;
}

.count-overlay {
  background-image: linear-gradient(#000 1%, #0000);
  height: 18rem;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.count-overlay.nth2 {
  background-image: linear-gradient(0deg, #000 1%, #0000);
  top: auto;
  bottom: -1px;
}

.mission-overlay {
  z-index: 2;
  position: absolute;
  inset: 0;
}

.mission-content {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3.2rem 2.8rem 6rem;
  display: flex;
  position: absolute;
  inset: 0;
}

.mission-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 54rem;
  margin-top: 4rem;
  display: flex;
}

.command-title {
  z-index: 3;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  width: 60rem;
  position: relative;
}

.command-num {
  color: var(--green);
  letter-spacing: -.7rem;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 15rem;
  line-height: 1;
}

.command-num-descr {
  letter-spacing: -.15rem;
  text-transform: uppercase;
  font-family: Uafsans Wide Book, Arial, sans-serif;
  font-size: 4rem;
}

.command-num-text {
  color: #ffffffb3;
  font-family: Uafsans Regular, Arial, sans-serif;
  font-size: 1.7rem;
  line-height: 1.4;
}

.command-num-text-flex {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  margin-top: .8rem;
}

.command-num-box {
  width: 28rem;
}

.command-grid {
  justify-content: space-between;
  align-items: stretch;
}

.command-cards {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
}

.diagram-box {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.diagram-flex {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

.diagram {
  background-image: linear-gradient(#d1d1d1cc, #d1d1d105);
  border-top: 4px solid #d1d1d1;
  width: 9rem;
  margin-bottom: 1.6rem;
}

.diagram.nth1 {
  height: 7.4rem;
}

.diagram.nth2 {
  background-image: linear-gradient(#1de16b, #1de16b00);
  border-top-color: #00ff65;
  height: 22.1rem;
}

.diagram.nth3 {
  height: 13.6rem;
}

.diagram.nth4 {
  background-image: linear-gradient(#1de16b, #1de16b00);
  border-top-color: #00ff65;
  height: 34rem;
}

.diagram-label {
  color: #fff;
  margin-bottom: .8rem;
}

.diagram-label.green {
  color: var(--green);
  font-family: Uafsans Medium, Arial, sans-serif;
}

.diagram-num {
  color: #fff;
  letter-spacing: -.1rem;
  font-family: Uafsans Wide Regular, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.diagram-num.green {
  color: var(--green);
  font-family: Uafsans Wide Bold, Arial, sans-serif;
}

.command-card-title {
  color: #fff;
  letter-spacing: -.1rem;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.command-bg {
  z-index: 2;
  height: 64rem;
  position: absolute;
  bottom: 0;
  left: 17.2rem;
}

.split-type {
  pointer-events: none;
  text-align: center;
  letter-spacing: -.2rem;
  text-transform: uppercase;
  width: 105rem;
  margin-bottom: 0;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.3;
  position: absolute;
}

.map-bg {
  z-index: 2;
  background-image: url('../images/map.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 46rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.map-box {
  padding-bottom: 36.6rem;
}

.map-flex {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.map-card {
  border: 2px solid #202020;
  flex-flow: column;
  padding-top: 2.4rem;
  padding-bottom: 0;
  font-family: Uafsans Regular, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  display: flex;
}

.map-card.gif-bg-1 {
  background-image: linear-gradient(#000 5%, #0000 71%), url('../images/justice.gif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: none;
  width: 32rem;
  height: 46rem;
}

.map-card.min-height {
  flex: none;
}

.map-card.contract {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  padding: 0 0 2.4rem;
  text-decoration: none;
  transition: all .2s;
}

.map-card.contract:hover {
  border-color: var(--green);
}

.map-card.transfer-card {
  color: #fff;
  letter-spacing: -.1rem;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 23rem;
  height: 36rem;
  font-family: Uafsans Wide Regular, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.map-card.transfer-card.giif-bg-2 {
  background-image: linear-gradient(#000, #0000 82%), url('../images/transfer.gif');
  background-position: 0 0, 100%;
  background-size: auto, cover;
}

.map-card.mission {
  color: #fff;
  letter-spacing: -.05rem;
  background-color: #000000b3;
  font-size: 2.4rem;
  line-height: 1.1;
}

.map-card.command {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 33rem;
}

.map-card.fill {
  flex: 1;
}

.map-card.nth1, .map-card.nth2 {
  width: 24.6rem;
}

.map-card.nth3, .map-card.nth4 {
  width: 24rem;
}

.map-title {
  letter-spacing: -.03rem;
  text-transform: uppercase;
  margin-bottom: .8rem;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.map-title.nth1, .map-title.nth2 {
  color: #1d89e1;
}

.map-title.nth3 {
  color: #fc0;
}

.map-title.nth4 {
  color: #ff9821;
}

.map-title.nth5 {
  color: #ff383b;
}

.map-num {
  letter-spacing: -.18rem;
  margin-bottom: .6rem;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}

.map-label {
  color: #fff6;
  letter-spacing: -.08rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  line-height: 1;
}

.map-line {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.map-line.top-auto {
  margin-top: auto;
}

.map-details {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex: 1;
  align-self: stretch;
  margin-bottom: 2.4rem;
}

.mao-details-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  line-height: 1;
}

.mao-details-item.fill {
  flex: none;
}

.map-details-label {
  color: #fff9;
  font-size: 1.4rem;
}

.map-details-num {
  letter-spacing: -.035rem;
  font-family: Uafsans Wide Bold, Arial, sans-serif;
  font-size: 1.8rem;
}

.map-details-num.green {
  color: var(--green);
}

.map-card-img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 18rem;
}

.map-card-img.nth1 {
  background-image: url('../images/map-img-1.avif');
}

.map-card-img.nth2 {
  background-image: url('../images/map-img-2.avif');
}

.map-card-img.nth3 {
  background-image: url('../images/map-img-3.avif');
}

.map-card-img.nth4 {
  background-image: url('../images/map-img-4.avif');
}

.map-card-img.nth5 {
  background-image: url('../images/map-img-5_1.avif');
}

.map-card-img-box {
  object-fit: cover;
  flex-flow: column;
  height: 15rem;
  overflow: clip;
}

.map-title-box {
  flex: 1;
  margin-bottom: auto;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

.final-img {
  width: 50rem;
  max-width: none;
}

.final-img.mobile {
  display: none;
}

.footer-logo-3 {
  width: 32rem;
  max-width: none;
}

.footer-logo-1 {
  width: 20rem;
  max-width: none;
}

.final-img-mobile {
  width: 50rem;
  max-width: none;
  display: none;
}

.final-img-mobile.mobile {
  display: none;
}

.videobox {
  width: 20rem;
  height: 20rem;
  position: absolute;
}

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

.gif {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0;
}

.gif.fit-right {
  object-position: 100% 50%;
}

.error-message {
  background-color: #fff0;
  margin-top: 2rem;
  padding: 0;
  position: absolute;
  bottom: -3.4rem;
}

.text-block {
  color: #ff3c3fb5;
  font-family: Uafsans Wide Regular, Arial, sans-serif;
  font-size: 1.6rem;
}

.modal {
  z-index: 9999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-body {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal-video {
  aspect-ratio: 16 / 9;
  pointer-events: auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-height: 80%;
  padding: 0;
  display: flex;
}

.close-mobile, .video-mobile {
  display: none;
}

.modal-video-mobile {
  aspect-ratio: 16 / 9;
  pointer-events: auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-height: 80%;
  padding: 0;
  display: flex;
}

.loop-seq-overlay {
  z-index: 2;
  position: absolute;
  inset: 1px;
}

.loop-seq-overlay.nth2 {
  background-image: linear-gradient(#000, #0000 82%);
}

.loop-seq-overlay.nth1 {
  background-image: linear-gradient(#000 5%, #0000 71%);
}

.anim-card-flex {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid #202020;
  flex: 1;
  padding: 2.4rem;
  position: relative;
}

.anim-card-flex.nth2 {
  border: 2px solid #202020;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.4rem;
  display: flex;
}

.sequence-loop {
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  inset: 1px;
}

.map-details-descr {
  color: #fff9;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.map-tag {
  opacity: .7;
  border: 1px solid #fff;
  margin-bottom: 2.4rem;
  padding: .5rem .8rem;
  font-size: 1.2rem;
}

.color-green {
  color: var(--green);
  margin-left: .2rem;
}

@media screen and (max-width: 991px) {
  .section-sequence {
    height: 300svh;
  }

  .section-sequence.analysis {
    height: 250svh;
  }

  .section-sequence.mission {
    height: 200svh;
  }

  .sequence-sticky {
    height: 100svh;
    min-height: 48rem;
  }

  .sequence-canvas.mission {
    aspect-ratio: 16 / 9;
    height: auto;
    margin-top: 11rem;
  }

  .section-empty {
    height: 100svh;
  }

  .loader-text {
    bottom: 7rem;
  }

  .loader {
    width: 10rem;
  }

  .footer-logo-2 {
    width: 28rem;
  }

  .nav-faq:hover {
    color: #fff;
  }

  .hero-logo {
    display: none;
  }

  .h1 {
    width: 100%;
    margin-top: 3.2rem;
    font-size: 7rem;
  }

  .analysis-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 3.2rem;
  }

  .section-about {
    height: 200svh;
    margin-top: 0;
    margin-bottom: 5rem;
  }

  .about-sticky {
    height: 100svh;
  }

  .about-img {
    width: 34rem;
    height: 40rem;
  }

  .container.justice, .container.contract {
    padding-bottom: 8rem;
  }

  .container.transfer {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .container.return {
    height: auto;
    padding-top: 0;
    padding-bottom: 10rem;
  }

  .container.recruit {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 10rem;
  }

  .container.counter {
    height: 56rem;
  }

  .container.map {
    padding-left: 0;
    padding-right: 0;
  }

  .container.final {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .container.footer {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: calc(50% - 14rem);
  }

  .h2 {
    letter-spacing: -.2rem;
    font-size: 5rem;
    line-height: 1.1;
  }

  .h2.recruit {
    width: 44rem;
  }

  .h2.final {
    letter-spacing: -.2rem;
    width: 65rem;
    margin-bottom: 2rem;
    font-size: 4.5rem;
  }

  .justice-grid {
    flex-flow: column;
  }

  .justice-col.nth-3, .justice-col.nth4 {
    width: auto;
  }

  .card.anim-bg-1 {
    width: auto;
    height: 29rem;
  }

  .card.contract:hover {
    border-color: #202020;
  }

  .card.transfer-card {
    width: auto;
    height: 21rem;
  }

  .card.mission {
    align-self: stretch;
    padding: 2rem;
    font-size: 2.1rem;
  }

  .card.command {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-color: #00000096;
    flex: 1;
    width: auto;
  }

  .card.nth1 {
    height: auto;
  }

  .card-num.margin-top-auto {
    margin-top: 2.4rem;
  }

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

  .justice-flex-text {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .analysis-flex {
    margin-left: 0;
  }

  .analysis-num {
    font-size: 10rem;
  }

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

  .contract-box {
    height: auto;
  }

  .contract-icon {
    display: none;
  }

  .contract-img.nth1, .contract-img.nth2 {
    width: 100%;
  }

  .contract-img.nth3 {
    width: 100%;
    margin-left: 0;
  }

  .contract-btn {
    background-color: var(--green);
    color: #000;
    text-transform: uppercase;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 7rem;
    margin-top: .8rem;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    font-family: Uafsans Wide Book, Arial, sans-serif;
    font-size: 1.6rem;
    display: flex;
  }

  .transfer-grid {
    flex-flow: column;
    width: 100%;
  }

  .transfer-col, .transfer-col.nth-3, .transfer-col.nth4 {
    width: auto;
  }

  .btn {
    height: 7rem;
  }

  .btn:hover {
    background-color: var(--green);
  }

  .btn.auth {
    font-size: 1.4rem;
  }

  .return-text, .return-title {
    width: auto;
  }

  .return-grid {
    z-index: 2;
    grid-template-columns: 1fr;
    margin-top: -15rem;
    position: relative;
  }

  .return-bg {
    background-image: linear-gradient(#0000 29%, #000), url('../images/return.avif');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    order: -9999;
    height: 61rem;
    margin-right: 0;
    position: relative;
  }

  .recruit-label {
    margin-top: 3.2rem;
  }

  .recruit-flex {
    width: auto;
    margin-top: -20rem;
  }

  .recruit-subtitle {
    font-size: 3.2rem;
  }

  .recruit-visual {
    order: -9999;
    width: 110vw;
    height: 48rem;
    position: relative;
    top: auto;
    left: auto;
    overflow: clip;
  }

  .recruit-container-overlay {
    background-image: linear-gradient(#0000, #000 99%);
    height: 24rem;
    margin-top: 1px;
    top: 24rem;
    bottom: auto;
  }

  .counter-flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .counter-descr {
    flex-flow: column;
    position: relative;
  }

  .count {
    letter-spacing: -.5rem;
    font-size: 12.4rem;
  }

  .count-text {
    text-align: center;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 2.4rem;
  }

  .count-num {
    font-size: 5.3rem;
    position: absolute;
    top: -21rem;
  }

  .dash-ellipse {
    width: 66rem;
    height: 66rem;
  }

  .dash-ellipse.nth1 {
    left: -26rem;
  }

  .dash-ellipse.nth2 {
    top: -29rem;
    right: -24rem;
  }

  .count-overlay {
    height: 13rem;
  }

  .mission-overlay {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    top: 11rem;
    bottom: auto;
  }

  .mission-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .mission-flex {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    grid-template-columns: 1fr;
    width: auto;
    margin-top: 2rem;
  }

  .command-title {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    width: 52rem;
  }

  .command-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .command-cards {
    z-index: 3;
  }

  .command-bg {
    inset: 10rem 3rem auto auto;
  }

  .split-type {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 2.7rem;
  }

  .map-mask {
    display: flex;
    position: relative;
    overflow: scroll;
  }

  .map-box {
    width: auto;
    position: relative;
  }

  .map-flex {
    width: 100%;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .map-card.gif-bg-1 {
    width: auto;
    height: 29rem;
  }

  .map-card.contract:hover {
    border-color: #202020;
  }

  .map-card.transfer-card {
    width: auto;
    height: 21rem;
  }

  .map-card.mission {
    align-self: stretch;
    padding: 2rem;
    font-size: 2.1rem;
  }

  .map-card.command {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    background-color: #00000096;
    flex: 1;
    width: auto;
  }

  .map-card.fill {
    min-width: 38rem;
  }

  .final-img {
    width: 33rem;
    display: none;
  }

  .final-img.mobile {
    display: block;
  }

  .footer-logo-3 {
    width: 26.4rem;
  }

  .final-img-mobile {
    width: 33rem;
    display: block;
  }

  .final-img-mobile.mobile {
    display: block;
  }

  .nav-logo {
    box-sizing: content-box;
    object-fit: cover;
    object-position: 0% 50%;
    width: 4rem;
    height: 4rem;
  }

  .modal-video {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: 60svh;
  }

  .close-mobile {
    width: 5rem;
    display: block;
    position: absolute;
    bottom: 4rem;
  }

  .video-mobile {
    justify-content: center;
    align-items: center;
    margin-top: 10rem;
    margin-bottom: 4rem;
    display: flex;
  }

  .modal-video-mobile {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    overflow: clip;
  }

  .video-mobile-play {
    pointer-events: none;
    background-color: #000;
    width: 20%;
    max-width: none;
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .sequence-sticky {
    min-height: 44rem;
  }

  .loader-text {
    bottom: 4rem;
  }

  .hrero-content {
    padding-bottom: 6vh;
  }

  .hero-logo {
    width: 4rem;
  }

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

  .about-img {
    width: 29rem;
    height: 34rem;
  }

  .container.justice, .container.contract, .container.transfer, .container.return {
    padding-bottom: 6rem;
  }

  .container.counter {
    height: 39rem;
  }

  .container.command {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }

  .container.final {
    padding-top: 8rem;
    padding-bottom: 11rem;
  }

  .container.footer {
    padding-bottom: 8rem;
  }

  .h2 {
    font-size: 4rem;
  }

  .h2.analysis {
    width: 36rem;
  }

  .h2.mission {
    width: auto;
  }

  .h2.final {
    width: 50rem;
    font-size: 3.6rem;
  }

  .card.mission {
    font-size: 1.5rem;
  }

  .card.command {
    padding: 2rem;
  }

  .card-title.large, .card-title.large-transform {
    font-size: 3.8rem;
  }

  .analysis-flex {
    width: auto;
  }

  .contract-img.nth3 {
    width: 110%;
  }

  .return-text {
    font-size: 1.8rem;
  }

  .return-bg {
    width: 40rem;
    height: 45rem;
  }

  .recruit-label {
    margin-top: 1rem;
  }

  .recruit-flex {
    margin-top: -25rem;
    font-size: 2rem;
  }

  .recruit-subtitle {
    font-size: 2.5rem;
  }

  .count {
    font-size: 9rem;
  }

  .count-text {
    font-size: 1.7rem;
  }

  .count-num {
    -webkit-text-stroke-width: 1px;
    font-size: 3.4rem;
    top: -15.3rem;
  }

  .dash-ellipse.nth1 {
    left: -33.1rem;
  }

  .dash-ellipse.nth2 {
    top: -29rem;
    right: -37rem;
  }

  .command-title {
    width: 41rem;
  }

  .command-num {
    font-size: 12rem;
  }

  .command-num-descr {
    font-size: 3.2rem;
  }

  .command-num-text {
    font-size: 1.4rem;
  }

  .diagram-label {
    font-size: 1.3rem;
  }

  .diagram-num {
    font-size: 1.75rem;
  }

  .command-card-title {
    font-size: 1.8rem;
  }

  .command-bg {
    height: 43rem;
    right: 2rem;
  }

  .split-type {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .map-card.mission {
    font-size: 1.5rem;
  }

  .map-card.command {
    padding: 2rem;
  }

  .final-img, .final-img-mobile {
    width: 27rem;
  }

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

  .video-mobile-play {
    width: 18%;
  }
}

@media screen and (max-width: 479px) {
  .auth-input::placeholder {
    font-size: 1.4rem;
  }

  .section-sequence {
    height: 220svh;
  }

  .section-sequence.analysis, .section-sequence.mission {
    height: 200svh;
  }

  .sequence-sticky {
    min-height: auto;
  }

  .sequence-sticky.hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15vh;
    display: flex;
  }

  .sequence-sticky.mission {
    padding-top: 16rem;
    overflow: visible;
  }

  .sequence-canvas.hero {
    aspect-ratio: 1 / 1.1;
    width: 105%;
    height: auto;
    margin-left: 5%;
  }

  .sequence-canvas.analysis {
    height: 55svh;
    margin-top: 10rem;
  }

  .sequence-canvas.mission {
    aspect-ratio: 16 / 9;
    height: auto;
    margin-top: 0;
  }

  .loader-text {
    font-size: 14px;
    bottom: 2rem;
  }

  .hero-overlay.hero {
    aspect-ratio: 1 / 1.2;
    width: 105%;
    height: auto;
    top: auto;
    bottom: auto;
  }

  .hrero-content {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .loader {
    width: 8rem;
  }

  .nav {
    padding-top: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .footer-logo-2 {
    width: 21rem;
  }

  .nav-faq {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    justify-content: flex-end;
    align-items: center;
    width: 7.5rem;
    font-size: 1rem;
    line-height: 1;
  }

  .nav-faq-icon {
    flex: none;
  }

  .h1 {
    text-align: left;
    letter-spacing: -.18rem;
    width: 100%;
    margin-bottom: 2.4rem;
    font-family: Uafsans Wide Bold, Arial, sans-serif;
    font-size: 3.4rem;
  }

  .analysis-overlay {
    height: 55.8svh;
    margin-top: 9.6rem;
  }

  .analysis-content {
    padding-bottom: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .section-about {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .about-sticky {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding-top: 5svh;
  }

  .about-img {
    width: 22rem;
    height: 26rem;
  }

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

  .container.justice {
    padding-bottom: 4rem;
  }

  .container.contract {
    padding-bottom: 2rem;
  }

  .container.transfer {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .container.return {
    padding-bottom: 8rem;
  }

  .container.recruit {
    padding-bottom: 7rem;
  }

  .container.counter {
    height: 64rem;
  }

  .container.command {
    padding-bottom: 8rem;
    overflow: clip;
  }

  .container.final {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    padding-top: 12rem;
    padding-bottom: 8rem;
  }

  .container.footer {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: calc(50% - 10rem);
  }

  .h2 {
    font-size: 3.4rem;
  }

  .h2.recruit {
    width: 30rem;
  }

  .h2.final {
    width: 35rem;
    font-size: 4.6rem;
    position: relative;
  }

  .justice-grid {
    margin-top: 3.2rem;
  }

  .card {
    padding: 2rem;
  }

  .card.anim-bg-1 {
    height: 32rem;
  }

  .card.mission {
    font-size: 1.8rem;
  }

  .card.command {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    flex: none;
    justify-content: space-between;
    align-items: stretch;
    height: 53rem;
  }

  .card-title.large.green.alt {
    font-size: 3.15rem;
  }

  .card-title.large-transform {
    letter-spacing: -.15rem;
    font-size: 2.8rem;
  }

  .card-title.large-transform.nth1 {
    font-size: 2.5rem;
  }

  .hide-mobile {
    display: none;
  }

  .card-num {
    letter-spacing: -.2rem;
    font-size: 5rem;
  }

  .card-num.margin-top-auto {
    margin-top: 1.2rem;
  }

  .justice-flex {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .justice-flex-text {
    letter-spacing: -.02rem;
  }

  .justice-logo {
    height: 3.2rem;
  }

  .analysis-text {
    font-size: 2.2rem;
  }

  .contract-grid {
    margin-top: 3.2rem;
  }

  .contract-img-box {
    height: 20rem;
  }

  .contract-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .details-flex {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .details-item.nth-1 {
    min-width: 11rem;
  }

  .details-num {
    font-size: 1.4rem;
  }

  .contract-img.nth1 {
    width: 120%;
  }

  .contract-img.nth2 {
    width: 115%;
  }

  .contract-img.nth3 {
    width: 134%;
  }

  .transfer-grid {
    margin-top: 3.2rem;
  }

  .btn.auth {
    letter-spacing: .08rem;
  }

  .return-text {
    font-size: 1.8rem;
  }

  .return-title {
    width: 27rem;
  }

  .return-bg {
    width: 98vw;
    height: 47rem;
  }

  .recruit-flex {
    width: 100%;
    font-size: 1.9rem;
  }

  .recruit-subtitle {
    font-size: 3rem;
  }

  .recruit-visual {
    width: 120vw;
    height: 44rem;
  }

  .recruit-container-overlay {
    background-image: linear-gradient(#0000, #000 70%);
    top: 20rem;
  }

  .recruit-overlay {
    background-image: none;
  }

  .recruit-img {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .count {
    letter-spacing: -.3rem;
    font-size: 6.5rem;
  }

  .count-text {
    text-align: left;
    font-size: 1.8rem;
  }

  .count-num {
    top: -13.1rem;
    right: .8rem;
  }

  .num-space {
    margin-right: .4rem;
  }

  .dash-ellipse_group {
    top: 3rem;
  }

  .dash-ellipse {
    width: 64rem;
    height: 64rem;
  }

  .dash-ellipse.nth1 {
    top: 5.4rem;
    left: -42rem;
  }

  .dash-ellipse.nth2 {
    top: -26rem;
    right: -40.3rem;
  }

  .count-overlay {
    height: 10rem;
  }

  .mission-overlay {
    aspect-ratio: 16 / 9.2;
    width: 100%;
    height: auto;
    top: 15.8rem;
    bottom: auto;
  }

  .mission-content {
    justify-content: space-between;
    align-items: flex-start;
    padding: 3.2rem 1.6rem 0;
  }

  .mission-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 3.2rem;
  }

  .command-title {
    grid-column-gap: 23rem;
    grid-row-gap: 23rem;
    width: auto;
  }

  .command-cards {
    flex-flow: column;
    align-self: stretch;
  }

  .diagram {
    margin-bottom: 0;
  }

  .diagram-label {
    font-size: 1.6rem;
  }

  .diagram-num {
    font-size: 2.4rem;
  }

  .command-card-title {
    font-size: 2.65rem;
  }

  .command-bg {
    width: 43rem;
    max-width: none;
    height: auto;
    top: 13rem;
    left: -5rem;
    right: auto;
  }

  .split-type {
    letter-spacing: -.1rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.85rem;
    line-height: 1.3;
    position: static;
  }

  .map-bg {
    background-image: linear-gradient(#0000 82%, #000), url('../images/map.avif');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 36rem;
  }

  .map-box {
    padding-bottom: 28.6rem;
  }

  .map-flex {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .map-card {
    min-width: 23rem;
    padding-top: 1.8rem;
  }

  .map-card.gif-bg-1 {
    height: 32rem;
  }

  .map-card.mission {
    font-size: 1.8rem;
  }

  .map-card.command {
    grid-column-gap: 2.8rem;
    grid-row-gap: 2.8rem;
    flex: none;
    justify-content: space-between;
    align-items: stretch;
    height: 52rem;
  }

  .map-card.fill {
    min-width: 36.3rem;
  }

  .map-title {
    margin-bottom: 1rem;
  }

  .map-num {
    margin-bottom: .4rem;
  }

  .map-label {
    margin-bottom: 2.8rem;
  }

  .map-line {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
  }

  .map-details {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    margin-bottom: 2.6rem;
  }

  .mao-details-item {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .map-card-img {
    height: 20rem;
  }

  .map-card-img.nth1 {
    height: 17rem;
  }

  .map-card-img-box {
    height: 14rem;
  }

  .map-title-box {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .final-img {
    width: 23rem;
  }

  .footer-logo-3 {
    width: 18.9rem;
  }

  .footer-logo-1 {
    width: 15rem;
  }

  .final-img-mobile {
    width: 23rem;
  }

  .nav-logo {
    width: 3.4rem;
    height: 3.4rem;
  }

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

  .modal-video {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .close-mobile {
    bottom: 15%;
  }

  .video-mobile {
    margin-top: 8rem;
    margin-bottom: 0;
  }

  .modal-video-mobile {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .anim-card-flex, .anim-card-flex.nth2 {
    padding: 2rem;
  }

  .map-tag {
    margin-bottom: 2.6rem;
  }
}

#w-node-_2d1b329d-650b-9312-7daf-7eb2909840de-5c7d1a4e {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_546d4b37-8bd7-0a82-7683-6e5744c89f0b-5c7d1a4e {
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_2d1b329d-650b-9312-7daf-7eb2909840de-5c7d1a4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_546d4b37-8bd7-0a82-7683-6e5744c89f0b-5c7d1a4e {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Uafsans Book';
  src: url('../fonts/UAFSans-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uafsans Medium';
  src: url('../fonts/UAFSans-Medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uafsans Regular';
  src: url('../fonts/UAFSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uafsans Semibold';
  src: url('../fonts/UAFSans-SemiBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uafsans Wide Black';
  src: url('../fonts/UAFSans-WideBlack.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uafsans Wide Bold';
  src: url('../fonts/UAFSans-WideBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uafsans Wide Book';
  src: url('../fonts/UAFSans-WideBook.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uafsans Wide Regular';
  src: url('../fonts/UAFSans-WideRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uafsans Wide Semibold';
  src: url('../fonts/UAFSans-WideSemiBold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}