.b-lazy--img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: black; }
  .b-lazy--img.cover img {
    object-fit: cover;
    height: 100%; }
  .b-lazy--img.contain img {
    object-fit: contain;
    height: 100%; }
  .b-lazy--img .b-lazy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    opacity: 0;
    pointer-events: none; }
.tweet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white; }
  .tweet .content {
    padding: 18px 60px;
    width: 80%;
    max-width: 600px;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 5px;
    text-align: left;
    background: black; }
    @media only screen and (max-width: 840px) {
      .tweet .content {
        padding: 20px; } }
    @media only screen and (max-height: 700px) {
      .tweet .content {
        padding: 20px; } }
    .mobile .tweet .content,
    .tablet .tweet .content {
      padding: 20px; }
  .tweet .user {
    margin: 0 0 15px; }
    .tweet .user .left,
    .tweet .user .right {
      display: inline-block;
      vertical-align: top; }
    .tweet .user .right {
      margin: 0 0 0 10px; }
    .tweet .user .b-lazy--img {
      width: 40px; }
    .tweet .user .name {
      font-size: 20px;
      line-height: 24px;
      font-family: "Diodrum-Semibold"; }
      @media only screen and (max-width: 840px) {
        .tweet .user .name {
          font-size: 16px;
          line-height: 20px; } }
      @media only screen and (max-height: 700px) {
        .tweet .user .name {
          font-size: 16px;
          line-height: 20px; } }
      .mobile .tweet .user .name,
      .tablet .tweet .user .name {
        font-size: 16px;
        line-height: 20px; }
    .tweet .user .screen-name {
      color: #6a7783; }
      @media only screen and (max-width: 840px) {
        .tweet .user .screen-name {
          font-size: 13px;
          line-height: 17px; } }
      @media only screen and (max-height: 700px) {
        .tweet .user .screen-name {
          font-size: 13px;
          line-height: 17px; } }
      .mobile .tweet .user .screen-name,
      .tablet .tweet .user .screen-name {
        font-size: 13px;
        line-height: 17px; }
  @media only screen and (max-width: 840px) {
    .tweet .message {
      font-size: 13px;
      line-height: 17px; } }
  @media only screen and (max-height: 700px) {
    .tweet .message {
      font-size: 13px;
      line-height: 17px; } }
  .mobile .tweet .message,
  .tablet .tweet .message {
    font-size: 13px;
    line-height: 17px; }
  .tweet .created-at,
  .tweet .location {
    font-size: 13px;
    line-height: 17px;
    margin: 20px 5px 0 0;
    display: inline-block;
    color: #6a7783; }
    @media only screen and (max-width: 840px) {
      .tweet .created-at,
      .tweet .location {
        margin: 10px 5px 0 0; } }
    @media only screen and (max-height: 700px) {
      .tweet .created-at,
      .tweet .location {
        margin: 10px 5px 0 0; } }
    .mobile .tweet .created-at,
    .tablet .tweet .created-at, .mobile
    .tweet .location,
    .tablet
    .tweet .location {
      margin: 10px 5px 0 0; }
  .tweet .photo {
    margin: 40px 0 0;
    width: 100%;
    height: 350px; }
    @media only screen and (max-width: 840px) {
      .tweet .photo {
        margin: 0;
        height: 250px; } }
    @media only screen and (max-height: 700px) {
      .tweet .photo {
        margin: 0;
        height: 250px; } }
    .mobile .tweet .photo,
    .tablet .tweet .photo {
      margin: 0;
      height: 250px; }
.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
  transition: all .25s ease-in;
  opacity: .4;
  position: absolute;
  z-index: 2;
  top: 20px;
  background: 0 0;
  border: 0;
  font-size: 32px;
  cursor: pointer; }

.carousel .control-arrow:hover {
  opacity: 1; }

.carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: ''; }

.carousel .control-disabled.control-arrow {
  opacity: 0;
  cursor: inherit;
  display: none; }

.carousel .control-prev.control-arrow {
  left: 0; }

.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff; }

.carousel .control-next.control-arrow {
  right: 0; }

.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff; }

.carousel {
  position: relative;
  width: 100%; }

.carousel * {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.carousel button {
  outline: 0;
  border: 0;
  background: 0 0; }

.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none; }

.carousel .carousel {
  position: relative; }

.carousel .control-arrow {
  top: 50%;
  margin-top: -13px;
  font-size: 18px; }

.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden; }

.carousel .thumbs {
  transition: all .15s ease-in;
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap; }

.carousel .thumb {
  transition: border .15s ease-in;
  display: inline-block;
  width: 80px;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px; }

.carousel .thumb.selected, .carousel .thumb:hover {
  border: 3px solid #333;
  padding: 2px; }

