@import url('o2/o2.css');


@font-face {
  font-family: "Circular";
  src: url("CircularAir-Book.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular";
  src: url("CircularAir-Light.otf");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Circular";
  src: url("CircularAir-Bold.otf");
  font-weight: 700;
  font-style: normal;
}

/*startpoint*/


body {

  font-family: "Circular";
  font-weight: 200;
  color:#5d5d5d !important;
  -webkit-font-smoothing:antialiased;
  letter-spacing:.004em;
  font-size:18px;
  box-sizing: border-box;
  letter-spacing:-0.02em;
  background-color:#f6f6f6 !important;
}


.title {
  margin-top:150px;
font-size:52px;

}


.first-row {
  margin-top:80px;
}


.row {
  margin-bottom:180px;
}


.first-row img {
  margin-bottom:20px;
}


.titlecopy {
  font-size:45px;
  line-height:52px;
}


.first-title {
/*margin-top:120px;*/
}

.step {
  margin-top:100px;
}


.hero {
  font-size:50px;
}

.bodycopy {
  font-size:20px;
}

/*endpoint*/
