body {
  font-family: 'CerebriSans-Regular', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-size: 100%;
  margin: 0 auto;
  background: #fff;
}

h1,
h2:not(.desc),
h3,
h4,
h5,
.price,
.plan-name,
.faq summary {
  font-family: 'CerebriSans-Bold', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  font-weight: normal;
}

.btn {
  background: #fff;
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
          box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
  font-family: 'Arial', sans-serif;
  color: #555;
  display: inline-block;
  height: 50px;
  padding: 0 25px;
  font-size: 1em;
  cursor: pointer;
}

.cursor {
  width: 20px;
  position: absolute;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  pointer-events: none !important;
}

.cssscanexample-css {
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
.cssscanexample-code-hover {
  color: #b1b1b1;
}

.cssscanexample-css,
.cssscanexample-close,
.cssscanexample-buttons,
.cssscanexample-button,
.cssscanexample-pinned-box {
  z-index: 2147483647;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

.cssscanexample-css,
.cssscanexample-title,
.cssscanexample-copy,
.cssscanexample-code,
.cssscanexample-close,
.cssscanexample-dimensions,
.cssscanexample-font,
.cssscanexample-button,
.cssscanexample-buttons,
.cssscanexample-pinned-box,
.cssscanexample-code-hover {
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  line-height: 24px;
  outline: 0 !important;
  width: initial !important;
  text-shadow: none !important;
}

.cssscanexample-hover-box {
  padding: 7px 10px;
  background: rgba(255, 255, 255, .065);
  border-radius: 10px;
  margin-top: 1em;
}

.cssscanexample-hover-tag {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  color: #4adc71;
}

.cssscanexample-css,
.cssscanexample-code-hover {
  color: #b1b1b1;
}

.cssscanexample-code,
.cssscanexample-code-hover {
  background: none !important;
  padding-left: 0;
  display: block;
}

.cssscanexample-code-hover {
  margin-top: .35em;
  margin-bottom: 0;
}

.cssscanexample-css,
.cssscanexample-pinned-box {
  background: rgba(30, 32, 44, .95);
  max-width: 400px;
  height: initial;
  margin-top: 2em;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  min-width: 250px;
  text-align: left;
  will-change: transform;
  border-radius: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px, rgba(0, 0, 0, 0.24) 0px 4px 8px 0px;
          box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 8px 0px, rgba(0, 0, 0, 0.24) 0px 4px 8px 0px;
}

.cssscanexample-copy,
.cssscanexample-dimensions,
.cssscanexample-font,
ul.cssscanexample-ul-shortcuts-dropdown li p {
  opacity: .7;
  font-size: 12.6px;
}

.cssscanexample-dimensions,
.cssscanexample-font {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.cssscanexample-copy {
  margin-top: 1em;
  margin-bottom: 0;
}

.cssscanexample-dimensions,
.cssscanexample-font {
  margin-top: 0;
  margin-bottom: 0;
}

.cssscanexample-code,
.cssscanexample-code-hover {
  white-space: pre-line;
  word-break: break-all;
  font-size: 14px;
}

.cssscanexample-code:not(:empty) {
  margin-top: -1em;
}

.cssscanexample-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  word-break: break-all;
  display: inline;
}

.cssscanexample-title,
.cssscanexample-check-icon {
  color: #4adc71;
}

.cssscanexample-classes-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #4adc71;
}

.cssscanexample-classes-wrapper:not(:empty) {
  display: inline;
  line-height: 16px;
  word-break: break-all;
  font-weight: bold;
}

.button {
  background: #fff;
  border-radius: 50px;
  border: 1px solid #eee;
  -webkit-box-shadow: rgba(0,12,32,.04) 0 0 1px 0,rgba(10,31,68,.1) 0 3px 4px 0;
          box-shadow: rgba(0,12,32,.04) 0 0 1px 0,rgba(10,31,68,.1) 0 3px 4px 0;
  color: #555;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin-top: .7em;
  padding: 0 25px;
  text-decoration: none;
  -webkit-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  will-change: transform;
}

.button-principal,
.buy-button {
  border: none;
  background: #2cbc63;
  color: #000;
  margin-left: 0;
}

.button-principal * {
  pointer-events: none;
}

.button svg,
.btn svg {
  margin-right: .5em;
}

.button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}


