@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: "Eds Market Main Script_2252919";
  src: url("../fonts/iym/cf1e3bc5-e877-4792-bbca-5b20b93836d7.eot?#iefix");
  src: url("../fonts/iym/cf1e3bc5-e877-4792-bbca-5b20b93836d7.eot?#iefix") format("eot"), url("../fonts/iym/c37c0705-bdfe-42bd-96cc-cef3af812f1f.woff2") format("woff2"), url("../fonts/iym/bd5c6326-44f1-4158-a507-4afb88d07f0b.woff") format("woff"), url("../fonts/iym/2f9fba45-c46d-4f96-8b53-d4c39a6351d8.ttf") format("truetype"), url("../fonts/iym/643b3ce7-4931-4cc6-abc4-52e7f2dfe90c.svg#643b3ce7-4931-4cc6-abc4-52e7f2dfe90c") format("svg"); }

@font-face {
  font-family: "Eds Market Narrow Slant W00 Rg";
  src: url("../fonts/iym/c2f96efc-8217-411e-b089-64302179bd85.eot?#iefix");
  src: url("../fonts/iym/c2f96efc-8217-411e-b089-64302179bd85.eot?#iefix") format("eot"), url("../fonts/iym/274a422f-355c-41bc-bfe1-a0a9e0601060.woff2") format("woff2"), url("../fonts/iym/36bac89e-8a91-42a3-be4c-460e94920df9.woff") format("woff"), url("../fonts/iym/fa255cf2-de1a-4157-88d8-dfee86d76d5e.ttf") format("truetype"), url("../fonts/iym/8f6d9e93-b042-48e9-ab40-a2552276aa5a.svg#8f6d9e93-b042-48e9-ab40-a2552276aa5a") format("svg"); }

@font-face {
  font-family: "Gordon W01 Black";
  src: url("../fonts/iym/987bebd9-6089-4d5a-95ba-99a42b00e1a2.eot?#iefix");
  src: url("../fonts/iym/987bebd9-6089-4d5a-95ba-99a42b00e1a2.eot?#iefix") format("eot"), url("../fonts/iym/ea1baaf3-20ad-4b7e-b93e-8a625a5ec892.woff2") format("woff2"), url("../fonts/iym/a30130d2-dac6-431e-9f47-e9f49e1734a6.woff") format("woff"), url("../fonts/iym/b206dce1-71a4-4815-abfe-827d8d3d04a1.ttf") format("truetype"), url("../fonts/iym/4e2b7001-2b92-4f8e-beff-14a1265ffcc6.svg#4e2b7001-2b92-4f8e-beff-14a1265ffcc6") format("svg"); }

@font-face {
  font-family: "Player W01 Regular";
  src: url("../fonts/iym/380afed7-17dc-4ef1-a13c-2767bee8ac5a.eot?#iefix");
  src: url("../fonts/iym/380afed7-17dc-4ef1-a13c-2767bee8ac5a.eot?#iefix") format("eot"), url("../fonts/iym/c19668cd-2ed1-4436-87c6-4411353184f9.woff2") format("woff2"), url("../fonts/iym/fec6438f-97c2-4f45-ae1e-dc31e1b5f303.woff") format("woff"), url("../fonts/iym/08314654-7e02-4059-98f8-32dbabed47dd.ttf") format("truetype"), url("../fonts/iym/30f02b58-af15-4587-ad00-e51c6aaf109d.svg#30f02b58-af15-4587-ad00-e51c6aaf109d") format("svg"); }

@font-face {
  font-family: "Player W01 Black";
  src: url("../fonts/iym/70f11dda-c951-4532-9a36-046d52dd9453.eot?#iefix");
  src: url("../fonts/iym/70f11dda-c951-4532-9a36-046d52dd9453.eot?#iefix") format("eot"), url("../fonts/iym/f91b2121-307c-4361-baee-1e0645bd9053.woff2") format("woff2"), url("../fonts/iym/86079eea-d19d-42e2-9b1b-1c0f3543df5a.woff") format("woff"), url("../fonts/iym/9f7c4dce-9706-484d-9236-91d4d97eb44a.ttf") format("truetype"), url("../fonts/iym/2fd565cc-a99c-4b7f-b1b2-9fb9a78ba265.svg#2fd565cc-a99c-4b7f-b1b2-9fb9a78ba265") format("svg"); }

@font-face {
  font-family: "Player W01 Condensed";
  src: url("../fonts/iym/a360c53a-5f76-4e84-a70f-1a878c94a8e4.eot?#iefix");
  src: url("../fonts/iym/a360c53a-5f76-4e84-a70f-1a878c94a8e4.eot?#iefix") format("eot"), url("../fonts/iym/19a7116b-7bd4-45cc-a008-656fdef51a10.woff2") format("woff2"), url("../fonts/iym/0500cdea-86a4-4bd0-a446-a10a24589d48.woff") format("woff"), url("../fonts/iym/87cff6e3-c7ed-467e-a2ad-9b9df64a2d56.ttf") format("truetype"), url("../fonts/iym/680457f2-ebdd-40f5-b7f4-2e37950ddc23.svg#680457f2-ebdd-40f5-b7f4-2e37950ddc23") format("svg"); }

@font-face {
  font-family: "PlayerW01-CondensedBold";
  src: url("../fonts/iym/8e22fe08-1f60-4f7b-a468-47225d6decf1.eot?#iefix");
  src: url("../fonts/iym/8e22fe08-1f60-4f7b-a468-47225d6decf1.eot?#iefix") format("eot"), url("../fonts/iym/2b921db7-a7d5-417c-b1e8-5c95827f58db.woff2") format("woff2"), url("../fonts/iym/d78219b7-e248-4adb-bc80-f7991f9b9d70.woff") format("woff"), url("../fonts/iym/c8eed28b-025d-4991-b968-6d360fce21ab.ttf") format("truetype"), url("../fonts/iym/31b80590-b13a-40f4-bf50-ab731d78409e.svg#31b80590-b13a-40f4-bf50-ab731d78409e") format("svg"); }

@font-face {
  font-family: "PlayerW10-OutlineRegula";
  src: url("../fonts/iym/401bef22-b9a2-4387-a73c-99e3f46e17c6.eot?#iefix");
  src: url("../fonts/iym/401bef22-b9a2-4387-a73c-99e3f46e17c6.eot?#iefix") format("eot"), url("../fonts/iym/a977b51d-5cc9-4815-b3a4-f16cc8f276ee.woff2") format("woff2"), url("../fonts/iym/aa68322a-b09f-418e-8e38-13a7d4ae80e9.woff") format("woff"), url("../fonts/iym/c766e677-07b5-41e6-8f08-beec177ea13d.ttf") format("truetype"), url("../fonts/iym/04adb0e1-ffc4-42c6-8548-5305593d3c2b.svg#04adb0e1-ffc4-42c6-8548-5305593d3c2b") format("svg"); }

