@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

.floatleft {
  float: left; }

.floatright {
  float: right; }

.preload * {
  -webkit-transition: none !important;
  transition: none !important; }

body.no-scroll {
  overflow: hidden !important; }

@media only screen and (max-width: 667px) {
  .show-mobile {
    display: block; } }

@media only screen and (max-width: 667px) {
  .show-mobile-inline {
    display: inline; } }

@media only screen and (max-width: 667px) {
  .show-mobile-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 667px) {
  .show-mobile-block {
    display: block; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait {
    display: block; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait-inline {
    display: inline; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait-inline-block {
    display: inline-block; } }

@media only screen and (max-width: 375px) {
  .show-mobile-portrait-block {
    display: block; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape {
    display: block; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape-inline {
    display: inline; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .show-mobile-landscape-block {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet-inline {
    display: inline; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .show-tablet-block {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait {
    display: block; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait-inline {
    display: inline; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .show-tablet-portrait-block {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape {
    display: block; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape-inline {
    display: inline; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .show-tablet-landscape-block {
    display: block; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop {
    display: block; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop-inline {
    display: inline; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .show-desktop-block {
    display: block; } }

@media only screen and (min-width: 2200px) {
  .show-large {
    display: block; } }

@media only screen and (min-width: 2200px) {
  .show-large-inline {
    display: inline; } }

@media only screen and (min-width: 2200px) {
  .show-large-inline-block {
    display: inline-block; } }

@media only screen and (min-width: 2200px) {
  .show-large-block {
    display: block; } }

.show-only-mobile {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile {
      display: block; } }

.show-only-mobile-inline {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile-inline {
      display: inline; } }

.show-only-mobile-inline-block {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile-inline-block {
      display: inline-block; } }

.show-only-mobile-block {
  display: none; }
  @media only screen and (max-width: 667px) {
    .show-only-mobile-block {
      display: block; } }

.show-only-mobile-portrait {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait {
      display: block; } }

.show-only-mobile-portrait-inline {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait-inline {
      display: inline; } }

.show-only-mobile-portrait-inline-block {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait-inline-block {
      display: inline-block; } }

.show-only-mobile-portrait-block {
  display: none; }
  @media only screen and (max-width: 375px) {
    .show-only-mobile-portrait-block {
      display: block; } }

.show-only-mobile-landscape {
  display: none; }
  @media only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape {
      display: block; } }

.show-only-mobile-landscape-inline {
  display: none; }
  @media only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape-inline {
      display: inline; } }

.show-only-mobile-landscape-inline-block {
  display: none; }
  @media only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape-inline-block {
      display: inline-block; } }

.show-only-mobile-landscape-block {
  display: none; }
  @media only screen and (min-width: 375px) and (max-width: 667px) {
    .show-only-mobile-landscape-block {
      display: block; } }

.show-only-tablet {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet {
      display: block; } }

.show-only-tablet-inline {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet-inline {
      display: inline; } }

.show-only-tablet-inline-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet-inline-block {
      display: inline-block; } }

.show-only-tablet-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .show-only-tablet-block {
      display: block; } }

.show-only-tablet-portrait {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait {
      display: block; } }

.show-only-tablet-portrait-inline {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait-inline {
      display: inline; } }

.show-only-tablet-portrait-inline-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait-inline-block {
      display: inline-block; } }

.show-only-tablet-portrait-block {
  display: none; }
  @media only screen and (min-width: 667px) and (max-width: 768px) {
    .show-only-tablet-portrait-block {
      display: block; } }

.show-only-tablet-landscape {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape {
      display: block; } }

.show-only-tablet-landscape-inline {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape-inline {
      display: inline; } }

.show-only-tablet-landscape-inline-block {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape-inline-block {
      display: inline-block; } }

.show-only-tablet-landscape-block {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1028px) {
    .show-only-tablet-landscape-block {
      display: block; } }

.show-only-desktop {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop {
      display: block; } }

.show-only-desktop-inline {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop-inline {
      display: inline; } }

.show-only-desktop-inline-block {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop-inline-block {
      display: inline-block; } }

.show-only-desktop-block {
  display: none; }
  @media only screen and (min-width: 1028px) and (max-width: 2200px) {
    .show-only-desktop-block {
      display: block; } }

.show-only-large {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large {
      display: block; } }

.show-only-large-inline {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large-inline {
      display: inline; } }

.show-only-large-inline-block {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large-inline-block {
      display: inline-block; } }

.show-only-large-block {
  display: none; }
  @media only screen and (min-width: 2200px) {
    .show-only-large-block {
      display: block; } }

@media only screen and (max-width: 667px) {
  .hide-mobile {
    display: none; } }

@media only screen and (max-width: 375px) {
  .hide-mobile-portrait {
    display: none; } }

@media only screen and (min-width: 375px) and (max-width: 667px) {
  .hide-mobile-landscape {
    display: none; } }

@media only screen and (min-width: 667px) and (max-width: 1028px) {
  .hide-tablet {
    display: none; } }

@media only screen and (min-width: 667px) and (max-width: 768px) {
  .hide-tablet-portrait {
    display: none; } }

@media only screen and (min-width: 768px) and (max-width: 1028px) {
  .hide-tablet-landscape {
    display: none; } }

@media only screen and (min-width: 1028px) and (max-width: 2200px) {
  .hide-desktop {
    display: none; } }

@media only screen and (min-width: 2200px) {
  .hide-large {
    display: none; } }

html, body {
  height: 100%; }

input[type='color'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='date'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='datetime'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='datetime-local'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='email'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='month'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='number'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='password'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='search'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='tel'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='text'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='time'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='url'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type='week'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

inputinput:not([type]) {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

inputtextarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="submit"],
button[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

/*!
 *  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/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  -webkit-filter: none;
          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; }

/** All fonts used in the Kiosk application **/
/* raleway-100 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/raleway-v12-latin/raleway-v12-latin-100.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Thin"), local("Raleway-Thin"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100.woff2") format("woff2"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100.woff") format("woff"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100.ttf") format("truetype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-100italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/raleway-v12-latin/raleway-v12-latin-100italic.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Thin Italic"), local("Raleway-ThinItalic"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100italic.woff2") format("woff2"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100italic.woff") format("woff"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100italic.ttf") format("truetype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-100italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v12-latin/raleway-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Raleway"), local("Raleway-Regular"), url("../fonts/raleway-v12-latin/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v12-latin/raleway-v12-latin-regular.woff") format("woff"), url("../fonts/raleway-v12-latin/raleway-v12-latin-regular.ttf") format("truetype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-regular.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/raleway-v12-latin/raleway-v12-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Italic"), local("Raleway-Italic"), url("../fonts/raleway-v12-latin/raleway-v12-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-italic.woff2") format("woff2"), url("../fonts/raleway-v12-latin/raleway-v12-latin-italic.woff") format("woff"), url("../fonts/raleway-v12-latin/raleway-v12-latin-italic.ttf") format("truetype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/raleway-v12-latin/raleway-v12-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Medium"), local("Raleway-Medium"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500.woff2") format("woff2"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500.woff") format("woff"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500.ttf") format("truetype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-500italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/raleway-v12-latin/raleway-v12-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local("Raleway Medium Italic"), local("Raleway-MediumItalic"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500italic.woff2") format("woff2"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500italic.woff") format("woff"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500italic.ttf") format("truetype"), url("../fonts/raleway-v12-latin/raleway-v12-latin-500italic.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-black */
@font-face {
  font-family: 'Raleway Black';
  src: url("../fonts/raleway-v12-latin/raleway-black.ttf"); }

/* fjalla-one-regular - latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fjalla-one-v5-latin/fjalla-one-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Fjalla One"), local("FjallaOne-Regular"), url("../fonts/fjalla-one-v5-latin/fjalla-one-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fjalla-one-v5-latin/fjalla-one-v5-latin-regular.woff2") format("woff2"), url("../fonts/fjalla-one-v5-latin/fjalla-one-v5-latin-regular.woff") format("woff"), url("../fonts/fjalla-one-v5-latin/fjalla-one-v5-latin-regular.ttf") format("truetype"), url("../fonts/fjalla-one-v5-latin/fjalla-one-v5-latin-regular.svg#FjallaOne") format("svg");
  /* Legacy iOS */ }

/* teko-bold */
@font-face {
  font-family: 'Teko Bold';
  src: url("../fonts/teko/teko-bold.ttf"); }

/* mukta-extra-bold */
@font-face {
  font-family: 'Mukta Extra-Bold';
  src: url("../fonts/mukta/mukta-extra-bold.ttf"); }

/* mukta-regular */
@font-face {
  font-family: 'Mukta';
  src: url("../fonts/mukta/mukta-regular.ttf"); }

/* roboto-black */
@font-face {
  font-family: 'Roboto Black';
  src: url("../fonts/roboto/roboto-black.ttf"); }

/* roboto-regular */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/roboto-regular.ttf"); }

/* merriweather-black */
@font-face {
  font-family: 'Merriweather Black';
  src: url("../fonts/merriweather/merriweather-black.ttf"); }

/* merriweather-regular */
@font-face {
  font-family: 'Merriweather';
  src: url("../fonts/merriweather/merriweather-regular.ttf"); }

h1, h2, h3 {
  margin: 15px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: .03em; }

h1 {
  font-size: 2.2em;
  line-height: 1.4; }

h2 {
  font-size: 2em;
  font-weight: bold; }

h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4; }

h4 {
  font-size: 1.4em;
  line-height: 1.4; }

p {
  margin: 15px 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.4em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

hr {
  width: 50%;
  margin: 30px auto;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px; }

ul {
  margin: 10px 0;
  list-style: disc; }
  ul li {
    margin: 7px 5px 7px 23px;
    line-height: 1.4; }

ol {
  list-style: decimal; }
  ol li {
    margin: 7px 5px 7px 23px;
    line-height: 1.4; }

.headerless-kiosk-page p {
  text-align: center;
  margin-top: 20px;
  font-size: 1.8em;
  line-height: 2em;
  font-weight: bold; }

.btn, #drawer .drawer-list li .claim-reward-btn, #bonus .reward-period-list li .claim-reward-btn {
  display: block;
  margin: 20px auto;
  text-align: center;
  padding: 15px 35px;
  border: none;
  background-color: #CA6C14;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: .9em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #DB4F50 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(45), color-stop(30%, #DB4F50), to(#ECAA90));
  background: linear-gradient(45, #DB4F50 30%, #ECAA90);
  border-radius: 100px; }
  .btn:active, #drawer .drawer-list li .claim-reward-btn:active, #bonus .reward-period-list li .claim-reward-btn:active, .btn:focus, #drawer .drawer-list li .claim-reward-btn:focus, #bonus .reward-period-list li .claim-reward-btn:focus {
    outline: none; }
  .btn:disabled, #drawer .drawer-list li .claim-reward-btn:disabled, #bonus .reward-period-list li .claim-reward-btn:disabled {
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.5); }
  .btn.sm, #drawer .drawer-list li .sm.claim-reward-btn, #bonus .reward-period-list li .sm.claim-reward-btn {
    margin: 10px 0;
    padding: 13px 22px;
    font-size: .7em; }
  .btn.lg, #drawer .drawer-list li .lg.claim-reward-btn, #bonus .reward-period-list li .lg.claim-reward-btn {
    padding: 24px 50px;
    font-size: 1.2em;
    line-height: 1;
    letter-spacing: .05em; }
  .btn.btn-xlg, #drawer .drawer-list li .btn-xlg.claim-reward-btn, #bonus .reward-period-list li .btn-xlg.claim-reward-btn {
    padding: 30px 50px;
    font-size: 1.5em; }
  .btn.transparent, #drawer .drawer-list li .transparent.claim-reward-btn, #bonus .reward-period-list li .transparent.claim-reward-btn {
    background: rgba(32, 42, 53, 0.6);
    border: 1px solid #202A35; }
  .btn.btn-primary, #drawer .drawer-list li .btn-primary.claim-reward-btn, #bonus .reward-period-list li .btn-primary.claim-reward-btn {
    background: #202A35; }
  .btn.btn-success, #drawer .drawer-list li .btn-success.claim-reward-btn, #bonus .reward-period-list li .btn-success.claim-reward-btn {
    background: #6fa653; }
  .btn.btn-confirm, #drawer .drawer-list li .btn-confirm.claim-reward-btn, #bonus .reward-period-list li .btn-confirm.claim-reward-btn {
    background: #202A35; }

table {
  margin: 20px 0;
  width: 100%; }
  table.clickable-row tr {
    cursor: pointer; }
    table.clickable-row tr:hover {
      background-color: #6398cd; }
  table thead {
    width: 100%; }
    table thead th {
      text-align: left;
      font-weight: bold; }
  table th {
    padding: 9px 5px;
    background-color: #efefef;
    border-bottom: 1px solid #DBDBDB; }
  table td {
    padding: 16px 5px;
    border-bottom: 1px solid #e8e8e8; }
  table .center {
    text-align: center; }
  table .right {
    text-align: right; }
  table .manage {
    color: #204163; }
    table .manage a {
      margin: 0 5px; }
      table .manage a:last-child {
        margin-right: 0; }

h1, h2, h3 {
  margin: 15px 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  letter-spacing: .03em; }

h1 {
  font-size: 2.2em;
  line-height: 1.4; }

h2 {
  font-size: 2em;
  font-weight: bold; }

h3 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4; }

h4 {
  font-size: 1.4em;
  line-height: 1.4; }

p {
  margin: 15px 0;
  font-family: "Raleway", sans-serif;
  line-height: 1.4em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

hr {
  width: 50%;
  margin: 30px auto;
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px; }

ul {
  margin: 10px 0;
  list-style: disc; }
  ul li {
    margin: 7px 5px 7px 23px;
    line-height: 1.4; }

ol {
  list-style: decimal; }
  ol li {
    margin: 7px 5px 7px 23px;
    line-height: 1.4; }

.headerless-kiosk-page p {
  text-align: center;
  margin-top: 20px;
  font-size: 1.8em;
  line-height: 2em;
  font-weight: bold; }

.headerless-kiosk-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Raleway", sans-serif;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  max-width: 700px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .headerless-kiosk-page .page-body {
    color: #4081c2;
    margin: 0 auto;
    padding: 200px 0 100px; }
  .headerless-kiosk-page .cta-abort a {
    text-decoration: none;
    color: #4081c2;
    text-transform: uppercase;
    letter-spacing: .2rem; }

#drawer {
  position: fixed;
  padding: 50px;
  right: 2%;
  left: 2%;
  z-index: 10;
  background-color: #4081c2;
  background: #4081c2 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(360), color-stop(20%, #4081c2), to(#32689d));
  background: linear-gradient(360, #4081c2 20%, #32689d);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #app-body-wrapper.ada-off #drawer {
    height: 1050px; }
  #app-body-wrapper.player-info-banner-top.ada-on #drawer {
    height: 1120px; }
  #app-body-wrapper.player-info-banner-bottom.ada-on #drawer {
    height: 1220px; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    #drawer {
      top: -400px;
      height: 700px; } }
  #drawer.has-prize #drawer-button .fa-gift {
    -webkit-animation: shake-icon 1.5s infinite;
    -webkit-animation-timing-function: ease-in-out; }
  #drawer.peek {
    -webkit-transition: all 0 linear;
    transition: all 0 linear; }
    #app-body-wrapper.player-info-banner-top.ada-off #drawer.peek {
      top: -900px; }
    #app-body-wrapper.player-info-banner-bottom.ada-off #drawer.peek {
      top: -1044px; }
    #app-body-wrapper.player-info-banner-top.ada-on #drawer.peek {
      top: -970px; }
    #app-body-wrapper.player-info-banner-bottom.ada-on #drawer.peek {
      top: -1214px; }
  #drawer.visible {
    top: 100px !important;
    -webkit-box-shadow: 0 150px 170px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 150px 170px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 150px 170px rgba(0, 0, 0, 0.7);
    box-shadow: 0 150px 170px rgba(0, 0, 0, 0.7); }
    #app-body-wrapper.player-info-banner-bottom #drawer.visible {
      top: 0 !important; }
  #drawer #drawer-button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    bottom: -90px;
    left: 6.7%;
    margin-left: -50px;
    color: #ffffff;
    font-size: 3em;
    background-color: #4081c2;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
    -webkit-border-bottom-left-radius: 100px;
    width: 100px;
    height: 90px; }
    #drawer #drawer-button i {
      margin-bottom: 30px; }
  #drawer #promotion-rules h2 {
    color: #202A35 !important; }
  #drawer #promotion-rules p {
    color: #333 !important; }
  #drawer .btn-drawer-button-rules {
    height: 50px;
    /*margin: 0;*/
    margin-left: 34px; }
  #drawer h2 {
    margin-top: 50px;
    color: #ffffff;
    font-size: 2.6em;
    text-align: center;
    text-transform: uppercase; }
  #drawer h3 {
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-size: 2.1em; }
  #drawer h5 {
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase; }
  #drawer p {
    color: #ffffff;
    font-size: 1.3em; }
  #drawer #drawer-body {
    /* position: absolute;*/
    left: 0;
    width: 100%;
    padding: 10px 50px 100px;
    height: 80%;
    /*overflow: auto;*/
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #app-body-wrapper.ada-on #drawer-body {
      padding-bottom: 5px; }
    #app-body-wrapper.player-info-banner-top.ada-on #drawer-body {
      height: 77.5%; }
    #drawer #drawer-body::-webkit-scrollbar {
      width: 20px;
      right: 10px;
      padding: 0 10px;
      margin: 0 25px; }
    #drawer #drawer-body::-webkit-scrollbar-track {
      border-radius: 10px; }
    #drawer #drawer-body::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: rgba(32, 42, 53, 0.7);
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
    #drawer #drawer-body .panel-overlay {
      height: 90%; }
    #app-body-wrapper.ada-on #drawer-body {
      padding-bottom: 5px; }
  #drawer .drawer-list {
    padding: 0;
    list-style: none; }
    #drawer .drawer-list li {
      position: relative;
      margin: 40px 0;
      padding: 25px;
      background-color: rgba(32, 42, 53, 0.73);
      border-radius: 8px; }
      #drawer .drawer-list li .progress-bar-wrapper {
        background-color: rgba(255, 255, 255, 0.2); }
      #drawer .drawer-list li .progress-bar {
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out;
        background-size: 30px 30px;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        -webkit-animation: progress-bar 3s linear infinite;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        #drawer .drawer-list li .progress-bar.complete {
          background-color: #6fa653; }
      #drawer .drawer-list li .complete-ribbon {
        position: absolute;
        right: -5px;
        top: 10px;
        background-color: #6fa653;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: bold;
        letter-spacing: .2em;
        border-radius: 3px;
        -webkit-box-shadow: 5px 2px 2px rgba(85, 85, 85, 0.6);
        -ms-box-shadow: 5px 2px 2px rgba(85, 85, 85, 0.6);
        -o-box-shadow: 5px 2px 2px rgba(85, 85, 85, 0.6);
        box-shadow: 5px 2px 2px rgba(85, 85, 85, 0.6); }
      #drawer .drawer-list li h3 {
        margin: 0; }
      #drawer .drawer-list li .stats {
        text-align: left;
        opacity: .7; }
        #drawer .drawer-list li .stats .redemption-schedule-btn {
          display: inline-block;
          margin: 0 0 0 20px; }
      #drawer .drawer-list li .claim-reward-btn {
        display: inline-block; }