.cssscanexample-hover-box {
  padding: 7px 10px;
  background: rgba(255, 255, 255, .065);
  border-radius: 10px;
  display: none;
  margin-top: 1em;
}

.logo {
  margin-top: 2em;
  //font-size: 1.4em;
}

.logo-img {
  height: 32px;
  margin-right: .55rem;
  vertical-align: middle;
  margin-top: -3px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hero-text h1 {
  font-size: 2em;
  font-family: 'CerebriSans-Bold', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif !important;
}

.hero-text h2 {
  font-size: 1.2em;
  font-weight: normal;
}

.hero-example {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20%;
  margin-left: -2%;
  max-height: 325px;
  max-width: 127%;
  overflow: hidden;
  position: relative;
}

.hero-example:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -.5em;
  left: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, 
                    left top, left bottom, 
                    from(rgba(255,255,255, 0)), 
                    color-stop(90%, rgba(255,255,255, 1)));
  background-image: -webkit-linear-gradient(top, 
                    rgba(255,255,255, 0), 
                    rgba(255,255,255, 1) 90%);
  background-image: -o-linear-gradient(top, 
                    rgba(255,255,255, 0), 
                    rgba(255,255,255, 1) 90%);
  background-image: linear-gradient(to bottom, 
                    rgba(255,255,255, 0), 
                    rgba(255,255,255, 1) 90%);
  width: 100%;
  height: 6em;
}

.featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5em;
  align-items: center;
  overflow: hidden;
}

.press .featured {
  margin-top: 3.5em;
}

.logo-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 0 0 calc(33.3% - .5em);
          flex: 0 0 calc(33.3% - .5em);
  margin-right: .5em;
}

.featured img {
  width: 100%;
  height: auto;
  opacity: .6;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-backface-visibility: hidden;
}

.featured:not(.last) img {
  filter: saturate(0);
}

.featured.last {
  margin-top: 2em;
}

.featured.last img {
  opacity: 1;
}

.featured img:hover,
.press img {
  opacity: 1;
}

.press {
  margin: 8em 0;
}

a.madeby {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #444;
  border-top-left-radius: 5px;
  bottom: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  outline: none;
  padding: 7px 12px;
  position: fixed;
  right: 0;
  text-decoration: none;
  vertical-align: baseline;
  z-index: 4;
  color: #333;
  font-size: 14px;
}

a.madeby .profile-img {
  margin-left: 0;
  margin-right: .6em;
}

.video {
  display: none;
}

.demo-img {
  width: 99%;
  height: auto;
  margin: 3em auto;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0,12,32,.04) 0 0 1px 0,rgba(10,31,68,.06) 0 10px 16px 0;
          box-shadow: rgba(0,12,32,.04) 0 0 1px 0,rgba(10,31,68,.06) 0 10px 16px 0;
  display: none;
  -webkit-transition: opacity .5s ease-in;
  -o-transition: opacity .5s ease-in;
  transition: opacity .5s ease-in;
  overflow: hidden;
}

.demo-img + .demo-img {
  opacity: 0;
}

a.green-btn-style,
.demo-btn {
  background: #c2fbd7;
  color: green;
  transition: 200ms;
}

a.green-btn-style {
  padding: 0px 5px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

.demo-btn {
  display: none;
  cursor: pointer;
}

.demo-btn:hover,
a.green-btn-style:hover {
  background: #afe6c3;
  transform: scale(1.05);
}

.profile-img {
  border-radius: 50%;
  vertical-align: middle;
  margin-left: .3em;
}

.video-section {
  margin: 7em auto 4.5em;
  width: 80%;
}

.video-section h2,
.compatibility h3,
.press h3,
.buy-cta h3,
.testimonials h3,
.faq h3 {
  font-size: 1.9em;
  text-align: center;
  margin-bottom: 0;
}

.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: .25rem 0;
  padding: 40px 28px;
}

.feature-title {
  font-size: 1.3em;
  margin-bottom: 0;
}