@font-face {
  font-family: "American Typewriter ITC W01 Md";
  src: url("../fonts/iym/af43f91e-7e5e-423e-8a41-176aaa2d6bab.eot?#iefix");
  src: url("../fonts/iym/af43f91e-7e5e-423e-8a41-176aaa2d6bab.eot?#iefix") format("eot"), url("../fonts/iym/b98e947d-c7f0-4a56-b21a-cac5a0826cc8.woff2") format("woff2"), url("../fonts/iym/a27244f4-111f-4cdd-ba1d-7dc4ef39f7af.woff") format("woff"), url("../fonts/iym/a16c06ac-28c6-4161-9c9e-527c137a09ad.ttf") format("truetype"), url("../fonts/iym/a599d618-af2a-4b06-ad23-d4920fdb0407.svg#a599d618-af2a-4b06-ad23-d4920fdb0407") format("svg"); }

@font-face {
  font-family: "American Typewriter ITC W01 Lt";
  src: url("../fonts/iym/b88f0925-ea79-46ac-a163-6c4d6acefd20.eot?#iefix");
  src: url("../fonts/iym/b88f0925-ea79-46ac-a163-6c4d6acefd20.eot?#iefix") format("eot"), url("../fonts/iym/189a83e8-d7e5-405d-b303-152ed1572ab3.woff2") format("woff2"), url("../fonts/iym/ea34ba57-3fc9-4a7e-b6ee-d03195824288.woff") format("woff"), url("../fonts/iym/3b6f089f-4530-498d-ac2e-e3bbf612874e.ttf") format("truetype"), url("../fonts/iym/19b7ee5c-c1b3-4695-ace4-1fd6df3821c8.svg#19b7ee5c-c1b3-4695-ace4-1fd6df3821c8") format("svg"); }

@font-face {
  font-family: "Futura LT W02 Extra Bold";
  src: url("../fonts/iym/6f1710e2-dfd3-41cd-be5d-6527e1d9418e.eot?#iefix");
  src: url("../fonts/iym/6f1710e2-dfd3-41cd-be5d-6527e1d9418e.eot?#iefix") format("eot"), url("../fonts/iym/58c6cfb4-4a7a-4d63-8443-1dc96b3ebca7.woff2") format("woff2"), url("../fonts/iym/bdda36c9-9548-4b69-83d7-5a91f22ae886.woff") format("woff"), url("../fonts/iym/6d65fe7b-bbbb-47eb-8710-064a5657cee8.ttf") format("truetype"), url("../fonts/iym/9c06e45d-4e4b-4c55-8dc3-28cdf9f92a74.svg#9c06e45d-4e4b-4c55-8dc3-28cdf9f92a74") format("svg"); }

@font-face {
  font-family: "Futura LT W01 Medium Condensed";
  src: url("../fonts/iym/fbbd35b9-df6a-4550-8731-edef7cb1f764.eot?#iefix");
  src: url("../fonts/iym/fbbd35b9-df6a-4550-8731-edef7cb1f764.eot?#iefix") format("eot"), url("../fonts/iym/8f8e3475-0d53-4055-8dbc-997d3e7a73de.woff2") format("woff2"), url("../fonts/iym/5af82934-5078-4495-9aa1-bcaec40ea1e8.woff") format("woff"), url("../fonts/iym/886112d6-26ae-4248-9ec0-a357acf06bd7.ttf") format("truetype"), url("../fonts/iym/4ee1d85f-0454-4bbb-acbf-cf896937c708.svg#4ee1d85f-0454-4bbb-acbf-cf896937c708") format("svg"); }

@font-face {
  font-family: "IYM Glyphs";
  src: url("../fonts/iym/IYMGlyphs-Regular.eot?#iefix");
  src: url("../fonts/iym/IYMGlyphs-Regular.eot?#iefix") format("eot"), url("../fonts/iym/IYMGlyphs-Regular.woff2") format("woff2"), url("../fonts/iym/IYMGlyphs-Regular.woff") format("woff"); }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #280116;
  cursor: inherit;
  overflow: hidden;
  /*webkit-overflow-scrolling: auto;*/ }

body {
  margin: 0;
  font-size: 1.5vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  body #site {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%; }
  body #main {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  body .please-rotate {
    display: none; }

