div.subtitle, p.subtitle {
  font-weight: 400;
  font-size: 3em;
  line-height: 1.1625;
  margin-top: 0.2625em;
  margin-bottom: 0.5em;
}
@media all and (max-width: 48em) {
  div.subtitle, p.subtitle {
    font-size: 1.75em;
  }
}

p.large {
  font-size: 3em;
}
@media all and (max-width: 48em) {
  p.large {
    font-size: 2.475em;
  }
}

p.medium {
  font-size: 1.475em;
}
@media all and (max-width: 48em) {
  p.medium {
    font-size: 1.438125em;
  }
}

p.orange, span.orange {
  color: #fb4300;
}

p.seethrough {
  color: rgba(255, 255, 255, 0.15);
}

span.normal {
  font-weight: 400;
  opacity: 1;
  color: #fff;
  text-decoration: none;
  font-style: normal;
}

div.ino-after {
  position: relative;
  padding-bottom: 9em;
}
div.ino-after > .ino-icon {
  position: absolute;
  left: calc(50% - 1.75em);
  bottom: 3em;
  width: 3.5em;
  height: 3.5em;
  opacity: 0.89;
  transform: rotate(150deg);
}

/*# sourceMappingURL=ckeditor.css.map */
