html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  width: 100%;
  position: fixed;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dry {
  -webkit-transition: none !important;
     -moz-transition: none !important;
          transition: none !important;
}
.dry * {
  -webkit-transition: none !important;
     -moz-transition: none !important;
          transition: none !important;
}
.nodisplay {
  display: none;
}
.hidden {
  visibility: hidden;
}
.animated {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root.zoomed .book .pages .page {
  cursor: all-scroll;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.flipbook-root.zoomed .book .pages .page:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.flipbook-root .page-thumb {
  background-color: white;
  -moz-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
}
.flipbook-root .page-thumb.left {
  background-position: right center;
}
.flipbook-root .page-thumb.right {
  background-position: left center;
}
.flipbook-root.fullscreen .no-fullscreen {
  display: none !important;
}
.flipbook-root:not(.fullscreen) .fullscreen-only {
  display: none;
}
.flipbook-root,
.flipbook-root * {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flipbook-root input,
.flipbook-root textarea,
.flipbook-root [contenteditable] {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.flipbook-root .page-grid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  overflow-y: hidden;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.flipbook-root .page-grid.active {
  overflow-y: auto;
}
.flipbook-root .page-grid > ol {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .page-grid.empty > ol {
  opacity: 0;
}
.flipbook-root .page-grid .grid-item {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  list-style: none;
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.flipbook-root .page-grid .grid-item:nth-child(2n+1) .details {
  left: 100%;
  -webkit-transform-origin: -120px 25%;
     -moz-transform-origin: -120px 25%;
      -ms-transform-origin: -120px 25%;
          transform-origin: -120px 25%;
}
.flipbook-root .page-grid .grid-item:nth-child(2n) .details {
  right: 100%;
  text-align: right;
  -webkit-transform-origin: 520px 25%;
     -moz-transform-origin: 520px 25%;
      -ms-transform-origin: 520px 25%;
          transform-origin: 520px 25%;
}
.flipbook-root .page-grid .grid-item .details {
  position: absolute;
  top: 0;
  opacity: 0;
  max-width: 25vw;
  width: 200%;
  height: -moz-calc(80%);
  height: calc(80%);
  margin: 10px 50%;
  -webkit-transform: scale(0.1, 0.1);
     -moz-transform: scale(0.1, 0.1);
      -ms-transform: scale(0.1, 0.1);
          transform: scale(0.1, 0.1);
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .page-grid .grid-item .details.active {
  -webkit-transition-delay: .25s;
     -moz-transition-delay: .25s;
          transition-delay: .25s;
  opacity: 1;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.flipbook-root .layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flipbook-root:not(.zoomed) .image-layers > div:nth-child(n+2) {
  display: none !important;
}
.flipbook-root .viewport {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flipbook-root .viewport:before {
  display: block;
  content: ' ';
  height: 50%;
}
.flipbook-root .viewport .zoomable .book[data-lod="10"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 10) {
  display: block;
}
.flipbook-root .viewport .zoomable .book[data-lod="9"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 9) {
  display: block;
}
.flipbook-root .viewport .zoomable .book[data-lod="8"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 8) {
  display: block;
}
.flipbook-root .viewport .zoomable .book[data-lod="7"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 7) {
  display: block;
}
.flipbook-root .viewport .zoomable .book[data-lod="6"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 6) {
  display: block;
}
.flipbook-root .viewport .zoomable .book[data-lod="5"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 5) {
  display: block;
}
.flipbook-root .viewport .zoomable .book[data-lod="4"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 4) {
  display: block;
}
.flipbook-root .viewport .zoomable .book[data-lod="3"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 3) {
  display: block;
}
.flipbook-root .viewport .zoomable .book[data-lod="2"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 2) {
  display: block;
}
.flipbook-root .viewport .zoomable .book[data-lod="1"] .pages .page:not([data-animation]) .content .image-layers > div:nth-of-type(-n + 1) {
  display: block;
}
.flipbook-root .viewport .zoomable .book .pages .page .content .image-layers > div:nth-of-type(1) {
  display: block !important;
}
.flipbook-root .viewport .zoomable .book {
  position: relative;
  left: 50%;
}
.flipbook-root .viewport .zoomable .book .pages .page {
  -webkit-animation-duration: .65s;
     -moz-animation-duration: .65s;
          animation-duration: .65s;
  -webkit-animation-delay: .1s;
     -moz-animation-delay: .1s;
          animation-delay: .1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
}
.flipbook-root .viewport .zoomable .book .pages .page.empty {
  display: none;
}
.flipbook-root .viewport .zoomable .book .pages .page > .meta {
  display: none;
}
.flipbook-root .viewport .zoomable .book .pages .page[data-animation] iframe {
  display: none;
}
.flipbook-root .viewport .zoomable .book .pages .page.hidden .content {
  display: none;
}
.flipbook-root .viewport .zoomable .book .pages .page:nth-child(2n) .content,
.flipbook-root .viewport .zoomable .book .pages .page:nth-child(2n) .content .image-layers > div > div {
  background-position: left center;
}
.flipbook-root .viewport .zoomable .book .pages .page:nth-child(2n+1) .content,
.flipbook-root .viewport .zoomable .book .pages .page:nth-child(2n+1) .content .image-layers > div > div {
  background-position: right center;
}
.flipbook-root .viewport .zoomable .book .pages .page .content {
  -moz-background-size: contain;
       background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  -webkit-animation-duration: .65s;
     -moz-animation-duration: .65s;
          animation-duration: .65s;
  -webkit-animation-delay: .1s;
     -moz-animation-delay: .1s;
          animation-delay: .1s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
          animation-fill-mode: both;
}
.flipbook-root .viewport .zoomable .book .pages .page .content .image-layers > div {
  display: none;
}
.flipbook-root .viewport .zoomable .book .pages .page .content .image-layers > div > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-background-size: contain;
       background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.flipbook-root .viewport .zoomable .book .pages .page .empty {
  display: none;
}
.flipbook-root .viewport .zoomable .book .pages .page .content {
  width: 100%;
  height: 100%;
}
.flipbook-root .viewport .zoomable .book .pages .page:nth-child(2n+1) {
  -webkit-transform: translate(-50%, 0) translateX(1px);
     -moz-transform: translate(-50%, 0) translateX(1px);
      -ms-transform: translate(-50%, 0) translateX(1px);
          transform: translate(-50%, 0) translateX(1px);
}
.flipbook-root .viewport .zoomable .book .pages .page:nth-child(2n) {
  -webkit-transform: translate(50%, 0) translateX(-1px);
     -moz-transform: translate(50%, 0) translateX(-1px);
      -ms-transform: translate(50%, 0) translateX(-1px);
          transform: translate(50%, 0) translateX(-1px);
}
@-webkit-keyframes page-right-flipin-from-right {
  from {
    -webkit-transform: translate3d(150%, 0, 1px);
            transform: translate3d(150%, 0, 1px);
  }
  to {
    -webkit-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
}
@-moz-keyframes page-right-flipin-from-right {
  from {
    -moz-transform: translate3d(150%, 0, 1px);
         transform: translate3d(150%, 0, 1px);
  }
  to {
    -moz-transform: translate(50%, 0) translateX(-1px);
         transform: translate(50%, 0) translateX(-1px);
  }
}
@keyframes page-right-flipin-from-right {
  from {
    -webkit-transform: translate3d(150%, 0, 1px);
       -moz-transform: translate3d(150%, 0, 1px);
            transform: translate3d(150%, 0, 1px);
  }
  to {
    -webkit-transform: translate(50%, 0) translateX(-1px);
       -moz-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
}
@-webkit-keyframes content-right-flipin-from-right {
  from {
    -webkit-transform: translate3d(-100%, 0, 1px);
            transform: translate3d(-100%, 0, 1px);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes content-right-flipin-from-right {
  from {
    -moz-transform: translate3d(-100%, 0, 1px);
         transform: translate3d(-100%, 0, 1px);
  }
  to {
    -moz-transform: none;
         transform: none;
  }
}
@keyframes content-right-flipin-from-right {
  from {
    -webkit-transform: translate3d(-100%, 0, 1px);
       -moz-transform: translate3d(-100%, 0, 1px);
            transform: translate3d(-100%, 0, 1px);
  }
  to {
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
  }
}
@-webkit-keyframes page-right-flipout-to-left {
  from {
    -webkit-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
  to {
    -webkit-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
}
@-moz-keyframes page-right-flipout-to-left {
  from {
    -moz-transform: translate(50%, 0) translateX(-1px);
         transform: translate(50%, 0) translateX(-1px);
  }
  to {
    -moz-transform: translate(-50%, 0) translateX(1px);
         transform: translate(-50%, 0) translateX(1px);
  }
}
@keyframes page-right-flipout-to-left {
  from {
    -webkit-transform: translate(50%, 0) translateX(-1px);
       -moz-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
  to {
    -webkit-transform: translate(-50%, 0) translateX(1px);
       -moz-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
}
@-webkit-keyframes content-right-flipout-to-left {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 1px);
            transform: translate3d(100%, 0, 1px);
  }
}
@-moz-keyframes content-right-flipout-to-left {
  from {
    -moz-transform: none;
         transform: none;
  }
  to {
    -moz-transform: translate3d(100%, 0, 1px);
         transform: translate3d(100%, 0, 1px);
  }
}
@keyframes content-right-flipout-to-left {
  from {
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 1px);
       -moz-transform: translate3d(100%, 0, 1px);
            transform: translate3d(100%, 0, 1px);
  }
}
@-webkit-keyframes page-left-flipin-from-right {
  from {
    -webkit-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
  to {
    -webkit-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
}
@-moz-keyframes page-left-flipin-from-right {
  from {
    -moz-transform: translate(50%, 0) translateX(-1px);
         transform: translate(50%, 0) translateX(-1px);
  }
  to {
    -moz-transform: translate(-50%, 0) translateX(1px);
         transform: translate(-50%, 0) translateX(1px);
  }
}
@keyframes page-left-flipin-from-right {
  from {
    -webkit-transform: translate(50%, 0) translateX(-1px);
       -moz-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
  to {
    -webkit-transform: translate(-50%, 0) translateX(1px);
       -moz-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
}
@-webkit-keyframes content-left-flipin-from-right {
  from {
    -webkit-transform: translate3d(100%, 0, 1px);
            transform: translate3d(100%, 0, 1px);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes content-left-flipin-from-right {
  from {
    -moz-transform: translate3d(100%, 0, 1px);
         transform: translate3d(100%, 0, 1px);
  }
  to {
    -moz-transform: none;
         transform: none;
  }
}
@keyframes content-left-flipin-from-right {
  from {
    -webkit-transform: translate3d(100%, 0, 1px);
       -moz-transform: translate3d(100%, 0, 1px);
            transform: translate3d(100%, 0, 1px);
  }
  to {
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
  }
}
@-webkit-keyframes page-left-flipout-to-left {
}
@-moz-keyframes page-left-flipout-to-left {
}
@keyframes page-left-flipout-to-left {
}
@-webkit-keyframes content-left-flipout-to-left {
}
@-moz-keyframes content-left-flipout-to-left {
}
@keyframes content-left-flipout-to-left {
}
@-webkit-keyframes page-left-flipin-from-left {
  from {
    -webkit-transform: translate3d(-150%, 0, 1px);
            transform: translate3d(-150%, 0, 1px);
  }
  to {
    -webkit-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
}
@-moz-keyframes page-left-flipin-from-left {
  from {
    -moz-transform: translate3d(-150%, 0, 1px);
         transform: translate3d(-150%, 0, 1px);
  }
  to {
    -moz-transform: translate(-50%, 0) translateX(1px);
         transform: translate(-50%, 0) translateX(1px);
  }
}
@keyframes page-left-flipin-from-left {
  from {
    -webkit-transform: translate3d(-150%, 0, 1px);
       -moz-transform: translate3d(-150%, 0, 1px);
            transform: translate3d(-150%, 0, 1px);
  }
  to {
    -webkit-transform: translate(-50%, 0) translateX(1px);
       -moz-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
}
@-webkit-keyframes content-left-flipin-from-left {
  from {
    -webkit-transform: translate3d(100%, 0, 1px);
            transform: translate3d(100%, 0, 1px);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes content-left-flipin-from-left {
  from {
    -moz-transform: translate3d(100%, 0, 1px);
         transform: translate3d(100%, 0, 1px);
  }
  to {
    -moz-transform: none;
         transform: none;
  }
}
@keyframes content-left-flipin-from-left {
  from {
    -webkit-transform: translate3d(100%, 0, 1px);
       -moz-transform: translate3d(100%, 0, 1px);
            transform: translate3d(100%, 0, 1px);
  }
  to {
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
  }
}
@-webkit-keyframes page-left-flipout-to-right {
  from {
    -webkit-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
  to {
    -webkit-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
}
@-moz-keyframes page-left-flipout-to-right {
  from {
    -moz-transform: translate(-50%, 0) translateX(1px);
         transform: translate(-50%, 0) translateX(1px);
  }
  to {
    -moz-transform: translate(50%, 0) translateX(-1px);
         transform: translate(50%, 0) translateX(-1px);
  }
}
@keyframes page-left-flipout-to-right {
  from {
    -webkit-transform: translate(-50%, 0) translateX(1px);
       -moz-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
  to {
    -webkit-transform: translate(50%, 0) translateX(-1px);
       -moz-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
}
@-webkit-keyframes content-left-flipout-to-right {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 1px);
            transform: translate3d(-100%, 0, 1px);
  }
}
@-moz-keyframes content-left-flipout-to-right {
  from {
    -moz-transform: none;
         transform: none;
  }
  to {
    -moz-transform: translate3d(-100%, 0, 1px);
         transform: translate3d(-100%, 0, 1px);
  }
}
@keyframes content-left-flipout-to-right {
  from {
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 1px);
       -moz-transform: translate3d(-100%, 0, 1px);
            transform: translate3d(-100%, 0, 1px);
  }
}
@-webkit-keyframes page-right-flipin-from-left {
  from {
    -webkit-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
  to {
    -webkit-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
}
@-moz-keyframes page-right-flipin-from-left {
  from {
    -moz-transform: translate(-50%, 0) translateX(1px);
         transform: translate(-50%, 0) translateX(1px);
  }
  to {
    -moz-transform: translate(50%, 0) translateX(-1px);
         transform: translate(50%, 0) translateX(-1px);
  }
}
@keyframes page-right-flipin-from-left {
  from {
    -webkit-transform: translate(-50%, 0) translateX(1px);
       -moz-transform: translate(-50%, 0) translateX(1px);
            transform: translate(-50%, 0) translateX(1px);
  }
  to {
    -webkit-transform: translate(50%, 0) translateX(-1px);
       -moz-transform: translate(50%, 0) translateX(-1px);
            transform: translate(50%, 0) translateX(-1px);
  }
}
@-webkit-keyframes content-right-flipin-from-left {
  from {
    -webkit-transform: translate3d(-100%, 0, 1px);
            transform: translate3d(-100%, 0, 1px);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-moz-keyframes content-right-flipin-from-left {
  from {
    -moz-transform: translate3d(-100%, 0, 1px);
         transform: translate3d(-100%, 0, 1px);
  }
  to {
    -moz-transform: none;
         transform: none;
  }
}
@keyframes content-right-flipin-from-left {
  from {
    -webkit-transform: translate3d(-100%, 0, 1px);
       -moz-transform: translate3d(-100%, 0, 1px);
            transform: translate3d(-100%, 0, 1px);
  }
  to {
    -webkit-transform: none;
       -moz-transform: none;
            transform: none;
  }
}
@-webkit-keyframes page-right-flipout-to-right {
}
@-moz-keyframes page-right-flipout-to-right {
}
@keyframes page-right-flipout-to-right {
}
@-webkit-keyframes content-right-flipout-to-right {
}
@-moz-keyframes content-right-flipout-to-right {
}
@keyframes content-right-flipout-to-right {
}
.flipbook-root .layout .viewport .zoomable .book .pages .page {
  position: absolute;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page .mask {
  overflow: hidden;
  pointer-events: none;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page .mask > * {
  pointer-events: visible;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page[data-animation^="show"] {
  z-index: 10000;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="show-forwards"] {
  -webkit-animation-name: page-left-flipin-from-right;
     -moz-animation-name: page-left-flipin-from-right;
          animation-name: page-left-flipin-from-right;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="show-forwards"] .content {
  -webkit-animation-name: content-left-flipin-from-right;
     -moz-animation-name: content-left-flipin-from-right;
          animation-name: content-left-flipin-from-right;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="show-forwards"] nav {
  visibility: visible;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="hide-forwards"] {
  -webkit-animation-name: page-left-flipout-to-left;
     -moz-animation-name: page-left-flipout-to-left;
          animation-name: page-left-flipout-to-left;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="hide-forwards"] .content {
  -webkit-animation-name: content-left-flipout-to-left;
     -moz-animation-name: content-left-flipout-to-left;
          animation-name: content-left-flipout-to-left;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="hide-forwards"] nav {
  visibility: hidden;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="show-backwards"] {
  -webkit-animation-name: page-left-flipin-from-left;
     -moz-animation-name: page-left-flipin-from-left;
          animation-name: page-left-flipin-from-left;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="show-backwards"] .content {
  -webkit-animation-name: content-left-flipin-from-left;
     -moz-animation-name: content-left-flipin-from-left;
          animation-name: content-left-flipin-from-left;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="show-backwards"] nav {
  visibility: visible;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="hide-backwards"] {
  -webkit-animation-name: page-left-flipout-to-right;
     -moz-animation-name: page-left-flipout-to-right;
          animation-name: page-left-flipout-to-right;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="hide-backwards"] .content {
  -webkit-animation-name: content-left-flipout-to-right;
     -moz-animation-name: content-left-flipout-to-right;
          animation-name: content-left-flipout-to-right;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n+1)[data-animation="hide-backwards"] nav {
  visibility: hidden;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="show-forwards"] {
  -webkit-animation-name: page-right-flipin-from-right;
     -moz-animation-name: page-right-flipin-from-right;
          animation-name: page-right-flipin-from-right;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="show-forwards"] .content {
  -webkit-animation-name: content-right-flipin-from-right;
     -moz-animation-name: content-right-flipin-from-right;
          animation-name: content-right-flipin-from-right;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="show-forwards"] nav {
  visibility: visible;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="hide-forwards"] {
  -webkit-animation-name: page-right-flipout-to-left;
     -moz-animation-name: page-right-flipout-to-left;
          animation-name: page-right-flipout-to-left;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="hide-forwards"] .content {
  -webkit-animation-name: content-right-flipout-to-left;
     -moz-animation-name: content-right-flipout-to-left;
          animation-name: content-right-flipout-to-left;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="hide-forwards"] nav {
  visibility: hidden;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="show-backwards"] {
  -webkit-animation-name: page-right-flipin-from-left;
     -moz-animation-name: page-right-flipin-from-left;
          animation-name: page-right-flipin-from-left;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="show-backwards"] .content {
  -webkit-animation-name: content-right-flipin-from-left;
     -moz-animation-name: content-right-flipin-from-left;
          animation-name: content-right-flipin-from-left;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="show-backwards"] nav {
  visibility: visible;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="hide-backwards"] {
  -webkit-animation-name: page-right-flipout-to-right;
     -moz-animation-name: page-right-flipout-to-right;
          animation-name: page-right-flipout-to-right;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="hide-backwards"] .content {
  -webkit-animation-name: content-right-flipout-to-right;
     -moz-animation-name: content-right-flipout-to-right;
          animation-name: content-right-flipout-to-right;
}
.flipbook-root .layout .viewport .zoomable .book .pages .page:nth-child(2n)[data-animation="hide-backwards"] nav {
  visibility: hidden;
}
html[lang="en"] [lang]:not([lang="en"]) {
  display: none !important;
}
html[lang="de"] [lang]:not([lang="de"]) {
  display: none !important;
}
body {
  margin: 0;
}
.flipbook-root .page-thumb {
  position: relative;
}
.flipbook-root .page-thumb .page-title {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  position: absolute;
  bottom: 0;
  color: white;
  background: #3f3f3f;
  min-width: 30px;
  padding: 0 .3em;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flipbook-root .page-thumb.left .page-title {
  right: 0;
}
.flipbook-root .page-thumb.right .page-title {
  left: 0;
}
@font-face {
  font-family: "player-3-icons";
  src: url('fonts/player-3-icons.eot');
  src: url('fonts/player-3-icons.eot?#iefix') format('embedded-opentype'), url('fonts/player-3-icons.woff') format('woff'), url('fonts/player-3-icons.ttf') format('truetype'), url('fonts/player-3-icons.svg#{family}') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidSans";
  src: url('fonts/DroidSans.eot');
  src: url('fonts/DroidSans.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSans.woff') format('woff'), url('fonts/DroidSans.ttf') format('truetype'), url('fonts/DroidSans.svg#{family}') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidSans";
  src: url('fonts/DroidSans.eot');
  src: url('fonts/DroidSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSans-Bold.woff') format('woff'), url('fonts/DroidSans-Bold.ttf') format('truetype'), url('fonts/DroidSans-Bold.svg#{family}') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DroidSerif";
  src: url('fonts/DroidSerif.eot');
  src: url('fonts/DroidSerif.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSerif.woff') format('woff'), url('fonts/DroidSerif.ttf') format('truetype'), url('fonts/DroidSerif.svg#{family}') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidSerif";
  src: url('fonts/DroidSerif.eot');
  src: url('fonts/DroidSerif-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSerif-Bold.woff') format('woff'), url('fonts/DroidSerif-Bold.ttf') format('truetype'), url('fonts/DroidSerif-Bold.svg#{family}') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DroidSerif";
  src: url('fonts/DroidSerif.eot');
  src: url('fonts/DroidSerif-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSerif-Italic.woff') format('woff'), url('fonts/DroidSerif-Italic.ttf') format('truetype'), url('fonts/DroidSerif-Italic.svg#{family}') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "DroidSerif";
  src: url('fonts/DroidSerif.eot');
  src: url('fonts/DroidSerif-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/DroidSerif-BoldItalic.woff') format('woff'), url('fonts/DroidSerif-BoldItalic.ttf') format('truetype'), url('fonts/DroidSerif-BoldItalic.svg#{family}') format('svg');
  font-weight: bold;
  font-style: italic;
}
.flipbook-root * {
  font-family: DroidSans;
}
.flipbook-root .slider {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flipbook-root .slider.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flipbook-root .slider.vertical .thumb {
  left: 50% !important;
}
.flipbook-root .slider:not(.vertical) .thumb {
  top: 50% !important;
}
.flipbook-root .slider .past {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flipbook-root .slider .future {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.flipbook-root .slider .track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flipbook-root .slider .thumb {
  position: absolute;
}
.flipbook-root .viewport {
  left: 80px;
}
.flipbook-root .page-grid {
  left: 80px;
}
.flipbook-root menu {
  z-index: 10;
  background: #333;
  color: white;
  width: 80px;
  position: relative;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.flipbook-root menu ul.items {
  background: inherit;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flipbook-root menu ul.items > li {
  list-style: none;
}
.flipbook-root menu ul.items > li.active > label,
.flipbook-root menu ul.items > li.popout:hover > label {
  background: #3f3f3f;
  opacity: 1;
}
.flipbook-root menu ul.items > li.active > label:before,
.flipbook-root menu ul.items > li.popout:hover > label:before {
  -webkit-transform: scale(1.25);
     -moz-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
.flipbook-root menu ul.items > li.active aside,
.flipbook-root menu ul.items > li.popout:hover aside {
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.flipbook-root menu ul.items > li.share > label:before {
  content: 'd';
}
.flipbook-root menu ul.items > li.share aside.panel {
  overflow-y: auto;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li {
  list-style: none;
  border-top: 1px solid #333;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui {
  display: none;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section {
  margin: 0px 10px 0px 10px;
  font-size: 13px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section > * {
  margin-top: 10px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section > *:last-child {
  margin-bottom: 10px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section input[type=radio]:nth-of-type(1) {
  display: none;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section input[type=radio]:nth-of-type(1):checked ~ ul li:nth-of-type(1) label {
  background: #333;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section input[type=radio]:nth-of-type(2) {
  display: none;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section input[type=radio]:nth-of-type(2):checked ~ ul li:nth-of-type(2) label {
  background: #333;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section input[type=radio]:nth-of-type(3) {
  display: none;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section input[type=radio]:nth-of-type(3):checked ~ ul li:nth-of-type(3) label {
  background: #333;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section h1 > span {
  color: inherit;
  background: #333;
  font-weight: normal;
  display: block;
  padding: 5px 10px 5px 10px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section ul label {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #3f3f3f;
  border: 1px solid #333;
  font-size: 11px;
  cursor: pointer;
  cursor: hand;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section ul label.embedSizeAuto {
  border: 1px dashed #333;
  width: 80px;
  height: 80px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section ul label.embedSizeMedium {
  width: 80px;
  height: 65px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section ul label.embedSizeSmall {
  width: 50px;
  height: 45px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section form input[type=number] {
  width: 60px;
  margin-left: 10px;
  padding: 4px 9px 4px 9px;
  border: 1px solid #333;
  color: #fff;
  background: #3f3f3f;
  font-size: 12px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section form label {
  font-size: 12px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section hr {
  border: 0;
  height: 1px;
  background: #333333;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui ~ section section div {
  color: #inherit;
  font-size: 12px;
  background: #3f3f3f;
  padding: 6px 10px 6px 10px;
  border: 1px solid #333;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li > section {
  overflow: hidden;
  border-bottom: 1px solid #333;
  max-height: 0;
  background: #3f3f3f;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui:checked ~ header {
  background: #454545;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui:checked ~ header label {
  background: #333;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li #open-share-ui:checked ~ section {
  max-height: 400px;
  background: #454545;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li > header {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li > header:before {
  content: ' ';
  display: block;
  width: 60px;
  height: 60px;
  margin: 10px;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li > header a,
.flipbook-root menu ul.items > li.share aside.panel > ul > li > header label {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  text-decoration: none;
  color: inherit;
  display: block !important;
  padding: 11px;
  width: 170px;
  text-align: center;
  background: #444;
  border: 1px solid #333;
  font-size: 13px;
  margin-left: 10px;
  cursor: pointer;
  cursor: hand;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li.facebook > header:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3Csvg%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20200%20200%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.2%20(12043)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eicon_facebook%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icons%22%20sketch%3Atype%3D%22MSArtboardGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_facebook%22%20sketch%3Atype%3D%22MSLayerGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-1%22%20fill%3D%22%23507CBE%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22200%22%20height%3D%22200%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M118.277394%2C64.0179516%20C117.087103%2C63.8416121%20112.987209%2C63.4889331%20108.226043%2C63.4889331%20C98.2628614%2C63.4889331%2091.4297059%2C69.5726457%2091.4297059%2C80.7261188%20L91.4297059%2C90.3366214%20L80.188063%2C90.3366214%20L80.188063%2C103.385744%20L91.4297059%2C103.385744%20L91.4297059%2C136.846163%20L104.919677%2C136.846163%20L104.919677%2C103.385744%20L116.117235%2C103.385744%20L117.836545%2C90.3366214%20L104.919677%2C90.3366214%20L104.919677%2C82.0045802%20C104.919677%2C78.2573659%20105.933629%2C75.6563583%20111.356069%2C75.6563583%20L118.277394%2C75.6563583%20L118.277394%2C64.0179516%20Z%22%20id%3D%22Facebook%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li.google > header:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3Csvg%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20200%20200%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.2%20(12043)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eicon_google%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icons%22%20sketch%3Atype%3D%22MSArtboardGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_google%22%20sketch%3Atype%3D%22MSLayerGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-162%22%20fill%3D%22%23CC4A41%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22200%22%20height%3D%22200%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M45.4767382%2C100.044736%20C44.7695562%2C81.8174736%2061.06587%2C64.9746685%2079.6879164%2C64.755107%20C89.1800928%2C63.9622461%2098.4133011%2C67.5740325%20105.59593%2C73.4643791%20C102.650168%2C76.6370425%2099.6533598%2C79.7755518%2096.4486297%2C82.7127965%20C90.1275674%2C78.9485369%2082.5129096%2C76.0796003%2075.1223589%2C78.6277332%20C63.2023567%2C81.9528698%2055.9848663%2C95.7413308%2060.394794%2C107.167066%20C64.046493%2C119.099013%2078.8612106%2C125.648044%2090.4711981%2C120.634723%20C96.4834908%2C118.525713%20100.445205%2C113.091567%20102.185769%2C107.251231%20C95.2944787%2C107.117055%2088.4044336%2C107.20122%2081.5143884%2C107.015813%20C81.4969579%2C102.999057%2081.4795273%2C98.9981594%2081.4969579%2C94.9814041%20C92.9861766%2C94.9655469%20104.494071%2C94.9313929%20116.00072%2C95.0326351%20C116.707902%2C104.871429%20115.226306%2C115.403061%20108.697322%2C123.301176%20C99.756698%2C134.575658%2083.2362772%2C137.883717%2069.7998177%2C133.461993%20C55.5366523%2C128.870719%2045.1667236%2C114.795608%2045.4767382%2C100.044736%22%20id%3D%22Fill-23%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M135.403827%2C85.8585859%20L145.421288%2C85.8585859%20C145.438322%2C89.2082844%20145.471174%2C92.5750174%20145.488209%2C95.9259327%20C148.837907%2C95.9587848%20152.205857%2C95.9758192%20155.555556%2C95.9928537%20L155.555556%2C106.026132%20C152.205857%2C106.043166%20148.837907%2C106.0602%20145.488209%2C106.077235%20C145.45414%2C109.443968%20145.438322%2C112.794883%20145.421288%2C116.161616%20C142.070372%2C116.144582%20138.720674%2C116.161616%20135.386793%2C116.161616%20C135.353941%2C112.794883%20135.353941%2C109.443968%20135.319872%2C106.094269%20C131.970174%2C106.0602%20128.602224%2C106.043166%20125.252525%2C106.026132%20L125.252525%2C95.9928537%20C128.602224%2C95.9758192%20131.953139%2C95.9587848%20135.319872%2C95.9259327%20C135.336907%2C92.5750174%20135.370975%2C89.2082844%20135.403827%2C85.8585859%22%20id%3D%22Fill-24%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li.twitter > header:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3Csvg%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20200%20200%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.2%20(12043)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eicon_twitter%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icons%22%20sketch%3Atype%3D%22MSArtboardGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_twitter%22%20sketch%3Atype%3D%22MSLayerGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-3%22%20fill%3D%22%2363CDF1%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22200%22%20height%3D%22200%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M137.745628%2C75.8660069%20C134.962143%2C77.0657851%20131.938702%2C77.9296254%20128.819278%2C78.2655633%20C132.034684%2C76.3459182%20134.482232%2C73.3224771%20135.634019%2C69.7231424%20C132.658569%2C71.4988142%20129.29919%2C72.7945747%20125.795837%2C73.4664505%20C122.964361%2C70.4430094%20118.933106%2C68.5713553%20114.469931%2C68.5713553%20C105.879519%2C68.5713553%2098.9687965%2C75.530069%2098.9687965%2C84.0724899%20C98.9687965%2C85.2722681%2099.1127698%2C86.4720463%2099.3527255%2C87.6238334%20C86.491103%2C86.9519576%2075.0212233%2C80.8090931%2067.3906338%2C71.4028319%20C66.0468822%2C73.7064061%2065.2790242%2C76.3459182%2065.2790242%2C79.2253859%20C65.2790242%2C84.6003923%2068.0145185%2C89.351514%2072.1897467%2C92.1349995%20C69.6462169%2C92.0390172%2067.2466604%2C91.3191503%2065.1830419%2C90.1673632%20L65.1830419%2C90.3593277%20C65.1830419%2C97.8939349%2070.5100572%2C104.132782%2077.6127442%2C105.572516%20C76.3169837%2C105.908453%2074.925241%2C106.100418%2073.5334983%2C106.100418%20C72.5256846%2C106.100418%2071.565862%2C106.004436%2070.6060394%2C105.860462%20C72.5736757%2C112.003327%2078.28462%2C116.466502%2085.0993603%2C116.610475%20C79.772345%2C120.785703%2073.1015781%2C123.233251%2065.8549177%2C123.233251%20C64.5591572%2C123.233251%2063.359379%2C123.18526%2062.1116097%2C123.041286%20C68.9743411%2C127.45647%2077.1328329%2C130%2085.9152095%2C130%20C114.42194%2C130%20130.019057%2C106.388365%20130.019057%2C85.8961528%20C130.019057%2C85.224277%20130.019057%2C84.5524012%20129.971066%2C83.8805254%20C132.994507%2C81.6729335%20135.634019%2C78.9374391%20137.745628%2C75.8660069%20L137.745628%2C75.8660069%20Z%22%20id%3D%22Twitter%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li.linkedin > header:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3Csvg%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20200%20200%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.2%20(12043)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eicon_linkedin%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icons%22%20sketch%3Atype%3D%22MSArtboardGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_linkedin%22%20sketch%3Atype%3D%22MSLayerGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-5%22%20fill%3D%22%2390CADD%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22200%22%20height%3D%22200%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M81.385621%2C87.8386798%20L66.8376126%2C87.8386798%20L66.8376126%2C131.52679%20L81.385621%2C131.52679%20L81.385621%2C87.8386798%20Z%20M82.3114034%2C74.3487084%20C82.2673185%2C70.0724756%2079.1813773%2C66.8101949%2074.1997866%2C66.8101949%20C69.2622807%2C66.8101949%2066%2C70.0724756%2066%2C74.3487084%20C66%2C78.5367714%2069.1300261%2C81.8872218%2074.0234471%2C81.8872218%20L74.1116168%2C81.8872218%20C79.1813773%2C81.8872218%2082.3554882%2C78.5367714%2082.3114034%2C74.3487084%20L82.3114034%2C74.3487084%20Z%20M133.714366%2C106.486581%20C133.714366%2C93.0847798%20126.572617%2C86.8247277%20117.006199%2C86.8247277%20C109.159092%2C86.8247277%20105.720471%2C91.1891302%20103.824822%2C94.1869017%20L103.912992%2C94.1869017%20L103.912992%2C87.8386798%20L89.4090681%2C87.8386798%20C89.4090681%2C87.8386798%2089.5854076%2C91.9385731%2089.4090681%2C131.52679%20L103.912992%2C131.52679%20L103.912992%2C107.147855%20C103.912992%2C105.825308%20104.045246%2C104.546847%20104.397925%2C103.57698%20C105.455962%2C100.975972%20107.836545%2C98.2867949%20111.848269%2C98.2867949%20C117.094369%2C98.2867949%20119.210443%2C102.298518%20119.210443%2C108.161807%20L119.210443%2C131.52679%20L133.714366%2C131.52679%20L133.714366%2C106.486581%20Z%22%20id%3D%22in%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li.xing > header:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3Csvg%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20200%20200%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.2%20(12043)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eicon_xing%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icons%22%20sketch%3Atype%3D%22MSArtboardGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_xing%22%20sketch%3Atype%3D%22MSLayerGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-164%22%20fill%3D%22%23007271%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22200%22%20height%3D%22200%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M93.9805104%2C90.0819706%20C93.9805104%2C90.0819706%2093.9219166%2C90.0233767%2084.371124%2C73.3241381%20C83.6679982%2C72.0936679%2082.6133094%2C70.6874162%2080.5039319%2C70.6874162%20L66.5000089%2C70.6874162%20C65.6796955%2C70.6874162%2064.9765696%2C70.9803853%2064.6250067%2C71.5663235%20C64.21485%2C72.1522617%2064.2734438%2C72.9725752%2064.6836005%2C73.7342948%20L74.1172055%2C90.0819706%20C74.1757993%2C90.1405644%2074.1757993%2C90.1405644%2074.1172055%2C90.1405644%20L59.2929691%2C116.390596%20C58.8828124%2C117.152315%2058.9414062%2C117.914035%2059.2929691%2C118.499973%20C59.644532%2C119.085911%2060.289064%2C119.496068%2061.1093775%2C119.496068%20L75.1133005%2C119.496068%20C77.1640842%2C119.496068%2078.1601791%2C118.089816%2078.9218987%2C116.800752%20C93.3945723%2C91.0780655%2093.9805104%2C90.0819706%2093.9805104%2C90.0819706%20L93.9805104%2C90.0819706%20Z%20M141.207129%2C52.4647382%20C140.855566%2C51.8788%20140.211034%2C51.5858309%20139.390721%2C51.5858309%20L125.26961%2C51.5858309%20C123.160233%2C51.5858309%20122.281325%2C52.8748949%20121.519606%2C54.2225528%20C91.4023824%2C107.660117%2090.4062874%2C109.417931%2090.4062874%2C109.417931%20C90.4062874%2C109.417931%2090.4062874%2C109.476525%20110.269592%2C145.863287%20C110.914124%2C147.093757%20112.027407%2C148.500009%20114.136784%2C148.500009%20L128.140707%2C148.500009%20C128.961021%2C148.500009%20129.605553%2C148.20704%20130.01571%2C147.621102%20C130.367273%2C147.035163%20130.367273%2C146.21485%20129.957116%2C145.45313%20L110.269592%2C109.417931%20C110.210999%2C109.417931%20110.210999%2C109.359337%20110.269592%2C109.359337%20L141.207129%2C54.6327095%20C141.617286%2C53.8709899%20141.617286%2C53.0506764%20141.207129%2C52.4647382%20L141.207129%2C52.4647382%20Z%22%20id%3D%22X%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li.mail > header:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3Csvg%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20200%20200%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.2%20(12043)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eicon_mail%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icons%22%20sketch%3Atype%3D%22MSArtboardGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_mail%22%20sketch%3Atype%3D%22MSLayerGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-163%22%20fill%3D%22%23DCDCDC%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22200%22%20height%3D%22200%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Envelope%22%20transform%3D%22translate(55.000000%2C%2065.000000)%22%20fill%3D%22%233E3E3E%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C25%20L0%2C70%20L90%2C70%20L90%2C25%20L45%2C53.125%20L0%2C25%20L0%2C25%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M90%2C0%20L0%2C0%20L0%2C11.4285714%20L45%2C40%20L90%2C11.4285714%20L90%2C0%20L90%2C0%20Z%22%20id%3D%22Shape%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}
.flipbook-root menu ul.items > li.share aside.panel > ul > li.embed > header:before {
  background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0D%0A%3Csvg%20width%3D%22200px%22%20height%3D%22200px%22%20viewBox%3D%220%200%20200%20200%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%0D%0A%20%20%20%20%3C!--%20Generator%3A%20Sketch%203.3.2%20(12043)%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%0D%0A%20%20%20%20%3Ctitle%3Eicon_embed%3C%2Ftitle%3E%0D%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%0D%0A%20%20%20%20%3Cdefs%3E%3C%2Fdefs%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20sketch%3Atype%3D%22MSPage%22%3E%0D%0A%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Icons%22%20sketch%3Atype%3D%22MSArtboardGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cg%20id%3D%22icon_embed%22%20sketch%3Atype%3D%22MSLayerGroup%22%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22Rectangle-163%22%20fill%3D%22%23333333%22%20sketch%3Atype%3D%22MSShapeGroup%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22200%22%20height%3D%22200%22%3E%3C%2Frect%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M109.166667%2C70%20L76.6666667%2C135%20L87.5%2C135%20L120%2C70%20L109.166667%2C70%20L109.166667%2C70%20Z%20M65.8333333%2C80.8333333%20L55%2C102.5%20L65.8333333%2C124.166667%20L76.6666667%2C124.166667%20L65.8333333%2C102.5%20L76.6666667%2C80.8333333%20L65.8333333%2C80.8333333%20L65.8333333%2C80.8333333%20Z%20M120%2C80.8333333%20L130.833333%2C102.5%20L120%2C124.166667%20L130.833333%2C124.166667%20L141.666667%2C102.5%20L130.833333%2C80.8333333%20L120%2C80.8333333%20L120%2C80.8333333%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23FFFFFF%22%20sketch%3Atype%3D%22MSShapeGroup%22%3E%3C%2Fpath%3E%0D%0A%20%20%20%20%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E") no-repeat center center;
  -moz-background-size: cover;
       background-size: cover;
}
.flipbook-root menu ul.items > li.directory label:before {
  content: 'i';
}
.flipbook-root menu ul.items > li.download label {
  position: relative;
}
.flipbook-root menu ul.items > li.download label:before {
  content: 'j';
}
.flipbook-root menu ul.items > li.download label a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.flipbook-root menu ul.items > li.mediabar > label:before {
  content: 'd';
}
.flipbook-root menu ul.items > li > label {
  display: block;
  opacity: .85;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  text-align: center;
  cursor: pointer;
  min-height: 80px;
}
.flipbook-root menu ul.items > li > label:before {
  display: block;
  margin-top: 20px;
  font: 24px "player-3-icons";
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root menu ul.items > li > label h3 {
  margin-top: 12px;
  display: inline-block;
  font-size: 9px;
  font-weight: normal;
}
.flipbook-root menu ul.items > li > label .description {
  display: none;
}
.flipbook-root menu ul.items > li aside.panel {
  z-index: -10;
  left: 100%;
  width: 300px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  background: #3f3f3f;
}
.flipbook-root menu ul.items > li aside.panel > h1 {
  font-family: DroidSerif;
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
  text-align: center;
  padding: 1em 0;
}
.flipbook-root nav.page-nav > label {
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root nav.page-nav > label:after {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  opacity: .5;
  font: 48px "player-3-icons";
}
.flipbook-root nav.page-nav > label:hover:after {
  opacity: 1;
}
.flipbook-root nav.page-nav > label.inactive {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.flipbook-root nav.page-nav > label.prev {
  left: 100px;
}
.flipbook-root nav.page-nav > label.prev:after {
  content: 'f';
}
.flipbook-root nav.page-nav > label.next {
  right: 20px;
}
.flipbook-root nav.page-nav > label.next:after {
  content: 'g';
}
.flipbook-root.zoomed nav.page-nav > label {
  background: rgba(51, 51, 51, 0.4);
  width: 50px;
}
.flipbook-root.zoomed nav.page-nav > label.next {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.flipbook-root.zoomed nav.page-nav > label.prev {
  -webkit-transform: translateX(-10px);
     -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}
.flipbook-root[data-mode="search"] nav.page-nav > label.prev {
  -webkit-transform: translateX(-100px);
     -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.flipbook-root[data-mode="search"] nav.page-nav > label.next {
  -webkit-transform: translateX(100px);
     -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}
.flipbook-root.zoomed .playback {
  background: #3f3f3f;
}
.flipbook-root.zoomed .playback > .controls {
  background: #3f3f3f;
}
.flipbook-root.zoomed .controls > li.zoom > label:before,
.flipbook-root.zoomed .controls > li.fullscreen > label.no-fullscreen:before,
.flipbook-root.zoomed .controls > li.fullscreen > label.fullscreen-only:before {
  color: white !important;
}
.flipbook-root.zoomed .slider.progress .past,
.flipbook-root.zoomed .slider.progress .future {
  background: white !important;
}
.flipbook-root.zoomed .slider.progress .thumb {
  border-color: white !important;
  background: black !important;
}
.flipbook-root.zoomed .slider.progress .thumb:before {
  background: white !important;
}
.flipbook-root[data-mode="search"] .playback {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.flipbook-root[data-os="ipad"] li.fullscreen,
.flipbook-root[data-os="iphone"] li.fullscreen,
.flipbook-root[data-os="ipod"] li.fullscreen {
  display: none !important;
}
.flipbook-root[data-os="ipad"] li.zoom,
.flipbook-root[data-os="iphone"] li.zoom,
.flipbook-root[data-os="ipod"] li.zoom,
.flipbook-root[data-os="android"] li.zoom {
  display: none !important;
}
.flipbook-root .playback {
  position: absolute;
  left: 80px;
  right: 0;
  bottom: 0;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
  max-width: 800px;
  margin: 0 auto;
  min-width: 200px;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
@-webkit-keyframes show-preview-thumbs {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes show-preview-thumbs {
  from {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
}
@keyframes show-preview-thumbs {
  from {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes hide-preview-thumbs {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes hide-preview-thumbs {
  from {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 1;
  }
  to {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
}
@keyframes hide-preview-thumbs {
  from {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.flipbook-root .playback .slider.progress {
  margin: 0 20px;
  opacity: .6;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  /*.previews {
    z-index: 100;
    >div {
      .fill;
      display: flex;
      flex-direction: row;
      >div {
        flex-grow: 2;
        position: relative;
        >div {
          transform-origin: 50% 100%;
          transform: scale(0);
          opacity: 0;
          animation-duration: 1.25s;
          animation-fill-mode: forwards;
          
          width: 300px;
          height: 200px;
          
          position: absolute;
          bottom: calc(100% - @playback-height / 2);
          
          margin-left: -150px;
          left: 50%;
          display: flex;
          justify-content: center;
          .page-thumb {
            width: 150px;
            height: 200px;
            background: gray;
          }
        }
        &:first-child>div {
          left: 0;
        }
        &:last-child>div {
          left: 100%;
        }
        &:first-child, &:last-child {
          flex-grow: 1;
        }
      }
    }
  }*/
  width: 100%;
  height: 100%;
}
.flipbook-root .playback .slider.progress:hover {
  opacity: 1;
}
.flipbook-root .playback .slider.progress:hover .thumb:before {
  -webkit-transform: scale(0.5);
     -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.flipbook-root .playback .slider.progress:hover .preview {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.flipbook-root .playback .slider.progress .preview {
  -webkit-transition: -webkit-transform .25s,
      opacity .25s;
     -moz-transition: -moz-transform .25s,
      opacity .25s;
          transition: transform .25s,
      opacity .25s;
  -webkit-transform-origin: 50% 100%;
     -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  position: absolute;
  bottom: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -50%;
  opacity: 0;
  -webkit-transform: scale(0.05);
     -moz-transform: scale(0.05);
      -ms-transform: scale(0.05);
          transform: scale(0.05);
}
.flipbook-root .playback .slider.progress .preview .page-thumb:first-child:after {
  display: block;
  content: ' ';
  height: 100%;
  width: 200%;
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
       box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
.flipbook-root .playback .slider.progress .preview .page-thumb:first-child:last-child:after {
  width: 100%;
}
.flipbook-root .playback .slider.progress .past {
  background: #ffffff;
  height: 3px;
}
.flipbook-root .playback .slider.progress .future {
  background: rgba(255, 255, 255, 0.6);
  height: 1px;
}
.flipbook-root .playback .slider.progress .thumb {
  width: 12px;
  height: 12px;
  margin: -6px;
  -moz-border-radius: 50px;
       border-radius: 50px;
  border: 1px solid #ffffff;
  background: #686163;
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
       box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.flipbook-root .playback .slider.progress .thumb:before {
  content: ' ';
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -moz-border-radius: 100px;
       border-radius: 100px;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .playback > .controls {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  position: absolute;
  left: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
.flipbook-root .playback > .controls > li {
  list-style: none;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 0;
}
.flipbook-root .playback > .controls > li > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: .6;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .playback > .controls > li > label:hover {
  opacity: 1;
}
.flipbook-root .playback > .controls > li > label:before {
  font: 14px "player-3-icons";
}
.flipbook-root .playback > .controls > li.zoom {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  position: relative;
}
.flipbook-root .playback > .controls > li.zoom > label:before {
  content: 'c';
  color: #cccccc;
}
.flipbook-root .playback > .controls > li.zoom:hover,
.flipbook-root .playback > .controls > li.zoom.active {
  background: #333333;
}
.flipbook-root .playback > .controls > li.zoom:hover > label:before,
.flipbook-root .playback > .controls > li.zoom.active > label:before {
  color: #333333;
}
.flipbook-root .playback > .controls > li.zoom:hover .popout,
.flipbook-root .playback > .controls > li.zoom.active .popout {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.flipbook-root .playback > .controls > li.zoom .popout {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
     -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background: #3f3f3f;
  width: 40px;
  height: 320px;
  position: absolute;
  left: 0;
  bottom: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flipbook-root .playback > .controls > li.zoom .popout > button {
  border: none;
  background: none;
  width: 40px;
  height: 40px;
  font-size: 0;
  opacity: .6;
  cursor: pointer;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .playback > .controls > li.zoom .popout > button:hover {
  opacity: 1;
}
.flipbook-root .playback > .controls > li.zoom .popout > button:before {
  color: white;
  font: 24px DroidSans;
}
.flipbook-root .playback > .controls > li.zoom .popout > button[name="zoom-out"]:before {
  content: '-';
}
.flipbook-root .playback > .controls > li.zoom .popout > button[name="zoom-in"]:before {
  content: '+';
}
.flipbook-root .playback > .controls > li.zoom .popout .slider {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 10;
}
.flipbook-root .playback > .controls > li.zoom .popout .slider .past {
  background: #333333;
  width: 9px;
  -moz-border-radius-topleft: 9px;
       border-top-left-radius: 9px;
  -moz-border-radius-topright: 9px;
       border-top-right-radius: 9px;
}
.flipbook-root .playback > .controls > li.zoom .popout .slider .future {
  background: #5AAFEE;
  width: 9px;
  -moz-border-radius-bottomleft: 9px;
       border-bottom-left-radius: 9px;
  -moz-border-radius-bottomright: 9px;
       border-bottom-right-radius: 9px;
}
.flipbook-root .playback > .controls > li.zoom .popout .slider .thumb {
  width: 18px;
  height: 18px;
  margin: -9px;
  -moz-border-radius: 50px;
       border-radius: 50px;
  border: 1px solid #5AAFEE;
  background: #3F3F3F;
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
       box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
}
.flipbook-root .playback > .controls > li.zoom .popout .slider .thumb:before {
  content: ' ';
  display: block;
  background: white;
  width: 100%;
  height: 100%;
  -moz-border-radius: 100px;
       border-radius: 100px;
  -webkit-transform: scale(0.6);
     -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .playback > .controls > li.fullscreen .no-fullscreen:before {
  color: #cccccc;
  content: 'k';
}
.flipbook-root .playback > .controls > li.fullscreen .fullscreen-only:before {
  color: #cccccc;
  content: 'l';
}
.flipbook-root menu li.search label:before {
  content: 'e';
}
.flipbook-root .page-grid {
  color: white;
}
.flipbook-root .page-grid:not(.active) form {
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.flipbook-root .page-grid:not(.active) .page-thumb .page-title {
  opacity: 0;
}
.flipbook-root .page-grid form {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 80px;
  right: 0;
  z-index: 1000;
}
.flipbook-root .page-grid form .placeholder {
  position: absolute;
  top: 0;
  line-height: 36px;
  padding: 0 12px;
  opacity: .5 !important;
  pointer-events: none;
}
.flipbook-root .page-grid form .query-input {
  position: relative;
  border: none;
  margin: 30px;
  font-size: 12px;
}
.flipbook-root .page-grid form .query-input input[name="search-query"] {
  font-size: inherit;
  line-height: 36px;
  height: 36px;
  padding: 0 12px;
  width: 300px;
  background: #333;
  color: white;
  border: none;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  opacity: .85;
  outline: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
.flipbook-root .page-grid form .query-input input[name="search-query"]:valid ~ .placeholder {
  display: none;
}
.flipbook-root .page-grid form .query-input input[name="search-query"] ~ * {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  opacity: .85;
}
.flipbook-root .page-grid form .query-input input[name="search-query"]:focus {
  opacity: 1;
}
.flipbook-root .page-grid form .query-input input[name="search-query"]:focus ~ * {
  opacity: 1;
}
.flipbook-root .page-grid form .query-input button[type="submit"] {
  position: absolute;
  display: block;
  width: 150px;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  right: 0;
  top: 0;
  padding: 12px;
  text-decoration: none;
  color: inherit;
  -webkit-transform: scaleX(0.1) rotateX(90deg);
     -moz-transform: scaleX(0.1) rotateX(90deg);
          transform: scaleX(0.1) rotateX(90deg);
  border: none;
}
.flipbook-root .page-grid form .query-input button[type="submit"].active {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}
.flipbook-root .page-grid form .query-input button[type="reset"] {
  position: absolute;
  height: 100%;
  width: 40px;
  background: none;
  font-size: 0;
  border: none;
  top: 0;
  right: 0;
}
.flipbook-root .page-grid form .query-input button[type="reset"]:after {
  color: white;
  content: 'h';
  font: 16px "player-3-icons";
}
.flipbook-root .page-grid form .no-results {
  font: italic 14px DroidSerif;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .page-grid:not(.empty) form button[type="reset"],
.flipbook-root .page-grid form button[type="submit"].active ~ button[type="reset"] {
  -webkit-transform: rotateZ(-90deg) rotateY(90deg);
     -moz-transform: rotateZ(-90deg) rotateY(90deg);
          transform: rotateZ(-90deg) rotateY(90deg);
}
.flipbook-root .page-grid.empty form .no-results {
  opacity: 1;
}
.flipbook-root aside.panel {
  overflow-y: auto;
}
.flipbook-root aside.panel > h1 > span {
  font: inherit;
}
.flipbook-root aside.panel > nav > ul > li > a {
  padding: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  border-top: 1px solid #333;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  cursor: hand;
}
.flipbook-root aside.panel > nav > ul > li > a > div {
  padding-left: 10px;
}
.flipbook-root aside.panel > nav > ul > li > a > div h1 {
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
}
.flipbook-root aside.panel > nav > ul > li > a > div p {
  color: #909090;
  font-size: 12px;
  line-height: 19px;
}
.flipbook-root aside.panel > nav > ul > li:last-child > a {
  border-bottom: 1px solid #333;
}
.flipbook-root aside.panel > nav > ul > li.active-item,
.flipbook-root aside.panel > nav > ul > li:hover {
  background: #454545;
}
.flipbook-root aside.panel > nav > ul > li.indentLevel1 > a {
  padding-left: 20px;
}
.flipbook-root aside.panel > nav > ul > li.indentLevel1 > a > img {
  width: 40px;
  min-width: 40px;
}
.flipbook-root aside.panel > nav > ul > li.indentLevel2 > a {
  padding-left: 40px;
}
.flipbook-root aside.panel > nav > ul > li.indentLevel2 > a > img {
  width: 30px;
  min-width: 30px;
}
.flipbook-root aside.panel > nav > ul > li.indentLevel3 > a {
  padding-left: 60px;
}
.flipbook-root aside.panel > nav > ul > li.indentLevel3 > a > img {
  width: 24px;
  min-width: 24px;
}
.flipbook-root aside.panel > nav > ul > li.indentLevel4 > a {
  padding-left: 80px;
}
.flipbook-root aside.panel > nav > ul > li.indentLevel4 > a > img {
  width: 20px;
  min-width: 20px;
}
.flipbook-root.zoomed .branding,
.flipbook-root[data-mode="search"] .branding {
  -webkit-transform: translate(0, 100%) scale(0.2);
     -moz-transform: translate(0, 100%) scale(0.2);
      -ms-transform: translate(0, 100%) scale(0.2);
          transform: translate(0, 100%) scale(0.2);
}
.flipbook-root.zoomed .layout div.logocontainer,
.flipbook-root[data-mode="search"] .layout div.logocontainer {
  -webkit-transform: translate(0, -100%);
     -moz-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  opacity: 0;
}
.flipbook-root.zoomed .layout div.logocontainer *,
.flipbook-root[data-mode="search"] .layout div.logocontainer * {
  border: none !important;
}
.flipbook-root .branding {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 9px;
  color: white;
  text-decoration: none;
  opacity: .75;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .branding:hover {
  opacity: 1;
}
.flipbook-root .branding img {
  margin: 5px 8px;
  height: 35px;
}
.flipbook-root .layout {
  background: url("epaper/background.jpg?r572755347271955") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-color: #686163;
}
.flipbook-root .layout div.logocontainer {
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left: 80px;
  right: 0;
  height: 125px;
}
.flipbook-root .layout div.logocontainer img {
  margin-top: 25px;
  max-width: 100px;
  max-height: 100px;
}
.flipbook-root .layout div.logocontainer ~ .viewport {
  top: 100px;
}
.flipbook-root .layout .viewport {
  margin: 50px 75px;
}
.flipbook-root .layout .viewport .pages .page {
  /**/
  /**/
}
.flipbook-root .layout .viewport .pages .page .media .geom-states {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flipbook-root .layout .viewport .pages .page .media .geom-states > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .layout .viewport .pages .page .media .geom-states > div:first-child {
  opacity: 1;
}
.flipbook-root .layout .viewport .pages .page .media .geom-states > div:last-child {
  opacity: 0;
}
.flipbook-root .layout .viewport .pages .page .media .geom-states:hover > div:first-child {
  opacity: 0;
}
.flipbook-root .layout .viewport .pages .page .media .geom-states:hover > div:last-child {
  opacity: 1;
}
.flipbook-root .layout .viewport .pages .page .media > * {
  position: absolute;
}
.flipbook-root .layout .viewport .pages .page .media .gallery {
  background: red;
}
.flipbook-root .layout .viewport .pages .page .media .video {
  background: none;
}
.flipbook-root .layout .viewport .pages .page .media .video video {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .layout .viewport .pages .page .media .video .play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: .25s all;
     -moz-transition: .25s all;
          transition: .25s all;
}
.flipbook-root .layout .viewport .pages .page .media .video.playing video {
  background: black;
  opacity: 1;
  z-index: 10;
}
.flipbook-root .layout .viewport .pages .page .media .video.playing .play {
  z-index: -10;
}
.flipbook-root .layout .viewport .pages .page .content:after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 1000;
}
.flipbook-root .layout .viewport .pages .page:nth-child(2n) .content:after {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(255, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(255, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(255, 0, 0, 0));
  left: 0;
}
.flipbook-root .layout .viewport .pages .page:nth-child(2n+1) .content:after {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15), rgba(255, 0, 0, 0));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.15), rgba(255, 0, 0, 0));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(255, 0, 0, 0));
  right: 0;
}