@keyframes Pulse2 {
  0% {
    color: #f4dfdc; }
  50% {
    color: #420910; }
  100% {
    color: #f4dfdc; } }

@media (orientation: portrait) {
  body.ready #main {
    display: none; } }

body.ready .please-rotate {
  display: none; }
  @media (orientation: portrait) {
    body.ready .please-rotate {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center; } }
  body.ready .please-rotate .inner {
    position: relative;
    color: #f4dfdc;
    font-family: "Player W01 Regular", sans-serif;
    pointer-events: none;
    z-index: 111;
    text-align: center;
    top: 50%;
    font-size: 4vw;
    margin-top: -2vw;
    animation: Pulse2 ease-in-out 1.75s;
    animation-iteration-count: infinite; }
    @media (min-width: 768px) {
      body.ready .please-rotate .inner {
        font-size: 20px;
        margin-top: -10px; } }
  body.ready .please-rotate::after {
    position: absolute;
    top: 0;
    content: ' ';
    display: block;
    background-color: #280116;
    width: 100%;
    height: 100%;
    z-index: 110; }

.cursor-pointer {
  cursor: pointer !important; }

.cursor-move {
  cursor: move; }

.main-canvas {
  width: 400px;
  height: 300px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#canvas-container::after {
  content: ' ';
  background-image: url("../images/desktop/screen-grunge.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #canvas-container::after {
      background-image: url("../images/desktop/screen-grunge.png");
      background-size: 2560 1440; } }

#canvas-container.grungy::after {
  opacity: 1;
  transition: opacity 0.5s; }

.message {
  border: 1px solid #280116;
  width: 100%;
  height: 100%;
  background-image: url("../images/desktop/message-bg.jpg");
  background-size: cover;
  background-position: 50% 50%; }
  .message .inner {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    text-align: center;
    color: #edf3f3;
    font-size: 2.5vw;
    font-family: 'American Typewriter ITC W01 Md', serif; }
    .message .inner h2 {
      font-weight: normal;
      font-family: "PlayerW01-CondensedBold", sans-serif;
      font-size: 6vw; }
      .message .inner h2 .tko {
        font-family: "PlayerW10-OutlineRegula", sans-serif; }
  .message .button {
    font-family: "Futura LT W02 Extra Bold", sans-serif;
    font-size: 2.1vw;
    text-transform: uppercase;
    display: inline-block;
    color: white;
    border: 0.4vw solid white;
    padding: 1.5vw 2vw;
    text-decoration: none;
    letter-spacing: 0.15vw; }

.message.mobile {
  /*  .please-rotate {
      display: none;
    }*/ }
  .message.mobile .page {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
    .message.mobile .page .inner {
      font-size: 1.25vw; }
      .message.mobile .page .inner h2 {
        font-weight: normal;
        font-family: "Player W01 Condensed", sans-serif;
        font-size: 4vw; }
  .message.mobile .page.intro {
    display: block; }
    .message.mobile .page.intro .title-wrapper {
      position: absolute;
      margin: 0 auto;
      width: 80%;
      left: 18%;
      top: 12%; }
      .message.mobile .page.intro .title-wrapper .title {
        position: absolute;
        top: 0;
        width: 100%;
        display: block;
        margin: 0 auto;
        height: auto; }
    .message.mobile .page.intro .billy {
      position: absolute;
      height: 100%;
      width: auto;
      left: -1%; }
    .message.mobile .page.intro .inner {
      position: absolute;
      margin: 0 auto;
      width: 80%;
      left: 18%;
      -ms-transform: translateY(-20%);
      transform: translateY(-20%); }
  .message.mobile .page.video video {
    width: 100%; }
  .message.mobile .page.end .inner {
    font-size: 3vw;
    width: 80%;
    left: 10%;
    top: 50%;
    -ms-transform: translateY(-70%);
    transform: translateY(-70%); }
    .message.mobile .page.end .inner h2 {
      font-size: 6.5vw; }

.message.platform-unsupported .billy {
  height: 100%;
  width: auto;
  left: 2%;
  position: absolute; }
  @media (orientation: portrait) {
    .message.platform-unsupported .billy {
      display: none; } }

.message.platform-unsupported .inner {
  margin: 0 auto;
  font-size: 14px;
  width: 95%;
  left: 0%; }
  @media (orientation: landscape) {
    .message.platform-unsupported .inner {
      max-width: 65%;
      -ms-transform: translateX(15%) translateY(-50%);
      transform: translateX(15%) translateY(-50%); } }
  @media (orientation: portrait) and (min-width: 768px) {
    .message.platform-unsupported .inner {
      font-size: 20px; } }
  @media (orientation: portrait) and (min-width: 992px) {
    .message.platform-unsupported .inner {
      width: 75%;
      font-size: 20px; } }
  @media (orientation: landscape) and (min-width: 992px) {
    .message.platform-unsupported .inner {
      font-size: 20px; } }
  .message.platform-unsupported .inner h2 {
    display: inline;
    background-image: url("../images/desktop/fill-cc.png");
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 25px;
    line-height: 35px;
    padding: 3px 5px; }
    @media (min-width: 768px) {
      .message.platform-unsupported .inner h2 {
        font-size: 35px;
        line-height: 45px;
        padding: 3px 5px; } }
    @media (orientation: portrait) and (min-width: 768px) {
      .message.platform-unsupported .inner h2 {
        font-size: 55px;
        line-height: 67px; } }
    @media (min-width: 992px) {
      .message.platform-unsupported .inner h2 {
        padding: 10px;
        font-size: 60px;
        line-height: 87px; } }
  .message.platform-unsupported .inner .line-2 {
    margin: 20px 0 0 0; }
    @media (min-width: 992px) {
      .message.platform-unsupported .inner .line-2 {
        margin: 100px 0 0 0; } }
  .message.platform-unsupported .inner ul {
    padding: 0;
    margin: 0; }
    .message.platform-unsupported .inner ul li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
  .message.platform-unsupported .inner a {
    color: #edf3f3; }

.site-title {
  font-family: "Player W01 Regular", sans-serif; }

.b-line {
  position: relative; }
  .b-line [type="group"] div {
    position: absolute; }
    .b-line [type="group"] div:after {
      position: absolute; }
  .b-line .text-with-background {
    display: inline-block;
    color: white;
    line-height: 50px;
    font-size: 66px; }
    .b-line .text-with-background span {
      display: inline-block;
      white-space: nowrap;
      background: url("../images/b-line/rose/desktop/20.png");
      padding: 12px 18px 18px;
      position: relative; }
      .b-line .text-with-background span:first-child {
        padding-top: 18px; }
      .b-line .text-with-background span:last-child {
        padding-bottom: 18px; }
      .b-line .text-with-background span .blanket {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("../images/b-line/rose/desktop/21.png");
        z-index: 1000;
        opacity: 0.5; }
  .b-line .fight-date {
    font-size: 32px;
    padding: 8px 24px;
    display: inline-block;
    text-align: center;
    color: white;
    background: url("../images/b-line/rose/desktop/19.gif"); }
    .b-line .fight-date .date {
      font-size: 32px;
      font-family: 'Eds Market Main Script_2252919', sans-serif;
      white-space: nowrap; }
    .b-line .fight-date .title {
      font-size: 62px;
      line-height: 66px;
      font-family: 'Eds Market Narrow Slant W00 Rg', sans-serif;
      white-space: nowrap; }

.rose-name {
  width: 835px;
  height: 364px;
  left: 2432px;
  top: 1028px; }

.rose-portrait {
  width: 853px;
  height: 1554px;
  left: 2863px;
  top: 784px; }

.rose-signature {
  width: 436px;
  height: 463px;
  left: 2777px;
  top: 1619px; }

.independent-paperclipping {
  width: 1350px;
  height: 758px;
  left: 3661px;
  top: 1019px; }

.birth-photo {
  width: 1058px;
  height: 737px;
  left: 3692px;
  top: 1957px; }

.birth-text {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 3491px;
  top: 1866px; }

.father-photo {
  width: 777px;
  height: 998px;
  left: 4940px;
  top: 1958px; }

.father-text {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 5389px;
  top: 2311px; }

.rose-hero {
  width: 606px;
  height: 792px;
  left: 2031px;
  top: -100px; }

.rose-text {
  font-family: "Player W01 Black", sans-serif;
  font-size: 120px;
  left: 1678px;
  top: 334px; }

.the-age-photo {
  width: 774px;
  height: 1001px;
  left: 1510px;
  top: 1733px; }

.the-age-paperclipping {
  width: 1351px;
  height: 785px;
  left: 1961px;
  top: 2142px; }

.the-age-audio {
  left: 2328px;
  top: 1864px;
  background: red;
  width: 210px;
  height: 210px; }

.jack-rennie-photo {
  width: 711px;
  height: 917px;
  left: 823px;
  top: 767px; }

.jack-rennie-video {
  width: 735px;
  height: 551px;
  left: 1504px;
  top: 1031px; }

.jack-rennie-text {
  font-family: "PlayerW10-OutlineRegula", sans-serif;
  font-size: 66px;
  left: 681px;
  top: 1369px; }
  .jack-rennie-text span strong {
    font-family: "Player W01 Black", sans-serif; }

.first-title-photo {
  width: 568px;
  height: 792px;
  left: 3246px;
  top: 0px; }

.first-title-text {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 3741px;
  top: 330px; }

.rocky-photo {
  width: 830px;
  height: 944px;
  left: 4834px;
  top: 159px; }

.rocky-video {
  width: 735px;
  height: 551px;
  left: 5178px;
  top: 946px; }

.rocky-date {
  left: 5280px;
  top: 1433px; }

.rocky-text {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 5533px;
  top: 473px; }
  .rocky-text strong {
    font-family: "Player W01 Black", sans-serif; }

.harada-photo {
  width: 582px;
  height: 774px;
  left: 0;
  top: 1686px; }

.harada-video {
  width: 735px;
  height: 551px;
  left: 496px;
  top: 2180px; }

.harada-date {
  left: 635px;
  top: 2666px; }

.harada-text {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 496px;
  top: 1734px; }
  .harada-text strong {
    font-family: "Player W01 Black", sans-serif; }

.harada-audio {
  left: 515px;
  top: 2170px;
  background: red;
  width: 210px;
  height: 210px; }

.world-champ-photo {
  width: 780px;
  height: 855px;
  left: 6111px;
  top: 945px; }

.world-champ-title {
  width: 1045px;
  height: 571px;
  left: 6799px;
  top: 968px; }

.world-champ-audio {
  left: 6796px;
  top: 1583px;
  background: red;
  width: 210px;
  height: 210px; }

.tszyu .group-0-1 {
  width: 978px;
  height: 1650px;
  top: 1057px;
  left: 1614px; }

.tszyu .group-0-2 {
  width: 914px;
  height: 364px;
  left: 985px;
  top: 1194px; }

.tszyu .group-0-3 {
  width: 456px;
  height: 446px;
  left: 1319px;
  top: 2000px; }

.tszyu .group-1-1 {
  width: 1364px;
  height: 573px;
  left: 2364px;
  top: 1161px; }

.tszyu .group-2-1 {
  width: 764px;
  height: 483px;
  left: 2376px;
  top: 537px; }

.tszyu .group-2-2 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 1939px;
  top: 806px; }
  .tszyu .group-2-2 strong {
    font-family: "Player W01 Black", sans-serif; }

.tszyu .group-3-1 {
  width: 1454px;
  height: 958px;
  left: 3324px;
  top: 519px; }

.tszyu .group-3-2 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 4239px;
  top: 1440px; }

.tszyu .group-3-3 {
  left: 4792px;
  top: 1195px;
  background: red;
  width: 210px;
  height: 210px; }

.tszyu .group-4-1 {
  width: 1013px;
  height: 654px;
  left: 394px;
  top: 1780px; }

.tszyu .group-4-2 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 0px;
  top: 1591px; }

.tszyu .group-4-3 {
  left: 136px;
  top: 1940px;
  background: red;
  width: 210px;
  height: 210px; }

.tszyu .group-5-1 {
  width: 735px;
  height: 551px;
  left: 395px;
  top: 2613px; }

.tszyu .group-5-2 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 1012px;
  top: 2710px; }
  .tszyu .group-5-2 strong {
    font-family: "Player W01 Black", sans-serif; }

