@font-face {
  font-family: CMRDD;
  src: url(CMRDD-Regular.woff);
}

@font-face {
  font-family: CMRDDExtraBold;
  src: url(CMRDD-ExtraBold.woff);
}

@font-face {
  font-family: CMRDDItalic;
  src: url(CMRDD-Italic.woff);
}

@font-face {
  font-family: CMRDDBold;
  src: url(CMRDD-Bold.woff);
}

* {
  margin: 0;
}

body {
  font-family: 'CMRDD', sans-serif;
  background: #fff top/100% url("background_noise_block_left.png");
  /*
  background: #fff top/100% url("swarm.svg");
  height: 100vh;
  overflow: hidden;
  */
}

section {
  position: relative;
  padding: 82px 10% 82px 10%;
}

h1 {
  text-align: center;
}

h1, p {
  margin: 34px;
}

h1 {
  font-size: 8em;
}

h2 {
  font-size: 3em;
}

h3 {
  font-size: 2em;
}

p, li {
  font-size: 2em;
}

ul {
  list-style: none;
  padding: 0;
}

sup, sub {
  font-family: 'CMRDD', sans-serif;
  font-weight: bold;
}

a {
  color: #000;
}

.pad {
  margin: 34px;
}

.button {
  position: relative;
  background: #fff;
  border: 0;
  border-radius: 15px 15px;
  font-size: 30px;
  padding: 15px 5px 4px 52px;
  color: #000;
  text-decoration: none;
}

.button.left {
  padding: 15px 52px 4px 5px; 
}

.button.black {
  background: #000;
  color: #fff;
}

.cta {
  background: #000 top/100% url("gradient_black.png");
}

.cta h2 a {
  color: #fff;
}


.cta img {
  max-width: 300px;
  position: absolute;
}


.cta .col.right {
  height: 300px;
}

.cta h3 {
  text-align: center;
  margin: 50px 34px 34px 34px;
}

h2.bridge {
  position: absolute;
  top: -263px;
}

h2.bridge .button {
  display: inline;
  margin: 0;
}

h2 .button {
  display: block;
}

.bold {
  font-family: CMRDDBold, sans-sarif;
  font-weight: bold;
}

.col {
  position: relative;
  width: 50%;
  float: left;
}

.white {
  color: #fff;
}

.img1 {
  left: 110px;
  top: 0px;
}

.img2 {
  left: 300px;
  top: 239px;
}

.img3 {
  left: 342px;
  top: -100px;
}

.center {
  text-align: center;
}

.mission {
  background: rgba(255,255,255,0) top/100% url("background_noise_block_right.png");
  padding: 82px 10% 168px 10%;
}

.mission h3 {
  background: #fff;
  padding: 34px;
}

.secondary {
  text-align: center;
}

.secondary.top {
  padding-bottom: 0;
}

.secondary.bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.secondary img {
  width: 100%;
}

.secondary p, .secondary h3 {
  background: white;
  text-align: left;
  background: rgba(255, 255, 255, 0);
}

.r {
  margin: 0;
  text-align: right;
}

.l {
  height: 0;
  margin: 0;
  text-align: left;
}

.pad .col-left, .pad .col-right {
  width: 50%;
  float: left;
  text-align: center;
}

.secondary img {
  max-width: 400px;
}

.pad .col-right h3,
.pad .col-right p,
.pad .col-right img,
.pad .col-right a {
  margin-left: 34px;
}


.pad .col-left h3,
.pad .col-left p,
.pad .col-left img,
.pad .col-left a {
  margin-left: 0;
  margin-right: 34px;
}

main {
  /*
  background: rgba(255,255,255,.95);
  width: 66%;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  box-shadow: 0px 0px 165px 43px rgba(0,0,0,0.1);
  */
}

.center {
  text-align: center;
}

.shadow {
  box-shadow: -13px 0px 144px -55px rgba(0,0,0,0.75);
}

.hidden {
  display: none;
}

.screenshot {
  margin: 0;
  height: 300px;
  background: #000 top/100% url("Screenshot_from_2019-07-31_18-07-53.png");
}

.right {
  float: right;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.close {
  text-align: right;
  cursor: pointer;
  padding: 0px 13px 0 0;
  margin: 0;
  font-size: 34px;
}

.rainbow {
  background: linear-gradient(to right, red, orange , yellow, green, cyan, blue, violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes uber {
  0% { background: #ff6666; }
  25% { background: #ffff99; }
  50% { background: #ff6666; }
  75% { background: #ffff99; }
  100% { background: #ff6666; }
}

.ubermate {
  animation-name: uber;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 3;
  animation-direction: normal;
  animation-play-state: running;

  -webkit-animation-name: uber;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 3;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
}

@media all and (max-width:1024px) {

.cta {
  overflow: hidden;
}

}