#drawer-wrapper .panel-overlay-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  #app-body-wrapper.ada-on #drawer-wrapper .panel-overlay-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  #drawer-wrapper .panel-overlay-body .schedule-wrapper {
    padding: 30px 20px; }
    #drawer-wrapper .panel-overlay-body .schedule-wrapper h2 {
      padding: 0 0 20px;
      text-align: center;
      border-bottom: 1px solid rgba(85, 85, 85, 0.4); }
    #drawer-wrapper .panel-overlay-body .schedule-wrapper p {
      text-align: center;
      font-size: 1.4em;
      line-height: 1.8;
      margin-top: 0; }
    #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      color: #FFF; }
      #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0;
                flex: 1 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 100px;
        margin: 0 3px;
        padding: 12px 5px;
        font: 1.2em/1.2 "Raleway", sans-serif;
        text-align: center;
        letter-spacing: .1em;
        border-radius: 3px; }
        #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li.all-day {
          background-color: #6fa653; }
        #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li.hours {
          background-color: #4081c2; }
        #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li.all-day-exclusion {
          background-color: #D95053; }
        #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li.hours-exclusion {
          background-color: #CA6C14; }
        #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li.disabled {
          background-color: rgba(0, 0, 0, 0.2);
          color: rgba(0, 0, 0, 0.95);
          opacity: .6; }
          #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li.disabled strong {
            opacity: .8; }
        #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li strong {
          display: block;
          text-transform: uppercase; }
        #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li span {
          display: block;
          margin-top: 7px;
          font-size: .7em;
          text-transform: uppercase;
          font-weight: 100; }
          #drawer-wrapper .panel-overlay-body .schedule-wrapper .week-schedule li span span {
            font-size: 1.2em;
            margin-top: 0; }

@-webkit-keyframes progress-bar {
  100% {
    background-position: 60px 0; } }

@-webkit-keyframes shake-icon {
  15% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
  30% {
    -webkit-transform: scale(1.1) rotate(-15deg);
            transform: scale(1.1) rotate(-15deg); }
  55% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); } }

.data-ribbon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  font-family: "Raleway", sans-serif;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px; }
  .data-ribbon .chunk {
    display: block;
    margin: 2px 0;
    padding: 10px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .data-ribbon .chunk:last-child {
      border-right: none; }
    .data-ribbon .chunk h3 {
      margin-bottom: 30px;
      font-size: 3em;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      opacity: .9;
      color: #fff; }
    .data-ribbon .chunk p {
      font-size: 1.1em;
      font-weight: 400;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.9); }

#kiosk-notifications {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 145px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.6); }
  #kiosk-notifications .notification-list {
    position: relative;
    width: 85%;
    min-height: 900px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #kiosk-notifications .notification {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 5px; }
    #kiosk-notifications .notification:first-child {
      display: block;
      z-index: 100;
      margin: -9px 9px 0 -9px;
      -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
      -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
      -o-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9);
      box-shadow: 0 2px 20px rgba(0, 0, 0, 0.9); }
    #kiosk-notifications .notification:last-child {
      -webkit-box-shadow: 0 2px 123px rgba(0, 0, 0, 0.9);
      -ms-box-shadow: 0 2px 123px rgba(0, 0, 0, 0.9);
      -o-box-shadow: 0 2px 123px rgba(0, 0, 0, 0.9);
      box-shadow: 0 2px 123px rgba(0, 0, 0, 0.9); }
    #kiosk-notifications .notification .notification-header {
      padding: 15px;
      background: #2a3745;
      background: -webkit-gradient(linear, left top, left bottom, from(#2a3745), to(#2d3c4b));
      background: linear-gradient(180deg, #2a3745, #2d3c4b);
      border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px; }
      #kiosk-notifications .notification .notification-header h2 {
        margin: 15px;
        font-size: 1.4em;
        text-transform: uppercase;
        color: #fff; }
      #kiosk-notifications .notification .notification-header .btn, #kiosk-notifications .notification .notification-header #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li #kiosk-notifications .notification .notification-header .claim-reward-btn, #kiosk-notifications .notification .notification-header #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li #kiosk-notifications .notification .notification-header .claim-reward-btn {
        margin: 0; }
    #kiosk-notifications .notification .notification-body {
      padding: 70px 70px;
      color: #333 !important; }
      #kiosk-notifications .notification .notification-body .big-headline {
        margin: 0;
        font-size: 3.5em;
        text-transform: uppercase; }
      #kiosk-notifications .notification .notification-body p {
        font-size: 1.8em;
        line-height: 1.5;
        color: #333; }
    #kiosk-notifications .notification .notification-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 30px;
      background-color: #e6e6e6;
      border-top: 1px solid #b3b3b3;
      border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px; }
      #kiosk-notifications .notification .notification-footer button {
        margin: 0; }
        #kiosk-notifications .notification .notification-footer button.full-width {
          width: 100%; }

#loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 35%;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 2.5em;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }
  #app-body-wrapper.player-info-banner-bottom #loader {
    top: 0; }
  #loader.full-screen {
    top: 0; }
  #loader .loader-message {
    text-align: center;
    width: 77%;
    margin: 0 auto;
    line-height: 51px; }

.svg {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  right: 0; }

.svg-success {
  stroke-width: 2px;
  stroke: #8EC343;
  fill: none; }
  .svg-success path {
    stroke-dasharray: 17px, 17px;
    stroke-dashoffset: 0px;
    -webkit-animation: checkmark 0.8s ease-in-out 1s backwards;
            animation: checkmark 0.8s ease-in-out 1s backwards; }
  .svg-success circle {
    stroke-dasharray: 76px, 76px;
    stroke-dashoffset: 0px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation: checkmark-circle 1s ease-in-out forwards;
    animation: checkmark-circle 1s ease-in-out forwards; }

.loader-container {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20% auto auto;
  -webkit-filter: url("#goo");
          filter: url("#goo");
  -webkit-animation: rotate-move 2s ease-in-out infinite;
          animation: rotate-move 2s ease-in-out infinite; }

.dot {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.dot-3 {
  background-color: #f74d75;
  -webkit-animation: dot-3-move 2s ease infinite;
          animation: dot-3-move 2s ease infinite; }

.dot-2 {
  background-color: #10beae;
  -webkit-animation: dot-2-move 2s ease infinite;
          animation: dot-2-move 2s ease infinite; }

.dot-1 {
  background-color: #ffe386;
  -webkit-animation: dot-1-move 2s ease infinite;
          animation: dot-1-move 2s ease infinite; }

@-webkit-keyframes dot-3-move {
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: translateY(-18px) scale(0.45);
            transform: translateY(-18px) scale(0.45); }
  60% {
    -webkit-transform: translateY(-90px) scale(0.45);
            transform: translateY(-90px) scale(0.45); }
  80% {
    -webkit-transform: translateY(-90px) scale(0.45);
            transform: translateY(-90px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); } }

@keyframes dot-3-move {
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: translateY(-18px) scale(0.45);
            transform: translateY(-18px) scale(0.45); }
  60% {
    -webkit-transform: translateY(-90px) scale(0.45);
            transform: translateY(-90px) scale(0.45); }
  80% {
    -webkit-transform: translateY(-90px) scale(0.45);
            transform: translateY(-90px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); } }

@-webkit-keyframes dot-2-move {
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: translate(-16px, 12px) scale(0.45);
            transform: translate(-16px, 12px) scale(0.45); }
  60% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
            transform: translate(-80px, 60px) scale(0.45); }
  80% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
            transform: translate(-80px, 60px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); } }

@keyframes dot-2-move {
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: translate(-16px, 12px) scale(0.45);
            transform: translate(-16px, 12px) scale(0.45); }
  60% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
            transform: translate(-80px, 60px) scale(0.45); }
  80% {
    -webkit-transform: translate(-80px, 60px) scale(0.45);
            transform: translate(-80px, 60px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); } }

@-webkit-keyframes dot-1-move {
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: translate(16px, 12px) scale(0.45);
            transform: translate(16px, 12px) scale(0.45); }
  60% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
            transform: translate(80px, 60px) scale(0.45); }
  80% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
            transform: translate(80px, 60px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); } }

@keyframes dot-1-move {
  20% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: translate(16px, 12px) scale(0.45);
            transform: translate(16px, 12px) scale(0.45); }
  60% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
            transform: translate(80px, 60px) scale(0.45); }
  80% {
    -webkit-transform: translate(80px, 60px) scale(0.45);
            transform: translate(80px, 60px) scale(0.45); }
  100% {
    -webkit-transform: translateY(0px) scale(1);
            transform: translateY(0px) scale(1); } }

@-webkit-keyframes rotate-move {
  55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-move {
  55% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 17px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes checkmark {
  0% {
    stroke-dashoffset: 17px; }
  100% {
    stroke-dashoffset: 0; } }

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 76px; }
  100% {
    stroke-dashoffset: 0px; } }

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 76px; }
  100% {
    stroke-dashoffset: 0px; } }

#modal-wrapper {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000; }
  #modal-wrapper .modal {
    position: absolute;
    top: 20%;
    min-height: 200px;
    width: 80%;
    left: 10%;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 7px rgba(51, 51, 51, 0.9);
    -ms-box-shadow: 0 -1px 7px rgba(51, 51, 51, 0.9);
    -o-box-shadow: 0 -1px 7px rgba(51, 51, 51, 0.9);
    box-shadow: 0 -1px 7px rgba(51, 51, 51, 0.9);
    border-radius: 5px; }
    #modal-wrapper .modal + .modal {
      -webkit-transform: translateY(-12px) translateX(-12px);
              transform: translateY(-12px) translateX(-12px); }
    #modal-wrapper .modal .modal-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 28px;
      background-color: rgba(51, 51, 51, 0.1);
      border-bottom: 1px solid rgba(51, 51, 51, 0.2);
      border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px; }
      #modal-wrapper .modal .modal-header h3 {
        margin: 0;
        color: #555;
        font-size: 1.5em;
        letter-spacing: .03em;
        text-transform: uppercase; }
      #modal-wrapper .modal .modal-header .btn, #modal-wrapper .modal .modal-header #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li #modal-wrapper .modal .modal-header .claim-reward-btn, #modal-wrapper .modal .modal-header #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li #modal-wrapper .modal .modal-header .claim-reward-btn {
        margin: -10px;
        border: 1px solid rgba(32, 42, 53, 0.4); }
      #modal-wrapper .modal .modal-header .btn-close {
        padding: 16px 20px;
        background-color: rgba(32, 42, 53, 0.4); }
      #modal-wrapper .modal .modal-header .btn-rules {
        left: 0;
        position: absolute;
        margin: -10px -18px -13px 79px;
        background-color: rgba(32, 42, 53, 0.4); }
    #modal-wrapper .modal .modal-body {
      padding: 80px; }
      #modal-wrapper .modal .modal-body h3 {
        margin: 0;
        font-size: 2.2em;
        text-transform: uppercase;
        font-weight: bold;
        color: #555; }
      #modal-wrapper .modal .modal-body p {
        color: #555;
        font-size: 1.6em;
        font-weight: 400;
        line-height: 1.5; }
    #modal-wrapper .modal .modal-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 15px;
      background-color: rgba(51, 51, 51, 0.1);
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-top: 1px solid rgba(51, 51, 51, 0.2);
      border-bottom-right-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px; }
      #modal-wrapper .modal .modal-footer.center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #modal-wrapper .modal .modal-footer .btn, #modal-wrapper .modal .modal-footer #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li #modal-wrapper .modal .modal-footer .claim-reward-btn, #modal-wrapper .modal .modal-footer #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li #modal-wrapper .modal .modal-footer .claim-reward-btn {
        margin: 10px;
        border: 1px solid rgba(32, 42, 53, 0.4); }
      #modal-wrapper .modal .modal-footer .btn-decline {
        margin: 10px;
        padding: 24px 50px;
        color: #0e0e0e;
        font-size: 1.2em;
        text-transform: uppercase;
        right: 0;
        position: absolute; }

.modalConfirm {
  background: #0E2442 !important; }
  .modalConfirm #modal {
    margin-top: 200px; }
    .modalConfirm #modal .modal-footer button {
      display: table-row-group; }

.ada-on #modal-wrapper .modal {
  margin-top: 491px; }

.ada-on .modalConfirm .modal-body p {
  font-size: 1.2em; }

.ada-on .modalConfirm #modal {
  margin-top: 1095px; }
  .ada-on .modalConfirm #modal .modal-footer button {
    display: table-row-group; }

#notice {
  display: block;
  position: fixed;
  left: 5%;
  right: 5%;
  top: 2%;
  padding: 4% 3% 5%;
  background-color: rgba(250, 250, 250, 0.9);
  z-index: 2000;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3); }
  #notice .close {
    position: absolute;
    right: 25px;
    top: 20px;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.2); }
  #notice h2 {
    color: #555; }
    #notice h2 i.fa {
      display: inline-block;
      margin: 3px 30px -10px 3px;
      line-height: 0;
      font-size: 1.7em;
      color: #a6a6a6;
      -webkit-transform: translateY(5px);
              transform: translateY(5px); }
  #notice p {
    display: inline-block;
    margin: 0 0 0 88px;
    color: #555;
    font-size: 1.5em;
    line-height: 1.4; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent; }
  input[type=range]:focus {
    outline: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -5px;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  border-radius: 50px; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px; }

#info-overlay {
  position: fixed;
  padding: 35px;
  left: 10%;
  right: 10%;
  z-index: 100;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6); }
  #app-body-wrapper.player-info-banner-top #info-overlay {
    top: 15%;
    bottom: 10%; }
  #app-body-wrapper.player-info-banner-top.ada-on #info-overlay {
    top: 15%;
    bottom: 1%; }
  #app-body-wrapper.player-info-banner-bottom #info-overlay {
    top: 8%;
    bottom: 15%; }
  #app-body-wrapper.player-info-banner-bottom.ada-on #info-overlay {
    bottom: 8%; }
  #info-overlay .panel-info-overlay-header {
    border-bottom: 1px solid #333;
    margin-bottom: 20px; }
  #info-overlay .panel-info-overlay-body, #info-overlay .panel-info-overlay-header {
    font-size: 1.4em;
    line-break: 1.4;
    color: #333;
    text-align: left; }
    #info-overlay .panel-info-overlay-body h1, #info-overlay .panel-info-overlay-header h1 {
      margin: 10px 0 20px;
      padding: 0;
      font-size: 3em;
      line-break: 1.4;
      text-align: left;
      color: #333; }
    #info-overlay .panel-info-overlay-body h2, #info-overlay .panel-info-overlay-header h2 {
      font-size: 2.5em;
      line-break: 1.4;
      text-align: left;
      color: #333; }
    #info-overlay .panel-info-overlay-body h3, #info-overlay .panel-info-overlay-header h3 {
      font-size: 1.8em;
      line-break: 1.4;
      text-align: left;
      color: #333; }
    #info-overlay .panel-info-overlay-body p, #info-overlay .panel-info-overlay-header p {
      margin: 10px 0;
      padding: 0;
      font-size: 1.4em;
      line-break: 1.4;
      color: #333;
      text-align: left; }
    #info-overlay .panel-info-overlay-body ul, #info-overlay .panel-info-overlay-body ol, #info-overlay .panel-info-overlay-header ul, #info-overlay .panel-info-overlay-header ol {
      margin: 20px 0;
      font-size: 1.4em; }