.tszyu .group-6-1 {
  width: 735px;
  height: 551px;
  left: 395px;
  top: 3292px; }

.tszyu .group-6-2 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 1012px;
  top: 3432px; }
  .tszyu .group-6-2 strong {
    font-family: "Player W01 Black", sans-serif; }

.tszyu .group-6-3 {
  left: 472px;
  top: 3771px; }

.tszyu .group-7-1 {
  width: 1375px;
  height: 653px;
  left: 2112px;
  top: 2684px; }

.tszyu .group-8-1 {
  width: 1024px;
  height: 659px;
  left: 2678px;
  top: 1855px; }

.tszyu .group-8-2 {
  width: 1024px;
  height: 659px;
  left: 3780px;
  top: 1855px; }

.tszyu .group-8-3 {
  left: 3295px;
  top: 2330px;
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px; }
  .tszyu .group-8-3 strong {
    font-family: "Player W01 Black", sans-serif; }

.tszyu .group-9-1 {
  width: 426px;
  height: 662px;
  left: 4887px;
  top: 1853px; }

.tszyu .group-9-2 {
  width: 1179px;
  height: 812px;
  left: 5235px;
  top: 1538px; }

.tszyu .group-10-1 {
  width: 568px;
  height: 792px;
  left: 1300px;
  top: 194px; }

.tszyu .group-10-2 {
  width: 907px;
  height: 1065px;
  left: 569px;
  top: 14px; }

.tszyu .group-10-3 {
  left: 1497px;
  top: 0;
  font-family: "PlayerW10-OutlineRegula", sans-serif;
  font-size: 66px; }
  .tszyu .group-10-3 span strong {
    font-family: "Player W01 Black", sans-serif; }

.tszyu .group-11-1 {
  width: 735px;
  height: 551px;
  left: 3699px;
  top: 2919px; }

.tszyu .group-11-2 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 4345px;
  top: 2957px; }

.tszyu .group-11-3 {
  left: 3856px;
  top: 3398px; }

.darcy .group-0-1 {
  width: 765px;
  height: 361px;
  left: 3382px;
  top: 1216px; }

.darcy .group-0-2 {
  width: 721px;
  height: 1421px;
  left: 2871px;
  top: 1087px; }

.darcy .group-0-3 {
  width: 1329px;
  height: 460px;
  left: 3373px;
  top: 1708px; }

.darcy .group-0-4 {
  width: 718px;
  height: 220px;
  left: 2798px;
  top: 2189px; }

.darcy .group-1-1 {
  width: 747px;
  height: 605px;
  left: 2074px;
  top: 1266px; }

.darcy .group-1-2 {
  width: 594px;
  height: 365px;
  left: 2000px;
  top: 1753px; }

.darcy .group-1-3 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 2000px;
  top: 1133px; }

.darcy .group-2-1 {
  width: 1000px;
  height: 388px;
  left: 1595px;
  top: 2262px; }

.darcy .group-2-2 {
  width: 143px;
  height: 120px;
  left: 1949px;
  top: 2232px; }

.darcy .group-2-3 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 1626px;
  top: 2589px; }

.darcy .group-3-1 {
  width: 613px;
  height: 885px;
  left: 2820px;
  top: 2549px; }

.darcy .group-3-2 {
  width: 329px;
  height: 526px;
  left: 3367px;
  top: 2876px; }

.darcy .group-3-3 {
  width: 329px;
  height: 526px;
  left: 3717px;
  top: 2876px; }

.darcy .group-3-4 {
  width: 329px;
  height: 526px;
  left: 4069px;
  top: 2876px; }

.darcy .group-3-5 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 3344px;
  top: 2588px; }

.darcy .group-4-1 {
  width: 735px;
  height: 551px;
  left: 2815px;
  top: 390px; }

.darcy .group-4-2 {
  left: 3368px;
  top: 473px;
  font-family: "PlayerW10-OutlineRegula", sans-serif;
  font-size: 66px; }
  .darcy .group-4-2 span strong {
    font-family: "Player W01 Black", sans-serif; }

.darcy .group-5-1 {
  width: 1373px;
  height: 874px;
  left: 4509px;
  top: 470px; }

.darcy .group-5-2 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 4361px;
  top: 1133px; }

.darcy .group-5-3 {
  left: 4370px;
  top: 883px;
  background: red;
  width: 210px;
  height: 210px; }

.darcy .group-6-1 {
  width: 912px;
  height: 777px;
  left: 4958px;
  top: 1639px; }

.darcy .group-6-2 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 5733px;
  top: 1809px; }
  .darcy .group-6-2 strong {
    font-family: "Player W01 Black", sans-serif; }

.darcy .group-6-3 {
  left: 5456px;
  top: 2233px;
  width: 735px;
  height: 551px; }

.darcy .group-6-4 {
  left: 5547px;
  top: 2722px; }

.darcy .group-6-5 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 4800px;
  top: 2334px; }

.darcy .group-7-1 {
  left: 4928px;
  top: 3074px;
  width: 735px;
  height: 551px; }

.darcy .group-7-2 {
  left: 5063px;
  top: 3563px; }

.darcy .group-7-3 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 5452px;
  top: 3202px; }
  .darcy .group-7-3 strong {
    font-family: "Player W01 Black", sans-serif; }

.darcy .group-8-1 {
  left: 4928px;
  top: 3872px;
  width: 735px;
  height: 551px; }

