body {
  height: 100%;
  font-family: "mala", system-ui;
  font-size: Min(Max(16px, 2vw), 22px);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(2em, 1fr) minmax(auto, 1100px) minmax(2em, 1fr);
  grid-template-areas: "margin-left content margin-right"; }
  body > * {
    z-index: 1; }
  body::before {
    position: absolute;
    content: "";
    opacity: 0.15;
    background-color: #0000;
    background-image: url("/static/grain.svg");
    background-repeat: repeat;
    background-size: 182px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }

main {
  grid-column: 2 / 3;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: max-content; }

section {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1000px auto;
  grid-template-areas: "lgut content rgut"; }
  section > section-content {
    display: block;
    grid-area: content; }

ccp-wrapper {
  display: block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1rem; }

ccp-wrapper-wide {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto; }

ccp-content {
  position: relative;
  display: block;
  margin-bottom: 2rem; }

ccp-highlight {
  position: relative;
  padding: 2rem 0; }

ccp-prose {
  display: block;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #4e0c05; }

svg {
  display: block; }

main-header {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: max-content;
  padding-top: 2rem; }
  main-header > content-x {
    grid-column: 2 / 11; }
    @media (min-width: 900px) {
      main-header > content-x {
        grid-column: 4 / 10; } }
nav {
  display: flex;
  justify-content: end;
  font-family: "panno-sign-positive"; }
  nav > a {
    font-family: "panno-sign-positive", system-ui;
    text-decoration: none;
    color: white !important;
    background-color: #9f180a;
    padding: .25rem .75rem;
    border-radius: 4px;
    box-shadow: inset 0 -2px #4e0c05; }
    nav > a:hover {
      background-color: #851307; }

name-x {
  display: block;
  font-family: "panno-sign-positive", system-ui;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  color: #9f180a;
  margin-top: 2rem; }

slogan-x {
  display: block;
  margin-top: .5rem;
  color: #851307;
  grid-column: 2 / 11; }
  @media (min-width: 900px) {
    slogan-x {
      grid-column: 4 / 9; } }
hero-video {
  grid-column: 2 / 3;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: max-content;
  margin-top: 1rem; }
  hero-video > content-x {
    grid-column: 1 / -1; }
    hero-video > content-x > video {
      width: 100%;
      border: 1px solid #c50c0c;
      border-radius: 4px;
      box-shadow: 5px 5px 0px 0px rgba(133, 19, 7, 0.4); }

past-projects-section {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  grid-column: 2 / 3; }
  past-projects-section > caption-x {
    color: #9f180a;
    text-align: center;
    font-family: "panno-sign-positive", system-ui; }

gallery-image {
  display: block;
  position: relative; }
  gallery-image > img {
    width: 100%;
    border: 1px solid #c50c0c;
    border-radius: 4px;
    box-shadow: 5px 5px 0px 0px rgba(133, 19, 7, 0.4); }
  gallery-image > span {
    position: absolute;
    background: #9f180a;
    color: white;
    padding: 1rem;
    top: 0;
    left: 1rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-family: "panno-sign-positive", system-ui; }

about-section {
  display: block;
  grid-column: 2 / 3;
  margin-bottom: 1rem;
  justify-self: center; }
  @media (min-width: 900px) {
    about-section {
      margin-bottom: 3rem; } }
  about-section content-x {
    max-width: 50ch;
    width: 100%;
    display: block;
    max-width: 720px; }

developer-section {
  display: block;
  grid-column: 2 / 3;
  justify-self: center;
  margin-bottom: 1rem; }
  @media (min-width: 900px) {
    developer-section {
      max-width: 50ch;
      width: 100%; } }
  @media (min-width: 900px) {
    developer-section {
      margin-bottom: 3rem; } }
map-section {
  grid-column: 2 / 3;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column; }
  @media (min-width: 900px) {
    map-section {
      margin-bottom: 4rem; } }
  map-section > caption-x {
    color: #9f180a;
    text-align: center;
    font-family: "panno-sign-positive", system-ui;
    margin-bottom: 1rem; }
  map-section > map-x {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    display: block;
    height: 600px;
    border-radius: 4px;
    border: 1px solid #c50c0c;
    box-shadow: 5px 5px 0px 0px rgba(133, 19, 7, 0.4); }

team-section {
  display: block; }
  team-section > content-x {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto; }

team-sep {
  display: block;
  margin-bottom: 1rem; }

ccp-heading {
  display: block; }
  ccp-heading > span {
    font-family: "panno-sign-positive", system-ui;
    font-weight: 200;
    font-size: 150%;
    display: block;
    color: #9f180a;
    border-radius: 2px;
    width: max-content;
    margin-top: 1rem;
    margin-bottom: .5rem; }
    @media (min-width: 900px) {
      ccp-heading > span {
        margin-top: 2rem;
        margin-bottom: 1rem; } }
rule-x {
  display: block;
  grid-column: 1 / 12;
  height: 3px;
  background-color: #c50c0c; }
  @media (min-width: 900px) {
    rule-x {
      grid-column: 1 / 11; } }
  rule-x.right::after {
    left: unset;
    right: 0; }

ccp-spacer {
  display: block;
  height: 2rem; }

ccp-map {
  display: block;
  height: 600px; }

quick-facts {
  display: block;
  padding: 0.5rem 0;
  margin-bottom: 1rem; }
  quick-facts > wrapper-x {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fffbfb;
    border-top: 1px solid #f5c2c2;
    border-bottom: 1px solid #f5c2c2;
    position: relative;
    padding: 0 1rem; }
    quick-facts > wrapper-x::before {
      content: "";
      opacity: 0.035;
      background-color: #e78a49;
      background-image: url(/static/grain.svg);
      background-repeat: repeat;
      background-size: 182px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    quick-facts > wrapper-x > content-x {
      display: block;
      width: 100%;
      max-width: 720px;
      margin: 0 auto;
      font-size: 90%;
      padding: 0.5rem 0; }
  quick-facts > .labeled-value {
    margin-left: 1rem; }

ccp-team-member {
  display: block; }

ccp-team-name {
  font-size: 115%;
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #851307;
  font-weight: 600;
  font-family: "panno-sign-positive", system-ui; }

footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: max-content;
  position: relative;
  background: #9f180a;
  margin-top: 10rem; }
  footer > content-x {
    grid-column: 2 / 12;
    padding-top: 6rem;
    padding-bottom: 6rem; }
    @media (min-width: 900px) {
      footer > content-x {
        grid-column: 3 / 11; } }
  footer footer-copyright {
    display: block;
    color: white; }

footer {
  position: relative;
  z-index: 1; }
  footer > * {
    z-index: 1; }
  footer::before {
    position: absolute;
    content: "";
    opacity: 0.15;
    background-color: #0000;
    background-image: url("/static/grain.svg");
    background-repeat: repeat;
    background-size: 182px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }

footer > * {
  display: block; }

footer-logo {
  display: flex;
  font-family: "panno-sign-positive", system-ui;
  font-weight: 800;
  color: #f1f1f1;
  font-size: 4rem;
  line-height: 1; }

.bg {
  background-color: #fffdfd;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 2px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px; }

ccp-login-page {
  display: block;
  height: 100vh;
  width: 100%;
  position: relative;
  min-height: 800px;
  grid-column: 1 / -1; }

ccp-login-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1; }

ccp-login-title {
  font-family: "panno-sign-positive", system-ui;
  color: #e71616;
  font-size: 3rem;
  margin-bottom: 1rem; }

button {
  all: unset;
  font-family: "panno-sign-positive", system-ui;
  text-decoration: none;
  color: white !important;
  background-color: #9f180a;
  padding: .25rem .75rem;
  border-radius: 4px;
  box-shadow: inset 0 -2px #4e0c05; }
  button:hover {
    background-color: #851307; }

input {
  font-family: system-ui;
  padding: .5rem 1rem;
  color: #851307;
  border: unset;
  border: 1px solid #851307;
  border-radius: 2px; }
  input:not(last-child) {
    margin-bottom: .25rem; }

investor-slogan {
  display: block;
  grid-column: 4 / 9;
  font-family: "panno-sign-positive", system-ui;
  font-size: 125%;
  font-weight: 400;
  color: #851307; }

investor-page {
  grid-column: 2 / 3;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "column-left" "column-right";
  column-gap: 2rem; }
  @media (min-width: 900px) {
    investor-page {
      grid-template-columns: minmax(auto, 600px) max-content;
      grid-template-rows: 1fr;
      grid-template-areas: "column-left column-right"; } }
  @media (min-width: 1200px) {
    investor-page {
      grid-template-columns: 680px max-content;
      grid-template-rows: 1fr;
      grid-template-areas: "column-left column-right"; } }
  investor-page > column-left {
    grid-area: column-left;
    display: block; }
  investor-page > column-right {
    grid-area: column-right;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 900px) {
      investor-page > column-right {
        align-items: unset; } }
investor-heading {
  display: block;
  font-family: "panno-sign-positive", system-ui;
  font-weight: 200;
  font-size: 135%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 2px;
  width: max-content;
  color: #851307; }

.document-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 1.25rem;
  max-width: 400px;
  margin-bottom: 2rem;
  color: white;
  background-color: #9f180a;
  text-decoration: none;
  width: 100%; }
  .document-link:hover {
    background: #851307; }
  .document-link > span {
    font-weight: 500;
    margin: 0 2rem; }
  .document-link > .investor__document-type {
    font-size: 2rem;
    margin-right: 1rem; }