.feature-desc {
  color: #53627c;
}

.feature-icon {
  font-size: 2em;
}

.demo-cta {
  background: #f3f3f3;  /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to right, #333, #232526);  /* Chrome 10-25, Safari 5.1-6 */
  /*background: linear-gradient(to right, #333, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 12px;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  padding: 72px !important;
  margin-bottom: 8em;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.demo-cta .text,
.demo-cta .components {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.demo-cta .components {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.demo-cta h3 {
  font-size: 2em;
  margin-top: 0;
}

.testimonials {
  margin: 8em 0 4em;
}

.testimonials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonial-card {
  -webkit-box-shadow: rgba(0,12,32,.04) 0 0 1px 0,rgba(10,31,68,.06) 0 10px 16px 0;
          box-shadow: rgba(0,12,32,.04) 0 0 1px 0,rgba(10,31,68,.06) 0 10px 16px 0;
  background-color: #333;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 250px;
  margin: .5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.testimonial-card a {
  text-decoration: none;
  color: #fff;
}

.testimonial-card a:hover {
  text-decoration: underline;
}

.testimonial-card#brad {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0%, rgba(0,0,0,0)),to(rgba(0,0,0,.9))),url(../img/faces/brad-min.jpg);
  background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/brad-min.jpg);
  background-image: -o-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/brad-min.jpg);
  background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/brad-min.jpg);
}

.testimonial-card#awais {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0%, rgba(0,0,0,0)),to(rgba(0,0,0,.9))),url(../img/faces/awais-min.jpg);
  background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/awais-min.jpg);
  background-image: -o-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/awais-min.jpg);
  background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/awais-min.jpg);
}

.testimonial-card#joulse {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0%, rgba(0,0,0,0)),to(rgba(0,0,0,.9))),url(../img/faces/joulse-min.jpg);
  background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/joulse-min.jpg);
  background-image: -o-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/joulse-min.jpg);
  background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/joulse-min.jpg);
}

.testimonial-card#flavio {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0%, rgba(0,0,0,0)),to(rgba(0,0,0,.9))),url(../img/faces/flavio.jpg);
  background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/flavio.jpg);
  background-image: -o-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/flavio.jpg);
  background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/flavio.jpg);
}

.testimonial-card#harry {
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0%, rgba(0,0,0,0)),to(rgba(0,0,0,.9))),url(../img/faces/harry.jpg);
  background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/harry.jpg);
  background-image: -o-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/harry.jpg);
  background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9)),url(../img/faces/harry.jpg);
}

.testimonial-body {
  padding: 0 1.2em .6em;
  font-size: .92em;
}

.testimonial-quote,
.testimonial-author {
  margin-bottom: .5em;
}

.testimonial-author {
  font-size: .8em;
  margin-top: 0;
}

.subtitle,
.faq details p {
  text-align: center;
  color: #666;
  max-width: 600px;
  margin: 1.5em auto 2.2em;
}

.subtitle a {
  color: #fff;
  text-decoration: none;
  background: #e74c3c;
  border-radius: 50px;
  border: 0;
  display: inline-block;
  padding: 10px 20px;
  line-height: 24px;
  transition: all 200ms;

  box-shadow: rgba(0, 0, 0, 0.1) 0px -25px 18px -14px inset, rgba(230, 77, 59, 0.15) 0px 1px 2px, rgba(230, 77, 59, 0.15) 0px 2px 4px, rgba(230, 77, 59, 0.15) 0px 4px 8px, rgba(230, 77, 59, 0.15) 0px 8px 16px, rgba(230, 77, 59, 0.15) 0px 16px 32px;
}

.subtitle a:hover {
  text-decoration: underline;
}

.compatibility ul {
  list-style: none;
  margin-top: 2em;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.compatibility img {
  width: 100%;
  height: auto;
  max-width: 55px;
}

.compatibility li {
  display: inline;
  margin-right: 10px;
}

.compatibility li:last-child {
  margin-right: 0;
}

.buy-cta {
  background: #f3f3f3;
  padding: 4% 10% 15%;
  margin-top: 3em;
  border-radius: 5px;
}

.card {
  -webkit-box-shadow: rgba(0,0,0,.1) 0 1px 2px 0;
          box-shadow: rgba(0,0,0,.1) 0 1px 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  margin: 10% 0;
  margin-bottom: 0;
  text-align: center;
  border-radius: 7px;
  background: #fff;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

.card:hover {
  -webkit-box-shadow: rgba(56,60,67,.07) 0 0 0 1px,rgba(56,60,67,.15) 0 8px 14px 1px;
          box-shadow: rgba(56,60,67,.07) 0 0 0 1px,rgba(56,60,67,.15) 0 8px 14px 1px;
}

.card-example {
  padding: 8px;
  text-align: left;
  max-width: 300px;
  margin: 0;
  display: inline-block;
}

.card-example:hover {
  -webkit-box-shadow: rgba(0,12,32,.04) 0 0 1px 0,rgba(0,12,32,.04) 0 10px 16px 0;
          box-shadow: rgba(0,12,32,.04) 0 0 1px 0,rgba(0,12,32,.04) 0 10px 16px 0;
}

.card-body {
  padding: 0 .8em;
  font-size: .9em;
}

.card-title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: .8em;
}

.card-desc {
  color: #999;
  margin-top: 0;
}

.card-desc .fa-arrow-right {
  float: right;
}

.card-image img {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.card-example:hover .card-image img {
  opacity: .9;
}

.card-image {
  max-height: 200px;
  border-radius: 7px;
  overflow: hidden;
}

hr {
  border: 1px solid #f1f1f1;
  opacity: .7;
  margin-bottom: 6em;
}

.buy-cta .card {
  margin-top: 3em;
}

.price {
  font-size: 3em;
  margin: 0 0 0.15em;
  color: #333;
}

.price del {
  vertical-align: middle;
  color: #2cbc63;
}

.plan-name {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.save-badge {
  background-color: #ddf8e7;
  display: inline-block;
  color: green;
  cursor: default;
  font-weight: 500;
}

.toast-offer,
.save-badge {
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  vertical-align: middle;
  font-size: 13px;
}

.toast-offer {
  background: #FEF1BD;
  display: inline-block;
  text-decoration: none;
  margin-top: 1.5em;
}

.toast-offer,
.card .toast-offer span {
  color: #000;
}

.toast-offer:hover span {
  text-decoration: underline;
}

.offer {
  margin-top: .5em;
}

.offer del {
  color: #2cbc63;
  margin-left: 2px;
  margin-right: 2px;
  font-size: .9em;
}

.card span {
  color: #b9babd;
  font-size: .9em;
}

.benefits {
  margin: 1.5em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
}

.benefits li {
  list-style: none;
  line-height: 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.benefits a {
  color: inherit;
  text-decoration: none;
}

.benefits a:hover {
  text-decoration: underline;
}

.benefits li .fa-check {
  margin-right: .5em;
}

body > section:not(.buy-cta),
header {
  padding: 0 10%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



.buttons-wrapper {
  display: flex;
  text-align: center;
  flex-direction: column;
}

.buttons-wrapper a {
  flex: 1;
}

.demo-btn.second {
  background: #292b36;
  color: #fff;
  margin-left: 0;
}


#clock {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
}

#clock div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#clock .digit {
  font-size: 2em;
}

#clock .label {
  font-size: .7em;
}

#clock .colon {
  margin-top: -24px;
  font-size: 1.5em;
}

.credits {
  max-height: 100px;
  overflow: auto;
}


footer {
  padding: 10% 7%;
  background: rgba(0, 0, 0, .08);
  width: 100%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
}

.inner {
  display: flex;
  margin: 0 auto;
  max-width: 60em;
  align-items: flex-start;
  flex-direction: column;
}

.inner .credits {
  opacity: .7;
  font-size: .8em;
  text-align: left;
}

.first-buy-button {
  font-size: .91em;
}

.inner > :first-child {
  margin-right: 0;
  margin-bottom: 1.5em;
}

.inner > :first-child img {
  width: 40px;
}

.inner > :first-child p {
  font-size: .7em;
  color: rgba(0, 0, 0, .5);
  margin-bottom: 0;
}

.inner ul p {
  margin-top: 0;
  color: #333;
}

.inner ul {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

.inner a {
  text-decoration: none;
  color: rgba(0, 0, 0, .5);
}

.inner a:hover {
  text-decoration: underline;
}

.inner li {
  color: #afb2b8;
  margin-bottom: .5em;
}

.stars {
  margin-top: 1em;
  display: block;
}

.stars svg {
  color: #ddaf13;
}

.tablet-and-desktop-only {
  display: none;
}

.faq-ul {
  list-style: none;
  padding: 0;
  margin-top: 2em;
}

.faq {
  margin: 7em auto;
  margin-top: 8em;
}

.faq summary {
  margin-bottom: 1em;
  font-size: 1.1em;
  cursor: pointer;
}

.faq details p {
  text-align: left;
}

.faq details .demo-btn {
  display: none;
}



.fixed-header {
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 250ms;
  box-shadow: rgba(148, 148, 148, 0.3) 0 2px 6px;
  z-index: 9;
  padding: 0 7%;
  position: fixed;
  max-width: initial;
  display: flex;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  box-sizing: border-box;
}

.fixed-header.active {
  opacity: 1;
  pointer-events: auto;
}

.fixed-header .logo-wrapper img {
  width: 35px;
  height: 35px;
}

.fixed-header a {
  display: initial;
}

.fixed-header .button {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 25px;
  margin-right: 10px;
}

.fixed-header a:last-child .button {
  margin-right: 0;
  margin-left: 10px;
}

header a {
  display: none;
  text-decoration: none;
}

.fixed-header .header-logo-wrapper {
  display: flex;
  align-items: center;
}

.fixed-header h3.logo {
  margin: 1em 0;
  font-size: 20px;
}

.fixed-header .logo-img {
  height: 30px;
  margin-right: .5em;
}

.fixed-header .header-buttons-wrapper {
  margin-left: auto;
  margin-top: -1px;
}

.fixed-header .header-buttons-wrapper a.demo-btn {
  background: none;
  display: none;
}

.fixed-header .button {
  margin-top: 0;
}

.fixed-header a:not([href*="gum"]),
.fixed-header a:not([href*="gum"]) img,
.fixed-header del {
  display: none;
}

.fixed-header .big-price {
  font-size: 1em;
}

.fixed-header .buy-button > *:not(svg) {
  display: none;
}

.fixed-header .buy-button > svg {
  margin-right: 0;
}

.first-buy-button del {
  display: none;
}


@media screen and (min-width: 768px) {
  .compatibility li {
    margin-right: 2em;
  }

  .subtitle a {
    line-height: 16px;
  }

  #clock {
    width: 55%;
  }

  .mobile-only {
    display: none;
  }

  .tablet-and-desktop-only {
    display: initial;
  }

  .feature-card {
    margin: .25rem .5em;
  }

  .compatibility img {
    max-width: 65px;
  }

  .first-buy-button {
    font-size: initial;
  }

  .cursor {
    margin-left: -120px;
    margin-top: 40px;
  }

  .cssscanexample-css {
    margin-left: 95px;
  }

  footer {
    padding: 5rem 3rem;
  }

  .inner ul {
    margin: 0 2em;
    flex: 1;
  }

  .inner {
    flex-direction: row;
  }

  .inner > :first-child {
    text-align: center;
    margin-right: 3em;
    display: block;
    /*margin: 0 auto;
    max-width: 60em;
    align-items: flex-start;
    flex-direction: column;*/
  }

  .inner > :first-child img {
    width: 70px;
  }

  body > section:not(.buy-cta),
  header {
    max-width: 1050px;
  }

  .buy-cta {
    padding-bottom: 4%;
  }

  .buttons-wrapper {
    flex-direction: row;
  }

  .featured {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .video {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    cursor: pointer;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero-wrapper {
    margin-top: 4em;
  }

  .testimonials-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .testimonial-card {
    height: 325px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 1rem);
            flex: 0 1 calc(50% - 1rem);
  }

  .logo {
    font-size: 1.6em;
  }

  .logo-img {
    height: 50px;
  }

  .credits {
    max-height: initial;
  }

  .faq-ul {
    display: flex;
  }

  .faq-ul > div {
    flex: 1;
  }

  .faq-ul > div:last-child {
    margin-left: 2em;
  }

  .faq {
    margin: 7em auto;
    margin-top: 8em;
  }

  .fixed-header .button {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }

  .fixed-header a:not([href*="gum"]),
  .fixed-header a:not([href*="gum"]) img,
  .fixed-header del {
    display: initial;
  }

  .fixed-header {
    padding: 0 3%;
  }

  .fixed-header .buy-button > *:not(svg) {
    display: initial;
  }

  .fixed-header .buy-button > svg {
    margin-right: .5em;
  }

  .logo-img {
    margin-right: .7rem;
  }

  .logo-wrapper {
    -webkit-box-flex: 0 0 calc(25% - .5em);
        -ms-flex: 0 0 calc(25% - .5em);
            flex: 0 0 calc(25% - .5em);
  }

  .first-buy-button del {
    display: initial;
  }
}