.darcy .group-8-2 {
  left: 5108px;
  top: 4361px; }

.darcy .group-8-3 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 5452px;
  top: 4044px; }
  .darcy .group-8-3 strong {
    font-family: "Player W01 Black", sans-serif; }

.darcy .group-9-1 {
  left: 1999px;
  top: 202px;
  width: 261px;
  height: 810px; }

.darcy .group-9-2 {
  left: 1910px;
  top: 968px;
  width: 483px;
  height: 137px; }

.darcy .group-9-3 {
  left: 1453px;
  top: 0;
  width: 594px;
  height: 640px; }

.darcy .group-9-4 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 1446px;
  top: 638px; }

.darcy .group-10-1 {
  left: 907px;
  top: 1380px;
  width: 617px;
  height: 549px; }

.darcy .group-10-2 {
  left: 908px;
  top: 1944px;
  width: 606px;
  height: 40px; }

.darcy .group-10-3 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 709px;
  top: 1131px; }

.darcy .group-11-1 {
  left: 907px;
  top: 1380px;
  width: 617px;
  height: 549px; }

.darcy .group-11-1 {
  left: 0;
  top: 2518px;
  width: 1353px;
  height: 849px; }

.darcy .group-11-2 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 81px;
  top: 2260px; }

.darcy .group-11-3 {
  left: 63px;
  top: 3112px;
  width: 735px;
  height: 551px; }

.darcy .group-11-4 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 666px;
  top: 3240px; }

.darcy .group-12-1 {
  left: 610px;
  top: 3518px;
  width: 735px;
  height: 551px; }

.darcy .group-12-2 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 0px;
  top: 3400px; }

.mundine .group-0-1 {
  width: 1133px;
  height: 363px;
  left: 3220px;
  top: 1305px; }

.mundine .group-0-2 {
  width: 1351px;
  height: 1435px;
  left: 2220px;
  top: 1063px; }

.mundine .group-0-3 {
  width: 833px;
  height: 260px;
  left: 2415px;
  top: 2150px; }

.mundine .group-0-4 {
  width: 1221px;
  height: 460px;
  left: 3193px;
  top: 1760px; }

.mundine .group-1-1 {
  width: 695px;
  height: 441px;
  left: 1506px;
  top: 1431px; }

.mundine .group-1-2 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 1003px;
  top: 1303px; }
  .mundine .group-1-2 strong {
    font-family: "Player W01 Black", sans-serif; }

.mundine .group-2-1 {
  width: 735px;
  height: 551px;
  left: 1000px;
  top: 1771px; }

.mundine .group-2-2 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 1626px;
  top: 1994px; }
  .mundine .group-2-2 strong {
    font-family: "Player W01 Black", sans-serif; }

.mundine .group-3-1 {
  width: 470px;
  height: 581px;
  left: 1007px;
  top: 2467px; }

.mundine .group-3-2 {
  width: 909px;
  height: 673px;
  left: 1382px;
  top: 2633px; }

.mundine .group-3-3 {
  left: 1007px;
  top: 3109px;
  font-family: "PlayerW10-OutlineRegula", sans-serif;
  font-size: 66px; }
  .mundine .group-3-3 span strong {
    font-family: "Player W01 Black", sans-serif; }

.mundine .group-3-4 {
  left: 1502px;
  top: 2467px;
  background: red;
  width: 210px;
  height: 210px; }

.mundine .group-4-1 {
  width: 995px;
  height: 680px;
  left: 2506px;
  top: 2628px; }

.mundine .group-4-2 {
  width: 539px;
  height: 602px;
  left: 2328px;
  top: 2516px; }

.mundine .group-4-3 {
  left: 3211px;
  top: 3150px;
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px; }

.mundine .group-5-1 {
  width: 568px;
  height: 792px;
  left: 3673px;
  top: 2217px; }

.mundine .group-5-2 {
  left: 4152px;
  top: 2588px;
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px; }

.mundine .group-6-1 {
  width: 735px;
  height: 551px;
  left: 695px;
  top: 561px; }

.mundine .group-6-2 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 8px;
  top: 666px; }

.mundine .group-6-3 {
  left: 777px;
  top: 1051px; }

.mundine .group-7-1 {
  width: 735px;
  height: 551px;
  left: 1500px;
  top: 561px; }

.mundine .group-7-2 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 2042px;
  top: 666px; }

.mundine .group-7-3 {
  left: 1567px;
  top: 1051px; }

.mundine .group-8-1 {
  width: 609px;
  height: 818px;
  left: 3284px;
  top: 344px; }

.mundine .group-8-2 {
  width: 724px;
  height: 551px;
  left: 3745px;
  top: 561px; }

.mundine .group-8-3 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 3745px;
  top: 216px; }
  .mundine .group-8-3 strong {
    font-family: "Player W01 Black", sans-serif; }

.mundine .group-9-1 {
  width: 735px;
  height: 551px;
  left: 4773px;
  top: 561px; }

.mundine .group-9-2 {
  left: 4854px;
  top: 1051px; }

.mundine .group-9-3 {
  width: 673px;
  height: 955px;
  left: 5546px;
  top: 388px; }

.mundine .group-9-4 {
  width: 915px;
  height: 960px;
  left: 5349px;
  top: 0; }

.mundine .group-10-1 {
  width: 735px;
  height: 551px;
  left: 4773px;
  top: 1614px; }

.mundine .group-10-2 {
  left: 4854px;
  top: 2094px; }

.mundine .group-10-3 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 4100px;
  top: 1734px; }
  .mundine .group-10-3 strong {
    font-family: "Player W01 Black", sans-serif; }

.mundine .group-10-4 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 5432px;
  top: 1734px; }

.mundine .group-11-1 {
  width: 560px;
  height: 718px;
  left: 4948px;
  top: 2330px; }

.mundine .group-11-2 {
  width: 518px;
  height: 288px;
  left: 4728px;
  top: 2400px; }

.mundine .group-11-3 {
  left: 4728px;
  top: 2939px;
  font-family: "PlayerW10-OutlineRegula", sans-serif;
  font-size: 66px; }
  .mundine .group-11-3 span strong {
    font-family: "Player W01 Black", sans-serif; }

.mundine .group-11-4 {
  left: 4728px;
  top: 2707px;
  background: red;
  width: 210px;
  height: 210px; }

.famechon .group-0-1 {
  width: 1295px;
  height: 365px;
  left: 2100px;
  top: 1213px; }

.famechon .group-0-2 {
  width: 810px;
  height: 1433px;
  left: 1697px;
  top: 1180px; }

.famechon .group-0-3 {
  width: 1002px;
  height: 1044px;
  left: 2368px;
  top: 1646px; }

.famechon .group-0-4 {
  width: 634px;
  height: 442px;
  left: 1585px;
  top: 2293px; }

.famechon .group-1-1 {
  width: 914px;
  height: 758px;
  left: 1903px;
  top: 2888px; }

.famechon .group-1-2 {
  left: 2714px;
  top: 2965px;
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px; }

.famechon .group-1-3 {
  width: 582px;
  height: 849px;
  left: 2717px;
  top: 3324px; }

.famechon .group-1-4 {
  left: 1903px;
  top: 3734px;
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px; }
  .famechon .group-1-4 strong {
    font-family: "Player W01 Black", sans-serif; }