#virtual-keyboard .vue-touch-keyboard {
  padding: 1em;
  background-color: #EEE;
  -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }
  #virtual-keyboard .vue-touch-keyboard .close {
    position: relative;
    right: 0px;
    top: 0px;
    padding: 0px; }
  #virtual-keyboard .vue-touch-keyboard .key.backspace {
    background-color: #337ab7;
    border-color: #2e6da4;
    background-size: 30px; }
  #virtual-keyboard .vue-touch-keyboard .key.success {
    color: #FFF !important;
    background-color: #6fa653;
    border-color: #2e6da4; }
  #virtual-keyboard .vue-touch-keyboard .key.danger {
    color: #FFF !important;
    background-color: #D95053;
    border-color: #2e6da4; }

.properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .properties .property {
    background: rgba(255, 255, 255, 0.7);
    color: #222;
    border-radius: 4px;
    margin: 4px 6px;
    padding: 6px 6px 0 6px; }
    .properties .property.badge {
      padding: 0px 6px;
      height: 32px; }

.progress-container .progress-bg {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  border: 1px solid #555;
  height: 30px;
  margin: 4px 0; }
  .progress-container .progress-bg .progress-title {
    position: relative;
    top: -23px;
    text-align: center !important; }
  .progress-container .progress-bg .progress-icon {
    position: relative;
    top: -27px;
    padding: 0 4px;
    text-align: right !important; }
    .progress-container .progress-bg .progress-icon img {
      height: 24px; }
  .progress-container .progress-bg .progress-bar {
    height: inherit;
    display: block; }
    .progress-container .progress-bg .progress-bar.progress-bar-success {
      background-color: #6fa653 !important; }
    .progress-container .progress-bg .progress-bar.progress-bar-error {
      background-color: #D95053 !important; }

.lost-card-container {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 4rem; }

.display-message {
  margin-top: 98px; }

.lost-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.notification {
  padding: 25px; }
  .notification .overlay-body {
    padding: 21px;
    border-radius: 20px;
    text-align: center; }
  .notification .message {
    font-size: 28px; }
  .notification i {
    font-size: 100px;
    margin-bottom: 25px; }
  .notification .success {
    background-color: #6fa653; }
  .notification .danger {
    background-color: #D95053; }
  .notification .warning {
    background-color: #CA6C14; }

#promotion-rules .panel-overlay-body::-webkit-scrollbar {
  width: 20px;
  right: 10px;
  padding: 0 10px;
  margin: 0 25px; }

#promotion-rules .panel-overlay-body::-webkit-scrollbar-track {
  border-radius: 10px; }

#promotion-rules .panel-overlay-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(32, 42, 53, 0.7);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

#promotion-rules .panel-overlay-body h1 {
  margin: 10px 0 20px;
  padding: 0;
  font-size: 3em;
  line-break: 1.4;
  text-align: left;
  color: #333; }

#promotion-rules .panel-overlay-body h2 {
  font-size: 2.5em;
  line-break: 1.4;
  text-align: left;
  color: #333; }

#promotion-rules .panel-overlay-body h3 {
  font-size: 1.8em;
  line-break: 1.4;
  text-align: left;
  color: #333; }

#promotion-rules .panel-overlay-body p {
  margin: 10px 0;
  padding: 0;
  font-size: 1.4em;
  line-break: 1.4;
  color: #333;
  text-align: left; }

#promotion-rules .panel-overlay-body ul, #promotion-rules .panel-overlay-body ol {
  margin: 20px 0;
  font-size: 1.4em; }

.wrapper-rules {
  width: 100%;
  height: 1312px;
  background-color: rgba(32, 42, 53, 0.6);
  left: 0;
  margin: 0;
  position: absolute;
  z-index: 9999 !important;
  top: 0px; }

.page-ada-menu {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin: 10px; }
  #app-body-wrapper.player-info-banner-bottom.ada-off .page-player-details .page-ada-menu {
    bottom: 135px; }
  #app-body-wrapper.player-info-banner-bottom.ada-on .page-player-details .page-ada-menu {
    bottom: 79px; }
  #app-body-wrapper .page-overlay .page-ada-menu {
    z-index: 30; }
  .page-ada-menu .ada-button {
    position: relative;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    user-select: none;
    cursor: pointer;
    margin: 5px;
    width: 70px;
    height: 70px;
    font-size: .9em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 100%; }
    .page-ada-menu .ada-button span {
      display: block;
      font: 100 2.2em "Fjalla One", sans-serif;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .page-ada-menu .ada-button.btn-toggle {
      width: 80px;
      height: 80px;
      margin: 0 5px; }
      #app-body-wrapper .panel-light .page-ada-menu .btn-toggle {
        border: 1px solid #555; }
    .page-ada-menu .ada-button.btn-success {
      background: #6fa653; }
    .page-ada-menu .ada-button.btn-error {
      background: #D95053; }
    .page-ada-menu .ada-button.btn-primary {
      background: #202A35; }
    .page-ada-menu .ada-button.btn-white {
      background: #ffffff;
      color: #4081c2;
      border: 1px solid #4081c2; }
    .page-ada-menu .ada-button.btn-light {
      background: #4081c2; }
    .page-ada-menu .ada-button.btn-link {
      color: #4081c2; }
    .page-ada-menu .ada-button.btn-transparent {
      color: #ffffff;
      border: 1px solid #ffffff; }
      #app-body-wrapper .panel-light .page-ada-menu .btn-transparent {
        color: #555;
        border: 1px solid #555; }
      .page-ada-menu .ada-button.btn-transparent.disabled {
        opacity: .4; }
    .page-ada-menu .ada-button.transparent {
      background: rgba(32, 42, 53, 0.6);
      border: 1px solid #202A35; }
    .page-ada-menu .ada-button.btn-wide {
      width: auto;
      border-radius: 100px;
      padding: 0 20px; }

.enrollment .pin-float-center {
  margin-top: 300px !important; }

.enrollment .page-pin-number-wrapper .pin-display {
  width: 500px;
  padding: 80px 91px 0; }

.enrollment h4.whitelabel-text-subtext {
  margin-bottom: 100px;
  font-size: 1.7em; }

.enrollment h4.whitelabel-text {
  font-size: 25px; }

.enrollment p.whitelabel-text {
  font-size: 25px; }

.enrollment .btn-scan {
  width: 500px; }

.enrollment h1 {
  font-size: 3.5em !important; }

.enrollment *, .enrollment :after, .enrollment :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.enrollment .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  max-width: 920px; }
  .ada-on .enrollment .wrapper.form {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 50px; }
    .ada-on .enrollment .wrapper.form.keyboard-visible {
      padding-bottom: 0; }

.enrollment .error-wrapper {
  padding: 20px;
  background: white;
  border-radius: 10px;
  margin-top: 20px;
  color: red;
  text-align: left;
  min-width: 50%; }

.enrollment .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.enrollment .row {
  width: 100%;
  margin: 0 -14px 24px; }

.enrollment .w-10 {
  width: 10%;
  padding: 0 14px; }

.enrollment .w-15 {
  width: 15%;
  padding: 0 14px; }

.enrollment .w-20 {
  width: 20%;
  padding: 0 10px; }

.enrollment .w-25 {
  width: 25%;
  padding: 0 14px; }

.enrollment .w-30 {
  width: 30%;
  padding: 0 14px; }

.enrollment .w-35 {
  width: 35%;
  padding: 0 14px; }

.enrollment .w-40 {
  width: 40%;
  padding: 0 14px; }

.enrollment .w-50 {
  width: 50%;
  padding: 0 14px; }

.enrollment label {
  display: block;
  margin-bottom: 4px;
  text-align: left; }

.enrollment input, .enrollment select {
  padding: 10px 12px;
  border: solid 1px #ccc;
  border-radius: 5px;
  width: 100%;
  font-size: 25px; }

.enrollment select {
  height: 50px; }

.enrollment input[disabled] {
  background-color: #e2e2e2; }

.enrollment .enroll-card {
  padding: 20px 20px; }

.enrollment .display-message {
  margin-top: 98px; }

.enrollment .action {
  margin: auto; }
  .enrollment .action .btn, .enrollment .action #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li .enrollment .action .claim-reward-btn, .enrollment .action #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li .enrollment .action .claim-reward-btn {
    width: 500px !important; }
  .enrollment .action .btn-warning {
    background-color: #CA6C14 !important; }

.enrollment .notification {
  padding: 25px; }
  .enrollment .notification .overlay-body {
    padding: 21px;
    border-radius: 20px; }
  .enrollment .notification .message {
    font-size: 28px; }
  .enrollment .notification i {
    font-size: 100px;
    margin-bottom: 25px; }
  .enrollment .notification .success {
    background-color: #6fa653; }
  .enrollment .notification .danger {
    background-color: #D95053; }
  .enrollment .notification .warning {
    background-color: #CA6C14; }

.ada-on .enrollment .vue-touch-keyboard {
  padding: .2em; }
  .ada-on .enrollment .vue-touch-keyboard .keyboard .line {
    margin-bottom: 2px; }
    .ada-on .enrollment .vue-touch-keyboard .keyboard .line .key {
      font-size: 0.9em;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 1.8em;
      line-height: 1.8em; }
      .ada-on .enrollment .vue-touch-keyboard .keyboard .line .key.backspace {
        background-size: 1.8em; }
    .ada-on .enrollment .vue-touch-keyboard .keyboard .line .placeholder {
      font-size: 0.9em;
      height: 1.8em;
      line-height: 1.8em; }

.swipe-card img {
  width: 90%; }

.headerless-kiosk-page .btn-scan {
  width: 500px; }

.headerless-kiosk-page p.whitelabel-text {
  line-height: 1.6em; }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

#drawing-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #9BDCE5;
  background: #9BDCE5 url("../img/promos/drawing/bg.jpg?2") center center;
  background-size: 120px 120px; }
  #drawing-panel .global-drawing-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #drawing-panel .global-drawing-header .pushit {
      margin-right: auto; }
    #drawing-panel .global-drawing-header button {
      margin: 15px 10px;
      padding: 15px 20px;
      color: #256670; }
      #drawing-panel .global-drawing-header button.transparent {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.4);
        color: rgba(32, 42, 53, 0.8); }
      #drawing-panel .global-drawing-header button.with-icon i {
        margin-right: 7px; }
  #drawing-panel header.drawing-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #9BDCE5;
    padding: 35px 20px;
    background-color: rgba(155, 220, 229, 0.2); }
    #drawing-panel header.drawing-header .header-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 1;
              flex: 0 1;
      padding: 0 30px 0 0; }
      #drawing-panel header.drawing-header .header-icon img {
        width: 143px;
        height: 100px; }
    #drawing-panel header.drawing-header .details {
      padding: 0 100px;
      text-align: center; }
      #drawing-panel header.drawing-header .details h1 {
        color: #337CC5;
        margin: 3px 0;
        padding: 0;
        font-size: 2.1em;
        font-weight: bold;
        text-transform: uppercase; }
      #drawing-panel header.drawing-header .details p {
        margin: 3px 0;
        font-size: 1.3em;
        color: #29639c; }
  #drawing-panel .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto; }
    #drawing-panel .wrapper .drawing-section {
      padding: 20px 10px; }
  #drawing-panel .drawing-overview-ribbon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(32, 42, 53, 0.6);
    -ms-box-shadow: 0 0 4px rgba(32, 42, 53, 0.6);
    -o-box-shadow: 0 0 4px rgba(32, 42, 53, 0.6);
    box-shadow: 0 0 4px rgba(32, 42, 53, 0.6); }
    #drawing-panel .drawing-overview-ribbon .ribbon-item {
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0;
      padding: 30px;
      text-align: center;
      border-right: 1px solid rgba(51, 51, 51, 0.2);
      zoom: 1;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      #drawing-panel .drawing-overview-ribbon .ribbon-item:before, #drawing-panel .drawing-overview-ribbon .ribbon-item:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      #drawing-panel .drawing-overview-ribbon .ribbon-item:after {
        clear: both; }
      #drawing-panel .drawing-overview-ribbon .ribbon-item:last-child {
        border: none; }
      #drawing-panel .drawing-overview-ribbon .ribbon-item.active p {
        color: #6fa653; }
      #drawing-panel .drawing-overview-ribbon .ribbon-item.disabled p {
        color: rgba(51, 51, 51, 0.4); }
      #drawing-panel .drawing-overview-ribbon .ribbon-item.info p {
        color: rgba(51, 124, 197, 0.9); }
      #drawing-panel .drawing-overview-ribbon .ribbon-item p {
        margin: 0;
        padding: 3px 0 8px;
        color: rgba(51, 51, 51, 0.6);
        font-size: 2.3em;
        font-weight: bold;
        text-shadow: none;
        text-transform: uppercase; }
        #drawing-panel .drawing-overview-ribbon .ribbon-item p.subtitle {
          padding: 0;
          font-size: .9em;
          letter-spacing: .2em;
          line-height: 1.4;
          text-transform: uppercase;
          opacity: .85; }
        #drawing-panel .drawing-overview-ribbon .ribbon-item p.small {
          font-size: 1.7em; }
  #drawing-panel .submission-status-wrapper {
    padding: 20px 100px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    background-color: #193c60;
    background: #173758;
    background: -webkit-gradient(linear, left bottom, left top, from(#173758), to(#14304b));
    background: linear-gradient(0deg, #173758, #14304b); }
    #drawing-panel .submission-status-wrapper p {
      font-size: 1.4em;
      color: #ffffff; }
  #drawing-panel button.submission-btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 20px auto;
    padding: 23px 45px 25px;
    color: #ffffff;
    font: 100 1.6em "Fjalla One", sans-serif;
    text-transform: uppercase;
    letter-spacing: .03em;
    background-color: #6fa653;
    border: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    border-radius: 50px; }
    #drawing-panel button.submission-btn:active, #drawing-panel button.submission-btn:focus {
      outline: none;
      border: none; }
    #drawing-panel button.submission-btn strong {
      display: inline-block;
      margin: 0 6px;
      font-size: 1.4em;
      -webkit-transform: translateY(0.1em);
              transform: translateY(0.1em); }
  #app-body-wrapper.ada-on #available-events {
    padding: 30px 0; }
    #app-body-wrapper.ada-on #available-events .next-event-card {
      margin: auto 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
  #app-body-wrapper.ada-on #next-event .next-event-card {
    margin-top: auto;
    margin-bottom: 5px; }
  #drawing-panel .next-event-wrapper {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 30px;
    text-align: left;
    background-color: #14304b;
    background: #173758;
    background: -webkit-gradient(linear, left top, right top, from(#173758), color-stop(#0d2033), to(#173758));
    background: linear-gradient(90deg, #173758, #0d2033, #173758);
    overflow: hidden; }
    #app-body-wrapper.ada-on #drawing-panel .next-event-wrapper {
      padding-bottom: 101px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    #drawing-panel .next-event-wrapper button {
      position: absolute;
      top: 0;
      right: 10px; }
    #drawing-panel .next-event-wrapper > h3 {
      margin-top: 0;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.7em;
      text-shadow: 1px 1px 0 rgba(32, 42, 53, 0.6); }
    #drawing-panel .next-event-wrapper .events-carousel {
      position: relative;
      width: 100%;
      padding: 0 25%;
      z-index: 0;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 667px) {
        #drawing-panel .next-event-wrapper .events-carousel {
          padding: 0 5%; } }
      #drawing-panel .next-event-wrapper .events-carousel .next-event-card {
        cursor: pointer;
        min-width: 450px;
        width: 450px;
        margin: 20px; }
      #drawing-panel .next-event-wrapper .events-carousel .events-list {
        margin: 0 auto;
        overflow: visible;
        width: 100%;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        #drawing-panel .next-event-wrapper .events-carousel .events-list div.swiper-wrapper div.swiper-slide.swiper-slide-active {
          z-index: 10; }
    #drawing-panel .next-event-wrapper .multiple-card-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%; }
      #drawing-panel .next-event-wrapper .multiple-card-wrapper .next-event-card {
        cursor: pointer;
        min-width: 450px;
        width: 450px;
        margin-top: 20px; }
    #drawing-panel .next-event-wrapper .next-event-card {
      background-color: #ffffff;
      color: #555;
      overflow: auto;
      min-width: 600px;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      border-radius: 6px; }
      #drawing-panel .next-event-wrapper .next-event-card header.event-card-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #DBDBDB; }
        #drawing-panel .next-event-wrapper .next-event-card header.event-card-header .event-date {
          display: block;
          padding: 15px 20px;
          -webkit-box-flex: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0;
          text-align: center;
          margin-right: 15px;
          background-color: #4081c2;
          color: #ffffff; }
          #drawing-panel .next-event-wrapper .next-event-card header.event-card-header .event-date i {
            display: block;
            font-size: 1.6em;
            margin: 0 auto 9px; }
          #drawing-panel .next-event-wrapper .next-event-card header.event-card-header .event-date em {
            display: block;
            margin: 3px 0; }
        #drawing-panel .next-event-wrapper .next-event-card header.event-card-header .event-header-details {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          padding: 15px 10px; }
        #drawing-panel .next-event-wrapper .next-event-card header.event-card-header h2 {
          margin: 0;
          font-size: 1.6em; }
        #drawing-panel .next-event-wrapper .next-event-card header.event-card-header p {
          margin: 7px 0 0;
          font-size: 1.1em; }
  #drawing-panel .reward-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #626262; }
    #drawing-panel .reward-list li {
      margin: 0;
      padding: 8px 15px;
      border-bottom: 1px solid #DBDBDB; }
      #drawing-panel .reward-list li p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #drawing-panel .reward-list li p strong {
          font-weight: bold;
          font-size: 1.2em; }
      #drawing-panel .reward-list li .claimed-status {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #699E3F;
        font-size: 1.1em;
        text-transform: uppercase; }
        #drawing-panel .reward-list li .claimed-status.unclaimed {
          color: #DBDBDB; }
        #drawing-panel .reward-list li .claimed-status i {
          margin-left: 10px;
          font-size: 1.5em; }
  #drawing-panel .schedule-wrapper {
    padding: 30px 20px; }
    #drawing-panel .schedule-wrapper h2 {
      padding: 0 0 20px;
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    #drawing-panel .schedule-wrapper p {
      text-align: center;
      font-size: 1.4em;
      line-height: 1.8;
      margin-top: 0; }
  #drawing-panel .drawing-events-wrapper {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-height: 200px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #drawing-panel .drawing-events-wrapper ul {
      list-style: none; }
      #drawing-panel .drawing-events-wrapper ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 0 10px;
        padding: 15px 18px;
        width: 100% !important;
        background-color: rgba(255, 255, 255, 0.8);
        color: #555;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        #drawing-panel .drawing-events-wrapper ul li > div {
          width: 50%; }
        #drawing-panel .drawing-events-wrapper ul li h2 {
          margin: 0;
          font-size: 1.8em;
          font-weight: bold;
          text-transform: uppercase; }
        #drawing-panel .drawing-events-wrapper ul li p {
          margin: 0;
          font-size: 1.3em; }
        #drawing-panel .drawing-events-wrapper ul li .event-reward-count {
          display: block;
          margin: 0 auto;
          font-size: 1.6em;
          text-align: right; }
        #drawing-panel .drawing-events-wrapper ul li .event-date {
          display: block;
          text-align: right;
          text-transform: uppercase;
          padding-left: 2px;
          font-size: 1.4em;
          font-family: "Fjalla One", sans-serif;
          letter-spacing: .1em;
          word-spacing: .2em;
          color: #555; }
          #drawing-panel .drawing-events-wrapper ul li .event-date .fa.fa-calendar {
            -webkit-transform: translateY(-1px);
                    transform: translateY(-1px); }
        #drawing-panel .drawing-events-wrapper ul li .fa {
          margin: 0 5px; }
  #drawing-panel .drawing-week-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
    #drawing-panel .drawing-week-schedule li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 100px;
      margin: 0 3px;
      padding: 12px 5px;
      font: 1.2em/1.2 "Raleway", sans-serif;
      text-align: center;
      letter-spacing: .1em;
      border-radius: 3px; }
      #drawing-panel .drawing-week-schedule li.all-day {
        background-color: #6fa653; }
      #drawing-panel .drawing-week-schedule li.hours {
        background-color: #4081c2; }
      #drawing-panel .drawing-week-schedule li.all-day-exclusion {
        background-color: #D95053; }
      #drawing-panel .drawing-week-schedule li.hours-exclusion {
        background-color: #CA6C14; }
      #drawing-panel .drawing-week-schedule li.disabled {
        background-color: rgba(255, 255, 255, 0.2);
        color: rgba(0, 0, 0, 0.95);
        opacity: .6; }
        #drawing-panel .drawing-week-schedule li.disabled strong {
          opacity: .8; }
      #drawing-panel .drawing-week-schedule li strong {
        display: block;
        text-transform: uppercase; }
      #drawing-panel .drawing-week-schedule li span {
        display: block;
        margin-top: 7px;
        font-size: .7em;
        text-transform: uppercase;
        font-weight: 100; }
        #drawing-panel .drawing-week-schedule li span span {
          font-size: 1.2em;
          margin-top: 0; }
  #drawing-panel .entry-progress {
    padding: 0 50px; }
    #drawing-panel .entry-progress .progress-bar-wrapper {
      margin: 15px 0;
      height: 40px;
      background-color: #ffffff;
      overflow: hidden;
      border-radius: 70px;
      -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
      -ms-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
      -o-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
      box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7); }
      #drawing-panel .entry-progress .progress-bar-wrapper .progress-bar {
        background: #2c5b8a;
        background: -webkit-gradient(linear, left top, right top, from(#2c5b8a), color-stop(50%, #4081c2));
        background: linear-gradient(90deg, #2c5b8a, #4081c2 50%);
        border-radius: 0; }
    #drawing-panel .entry-progress p {
      font-size: .9em;
      text-transform: uppercase; }
  #drawing-panel .drawing-modal {
    position: fixed;
    top: 200px;
    right: 100px;
    bottom: 100px;
    z-index: 30;
    left: 100px;
    padding: 5px 25px;
    background-color: #202A35;
    overflow: auto;
    border-radius: 10px;
    -webkit-box-shadow: 1px 0 10px rgba(32, 42, 53, 0.4);
    -ms-box-shadow: 1px 0 10px rgba(32, 42, 53, 0.4);
    -o-box-shadow: 1px 0 10px rgba(32, 42, 53, 0.4);
    box-shadow: 1px 0 10px rgba(32, 42, 53, 0.4); }
    #app-body-wrapper.player-info-banner-bottom #drawing-panel .drawing-modal {
      top: 115px;
      bottom: 185px; }
    #app-body-wrapper.ada-on #drawing-panel .drawing-modal {
      top: 150px;
      bottom: 0; }
    #drawing-panel .drawing-modal .drawing-modal-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px;
      height: 95%; }
      #app-body-wrapper.ada-on #drawing-panel .drawing-modal-body {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        height: 100%;
        padding: 0 20px; }
        #app-body-wrapper.ada-on #drawing-panel .drawing-modal-body .submission-btn {
          margin-bottom: 2px; }
        #app-body-wrapper.ada-on #drawing-panel .drawing-modal-body .vue-touch-keyboard {
          padding: .2em;
          width: 420px;
          margin: 0 auto; }
          #app-body-wrapper.ada-on #drawing-panel .drawing-modal-body .vue-touch-keyboard .keyboard .line {
            margin-bottom: 2px; }
            #app-body-wrapper.ada-on #drawing-panel .drawing-modal-body .vue-touch-keyboard .keyboard .line .key {
              font-size: 0.9em;
              -webkit-box-shadow: none;
                      box-shadow: none;
              height: 1.8em;
              line-height: 1.8em; }
              #app-body-wrapper.ada-on #drawing-panel .drawing-modal-body .vue-touch-keyboard .keyboard .line .key.backspace {
                background-size: 1.8em; }
            #app-body-wrapper.ada-on #drawing-panel .drawing-modal-body .vue-touch-keyboard .keyboard .line .placeholder {
              font-size: 0.9em;
              height: 1.8em;
              line-height: 1.8em; }
  #drawing-panel input[type=text], #drawing-panel select {
    display: block;
    margin: 0 auto;
    color: #4081c2;
    font-weight: bold;
    width: 30%;
    height: 5vh;
    font-size: 2em;
    text-align: center;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    padding: 0 2px; }