@media screen and (min-width: 1024px) {
  .fixed-header .header-buttons-wrapper a.demo-btn {
    display: inline-block;
  }

  .compatibility .chip:hover {
    transform: scale(1.05) rotate(-1deg);
    box-shadow: rgba(44, 187, 99, 0.35) 0px -25px 18px -14px inset, rgba(44, 187, 99, 0.25) 0px 1px 2px, rgba(44, 187, 99, 0.25) 0px 2px 4px, rgba(44, 187, 99, 0.25) 0px 4px 8px, rgba(44, 187, 99, 0.25) 0px 8px 16px, rgba(44, 187, 99, 0.25) 0px 16px 32px;
  }

  .subtitle a:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px -25px 18px -14px inset, rgba(230, 77, 59, 0.25) 0px 1px 2px, rgba(230, 77, 59, 0.25) 0px 2px 4px, rgba(230, 77, 59, 0.25) 0px 4px 8px, rgba(230, 77, 59, 0.25) 0px 8px 16px, rgba(230, 77, 59, 0.25) 0px 16px 32px;
  }

  .faq details .demo-btn {
    display: inline-block;
    padding: 0px 5px;
    border-radius: 4px;
  }

  .fixed-header {
    padding: 0 10%;
  }

  section.featured .logo-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .benefits {
    margin-left: 10%;
    margin-right: 10%;
  }

  .hero-example {
    margin-top: initial;
    margin-left: initial;
    max-height: initial;
    overflow: initial;
    position: initial;
  }

  .hero-example:after {
    display: none;
  }


  .testimonial-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(20% - 1rem);
            flex: 0 1 calc(20% - 1rem);
  }


  body > section:not(.buy-cta),
  header {
    width: auto;
    -webkit-box-sizing: initial;
            box-sizing: initial;
  }

  .press .logo-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 0 0 16.6%;
            flex: 0 0 16.6%;
  }

  .demo-btn {
    display: inline-block;
  }

  .demo-img {
    display: block;
  }

  .video-btn {
    display: none;
  }

  .demo-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .hero-text {
    margin-right: 5em;
  }

  .video-section h2,
  .compatibility h3,
  .press h3,
  .buy-cta h3,
  .testimonials h3,
  .faq h3 {
    font-size: 2.5em;
  }

  .card {
    margin-left: 10%;
    margin-right: 10%;
  }

  .features-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

}