.famechon .group-2-1 {
  width: 834px;
  height: 850px;
  left: 4054px;
  top: 3325px; }

.famechon .group-2-2 {
  width: 568px;
  height: 792px;
  left: 3586px;
  top: 3744px; }

.famechon .group-2-3 {
  left: 4236px;
  top: 4002px;
  font-family: "PlayerW10-OutlineRegula", sans-serif;
  font-size: 66px; }
  .famechon .group-2-3 span strong {
    font-family: "Player W01 Black", sans-serif; }

.famechon .group-2-4 {
  left: 4234px;
  top: 3740px;
  background: red;
  width: 210px;
  height: 210px; }

.famechon .group-3-1 {
  width: 760px;
  height: 1017px;
  left: 403px;
  top: 0px; }

.famechon .group-3-2 {
  left: 855px;
  top: 600px;
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px; }

.famechon .group-4-1 {
  width: 735px;
  height: 551px;
  left: 20px;
  top: 1159px; }

.famechon .group-4-2 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 597px;
  top: 1208px; }

.famechon .group-4-3 {
  left: 96px;
  top: 1654px; }

.famechon .group-5-1 {
  width: 875px;
  height: 1152px;
  left: 0px;
  top: 1988px; }

.famechon .group-5-2 {
  width: 246px;
  height: 473px;
  left: 808px;
  top: 2270px; }

.famechon .group-5-3 {
  font-family: "Player W01 Condensed", sans-serif;
  font-size: 66px;
  left: 599px;
  top: 2674px; }
  .famechon .group-5-3 strong {
    font-family: "Player W01 Black", sans-serif; }

.famechon .group-5-4 {
  left: 1060px;
  top: 2422px;
  background: red;
  width: 210px;
  height: 210px; }

.famechon .group-6-1 {
  width: 1100px;
  height: 857px;
  left: 2103px;
  top: 165px; }

.famechon .group-6-2 {
  width: 735px;
  height: 551px;
  left: 3075px;
  top: 431px; }

.famechon .group-6-3 {
  font-family: "PlayerW01-CondensedBold", sans-serif;
  font-size: 66px;
  left: 2724px;
  top: 59px; }
  .famechon .group-6-3 strong {
    font-family: "Player W01 Black", sans-serif; }

.famechon .group-6-4 {
  left: 3163px;
  top: 926px; }

.famechon .group-7-1 {
  width: 925px;
  height: 1291px;
  left: 3609px;
  top: 1221px; }

.famechon .group-7-2 {
  width: 735px;
  height: 551px;
  left: 4370px;
  top: 1602px; }

.famechon .group-7-3 {
  left: 4451px;
  top: 2097px; }

.dib {
  /*  .group-0-4 {
    width: 718px;
    height: 220px;
    left: 2798px;
    top: 2189px;
  }*/ }
  .dib .group-0-1 {
    width: 630px;
    height: 363px;
    left: 3582px;
    top: 1216px; }
  .dib .group-0-2 {
    width: 864px;
    height: 1539px;
    left: 3078px;
    top: 1087px; }
  .dib .group-0-3 {
    width: 1024px;
    height: 1024px;
    left: 2873px;
    top: 2058px; }

.matte {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }
  .matte .top,
  .matte .bottom {
    position: absolute;
    background-color: #280116;
    width: 100%;
    height: 50%;
    /*    background-image: url('../images/desktop/matte-bg.png');
    background-repeat: repeat;*/ }
  .matte .top {
    top: 0; }
  .matte .bottom {
    top: 50%; }