#external-game {
  background-color: #DBDBDB; }
  #external-game .stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    #external-game .stage iframe {
      width: 100%;
      height: 100%; }
  #external-game.page-overlay {
    top: 0 !important;
    bottom: 0 !important;
    z-index: 101; }
  #external-game .btn-rules {
    z-index: 5000;
    position: absolute;
    left: 90px;
    background-color: rgba(7, 7, 7, 0.2);
    border-color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.7);
    height: 50px; }
  #external-game #logo {
    position: absolute;
    width: 645px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0; }
    #external-game #logo img {
      width: 645px; }

#external-web-promo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #202A35; }
  #external-web-promo iframe {
    width: 100%;
    height: 100%; }

#football-pickem {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #112b50;
  background: -webkit-gradient(linear, left bottom, left top, from(#112b50), to(#143461));
  background: linear-gradient(0deg, #112b50, #143461); }
  #football-pickem > header {
    padding: 5px 25px 20px; }
    #football-pickem > header .btn, #football-pickem > header #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li #football-pickem > header .claim-reward-btn, #football-pickem > header #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li #football-pickem > header .claim-reward-btn {
      float: right;
      margin: 0;
      border: none; }
    #football-pickem > header h2 {
      width: 50%;
      margin: 3px auto;
      padding: 0;
      text-align: center;
      font: lighter 1.5em "Raleway", sans-serif; }
    #football-pickem > header .btn-rules {
      margin: -4px 0 0 39px;
      position: absolute;
      height: 50px; }
  #football-pickem .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 25px; }
    #app-body-wrapper.ada-off #football-pickem .wrapper {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      height: 945px; }
    #app-body-wrapper.ada-on #football-pickem .wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 995px; }
  #football-pickem h1 {
    width: 50%;
    margin: 3px auto;
    padding: 0;
    text-align: center;
    font: bold 2.2em "Raleway", sans-serif; }
  #football-pickem .header-img {
    text-align: center;
    padding-bottom: 40px; }
    #football-pickem .header-img img {
      width: 50%; }
  #football-pickem .toggle {
    float: right;
    margin: -7px 0 0;
    font-size: .8em; }
  #football-pickem .week-title {
    width: 50%;
    margin: 0 auto;
    color: #4081c2;
    text-transform: uppercase;
    text-align: center;
    font: lighter 1.8em "Fjalla One", sans-serif; }
  #football-pickem .game-list-action {
    float: left;
    margin: 0 0 10px;
    border: none;
    background: #0F2749; }
    #app-body-wrapper.ada-on #football-pickem .game-list-action {
      display: none; }
  #football-pickem .has-played {
    padding: 30px 40px;
    margin: 0 0 15px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #football-pickem .has-played h2 {
      margin: 0;
      padding: 0 0 50px;
      text-transform: uppercase;
      text-align: center; }
    #football-pickem .has-played h4 {
      margin: 30px 0; }
    #football-pickem .has-played .data-ribbon {
      padding: 5px; }
  #football-pickem .games-list-wrapper {
    overflow-y: auto;
    padding: 10px 20px 30px;
    position: absolute;
    top: 120px;
    width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #app-body-wrapper.ada-off #football-pickem .games-list-wrapper {
      bottom: 0; }
    #app-body-wrapper.ada-on #football-pickem .games-list-wrapper {
      bottom: 105px; }
  #football-pickem ul.game-list {
    margin: 20px 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    list-style: none;
    -webkit-scroll-snap-type: y mandatory;
        -ms-scroll-snap-type: y mandatory;
            scroll-snap-type: y mandatory;
    -webkit-scroll-snap-points-y: repeat(51px);
        -ms-scroll-snap-points-y: repeat(51px);
            scroll-snap-points-y: repeat(51px);
    clear: both;
    zoom: 1; }
    #football-pickem ul.game-list:before, #football-pickem ul.game-list:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    #football-pickem ul.game-list:after {
      clear: both; }
    #football-pickem ul.game-list li {
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      zoom: 1; }
      #football-pickem ul.game-list li:before, #football-pickem ul.game-list li:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      #football-pickem ul.game-list li:after {
        clear: both; }
  #football-pickem .team {
    float: left;
    padding: 4px 10px;
    width: 43%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #football-pickem .team.faded {
      opacity: .2; }
      #football-pickem .team.faded .check-btn {
        opacity: .1; }
    #football-pickem .team.active {
      opacity: 1; }
    #football-pickem .team.away-team .check-btn {
      float: right; }
    #football-pickem .team.away-team .team-record {
      float: right; }
    #football-pickem .team.away-team .team-name {
      float: left; }
    #football-pickem .team .check-btn {
      float: left;
      margin-top: 4px;
      padding: 8px 10px;
      color: #ffffff;
      font-size: .7em;
      border: 1px solid transparent;
      opacity: .6;
      border-radius: 20px; }
      #football-pickem .team .check-btn.active {
        background-color: #ffffff;
        border: 1px solid #ffffff;
        color: #4081c2;
        opacity: 1; }
    #football-pickem .team .team-record {
      float: left;
      margin: 0 15px;
      padding: 10px;
      opacity: .6; }
    #football-pickem .team .team-name {
      float: right;
      padding: 10px;
      text-align: right;
      text-transform: uppercase;
      font-weight: bold; }
  #football-pickem .separator {
    float: left;
    width: 14%;
    padding: 14px 12px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    color: #4081c2;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  #football-pickem .tiebreaker-wrapper {
    padding: 10px 20px; }
    #football-pickem .tiebreaker-wrapper .tiebreaker-value {
      padding: 0 0 14px;
      font: 100 1.2em/1.4 "Raleway", sans-serif;
      text-align: center; }
  #football-pickem .ada-game-wrapper {
    width: 660px;
    margin: 15px 5px;
    position: relative;
    float: right; }
    #football-pickem .ada-game-wrapper .ada-game {
      background-color: rgba(0, 0, 0, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      zoom: 1; }
      #football-pickem .ada-game-wrapper .ada-game:before, #football-pickem .ada-game-wrapper .ada-game:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      #football-pickem .ada-game-wrapper .ada-game:after {
        clear: both; }

.no-week-available {
  padding: 150px 50px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.available-rewards {
  margin: 0 60px 15px;
  padding: 0 0 5px;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #202A35;
  border-right: 1px solid #202A35;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px; }
  .available-rewards hr {
    display: none; }
  .available-rewards p {
    font: normal 1.6em/1.6 "Raleway", sans-serif; }
    .available-rewards p strong {
      font-family: "Fjalla One", sans-serif;
      padding: 0 10px; }

.week-notes {
  margin: 20px 0 0;
  padding: 5px 0 0;
  font-size: 1.2em;
  text-align: center;
  opacity: .8; }

.season-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 295px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .season-overview h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(64, 129, 194, 0.2); }
  .season-overview .pickem-entries-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px 30px;
    margin-right: 1%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .season-overview .pickem-entries-list table {
      margin: 10px 0; }
      .season-overview .pickem-entries-list table td {
        padding: 0;
        font-size: 1.2em;
        font-family: "Raleway", sans-serif;
        border: none; }
    .season-overview .pickem-entries-list .empty-entries-notice {
      font-size: 1.6em;
      font-weight: 100; }
  .season-overview .pickem-leaderboard {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
    padding: 30px;
    margin-left: 1%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .season-overview .pickem-leaderboard ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0;
      padding: 0;
      list-style: none; }
      .season-overview .pickem-leaderboard ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 10px 0;
        padding: 6px 15px;
        font: 100 1.8em/1.4 "Raleway", sans-serif;
        text-align: center;
        text-transform: uppercase; }
        .season-overview .pickem-leaderboard ul li .rank {
          padding: 3px 30px 3px 3px;
          font-size: 1.2em;
          font-weight: bold;
          font-family: "Fjalla One", sans-serif; }

.pickem-progress-bar {
  margin-top: 30px;
  border-radius: 100px; }
  .pickem-progress-bar .progress-bar-wrapper {
    height: 30px;
    background-color: #0f2749;
    border-radius: 100px; }
    .pickem-progress-bar .progress-bar-wrapper > span.progress-bar {
      border-radius: 100px; }
  .pickem-progress-bar p {
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif; }
    .pickem-progress-bar p strong {
      font-weight: bold;
      margin: 0 10px; }

.player-choices-modal {
  position: fixed;
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); }

#bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #112b50;
  background: -webkit-gradient(linear, left bottom, left top, from(#112b50), to(#143461));
  background: linear-gradient(0deg, #112b50, #143461); }
  #bonus .global-bonus-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #bonus .global-bonus-header .pushit {
      margin-right: auto; }
    #bonus .global-bonus-header button {
      margin: 15px 10px;
      padding: 15px 20px; }
      #bonus .global-bonus-header button.with-icon i {
        margin-right: 7px; }
  #bonus header.bonus-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #698ab7;
    padding: 35px 20px;
    background-color: rgba(255, 255, 255, 0.1); }
    #bonus header.bonus-header .header-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 1;
              flex: 0 1;
      padding: 0 30px 0 0; }
      #bonus header.bonus-header .header-icon img {
        width: 143px;
        height: 100px; }
    #bonus header.bonus-header .details {
      padding: 0 100px;
      text-align: center; }
      #bonus header.bonus-header .details h1 {
        color: #ffffff;
        margin: 3px 0;
        padding: 0;
        font-size: 2.1em;
        font-weight: bold;
        text-transform: uppercase; }
      #bonus header.bonus-header .details p {
        margin: 3px 0;
        font-size: 1.3em;
        color: #e6e6e6; }
  #bonus .reward-periods-wrapper {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
    margin-top: 2px; }
    #app-body-wrapper.ada-on .reward-periods-wrapper {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    #bonus .reward-periods-wrapper h2 {
      text-align: center; }
  #bonus .reward-period-list {
    padding: 0;
    list-style: none; }
    #bonus .reward-period-list li {
      position: relative;
      margin: 40px 0;
      padding: 25px;
      background-color: rgba(32, 42, 53, 0.73);
      border-radius: 8px; }
      #bonus .reward-period-list li .progress-bar-wrapper {
        background-color: rgba(255, 255, 255, 0.2); }
      #bonus .reward-period-list li .progress-bar {
        -webkit-transition: all 1s ease-out;
        transition: all 1s ease-out;
        background-size: 30px 30px;
        background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        -webkit-animation: progress-bar 3s linear infinite;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        #bonus .reward-period-list li .progress-bar.complete {
          background-color: #6fa653; }
      #bonus .reward-period-list li .complete-ribbon {
        position: absolute;
        right: -5px;
        top: 10px;
        background-color: #6fa653;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: bold;
        letter-spacing: .2em;
        border-radius: 3px;
        -webkit-box-shadow: 5px 2px 2px rgba(85, 85, 85, 0.6);
        -ms-box-shadow: 5px 2px 2px rgba(85, 85, 85, 0.6);
        -o-box-shadow: 5px 2px 2px rgba(85, 85, 85, 0.6);
        box-shadow: 5px 2px 2px rgba(85, 85, 85, 0.6); }
      #bonus .reward-period-list li h3 {
        color: #ffffff;
        font-family: "Fjalla One", sans-serif;
        text-transform: uppercase;
        font-size: 2.1em;
        margin: 0; }
      #bonus .reward-period-list li .stats {
        text-align: left;
        opacity: .7; }
      #bonus .reward-period-list li .claim-reward-btn {
        display: inline-block; }
  #bonus .panel-overlay-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    #app-body-wrapper.ada-on #bonus .panel-overlay-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
  #bonus .bonus-modal {
    position: fixed;
    top: 200px;
    right: 100px;
    bottom: 100px;
    z-index: 30;
    left: 100px;
    padding: 5px 25px;
    background-color: #202A35;
    overflow: auto;
    border-radius: 10px;
    -webkit-box-shadow: 1px 0 10px rgba(32, 42, 53, 0.4);
    -ms-box-shadow: 1px 0 10px rgba(32, 42, 53, 0.4);
    -o-box-shadow: 1px 0 10px rgba(32, 42, 53, 0.4);
    box-shadow: 1px 0 10px rgba(32, 42, 53, 0.4); }
    #app-body-wrapper.player-info-banner-bottom #bonus .bonus-modal {
      top: 115px;
      bottom: 185px; }
    #app-body-wrapper.ada-on #bonus .bonus-modal {
      top: 150px;
      bottom: 0; }
    #bonus .bonus-modal .bonus-modal-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px;
      height: 95%; }
      #bonus .bonus-modal .bonus-modal-body .schedule-wrapper {
        padding: 30px 20px; }
        #bonus .bonus-modal .bonus-modal-body .schedule-wrapper .reward-period {
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          padding: 10px;
          margin: 0 40px; }
        #bonus .bonus-modal .bonus-modal-body .schedule-wrapper h2 {
          padding: 0 0 20px;
          text-align: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
        #bonus .bonus-modal .bonus-modal-body .schedule-wrapper h3 {
          text-align: center; }
        #bonus .bonus-modal .bonus-modal-body .schedule-wrapper p {
          text-align: center;
          font-size: 1.4em;
          line-height: 1.8;
          margin-top: 0; }

#static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0F2749; }
  #static.page-overlay {
    top: 0 !important;
    bottom: 144px;
    z-index: 101; }
  #static header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #698ab7;
    padding: 48px 0;
    background-color: rgba(255, 255, 255, 0.1); }
    #static header .btn-rules {
      z-index: 5000;
      position: absolute;
      left: 90px;
      background-color: rgba(7, 7, 7, 0.2);
      border-color: #FFF;
      border: 1px solid rgba(255, 255, 255, 0.7);
      height: 50px;
      top: 2px; }
    #static header h1 {
      color: #ffffff;
      margin: 3px 0;
      padding: 0;
      font-size: 2.1em;
      font-weight: bold;
      text-transform: uppercase; }
  #static section .wrapper {
    margin: 0; }
    #static section .wrapper h2 {
      text-align: center; }
    #static section .wrapper p {
      text-align: center;
      font-size: 1.3em;
      color: #e6e6e6; }
  #static section .content {
    padding: 33px;
    line-height: 27px;
    font-size: 1.6em; }

.btn-more {
  right: 0;
  background: rgba(214, 214, 214, 0.6) !important;
  border: 1px solid #f5f5f5 !important;
  opacity: .9;
  border-radius: 10px !important;
  color: #797979;
  z-index: 99; }

#info-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #4081c2;
  background-size: 120px 120px; }
  #info-panel > header {
    height: 80px;
    background-color: rgba(155, 220, 229, 0.2); }
    #info-panel > header h1 {
      color: #ffffff;
      padding: 0;
      margin-top: 12px;
      font-size: 2.1em;
      font-weight: bold;
      text-transform: uppercase; }
  #info-panel .category-carousel {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 735px;
    padding: 0 25%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #app-body-wrapper.player-info-banner-top.ada-on #info-panel .category-carousel {
      margin-top: 595px; }
    @media only screen and (max-width: 667px) {
      #info-panel .category-carousel {
        padding: 0 5%; } }
  #info-panel .category-list {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    #info-panel .category-list div.glide__slide {
      background-color: white;
      border-radius: 15px;
      padding: 0;
      position: relative;
      background-color: #fff;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      height: auto;
      text-align: center; }
      #info-panel .category-list div.glide__slide.glide__slide--active {
        z-index: 10; }
      #info-panel .category-list div.glide__slide .img-wrapper {
        width: 100%;
        display: block;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        overflow: hidden;
        border-radius-top: 10px; }
      #info-panel .category-list div.glide__slide img {
        width: 168px;
        height: 168px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      #info-panel .category-list div.glide__slide .body {
        padding: 30px 50px 20px; }
        #info-panel .category-list div.glide__slide .body h3 {
          margin: 0;
          color: #4081c2;
          font-size: 2em;
          text-transform: uppercase;
          font-family: "Raleway", sans-serif; }
        #info-panel .category-list div.glide__slide .body p {
          margin: 20px 0 10px;
          color: #555;
          font-size: 1.2em;
          font-family: "Raleway", sans-serif;
          font-weight: 400; }
          #info-panel .category-list div.glide__slide .body p strong {
            display: block;
            font-weight: 400;
            font-size: 1.1em;
            line-height: 1.5;
            color: #555; }
  #app-body-wrapper.ada-off .info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 18px; }
  #app-body-wrapper.ada-on .info-wrapper {
    position: absolute;
    width: 100%;
    top: 600px;
    bottom: 140px;
    padding-top: 15px;
    overflow: hidden; }
  #info-panel .info-wrapper .category-wrapper {
    background-color: white;
    border-radius: 15px;
    margin: 20px;
    padding: 10px;
    width: 285px !important; }
    #app-body-wrapper.ada-on #info-panel .category-wrapper {
      float: left; }
    #info-panel .info-wrapper .category-wrapper .img-wrapper img {
      display: block;
      margin: auto;
      width: 168px;
      height: 168px; }
    #info-panel .info-wrapper .category-wrapper .body {
      padding: 20px 0 0 0;
      background-color: white;
      text-align: center; }
      #info-panel .info-wrapper .category-wrapper .body h3 {
        margin: 0;
        color: #4081c2;
        font-size: 1.5em;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif; }
      #info-panel .info-wrapper .category-wrapper .body p {
        margin: 16px 0 10px;
        color: #555;
        font-size: 1.2em;
        font-family: "Raleway", sans-serif;
        font-weight: 400; }
        #info-panel .info-wrapper .category-wrapper .body p strong {
          display: block;
          font-weight: 400;
          font-size: 1.1em;
          line-height: 1.5;
          color: #555; }
  #info-panel .panel-overlay {
    background-color: #4081c2;
    /*test*/ }

#report-panel .report-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3vh 0 0 0;
  padding-bottom: 1vh; }
  #report-panel .report-header h1, #report-panel .report-header h2, #report-panel .report-header h3, #report-panel .report-header h4, #report-panel .report-header p {
    color: rgba(255, 255, 255, 0.9) !important; }
  #report-panel .report-header button {
    margin: 15px 10px;
    padding: 15px 20px;
    width: 17vw; }
    #report-panel .report-header button.transparent {
      border-color: rgba(255, 255, 255, 0.4);
      color: rgba(255, 255, 255, 0.9); }
    #report-panel .report-header button.with-icon i {
      margin-right: 7px; }

#report-panel .wrapper-btn-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#report-panel .btn-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  #report-panel .btn-years button {
    width: 7vw; }

#report-panel .report-body {
  height: 58vh;
  overflow: hidden;
  position: relative; }
  #app-body-wrapper.ada-on #report-panel .report-body {
    height: 69vh; }
    #app-body-wrapper.ada-on #report-panel .report-body .vue-touch-keyboard {
      padding: .2em; }
      #app-body-wrapper.ada-on #report-panel .report-body .vue-touch-keyboard .keyboard .line {
        margin-bottom: 2px; }
        #app-body-wrapper.ada-on #report-panel .report-body .vue-touch-keyboard .keyboard .line .key {
          font-size: 0.9em;
          -webkit-box-shadow: none;
                  box-shadow: none;
          height: 1.8em;
          line-height: 1.8em; }
          #app-body-wrapper.ada-on #report-panel .report-body .vue-touch-keyboard .keyboard .line .key.backspace {
            background-size: 1.8em; }
        #app-body-wrapper.ada-on #report-panel .report-body .vue-touch-keyboard .keyboard .line .placeholder {
          font-size: 0.9em;
          height: 1.8em;
          line-height: 1.8em; }

#report-panel .report-pages img {
  border: 3px solid;
  border-color: rgba(32, 42, 53, 0.8);
  border-radius: 10px;
  width: 71vw; }

#report-panel .report-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 20px;
  overflow-y: scroll;
  overflow-x: hidden; }
  #report-panel .report-wrapper::-webkit-scrollbar {
    width: 20px;
    right: 10px;
    padding: 0 10px;
    margin: 0 25px; }
  #report-panel .report-wrapper::-webkit-scrollbar-track {
    border-radius: 10px; }
  #report-panel .report-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(32, 42, 53, 0.7);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }
  #app-body-wrapper.ada-on #report-panel .report-wrapper {
    height: 88%; }

#report-panel .email-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  #app-body-wrapper.ada-on #report-panel .email-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

#report-panel .email-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0; }
  #report-panel .email-input-wrapper input, #report-panel .email-input-wrapper select, #report-panel .email-input-wrapper textarea {
    color: #4081c2; }
  #report-panel .email-input-wrapper button {
    margin: 0px 0px 0px 20px; }
    #report-panel .email-input-wrapper button.transparent {
      border-color: rgba(255, 255, 255, 0.4);
      color: rgba(255, 255, 255, 0.9); }
  #app-body-wrapper.ada-on #report-panel .email-input-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

#report-panel #email {
  font-weight: bold;
  width: 50%;
  height: 3vh;
  font-size: 1.25em;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); }

#report-panel .error-wrapper {
  height: 6vh;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center; }
  #report-panel .error-wrapper div {
    color: red;
    width: 310px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    font-size: 1.1em; }

.panel-overlay #balances-panel .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -18px;
  margin-top: -18px; }
  .panel-overlay #balances-panel .items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    margin-left: 18px;
    margin-top: 18px; }
    @media (min-width: 436px) {
      .panel-overlay #balances-panel .items .item {
        max-width: calc(50% - 18px); } }
    @media (min-width: 400px) {
      .panel-overlay #balances-panel .items .item {
        min-width: calc(50% - 18px); } }

.panel-overlay #balances-panel .items .item {
  background: #e2e2e2;
  color: #171e42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  border-radius: 4px; }
  .panel-overlay #balances-panel .items .item .label {
    text-transform: uppercase;
    padding: 6px; }
  .panel-overlay #balances-panel .items .item .value {
    padding: 6px; }

.panel-overlay #balances-panel header h2 {
  margin-top: 50px;
  color: #ffffff !important;
  font-size: 2.6em;
  text-align: center;
  text-transform: uppercase; }

.panel-overlay #balances-panel .balances-body {
  position: relative;
  margin: 40px 0;
  padding: 25px;
  color: #f0f0f0;
  background-color: rgba(32, 42, 53, 0.73);
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6); }
  .panel-overlay #balances-panel .balances-body .intro {
    padding: 10px 10px 20px;
    line-height: 1.5; }

.panel-overlay #offers-panel .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -18px;
  margin-top: -18px; }
  .panel-overlay #offers-panel .items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    margin-left: 18px;
    margin-top: 18px; }
    @media (min-width: 436px) {
      .panel-overlay #offers-panel .items .item {
        max-width: calc(50% - 18px); } }
    @media (min-width: 218px) {
      .panel-overlay #offers-panel .items .item {
        max-width: calc(100% - 18px); } }
    @media (min-width: 200px) {
      .panel-overlay #offers-panel .items .item {
        min-width: calc(100% - 18px); } }

.panel-overlay #offers-panel .items .item {
  background: #e0ddd5;
  color: #171e42;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  border-radius: 4px; }
  .panel-overlay #offers-panel .items .item .label {
    text-transform: uppercase;
    padding: 6px; }
  .panel-overlay #offers-panel .items .item .value {
    padding: 6px; }

.panel-overlay #offers-panel header h2 {
  margin-top: 50px;
  color: #ffffff !important;
  font-size: 2.6em;
  text-align: center;
  text-transform: uppercase; }

.panel-overlay #offers-panel .offers-body {
  position: absolute;
  width: 744px;
  max-height: 700px;
  overflow-y: auto;
  padding: 25px;
  color: #f0f0f0;
  background-color: rgba(32, 42, 53, 0.73);
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6); }
  #app-body-wrapper.player-info-banner-top .panel-overlay #offers-panel .offers-body {
    margin: 40px 0; }
  #app-body-wrapper.player-info-banner-bottom .panel-overlay #offers-panel .offers-body {
    margin: 32px 0; }
  #app-body-wrapper.ada-on .panel-overlay #offers-panel .offers-body {
    margin: 32px 0 0;
    bottom: 100px; }
  .panel-overlay #offers-panel .offers-body .tabs {
    margin-bottom: 12px; }
    .panel-overlay #offers-panel .offers-body .tabs .row {
      clear: both;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .panel-overlay #offers-panel .offers-body .tabs .row .col {
        width: 50%;
        font-size: 1.2em;
        text-align: center;
        padding: 0 10px; }
        .panel-overlay #offers-panel .offers-body .tabs .row .col .btn, .panel-overlay #offers-panel .offers-body .tabs .row .col #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li .panel-overlay #offers-panel .offers-body .tabs .row .col .claim-reward-btn, .panel-overlay #offers-panel .offers-body .tabs .row .col #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li .panel-overlay #offers-panel .offers-body .tabs .row .col .claim-reward-btn {
          width: 100%;
          margin: 0; }
          .panel-overlay #offers-panel .offers-body .tabs .row .col .btn.active, .panel-overlay #offers-panel .offers-body .tabs .row .col #drawer .drawer-list li .active.claim-reward-btn, #drawer .drawer-list li .panel-overlay #offers-panel .offers-body .tabs .row .col .active.claim-reward-btn, .panel-overlay #offers-panel .offers-body .tabs .row .col #bonus .reward-period-list li .active.claim-reward-btn, #bonus .reward-period-list li .panel-overlay #offers-panel .offers-body .tabs .row .col .active.claim-reward-btn {
            background-color: #D95053 !important; }
  .panel-overlay #offers-panel .offers-body .intro {
    padding: 10px 10px 20px;
    line-height: 1.5; }
  .panel-overlay #offers-panel .offers-body .items .row {
    clear: both;
    padding: 8px; }
    .panel-overlay #offers-panel .offers-body .items .row .col:nth-child(1) {
      width: 25%;
      text-align: right;
      float: left; }
    .panel-overlay #offers-panel .offers-body .items .row .col:nth-child(2) {
      padding-left: 12px;
      float: left; }
  .panel-overlay #offers-panel .offers-body .items .button-row {
    clear: both;
    margin: 30px 0 10px; }
    .panel-overlay #offers-panel .offers-body .items .button-row button {
      width: 50%;
      margin: auto; }
  .panel-overlay #offers-panel .offers-body .items .button-wrapper {
    clear: both;
    margin: 30px 0 10px; }

.offers-btn-group {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px; }
  .offers-btn-group .btn, .offers-btn-group #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li .offers-btn-group .claim-reward-btn, .offers-btn-group #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li .offers-btn-group .claim-reward-btn {
    background: transparent;
    border: solid 1px #fff;
    margin: 5px auto; }
    .offers-btn-group .btn.active, .offers-btn-group #drawer .drawer-list li .active.claim-reward-btn, #drawer .drawer-list li .offers-btn-group .active.claim-reward-btn, .offers-btn-group #bonus .reward-period-list li .active.claim-reward-btn, #bonus .reward-period-list li .offers-btn-group .active.claim-reward-btn {
      background: #6FA653 !important;
      border-color: #6FA653; }
    .offers-btn-group .btn.transparent, .offers-btn-group #drawer .drawer-list li .transparent.claim-reward-btn, #drawer .drawer-list li .offers-btn-group .transparent.claim-reward-btn, .offers-btn-group #bonus .reward-period-list li .transparent.claim-reward-btn, #bonus .reward-period-list li .offers-btn-group .transparent.claim-reward-btn {
      background: rgba(32, 42, 53, 0.6);
      border: 1px solid #202A35; }
    .offers-btn-group .btn.btn-success, .offers-btn-group #drawer .drawer-list li .btn-success.claim-reward-btn, #drawer .drawer-list li .offers-btn-group .btn-success.claim-reward-btn, .offers-btn-group #bonus .reward-period-list li .btn-success.claim-reward-btn, #bonus .reward-period-list li .offers-btn-group .btn-success.claim-reward-btn {
      background: #6fa653; }

.panel-overlay #profile-panel .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -18px;
  margin-top: -18px; }
  .panel-overlay #profile-panel .items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    margin-left: 18px;
    margin-top: 18px; }
    @media (min-width: 436px) {
      .panel-overlay #profile-panel .items .item {
        max-width: calc(50% - 18px); } }
    @media (min-width: 218px) {
      .panel-overlay #profile-panel .items .item {
        max-width: calc(100% - 18px); } }
    @media (min-width: 200px) {
      .panel-overlay #profile-panel .items .item {
        min-width: calc(100% - 18px); } }

.panel-overlay #profile-panel header {
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .panel-overlay #profile-panel header h2 {
    margin-top: 10px;
    color: #ffffff !important;
    font-size: 2.6em;
    text-align: center;
    text-transform: uppercase; }

.panel-overlay #profile-panel .profile-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 785px; }
  #app-body-wrapper.ada-on #profile-panel .profile-content-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 975px; }

#app-body-wrapper.ada-on #profile-panel .vue-touch-keyboard {
  padding: .2em; }
  #app-body-wrapper.ada-on #profile-panel .vue-touch-keyboard .keyboard .line {
    margin-bottom: 2px; }
    #app-body-wrapper.ada-on #profile-panel .vue-touch-keyboard .keyboard .line .key {
      font-size: 0.9em;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 1.8em;
      line-height: 1.8em; }
      #app-body-wrapper.ada-on #profile-panel .vue-touch-keyboard .keyboard .line .key.backspace {
        background-size: 1.8em; }
    #app-body-wrapper.ada-on #profile-panel .vue-touch-keyboard .keyboard .line .placeholder {
      font-size: 0.9em;
      height: 1.8em;
      line-height: 1.8em; }
  #app-body-wrapper.ada-on #profile-panel .vue-touch-keyboard.phone-layout {
    width: 500px;
    margin: 0 auto; }

#app-body-wrapper.ada-on #profile-panel .page-ada-menu {
  right: 30px;
  margin-bottom: 0; }

.panel-overlay #profile-panel .profile-body {
  overflow-y: auto;
  padding: 12px;
  color: #f0f0f0;
  background-color: rgba(32, 42, 53, 0.73);
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6); }
  .panel-overlay #profile-panel .profile-body .items .item {
    background: #e2e2e2;
    color: #171e42;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px;
    border-radius: 4px;
    font-size: 1.3em; }
  .panel-overlay #profile-panel .profile-body .items .row {
    clear: both;
    padding: 12px; }
    .panel-overlay #profile-panel .profile-body .items .row .col:nth-child(1) {
      text-align: right;
      float: left;
      font-size: 1.2em; }
    .panel-overlay #profile-panel .profile-body .items .row .col:nth-child(2) {
      padding-left: 12px;
      float: left;
      font-size: 1.2em; }
  .panel-overlay #profile-panel .profile-body .button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .panel-overlay #profile-panel .profile-body .button-wrapper .btn, .panel-overlay #profile-panel .profile-body .button-wrapper #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li .panel-overlay #profile-panel .profile-body .button-wrapper .claim-reward-btn, .panel-overlay #profile-panel .profile-body .button-wrapper #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li .panel-overlay #profile-panel .profile-body .button-wrapper .claim-reward-btn {
      display: inline-block !important;
      margin: 24px 24px 12px; }
  .panel-overlay #profile-panel .profile-body .edit-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 56vh; }
  .panel-overlay #profile-panel .profile-body .edit-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 16px 5px; }
    .panel-overlay #profile-panel .profile-body .edit-input-wrapper label {
      font-weight: bold;
      text-align: right;
      padding: 12px 8px 0 0;
      height: 2.4vh;
      min-width: 78px; }
    .panel-overlay #profile-panel .profile-body .edit-input-wrapper input[type=text], .panel-overlay #profile-panel .profile-body .edit-input-wrapper select {
      color: #4081c2;
      font-weight: bold;
      width: 80%;
      height: 2.4vh;
      font-size: 1.1em;
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
              box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
      padding: 0 10px; }
      .panel-overlay #profile-panel .profile-body .edit-input-wrapper input[type=text]::-webkit-input-placeholder, .panel-overlay #profile-panel .profile-body .edit-input-wrapper select::-webkit-input-placeholder {
        color: #a0a0a0; }
      .panel-overlay #profile-panel .profile-body .edit-input-wrapper input[type=text]:-ms-input-placeholder, .panel-overlay #profile-panel .profile-body .edit-input-wrapper select:-ms-input-placeholder {
        color: #a0a0a0; }
      .panel-overlay #profile-panel .profile-body .edit-input-wrapper input[type=text]::-ms-input-placeholder, .panel-overlay #profile-panel .profile-body .edit-input-wrapper select::-ms-input-placeholder {
        color: #a0a0a0; }
      .panel-overlay #profile-panel .profile-body .edit-input-wrapper input[type=text]::placeholder, .panel-overlay #profile-panel .profile-body .edit-input-wrapper select::placeholder {
        color: #a0a0a0; }
    .panel-overlay #profile-panel .profile-body .edit-input-wrapper select {
      padding-left: 8px; }
  .panel-overlay #profile-panel .profile-body .edit-checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 10px 10px 10px 90px; }
    .panel-overlay #profile-panel .profile-body .edit-checkbox-wrapper label {
      margin: 5px 15px 0 7px; }
    .panel-overlay #profile-panel .profile-body .edit-checkbox-wrapper input[type=checkbox] {
      padding: 0;
      width: 24px;
      height: 24px;
      position: relative; }
  .panel-overlay #profile-panel .profile-body .error-wrapper {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center; }
    .panel-overlay #profile-panel .profile-body .error-wrapper div {
      color: red;
      width: 310px;
      margin: 0 auto;
      padding: 10px;
      background: white;
      border-radius: 10px;
      font-size: 1.1em; }

.panel-overlay #pin-reset-panel header h2 {
  margin-top: 50px;
  color: #ffffff !important;
  font-size: 2.6em;
  text-align: center;
  text-transform: uppercase; }

.panel-overlay #pin-reset-panel .pin-reset-body {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  text-align: center; }
  .panel-overlay #pin-reset-panel .pin-reset-body.pin-ada {
    float: none !important;
    max-width: 780px;
    margin-top: 527px;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease; }
    .panel-overlay #pin-reset-panel .pin-reset-body.pin-ada #numeric-key-pad {
      max-width: none; }
  .panel-overlay #pin-reset-panel .pin-reset-body.pin-sticky-top {
    margin-top: 0;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease; }
  .panel-overlay #pin-reset-panel .pin-reset-body.pin-sticky-bottom {
    margin-top: 200px;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease; }
    #app-body-wrapper.player-info-banner-top.ada-on #pin-reset-panel .pin-reset-body.pin-sticky-bottom {
      margin-top: 430px; }
    #app-body-wrapper.player-info-banner-bottom.ada-on #pin-reset-panel .pin-reset-body.pin-sticky-bottom {
      margin-top: 465px; }
  .panel-overlay #pin-reset-panel .pin-reset-body.pin-float-left {
    margin-left: 40px; }
  .panel-overlay #pin-reset-panel .pin-reset-body.pin-float-right {
    margin-right: 40px; }
  .panel-overlay #pin-reset-panel .pin-reset-body .pin-instructions {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    color: #ffffff;
    font-family: "Raleway", sans-serif; }
  .panel-overlay #pin-reset-panel .pin-reset-body .pin-display {
    width: 200px;
    margin: 0 auto 30px;
    padding: 80px 140px 0;
    font-size: 3.2em;
    font-weight: 100;
    font-family: "Raleway", sans-serif;
    text-align: center; }
    @media only screen and (max-width: 667px) {
      .panel-overlay #pin-reset-panel .pin-reset-body .pin-display {
        padding: 30px 140px 0; } }
    .panel-overlay #pin-reset-panel .pin-reset-body .pin-display span {
      display: inline-block;
      padding: 5%;
      width: 15%; }
  .panel-overlay #pin-reset-panel .pin-reset-body #numeric-key-pad div.digit {
    border: 1px solid #ffffff; }
  .panel-overlay #pin-reset-panel .pin-reset-body #numeric-key-pad div.digit.offset-left {
    margin-left: 115px; }
  .panel-overlay #pin-reset-panel .pin-reset-body #numeric-key-pad.keypad-small div.digit.offset-left {
    margin-left: 85px !important; }
  #app-body-wrapper.player-info-banner-bottom.ada-on #pin-reset-panel #numeric-key-pad div.digit {
    margin-bottom: 0; }

.panel-overlay #ranks-panel .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -18px;
  margin-top: -18px; }
  .panel-overlay #ranks-panel .items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    margin-left: 18px;
    margin-top: 18px; }
    @media (min-width: 436px) {
      .panel-overlay #ranks-panel .items .item {
        max-width: calc(50% - 18px); } }
    @media (min-width: 400px) {
      .panel-overlay #ranks-panel .items .item {
        min-width: calc(50% - 18px); } }

.panel-overlay #ranks-panel header h2 {
  margin-top: 50px;
  color: #ffffff !important;
  font-size: 2.6em;
  text-align: center;
  text-transform: uppercase; }

.panel-overlay #ranks-panel .ranks-body {
  position: relative;
  margin: 40px 0;
  padding: 8px;
  color: #555;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6); }
  .panel-overlay #ranks-panel .ranks-body .rank-progress-items {
    padding: 25px 0;
    margin: 25px 5px;
    position: relative; }
    .panel-overlay #ranks-panel .ranks-body .rank-progress-items .item {
      width: 44px;
      position: absolute;
      top: 0; }
      .panel-overlay #ranks-panel .ranks-body .rank-progress-items .item:first-child {
        left: 0 !important; }
      .panel-overlay #ranks-panel .ranks-body .rank-progress-items .item:last-child {
        right: 0 !important;
        left: auto !important; }
      .panel-overlay #ranks-panel .ranks-body .rank-progress-items .item img {
        width: 44px; }
      .panel-overlay #ranks-panel .ranks-body .rank-progress-items .item p {
        max-width: 44px;
        text-align: center;
        margin: 4px 0 0 0;
        font-size: 0.8em;
        font-weight: bold; }
  .panel-overlay #ranks-panel .ranks-body p {
    font-size: 1.2em;
    letter-spacing: .03em; }

.earn-shop-container {
  margin: auto;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  background-size: 120px 120px; }
  .earn-shop-container a {
    color: #4081c2;
    text-decoration: none; }
  .earn-shop-container a:focus, .earn-shop-container a:hover {
    color: #0d3660; }
  .earn-shop-container > header {
    height: 80px;
    background-color: #4081c2; }
    .earn-shop-container > header h1 {
      color: #ffffff;
      padding: 0;
      margin-top: 12px;
      font-size: 2.1em;
      font-weight: bold;
      text-transform: uppercase; }
  .earn-shop-container .cart-scrollbar {
    height: 100%;
    width: 100%; }
  .earn-shop-container .media-points {
    text-align: center;
    padding: .5em;
    border-radius: 2px;
    background-color: #6149AB;
    color: white;
    margin-bottom: 1rem; }
  .earn-shop-container > main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    margin-top: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    height: 100%; }
    .earn-shop-container > main > .primary {
      color: black;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 1em;
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      .earn-shop-container > main > .primary #virtual-keyboard {
        position: relative;
        width: 100%;
        margin-top: auto;
        padding-bottom: 2em; }
      .earn-shop-container > main > .primary > .media-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 1rem; }
        .earn-shop-container > main > .primary > .media-filter > .media-list {
          margin-left: 1rem; }
          .earn-shop-container > main > .primary > .media-filter > .media-list > i {
            color: white; }
        .earn-shop-container > main > .primary > .media-filter > .media-sort {
          margin-right: 4rem; }
        .earn-shop-container > main > .primary > .media-filter > .media-sort a, .earn-shop-container > main > .primary > .media-filter > .media-list a {
          padding: 0.5rem 0.5rem;
          border-radius: 3px;
          border: 1px solid #cac8c8; }
        .earn-shop-container > main > .primary > .media-filter > .media-sort a.active, .earn-shop-container > main > .primary > .media-filter > .media-list a.active {
          color: white;
          background-color: #4081c2; }
      .earn-shop-container > main > .primary > .media-pagination {
        margin-left: 1rem;
        margin-top: 3rem;
        margin-bottom: 1rem; }
        .earn-shop-container > main > .primary > .media-pagination span {
          color: #4081c2; }
        .earn-shop-container > main > .primary > .media-pagination a {
          padding: 0.5rem 1rem;
          border-radius: 3px; }
        .earn-shop-container > main > .primary > .media-pagination a.active {
          color: white;
          background-color: #4081c2; }
      .earn-shop-container > main > .primary > .media-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .earn-shop-container > main > .primary > .media-section > .media-navigation {
          margin: 1rem 1rem;
          display: inline-block;
          width: 6%; }
          .earn-shop-container > main > .primary > .media-section > .media-navigation button:first-child {
            margin-bottom: 1rem; }
          .earn-shop-container > main > .primary > .media-section > .media-navigation button {
            color: white;
            background-color: #4081c2;
            padding: 0.5rem 1rem;
            border-radius: 3px; }
        .earn-shop-container > main > .primary > .media-section .media-items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row wrap;
                  flex-flow: row wrap;
          overflow: scroll; }
          .earn-shop-container > main > .primary > .media-section .media-items .media {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            background-color: white;
            border-radius: 15px;
            margin: 1rem;
            padding: 2rem;
            width: 190px !important;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            height: auto; }
            .earn-shop-container > main > .primary > .media-section .media-items .media h4 {
              font-size: .9em; }
            .earn-shop-container > main > .primary > .media-section .media-items .media .media-brand {
              color: #cac8c8;
              width: 100%;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              margin-top: .5rem;
              font-size: 80%; }
            .earn-shop-container > main > .primary > .media-section .media-items .media .media-content {
              width: 100%;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start;
              overflow-wrap: break-word; }
            .earn-shop-container > main > .primary > .media-section .media-items .media .media-categories {
              font-size: 70%;
              border: 1px solid #cac8c8;
              padding: .5rem;
              color: #cac8c8;
              margin-top: .5rem;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start; }
        .earn-shop-container > main > .primary > .media-section > .shop-scrollbar {
          height: 45vh;
          width: 100%; }
      .earn-shop-container > main > .primary > #loader {
        position: relative;
        background-color: transparent; }
    .earn-shop-container > main > aside {
      min-width: 200px;
      margin-right: 40px;
      padding: 2em 1em 1em 1em;
      background-color: white;
      overflow: scroll;
      border-radius: 0 10px 10px 0; }
      .earn-shop-container > main > aside > input {
        color: #4081c2;
        font-weight: bold;
        width: 80%;
        height: 2.4vh;
        font-size: 1.1em;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
        padding: 0 10px;
        margin-bottom: 1rem; }
      .earn-shop-container > main > aside ul {
        list-style-type: none; }
        .earn-shop-container > main > aside ul > li {
          margin: 0;
          padding: 0; }
        .earn-shop-container > main > aside ul > li > a {
          margin: 7px 5px 10px 5px;
          padding: 5px;
          display: block; }
        .earn-shop-container > main > aside ul > li > a.subcategory {
          margin-left: 15px;
          font-size: 0.8rem; }
        .earn-shop-container > main > aside ul > li > a:hover {
          background-color: #4081c2; }
          .earn-shop-container > main > aside ul > li > a:hover a {
            color: #ffffff; }
        .earn-shop-container > main > aside ul > li > a.active {
          background-color: #0d3660;
          color: #ffffff; }
  .earn-shop-container .shopping-card {
    position: absolute;
    display: block;
    right: 80px;
    top: 10px;
    z-index: 5000;
    color: #ffffff; }
  .earn-shop-container .order-history {
    position: absolute;
    display: block;
    right: 150px;
    z-index: 5000;
    color: white; }
  .earn-shop-container .cart-amount {
    position: absolute;
    display: block;
    right: 0px;
    top: 39px;
    width: 25px;
    height: 25px;
    border: 1px solid #ff0003;
    background-color: #ff0500;
    z-index: 5000;
    border-radius: 30px;
    text-align: center; }
  .earn-shop-container .cart-amount > span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%; }
  .earn-shop-container .panel-product-detail #loader {
    position: relative;
    background-color: transparent; }
  .earn-shop-container .product-detail-wrapper {
    height: 100%;
    overflow: scroll; }
    .earn-shop-container .product-detail-wrapper > .product-detail-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      margin: 1em;
      padding: 1em 1em 2rem 1em; }
      .earn-shop-container .product-detail-wrapper > .product-detail-box .btn, .earn-shop-container .product-detail-wrapper > .product-detail-box #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li .earn-shop-container .product-detail-wrapper > .product-detail-box .claim-reward-btn, .earn-shop-container .product-detail-wrapper > .product-detail-box #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li .earn-shop-container .product-detail-wrapper > .product-detail-box .claim-reward-btn {
        display: inline; }
      .earn-shop-container .product-detail-wrapper > .product-detail-box > .product-detail-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 2em;
        border: 1px solid rgba(128, 128, 128, 0.4);
        border-radius: 2px;
        padding: 1rem; }
        .earn-shop-container .product-detail-wrapper > .product-detail-box > .product-detail-image > .media-points {
          margin-bottom: -2rem; }
      .earn-shop-container .product-detail-wrapper > .product-detail-box .product-detail-name {
        font-size: 1.7rem;
        display: block;
        padding-bottom: 1rem; }
      .earn-shop-container .product-detail-wrapper > .product-detail-box .product-detail-description {
        font-size: 1.3rem; }
  .earn-shop-container .cart-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 4em 10em;
    color: #000000;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 3rem;
    font-family: "Raleway";
    overflow: scroll; }
    .earn-shop-container .cart-list .empty-cart-description {
      text-align: center;
      padding: 1em; }
    .earn-shop-container .cart-list #loader {
      position: relative;
      background-color: transparent;
      top: 0;
      padding-top: 0; }
      .earn-shop-container .cart-list #loader > .loader-container {
        margin-top: 0; }
    .earn-shop-container .cart-list .cart-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .earn-shop-container .cart-list .cart-item input {
        padding: 0.5rem;
        font-size: 1rem;
        font-weight: bold;
        width: 50%;
        border: 1px solid; }
    .earn-shop-container .cart-list .cart-item.is-multiline {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .earn-shop-container .cart-list .column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
    .earn-shop-container .cart-list .box {
      padding: 5px;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .earn-shop-container .cart-list .image-box {
      width: 100%;
      height: 150px;
      padding: 1em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #ddd;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .earn-shop-container .cart-list .image-box img {
        min-width: 75px; }
    .earn-shop-container .cart-list .error {
      color: white;
      padding: 1rem;
      background-color: red;
      border-radius: 3px; }
    .earn-shop-container .cart-list select {
      color: #4081c2;
      font-weight: bold;
      width: 100%;
      height: 2.4vh;
      font-size: 1.1em;
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
      padding: 0 10px; }
    .earn-shop-container .cart-list .item-points {
      padding-top: 1rem; }
  .earn-shop-container .border-bottom {
    border-bottom: 1px solid #ddd; }
  .earn-shop-container .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .earn-shop-container .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .earn-shop-container .column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .earn-shop-container .column.is-1 {
    width: 8.33334%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .earn-shop-container .column.is-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .earn-shop-container .column.is-3 {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .earn-shop-container .column.is-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .earn-shop-container .column.is-5 {
    width: 41.6667%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .earn-shop-container .column.is-6 {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .earn-shop-container .column.is-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .earn-shop-container .right {
    text-align: right; }
  .earn-shop-container .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .earn-shop-container .space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .earn-shop-container .checkout {
    margin-bottom: 2rem;
    color: black;
    overflow: scroll; }
    .earn-shop-container .checkout .buttons {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .earn-shop-container .checkout > .wrapper {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      padding-left: 4rem;
      padding-right: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 2rem;
      background-color: white;
      border-radius: 3px; }
      .earn-shop-container .checkout > .wrapper > .progress-bar {
        width: 100%;
        border-radius: 9999px;
        position: relative;
        margin-top: 1rem;
        margin-bottom: 1rem;
        height: 12px;
        background: #c6c6c6; }
        .earn-shop-container .checkout > .wrapper > .progress-bar > div {
          border-radius: 9999px;
          position: absolute;
          height: 100%;
          background-color: #09848d;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
    .earn-shop-container .checkout .form-address .mr-2 {
      margin-right: 2rem; }
    .earn-shop-container .checkout .form-address .ml-2 {
      margin-left: 2rem; }
    .earn-shop-container .checkout .form-address .column {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .earn-shop-container .checkout .form-address .form-group-sub {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .earn-shop-container .checkout .form-address .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 2rem 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .earn-shop-container .checkout .form-address .form-group .form-label, .earn-shop-container .checkout .form-address .form-group-sub .form-control {
      display: block;
      font-weight: 500;
      color: #5c6162; }
    .earn-shop-container .checkout .form-address .form-group .form-control, .earn-shop-container .checkout .form-address .form-group-sub .form-control {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      color: #520000;
      font-weight: bold;
      background-color: #f4f7f7;
      display: block;
      height: 2.4vh;
      font-size: 1.1em;
      padding: 0 10px;
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
              box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); }
    .earn-shop-container .checkout .form-address .form-group .form-control::-webkit-input-placeholder {
      font-weight: 400; }
    .earn-shop-container .checkout .form-address .form-group .form-control:-ms-input-placeholder, .earn-shop-container .checkout .form-address .form-group .form-control::-ms-input-placeholder {
      font-weight: 400; }
    .earn-shop-container .checkout .form-address .form-group .form-control::-webkit-input-placeholder {
      font-weight: 400; }
    .earn-shop-container .checkout .form-address .form-group .form-control:-ms-input-placeholder {
      font-weight: 400; }
    .earn-shop-container .checkout .form-address .form-group .form-control::-ms-input-placeholder {
      font-weight: 400; }
    .earn-shop-container .checkout .form-address .form-group .form-control::placeholder {
      font-weight: 400; }
    .earn-shop-container .checkout .form-address .form-group .form-control:focus {
      background-color: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      outline: none; }
    .earn-shop-container .checkout .form-review {
      color: #000000; }
      .earn-shop-container .checkout .form-review #loader {
        position: relative;
        background-color: transparent;
        top: 0;
        padding-top: 0; }
        .earn-shop-container .checkout .form-review #loader > .loader-container {
          margin-top: 0; }
      .earn-shop-container .checkout .form-review .cart-item.is-multiline {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .earn-shop-container .checkout .form-review .column {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
      .earn-shop-container .checkout .form-review .box {
        padding: 20px; }
      .earn-shop-container .checkout .form-review .image-box {
        width: 100px;
        height: 150px;
        padding: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #ddd; }
      .earn-shop-container .checkout .form-review .error {
        color: red; }
      .earn-shop-container .checkout .form-review .flex-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .earn-shop-container .checkout .form-review .box-address {
        border: solid 1px;
        padding: 1rem;
        margin: 1rem;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
                box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); }
      .earn-shop-container .checkout .form-review .address-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .earn-shop-container .checkout .errors {
      color: red; }
  .earn-shop-container .transaction-history {
    margin: 4em 4em;
    color: #000000;
    background-color: white;
    padding: 2rem;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .earn-shop-container .transaction-history > .history-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .earn-shop-container .transaction-history > .history-section > .history-navigation {
        margin: 1rem 1rem;
        display: inline-block;
        width: 6%; }
        .earn-shop-container .transaction-history > .history-section > .history-navigation button:first-child {
          margin-bottom: 1rem; }
        .earn-shop-container .transaction-history > .history-section > .history-navigation button {
          color: white;
          background-color: #4081c2;
          padding: 0.5rem 1rem;
          border-radius: 3px; }
      .earn-shop-container .transaction-history > .history-section > .order-history-scrollbar {
        height: 90vh;
        width: 100%; }
    .earn-shop-container .transaction-history .order-filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 1rem;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .earn-shop-container .transaction-history .order-filter .search-text {
        width: 25%; }
        .earn-shop-container .transaction-history .order-filter .search-text > input {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          color: #4081c2;
          font-weight: bold;
          height: 3vh;
          font-size: 1.1em;
          padding: 3px 10px;
          margin-bottom: 1rem;
          width: 100%;
          border: 1px solid #eeeeee; }
      .earn-shop-container .transaction-history .order-filter .list-count a {
        padding: 0.5rem 0.5rem;
        border-radius: 3px;
        border: 1px solid #cac8c8; }
      .earn-shop-container .transaction-history .order-filter .list-count a.active {
        color: white;
        background-color: #4081c2; }
      .earn-shop-container .transaction-history .order-filter .pagination {
        margin-left: 1rem;
        margin-top: 3rem;
        margin-bottom: 1rem; }
        .earn-shop-container .transaction-history .order-filter .pagination span {
          color: #4081c2; }
        .earn-shop-container .transaction-history .order-filter .pagination a {
          padding: 0.5rem 1rem;
          border-radius: 3px; }
        .earn-shop-container .transaction-history .order-filter .pagination a.active {
          color: white;
          background-color: #4081c2; }
    .earn-shop-container .transaction-history .order-history-items {
      overflow: scroll;
      max-height: 100%; }
    .earn-shop-container .transaction-history .order-detail-header {
      margin-bottom: 2rem; }
    .earn-shop-container .transaction-history .item-list-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 2rem 3rem; }
    .earn-shop-container .transaction-history .order-detail-wrapper {
      margin-top: 3rem;
      height: 100%;
      overflow: scroll; }
    .earn-shop-container .transaction-history .border-bottom {
      border-bottom: 1px solid #ddd; }
    .earn-shop-container .transaction-history .row {
      border: 1px solid #ddd;
      margin-bottom: 2rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .earn-shop-container .transaction-history .is-multiline {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .earn-shop-container .transaction-history .box {
      padding: 20px; }
    .earn-shop-container .transaction-history #loader {
      position: relative;
      background-color: transparent;
      top: 0;
      padding-top: 0; }
      .earn-shop-container .transaction-history #loader > .loader-container {
        margin-top: 0; }
    .earn-shop-container .transaction-history .item-detail-link {
      padding: 1rem;
      border: 1px solid #eeeeee; }
    .earn-shop-container .transaction-history .order-item-detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -webkit-transition: 0.3s ease all;
      transition: 0.3s ease all;
      overflow: hidden;
      border: 1px solid #eeeeee;
      margin-top: 2rem; }
    .earn-shop-container .transaction-history .is-closed {
      max-height: 0;
      padding: 0;
      border: none; }

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .glide * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .glide--rtl {
    direction: rtl; }

html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */ }

body.os-dragging,
body.os-dragging * {
  cursor: default; }

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */ }

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important; }

.os-content-glue {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.os-padding {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1; }

.os-host-overflow > .os-padding {
  overflow: hidden; }

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  visibility: visible;
  padding-right: 31px !important;
  font-size: 20px !important;
  color: #000; }

.os-content:before,
.os-content:after {
  content: '';
  display: table;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0; }

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1; }

.os-scrollbar-corner {
  bottom: 0;
  right: 0; }

.os-scrollbar {
  pointer-events: none; }

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important; }

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%; }

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none; }

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important; }

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important; }

.os-scrollbar-vertical {
  top: 0;
  right: 0; }

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize; }

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize; }

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default; }

.os-host-overflow {
  overflow: hidden !important; }

.os-theme-dark > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px; }

.os-theme-dark > .os-scrollbar-vertical {
  bottom: 10px;
  width: 30px; }

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0; }

.os-theme-dark > .os-scrollbar-corner {
  height: 10px;
  width: 30px; }

.os-theme-dark > .os-scrollbar-corner {
  background-color: transparent; }

.os-theme-dark > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent; }

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable {
  background: transparent; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track {
  background: transparent; }

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px; }

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px; }

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px; }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4); }

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55); }

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7); }

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block; }

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none; }

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px; }

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px; }

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px; }

* {
  -webkit-tap-highlight-color: transparent; }

body {
  position: relative;
  height: 100%;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  background: #0E2442 url(../img/cr-background.png) center center no-repeat;
  background-size: cover;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none !important;
   -ms-user-select: none !important;
       user-select: none !important; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    body {
      font-size: .8em; } }
  @media only screen and (max-width: 667px) {
    body {
      font-size: .6em; } }

#app {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0E2442 url(../img/cr-background.png) center center repeat;
  background-size: 150px 150px;
  min-height: 100%; }
  #app.isloaded #app-body-wrapper {
    opacity: 1; }
  #app #app-body-wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }

#pre-loader {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 30%;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 2.5em;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in; }
  #pre-loader.active {
    display: block;
    opacity: 1;
    z-index: 300;
    visibility: visible; }
  #pre-loader i {
    display: block;
    margin-bottom: 105px;
    font-size: 3em; }

#offline {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #202A35 url(../img/bg-pattern.jpg) repeat;
  z-index: 100; }
  #offline h1 {
    font-size: 3em;
    text-align: center; }
  #offline p {
    font-size: 1.7em; }

.block-notice {
  margin: 0 50px;
  padding: 30px 40px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #202A35 !important;
  border-radius: 5px; }

.progress-bar-wrapper {
  position: relative;
  margin: 5px 0;
  width: 100%;
  height: 20px;
  background-color: rgba(85, 85, 85, 0.2);
  border-radius: 20px;
  zoom: 1; }
  .progress-bar-wrapper:before, .progress-bar-wrapper:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .progress-bar-wrapper:after {
    clear: both; }
  .progress-bar-wrapper.large {
    height: 40px; }
  .progress-bar-wrapper .progress-bar {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #4081c2;
    border-radius: 50px; }

/* always present */
.expand-enter-active, .expand-leave-active {
  -webkit-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out; }

.expand-enter, .expand-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.fade-enter-active, .fade-leave-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.notification-transition {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .notification-transition #notification-overlay {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.65, -0.88, 0.43, 1.63);
    transition: all 0.3s cubic-bezier(0.65, -0.88, 0.43, 1.63); }

.notification-enter, .notification-leave {
  opacity: 0; }
  .notification-enter #notification-overlay, .notification-leave #notification-overlay {
    -webkit-transform: scale(0.4) rotate(25deg);
            transform: scale(0.4) rotate(25deg); }

.slide-transition {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.001s ease-out;
  transition: all 0.001s ease-out; }

.slide-enter, .slide-leave {
  height: 0;
  opacity: 0;
  visibility: hidden; }

#reset-target {
  position: absolute;
  width: 6%;
  height: 6%;
  top: 0;
  right: 0;
  z-index: 99; }

#logoutTimer {
  position: fixed;
  padding: 35px;
  width: 60%;
  top: 20px;
  left: 20%;
  font-size: 1em;
  z-index: 100;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  text-transform: uppercase;
  border-radius: 10px;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #logoutTimer:before, #logoutTimer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  #logoutTimer:after {
    clear: both; }
  #logoutTimer .btn, #logoutTimer #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li #logoutTimer .claim-reward-btn, #logoutTimer #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li #logoutTimer .claim-reward-btn {
    margin: 0;
    float: right; }

.page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .page h1 {
    padding: 20px;
    font-size: 4em;
    line-height: 1.4;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 667px) {
      .page h1 {
        font-size: 2.5em; } }