.carousel .thumb img {
  vertical-align: top; }

.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden; }

.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px; }

.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2); }

.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  transition: height .15s ease-in; }

.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

.carousel .slider-wrapper.axis-horizontal .slider .slide {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: column;
  flex-flow: column; }

.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

.carousel .slider-wrapper.axis-vertical .slider {
  -ms-flex-direction: column;
  flex-direction: column; }

.carousel .slider {
  position: relative;
  list-style: none;
  width: 100%; }

.carousel .slider.animated {
  transition: all .35s ease-in-out; }

.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  background: #000; }

.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0; }

.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0; }

.carousel .slide .legend {
  transition: all .5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: .25;
  transition: opacity .35s ease-in-out; }

.carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  text-align: center;
  width: 100%; }

@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0; } }

.carousel .control-dots .dot {
  transition: opacity .25s ease-in;
  opacity: .3;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px; }

.carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
  opacity: 1; }

.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff; }

.carousel:hover .slide .legend {
  opacity: 1; }
.tweets {
  margin: 0 auto;
  color: white;
  max-width: 700px; }
  .tweets .carousel-slider {
    width: 100%;
    height: 100%; }
  .tweets .slider,
  .tweets .slider-wrapper {
    height: 100%; }
  .tweets .carousel .control-next.control-arrow:before {
    border-left: 16px solid #fff; }
  .tweets .carousel .control-prev.control-arrow:before {
    border-right: 16px solid #fff; }
  .tweets .carousel .slide {
    background: none; }
  .tweets .carousel .control-arrow:before, .tweets .carousel.carousel-slider .control-arrow:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent; }
.menu-icon {
  font-size: 20px;
  line-height: 24px;
  z-index: 10;
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  font-family: "PathwayGothicOne-Regular";
  color: #fff;
  letter-spacing: 1px; }
  @media only screen and (max-width: 840px) {
    .menu-icon {
      top: 40px;
      right: 30px; } }
  @media only screen and (max-height: 700px) {
    .menu-icon {
      top: 40px;
      right: 30px; } }
  .mobile .menu-icon,
  .tablet .menu-icon {
    top: 40px;
    right: 30px; }
  @media only screen and (max-width: 840px) {
    .menu-icon span {
      display: none; } }
  @media only screen and (max-height: 700px) {
    .menu-icon span {
      display: none; } }
  .mobile .menu-icon span,
  .tablet .menu-icon span {
    display: none; }
  .menu-icon img {
    margin-left: 20px; }
    @media only screen and (max-width: 840px) {
      .menu-icon img {
        width: 24px; } }
    @media only screen and (max-height: 700px) {
      .menu-icon img {
        width: 24px; } }
    .mobile .menu-icon img,
    .tablet .menu-icon img {
      width: 24px; }

.menu {
  position: absolute;
  width: 100%;
  height: 100%; }
  .menu .links {
    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-50%); }
    .menu .links a {
      margin: 0 auto;
      padding: 38px;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      cursor: pointer;
      font-family: 'PathwayGothicOne-Regular';
      font-size: 55px;
      color: #fff;
      line-height: 50px;
      text-decoration: none;
      transition: color 0.3s ease-in; }
      .desktop .menu .links a:hover {
        color: #E04E39; }
      @media only screen and (max-width: 1024px) {
        .menu .links a {
          font-size: 40px;
          line-height: 35px;
          padding: 35px; } }
      @media only screen and (max-height: 800px) {
        .menu .links a {
          font-size: 40px;
          line-height: 35px;
          padding: 35px; } }
      @media only screen and (max-width: 840px) {
        .menu .links a {
          font-size: 20px;
          line-height: 24px;
          padding: 20px; } }
      @media only screen and (max-height: 700px) {
        .menu .links a {
          font-size: 20px;
          line-height: 24px;
          padding: 20px; } }
      .mobile .menu .links a,
      .tablet .menu .links a {
        font-size: 20px;
        line-height: 24px;
        padding: 20px; }
    .menu .links .socials {
      margin: 5px; }
      .menu .links .socials .facebook-icon,
      .menu .links .socials .twitter-icon {
        padding: 20px;
        cursor: pointer;
        fill: #fff;
        transition: all 0.3s ease-in; }
        .desktop .menu .links .socials .facebook-icon:hover, .desktop
        .menu .links .socials .twitter-icon:hover {
          fill: #E04E39; }
  .menu .share-text {
    margin: 10px 0;
    display: block;
    font-family: 'PathwayGothicOne-Regular';
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media only screen and (max-width: 840px) {
      .menu .share-text {
        font-size: 14px; } }
    @media only screen and (max-height: 700px) {
      .menu .share-text {
        font-size: 14px; } }
    .mobile .menu .share-text,
    .tablet .menu .share-text {
      font-size: 14px; }
.overlay {
  z-index: 300;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.9); }
  .overlay.isTweets .overlay-content {
    top: 50%;
    left: 50%;
    width: 600px;
    min-height: 600px;
    min-height: auto;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 840px) {
      .overlay.isTweets .overlay-content {
        top: 50%;
        left: 50%;
        width: calc(100vw - 10px); } }
    @media only screen and (max-height: 700px) {
      .overlay.isTweets .overlay-content {
        top: 50%;
        left: 50%;
        width: calc(100vw - 10px); } }
    .mobile .overlay.isTweets .overlay-content,
    .tablet .overlay.isTweets .overlay-content {
      top: 50%;
      left: 50%;
      width: calc(100vw - 10px); }
  .overlay.has-background {
    overflow: hidden;
    background: black; }
    .overlay.has-background video {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .overlay.has-background::after {
      content: '';
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.6;
      background: black; }
  @media only screen and (max-width: 840px) {
    .overlay {
      position: fixed;
      padding: 0;
      width: 100%;
      height: 100%;
      min-height: auto; } }
  @media only screen and (max-height: 700px) {
    .overlay {
      position: fixed;
      padding: 0;
      width: 100%;
      height: 100%;
      min-height: auto; } }
  .mobile .overlay,
  .tablet .overlay {
    position: fixed;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: auto; }
  .overlay .overlay-content {
    z-index: 2;
    position: absolute;
    top: 100px;
    left: 100px;
    width: calc(100vw - 200px);
    min-height: calc(100vh - 200px); }
    @media only screen and (max-width: 840px) {
      .overlay .overlay-content {
        top: 50%;
        left: 50%;
        width: calc(100vw - 20px);
        transform: translate(-50%, -50%); } }
    @media only screen and (max-height: 700px) {
      .overlay .overlay-content {
        top: 50%;
        left: 50%;
        width: calc(100vw - 20px);
        transform: translate(-50%, -50%); } }
    .mobile .overlay .overlay-content,
    .tablet .overlay .overlay-content {
      top: 50%;
      left: 50%;
      width: calc(100vw - 20px);
      transform: translate(-50%, -50%); }
  .overlay .close {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-family: 'PathwayGothicOne-Regular';
    font-size: 20px;
    color: #ee4034;
    line-height: 24px; }
    .overlay .close > * {
      display: inline-block;
      vertical-align: middle; }
    .overlay .close span {
      margin: 0 10px 0 0;
      text-transform: uppercase; }
      .overlay .close span:last-child() {
        margin: 0; }
      @media only screen and (max-width: 840px) {
        .overlay .close span {
          display: none; } }
      @media only screen and (max-height: 700px) {
        .overlay .close span {
          display: none; } }
      .mobile .overlay .close span,
      .tablet .overlay .close span {
        display: none; }
.intro {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: white;
  text-align: center;
  background: black; }
  .intro .progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: #ee4034; }
  .intro .item {
    margin: 10px 0;
    display: block; }
  .intro .enter {
    position: relative;
    margin: 40px 0 0;
    cursor: pointer;
    font-family: 'PathwayGothicOne-Regular';
    font-size: 20px; }
    .intro .enter::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #ee4034; }
  .intro .first {
    font-size: 25px;
    line-height: 29px; }
    @media only screen and (max-width: 840px) {
      .intro .first {
        font-size: 15px;
        line-height: 20px; }
        .intro .first .paragraph-one {
          display: inline-block;
          margin-bottom: 20px; } }
    @media only screen and (max-height: 700px) {
      .intro .first {
        font-size: 15px;
        line-height: 20px; }
        .intro .first .paragraph-one {
          display: inline-block;
          margin-bottom: 20px; } }
    .mobile .intro .first,
    .tablet .intro .first {
      font-size: 15px;
      line-height: 20px; }
      .mobile .intro .first .paragraph-one,
      .tablet .intro .first .paragraph-one {
        display: inline-block;
        margin-bottom: 20px; }
  .intro .hashtag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 840px) {
      .intro .hashtag {
        width: 200px; } }
    @media only screen and (max-height: 700px) {
      .intro .hashtag {
        width: 200px; } }
    .mobile .intro .hashtag,
    .tablet .intro .hashtag {
      width: 200px; }
  .intro .content {
    z-index: 3;
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    height: 100%;
    max-width: 600px;
    opacity: 0;
    transform: scale(1.1);
    transform-origin: center center; }
  .intro .titles {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .intro .titles > * {
      font-family: "Diodrum-Semibold";
      font-size: 120px;
      line-height: 120px; }
      @media only screen and (max-width: 840px) {
        .intro .titles > * {
          font-size: 70px; } }
      @media only screen and (max-height: 700px) {
        .intro .titles > * {
          font-size: 70px; } }
      .mobile .intro .titles > *,
      .tablet .intro .titles > * {
        font-size: 70px; }
    .intro .titles .top {
      position: absolute;
      top: 0%;
      left: 50%;
      transform: translate(-50%, -35%); }
    .intro .titles .bottom {
      position: absolute;
      bottom: 0%;
      left: 50%;
      transform: translate(-50%, 35%); }
  .intro .background {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .intro .background::after {
      content: '';
      z-index: 1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.5;
      background: black; }
    .intro .background video {
      object-fit: cover;
      width: 100%;
      height: 100%; }
.app .logo {
  z-index: 299;
  position: absolute;
  top: 50px;
  left: 0; }
  .app .logo > * {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 840px) {
      .app .logo > * {
        display: block; } }
    @media only screen and (max-height: 700px) {
      .app .logo > * {
        display: block; } }
    .mobile .app .logo > *,
    .tablet .app .logo > * {
      display: block; }
  .app .logo .abbe {
    position: relative;
    margin: 0 40px 0 0;
    width: 75px;
    height: 84px;
    background: url("images/logo.png") no-repeat center;
    background-size: contain; }
    @media only screen and (max-width: 840px) {
      .app .logo .abbe {
        margin: 0; } }
    @media only screen and (max-height: 700px) {
      .app .logo .abbe {
        margin: 0; } }
    .mobile .app .logo .abbe,
    .tablet .app .logo .abbe {
      margin: 0; }
    .app .logo .abbe::after {
      content: '';
      position: absolute;
      top: 20%;
      right: -20px;
      width: 1px;
      height: 60%;
      background: rgba(255, 255, 255, 0.5); }
      @media only screen and (max-width: 840px) {
        .app .logo .abbe::after {
          display: none; } }
      @media only screen and (max-height: 700px) {
        .app .logo .abbe::after {
          display: none; } }
      .mobile .app .logo .abbe::after,
      .tablet .app .logo .abbe::after {
        display: none; }
  .app .logo .emmaus {
    width: 65px;
    height: 40px;
    background: url("images/emmaus_logo.svg") no-repeat center;
    background-size: contain; }
    @media only screen and (max-width: 840px) {
      .app .logo .emmaus {
        margin: 0 0 0 5px; } }
    @media only screen and (max-height: 700px) {
      .app .logo .emmaus {
        margin: 0 0 0 5px; } }
    .mobile .app .logo .emmaus,
    .tablet .app .logo .emmaus {
      margin: 0 0 0 5px; }

.app .back-button {
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-family: 'PathwayGothicOne-Regular';
  font-size: 20px;
  color: #ee4034;
  line-height: 24px; }
  .app .back-button > * {
    display: inline-block;
    vertical-align: middle; }
  .app .back-button span {
    margin: 0 10px 0 0;
    text-transform: uppercase; }
    @media only screen and (max-width: 840px) {
      .app .back-button span {
        display: none; } }
    @media only screen and (max-height: 700px) {
      .app .back-button span {
        display: none; } }
    .mobile .app .back-button span,
    .tablet .app .back-button span {
      display: none; }

.app .orange {
  color: #ee4034; }
/* 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;
}
@font-face {
  font-family: 'PathwayGothicOne-Regular';
  src: url("fonts/PathwayGothicOne-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/PathwayGothicOne-Regular.woff") format("woff"), url("fonts/PathwayGothicOne-Regular.ttf") format("truetype"), url("fonts/PathwayGothicOne-Regular.svg#PathwayGothicOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Diodrum-Regular';
  src: url("fonts/Diodrum-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Diodrum-Regular.otf") format("opentype"), url("fonts/Diodrum-Regular.woff") format("woff"), url("fonts/Diodrum-Regular.ttf") format("truetype"), url("fonts/Diodrum-Regular.svg#Diodrum-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Diodrum-Semibold';
  src: url("fonts/Diodrum-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Diodrum-Semibold.otf") format("opentype"), url("fonts/Diodrum-Semibold.woff") format("woff"), url("fonts/Diodrum-Semibold.ttf") format("truetype"), url("fonts/Diodrum-Semibold.svg#Diodrum-Semibold") format("svg");
  font-weight: normal;
  font-style: normal; }

html,
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased; }

body.progress {
  cursor: progress; }

#app {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Diodrum-Regular"; }
  #app.no-scroll {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }

.pages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page {
  z-index: 1;
  position: absolute;
  width: 100%;
  min-height: 100%; }
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }
