html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
body {
  font-family: 'Zalando Sans', sans-serif;
  color:#fff;
}
p {
    color: #BFC3B7
}
.navbar {
  float:right;
  max-width:800px;
}


.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.navbar ul li {

}
.navbar a.button {
    color:#000;
    font-size: 14px;
    margin-top: 0px;
    padding: 0;
}
.navbar a.button span {
    padding: 10px 20px;
    min-width: 0;
}

.navbar a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}


.navbar a:hover {
}

canvas {
  display: block;
  background: #000;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top:0;
  left:0;
  opacity:0.2;
}
#header {
    width: calc(100% - 80px);
    padding:40px;
}
#header img {
    height:30px;
}
#header_content {
    margin: auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    height: 100vh;

}
h1 {
    font-family: 'Source Serif 4', 'Source Serif Pro', serif;
    font-size:85px;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 20px;
}
h2 {
    font-family: 'Source Serif 4', 'Source Serif Pro', serif;
    font-size:50px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 20px;
}
.line {
    border-bottom:1px solid #23251E;
    width: 100%
}
#header_content p {
    font-size: 18px;
    max-width: 50%;
    display: block;
    margin-bottom: 40px;
}
#hero {
    padding: 20px;
    position: absolute;
    bottom: 200px;

}
#hero p {
    color: #fff;
}
.button {
    font-size: 18px;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
    border-radius: 999px; /* fully rounded pill */
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(179, 255, 0, 0.2);
    --button-background: #B3FF00;
    --button-color: #000;
    --button-shine-left: rgba(179, 255, 0, 0.9);
    --button-shine-right: rgba(60, 220, 120, 0.9);
    --button-glow-start: #5FA000;
    --button-glow-end: #00A25C;
    --pointer-x: 0px;
    --pointer-y: 0px;
    --button-glow: transparent;
    --button-glow-opacity: 0;
    --button-glow-duration: 0.5s;
}
.button span {
    position: relative;
    display: block;
    z-index: 1;
    box-sizing: border-box;
    width: fit-content;
    min-width: 124px;
    padding: 10px 28px;
    border-radius: inherit;
    background-color: var(--button-background);
    color: var(--button-color);
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.button span:before {
    content: "";
    position: absolute;
    left: -16px;
    top: -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--button-glow, transparent);
    opacity: var(--button-glow-opacity, 0);
    transform: translate(var(--pointer-x, 0px), var(--pointer-y, 0px)) translateZ(0);
    transition: opacity var(--button-glow-duration, 0.5s),
                background-color 0.25s,
                transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    filter: blur(20px);
}
.button .gradient {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transform: scaleY(1.02) scaleX(1.005) rotate(-0.35deg);
}
.button .gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: scale(1.05) translateY(-44px) rotate(0deg) translateZ(0);
    padding-bottom: 100%;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--button-shine-left), var(--button-shine-right));
    -webkit-animation: glow-rotate linear 2s infinite;
    animation: glow-rotate linear 2s infinite;
}
.button:hover {
    --button-glow-opacity: 1;
    --button-glow-duration: 0.25s;
}
.button:active {
    --button-glow-opacity: 0;
}
.button:active span {
    background-color: transparent;
    color: #B3FF00;
    /* border without changing the pill's size */
    box-shadow: inset 0 0 0 2px #B3FF00;
}
.button:active .gradient {
    opacity: 0;
}
.button span {
    transition: background-color 0.15s, color 0.15s, box-shadow 0.15s;
}
@-webkit-keyframes glow-rotate {
    to { transform: scale(1.05) translateY(-44px) rotate(360deg) translateZ(0); }
}
@keyframes glow-rotate {
    to { transform: scale(1.05) translateY(-44px) rotate(360deg) translateZ(0); }
}
.button:visited {
    color: var(--button-color);
}
.content {
    margin: auto;
    max-width: 1200px;
    padding: 150px 0px;
}
.content-first {
    margin-top: 0px;
}
.grid {
    margin: auto;
    max-width: 1200px;
    display: flex;
    flex-direction: horizontal;
}
.row > :first-child {
    padding-left:0px;
    margin-left: 0px;
}
.item {
    width: 100%;
    padding:10px;
}
.bottom-border {
    border-bottom: 1px solid #23251E;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.bottom-top-green {
    border-top: 1px solid #B3FF00;
    margin:10px;
}
.left-box {
    max-width: 600px;
    padding-right:40px;
}
.right .number {
    color: #B3FF00;
    width: 40px;
    margin-top: 20px;
}
.right .row .item {
    display: flex;
}

.footer {
    border-top: 1px solid #23251E;
    height:40px;
    padding-bottom: 41px;
}
.footer .content {
    margin: 20px auto;
    padding-bottom: 20px;
    padding-top: 10px;
}
.footer img {
    width: 100px;
    height: auto;
}
.footer nav {
    float:right;
}
.footer nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.footer nav ul li {
    padding: 0px 10px;
}
.footer nav ul li a {
    color: #fff;
    text-decoration: none;
}
.footer-cta {
    position: relative;
    margin: auto;
    padding: 50px;
}
.footer-cta .content {
    margin: 0px auto
}
.footer-cta a.button {
    margin-top: 30px;
    display: inline-block;
}
.dots{  position:absolute;inset:0;pointer-events:none;
background-image:radial-gradient(circle,rgba(255,255,255,.20) 1px,transparent 1.4px);
background-size:15px 15px;
-webkit-mask-image:radial-gradient(105% 78% at 88% 6%,#000 0%,transparent 62%);
mask-image:radial-gradient(105% 78% at 88% 6%,#000 0%,transparent 62%);
}
.footer-cta h2 {
    max-width: 600px;
}
a {
    color:#B3FF00;
}
.right .row .text {
    width: calc(100% - 40px);
}
.left-box {
    width: 500px;
}
.logos {
    display: flex;
    justify-content: space-evenly;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.logos img {
    padding: 10px;
}
.number img {
    width: 15px;
}
#header {
    position: fixed;
    left:0px;
    top: 0px;
    background-color: rgb(0,0,0,0.5);
    backdrop-filter: blur(10px);
    z-index: 100;
    border-bottom: 1px solid #23251E;
}
#header .contain {
    max-width: 1200px;
    margin: auto;
}
.right .row > :first-child {
    padding-left: 10px;
}
@media (width <= 768px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .right .row > :first-child {
      padding-left: 0px;
  }
  #header {
      position: relative;
  }
  h2 {
      font-size: 40px;
      line-height: 38px;
  }
  #hero p {
      max-width: calc(100% - 10px);
  }
  .content {
      padding: 0px 20px;
  }
  .grid {
      flex-direction: column;
  }
  .footer-cta {
      padding: 40px 10px;
  }
  .row .item {
      padding-left: 0px;
      margin-left: 0px;
  }

  .footer img { display: none}
  #header img { height: 20px; }
  #header nav .button { display: none}
  .left-box {
      width: 100%;
  }
}
.jobtitle {
    color: #B3FF00;
    font-size: 0.75em;
}
ul.bio {
    list-style-type: none;
    padding: 0px;
    margin:0px;
    margin-bottom: 25px;
    color: #BFC3B7;
}
ul.bio li {
    margin: 10px 0px;
}
