body.overflow--hidden {
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 860px) {
  .hide--mobile {
    display: none !important;
  }
}
#flipbook__fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  background: rgba(33, 33, 33, 0.66);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 0.34s ease;
  overflow: auto;
}
#flipbook__fixed.flipbook-show {
  opacity: 1;
  pointer-events: all;
}
#flipbook__fixed.flipbook-show #flipbook__wrapper {
  transform: none;
}

#flipbook__wrapper {
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  transition: 0.34s ease;
  transform: translateY(300px);
  max-width: 1280px;
  margin: auto;
  padding-bottom: 48px;
}
#flipbook__wrapper #flipbook__actions {
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  margin: 0 15px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: -16px;
  z-index: 999;
}
#flipbook__wrapper #flipbook__actions .action__wrapper {
  display: flex;
  align-items: center;
  flex: 1;
}
#flipbook__wrapper #flipbook__actions .action__wrapper:first-child {
  justify-content: flex-end;
  margin-right: 16px;
}
#flipbook__wrapper #flipbook__actions .turn-counter {
  margin: 0 12px;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  background: #f3f3f3;
  border-radius: 4px;
}
#flipbook__wrapper #flipbook__actions .turn-counter span {
  padding: 4px;
}
#flipbook__wrapper #flipbook__actions a {
  font-size: 20px;
  color: #006AB3;
  text-decoration: none;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.24s ease;
}
#flipbook__wrapper #flipbook__actions a + a {
  margin-left: 3px;
}
#flipbook__wrapper #flipbook__actions a:hover {
  background: #006AB3;
  color: #fff;
}
#flipbook__wrapper #flipbook__actions a[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
#flipbook__wrapper #flipbook__actions a.js--close {
  margin-left: 16px;
  background: #006AB3;
  color: #fff;
}
#flipbook__wrapper #flipbook__actions a.js--close:hover {
  background: #212121;
}
@media (max-width: 860px) {
  #flipbook__wrapper .magazine-viewport, #flipbook__wrapper .magazine {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
  }
  #flipbook__wrapper .magazine-viewport img {
    width: 100%;
  }
  #flipbook__wrapper .magazine {
    padding: 0 15px;
  }
}

.magazine-viewport img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

.animated {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.exit-message {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10000;
}
.exit-message > div {
  width: 140px;
  height: 30px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font: 12px arial;
  line-height: 30px;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.html-page {
  background: #fff;
}
.html-page .html-page-wrapper {
  padding: 3rem;
}
.html-page table {
  width: 100%;
  border-collapse: collapse;
}
.html-page img {
  width: 100%;
}

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