@font-face {
  font-family: "Roboto";
  src: url("/static/font/Roboto-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/static/font/Roboto-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  background: #010102;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.about-page {
  position: relative;
  width: 100%;
  height: max(100vh, calc(var(--browser-layout-width, 100vw) * 0.5625));
  min-height: 100vh;
  overflow: hidden;
  background: #010102;
}

.about-artboard {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background: #010102;
  transform: translateX(-50%) scale(calc(var(--browser-layout-width, 100vw) / 1920px));
  transform-origin: top center;
}

.about-background {
  position: absolute;
  left: -1222px;
  top: -442px;
  width: 4749px;
  height: 2372px;
  overflow: hidden;
  contain: paint;
  pointer-events: none;
}

.about-glow {
  position: absolute;
  width: 2593px;
  height: 1861px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(21, 88, 222, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: blur(312.85px);
}

.about-glow-left {
  left: 0;
  top: 511px;
}

.about-glow-right {
  left: 2156px;
  top: 0;
}

.about-frame {
  position: absolute;
  left: 120px;
  top: 129px;
  width: 1680px;
  height: 941px;
  overflow: hidden;
  background: #0c0c0c;
  border-radius: 24px;
}

.about-crew-logo {
  position: absolute;
  z-index: 1;
  left: 27px;
  right: auto;
  top: 86px;
  bottom: auto;
  width: 787px;
  height: 787px;
  background: #1b1d23;
  -webkit-mask: url("/static/svg/logo_crew.svg") center / contain no-repeat;
  mask: url("/static/svg/logo_crew.svg") center / contain no-repeat;
  opacity: 0.1;
  transform: rotate(-11.11deg);
  transform-origin: center;
  pointer-events: none;
}

.about-decoration {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 33px;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.02;
}

.about-decoration-dance {
  left: 108px;
  top: 38px;
  width: 156px;
}

.about-decoration-infinity {
  left: 1376px;
  top: 36px;
  width: 196px;
}

.about-intro {
  position: absolute;
  z-index: 3;
  left: 200px;
  top: 358px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 528px;
  height: 161px;
  gap: 28px;
}

.about-heading {
  position: relative;
  width: 335.17px;
  height: 49px;
}

.about-heading img {
  position: absolute;
  left: 0;
  bottom: -7px;
  display: block;
  width: 335.17px;
  height: 12px;
}

.about-heading h1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 302px;
  height: 49px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px;
  color: #ffffff;
}

.about-intro > p {
  display: flex;
  align-items: center;
  width: 528px;
  height: 84px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
}

.crew-showcase {
  position: absolute;
  z-index: 3;
  left: 858px;
  top: 36px;
  width: 717px;
  height: 870px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 28px 0 0;
  gap: 28px;
  overflow: hidden;
}

.crew-photos {
  position: relative;
  flex: none;
  width: 258px;
  height: 870px;
  overflow: hidden;
}

.crew-photo-card {
  position: absolute;
  z-index: 1;
  overflow: visible;
  will-change: top, left, width, height;
}

.crew-photo-card-image {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: #17191f;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  will-change: top, left, width, height;
}

.crew-photo-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crew-photo-card-accent {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 165px;
  height: 262px;
  border-radius: 28px;
  background: #0051ff;
  opacity: 0;
  will-change: opacity;
}

.crew-person-viewport {
  position: relative;
  flex: none;
  width: 403px;
  height: 300px;
  overflow: hidden;
}

.crew-person-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 403px;
  height: 300px;
  gap: 14px;
}

.crew-person-copy h2,
.crew-person-copy p {
  margin: 0;
  color: #ffffff;
}

.crew-person-copy h2 {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 403px;
  height: auto;
  min-height: 0;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.crew-person-copy p {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 403px;
  height: auto;
  min-height: 0;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  white-space: pre-line;
}

.crew-arrows {
  position: absolute;
  z-index: 4;
  left: 1575px;
  top: 419px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 34px;
  height: 96px;
  gap: 28px;
}

.crew-arrow,
.crew-arrow img {
  display: block;
  width: 34px;
  height: 34px;
}

.crew-arrow {
  flex: none;
  cursor: pointer;
}

.crew-arrow:disabled {
  opacity: 0.28;
  cursor: default;
}

.crew-pagination {
  position: absolute;
  z-index: 4;
  left: 1138px;
  top: 857px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  max-width: 536px;
  height: 48px;
  padding: 8px;
  margin: -8px;
  gap: 12px;
  overflow: visible;
}

.crew-pagination[hidden],
.crew-arrows[hidden] {
  display: none;
}

.crew-pagination button {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
}

.crew-pagination button.is-active {
  background: #0051ff;
}

.about-socials {
  position: absolute;
  z-index: 4;
  left: 200px;
  top: 559px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 488px;
  min-width: 0;
  max-width: none;
  height: 25px;
  padding: 0;
  gap: 48px;
}

.about-socials a {
  display: flex;
  flex: none;
  align-items: center;
  gap: 8px;
  height: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  color: #ffffff;
  white-space: nowrap;
}

.about-socials a {
  transition:
    color 150ms ease,
    opacity 150ms ease,
    transform 100ms ease;
}

.about-socials img {
  display: block;
  flex: none;
  width: 24px;
  height: 24px;
}

.about-socials a > span {
  display: flex;
  align-items: center;
  height: 25px;
}

.about-socials a:hover {
  color: #8dbbff;
  opacity: 1;
}

.about-socials a:active {
  color: #0051ff;
  transform: translateY(1px);
}

.about-socials a:focus-visible {
  border-radius: 2px;
  outline: 2px solid #7ea4f5;
  outline-offset: 4px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .about-page {
    height: auto;
    min-height: 100dvh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .about-artboard {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
    padding: 122px 39px 54px;
    background: #010102;
    transform: none;
  }

  .about-background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .about-glow {
    width: 1000px;
    height: 900px;
    filter: blur(180px);
  }

  .about-glow-left {
    left: -620px;
    top: 40%;
  }

  .about-glow-right {
    left: auto;
    right: -620px;
    top: -260px;
  }

  .about-frame {
    --about-tablet-photo-width: clamp(132px, calc((100dvh - 176px) * 0.25), 154px);
    --about-tablet-showcase-gap: 16px;
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 100%;
    height: clamp(560px, calc(100dvh - 176px), 660px);
    min-height: 0;
    padding: 0 24px 0 0;
    overflow: hidden;
    border-radius: 24px;
  }

  .about-crew-logo {
    left: -19px;
    right: auto;
    top: 0;
    bottom: auto;
    width: 47%;
    height: 83.34%;
    opacity: 0.1;
  }

  .about-decoration-dance {
    left: 6.43%;
    top: 21px;
    width: 88px;
    height: 19px;
    font-size: 27px;
    line-height: 18px;
  }

  .about-decoration-infinity {
    left: auto;
    right: 6.35%;
    top: 20px;
    width: 110px;
    height: 19px;
    font-size: 27px;
    line-height: 18px;
  }

  .about-intro {
    position: absolute;
    left: max(18px, calc(((50% - (var(--about-tablet-photo-width) / 2)) - 297px) / 2));
    top: calc(27px + ((var(--about-tablet-photo-width) * 3.3721) / 2));
    z-index: 3;
    width: 297px;
    height: auto;
    gap: 10px;
    transform: translateY(-50%);
  }

  .about-heading {
    width: 189px;
    height: 28px;
  }

  .about-heading img {
    width: 189px;
    height: 7px;
    bottom: -3px;
  }

  .about-heading h1 {
    width: 181px;
    height: 28px;
    font-size: 36px;
    line-height: 28px;
  }

  .about-intro > p {
    width: 100%;
    height: auto;
    max-width: 297px;
    font-size: 16px;
    line-height: 19px;
    overflow-wrap: normal;
  }

  .crew-showcase {
    position: absolute;
    left: calc(50% - (var(--about-tablet-photo-width) / 2));
    right: 58px;
    top: 27px;
    z-index: 3;
    width: auto;
    height: calc(var(--about-tablet-photo-width) * 3.3721);
    padding-right: 0;
    margin-top: 0;
    gap: var(--about-tablet-showcase-gap);
    overflow: hidden;
  }

  .crew-photos {
    width: var(--about-tablet-photo-width);
    height: calc(var(--about-tablet-photo-width) * 3.3721);
  }

  .crew-person-viewport {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .crew-person-copy {
    width: 100%;
    height: 100%;
    gap: 8px;
  }

  .crew-person-viewport {
    overflow: hidden;
  }

  .crew-person-copy h2,
  .crew-person-copy p {
    width: 100%;
  }

  .crew-person-copy h2 {
    font-size: 20px;
    line-height: 23px;
    overflow-wrap: normal;
  }

  .crew-person-copy p {
    display: block;
    max-height: none;
    overflow: visible;
    font-size: 16px;
    line-height: 19px;
    overflow-wrap: normal;
  }

  .crew-arrows {
    position: absolute;
    left: auto;
    right: auto;
    top: 50%;
    width: 34px;
    height: 96px;
    gap: 28px;
    transform: none;
  }

  .crew-arrow,
  .crew-arrow img {
    width: 34px;
    height: 34px;
  }

  .crew-pagination {
    position: absolute;
    left: auto;
    right: 2.65%;
    top: auto;
    bottom: 19px;
    z-index: 4;
    justify-content: space-between;
    width: min(399px, 43%);
    max-width: 100%;
    height: 38px;
    padding: 8px;
    margin: -8px;
    margin-top: 0;
    gap: 0;
    overflow: visible;
    scrollbar-width: none;
  }

  .crew-pagination button {
    width: 38px;
    height: 38px;
    border-radius: 9.7px;
    font-size: 18px;
    line-height: 26px;
  }

  .crew-pagination::-webkit-scrollbar {
    display: none;
  }

  .about-socials {
    position: absolute;
    left: 16px;
    top: auto;
    bottom: 19px;
    z-index: 4;
    justify-content: flex-start;
    width: 285px;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    gap: 17px;
  }

  .about-socials a,
  .about-socials a > span {
    width: auto;
    height: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .about-socials a {
    gap: 6px;
  }

  .about-socials img {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .about-artboard {
    padding: 112px 24px 32px;
  }

  .about-frame {
    --about-tablet-photo-width: clamp(136px, 19.2vw, 154px);
    --about-tablet-showcase-top: 68px;
    --about-tablet-controls-bottom: 32px;
    --about-tablet-controls-height: 38px;
    --about-tablet-controls-gap: 28px;
    height: clamp(
      660px,
      calc(
        var(--about-tablet-showcase-top) +
        (var(--about-tablet-photo-width) * 3.3721) +
        var(--about-tablet-controls-gap) +
        var(--about-tablet-controls-height) +
        var(--about-tablet-controls-bottom)
      ),
      720px
    );
    padding-right: 20px;
  }

  .about-crew-logo {
    left: -70px;
    top: 82px;
    width: min(620px, 82vw);
    height: auto;
    aspect-ratio: 1;
    opacity: 0.16;
  }

  .about-decoration-dance {
    left: 36px;
  }

  .about-decoration-infinity {
    right: 36px;
  }

  .about-intro {
    left: calc((265px - 220px) / 2);
    top: calc(
      var(--about-tablet-showcase-top) +
      ((var(--about-tablet-photo-width) * 3.3721) / 2)
    );
    width: 220px;
    transform: translateY(-50%);
  }

  .about-intro > p {
    max-width: 220px;
    font-size: 16px;
    line-height: 19px;
  }

  .crew-showcase {
    left: 265px;
    right: 64px;
    top: var(--about-tablet-showcase-top);
    width: auto;
    max-width: none;
    height: calc(var(--about-tablet-photo-width) * 3.3721);
    gap: 18px;
  }

  .crew-person-viewport {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .crew-person-copy {
    width: 100%;
  }

  .crew-person-copy {
    justify-content: center;
    gap: 6px;
  }

  .crew-person-copy h2 {
    font-size: 18px;
    line-height: 21px;
  }

  .crew-person-copy p {
    font-size: 15px;
    line-height: 18px;
  }

  .crew-pagination {
    right: 24px;
    bottom: var(--about-tablet-controls-bottom);
    width: min(399px, calc(100% - 360px));
    min-width: 342px;
  }

  .about-socials {
    left: 24px;
    bottom: calc(var(--about-tablet-controls-bottom) + 9px);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .about-page {
    height: auto;
    min-height: 0;
    overflow-x: clip;
    overflow-y: visible;
  }

  .about-artboard {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: 112px clamp(44px, 6.2vw, 120px) 80px;
    background: #010102;
    transform: none;
  }

  .about-background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .about-glow {
    width: 1500px;
    height: 1300px;
    filter: blur(220px);
  }

  .about-glow-left {
    left: -900px;
    top: 40%;
  }

  .about-glow-right {
    left: auto;
    right: -900px;
    top: -500px;
  }

  .about-frame {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: clamp(760px, 49vw, 941px);
    min-height: 0;
    overflow: hidden;
  }

  .about-crew-logo {
    left: clamp(-46px, -2.5vw, -18px);
    top: clamp(54px, 5vw, 86px);
    width: min(52vw, 787px);
    height: auto;
    aspect-ratio: 1;
  }

  .about-decoration-dance {
    left: clamp(48px, 6vw, 108px);
  }

  .about-decoration-infinity {
    left: auto;
    right: clamp(48px, 7vw, 128px);
  }

  .about-intro {
    left: clamp(70px, 8vw, 200px);
    top: 50%;
    width: min(34vw, 528px);
    height: auto;
    gap: clamp(18px, 1.8vw, 28px);
    transform: translateY(-50%);
  }

  .about-heading,
  .about-heading img {
    width: min(335px, 100%);
  }

  .about-heading h1,
  .about-intro > p {
    width: 100%;
    height: auto;
  }

  .about-heading h1 {
    font-size: clamp(46px, 3.8vw, 60px);
    line-height: 1;
  }

  .about-intro > p {
    font-size: clamp(19px, 1.55vw, 24px);
    line-height: 1.18;
  }

  .crew-showcase {
    left: max(47%, 620px);
    right: clamp(48px, 7vw, 128px);
    top: 36px;
    width: auto;
    height: calc(100% - 71px);
    padding-right: 28px;
    gap: clamp(18px, 1.8vw, 28px);
  }

  .crew-photos {
    width: clamp(210px, 15vw, 258px);
    height: 100%;
  }

  .crew-person-viewport {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
  }

  .crew-person-copy {
    width: 100%;
  }

  .crew-person-copy h2,
  .crew-person-copy p {
    width: 100%;
  }

  .crew-person-copy h2 {
    font-size: clamp(26px, 1.9vw, 32px);
    line-height: 1.08;
  }

  .crew-person-copy p {
    font-size: clamp(19px, 1.5vw, 24px);
    line-height: 1.12;
  }

  .crew-arrows {
    left: auto;
    right: clamp(24px, 3vw, 48px);
    top: 50%;
    transform: translateY(-50%);
  }

  .crew-pagination {
    left: auto;
    right: clamp(64px, 7vw, 132px);
    top: auto;
    bottom: 35px;
    max-width: min(34vw, 536px);
    overflow: visible;
  }

  .about-socials {
    left: clamp(70px, 8vw, 200px);
    top: auto;
    bottom: 36px;
    width: min(34vw, 488px);
    gap: clamp(18px, 3vw, 48px);
  }
}

@media (max-width: 767px) {
  .about-page {
    height: auto;
    min-height: 100dvh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .about-artboard {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
    padding: 82px 12px 24px;
    background: #010102;
    transform: none;
  }

  .about-background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .about-glow {
    width: 900px;
    height: 900px;
    opacity: 0.58;
    filter: blur(170px);
  }

  .about-glow-left {
    left: -620px;
    top: 50%;
  }

  .about-glow-right {
    left: auto;
    right: -620px;
    top: -300px;
  }

  .about-frame {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 78px 20px 34px;
    border-radius: 18px;
  }

  .about-crew-logo {
    left: 50%;
    right: auto;
    top: 54px;
    bottom: auto;
    width: min(360px, 92vw);
    height: auto;
    aspect-ratio: 1;
    opacity: 0.48;
    transform: translateX(-50%) rotate(-11.11deg);
  }

  .about-decoration {
    top: 24px;
    height: auto;
    font-size: 26px;
    line-height: 30px;
  }

  .about-decoration-dance {
    left: 20px;
    width: auto;
  }

  .about-decoration-infinity {
    left: auto;
    right: 20px;
    width: auto;
  }

  .about-intro {
    position: relative;
    left: auto;
    top: auto;
    z-index: 3;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 20px;
    gap: 20px;
  }

  .about-heading {
    width: min(270px, 100%);
    height: 42px;
  }

  .about-heading img {
    width: 100%;
  }

  .about-heading h1 {
    justify-content: flex-start;
    width: 100%;
    height: 42px;
    font-size: 42px;
    line-height: 42px;
    text-align: left;
  }

  .about-intro > p {
    justify-content: flex-start;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }

  .crew-showcase {
    position: relative;
    left: auto;
    top: auto;
    z-index: 3;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    margin-top: 30px;
    gap: 20px;
  }

  .crew-photos {
    width: min(310px, 100%);
    height: auto;
    aspect-ratio: 100 / 117;
  }

  .crew-person-viewport {
    width: 100%;
    height: 208px;
  }

  .crew-person-copy {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 208px;
    min-height: 0;
    gap: 10px;
  }

  .crew-person-copy h2,
  .crew-person-copy p {
    justify-content: flex-start;
    width: 100%;
    min-height: 0;
    text-align: left;
  }

  .crew-person-copy h2 {
    flex: 0 0 auto;
    font-size: 26px;
    line-height: 30px;
  }

  .crew-person-copy p {
    display: block;
    flex: 0 0 138px;
    height: 138px;
    overflow: hidden;
    font-size: 18px;
    line-height: 23px;
  }

  .crew-arrows {
    position: absolute;
    left: auto;
    right: 18px;
    top: 380px;
    z-index: 4;
    flex-direction: column;
    width: 34px;
    height: 96px;
    margin-top: 0;
    gap: 28px;
  }

  .crew-arrows .crew-arrow:first-child img {
    transform: none;
  }

  .crew-arrows .crew-arrow:last-child img {
    transform: none;
  }

  .crew-pagination {
    position: relative;
    left: auto;
    top: auto;
    z-index: 4;
    justify-content: flex-start;
    width: 100%;
    height: 42px;
    padding: 8px;
    margin: 6px -8px -8px;
    margin-top: 14px;
    gap: 8px;
    overflow: visible;
    scrollbar-width: none;
  }

  .crew-pagination::-webkit-scrollbar {
    display: none;
  }

  .crew-pagination button {
    width: 42px;
    height: 42px;
    font-size: 19px;
    line-height: 24px;
  }

  .crew-photo-card-accent {
    width: 66%;
    height: 87%;
  }

  .about-socials {
    position: relative;
    left: auto;
    top: auto;
    z-index: 4;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 32px;
    gap: 24px;
  }

  .about-socials a,
  .about-socials a > span {
    width: auto;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 389px) {
  .crew-photos {
    width: calc(100% - 48px);
    max-width: 310px;
  }

  .crew-arrows {
    right: 8px;
    width: 30px;
    height: 82px;
    gap: 22px;
  }

  .crew-arrow,
  .crew-arrow img {
    width: 30px;
    height: 30px;
  }
}