.page-intro {
  height: 100%;
  margin: 0 auto;
  padding-top: 15vh;
  max-width: 800px;
  width: 100%; }
  .page-intro p {
    padding: 20px;
    font-size: 1.8em;
    text-align: center; }
  .page-intro form {
    position: absolute;
    left: -9999px; }
  .page-intro footer {
    padding-top: 20vh;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    font-size: 1.3em;
    text-align: center; }
    @media only screen and (max-width: 667px) {
      .page-intro footer {
        padding-top: 0; } }
    .page-intro footer p {
      line-height: 1.5;
      font-weight: bold;
      color: #ffffff; }
  .page-intro .lang p {
    padding: 6px; }
  .page-intro .lang img {
    width: 150px;
    height: 95px;
    opacity: .2;
    cursor: pointer;
    margin: 20px; }
    .page-intro .lang img:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .page-intro .lang img:before {
      border-radius: 15px;
      position: relative;
      background: #ccc;
      z-index: 1;
      height: 100%;
      color: black;
      content: attr(alt);
      display: grid;
      place-items: center; }
  .page-intro .lang img.active {
    opacity: 1 !important; }
  .page-intro .btn-lang {
    position: absolute;
    top: 17px;
    right: 20px;
    cursor: pointer; }
    .page-intro .btn-lang img {
      width: 45px;
      height: 25px; }

.page-player-details {
  text-align: center;
  padding: 0; }
  .page-player-details header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(14, 36, 67, 0.99);
    border-bottom: 1px solid #000;
    padding: 40px 50px;
    zoom: 1; }
    #app-body-wrapper.player-info-banner-top .page-player-details header {
      top: 0; }
    #app-body-wrapper.player-info-banner-top .page-player-details .player-info-Wrapper {
      margin-top: 144px; }
    #app-body-wrapper.player-info-banner-bottom .page-player-details header {
      bottom: 0; }
    #app-body-wrapper.player-info-banner-bottom.ada-on .page-player-details header {
      padding: 12px 50px;
      z-index: 0; }
    @media only screen and (min-width: 667px) and (max-width: 1028px) {
      .page-player-details header {
        padding: 30px 20px; } }
    @media only screen and (max-width: 667px) {
      .page-player-details header {
        padding: 20px 0; } }
    .page-player-details header:before, .page-player-details header:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .page-player-details header:after {
      clear: both; }
    .page-player-details header .player-stat {
      color: #4081c2;
      margin: 8px 40px;
      font-size: 1.3em;
      text-align: left;
      font-weight: bold;
      zoom: 1; }
      .page-player-details header .player-stat:before, .page-player-details header .player-stat:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      .page-player-details header .player-stat:after {
        clear: both; }
      @media only screen and (min-width: 667px) and (max-width: 1028px) {
        .page-player-details header .player-stat {
          margin: 8px 20px; } }
      .page-player-details header .player-stat span {
        display: block;
        color: #ffffff;
        text-transform: uppercase;
        font-size: .8em;
        padding-bottom: 10px;
        font-weight: normal; }
    .page-player-details header .player-status {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100px;
      margin: 0 auto 0 0;
      text-transform: uppercase;
      font-weight: bold;
      font-size: .9em;
      letter-spacing: .1em; }
      .page-player-details header .player-status img {
        margin-bottom: 10px;
        width: 50%; }
    .page-player-details header .logout-btn-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: auto;
      text-align: center; }
      .page-player-details header .logout-btn-wrapper .volume-btn {
        margin-right: 20px;
        font-size: 40px;
        display: block;
        margin-top: 10px;
        color: white;
        text-decoration: none;
        min-width: 40px; }
      .page-player-details header .logout-btn-wrapper .logout-btn {
        display: inline-block;
        margin: 7px 0 0; }
      .page-player-details header .logout-btn-wrapper .login-btn {
        display: inline-block;
        margin: 7px 0 0;
        background-color: #6fa653; }
  .page-player-details .player-info-Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0px 40px; }
  .page-player-details #player-info-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Raleway", sans-serif;
    border: 0px;
    outline: 0px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    font-size: .9em;
    background-color: #4081c2;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border-bottom-right-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    -webkit-border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
    -webkit-border-bottom-left-radius: 100px;
    width: 100px;
    height: 90px; }
    .page-player-details #player-info-button i {
      margin-bottom: 30px;
      color: #ffffff; }
  .page-player-details .page-body {
    margin: 0 auto;
    padding-bottom: 100px;
    max-width: 700px; }
    .page-player-details .page-body.no-pin {
      margin-top: 200px; }
    @media only screen and (max-width: 667px) {
      .page-player-details .page-body {
        padding: 120px 0 0; } }
    .page-player-details .page-body p {
      margin-top: 20px;
      font-size: 1.8em;
      line-height: 2em;
      font-family: "Raleway", sans-serif;
      font-weight: bold;
      color: #4081c2; }
  .page-player-details footer {
    position: fixed;
    padding: 35px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222d38; }
  .page-player-details h2 {
    font-size: 2.9em;
    color: #ffffff;
    letter-spacing: .07em; }
  .page-player-details .back-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page-player-details .back-btn-wrapper .logout-btn {
      display: inline-block;
      margin: 10px 0 0;
      background-color: #D95053; }

.slick-list {
  overflow: visible; }

.promotions-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 25%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 667px) {
    .promotions-carousel {
      padding: 0 5%; } }
  #app-body-wrapper.ada-off .promotions-carousel {
    margin-top: 0;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease; }
  #app-body-wrapper.player-info-banner-top.ada-on .promotions-carousel {
    margin-top: 255px;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease; }
  #app-body-wrapper.player-info-banner-bottom.ada-on .promotions-carousel {
    margin-top: 315px;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease; }

.promotions-list {
  margin: 0 auto;
  overflow: visible;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 410px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  #app-body-wrapper.ada-on .promotions-list li {
    margin-top: auto !important; }
  .promotions-list li {
    padding: 0;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px; }
    .promotions-list li.glide__slide--active {
      z-index: 10; }
    .promotions-list li .img-wrapper {
      width: 100%;
      display: block;
      width: 100%;
      overflow: hidden;
      border-radius-top: 10px; }
    .promotions-list li img {
      width: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .promotions-list li .body {
      padding: 30px 50px 20px; }
      .promotions-list li .body h3 {
        margin: 0;
        color: #4081c2;
        font-size: 2em;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif; }
      .promotions-list li .body p {
        margin: 20px 0 10px;
        color: #555;
        font-size: 1.2em;
        font-family: "Raleway", sans-serif;
        font-weight: 400; }
        .promotions-list li .body p strong {
          display: block;
          font-weight: 400;
          font-size: 1.1em;
          line-height: 1.5;
          color: #555; }

.carousel :focus {
  outline: none; }

.carousel-arrow {
  position: absolute;
  padding: 25px 35px;
  top: 0;
  bottom: 0;
  border: none;
  color: transparent;
  overflow: hidden;
  z-index: 10;
  background-color: rgba(32, 42, 53, 0.5);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .carousel-arrow:active, .carousel-arrow:focus {
    outline: none !important;
    border: none !important; }
  .carousel-arrow.swiper-button-disabled {
    opacity: .1; }
  .carousel-arrow.next, .carousel-arrow.prev {
    right: 0; }
    .carousel-arrow.next:after, .carousel-arrow.prev:after {
      position: absolute;
      display: block;
      content: "\f061";
      color: #fff;
      font-family: fontAwesome;
      left: 0;
      right: 0;
      text-align: center;
      top: 45%;
      font-size: 1.9em; }
  .carousel-arrow.prev {
    left: 0;
    right: auto; }
    .carousel-arrow.prev:after {
      content: "\f060"; }

.instruction-img {
  position: absolute;
  left: 50%;
  bottom: 10%;
  margin-left: -55px;
  width: 110px; }
  .instruction-img.animate .hand-card img {
    display: block;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-animation: swipe-instructions 5s linear infinite; }
  .instruction-img img {
    display: block;
    width: 100%; }
  .instruction-img .card-slot {
    height: 10px;
    overflow: hidden; }
  .instruction-img .hand-card {
    height: 150px;
    overflow: hidden; }
    .instruction-img .hand-card img {
      margin-top: -15px; }

.page-pin-number {
  padding-top: 15vh; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .page-pin-number {
      padding-top: 10vh; } }
  @media only screen and (max-width: 667px) {
    .page-pin-number {
      padding-top: 1vh; } }

.page-pin-number-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  text-align: center; }
  .page-pin-number-wrapper.pin-ada {
    float: none !important;
    max-width: 780px;
    margin-top: 560px;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease; }
    .page-pin-number-wrapper.pin-ada #numeric-key-pad {
      max-width: none; }
  .page-pin-number-wrapper.pin-sticky-top {
    margin-top: 0;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease; }
  .page-pin-number-wrapper.pin-sticky-bottom {
    margin-top: 320px;
    -webkit-transition: margin 700ms ease;
    transition: margin 700ms ease; }
  .page-pin-number-wrapper.pin-float-left {
    float: left; }
  .page-pin-number-wrapper.pin-float-right {
    float: right; }
  .page-pin-number-wrapper .pin-instructions {
    text-align: center;
    font-size: 2.0em;
    font-weight: bold;
    color: #4081c2;
    font-family: "Raleway", sans-serif; }
  .page-pin-number-wrapper .pin-display {
    width: 200px;
    margin: 0 auto 30px;
    padding: 80px 140px 0;
    font-size: 3.2em;
    font-weight: 100;
    font-family: "Raleway", sans-serif;
    text-align: center; }
    @media only screen and (max-width: 667px) {
      .page-pin-number-wrapper .pin-display {
        padding: 30px 140px 0; } }
    .page-pin-number-wrapper .pin-display span {
      display: inline-block;
      padding: 5%;
      width: 15%; }

#numeric-key-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  zoom: 1; }
  #numeric-key-pad:before, #numeric-key-pad:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  #numeric-key-pad:after {
    clear: both; }
  #numeric-key-pad div.digit {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px;
    user-select: none;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border: 1px solid #4081c2;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 100%; }
    #numeric-key-pad div.digit.active {
      background: #4081c2;
      color: #202A35; }
      #numeric-key-pad div.digit.active .fa {
        color: #202A35; }
    #numeric-key-pad div.digit span {
      display: block;
      font: 100 2em/2 "Fjalla One", sans-serif;
      color: #D5AA8E;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #numeric-key-pad div.digit span:active {
        background-color: none; }
      #numeric-key-pad div.digit span .fa {
        color: #D5AA8E; }
  #numeric-key-pad.keypad-small {
    max-width: 230px; }
    #numeric-key-pad.keypad-small div.digit {
      margin: 10px;
      width: 52px;
      height: 52px; }
      #numeric-key-pad.keypad-small div.digit span {
        font: 0.75em; }
  #app-body-wrapper.player-info-banner-bottom.ada-on #numeric-key-pad div.digit {
    margin-bottom: 0; }

.page-overlay {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 15;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.8); }
  #app-body-wrapper.player-info-banner-top .page-overlay {
    top: 140px;
    bottom: 0; }
  #app-body-wrapper.player-info-banner-bottom .page-overlay {
    top: 0;
    bottom: 144px; }
  #app-body-wrapper.player-info-banner-bottom.ada-on .page-overlay {
    bottom: 0; }
  @media only screen and (min-width: 667px) and (max-width: 1028px) {
    .page-overlay {
      top: 110px; } }
  .page-overlay .close-btn {
    position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5000;
    border-radius: 30px; }
    .page-overlay .close-btn span {
      position: absolute;
      display: block;
      top: 49.5%;
      width: 50%;
      margin-left: 25%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }
      .page-overlay .close-btn span:before, .page-overlay .close-btn span:after {
        position: absolute;
        display: block;
        left: 0;
        content: "";
        height: 2px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.7); }
      .page-overlay .close-btn span:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.panel-overlay-wrapper {
  position: fixed;
  padding: 35px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100; }

.panel-overlay {
  position: fixed;
  padding: 35px;
  left: 10%;
  right: 10%;
  z-index: 101;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.6); }
  #app-body-wrapper.player-info-banner-top .panel-overlay {
    top: 15%;
    bottom: 10%; }
  #app-body-wrapper.player-info-banner-top.ada-on .panel-overlay {
    top: 15%;
    bottom: 1%; }
  #app-body-wrapper.player-info-banner-bottom .panel-overlay {
    top: 8%;
    bottom: 15%; }
  #app-body-wrapper.player-info-banner-bottom.ada-on .panel-overlay {
    top: 15%;
    bottom: 1%; }
  .panel-overlay .close {
    position: absolute;
    right: 25px;
    top: 20px;
    padding: 7px 9px;
    text-align: center;
    color: #465c75;
    font-size: 1.4em;
    background-color: #DBDBDB;
    border-radius: 30px; }
  .panel-overlay .panel-overlay-header, .panel-overlay header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB; }
    .panel-overlay .panel-overlay-header h1, .panel-overlay .panel-overlay-header h2, .panel-overlay .panel-overlay-header h3, .panel-overlay .panel-overlay-header h4, .panel-overlay .panel-overlay-header p, .panel-overlay header h1, .panel-overlay header h2, .panel-overlay header h3, .panel-overlay header h4, .panel-overlay header p {
      text-align: left;
      color: #202A35 !important; }
  .panel-overlay .panel-overlay-body {
    overflow-y: auto;
    height: 81%;
    padding: 0 15px;
    color: #202A35 !important;
    text-align: left; }
    .panel-overlay .panel-overlay-body .btn, .panel-overlay .panel-overlay-body #drawer .drawer-list li .claim-reward-btn, #drawer .drawer-list li .panel-overlay .panel-overlay-body .claim-reward-btn, .panel-overlay .panel-overlay-body #bonus .reward-period-list li .claim-reward-btn, #bonus .reward-period-list li .panel-overlay .panel-overlay-body .claim-reward-btn {
      margin: 15px 0; }

.reward-item {
  padding: 20px; }
  #app-body-wrapper.ada-off .reward-item {
    border-bottom: 1px solid #DBDBDB; }
  #app-body-wrapper.ada-on .reward-item {
    border-top: 1px solid #DBDBDB; }

.reward-unavailable-notice {
  display: block;
  margin: 20px 0 0;
  padding: 20px;
  background-color: rgba(202, 108, 20, 0.1);
  color: #D95053;
  font-size: 1.1em;
  border-radius: 5px; }

/**
 * Notifications Overlay
 */
#notification-overlay-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000; }
  #notification-overlay-wrapper #notification-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -400px;
    background-color: #6fa653;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #6fa653;
    background: -webkit-gradient(linear, left top, left bottom, from(#6fa653), to(#619249));
    background: linear-gradient(180deg, #6fa653, #619249);
    width: 800px;
    height: 800px;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5); }
    #app-body-wrapper.ada-on #notification-overlay-wrapper #notification-overlay {
      top: 65%; }
    #notification-overlay-wrapper #notification-overlay.warning {
      background-color: #CA6C14;
      background: #CA6C14;
      background: -webkit-gradient(linear, left top, left bottom, from(#CA6C14), to(#ae5d11));
      background: linear-gradient(180deg, #CA6C14, #ae5d11); }
    #notification-overlay-wrapper #notification-overlay.error {
      background-color: #D95053;
      background: #D95053;
      background: -webkit-gradient(linear, left top, left bottom, from(#D95053), to(#d4373a));
      background: linear-gradient(180deg, #D95053, #d4373a); }
    #notification-overlay-wrapper #notification-overlay .notification-overlay-body i.icon-xl {
      font-size: 10em;
      text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }
    #notification-overlay-wrapper #notification-overlay .notification-overlay-body .title {
      font-size: 2.5em;
      text-shadow: 1px 1px 0 #000; }
    #notification-overlay-wrapper #notification-overlay .notification-overlay-body .message {
      color: #ffffff;
      font-size: 2.2em;
      text-shadow: 1px 1px 0 #000; }
    #notification-overlay-wrapper #notification-overlay .notification-overlay-body .subtitle {
      display: block;
      margin-top: 30px;
      text-transform: uppercase;
      opacity: .8; }

/**
 * Drawers
 */
.drawer {
  position: absolute;
  color: #CA6C14;
  background: #fff;
  max-width: 600px;
  position: absolute;
  left: 50%;
  padding: 24px 36px;
  font-size: 20px;
  letter-spacing: 0.03em;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
  -webkit-box-shadow: 2px 2px 10px #000;
  -ms-box-shadow: 2px 2px 10px #000;
  -o-box-shadow: 2px 2px 10px #000;
  box-shadow: 2px 2px 10px #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .drawer i {
    margin-right: 12px; }
  #app.swipe-error .drawer {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .drawer #error-messages {
    font-family: monospace;
    color: #333;
    margin: 24px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px; }

.edit-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 10px 10px 10px 10px; }
  .edit-checkbox-wrapper label {
    margin: 5px 15px 0 7px; }
  .edit-checkbox-wrapper input[type=checkbox] {
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative; }

@-webkit-keyframes swipe-instructions {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  80% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  85% {
    -webkit-transform: translateY(-37px);
            transform: translateY(-37px); }
  90% {
    -webkit-transform: translateY(-37px);
            transform: translateY(-37px); }
  95% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

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