.hljs-literal,
.hljs-section,
.hljs-link {
  color: #fff;
}

.hljs-function .hljs-keyword {
  color: #ff79c6;
}

.hljs,
.hljs-subst {
  color: #b8cdd1 !important;
}

.hljs-string {
  color: #f1fa8c;
}
.hljs-title,
.hljs-name,
.hljs-type,
.hljs-attribute,
.hljs-symbol,
.hljs-bullet,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
  color: #61cbe0;
}

.hljs-number {
  color: #bd93f9;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
  color: #6272a4;
}

.hljs-emphasis {
  font-style: italic;
}

.big-price {
  font-size: 1.2em;
}
.pro {
  margin: 4em auto 2em;
  width: 270px;
}
.pro p {
  font-size: 13px;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.pro a {
  text-decoration: none;
  color: #000;
}

.border-gradient {
  position: relative;
  padding: 3px;
  background: linear-gradient(135deg,rgba(42, 245, 152, 1) ,rgba(0, 158, 253, 1) 50%,rgba(42, 245, 152, 1));
  background-size: 250%;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  transition: 500ms background-position;
}

.pro-container {
  display: flex;
  padding: 1% 1%;
  background: #f3f3f3;
  border-radius: 10px;
  align-items: center;
  box-shadow: rgba(0,0,0,.2) 0 5px 30px;
}


.pro:hover .border-gradient {
  background-position: 100% center;
}



.gradient-text {
  background-image: linear-gradient(135deg,rgba(42, 245, 152, 1) ,rgba(0, 158, 253, 1) 50%,rgba(42, 245, 152, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 250%;
  transition: 500ms background-position;
}

.gradient-text:hover {
  background-position: 100% center;
}

.pro a path {
  fill: url(#rg);
}

.pro svg {
  margin-right: .25em;
}

.pulse-animation {
  animation: 3s pulse infinite;
}

@keyframes pulse {
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.hero-example .cssscanexample-inline-color {
  width: 11px;
  height: 11px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -2px;
  border: 1px solid rgba(204, 204, 204, .3);
}

.cssscan-hover-tag {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  color: #4adc71;
}

div.loading-demo {
  top: 6px;
  right: 6px;
  position: fixed;
  display: none;

  z-index: 2147483647;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
  width: initial !important;
  text-shadow: none !important;
  border-radius: 50px;
  padding: 4px 20px;
  border: 0;
  font-size: 14px;
  height: initial;
  line-height: 24px;
  box-shadow: rgba(0,0,0,.15) .15em .15em .2em;
  margin: 0;
  transition: 0.1s ease-in all;
  vertical-align: middle;
  text-transform: initial;
  background: rgba(30, 32, 44, .9) !important;
  backdrop-filter: blur(3px);
  outline: 0 !important;
}

#cssscan-buttons button svg {
  pointer-events: none;
}


.credits a {
  color: #333;
}

.subtitle a:hover {
  text-decoration: none;
  transform: scale(1.05) rotate(-1deg);
}

.header-buttons-wrapper > a {
  color: #555;
  text-decoration: none;
  margin-right: 1.5em;
  font-family: 'CerebriSans-Bold', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
}

.header-buttons-wrapper > a:hover {
  color: #000;
}

.header-buttons-wrapper div {
  font-family: 'CerebriSans-Regular', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
}

.header-buttons-wrapper a:last-child {
  margin-right: 0;
}

.compatibility {
  text-align: center;
}

.compatibility .chip {
  text-decoration: none;
  background: #fff;
  border-radius: 100px;
  margin: 2em auto 0;
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  color: #333;
  transition: all 250ms;
  box-shadow: rgba(44, 187, 99, 0.2) 0px -25px 18px -14px inset, rgba(44, 187, 99, 0.15) 0px 1px 2px, rgba(44, 187, 99, 0.15) 0px 2px 4px, rgba(44, 187, 99, 0.15) 0px 4px 8px, rgba(44, 187, 99, 0.15) 0px 8px 16px, rgba(44, 187, 99, 0.15) 0px 16px 32px;
  background-color: #c2fbd7;
  color: green;
}

.fixed-header .header-buttons-wrapper a.demo-btn:hover {
  transform: none;
}


/* Halloween
.save-badge {
      background: #e43535;
      color: #fff;
    }

    body {
      background-color: #170535;
      background-image: url(https://i.imgur.com/Jjo6cJZ.png);
      color: #fff;
    }

    a {
      color: #c31919;
    }

    .demo-btn,
    .button {
      background: rgba(0, 0, 0, 43%);
      color: #fbc2f6;
    }

    .button {
      border: 1px solid transparent;
    }

    .featured img,
    .featured:not(.last) img {
      filter: invert(1);
    }

    .demo-btn:hover {
      color: #fbc2f6;
      background: rgba(0, 0, 0, 63%);
    }

    .save-badge {
      background: rgba(120, 3, 127, .75);
      color: #fff;
    }

    .button-principal, .buy-button {
      background: #FF7C10;
      color: #000;
    }

    .feature-card {
      background: rgba(255, 255, 255, .1);
    }

    .feature-desc {
      color: rgba(255, 255, 255, .79);
    }

    .demo-cta {
      background: rgba(108, 0, 119, .46);
    }

    .demo-btn.second {
      color: #fff;
      background: #831417;
      border-color: #ff0606;
    }

    .card-title {
      color: #333;
    }

    .card {
      background: rgba(255, 255, 255, .14);
    }

    .card-example {
      background: #fff;
    }
    
    body:before {
      z-index: -1;
      width: 100%;
      height: 150vh;
      position: absolute;
      top: 0;
      left: 0;
      content: '';
    }

    .buy-cta,
    body:before {
      background: url(https://i.imgur.com/Jjo6cJZ.png), linear-gradient(#170535, #860e0e, #170535);
    }

    .price {
      color: #fff;
    }

    .card .save-badge {
      background: rgba(81, 23, 84, 68%);
    }

    .subtitle, .faq details p {
      color: rgba(255, 255, 255, .8);
    }

    .subtitle a {
      color: #c31919;
      background: rgba(0, 0, 0, 24%);
      border: 1px solid rgb(228 228 228 / 37%);
      font-family: 'CerebriSans-Bold', -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
    }

    hr {
      border: 1px solid rgba(255, 255, 255, 22%);
    }

    .inner a,
    .inner > :first-child p {
      color: rgba(255, 255, 255, .5);
    }

    .inner ul p {
      color: #5400f5;
    }

    .border-gradient {
      background: linear-gradient(135deg,rgb(255 0 0) ,rgba(0, 158, 253, 1) 50%,rgb(92 42 245));
    }

    .pro-container {
      color: #fff;
      background: #1e1f2f;
    }

    .hero-example:after {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0, 0)), color-stop(90%, rgb(36 13 54)));
      background-image: -webkit-linear-gradient(top, rgba(0,0,0, 0), rgb(36 13 54) 90%);
      background-image: -o-linear-gradient(top, rgba(0,0,0, 0), rgb(36 13 54) 90%);
      background-image: linear-gradient(to bottom, rgba(0,0,0, 0), rgb(36 13 54) 90%);
    }

    .credits a {
      // Remember to back here to #333
      color: #fff;
    }

    h3.logo,
    .blink-neon {
      text-shadow: 0 -40px 100px, 0 0 2px, 0 0 1em #ff4444, 0 0 0.5em #ff4444, 0 0 0.1em #ff4444, 0 10px 3px #000;
    }

    .blink-neon {
      transition: none;
    }

    h3.logo span,
    .blink-neon {
      animation: blink linear infinite 2s;
    }
    h3.logo span:nth-of-type(2){
      animation: blink linear infinite 3s;
    }

    @keyframes blink {
      78% {
        color: inherit;
        text-shadow: inherit;
      }
      79%{
         color: #333;
      }
      80% {
        
        text-shadow: none;
      }
      81% {
        color: inherit;
        text-shadow: inherit;
      }
      82% {
        color: #333;
        text-shadow: none;
      }
      83% {
        color: inherit;
        text-shadow: inherit;
      }
      92% {
        color: #333;
        text-shadow: none;
      }
      92.5% {
        color: inherit;
        text-shadow: inherit;
      }
    }

    @-webkit-keyframes blink {
      78% {
        color: inherit;
        text-shadow: inherit;
      }
      79%{
         color: #333;
      }
      80% {
        
        text-shadow: none;
      }
      81% {
        color: inherit;
        text-shadow: inherit;
      }
      82% {
        color: #333;
        text-shadow: none;
      }
      83% {
        color: inherit;
        text-shadow: inherit;
      }
      92% {
        color: #333;
        text-shadow: none;
      }
      92.5% {
        color: inherit;
        text-shadow: inherit;
      }
    }
*/
