/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  font-family: 'Noto Sans';
  font-size: 15px;
}
body {
  color: #263238;
}
a {
  color: #263238;
  text-decoration: none;
}
p a {
  color: #6772e5;
}
/*
 * HEADER
 */
/*
 * HERO
 */
article {
  max-width: 900px;
  margin: 90px auto;
  /* padding: 100px 0px; */
  /* min-width: calc(100vh - 75px); */
  display: flex;
}
article > div:first-of-type {
  flex: 1;
}
article h1 {
  font-size: 56px;
  line-height: 64px;
  font-size: 42px;
  line-height: 56px;
}
article h1 em {
  display: block;
}
article p {
  font-size: 18px;
  max-width: 500px;
  line-height: 24px;
  margin: 30px 0px;
  margin-bottom: 60px;
  padding-right: 60px;
}
article .buttons {
  margin-bottom: 20px;
}
article .buttons a {
  padding: 15px 40px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 2px;
  color: #FFF;
  font-weight: 400;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 3px #26323825;
  text-transform: uppercase;
  font-size: 13px;
}
article .buttons a:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 4px #26323825;
}
article .buttons a:first-of-type {
  background: #00BFA5;
}
article .buttons a:last-of-type {
  background: #aeb2b4;
}
article .link.github {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
article .link.github svg {
  fill: #263238;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media (max-width: 920px) {
  article {
    padding: 0px 30px;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  article .buttons a {
    display: block;
    margin-bottom: 18px;
    padding: 20px 40px;
  }
  article .buttons a:last-child {
    margin-bottom: 0px;
  }
}
/*
 * FOOTER
 */
/*
 * BUTTONS
 */
.button {
  padding: 15px 40px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 2px;
  color: #FFF;
  font-weight: 400;
  font-size: 15px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 3px #26323825;
  text-transform: uppercase;
  font-size: 13px;
}
.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 3px 4px #26323825;
}
@media (max-width: 520px) {
  article .buttons a,
  .button {
    font-size: 15px;
  }
}
.noborder {
  border: none !important;
}
header {
  display: flex;
  height: 75px;
  margin: 0px auto;
  max-width: 900px;
}
header .logo {
  align-items: center;
  display: flex;
  flex: 1;
}
header .logo svg {
  fill: #263238;
  width: 30px;
}
header ul {
  display: flex;
  flex: 0;
}
header li {
  align-items: center;
  display: flex;
  margin-left: 24px;
}
@media (max-width: 700px) {
  header ul {
    flex: 1 1 auto;
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 24px;
  }
  header ul li {
    margin-right: 24px;
    margin-left: 0px !important;
  }
}
footer {
  margin-top: 30px;
  padding: 30px 0px;
  padding-top: 60px;
  background: #ECEFF1;
}
footer > div {
  max-width: 900px;
  margin: 0px auto;
  display: flex;
}
footer section {
  margin-left: 100px;
}
footer h3 {
  text-transform: uppercase;
  font-size: 13px;
  color: #455A64;
}
footer ul {
  margin-top: 40px;
}
footer a {
  display: flex;
  align-content: center;
  font-size: 14px;
  margin: 20px 0px;
  color: #455A64;
}
footer svg {
  fill: #455A64;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
footer .logo {
  flex: 1;
}
@media (max-width: 920px) {
  header {
    margin: 0px 30px;
  }
  footer {
    padding: 60px 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 720px) {
  footer > div {
    display: flex;
    flex-direction: column;
  }
  footer .logo {
    flex: 1;
  }
  footer section {
    margin-left: 0px;
    margin-bottom: 60px;
  }
  footer ul {
    margin-left: 30px;
  }
}
.pricing {
  /* background: #e6ebf1;
    padding: 80px; */
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  max-width: 900px;
  margin: 30px auto;
  align-items: stretch;
  justify-content: center;
}
.pricing > div {
  background: #FFF;
  padding: 48px 48px;
  max-width: 205px;
  min-width: 205px;
  margin: 0px 20px;
  border-radius: 3px;
  line-height: 32px;
  border: 1px solid #ECEFF1;
  box-shadow: 5px 5px #ECEFF190;
}
.pricing > div span {
  display: block;
  margin-bottom: 20px;
}
.pricing > div span:nth-of-type(1) {
  min-height: 90px;
}
.pricing > div span:nth-of-type(2) {
  min-height: 90px;
  display: none;
}
.pricing > div span:nth-of-type(3) {
  min-height: 60px;
  border-bottom: none;
}
.pricing > div div {
  line-height: 24px;
  padding-left: 30px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M21%2C7L9%2C19L3.5%2C13.5L4.91%2C12.09L9%2C16.17L19.59%2C5.59L21%2C7Z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 0px center;
}
.pricing > div div.nocheck {
  background: none;
}
.pricing .button {
  display: block;
  margin: 30px 0px;
  padding: 5px 00px;
  background: #222;
  text-align: center;
  margin-bottom: 0px;
}
.pricing small {
  line-height: 20px;
  font-size: 14px;
  /* color: rgba(0,0,0,0.5); */
  max-width: 250px;
  margin: 0px auto;
  display: block;
  margin: 30px auto;
  /* margin-bottom: 0px; */
}
.pricing small:before {
  content: "*";
  margin-right: 6px;
}
.pricing h3 {
  font-size: 64px;
  font-weight: 300;
  line-height: 64px;
  margin: 50px 0px;
  margin-top: 0px;
  text-align: center;
}
.pricing h3:before {
  content: "$";
  font-size: 70%;
}
.pricing h3:after {
  content: "Per Month";
  display: block;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.pricing.monthly h3:after {
  content: "per month";
  display: block;
  font-size: 15px;
  line-height: 18px;
}
.pricing h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
}
.pricing select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CFD8DC;
  background: none;
  font-size: 15px;
  display: block;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  padding-left: 30px;
  position: relative;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: right 15px center;
}
.invoiceLink {
  text-align: center;
  margin-top: 10px;
  display: block;
  display: none;
}
@media (max-width: 920px) {
  .pricing > div {
    box-shadow: none;
    border: none;
    border-top: 1px solid #ECEFF1;
    border-radius: 0px;
    max-width: unset;
  }
  article + .faq {
    margin-top: -20px;
  }
}
@media (max-width: 720px) {
  .pricing {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
  .pricing > div {
    max-width: 250px;
    margin-bottom: 30px;
  }
  .pricing > div:last-of-type {
    margin-bottom: 0px;
  }
}
/** Switch
 -------------------------------------*/
.switch input {
  position: absolute;
  opacity: 0;
}
.pricing-tabs div {
  text-align: center;
}
.pricing-tabs a {
  color: #222;
  background: #FFF;
  padding: 15px 40px;
  margin-right: 10px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pricing-tabs a.active {
  background: #ECEFF1;
}
.feature-matrix {
  border-bottom: 1px solid #ECEFF1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0px;
}
.feature-matrix table {
  width: 650px;
}
.feature-matrix th {
  text-align: center;
}
.feature-matrix td {
  text-align: center;
  padding: 10px 25px;
  vertical-align: middle;
}
.feature-matrix td:first-of-type {
  text-align: left;
  padding-left: 15px;
}
.feature-matrix tr.header {
  padding-top: 20px;
  background: #FFF !important;
}
.feature-matrix tr.header td {
  padding: 0px;
  padding-left: 15px;
}
.feature-matrix tr.header h3 {
  display: block;
  padding: 5px 0px;
  margin-top: 60px;
  margin-bottom: 10px;
  font-weight: bold;
}
.feature-matrix tr:first-of-type h3 {
  margin-top: 0px;
}
.feature-matrix tr:nth-child(odd) {
  background: #ECEFF150;
}
.feature-matrix .close {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M19%2C13H5V11H19V13Z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 24px;
  -webkit-mask-position: center center;
  mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M19%2C13H5V11H19V13Z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  mask-repeat: no-repeat;
  mask-size: 24px;
  mask-position: center center;
  background-color: #CFD8DC;
}
.feature-matrix .check {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M21%2C7L9%2C19L3.5%2C13.5L4.91%2C12.09L9%2C16.17L19.59%2C5.59L21%2C7Z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  border-radius: 50%;
  background-color: #00BFA5;
}
article.checkout {
  display: block;
}
form {
  width: 480px;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: 140px;
}
.group {
  background: white;
  border: 1px solid #EEE;
  /*box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
                0 3px 6px 0 rgba(0,0,0,0.08);*/
  /*border-radius: 4px;*/
  margin-bottom: 20px;
  border: 1px solid #ECEFF1;
  box-shadow: 5px 5px #ECEFF190;
  border-radius: 3px;
}
label {
  position: relative;
  color: #212121;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 15px;
}
.group label:not(:last-child) {
  border-bottom: 1px solid #EEE;
}
label > span {
  width: 20%;
  text-align: right;
  float: left;
}
.field {
  background: transparent;
  border: 0;
  outline: none;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
  width: 70%;
  height: 40px;
  float: right;
  color: #212121;
  font-weight: normal;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 40px;
}
.field::-webkit-input-placeholder {
  color: #B0BEC5;
}
.field::-moz-placeholder {
  color: #B0BEC5;
}
.field:-ms-input-placeholder {
  color: #B0BEC5;
}
button.button {
  border: none;
  display: block;
  margin-top: 40px;
  cursor: pointer;
  width: 100%;
  background: #00BFA5;
}
button:disabled {
  background: #f5f5f5;
  color: #E0E0E0;
  content: "Processing";
}
.outcome {
  width: 100%;
  padding-top: 18px;
  min-height: 24px;
  text-align: center;
}
.success,
.error {
  display: none;
  font-size: 13px;
}
.success.visible,
.error.visible {
  display: inline;
}
.error {
  color: #E4584C;
  line-height: 22px;
  font-size: 16px;
}
.success {
  color: #6772e5;
  line-height: 22px;
  font-size: 16px;
}
.success .email {
  text-decoration: underline;
  font-size: inherit;
}
.total {
  width: 480px;
  margin: 0px auto;
  margin-top: 40px;
  text-align: center;
  /*border: 1px solid #EEE;*/
  padding: 20px 0px;
  position: relative;
}
.total .plan {
  display: block;
  margin-bottom: 20px;
  font-size: 26px;
}
.total .price {
  font-size: 36px;
}
.total .price:before {
  content: "$";
  vertical-align: middle;
  font-size: 60%;
  margin-right: 5px;
  display: inline-block;
}
.total .price:after {
  /*text-transform: uppercase;*/
  content: "/ month";
  margin-left: 5px;
  margin-top: 5px;
  font-size: 60%;
  display: inline-block;
}
.total .price.annual:after {
  content: "per year";
}
.legal {
  border: 1px solid #EEE;
  padding: 20px;
  max-height: 100px;
  overflow-y: auto;
  border: 1px solid #ECEFF1;
  box-shadow: 5px 5px #ECEFF190;
  border-radius: 3px;
}
.legal td,
.legal th,
.legal p,
.legal time {
  line-height: 15px;
  font-family: "Roboto Mono";
  font-size: 12px;
  color: #212121;
  text-align: left;
}
.legal p {
  margin-bottom: 20px;
}
.legal p:last-of-type {
  margin-bottom: 0px;
}
.legal p:first-of-type {
  margin-top: 0px;
}
.legal table {
  width: 100%;
  border: 1px solid #EEE;
}
.legal table td,
.legal table th {
  border: 1px solid #EEE;
  padding: 5px 10px;
}
.legalese {
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}
.legalese a {
  color: #6772e5;
}
.faq {
  display: block;
  max-width: 900px;
  margin: 90px auto;
  border-top: 1px solid #ECEFF1;
}
.faq h2 {
  font-size: 24px;
  margin-bottom: 36px;
}
details {
  border-bottom: 1px solid #ECEFF1;
}
details:last-of-type {
  border-bottom: none;
}
summary {
  padding: 30px 0px;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
details p {
  margin: 24px 0px;
  padding-left: 60px;
  max-width: 600px;
  line-height: 24px;
}
details p:last-of-type {
  margin-bottom: 54px;
}
details p strong {
  font-weight: bold;
  color: #F44336;
}
details > summary {
  padding-left: 40px;
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M7.41%2C8.58L12%2C13.17L16.59%2C8.58L18%2C10L12%2C16L6%2C10L7.41%2C8.58Z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0px center;
}
details[open] > summary {
  background: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%20%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M7.41%2C15.41L12%2C10.83L16.59%2C15.41L18%2C14L12%2C8L6%2C14L7.41%2C15.41Z%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0px center;
}
@media (max-width: 920px) {
  .faq {
    margin: 90px 30px;
  }
  details > summary {
    line-height: 24px;
  }
}
.github-corner {
  position: absolute;
  top: 0;
  border: 0;
  right: 0;
  display: block;
  width: 80px;
  height: 80px;
}
.github-corner svg {
  color: #fff;
  fill: #263238;
  fill: #aeb2b4;
}
.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}
@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0);
  }
  20%,
  60% {
    transform: rotate(-25deg);
  }
  40%,
  80% {
    transform: rotate(10deg);
  }
}
@media (max-width: 1100px) {
  .github-corner {
    display: none;
  }
}
.features {
  display: block;
  max-width: unset;
  margin: 90px 0px;
}
.features h1 {
  font-size: 22px;
}
.features p {
  font-size: 15px;
}
.features section {
  border-top: 1px solid #ECEFF1;
  padding-top: 36px;
  display: flex;
  max-width: 900px;
  margin: 0px auto;
}
.features section > div {
  flex: 1;
}
.features section.fullscreen,
.features section.fill {
  max-width: unset;
  margin: 0px auto;
  background: #ECEFF1;
}
.features section.fullscreen .center,
.features section.fill .center {
  flex: 1;
  max-width: 900px;
  margin: 0px auto;
}
.features section.fullscreen .split,
.features section.fill .split {
  display: flex;
}
.features section.fullscreen .split > div,
.features section.fill .split > div {
  flex: 1;
}
.features section.fullscreen pre,
.features section.fill pre {
  background: #f7f9f9;
  border-radius: 3px;
  padding: 24px;
  margin-bottom: 40px;
  font-family: "Roboto Mono";
  font-size: 13px;
  line-height: 22px;
}
.features section.fullscreen pre span,
.features section.fill pre span {
  color: #E91E63;
}
.features section.fullscreen.dark {
  background: #263238;
  color: #FFF;
  margin: 36px 0px;
}
.features section.fullscreen.dark h1 {
  -webkit-font-smoothing: antialiased;
}
.features section.fullscreen.dark p {
  -webkit-font-smoothing: antialiased;
}
.features section.fullscreen.dark pre {
  background: #2f3b41;
}
.features section.fullscreen.dark pre span {
  color: #00BFA5;
}
.features section.fullscreen.dark + section {
  border-top: none;
}
.features .vcs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .vcs .columns {
  display: flex;
  flex-wrap: wrap;
  max-width: 225px;
}
.features .vcs svg {
  width: 36px;
  height: 36px;
  margin-right: 24px;
  margin-bottom: 18px;
  fill: #aeb2b4;
}
.features .vcs svg.complex {
  stroke: #aeb2b4;
}
.features .plugins {
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .plugins .columns {
  display: flex;
  flex-wrap: wrap;
  max-width: 350px;
}
.features .plugins svg {
  width: 36px;
  height: 36px;
  margin-right: 24px;
  margin-bottom: 18px;
  fill: #aeb2b4;
}
@media (max-width: 920px) {
  article.features {
    padding-left: 0px;
    padding-right: 0px;
  }
  article.features section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .split {
    display: flex;
    flex-direction: column;
  }
  .features .vcs,
  .features .plugins {
    display: none;
  }
}
.login {
  max-width: 500px;
  margin: 90px auto;
}
.login .alert {
  padding: 36px;
  border-radius: 3px;
  border: 1px solid #ECEFF1;
  box-shadow: 5px 5px #ECEFF190;
  color: #6772e5;
}
.login .alert h1 {
  font-size: 22px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.login .alert p {
  font-size: 14px;
  line-height: 20px;
}
.login .alert a {
  text-decoration: underline;
}
.login .alert svg {
  width: 42px;
  height: 42px;
  margin-right: 20px;
  fill: #6772e5;
}