@keyframes Pulse {
  0% {
    color: #f4dfdc; }
  50% {
    color: #420910; }
  100% {
    color: #f4dfdc; } }

@keyframes FadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.loader {
  color: #f4dfdc;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  opacity: 0;
  display: block;
  font-family: "Player W01 Regular", sans-serif;
  pointer-events: none;
  font-size: 4vw;
  margin-top: -2vw; }
  @media (min-width: 768px) {
    .loader {
      font-size: 20px;
      margin-top: -10px; } }
  .loader.loading-page-in {
    opacity: 1;
    animation: Pulse ease-in-out 1.75s;
    animation-iteration-count: infinite; }
  .loader.loading-page-out {
    animation: FadeOut ease-in-out 0.5s; }

.preloader {
  position: absolute;
  top: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .preloader canvas {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 992px) {
      .preloader canvas {
        width: auto;
        height: 100%;
        top: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }

.social-global {
  pointer-events: all;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50000;
  width: 400px;
  display: block;
  margin: 20px 20px 0 0; }
  @media (min-width: 768px) {
    .social-global {
      margin: 30px 20px 0 0; } }
  .social-global .twitter {
    margin: 0 20px 0 0; }
  .social-global .twitter, .social-global .facebook {
    float: right;
    top: 0;
    line-height: 0;
    vertical-align: top;
    display: inline-block;
    clear: none; }

.main-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 100; }
  .main-nav .iym-logo {
    position: absolute;
    top: -16px;
    left: -11px;
    height: 110px;
    pointer-events: all; }
    @media (min-width: 992px) {
      .main-nav .iym-logo {
        height: 130px; } }
    @media (min-width: 1200px) {
      .main-nav .iym-logo {
        height: 147px; } }
    @media (min-width: 1800px) {
      .main-nav .iym-logo {
        height: 163px; } }
    .main-nav .iym-logo canvas {
      width: auto;
      height: 100%; }
  .main-nav .logo, .main-nav .secondary {
    pointer-events: all; }
  .main-nav .logo {
    position: absolute;
    display: inline-block;
    height: 40px;
    opacity: 0.85;
    bottom: 15px;
    left: 20px; }
    @media (min-width: 992px) {
      .main-nav .logo {
        bottom: 20px;
        left: 30px; } }
    .main-nav .logo img {
      height: 100%; }
  .main-nav .begin-story {
    width: 256px;
    height: 192px;
    margin-left: -128px;
    bottom: 0;
    left: 50%;
    position: absolute;
    display: none;
    pointer-events: all;
    cursor: pointer; }
  .main-nav .secondary {
    position: absolute;
    bottom: 17px;
    right: 8px;
    height: 220px;
    width: 30px;
    font-family: 'Futura LT W01 Medium Condensed', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: white; }
    @media (min-width: 992px) {
      .main-nav .secondary {
        bottom: 25px;
        right: 20px; } }
    .main-nav .secondary ul {
      width: 260px;
      display: inline-block;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -ms-transform-origin: left bottom 0;
      transform-origin: left bottom 0;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .main-nav .secondary ul li {
        margin: 0 30px 0 0;
        display: inline-block; }
        .main-nav .secondary ul li a {
          cursor: pointer;
          text-decoration: none;
          color: white;
          padding: 4px 10px;
          background-color: rgba(40, 0, 22, 0.75);
          transition: background-color 1s; }
        .main-nav .secondary ul li a:hover {
          background-color: #730200;
          transition: background-color 0.1s; }
    .main-nav .secondary .media-options {
      position: absolute;
      top: 110px; }
      .main-nav .secondary .media-options input[type='checkbox'] {
        display: none; }
      .main-nav .secondary .media-options input[type='checkbox'] + label {
        display: block;
        width: 35px;
        height: 35px;
        margin: 0 0 40px -10px;
        border-radius: 18px;
        cursor: pointer;
        background-color: rgba(40, 0, 22, 0.75);
        transition: background-color 1s; }
      .main-nav .secondary .media-options input[type='checkbox'] + label:hover {
        background-color: #730200;
        transition: background-color 0.1s; }
      .main-nav .secondary .media-options input[type='checkbox'] + label .icon {
        width: 100%;
        height: 100%;
        background-size: 28px 28px;
        background-repeat: no-repeat;
        background-position: center center; }
      .main-nav .secondary .media-options input[type='checkbox'].sound + label .icon {
        background-image: url("../images/nav-sound.svg"); }
      .main-nav .secondary .media-options input[type='checkbox'].fullscreen + label .icon {
        background-image: url("../images/nav-fullscreen.svg"); }
      .main-nav .secondary .media-options input[type='checkbox'].sound + label.inactive .icon {
        background-image: url("../images/nav-sound-off.svg"); }
      .main-nav .secondary .media-options input[type='checkbox'].fullscreen + label.inactive .icon {
        background-image: url("../images/nav-fullscreen-exit.svg"); }

.pagination {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 20px;
  white-space: nowrap;
  font-family: "Player W01 Regular", sans-serif;
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity 1s 0s; }
  .pagination.transition-in {
    opacity: 1;
    transition: opacity 1s 2s; }
  .pagination .pagination-arrow-left,
  .pagination .pagination-arrow-right {
    transition: opacity 0.15s;
    margin: 0 13.8px;
    opacity: 0.5;
    cursor: default;
    display: inline-block;
    position: relative; }
    .pagination .pagination-arrow-left .highlight,
    .pagination .pagination-arrow-right .highlight {
      display: none; }
    .pagination .pagination-arrow-left:hover i,
    .pagination .pagination-arrow-right:hover i {
      color: white; }
    .pagination .pagination-arrow-left.active,
    .pagination .pagination-arrow-right.active {
      opacity: 1;
      cursor: pointer; }
      .pagination .pagination-arrow-left.active .highlight,
      .pagination .pagination-arrow-right.active .highlight {
        display: block; }
      .pagination .pagination-arrow-left.active:hover i,
      .pagination .pagination-arrow-right.active:hover i {
        color: black; }
    .pagination .pagination-arrow-left i,
    .pagination .pagination-arrow-right i {
      font-size: 9.6px;
      border-width: 2px;
      border-radius: 0;
      line-height: 1em; }
  .pagination .pagination-arrow-left i {
    padding: 4.8px 6.9px 4.8px 5.7px; }
  .pagination .pagination-arrow-right i {
    padding: 4.8px 5.7px 4.8px 6.9px; }
  .pagination .pages i {
    transition: color 0.15s;
    position: relative;
    display: inline;
    top: -2.7px;
    padding: 0 7.5px;
    font-size: 7.5px; }
    .pagination .pages i.active {
      color: #d44122;
      cursor: default !important; }
    .pagination .pages i.fa-star {
      cursor: pointer; }
    .pagination .pages i.fa-star-o {
      cursor: default; }
  @media (min-width: 768px) {
    .pagination {
      margin: 0 23px; }
      .pagination .pagination-arrow-left i,
      .pagination .pagination-arrow-right i {
        font-size: 16px; }
      .pagination .pagination-arrow-left i {
        padding: 8px 11.5px 8px 9.5px; }
      .pagination .pagination-arrow-right i {
        padding: 8px 9.5px 8px 11.5px; }
      .pagination .pages i {
        top: -4.5px;
        padding: 0 12.5px;
        font-size: 12.5px; } }
  @media (min-width: 992px) {
    .pagination {
      margin: 0 34.5px; }
      .pagination .pagination-arrow-left i,
      .pagination .pagination-arrow-right i {
        font-size: 24px; }
      .pagination .pagination-arrow-left i {
        padding: 12px 17.25px 12px 14.25px; }
      .pagination .pagination-arrow-right i {
        padding: 12px 14.25px 12px 17.25px; }
      .pagination .pages i {
        top: -6.75px;
        padding: 0 18.75px;
        font-size: 18.75px; } }
  @media (min-width: 1200px) {
    .pagination {
      margin: 0 34.5px; }
      .pagination .pagination-arrow-left i,
      .pagination .pagination-arrow-right i {
        font-size: 24px; }
      .pagination .pagination-arrow-left i {
        font-size: 24px;
        padding: 12px 17.25px 12px 14.25px; }
      .pagination .pagination-arrow-right i {
        font-size: 24px;
        padding: 12px 14.25px 12px 17.25px; }
      .pagination .pages i {
        top: -6.75px;
        padding: 0 18.75px;
        font-size: 18.75px; } }

.b-line-close-button {
  top: 12px;
  left: 12px;
  position: absolute;
  cursor: pointer; }
  .b-line-close-button i {
    font-size: 9.6px;
    padding: 4.8px 5.7px;
    border-width: 2px;
    border-radius: 0;
    line-height: 1em;
    color: #fff; }
  @media (min-width: 768px) {
    .b-line-close-button {
      top: 20px;
      left: 20px; }
      .b-line-close-button i {
        font-size: 16px;
        padding: 8px 9.5px; } }
  @media (min-width: 992px) {
    .b-line-close-button {
      top: 30px;
      left: 30px; }
      .b-line-close-button i {
        font-size: 24px;
        padding: 12px 14.25px; } }
  @media (min-width: 1200px) {
    .b-line-close-button {
      top: 40px;
      left: 40px; }
      .b-line-close-button i {
        font-size: 32px;
        padding: 16px 19px; } }

.animated-button i {
  position: relative;
  z-index: 10; }

.animated-button .fa-border {
  border-color: white; }

.animated-button .highlight {
  position: absolute;
  top: -5%;
  bottom: -5%;
  left: -5%;
  right: -5%;
  overflow: hidden; }
  .animated-button .highlight:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: white;
    display: block;
    -ms-transform: skewX(-20deg) skewY(0);
    transform: skewX(-20deg) skewY(0);
    transition: all 0.15s;
    left: 50%; }

.animated-button:hover i {
  color: black; }

.animated-button:hover .highlight:after {
  width: 140%;
  left: -20%; }

i.iym-times {
  font-family: "IYM Glyphs", sans-serif;
  font-size: 15px;
  padding: 1.5px 2.4px 3px; }
  @media (min-width: 768px) {
    i.iym-times {
      font-size: 25px;
      padding: 2.5px 4px 5px; } }
  @media (min-width: 992px) {
    i.iym-times {
      font-size: 37.5px;
      padding: 3.75px 6px 7.5px; } }
  @media (min-width: 1200px) {
    i.iym-times {
      font-size: 50px;
      padding: 5px 8px 10px; } }
  i.iym-times:before {
    content: '\00d7'; }

.landing {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden; }
  .landing canvas {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.tutorial,
.drag-to-explore {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .tutorial canvas,
  .drag-to-explore canvas {
    width: auto;
    display: block;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    top: 60%;
    height: 68%; }
    @media (min-width: 768px) {
      .tutorial canvas,
      .drag-to-explore canvas {
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        height: 60%; } }
    @media (min-width: 992px) {
      .tutorial canvas,
      .drag-to-explore canvas {
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        height: 40%; } }

@keyframes BackgroundAnimated {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }

.titles {
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  background-size: auto 95%;
  transition-timing-function: ease-out;
  position: absolute;
  color: white;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  width: 100%;
  height: 20vw;
  padding-top: 6vw;
  background-image: url("../images/desktop/titles-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  bottom: -6.0vw; }
  .titles .vs {
    font-family: "PlayerW10-OutlineRegula", sans-serif;
    font-size: 2.9vw;
    vertical-align: 0.4vw;
    color: white;
    /*
    display: inline-block;
    transform: scale(1.1, 1.1);*/ }
  .titles .big-boy {
    font-family: "Player W01 Black", sans-serif; }
  .titles .line-1 {
    letter-spacing: 2.3px;
    text-transform: uppercase;
    font-size: 4.2vw;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    background: url("../images/desktop/fill-titles.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0; }
  .titles .line-2, .titles .line-3 {
    font-family: "American Typewriter ITC W01 Md", serif;
    font-size: 2.2vw;
    line-height: 2.3vw;
    opacity: 0; }
  .titles.layout-1, .titles.layout-2 {
    text-align: center; }
  .titles.layout-3 {
    text-align: center;
    filter: drop-shadow(2px 2px 0px rgba(40, 1, 22, 0.35)); }
  .titles.transition-in {
    opacity: 1;
    background-size: auto 100%;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible;
    transition: opacity 0.15s, background-size 5s, transform 5s; }
    .titles.transition-in .line-1 {
      opacity: 1;
      transition: opacity 0.25s;
      transition-delay: 0.25s; }
    .titles.transition-in .line-2 {
      opacity: 1;
      transition: opacity 0.25s;
      transition-delay: 0.5s; }
    .titles.transition-in .line-3 {
      opacity: 1;
      transition: opacity 0.25s;
      transition-delay: 0.75s; }
  .titles.transition-out {
    opacity: 0;
    background-size: auto 100%;
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    background-size: auto 95%;
    visibility: hidden;
    transition: opacity 0.15s 0.4s, transform 0s 1s, background-size 0s 1s, visibility 0s 1s; }
    .titles.transition-out .line-1 {
      opacity: 0;
      transition: opacity 0.25s; }
    .titles.transition-out .line-2 {
      opacity: 0;
      transition: opacity 0.25s;
      transition-delay: 0.15s; }
    .titles.transition-out .line-3 {
      opacity: 0;
      transition: opacity 0.25s;
      transition-delay: 0.3s; }

.no-backgroundcliptext .titles .line-1 {
  background: none;
  color: white; }

.closed-captions {
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -30%;
  width: 60%;
  text-align: center;
  color: white;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "American Typewriter ITC W01 Md", serif;
  font-size: 2.2vw;
  line-height: 2.8vw; }
  .closed-captions .content {
    display: inline-block;
    margin: 0 auto;
    padding: 1vw;
    opacity: 1; }
    .closed-captions .content.reverse {
      background-image: url("../images/desktop/fill-cc.png"); }
    .closed-captions .content.hide {
      transition: opacity 0.5s linear;
      opacity: 0; }

.gestures {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden; }
  .gestures canvas {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.notifier {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 90%; }
  .notifier canvas {
    position: absolute;
    display: block;
    right: 0;
    width: auto;
    height: 100%; }

.credits-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(40, 1, 22, 0.95);
  overflow-y: scroll;
  overflow-x: hidden;
  pointer-events: all;
  display: none;
  cursor: default;
  top: 0;
  left: 0;
  z-index: 200; }
  .credits-container .b-line-close-button {
    cursor: pointer;
    position: fixed; }
  .credits-container.visible {
    display: block; }

.credits {
  font-family: 'American Typewriter ITC W01 Lt', sans-serif;
  font-size: 13px;
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center; }
  .credits:before {
    content: '\200B';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .credits strong, .credits h3, .credits h1 {
    font-family: 'American Typewriter ITC W01 Md', sans-serif; }
  .credits a {
    color: white; }
  .credits h1 {
    padding-top: 40px;
    font-size: 50px;
    text-align: center;
    font-family: 'Player W01 Black', sans-serif; }
  .credits h3 {
    font-size: 15px; }
    .credits h3.inspired {
      margin-bottom: 35px; }
  .credits .nobr {
    white-space: nowrap; }
  .credits .credits-inner {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    padding: 20px;
    color: #fff; }
    .credits .credits-inner .three-columns ul, .credits .credits-inner .three-columns li {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center; }
    .credits .credits-inner .three-columns li {
      margin-bottom: 16px; }
    .credits .credits-inner .one-column {
      text-align: center;
      line-height: 2em;
      margin-top: 35px; }
  @media (min-width: 768px) {
    .credits h1 {
      padding-top: 0; }
    .credits h3.inspired {
      margin-bottom: 70px; }
    .credits .credits-inner {
      max-width: 1500px; }
      .credits .credits-inner .three-columns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .credits .credits-inner .three-columns ul {
          padding: 0 20px; }
        .credits .credits-inner .three-columns li:not(:last-child) {
          margin-bottom: 16px; }
      .credits .credits-inner .one-column {
        margin-top: 70px;
        padding: 0 70px; }
        .credits .credits-inner .one-column:last-child {
          margin-bottom: 70px; } }

.chapter-cta {
  perspective: 500px;
  perspective-origin: 98% 98%;
  position: fixed;
  bottom: 0;
  width: 100%; }
  .chapter-cta .button {
    overflow: hidden;
    position: absolute;
    -ms-transform-origin: 112.5px 75px;
    transform-origin: 112.5px 75px;
    width: 225px;
    height: 150px;
    background-image: url("../images/b-line/rose/mobile/5.jpg");
    background-size: 100%;
    bottom: 10px;
    right: 90px;
    cursor: default;
    padding: 10px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .chapter-cta .button {
        background-image: url("../images/b-line/rose/desktop/5.jpg");
        background-size: 100% 100%; } }
    @media (min-width: 1200px) {
      .chapter-cta .button {
        -ms-transform-origin: 168.75px 112.5px;
        transform-origin: 168.75px 112.5px;
        width: 337.5px;
        height: 225px; } }
    @media (min-width: 1800px) {
      .chapter-cta .button {
        -ms-transform-origin: 202.5px 135px;
        transform-origin: 202.5px 135px;
        width: 405px;
        height: 270px; } }
    .chapter-cta .button .inner {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .chapter-cta .button .inner:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../images/desktop/video-grain.png") 26px;
        opacity: 0.75;
        z-index: 2;
        transition: opacity 0.4s;
        transform: translateZ(0); }
      .chapter-cta .button .inner canvas {
        width: auto;
        height: 80%;
        max-height: 190px;
        position: absolute;
        z-index: 100;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .chapter-cta .button .inner video {
        height: auto;
        width: 100%;
        position: absolute;
        background: #280116; }
    .chapter-cta .button.preview-over .inner:before {
      opacity: 0; }

.scrubbar {
  position: absolute;
  width: 100%;
  height: 25px;
  overflow: hidden;
  bottom: 25px; }
  .scrubbar canvas {
    position: absolute; }
