@import url(https://cdn.ncsoft.com/dependencies/fonts/fontawesome/5.6.3/css/all.min.css);
@import url(https://fonts.ncwest.ncsoft.com/adelon/fonts.css?v=1.0);
@import url(https://fonts.ncwest.ncsoft.com/dinnextpro/fonts.css);
@import url(https://fonts.ncwest.ncsoft.com/includes/fonts/fonts.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@charset "UTF-8";
/*! normalize.scss v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded Footer
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping Footer
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
  * 4. remove outline on focused elements
  */
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: 0;
  /* 4 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `Button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `Button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `Footer-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement Button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel Button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel Button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
* {
  box-sizing: border-box; }

body {
  overflow-x: hidden; }

html, body, #app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
  position: relative;
  background-color: black; }
  @media (min-width: 1024px) {
    html, body, #app {
      overflow-x: visible; } }

#app {
  overflow-x: visible; }

body {
  overflow-x: hidden;
  background-color: #1c1c1c;
  color: #b1b1b1;
  font-family: "AdelonBook", "Times New Roman", Times, serif; }
  body.no-nav #navbar {
    display: none; }
  body #main {
    width: 100%;
    text-align: center;
    height: 100%;
    min-height: 100%;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch;
    overflow: hidden; }
    body #main .page {
      min-height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "AdelonBook", "Times New Roman", Times, serif; }

a, button {
  cursor: pointer;
  text-decoration: none;
  display: inline-block; }

.disabled {
  color: rgba(255, 255, 255, 0.22); }

[class^="tag-"][class*="announcement"] {
  color: #b69e70; }

[class^="tag-"][class*="community"] {
  color: #4a90e2; }

[class^="tag-"][class*="event"] {
  color: #6db51f; }

[class^="tag-"][class*="sales"] {
  color: #DB4437; }

[class^="tag-"][class*="mainenance"] {
  color: #E39A22; }

[class*="tag-border-"][class*="announcement"] {
  border-color: #b69e70; }

[class*="tag-border-"][class*="community"] {
  border-color: #4a90e2; }

[class*="tag-border-"][class*="event"] {
  border-color: #6db51f; }

[class*="tag-border-"][class*="sales"] {
  border-color: #DB4437; }

[class*="tag-border-"][class*="mainenance"] {
  border-color: #E39A22; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
a.btn, div.btn > a {
  padding: 15px 40px;
  display: inline-block;
  color: white; }
  a.btn.arrow-left, div.btn > a.arrow-left {
    padding-left: 50px; }
  a.btn.arrow-right, div.btn > a.arrow-right {
    padding-right: 50px; }

div.btn.no-url:not(.text) {
  padding: 15px 40px; }

.btn {
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid white;
  border-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3); }
  .btn:hover, .btn.active {
    background: #e34400;
    background: linear-gradient(to bottom, #e34400 0%, #821C1A 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$reddish, endColorstr=$dark-red,GradientType=0 );
    border-color: #e34400; }
  .btn.default-clear {
    background: none;
    background-color: transparent;
    color: #2A2626;
    border-color: #2A2626;
    text-transform: none;
    transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-filter: none;
            filter: none; }
    .btn.default-clear > a {
      padding: 12px 34px;
      color: inherit; }
    .btn.default-clear:hover, .btn.default-clear.active {
      background: none;
      background-color: #2A2626;
      color: #fff;
      transition: color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .btn.default-clear:hover > a, .btn.default-clear.active > a {
        color: inherit; }
    .btn.default-clear.arrow-left a {
      padding-left: 48px; }
    .btn.default-clear.arrow-right a {
      padding-right: 48px; }
  .btn.golden {
    position: relative;
    font-family: "AdelonBold", "Times New Roman", Times, serif;
    font-size: 24px;
    font-weight: 900;
    background-image: #e5c100;
    background: linear-gradient(to top, #89640b, #e0ac32);
    border-radius: 0;
    border: none;
    color: white;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
    .btn.golden:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.5) 0%, rgba(229, 193, 0, 0.2) 50%, rgba(245, 166, 35, 0) 100%);
      box-shadow: inset 0 2px 0 0 transparent, inset -2px 0 0 transparent, inset 0 -2px 0 0 transparent, inset 2px 0 0 transparent;
      opacity: 0;
      transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .btn.golden:hover, .btn.golden.active {
      box-shadow: inset 0 2px 0 0 #e0ac32, inset -2px 0 0 #e0ac32, inset 0 -2px 0 0 #e0ac32, inset 2px 0 0 #e0ac32; }
      .btn.golden:hover:before, .btn.golden.active:before {
        opacity: 1;
        transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), box-shadow 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .btn.golden.large {
      font-size: 25px;
      max-width: 343px;
      width: calc(100% - 50px);
      height: 87px;
      line-height: 57px; }
      @media (min-width: 1024px) {
        .btn.golden.large {
          max-width: 420px;
          width: 420px;
          height: 106px;
          line-height: 75px;
          font-size: 36px; } }
  .btn.shop {
    background: #ffb422;
    color: black;
    border: none;
    font-size: 17px;
    min-width: 320px;
    text-align: center;
    padding: 25px; }
    .btn.shop:hover {
      background: #FFC920; }
  .btn.text {
    padding: 7px 10px;
    color: #2A2626;
    font-family: "AdelonBook", "Times New Roman", Times, serif;
    background: none;
    background-color: transparent;
    border: none; }
    .btn.text:hover, .btn.text.active {
      background: none;
      background-color: #2A2626;
      color: rgba(255, 255, 255, 0.87); }
  .btn > .btn-arrow {
    position: absolute;
    left: 30px;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    font-size: 18px;
    color: inherit; }
    .btn > .btn-arrow:not(.fa-angle-left) {
      left: auto;
      right: 30px; }
    .btn > .btn-arrow.fa-angle-left {
      left: 30px; }
  .btn.nchide {
    display: none; }
  .btn.classic-vip {
    background-color: #1f3f6e;
    border: none; }
    .btn.classic-vip a {
      font-family: "AdelonBook", "Times New Roman", Times, serif;
      font-weight: 700;
      padding: 10px 25px;
      font-size: 15px; }
    .btn.classic-vip:hover {
      background: #1f3f6e; }
  .btn.classic {
    position: relative;
    font-family: "AdelonBold", "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: 700;
    background-color: #ffb422;
    border-radius: 3px;
    border: none;
    color: #212626;
    width: 90%;
    max-width: 362px; }
    @media (min-width: 768px) {
      .btn.classic {
        padding: 27.5px 0 !important;
        font-size: 27px; } }
    .btn.classic:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .btn.classic > .btn-arrow {
      opacity: 0;
      transform: translate3d(-30px, -50%, 0);
      transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      font-size: 30px; }
      @media (max-width: 768px) {
        .btn.classic > .btn-arrow {
          display: none; } }
    .btn.classic:hover, .btn.classic.active {
      background: #ffc826;
      -webkit-filter: none;
              filter: none;
      border: none; }
      .btn.classic:hover > .btn-arrow, .btn.classic.active > .btn-arrow {
        opacity: 1; }
      .btn.classic:hover:before, .btn.classic.active:before {
        opacity: 1;
        transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), box-shadow 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.navbar-item.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none; }

.navbar-item {
  display: block;
  text-align: center;
  margin: 0 auto; }
  .navbar-item.hidden {
    display: none; }
  @media (min-width: 1024px) {
    .navbar-item {
      display: inline-block;
      line-height: 80px;
      margin: 0; }
      .navbar-item.align-right {
        float: right; } }
  .navbar-item.nav-logo {
    display: none; }
    @media (max-width: 1100px) and (min-width: 1024px) {
      .navbar-item.nav-logo {
        margin-right: 0; } }
    @media (min-width: 1100px) {
      .navbar-item.nav-logo {
        margin-right: 3em; } }
    @media (min-width: 1024px) {
      .navbar-item.nav-logo {
        background-size: 200px;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url("/images/global/l2_logo.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 200px;
        margin: 0 0 0 20px;
        display: inline-block;
        width: 200px;
        height: 100%; } }
    @media (min-width: 1280px) {
      .navbar-item.nav-logo {
        margin: 0 3em 0 45px; } }
    .navbar-item.nav-logo > a {
      display: inline-block; }
  .navbar-item.login > a {
    color: #f0f0f0;
    font-family: "AdelonBook", "Times New Roman", Times, serif;
    text-transform: none; }
    @media (min-width: 1024px) {
      .navbar-item.login > a {
        text-transform: uppercase; } }
    .navbar-item.login > a:hover, .navbar-item.login > a:focus {
      cursor: pointer;
      color: #fff; }
  .navbar-item.login > .user-wrapper {
    text-align: left;
    padding: 12px;
    margin: 0;
    line-height: 1; }
    @media (min-width: 1024px) {
      .navbar-item.login > .user-wrapper {
        margin: 20px;
        padding: 0;
        text-align: right; } }
    .navbar-item.login > .user-wrapper > .user {
      margin: 0;
      padding: 0;
      line-height: 1;
      font-family: "AdelonBook", "Times New Roman", Times, serif;
      font-size: 16px;
      font-weight: 500;
      text-align: left;
      color: #fff; }
      .navbar-item.login > .user-wrapper > .user:hover {
        font-weight: bold; }
      @media (min-width: 1024px) {
        .navbar-item.login > .user-wrapper > .user {
          text-align: right; } }
    .navbar-item.login > .user-wrapper > .logout {
      margin: 8px 0 0 0;
      padding: 0;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 16px;
      font-weight: normal;
      color: #b69e70; }
      @media (min-width: 1024px) {
        .navbar-item.login > .user-wrapper > .logout {
          text-align: right;
          font-size: 12px; } }
      .navbar-item.login > .user-wrapper > .logout:hover {
        font-weight: bold; }
  .navbar-item.play_now {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    bottom: 5em;
    width: 100%;
    height: 3.5em;
    margin: 0;
    font-weight: bold; }
    @media (min-width: 1024px) {
      .navbar-item.play_now {
        position: static;
        transform: none;
        width: auto;
        height: auto;
        margin: 0; } }
    .navbar-item.play_now > a {
      text-align: center;
      width: 100%; }
      @media (max-width: calc(1024px - 1px)) {
        .navbar-item.play_now > a {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0); } }
      @media (min-width: 1280px) {
        .navbar-item.play_now > a {
          width: 318px; } }
  @media (min-width: 1024px) {
    .navbar-item.text-link {
      line-height: 80px; } }
  .navbar-item.text-link > a, .navbar-item.text-link div {
    color: #f0f0f0;
    font-family: "AdelonBook", "Times New Roman", Times, serif; }
  .navbar-item.text-link > a.active {
    position: relative; }
    @media (min-width: 1024px) {
      .navbar-item.text-link > a.active:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #cc0000; } }
  @media (min-width: 1024px) {
    .navbar-item.text-link:hover {
      background-color: #821C1A;
      background: linear-gradient(to bottom, #cc0000 0%, #cc0000 20%, #821C1A 100%); } }
  .navbar-item.subnav {
    padding-right: 10px; }
    .navbar-item.subnav > .subnav-parent {
      position: relative;
      padding: 0;
      text-align: left; }
      @media (min-width: 1024px) {
        .navbar-item.subnav > .subnav-parent.active:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 2px;
          background-color: #cc0000; } }
      @media (min-width: 1024px) {
        .navbar-item.subnav > .subnav-parent {
          padding: 0 25px;
          text-align: center; } }
      .navbar-item.subnav > .subnav-parent > p {
        margin: 0;
        padding: 12px; }
        @media (min-width: 1024px) {
          .navbar-item.subnav > .subnav-parent > p {
            padding: 0; } }
      .navbar-item.subnav > .subnav-parent > .fa-angle-down {
        position: absolute;
        left: 4em;
        top: 21px;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        color: #fff;
        font-size: 20px; }
        @media (min-width: 1024px) {
          .navbar-item.subnav > .subnav-parent > .fa-angle-down {
            top: calc(50% + 3px);
            left: auto;
            right: 2px; } }
      .navbar-item.subnav > .subnav-parent > .menu-dropdown {
        display: none;
        position: static;
        max-height: 0px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        height: auto;
        border-bottom: 1px solid #b79e70;
        transform-origin: top center;
        transform: translateY(-5%) scaleY(0);
        z-index: 2; }
        @media (min-width: 1024px) {
          .navbar-item.subnav > .subnav-parent > .menu-dropdown {
            position: absolute;
            left: 0;
            transform-origin: top center;
            bottom: 0;
            padding: 12px 0;
            max-height: 500px;
            height: auto;
            width: 250px;
            border: none;
            background-color: #821C1A;
            background: linear-gradient(to bottom, #821C1A 0%, #821C1A 20%, #cc0000 100%); } }
        @media (min-width: 1600px) {
          .navbar-item.subnav > .subnav-parent > .menu-dropdown {
            bottom: 0; } }
        .navbar-item.subnav > .subnav-parent > .menu-dropdown li {
          height: 25px;
          margin: 12px 0; }
          .navbar-item.subnav > .subnav-parent > .menu-dropdown li a {
            position: relative;
            display: block;
            padding: 0 0 0 25px;
            height: 100%;
            line-height: 25px;
            font-family: "AdelonBook", "Times New Roman", Times, serif;
            font-weight: normal;
            font-style: normal;
            font-size: 14px;
            text-align: left;
            color: #f0f0f0;
            text-decoration: none;
            letter-spacing: normal; }
            @media (min-width: 1024px) {
              .navbar-item.subnav > .subnav-parent > .menu-dropdown li a {
                padding: 0 0 0 15px;
                font-size: 17px;
                line-height: 26px;
                color: #fff; } }
            .navbar-item.subnav > .subnav-parent > .menu-dropdown li a:hover, .navbar-item.subnav > .subnav-parent > .menu-dropdown li a:focus, .navbar-item.subnav > .subnav-parent > .menu-dropdown li a.active {
              color: #fff; }
              @media (min-width: 1024px) {
                .navbar-item.subnav > .subnav-parent > .menu-dropdown li a:hover:before, .navbar-item.subnav > .subnav-parent > .menu-dropdown li a:focus:before, .navbar-item.subnav > .subnav-parent > .menu-dropdown li a.active:before {
                  content: '';
                  position: absolute;
                  left: 0px;
                  top: -6px;
                  height: 150%;
                  width: 3px;
                  background-color: #fff; } }
      @media (min-width: 1024px) {
        .navbar-item.subnav > .subnav-parent:hover {
          cursor: pointer; }
          .navbar-item.subnav > .subnav-parent:hover > .menu-dropdown {
            display: block;
            transform-origin: top center;
            -webkit-animation: openSubMenu 200ms ease-in-out;
                    animation: openSubMenu 200ms ease-in-out;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards; } }
      @media (max-width: 1024px) {
        .navbar-item.subnav > .subnav-parent.clicked > p {
          background-image: linear-gradient(to left, #e33f3f, #8c1313); }
        .navbar-item.subnav > .subnav-parent.clicked > .menu-dropdown {
          display: block;
          max-height: 100%;
          transform: translateY(0) scaleY(1); } }
  .navbar-item a {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: block;
    padding: 12px;
    max-width: 280px;
    text-align: left; }
    @media (min-width: 1024px) {
      .navbar-item a {
        text-align: center;
        padding: 0 25px; } }

@-webkit-keyframes openSubMenu {
  0% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(100%) scaleY(1); } }

@keyframes openSubMenu {
  0% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(100%) scaleY(1); } }

@-webkit-keyframes closeSubMenu {
  0% {
    transform: translateY(100%) scaleY(1); }
  99% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(0%) scaleY(0); } }

@keyframes closeSubMenu {
  0% {
    transform: translateY(100%) scaleY(1); }
  99% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(0%) scaleY(0); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
#navbar {
  position: absolute;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 3;
  background: linear-gradient(to right, black 0%, #2a2626 100%);
  transform: translateY(0); }
  #navbar.open {
    background: linear-gradient(to bottom, black 0%, #0c0c0c 100%); }
  #navbar.sticky {
    transform-origin: top;
    position: fixed; }
  @media (min-width: 1024px) {
    #navbar {
      height: 80px;
      background: linear-gradient(to right, #2a2626 0%, rgba(42, 38, 38, 0.5) 100%); } }
  #navbar .mobile-nav-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 100%; }
    @media (min-width: 1024px) {
      #navbar .mobile-nav-logo {
        display: none; } }
  #navbar .hamburger {
    position: absolute;
    left: 34px;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    z-index: 3;
    float: left; }
    @media (min-width: 1024px) {
      #navbar .hamburger {
        display: none; } }
    #navbar .hamburger .fa {
      font-size: 25px;
      color: #b1b1b1; }
      #navbar .hamburger .fa[class$="-angle-left"] {
        font-weight: bold;
        font-size: 34px; }
  #navbar .inner-nav {
    position: fixed;
    left: 0;
    top: 50px;
    margin: auto;
    padding: 20px;
    width: 100%;
    height: calc(100vh - 50px);
    background-image: linear-gradient(to top, #4d422d, #0c0d14);
    transform: translateX(-100%);
    transition: transform 350ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    @media (min-width: 1024px) {
      #navbar .inner-nav {
        position: absolute;
        height: 80px;
        left: auto;
        top: 0;
        padding: 0;
        text-align: left;
        background-image: none;
        transform: translateX(0%); } }
    #navbar .inner-nav.mobile-nav-show {
      transform: translateX(0%); }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
#l2-footer {
  background-color: #2A2626;
  text-align: center; }
  #l2-footer .playnow {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 680px;
    padding-top: 280px;
    border-bottom: 6px solid #b69e70; }
    #l2-footer .playnow a {
      margin: 0 auto;
      display: block;
      color: #fff;
      width: calc(100% - 15px); }
    #l2-footer .playnow .social {
      padding-top: 100px;
      float: none; }
      #l2-footer .playnow .social h3 {
        font-family: "AdelonBold", "Times New Roman", Times, serif;
        color: white;
        font-size: 22px;
        margin: 0 0 20px 0;
        text-transform: uppercase; }
        @media (min-width: 1024px) {
          #l2-footer .playnow .social h3 {
            font-size: 40px; } }
      #l2-footer .playnow .social .social-icon {
        display: inline-block;
        height: 60px;
        width: 60px;
        margin: 0 5px;
        position: relative; }
        #l2-footer .playnow .social .social-icon:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 60px;
          height: 60px;
          border-radius: 5px;
          opacity: 0;
          transition: all .3s;
          z-index: 1; }
        #l2-footer .playnow .social .social-icon:before {
          font-family: "Font Awesome 5 Brands";
          width: 60px;
          height: 60px;
          position: absolute;
          top: 0;
          left: 0;
          color: white;
          line-height: 60px;
          font-size: 30px;
          z-index: 2; }
        #l2-footer .playnow .social .social-icon.fb:before {
          content: '\F39E'; }
        #l2-footer .playnow .social .social-icon.fb:after {
          background: #3b5998; }
        #l2-footer .playnow .social .social-icon.twt:before {
          content: '\F099'; }
        #l2-footer .playnow .social .social-icon.twt:after {
          background: #1da1f2; }
        #l2-footer .playnow .social .social-icon.twi:before {
          content: '\F1E8'; }
        #l2-footer .playnow .social .social-icon.twi:after {
          background: #6441A4; }
        #l2-footer .playnow .social .social-icon.yt:before {
          content: '\F167'; }
        #l2-footer .playnow .social .social-icon.yt:after {
          background: #ff0000; }
        #l2-footer .playnow .social .social-icon:hover:after {
          opacity: 1; }
  #l2-footer .copy {
    padding: 70px 0 40px; }
    #l2-footer .copy .foot-logo {
      display: block;
      margin: 0 auto 20px;
      width: 60%;
      max-width: 339px; }
      @media (min-width: 575px) {
        #l2-footer .copy .foot-logo {
          width: auto; } }
      #l2-footer .copy .foot-logo:hover {
        cursor: pointer; }
    #l2-footer .copy p {
      font-family: "Source Sans Pro", sans-serif;
      color: white;
      margin: 0 0 5px 0;
      font-size: 13px; }
    #l2-footer .copy .esrb {
      display: block;
      margin: 50px auto 0;
      max-width: 200px;
      height: auto; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.caption {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif; }
  @media (min-width: 1024px) {
    .caption {
      font-weight: normal; } }
  .caption span.separator {
    margin: 0 5px; }
    @media (min-width: 1024px) {
      .caption span.separator {
        display: inline-block;
        margin: 0 10px; } }
  .caption > span.meta-content {
    display: inline-block;
    text-transform: capitalize;
    margin-top: 0;
    font-weight: normal; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.news-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  display: inline-block;
  height: 422px;
  margin-bottom: 1em;
  overflow: hidden;
  border-radius: 5px;
  transform: translateY(0);
  transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), box-shadow 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media (min-width: 1024px) {
    .news-card {
      box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
      margin-bottom: 0; } }
  .news-card > .thumb {
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    transition: border-bottom-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .news-card > .content-wrapper {
    position: relative;
    width: 100%;
    height: 50%;
    padding: 15.5px;
    text-align: left;
    background-color: #fff;
    transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    @media (min-width: 1024px) {
      .news-card > .content-wrapper {
        background-color: transparent; } }
    .news-card > .content-wrapper > .caption {
      margin-top: 12px;
      margin-bottom: 8px;
      font-size: 17px;
      color: #2A2626; }
    .news-card > .content-wrapper > .description {
      font-size: 24px;
      color: #2A2626;
      margin: 6px 0;
      max-height: 130px;
      overflow: hidden;
      height: auto; }
      @media (min-width: 1024px) {
        .news-card > .content-wrapper > .description {
          margin: auto; } }
  @media (min-width: 1024px) {
    .news-card:not(:hover) > .thumb {
      border-bottom-color: transparent; } }
  @media (min-width: 1024px) {
    .news-card:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
      cursor: pointer;
      transform: translateY(-10px);
      transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), box-shadow 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .news-card:hover > .thumb {
        transition: border-bottom-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .news-card:hover > .content-wrapper {
        background-color: #fff;
        transition: background-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); } }
  .news-card.dark {
    background-color: #000; }
    .news-card.dark > .content-wrapper {
      background-color: #373737; }
      @media (min-width: 1024px) {
        .news-card.dark > .content-wrapper {
          background-color: #000; } }
      .news-card.dark > .content-wrapper > .caption {
        color: #f0f0f0; }
      .news-card.dark > .content-wrapper > .description {
        color: #f0f0f0; }
    .news-card.dark:hover > .content-wrapper {
      background-color: #373737; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.gameTags .tag {
  display: inline-block;
  height: 18px;
  width: auto;
  min-width: 78px;
  border-radius: 2px;
  padding: 2px;
  background-image: none;
  text-align: center;
  font-size: 11px;
  color: #fff;
  margin-right: 5px;
  font-family: "AdelonBook", "Times New Roman", Times, serif;
  transition: background 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .gameTags .tag.lineage-ii {
    background: #e33f3f; }
  .gameTags .tag.classic {
    background: #89640b; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.featured-news-wrapper {
  position: static;
  padding: 0 1em;
  text-align: left; }
  @media (min-width: 1024px) {
    .featured-news-wrapper {
      position: absolute;
      bottom: 7em;
      left: 0;
      padding: 0 3em; } }
  @media (min-width: 1600px) {
    .featured-news-wrapper {
      padding: 0 8em;
      bottom: 4em; } }
  .featured-news-wrapper > p {
    display: inline-block;
    text-transform: uppercase;
    color: #2A2626;
    font-family: "Source Sans Pro", sans-serif; }
  .featured-news-wrapper > .card-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr; }
    @media (min-width: 768px) {
      .featured-news-wrapper > .card-list {
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-columns: 1fr 16px 1fr; } }
    @media (min-width: 1024px) {
      .featured-news-wrapper > .card-list {
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr; } }
    .featured-news-wrapper > .card-list > .news-card.index-0 {
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .featured-news-wrapper > .card-list > .news-card.index-1 {
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .featured-news-wrapper > .card-list > .news-card.index-2 {
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .featured-news-wrapper > .card-list > .news-card.index-3 {
      -ms-grid-column: 7;
      -ms-grid-row: 1; }
  .featured-news-wrapper.dark > p {
    color: #fff; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.home-header {
  position: relative;
  height: auto;
  margin-top: 50px; }
  @media (min-width: 1024px) {
    .home-header {
      height: 1080px;
      margin-top: 0; } }
  @media (min-width: 1320px) {
    .home-header {
      height: 1270px; } }
  .home-header > .banner-wrapper {
    position: relative;
    height: auto;
    padding: 0; }
    @media (min-width: 1024px) {
      .home-header > .banner-wrapper {
        height: 1080px;
        padding: 0 8em; } }
    .home-header > .banner-wrapper > .gradient {
      position: absolute;
      bottom: 22%;
      left: 0;
      right: 0;
      width: 100%;
      height: 10em;
      z-index: 0;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 66%, black 100%); }
    .home-header > .banner-wrapper > [class^="banner-img-"] {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-position: 50%;
      background-repeat: no-repeat; }
    .home-header > .banner-wrapper > .banner-img-mobile {
      display: block;
      position: static;
      height: 220px;
      background-size: 100%;
      background-position: center top; }
      @media (min-width: 768px) and (min-height: 500px) {
        .home-header > .banner-wrapper > .banner-img-mobile {
          background-size: cover;
          height: 400px; } }
      @media (min-width: 1024px) {
        .home-header > .banner-wrapper > .banner-img-mobile {
          display: none; } }
    .home-header > .banner-wrapper > .banner-img-desktop {
      display: none;
      background-size: 100%;
      background-position: center top;
      background-repeat: no-repeat; }
      @media (min-width: 1024px) {
        .home-header > .banner-wrapper > .banner-img-desktop {
          display: block; } }
    .home-header > .banner-wrapper > .video-background {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 1080px;
      width: 100%;
      overflow: hidden; }
      @media (min-width: 1024px) {
        .home-header > .banner-wrapper > .video-background {
          display: block; } }
      .home-header > .banner-wrapper > .video-background > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 103%; }
        @media (min-width: 1320px) {
          .home-header > .banner-wrapper > .video-background > video {
            width: 100%; } }
    .home-header > .banner-wrapper > .content-wrapper {
      position: static;
      text-align: left;
      width: 100%;
      max-width: 55em;
      height: auto;
      padding: 0 1em;
      transform: translateY(-42%); }
      @media (min-width: 1024px) {
        .home-header > .banner-wrapper > .content-wrapper {
          position: absolute;
          left: 1em;
          top: 30%;
          bottom: auto;
          transform: translate3d(0, -50%, 0);
          left: 3em;
          padding: 0; } }
      @media (min-width: 1320px) {
        .home-header > .banner-wrapper > .content-wrapper {
          top: 40%; } }
      @media (min-width: 1600px) {
        .home-header > .banner-wrapper > .content-wrapper {
          left: 8em;
          top: 45%; } }
      .home-header > .banner-wrapper > .content-wrapper > .title {
        margin: 16px 0;
        font-family: "AdelonMedium", "Times New Roman", Times, serif;
        font-size: 38px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.07;
        letter-spacing: 1.5px;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
        @media (min-width: 1024px) {
          .home-header > .banner-wrapper > .content-wrapper > .title {
            font-size: 48px; }
            .home-header > .banner-wrapper > .content-wrapper > .title:hover {
              text-shadow: 2px 2px 4px black; } }
        @media (min-width: 1320px) {
          .home-header > .banner-wrapper > .content-wrapper > .title {
            font-size: 70px; } }
      .home-header > .banner-wrapper > .content-wrapper > .subheader {
        margin: 0 0 2em;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.56;
        letter-spacing: normal;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
        .home-header > .banner-wrapper > .content-wrapper > .subheader:hover {
          text-shadow: 2px 2px 4px black; }
  .home-header > a.all-news-btn {
    margin: 2em auto;
    color: #fff;
    font-size: 20px; }
    @media (min-width: 1024px) {
      .home-header > a.all-news-btn {
        position: absolute;
        left: 50%;
        top: auto;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        bottom: 2em;
        margin: 0; } }
    .home-header > a.all-news-btn > i {
      margin-right: 10px;
      font-size: 18px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.block {
  display: block;
  position: relative;
  border-radius: 10px;
  padding: 1em;
  text-align: left;
  color: white;
  margin: 0 10px 20px;
  width: calc(100% - 20px);
  max-width: 1872px;
  cursor: pointer;
  min-height: 450px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .block {
      background-image: none !important; } }
  @media (min-width: 769px) {
    .block {
      display: inline-block;
      padding: 50px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .block.theme-light {
        color: white; }
      .block.theme-dark {
        color: black; } }
  @media (min-width: 1025px) {
    .block {
      padding: 50px 100px; } }
  @media (min-width: 1600px) {
    .block {
      min-height: 600px; } }
  .block:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: linear-gradient(to right, #B79E70 0%, rgba(183, 158, 112, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$grad-gold, endColorstr=$gold,GradientType=1 );
    z-index: 0;
    transition: all .3s;
    opacity: 0; }
    @media (min-width: 769px) {
      .block:before {
        display: block; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    .block > a.btn, .block .btn > a {
      padding: 10px 30px; } }
  .block > .mobile-bg {
    width: 100%;
    height: 223px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (min-width: 769px) {
      .block > .mobile-bg {
        display: none; } }
  .block h2 {
    margin: 20px 0 16px 0;
    z-index: 2;
    font-size: 24px;
    position: relative;
    max-width: 670px;
    display: block; }
    @media (min-width: 1025px) {
      .block h2 {
        margin: 0 0 10px 0;
        font-size: 36px; } }
    @media (min-width: 1600px) {
      .block h2 {
        margin: 0 0 20px 0;
        font-size: 50px; } }
  .block p {
    position: relative;
    display: block;
    z-index: 2;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    max-width: 660px;
    line-height: 1.5;
    margin-bottom: 30px;
    margin: 0 0 30px 0; }
    @media (min-width: 1025px) {
      .block p {
        margin: 0 0 30px 0;
        font-size: 18px;
        line-height: 30px; } }
  .block.half {
    width: calc(100% - 20px); }
    @media (min-width: 769px) {
      .block.half {
        max-width: 924px;
        width: calc(50% - 20px); } }
    .block.half:before {
      width: 101%;
      height: 200px;
      background: linear-gradient(to bottom, #B79E70 0%, rgba(183, 158, 112, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$grad-gold, endColorstr=$grad-gold,GradientType=0 ); }
  .block.third {
    width: calc(100% - 20px); }
    @media (min-width: 1281px) {
      .block.third {
        max-width: 924px;
        width: calc(33% - 20px);
        padding: 25px 180px 20px 25px; } }
    .block.third:before {
      width: 101%;
      height: 200px;
      background: linear-gradient(to bottom, #B79E70 0%, rgba(183, 158, 112, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$grad-gold, endColorstr=$grad-gold,GradientType=0 ); }
  .block:hover:before {
    opacity: 1; }
  .block:hover.red:before, .block:hover.blue:before {
    opacity: 1; }
  .block:hover.red:after, .block:hover.blue:after {
    opacity: 0; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.video-modal-overlay, .video-modal-overlay > .video-modal, .video-modal-overlay > .video-modal > .outter, .video-modal-overlay > .video-modal > .outter iframe, .video-modal-overlay > .video-modal > .outter > .toolbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.video-modal-overlay {
  position: fixed;
  background-color: rgba(42, 38, 38, 0.8);
  z-index: 99999; }
  .video-modal-overlay > .video-modal {
    border: none;
    overflow: hidden;
    border-radius: 0;
    outline: none;
    padding: 0; }
    .video-modal-overlay > .video-modal > .outter {
      background-color: rgba(42, 38, 38, 0.8);
      transition: opacity 350ms;
      -webkit-animation-name: closeWindow;
              animation-name: closeWindow;
      touch-action: none;
      z-index: 1000;
      padding: 0 20px; }
      .video-modal-overlay > .video-modal > .outter.open-false {
        opacity: 0; }
      .video-modal-overlay > .video-modal > .outter > .inner {
        position: relative;
        transform: translateY(-50%);
        top: 50%; }
        .video-modal-overlay > .video-modal > .outter > .inner:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
      @media (min-width: 1100px) {
        .video-modal-overlay > .video-modal > .outter iframe {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          max-width: 95vw;
          max-height: 95vh; } }
      .video-modal-overlay > .video-modal > .outter > .toolbar {
        height: 3em; }
        .video-modal-overlay > .video-modal > .outter > .toolbar > .toolbar-right {
          position: absolute;
          left: auto;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          right: 0;
          height: 100%;
          width: 3em; }
          .video-modal-overlay > .video-modal > .outter > .toolbar > .toolbar-right > .close-btn {
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
            width: 3em;
            height: 3em;
            cursor: pointer;
            border: none;
            opacity: 0.7; }

@-webkit-keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
#video-bg {
  z-index: 0;
  display: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 1024px) {
    #video-bg {
      display: block; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.home {
  padding-bottom: 2em; }
  @media (min-width: 1024px) {
    .home {
      padding-bottom: 0; } }
  .home .home-news {
    min-height: 500px; }
  .home .home-feature {
    width: 100%;
    height: 770px;
    padding: 350px 1em 0;
    background-image: url("/images/desktop/home/190501-L2-Homepage-Promo-Fafurion.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    position: relative;
    background-size: 1024px; }
    @media (max-width: 550px) {
      .home .home-feature {
        background-position: 32% 84%;
        background-size: auto; } }
    @media (min-width: 1024px) {
      .home .home-feature {
        width: 100%;
        background-size: cover;
        background-position: center;
        padding: 0;
        min-height: 980px;
        overflow: hidden; } }
    @media (min-width: 1320px) {
      .home .home-feature {
        min-height: 1080px; } }
    .home .home-feature .game-logo {
      position: absolute;
      top: 50px;
      text-shadow: 2px 2px 4px black;
      width: 35%;
      max-width: 479px;
      min-width: 250px;
      left: 0;
      right: 0;
      margin: auto; }
    .home .home-feature .thumb-preview {
      position: relative;
      margin: auto;
      max-width: 458px;
      width: 90%;
      height: auto;
      overflow: visible;
      top: -30%;
      min-height: 227px; }
      .home .home-feature .thumb-preview .thumb-border, .home .home-feature .thumb-preview .thumb-image {
        position: absolute;
        left: 50%;
        top: 70%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        display: inline-block;
        position: absolute;
        z-index: 1;
        width: 100%; }
        .home .home-feature .thumb-preview .thumb-border.thumb-image, .home .home-feature .thumb-preview .thumb-image.thumb-image {
          border: 2px solid #b69e70;
          z-index: 0;
          transform: translate3d(-50%, -50%, 0);
          width: 86%; }
      @media (min-width: 1024px) {
        .home .home-feature .thumb-preview {
          max-width: 658px;
          min-height: 351px;
          width: 40%;
          top: 50%;
          right: -25%;
          transform: translate3d(10%, -65%, 0); } }
      @media (min-width: 1320px) {
        .home .home-feature .thumb-preview {
          max-width: 694px;
          transform: translate3d(-15%, -45%, 0); } }
      .home .home-feature .thumb-preview .play-btn {
        position: absolute;
        left: 50%;
        top: 73%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        position: absolute;
        margin: auto;
        display: inline-block;
        z-index: 2; }
        .home .home-feature .thumb-preview .play-btn:after {
          transition: 350ms;
          color: white;
          font-size: 55px;
          content: "\F144";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400;
          padding: 10px; }
        .home .home-feature .thumb-preview .play-btn:hover:after {
          font-size: 60px; }
      .home .home-feature .thumb-preview .video {
        position: absolute;
        left: 50%;
        top: 70%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        display: none; }
        @media (min-width: 1024px) {
          .home .home-feature .thumb-preview .video {
            display: block;
            transform: translate3d(-50%, -50%, 0);
            width: 86%; } }
    .home .home-feature .feature-content {
      color: white;
      text-align: left;
      position: static; }
      @media (min-width: 1024px) {
        .home .home-feature .feature-content {
          position: absolute;
          top: 50%;
          left: 50px;
          transform: translateY(-25%);
          width: 55%; } }
      @media (min-width: 1430px) {
        .home .home-feature .feature-content {
          left: 110px; } }
      .home .home-feature .feature-content h2 {
        font-size: 24px;
        margin: 1em 0 0; }
        @media (min-width: 1024px) {
          .home .home-feature .feature-content h2 {
            font-size: 50px;
            margin: 0 0 10px 0; } }
      .home .home-feature .feature-content h3 {
        font-size: 18px;
        margin: 20px 0 5px 0;
        line-height: 40px; }
        @media (min-width: 1024px) {
          .home .home-feature .feature-content h3 {
            margin: 0 0 5px 0;
            font-size: 30px; } }
      .home .home-feature .feature-content p {
        margin: 0;
        line-height: 28px;
        font-size: 16px;
        font-family: "Source Sans Pro", sans-serif; }
        @media (min-width: 1024px) {
          .home .home-feature .feature-content p {
            font-size: 20px;
            width: 80%; } }
  .home .block > .mobile-bg {
    padding-top: 60%; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
#about {
  background: black;
  text-align: left;
  color: white;
  padding-bottom: 30px; }
  #about p {
    font-family: "Source Sans Pro", sans-serif; }
  #about .about-header {
    background-size: 100% auto;
    width: 100%;
    position: relative;
    min-height: 700px;
    background-image: url("/images/mobile/about/header-img_about-pg.png");
    background-position: right 50px;
    background-repeat: no-repeat;
    background-size: 768px; }
    @media (min-width: 768px) {
      #about .about-header {
        min-height: 800px;
        background-image: url("/images/desktop/about/bg-header.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%; } }
    @media (min-width: 1920px) {
      #about .about-header {
        background-size: cover;
        background-position: top right; } }
    #about .about-header .header-content {
      padding: 300px 20px 120px; }
      @media (min-width: 1024px) {
        #about .about-header .header-content {
          padding: 0;
          position: absolute;
          top: auto;
          left: 86px;
          max-width: 825px;
          bottom: 170px; } }
      @media (min-width: 1280px) {
        #about .about-header .header-content {
          left: 134px; } }
      #about .about-header .header-content h1 {
        font-size: 38px;
        line-height: 42px;
        margin: 0;
        display: block;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        width: 100%; }
        @media (min-width: 1024px) {
          #about .about-header .header-content h1 {
            width: 80%;
            line-height: 80px;
            font-size: 48px; } }
        @media (min-width: 1280px) {
          #about .about-header .header-content h1 {
            font-size: 75px;
            line-height: 80px; } }
      #about .about-header .header-content p {
        font-size: 18px;
        line-height: 28px; }
  #about .about-features {
    border: 3px solid #b69e70;
    width: calc(100% - 40px);
    margin: -100px 20px 20px;
    border-radius: 10px;
    background: #370c0c;
    overflow: hidden; }
    #about .about-features .story {
      background: linear-gradient(to bottom, #b69e70 0%, #4d422d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$tan, endColorstr=$dark-tan,GradientType=0 );
      position: relative; }
    @media (min-width: 1024px) {
      #about .about-features .adventures {
        background: url(/images/desktop/about/hero.png) no-repeat left -70px; } }
    @media (min-width: 1320px) {
      #about .about-features .adventures {
        background-position: center -70px; } }
    #about .about-features .adventures .hero {
      padding: 300px 20px 60px;
      background-image: url("/images/mobile/about/about_img-2_create-fullsize_mb.png");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 768px; }
      @media (min-width: 768px) {
        #about .about-features .adventures .hero {
          background-image: url("/images/desktop/about/hero.png");
          background-position: center top;
          background-repeat: no-repeat;
          background-size: cover;
          padding: 320px 20px 100px; } }
      @media (min-width: 1024px) {
        #about .about-features .adventures .hero {
          background: none;
          padding: 270px 0 200px 100px;
          max-width: 688px; } }
      #about .about-features .adventures .hero h3 {
        font-size: 30px;
        line-height: 60px;
        margin: 0; }
      #about .about-features .adventures .hero p {
        margin: 0;
        font-size: 18px;
        display: block;
        width: 100%;
        max-width: 690px;
        line-height: 28px; }
    #about .about-features .adventures .activities {
      padding: 0 12px; }
    #about .about-features .adventures .activity {
      min-height: 500px;
      display: inline-block;
      vertical-align: top;
      margin: 0 12px;
      border-radius: 10px;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      padding-bottom: 60px; }
      @media (min-width: 1024px) {
        #about .about-features .adventures .activity {
          width: calc(50% - 24px);
          padding-bottom: 100px; } }
      #about .about-features .adventures .activity > img {
        width: 100%;
        border-radius: 10px;
        height: auto; }
        @media (min-width: 1024px) {
          #about .about-features .adventures .activity > img {
            margin-bottom: 30px; } }
      #about .about-features .adventures .activity .activity-content p {
        margin: 0 auto; }
      @media (min-width: 1024px) {
        #about .about-features .adventures .activity .activity-content {
          padding: 0 100px; } }
      #about .about-features .adventures .activity .activity-content h4 {
        font-size: 30px;
        line-height: 60px;
        font-weight: normal;
        margin: 0; }
      #about .about-features .adventures .activity .activity-content p {
        font-size: 18px;
        line-height: 28px; }
  #about .about-classic {
    border: 4px solid #b69e70;
    position: relative;
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 10px 20px 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, #b69e70 0%, #4d422d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$tan, endColorstr=$dark-tan,GradientType=0 ); }
  #about .about-content {
    position: relative;
    overflow: hidden;
    text-align: left;
    border-radius: 10px;
    min-height: 600px; }
    @media (min-width: 1024px) {
      #about .about-content {
        min-height: 500px; }
        #about .about-content .about-right-image {
          background-image: url("/images/desktop/about/about-classic.jpg");
          background-position: left top;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          right: 0;
          width: 55%;
          height: 100%;
          min-height: 670px;
          top: 0px;
          display: inline-block; }
          #about .about-content .about-right-image.story-image {
            background-image: url("/images/desktop/about/about-story.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            background-size: cover; } }
    #about .about-content .inner-content {
      width: 100%;
      max-width: 550px;
      height: auto;
      padding: 20px;
      color: white; }
      @media (min-width: 1024px) {
        #about .about-content .inner-content {
          display: inline-block;
          width: 40%;
          transform: translate3d(10%, 5%, 0);
          padding: 100px 20px 120px 20px; } }
      @media (min-width: 1280px) {
        #about .about-content .inner-content {
          padding: 100px 20px 120px 60px; } }
      #about .about-content .inner-content h2 {
        margin-bottom: 16px;
        font-size: 30px;
        font-family: "AdelonMedium", "Times New Roman", Times, serif;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        font-weight: normal; }
      #about .about-content .inner-content p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        line-height: 1.56; }
        @media (min-width: 1024px) {
          #about .about-content .inner-content p {
            margin-bottom: 50px; } }
      @media (max-width: 1024px) {
        #about .about-content .inner-content .btn {
          margin: 20px auto; } }
    #about .about-content > img, #about .about-content > .about-right-image img {
      height: auto;
      width: 100%;
      margin-top: 20px;
      max-width: 1120px;
      display: inline-block;
      vertical-align: top;
      float: right; }
      @media (min-width: 1024px) {
        #about .about-content > img, #about .about-content > .about-right-image img {
          display: none;
          margin-top: 0;
          width: calc(60% - 20px); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.gnb-footer {
  width: 100%;
  max-height: 0; }
  .gnb-footer.add-fixed-bottom {
    position: fixed !important;
    bottom: 0;
    max-height: 300px;
    transition: all 1s; }

#classic-page {
  padding: 0 !important;
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /*Absolutely centers things with the origin point in the center*/ }
  #classic-page .section.section-1 .landing-wrapper .l2-page-logo {
    display: inline-block;
    background-image: url("/images/global/classic-pre-order-logo-1.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    width: 80%;
    max-width: 509px;
    height: 163px; }
  #classic-page .section {
    position: relative;
    height: 100%;
    width: 100%;
    height: 100vh; }
    #classic-page .section.section-1 {
      background-image: url(/images/mobile/classic/m-classic-pre-order-main-bg.jpg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 1024px) {
        #classic-page .section.section-1 {
          background: url(/images/desktop/classic/classic-pre-order-main-black-fade.png) bottom no-repeat, url(/images/desktop/classic/classic-pre-order-main-bg.jpg) center no-repeat;
          background-size: cover, cover; } }
      #classic-page .section.section-1 .landing-wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        transform: translate3d(0, 10%, 0); }
        @media (min-width: 1024px) {
          #classic-page .section.section-1 .landing-wrapper {
            transform: translate3d(0, 15%, 0); } }
        #classic-page .section.section-1 .landing-wrapper .content {
          position: static;
          transform: none;
          color: #2A2626;
          max-width: 530px; }
          @media (max-width: 1024px) {
            #classic-page .section.section-1 .landing-wrapper .content {
              padding-top: 0; } }
          #classic-page .section.section-1 .landing-wrapper .content > p {
            font-family: "AdelonBook", "Times New Roman", Times, serif;
            font-size: 19.5px; }
            @media (min-width: 1024px) {
              #classic-page .section.section-1 .landing-wrapper .content > p {
                line-height: 37px;
                font-size: 30px; } }
            #classic-page .section.section-1 .landing-wrapper .content > p > span {
              color: #7a5633; }
        #classic-page .section.section-1 .landing-wrapper .btn-wrapper {
          color: #2A2626; }
        #classic-page .section.section-1 .landing-wrapper .thumb-preview {
          position: relative;
          max-width: 436px;
          width: 90%;
          height: 90px;
          overflow: hidden;
          margin: 20px auto 62px; }
          #classic-page .section.section-1 .landing-wrapper .thumb-preview .thumb-border {
            display: none; }
          @media (min-width: 1024px) {
            #classic-page .section.section-1 .landing-wrapper .thumb-preview {
              height: 248px;
              margin: 0 auto 37px; }
              #classic-page .section.section-1 .landing-wrapper .thumb-preview .thumb-border {
                display: block; } }
          #classic-page .section.section-1 .landing-wrapper .thumb-preview .play-btn {
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            transform: translate3d(-50%, -50%, 0);
            margin: auto;
            height: 78px;
            width: 78px;
            display: inline-block;
            background: url("/images/desktop/classic/classic-pre-order-video-play-icon.png");
            background-size: 137px;
            background-repeat: no-repeat;
            background-position: 10px center;
            z-index: 1; }
            #classic-page .section.section-1 .landing-wrapper .thumb-preview .play-btn:hover {
              background-size: 148px;
              background-position: -70px center; }
          #classic-page .section.section-1 .landing-wrapper .thumb-preview .video {
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            transform: translate3d(-50%, -50%, 0);
            display: none; }
            @media (min-width: 1024px) {
              #classic-page .section.section-1 .landing-wrapper .thumb-preview .video {
                background-image: url(/images/desktop/classic/classic-pre-order-video-frame.png);
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
                display: block;
                padding: 4px;
                height: 242px;
                width: 430px; } }
    #classic-page .section.section-2 {
      background-image: url(/images/mobile/classic/m-classic-pre-order-heroes-bg.jpg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 1024px) {
        #classic-page .section.section-2 {
          background: url(/images/desktop/classic/classic-pre-order-main-black-fade.png) bottom no-repeat, url(/images/desktop/classic/180919-L2-Classic-Heroes.jpg) center no-repeat; } }
      #classic-page .section.section-2 .content {
        top: auto;
        bottom: 0;
        width: 80%;
        max-width: 330px; }
        #classic-page .section.section-2 .content > h1 {
          font-size: 40px; }
        #classic-page .section.section-2 .content > p {
          font-size: 17px;
          color: #e4cb8e; }
        @media (min-width: 768px) {
          #classic-page .section.section-2 .content {
            max-width: 470px;
            bottom: 120px; } }
        @media (min-width: 1024px) {
          #classic-page .section.section-2 .content {
            bottom: -20px;
            max-width: 740px; }
            #classic-page .section.section-2 .content > h1 {
              font-size: 70px; }
            #classic-page .section.section-2 .content > p {
              font-size: 22px;
              color: #e4cb8e; } }
      #classic-page .section.section-2 .full-video-bg {
        display: none;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media (min-width: 1024px) {
          #classic-page .section.section-2 .full-video-bg {
            display: block; } }
    #classic-page .section.section-3 {
      background-image: url(/images/mobile/classic/m-classic-pre-order-grind-bg.jpg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 1024px) {
        #classic-page .section.section-3 {
          background-image: url("/images/desktop/classic/classic-pre-order-grind-bg.jpg");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover; } }
      #classic-page .section.section-3 .content {
        top: 22%;
        max-width: 360px; }
        #classic-page .section.section-3 .content > h1 {
          color: #edbe7f; }
        @media (min-width: 1024px) {
          #classic-page .section.section-3 .content {
            text-align: left;
            transform: translate3d(-89%, -50%, 0);
            max-width: 600px;
            top: 50%; } }
    #classic-page .section.section-4 {
      background-image: url(/images/mobile/classic/m-classic-pre-order-battle-bg.jpg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (min-width: 1024px) {
        #classic-page .section.section-4 {
          background-image: url("/images/desktop/classic/classic-pre-order-battle-bg.jpg");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover; } }
      #classic-page .section.section-4 .content {
        top: 22%;
        max-width: 360px;
        color: black; }
        #classic-page .section.section-4 .content > h1 {
          font-size: 40px; }
        @media (min-width: 1024px) {
          #classic-page .section.section-4 .content {
            top: 25%;
            max-width: 600px; }
            #classic-page .section.section-4 .content > h1 {
              font-size: 70px; } }
    #classic-page .section.section-5 {
      background-image: url(/images/mobile/classic/m-classic-pre-order-vip-bg.jpg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%; }
      @media (min-width: 1024px) {
        #classic-page .section.section-5 {
          background-image: url("/images/desktop/classic/classic-pre-order-vip-bg.jpg");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover; } }
      #classic-page .section.section-5 .content {
        top: 22%;
        max-width: 520px;
        color: #2A2626; }
        @media (min-width: 1024px) {
          #classic-page .section.section-5 .content {
            text-align: right;
            transform: translate3d(21%, -50%, 0);
            top: 35%;
            width: 42%; } }
        @media (min-width: 1320px) {
          #classic-page .section.section-5 .content {
            right: 0;
            max-width: 600px;
            transform: translate3d(0%, -50%, 0); } }
        #classic-page .section.section-5 .content h1 {
          font-size: 50px; }
        #classic-page .section.section-5 .content > .classic-vip {
          margin-top: 10px;
          max-width: 304px; }
  #classic-page .no-scroller .section {
    min-height: 430px; }
    #classic-page .no-scroller .section.section-1, #classic-page .no-scroller .section.section2, #classic-page .no-scroller .section.section-3, #classic-page .no-scroller .section.section4 {
      min-height: 680px; }
      @media (min-width: 1024px) {
        #classic-page .no-scroller .section.section-1, #classic-page .no-scroller .section.section2, #classic-page .no-scroller .section.section-3, #classic-page .no-scroller .section.section4 {
          min-height: 1094px; } }
    #classic-page .no-scroller .section.section-5 {
      min-height: 500px; }
      @media (min-width: 1024px) {
        #classic-page .no-scroller .section.section-5 {
          min-height: 500px; } }
      #classic-page .no-scroller .section.section-5 .content {
        position: absolute;
        left: 50%;
        top: 25%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0); }
        #classic-page .no-scroller .section.section-5 .content > h1 {
          font-size: 37px; }
        @media (min-width: 1024px) {
          #classic-page .no-scroller .section.section-5 .content {
            transform: translate3d(0, -25%, 0) !important;
            right: 5% !important; } }
  #classic-page .page-inner-content {
    height: auto;
    min-height: 480px;
    width: 100%;
    max-width: 608px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0); }
    @media (min-height: 768px) {
      #classic-page .page-inner-content {
        min-height: 768px; } }
  #classic-page > .section-page-5 > div > div:nth-child(1n+5), #classic-page .section-page-6 > div > div:nth-child(1n+5), #classic-page .section-page-7 > div > div:nth-child(1n+5) {
    height: 40% !important;
    transition: all 0.1s; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  color: #fff;
  max-width: 760px;
  margin: auto;
  width: 100%;
  padding: 20px; }
  .content h1 {
    line-height: 1.28;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: "AdelonBook", "Times New Roman", Times, serif; }
    @media (min-width: 1024px) {
      .content h1 {
        font-size: 70px; } }
  .content p {
    font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
    margin: auto;
    line-height: 35px;
    font-size: 22px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
@-webkit-keyframes animateSection1 {
  from {
    background-position: center -100%, -100% center, 200% center;
    opacity: 0.5; }
  to {
    background-image: url("/images/desktop/classic/classic-pre-order-main-black-fade.png"), url("/images/desktop/classic/classic-pre-order-main-left.png"), url("/images/desktop/classic/classic-pre-order-main-right.png");
    background-repeat: no-repeat;
    background-size: cover, contain, contain;
    opacity: 1;
    background-position: bottom, left bottom, right bottom; } }
@keyframes animateSection1 {
  from {
    background-position: center -100%, -100% center, 200% center;
    opacity: 0.5; }
  to {
    background-image: url("/images/desktop/classic/classic-pre-order-main-black-fade.png"), url("/images/desktop/classic/classic-pre-order-main-left.png"), url("/images/desktop/classic/classic-pre-order-main-right.png");
    background-repeat: no-repeat;
    background-size: cover, contain, contain;
    opacity: 1;
    background-position: bottom, left bottom, right bottom; } }

@-webkit-keyframes animateSection3 {
  from {
    background-position: 200% center;
    opacity: 0.5; }
  to {
    background-image: url("/images/desktop/classic/classic-pre-order-grind-character.png"), url(""), url("");
    background-repeat: no-repeat;
    background-size: contain, contain, contain;
    opacity: 1;
    background-position: right bottom, right bottom, bottom; } }

@keyframes animateSection3 {
  from {
    background-position: 200% center;
    opacity: 0.5; }
  to {
    background-image: url("/images/desktop/classic/classic-pre-order-grind-character.png"), url(""), url("");
    background-repeat: no-repeat;
    background-size: contain, contain, contain;
    opacity: 1;
    background-position: right bottom, right bottom, bottom; } }

@-webkit-keyframes animateSection4 {
  from {
    background-position: -200% top, center 2000%;
    opacity: 0.5;
    background-size: 500px, contain; }
  to {
    background-image: url("/images/desktop/classic/classic-pre-order-battle-dragon.png"), url("/images/desktop/classic/classic-pre-order-battle-crowd.png"), url("");
    background-repeat: no-repeat;
    background-size: 700px, 100%, contain;
    opacity: 1;
    background-position: left top, center bottom, bottom; } }

@keyframes animateSection4 {
  from {
    background-position: -200% top, center 2000%;
    opacity: 0.5;
    background-size: 500px, contain; }
  to {
    background-image: url("/images/desktop/classic/classic-pre-order-battle-dragon.png"), url("/images/desktop/classic/classic-pre-order-battle-crowd.png"), url("");
    background-repeat: no-repeat;
    background-size: 700px, 100%, contain;
    opacity: 1;
    background-position: left top, center bottom, bottom; } }

.animation-background {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0; }
  @media (min-width: 1024px) {
    .animation-background {
      display: block; }
      .animation-background.animation-bg-1 {
        display: block;
        -webkit-animation: animateSection1;
                animation: animateSection1;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
        @supports (-ms-ime-align: auto) {
          .animation-background.animation-bg-1 {
            -webkit-animation: none;
                    animation: none;
            background-image: url("/images/desktop/classic/classic-pre-order-main-left.png"), url("/images/desktop/classic/classic-pre-order-main-right.png"), url("");
            background-repeat: no-repeat;
            background-size: contain, contain, contain;
            opacity: 1;
            background-position: left bottom, right bottom, bottom; } } }
    @media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
      .animation-background.animation-bg-1 {
        -webkit-animation: none;
                animation: none;
        background-image: url("/images/desktop/classic/classic-pre-order-main-left.png"), url("/images/desktop/classic/classic-pre-order-main-right.png"), url("");
        background-repeat: no-repeat;
        background-size: contain, contain, contain;
        opacity: 1;
        background-position: left bottom, right bottom, bottom; } }
  @media (min-width: 1024px) {
      .animation-background.animation-bg-3 {
        display: block;
        -webkit-animation: animateSection3;
                animation: animateSection3;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; }
        @supports (-ms-ime-align: auto) {
          .animation-background.animation-bg-3 {
            -webkit-animation: none;
                    animation: none;
            background-image: url("/images/desktop/classic/classic-pre-order-grind-character.png"), url(""), url("");
            background-repeat: no-repeat;
            background-size: contain, contain, contain;
            opacity: 1;
            background-position: right bottom, right bottom, bottom; } } }
    @media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
      .animation-background.animation-bg-3 {
        -webkit-animation: none;
                animation: none;
        background-image: url("/images/desktop/classic/classic-pre-order-grind-character.png"), url(""), url("");
        background-repeat: no-repeat;
        background-size: contain, contain, contain;
        opacity: 1;
        background-position: right bottom, right bottom, bottom; } }
  @media (min-width: 1024px) {
      .animation-background.animation-bg-4 {
        display: block;
        -webkit-animation: animateSection4;
                animation: animateSection4;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 1s;
                animation-duration: 1s; }
        @supports (-ms-ime-align: auto) {
          .animation-background.animation-bg-4 {
            -webkit-animation: none;
                    animation: none;
            background-image: url("/images/desktop/classic/classic-pre-order-battle-dragon.png"), url("/images/desktop/classic/classic-pre-order-battle-crowd.png"), url("");
            background-repeat: no-repeat;
            background-size: 700px, 100%, contain;
            opacity: 1;
            background-position: left top, center bottom, bottom; } } }
    @media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
      .animation-background.animation-bg-4 {
        -webkit-animation: none;
                animation: none;
        background-image: url("/images/desktop/classic/classic-pre-order-battle-dragon.png"), url("/images/desktop/classic/classic-pre-order-battle-crowd.png"), url("");
        background-repeat: no-repeat;
        background-size: 700px, 100%, contain;
        opacity: 1;
        background-position: left top, center bottom, bottom; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
#free-to-play {
  background: #0e0e16;
  text-align: left;
  color: white;
  padding-bottom: 30px; }
  #free-to-play p {
    font-family: "Source Sans Pro", sans-serif; }
  #free-to-play .landing-section {
    position: relative;
    min-height: 865px;
    background-image: url("/images/mobile/free-to-play/m-marketing-landing-header.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      #free-to-play .landing-section {
        background-image: url("/images/desktop/free-to-play/marketing-landing-header.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 960px; } }
    @media (min-width: 1024px) {
      #free-to-play .landing-section {
        min-height: 1315px; } }
    @media (min-width: 2400px) {
      #free-to-play .landing-section {
        min-height: 1480px; } }
    #free-to-play .landing-section .landing-wrapper {
      position: relative;
      height: auto;
      width: 100%;
      text-align: center;
      padding-top: 65px; }
      #free-to-play .landing-section .landing-wrapper .btn {
        width: 80%;
        max-width: 327px; }
      @media (min-width: 768px) {
        #free-to-play .landing-section .landing-wrapper {
          padding: 0;
          position: absolute;
          left: 50%;
          top: 40%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0); } }
      #free-to-play .landing-section .landing-wrapper .game-logo {
        background-image: url("/images/global/game-logo-shadow.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 70px;
        width: 90%;
        max-width: 250px;
        margin: auto; }
        @media (min-width: 1024px) {
          #free-to-play .landing-section .landing-wrapper .game-logo {
            max-width: 480px;
            width: 80%;
            height: 100px; } }
      #free-to-play .landing-section .landing-wrapper .content {
        position: static;
        transform: none;
        max-width: 460px;
        padding: 0px 20px 0; }
        @media (min-width: 768px) {
          #free-to-play .landing-section .landing-wrapper .content {
            padding: 0 30px;
            max-width: 588px; } }
        #free-to-play .landing-section .landing-wrapper .content > h1 {
          font-size: 24px;
          margin-bottom: 5px; }
          @media (min-width: 1024px) {
            #free-to-play .landing-section .landing-wrapper .content > h1 {
              font-size: 28px; } }
        #free-to-play .landing-section .landing-wrapper .content > p {
          font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
          font-size: 17px;
          line-height: 1.33;
          padding: 5px 0px;
          color: #ffe8c4; }
          @media (min-width: 1024px) {
            #free-to-play .landing-section .landing-wrapper .content > p {
              font-size: 21px;
              max-width: 520px; } }
      #free-to-play .landing-section .landing-wrapper .thumb-preview {
        position: relative;
        margin: auto;
        max-width: 304px;
        width: 90%;
        height: 140px;
        overflow: visible; }
        #free-to-play .landing-section .landing-wrapper .thumb-preview .thumb-border {
          display: none; }
        #free-to-play .landing-section .landing-wrapper .thumb-preview .thumb-image {
          display: none; }
        @media (min-width: 1024px) {
          #free-to-play .landing-section .landing-wrapper .thumb-preview {
            height: 260px;
            margin: 30px auto 40px; }
            #free-to-play .landing-section .landing-wrapper .thumb-preview .thumb-border {
              position: absolute;
              left: 50%;
              top: 50%;
              bottom: auto;
              transform: translate3d(-50%, -50%, 0);
              display: inline-block;
              position: absolute;
              z-index: 1;
              transform: translate3d(-50%, -50%, 0);
              width: 430px; } }
        #free-to-play .landing-section .landing-wrapper .thumb-preview .play-btn {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          margin: auto;
          height: 65px;
          width: 65px;
          display: inline-block;
          z-index: 2;
          background-image: url("/images/global/classic-pre-order-video-play-icon.png");
          background-position: left;
          background-repeat: no-repeat;
          background-size: 200%; }
          #free-to-play .landing-section .landing-wrapper .thumb-preview .play-btn:hover {
            background-position: right; }
        #free-to-play .landing-section .landing-wrapper .thumb-preview .video {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          display: none; }
          @media (min-width: 1024px) {
            #free-to-play .landing-section .landing-wrapper .thumb-preview .video {
              display: block;
              width: 414px; } }
      #free-to-play .landing-section .landing-wrapper .more-info {
        font-size: 13.5px;
        width: 60%;
        padding-top: 15px;
        margin: auto; }
        @media (min-width: 1024px) {
          #free-to-play .landing-section .landing-wrapper .more-info {
            font-size: 15px; } }
        #free-to-play .landing-section .landing-wrapper .more-info a:hover {
          text-decoration: underline; }
  #free-to-play .about-header {
    background-size: 100% auto;
    width: 100%;
    position: relative;
    min-height: 675px;
    margin-top: -200px;
    padding: 0 16px;
    overflow: hidden; }
    @media (min-width: 768px) {
      #free-to-play .about-header {
        min-height: 850px;
        margin-top: -200px;
        padding-bottom: 40px; } }
    #free-to-play .about-header .header-content {
      background-image: url("/images/mobile/free-to-play/m-tile-1-enter-the-world.jpg");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 768px;
      border-radius: 5px;
      padding: 300px 20px 180px; }
      @media (min-width: 768px) {
        #free-to-play .about-header .header-content {
          padding: 380px 20px 0;
          min-height: 850px;
          background: url("/images/desktop/free-to-play/tile-1-enter-the-world.jpg") no-repeat top center; } }
      #free-to-play .about-header .header-content h1 {
        font-size: 38px;
        line-height: 42px;
        margin: 0;
        display: block;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        width: 100%;
        max-width: 574px; }
        @media (min-width: 1024px) {
          #free-to-play .about-header .header-content h1 {
            width: 80%;
            line-height: 80px;
            font-size: 75px; } }
      #free-to-play .about-header .header-content p {
        font-size: 18px;
        line-height: 28px;
        max-width: 747px; }
  #free-to-play .about-features {
    border: 4px solid #b69e70;
    width: calc(100% - 40px);
    margin: -160px 20px 20px;
    border-radius: 10px;
    background: #370c0c;
    overflow: hidden; }
    #free-to-play .about-features .story {
      background: linear-gradient(to bottom, #b69e70 0%, #4d422d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$tan, endColorstr=$dark-tan,GradientType=0 );
      position: relative; }
    @media (min-width: 1024px) {
      #free-to-play .about-features .adventures {
        background: url(/images/desktop/about/hero.png) no-repeat left -70px; } }
    @media (min-width: 1320px) {
      #free-to-play .about-features .adventures {
        background-position: center -70px; } }
    #free-to-play .about-features .adventures .hero {
      padding: 300px 20px 60px;
      background-image: url("/images/mobile/about/about_img-2_create-fullsize_mb.png");
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 768px; }
      @media (min-width: 768px) {
        #free-to-play .about-features .adventures .hero {
          background-image: url("/images/desktop/about/hero.png");
          background-position: center top;
          background-repeat: no-repeat;
          background-size: cover;
          padding: 320px 20px 100px; } }
      @media (min-width: 1024px) {
        #free-to-play .about-features .adventures .hero {
          background: none;
          padding: 270px 0 200px 100px;
          max-width: 688px; } }
      #free-to-play .about-features .adventures .hero h3 {
        font-size: 30px;
        line-height: 60px;
        margin: 0; }
      #free-to-play .about-features .adventures .hero p {
        margin: 0;
        font-size: 18px;
        display: block;
        width: 100%;
        max-width: 690px;
        line-height: 28px; }
    #free-to-play .about-features .adventures .activities {
      padding: 0 12px; }
    #free-to-play .about-features .adventures .activity {
      min-height: 500px;
      display: inline-block;
      vertical-align: top;
      margin: 0 12px;
      border-radius: 10px;
      overflow: hidden;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      padding-bottom: 60px; }
      @media (min-width: 1024px) {
        #free-to-play .about-features .adventures .activity {
          width: calc(50% - 24px);
          padding-bottom: 100px; } }
      #free-to-play .about-features .adventures .activity > img {
        width: 100%;
        border-radius: 10px;
        height: auto; }
        @media (min-width: 1024px) {
          #free-to-play .about-features .adventures .activity > img {
            margin-bottom: 30px; } }
      #free-to-play .about-features .adventures .activity .activity-content p {
        margin: 0 auto; }
      @media (min-width: 1024px) {
        #free-to-play .about-features .adventures .activity .activity-content {
          padding: 0 100px; } }
      #free-to-play .about-features .adventures .activity .activity-content h4 {
        font-size: 30px;
        line-height: 60px;
        font-weight: normal;
        margin: 0; }
      #free-to-play .about-features .adventures .activity .activity-content p {
        font-size: 18px;
        line-height: 28px; }
  #free-to-play .about-classic {
    border: 4px solid #b69e70;
    position: relative;
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 10px 20px 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, #b69e70 0%, #4d422d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$tan, endColorstr=$dark-tan,GradientType=0 ); }
  #free-to-play .about-content {
    position: relative;
    overflow: hidden;
    text-align: left;
    border-radius: 10px;
    min-height: 600px; }
    @media (min-width: 1024px) {
      #free-to-play .about-content {
        min-height: 500px; }
        #free-to-play .about-content .about-right-image {
          background-image: url("/images/desktop/about/about-classic.jpg");
          background-position: left top;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          right: 0;
          width: 55%;
          height: 100%;
          min-height: 670px;
          top: 0px;
          display: inline-block; }
          #free-to-play .about-content .about-right-image.story-image {
            background-image: url("/images/desktop/about/about-story.jpg");
            background-position: left top;
            background-repeat: no-repeat;
            background-size: cover; } }
    #free-to-play .about-content .inner-content {
      width: 100%;
      max-width: 550px;
      height: auto;
      padding: 0 20px;
      color: white; }
      @media (min-width: 1024px) {
        #free-to-play .about-content .inner-content {
          display: inline-block;
          width: 40%;
          transform: translate3d(10%, 5%, 0);
          padding: 100px 20px 120px; } }
      #free-to-play .about-content .inner-content h2 {
        font-size: 30px;
        font-family: "AdelonMedium", "Times New Roman", Times, serif;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
        font-weight: normal; }
      #free-to-play .about-content .inner-content p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        line-height: 1.56; }
        @media (min-width: 1024px) {
          #free-to-play .about-content .inner-content p {
            margin-bottom: 50px; } }
      @media (max-width: 1024px) {
        #free-to-play .about-content .inner-content .btn {
          margin: 20px auto; } }
    #free-to-play .about-content > img, #free-to-play .about-content > .about-right-image img {
      height: auto;
      width: 100%;
      margin-top: 20px;
      max-width: 1120px;
      display: inline-block;
      vertical-align: top;
      float: right; }
      @media (min-width: 1024px) {
        #free-to-play .about-content > img, #free-to-play .about-content > .about-right-image img {
          display: none;
          margin-top: 0;
          width: calc(60% - 20px); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.site-hover-link {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 1px 0;
  font-size: 15px;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  color: rgba(255, 255, 255, 0.5); }
  .site-hover-link .fal {
    opacity: 0.5;
    transition: 200ms;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 36px; }
  .site-hover-link:hover {
    transition: 200ms;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .site-hover-link:hover .fal {
      opacity: 1; }
  @media (min-width: 1024px) {
    .site-hover-link {
      max-width: 188px;
      top: 50px;
      right: 22px;
      left: auto; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.news-header {
  position: relative;
  width: 100%;
  height: 635px;
  padding: 50px 0 0 0;
  border-bottom: 2px solid #f5a623; }
  @media (min-width: 700px) {
    .news-header {
      height: 575px; } }
  @media (min-width: 1024px) {
    .news-header {
      height: 800px;
      padding: 2em; }
      .news-header:hover > .overlay {
        opacity: 0.3;
        transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); } }
  .news-header > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 0; }
  .news-header > .bg-img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%; }
    @media (min-width: 1024px) {
      .news-header > .bg-img {
        display: block; } }
  .news-header > .bg-img-mobile {
    width: 100%;
    height: 300px;
    background-size: 768px;
    background-repeat: no-repeat;
    background-position: 20% center; }
    @media (min-width: 768px) {
      .news-header > .bg-img-mobile {
        background-size: cover; } }
    @media (min-width: 1024px) {
      .news-header > .bg-img-mobile {
        display: none; } }
  .news-header > .inner-wrapper {
    position: static;
    height: auto;
    width: 100%;
    padding: 1em;
    text-align: left; }
    @media (min-width: 1024px) {
      .news-header > .inner-wrapper {
        width: 88%;
        position: absolute;
        left: 2em;
        bottom: 4em;
        left: 8em;
        max-width: 1000px;
        padding: 0; } }
    .news-header > .inner-wrapper > .title {
      margin: 10px 0 30px;
      font-size: 35px;
      font-family: "AdelonBook", "Times New Roman", Times, serif;
      line-height: 1;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      transition: all .3s; }
      @media (min-width: 1024px) {
        .news-header > .inner-wrapper > .title {
          overflow: hidden;
          font-size: 75px; }
          .news-header > .inner-wrapper > .title:hover {
            text-shadow: 2px 2px 4px black; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.options-popout-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(2em, 7em) minmax(10em, 1fr);
      grid-template-columns: minmax(2em, 7em) minmax(10em, 1fr);
  position: absolute;
  top: 36px;
  left: 45%;
  width: 350px;
  height: auto;
  border-radius: 2px;
  background-color: #fff;
  transform: scale(0) translateX(-50%);
  transform-origin: 11% top;
  transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  @media (min-width: 1024px) {
    .options-popout-wrapper {
      transform: scale(0) translateX(0%);
      min-width: 405px;
      width: auto;
      right: -323px;
      left: auto;
      transform-origin: 11% top; } }
  .options-popout-wrapper.no-nav {
    display: block;
    background-color: transparent; }
    .options-popout-wrapper.no-nav .sub-options-wrapper {
      width: 100%; }
  .options-popout-wrapper.show,
  .options-popout-wrapper.show > .options-wrapper {
    transform: scale(1) translateX(-50%);
    transform-origin: 11% top;
    transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    @media (min-width: 1024px) {
      .options-popout-wrapper.show,
      .options-popout-wrapper.show > .options-wrapper {
        transform: scale(1) translateX(0%);
        transform-origin: 11% top; } }
  .options-popout-wrapper > .nav-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 10px 2em 10px 0;
    background-color: inherit;
    vertical-align: top; }
    .options-popout-wrapper > .nav-wrapper > ul {
      padding: 0 0 0 20px;
      font-size: 15px;
      list-style: none; }
      .options-popout-wrapper > .nav-wrapper > ul > li {
        margin: 12px 0;
        color: #666666; }
        .options-popout-wrapper > .nav-wrapper > ul > li.active {
          position: relative;
          color: #f5a623; }
          .options-popout-wrapper > .nav-wrapper > ul > li.active > .icon {
            position: absolute;
            left: auto;
            top: 50%;
            bottom: 0;
            transform: translate3d(calc(-50% - 2px), -50%, 0);
            right: -0.45em; }
        .options-popout-wrapper > .nav-wrapper > ul > li:hover {
          cursor: pointer;
          color: #f5a623; }
  .options-popout-wrapper > .options-wrapper {
    padding: 10px 0; }
  .options-popout-wrapper > .sub-options-wrapper {
    padding: 10px 0;
    display: inline-block;
    width: auto;
    min-width: 15em;
    vertical-align: top;
    background-color: #ece9e0; }
    .options-popout-wrapper > .sub-options-wrapper > ul {
      padding: 0 0 0 20px;
      list-style: none;
      font-size: 15px;
      text-align: left;
      opacity: 0;
      transform: translateX(-10px);
      -webkit-animation: showSubOptions 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
              animation: showSubOptions 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
      .options-popout-wrapper > .sub-options-wrapper > ul > li:not(.disabled) {
        color: #fff; }
      .options-popout-wrapper > .sub-options-wrapper > ul > li:hover {
        cursor: pointer;
        text-decoration: underline; }

@-webkit-keyframes showSubOptions {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

@keyframes showSubOptions {
  0% {
    opacity: 0;
    transform: translateX(-10px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.dropdown {
  position: relative;
  max-width: 26em;
  width: 85%;
  margin: 0 auto;
  z-index: 10;
  white-space: nowrap; }
  @media (min-width: 1024px) {
    .dropdown {
      width: auto;
      margin: 0 auto; } }
  .dropdown > .placeholder {
    position: relative;
    height: 43px;
    padding: 0 70px 0 20px;
    border-radius: 2px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    overflow: hidden; }
    .dropdown > .placeholder:hover, .dropdown > .placeholder:focus {
      cursor: pointer; }
    .dropdown > .placeholder > .icon {
      position: absolute;
      left: auto;
      top: 50%;
      bottom: auto;
      transform: translate3d(-50%, -50%, 0);
      right: 20px;
      z-index: 2; }
      .dropdown > .placeholder > .icon > .far {
        font-size: 20px;
        font-weight: bold;
        color: inherit; }
    .dropdown > .placeholder > .placeholder-text {
      line-height: calc(43px - 2px);
      margin: 0;
      font-size: 14px;
      vertical-align: middle;
      text-align: left;
      -webkit-user-select: none !important;
         -moz-user-select: none !important;
          -ms-user-select: none !important;
              user-select: none !important; }
      @media (min-width: 1024px) {
        .dropdown > .placeholder > .placeholder-text {
          font-size: 15px; } }
    .dropdown > .placeholder > .backdrop {
      position: absolute;
      right: 0;
      top: 0;
      width: 70px;
      height: 100%;
      z-index: 1; }
  .dropdown ul.options-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .dropdown ul.options-wrapper.show {
      display: block;
      transform-origin: top center;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .dropdown ul.options-wrapper > li {
      position: relative;
      height: 43px;
      padding: 0;
      padding-left: 21px;
      margin: 0; }
      .dropdown ul.options-wrapper > li:hover, .dropdown ul.options-wrapper > li:focus {
        cursor: pointer;
        color: #4a90e2;
        background-color: rgba(18, 18, 18, 0.9); }
      .dropdown ul.options-wrapper > li.disabled {
        pointer-events: none; }
      .dropdown ul.options-wrapper > li:last-child {
        border-bottom-left-radius: 2.5px;
        border-bottom-right-radius: 2.5px; }
      .dropdown ul.options-wrapper > li > p {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        height: 0;
        font-size: 15px;
        text-align: left;
        -webkit-user-select: none !important;
           -moz-user-select: none !important;
            -ms-user-select: none !important;
                user-select: none !important;
        color: inherit;
        line-height: 43px;
        text-decoration: none; }
      .dropdown ul.options-wrapper > li > i {
        position: absolute;
        left: auto;
        top: 50%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        right: 12px; }
  .dropdown.full-width {
    max-width: 100%;
    width: 100%; }
  .dropdown.light-box {
    color: purple; }
    .dropdown.light-box > .placeholder {
      background-color: #ece9e0;
      border: 0; }
      .dropdown.light-box > .placeholder > .placeholder-text {
        color: #2A2626; }
      .dropdown.light-box > .placeholder > .icon {
        color: #2A2626; }
      .dropdown.light-box > .placeholder > .backdrop {
        background-color: #ece9e0;
        background: linear-gradient(to right, rgba(236, 233, 224, 0) 0%, #ece9e0 37%, #ece9e0 100%); }
    .dropdown.light-box > ul.options-wrapper {
      transform: translateY(-1px); }
      .dropdown.light-box > ul.options-wrapper.show {
        -webkit-animation: openDropdownLight 200ms ease-in-out;
                animation: openDropdownLight 200ms ease-in-out; }
      .dropdown.light-box > ul.options-wrapper > li {
        background-color: #ece9e0;
        color: #2A2626; }
        .dropdown.light-box > ul.options-wrapper > li:hover, .dropdown.light-box > ul.options-wrapper > li:focus {
          color: #2A2626;
          background-color: #ece9e0; }
        .dropdown.light-box > ul.options-wrapper > li.disabled {
          color: rgba(40, 40, 40, 0.3); }
        .dropdown.light-box > ul.options-wrapper > li > p {
          text-shadow: none; }
  .dropdown.dark-box > .placeholder {
    background-color: #2A2626;
    border: solid 1px #f5a623; }
    .dropdown.dark-box > .placeholder > .placeholder-text {
      color: rgba(255, 255, 255, 0.87); }
    .dropdown.dark-box > .placeholder > .icon {
      color: #f5a623; }
    .dropdown.dark-box > .placeholder > .backdrop {
      background-color: #2A2626;
      background: linear-gradient(to right, rgba(42, 38, 38, 0) 0%, #2a2626 37%, #2a2626 100%); }
  .dropdown.dark-box > ul.options-wrapper.show {
    -webkit-animation: openDropdownDark 200ms ease-in-out;
            animation: openDropdownDark 200ms ease-in-out; }
  .dropdown.dark-box > ul.options-wrapper > li {
    background-color: #2A2626;
    color: rgba(255, 255, 255, 0.87); }
    .dropdown.dark-box > ul.options-wrapper > li:hover, .dropdown.dark-box > ul.options-wrapper > li:focus {
      color: #f5a623;
      background-color: rgba(42, 38, 38, 0.95); }
    .dropdown.dark-box > ul.options-wrapper > li.disabled {
      color: rgba(255, 255, 255, 0.3); }
  .dropdown.sleek > .placeholder {
    border-radius: 5px;
    border: solid 1px #141a22;
    color: #2A2626; }
    .dropdown.sleek > .placeholder > .placeholder-text {
      font-size: 13px;
      font-weight: normal;
      letter-spacing: normal;
      color: inherit; }
    .dropdown.sleek > .placeholder > .popout-arrow {
      color: inherit;
      font-size: 22px; }
  .dropdown.sleek > ul.options-wrapper {
    z-index: 9999; }
    .dropdown.sleek > ul.options-wrapper.show {
      -webkit-animation: openDropdownSleek 200ms ease-in-out;
              animation: openDropdownSleek 200ms ease-in-out;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .dropdown.sleek > ul.options-wrapper > li {
      background-color: #fff;
      color: #2A2626; }
      .dropdown.sleek > ul.options-wrapper > li:hover, .dropdown.sleek > ul.options-wrapper > li:focus {
        background-color: rgba(240, 240, 240, 0.95); }
      .dropdown.sleek > ul.options-wrapper > li.disabled {
        color: rgba(42, 38, 38, 0.3); }
  .dropdown.sleek.show > .placeholder {
    background-color: #2A2626;
    color: #fff; }
  .dropdown.popout {
    width: auto;
    height: 50px;
    padding-right: 50px;
    display: inline-block;
    color: #fff; }
    .dropdown.popout > .placeholder {
      height: auto;
      width: auto;
      padding: 0;
      box-shadow: none;
      border: 0;
      background-color: transparent;
      overflow: visible; }
      .dropdown.popout > .placeholder:after {
        content: '';
        display: none; }
      .dropdown.popout > .placeholder > .placeholder-text {
        line-height: 1; }
      .dropdown.popout > .placeholder > .popout-arrow {
        position: absolute;
        left: auto;
        top: 50%;
        bottom: 0;
        transform: translate3d(-50%, -50%, 0);
        right: -20px;
        font-size: 20px;
        color: inherit; }
        .dropdown.popout > .placeholder > .popout-arrow:after {
          content: '';
          position: absolute;
          top: 46px;
          left: 4px;
          display: block;
          width: 14px;
          height: 14px;
          background-color: #f5a623;
          transform: rotate(45deg) translate(50%, 50%) scale(1);
          opacity: 0;
          transform-origin: 36% top;
          transition: transform 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 100ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
          @media (min-width: 1024px) {
            .dropdown.popout > .placeholder > .popout-arrow:after {
              background-color: #fff; } }
        @media (min-width: 1024px) {
          .dropdown.popout > .placeholder > .popout-arrow.no-nav:after {
            background-color: #f5a623; } }
        .dropdown.popout > .placeholder > .popout-arrow.show:after {
          transform: rotate(45deg) translate(-50%, -50%) scale(1);
          opacity: 1;
          transform-origin: 36% top;
          transition: transform 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-delay: 100ms; }
      .dropdown.popout > .placeholder > .backdrop {
        display: none; }

@-webkit-keyframes openDropdownDark {
  0% {
    transform: translateY(0) scaleY(0); }
  100% {
    transform: translateY(0) scaleY(1); } }

@keyframes openDropdownDark {
  0% {
    transform: translateY(0) scaleY(0); }
  100% {
    transform: translateY(0) scaleY(1); } }

@-webkit-keyframes openDropdownLight {
  0% {
    transform: translateY(-1px) scaleY(0); }
  100% {
    transform: translateY(-1px) scaleY(1); } }

@keyframes openDropdownLight {
  0% {
    transform: translateY(-1px) scaleY(0); }
  100% {
    transform: translateY(-1px) scaleY(1); } }

@-webkit-keyframes openDropdownSleek {
  0% {
    transform: translateY(-8px) scaleY(0); }
  100% {
    transform: translateY(-8px) scaleY(1); } }

@keyframes openDropdownSleek {
  0% {
    transform: translateY(-8px) scaleY(0); }
  100% {
    transform: translateY(-8px) scaleY(1); } }

@-webkit-keyframes closeDropdown {
  0% {
    transform: translateY(100%) scaleY(1); }
  99% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(0%) scaleY(0); } }

@keyframes closeDropdown {
  0% {
    transform: translateY(100%) scaleY(1); }
  99% {
    transform: translateY(100%) scaleY(0); }
  100% {
    transform: translateY(0%) scaleY(0); } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.news-toolbar {
  position: relative;
  height: 75px;
  text-align: left; }
  @media (min-width: 1024px) {
    .news-toolbar {
      height: 100px; } }
  .news-toolbar > ul.filter-wrapper {
    display: none;
    height: auto;
    width: auto;
    margin: 2.25em 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 1024px) {
      .news-toolbar > ul.filter-wrapper {
        display: inline-block; } }
    .news-toolbar > ul.filter-wrapper > li.tag-filter-item {
      display: inline-block;
      padding: 0;
      margin: 0 6px; }
      @media (min-width: 768px) {
        .news-toolbar > ul.filter-wrapper > li.tag-filter-item {
          margin: 0 14px; } }
      @media (min-width: 1280px) {
        .news-toolbar > ul.filter-wrapper > li.tag-filter-item {
          margin: 0 24px; } }
      .news-toolbar > ul.filter-wrapper > li.tag-filter-item:first-child {
        margin-left: 0; }
      .news-toolbar > ul.filter-wrapper > li.tag-filter-item > .btn:hover {
        background: none;
        background-color: transparent;
        color: #2A2626; }
        .news-toolbar > ul.filter-wrapper > li.tag-filter-item > .btn:hover.active {
          background-color: #2A2626;
          color: rgba(255, 255, 255, 0.87); }
  .news-toolbar > .dropdown {
    display: inline-block;
    margin: 1em 0 0;
    float: right;
    width: 172px; }
    @media (min-width: 1024px) {
      .news-toolbar > .dropdown {
        display: none; } }
    .news-toolbar > .dropdown > .placeholder {
      height: 38px; }
      .news-toolbar > .dropdown > .placeholder > .placeholder-text {
        line-height: calc(38px - 2px);
        font-family: "Source Sans Pro", sans-serif; }
    .news-toolbar > .dropdown > .options-wrapper {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.news-list {
  display: block;
  box-sizing: border-box; }
  .news-list:after {
    content: '';
    display: table;
    clear: both; }
  .news-list > .news-card {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 16px; }
    @media (max-width: 699px) {
      .news-list > .news-card {
        margin-right: 0;
        float: none; } }
    @media (min-width: 710px) {
      .news-list > .news-card {
        margin-right: 16px;
        float: left; } }
    @media (min-width: 711px) and (max-width: 1023px) {
      .news-list > .news-card {
        width: calc(50% - (16px / 2)); }
        .news-list > .news-card:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1489px) {
      .news-list > .news-card {
        width: calc(33.33% - 16px / 3 * 2);
        margin-right: 16px; }
        .news-list > .news-card:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 1490px) {
      .news-list > .news-card {
        width: calc(25% - 16px / 4 * 3);
        margin-right: 16px; }
        .news-list > .news-card:nth-child(4n) {
          margin-right: 0; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
main.news {
  position: relative;
  min-height: 100vh; }
  main.news > .bottom-wrapper {
    min-height: 75vh;
    padding: 0 1em 4em;
    background-color: #ece9e0; }
    @media (min-width: 480px) {
      main.news > .bottom-wrapper {
        padding: 0 3em 4em; } }
    @media (min-width: 1280px) {
      main.news > .bottom-wrapper {
        padding: 0 8em 4em; } }
    main.news > .bottom-wrapper > .btn {
      margin: 3em auto 0;
      padding-right: 4em; }
      @media (min-width: 1024px) {
        main.news > .bottom-wrapper > .btn {
          margin: 3em auto; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.class-box {
  position: relative;
  margin-bottom: 1em;
  padding: 30px 20px;
  opacity: 0.9;
  border-radius: 5px;
  background-color: #370c0c; }
  @media (min-width: 1024px) {
    .class-box {
      margin: 0; } }
  .class-box:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1; }
  .class-box:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1; }
  .class-box > .class-avatar {
    position: static;
    width: 160px;
    height: 160px;
    margin: 0 auto 2em; }
    @media (min-width: 1024px) {
      .class-box > .class-avatar {
        position: absolute;
        left: 4%;
        top: 38px;
        width: 37%;
        height: auto;
        max-width: 200px;
        margin: 0; } }
  .class-box > .content-wrapper {
    margin: 0;
    width: 100%;
    text-align: left; }
    @media (min-width: 1024px) {
      .class-box > .content-wrapper {
        margin-left: 45%;
        width: 56%;
        max-width: 430px; } }
    @media (min-width: 1375px) {
      .class-box > .content-wrapper {
        margin-left: 250px; } }
    .class-box > .content-wrapper > .title {
      margin: 0;
      font-family: "AdelonBook", "Times New Roman", Times, serif;
      font-size: 25px;
      letter-spacing: 1px;
      color: #fff; }
      @media (min-width: 1024px) {
        .class-box > .content-wrapper > .title {
          font-size: 30px; } }
      @media (min-width: 1280px) {
        .class-box > .content-wrapper > .title {
          font-size: 40px; } }
      .class-box > .content-wrapper > .title > span {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: normal;
        color: inherit; }
    .class-box > .content-wrapper > .overview {
      margin: 12px 0 50px;
      padding-right: 15px; }
    @media (max-width: 1024px) {
      .class-box > .content-wrapper > .btn {
        margin: 0 auto;
        display: block;
        text-align: center;
        max-width: 200px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.character-wrapper {
  position: absolute;
  left: 50%;
  right: auto;
  top: -20em;
  width: 356px;
  height: 428px;
  z-index: 0;
  transform: translateX(-50%); }
  @media (min-width: 1024px) {
    .character-wrapper {
      left: auto;
      right: -10em;
      top: -14em;
      width: 1144px;
      height: 950px;
      transform: translateX(0); } }
  .character-wrapper > [class^="circle-"],
  .character-wrapper > [class^="character-"] {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 1024px) {
      .character-wrapper > [class^="circle-"][class$="mobile"],
      .character-wrapper > [class^="character-"][class$="mobile"] {
        display: none; } }
    .character-wrapper > [class^="circle-"][class$="desktop"],
    .character-wrapper > [class^="character-"][class$="desktop"] {
      display: none; }
      @media (min-width: 1024px) {
        .character-wrapper > [class^="circle-"][class$="desktop"],
        .character-wrapper > [class^="character-"][class$="desktop"] {
          display: block; } }
  .character-wrapper > [class^="circle-"] {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    width: 428px;
    height: 428px; }
    @media (min-width: 1024px) {
      .character-wrapper > [class^="circle-"] {
        width: 950px;
        height: 950px; } }
  .character-wrapper > [class^="character-"] {
    position: absolute;
    left: 24%;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    width: 556px;
    height: 428px; }
    @media (min-width: 1024px) {
      .character-wrapper > [class^="character-"] {
        left: 33%;
        width: 1144px;
        height: 950px; } }

.preload-images {
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.races {
  position: relative; }
  .races > .race-header {
    position: relative;
    height: 308px;
    padding: 50px 5px 0;
    z-index: 1; }
    @media (min-width: 1024px) {
      .races > .race-header {
        height: 800px;
        padding: 0; } }
    .races > .race-header > [class$="-bg"] {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
      .races > .race-header > [class$="-bg"].mobile-bg {
        display: block;
        top: 50px;
        height: 300px;
        background-image: url("/images/mobile/races/header-img_rnc_mb.png");
        background-size: 768px;
        background-position: 60% center; }
        @media (min-width: 768px) {
          .races > .race-header > [class$="-bg"].mobile-bg {
            background-size: cover; } }
        @media (min-width: 1024px) {
          .races > .race-header > [class$="-bg"].mobile-bg {
            display: none; } }
      .races > .race-header > [class$="-bg"].desktop-bg {
        display: none;
        background-image: url("/images/desktop/races/header-img_rnc.png"); }
        @media (min-width: 1024px) {
          .races > .race-header > [class$="-bg"].desktop-bg {
            display: block; } }
    .races > .race-header > h1 {
      position: relative;
      margin: 3em 0 1em 24px;
      text-align: left;
      font-family: "AdelonBook", "Times New Roman", Times, serif;
      font-size: 38px;
      font-weight: 500;
      line-height: 1.07;
      letter-spacing: 1.5px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
      @media (min-width: 1024px) {
        .races > .race-header > h1 {
          position: absolute;
          top: 57%;
          left: 2em;
          margin: 0;
          top: auto;
          bottom: 313px;
          font-size: 75px;
          text-align: center; } }
  .races .race-dropdown {
    max-width: 343px;
    width: calc(100% - 50px); }
    @media (min-width: 1024px) {
      .races .race-dropdown {
        display: none; } }
    .races .race-dropdown > .placeholder {
      background-color: #000;
      border: solid 1px #b69e70;
      border-radius: 5px; }
      .races .race-dropdown > .placeholder > .placeholder-text {
        text-align: center;
        margin-left: 18%;
        color: #b69e70; }
      .races .race-dropdown > .placeholder > .popout-arrow {
        color: #b69e70;
        font-size: 22px; }
    .races .race-dropdown > ul.options-wrapper {
      border-radius: 5px;
      border: solid 1px #b69e70; }
      .races .race-dropdown > ul.options-wrapper > li {
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 0; }
        .races .race-dropdown > ul.options-wrapper > li:hover {
          background-color: #64563c; }
        .races .race-dropdown > ul.options-wrapper > li > p {
          text-align: center;
          text-transform: uppercase; }
    .races .race-dropdown.show > .placeholder {
      background-color: #64563c; }
      .races .race-dropdown.show > .placeholder > .placeholder-text {
        color: #fff; }
      .races .race-dropdown.show > .placeholder > .popout-arrow {
        color: #fff; }
  .races .race-nav {
    display: none;
    position: absolute;
    left: 0;
    bottom: 11em;
    height: 80px;
    width: 100%;
    opacity: 0.7;
    background-color: #000;
    z-index: 2; }
    @media (min-width: 1024px) {
      .races .race-nav {
        display: block; } }
    .races .race-nav > .inner-wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (83px)[7];
          grid-template-columns: repeat(7, 83px);
      grid-template-rows: 1fr;
      grid-column-gap: 34px;
      -ms-grid-columns: 83px 34px 83px 34px 83px 34px 83px 34px 83px 34px 83px 34px 83px;
      -ms-grid-rows: 1fr;
      margin: 20px auto 0;
      width: 785px;
      height: 40px; }
      .races .race-nav > .inner-wrapper > a {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16.7px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        -ms-grid-row: 1; }
        .races .race-nav > .inner-wrapper > a.active {
          border-radius: 3px;
          background-color: #64563c;
          border: solid 1px #fff; }
        .races .race-nav > .inner-wrapper > a:nth-child(1) {
          -ms-grid-column: 1; }
        .races .race-nav > .inner-wrapper > a:nth-child(2) {
          -ms-grid-column: 3; }
        .races .race-nav > .inner-wrapper > a:nth-child(3) {
          -ms-grid-column: 5; }
        .races .race-nav > .inner-wrapper > a:nth-child(4) {
          -ms-grid-column: 7; }
        .races .race-nav > .inner-wrapper > a:nth-child(5) {
          -ms-grid-column: 9; }
        .races .race-nav > .inner-wrapper > a:nth-child(6) {
          -ms-grid-column: 11; }
        .races .race-nav > .inner-wrapper > a:nth-child(7) {
          -ms-grid-column: 13; }
  .races > .race-details {
    position: relative;
    min-height: 100vh;
    padding: 0 1em 4em; }
    @media (min-width: 1024px) {
      .races > .race-details {
        padding: 10px 136px; } }
    .races > .race-details > .overview-wrapper {
      position: relative;
      margin: 18em auto 5em;
      width: 100%;
      padding: 0 1em;
      max-width: 375px;
      text-align: left;
      z-index: 1; }
      @media (min-width: 1024px) {
        .races > .race-details > .overview-wrapper {
          max-width: 776px;
          margin: 2em 0 12em;
          padding: 0;
          transform: translateY(-6em); } }
      .races > .race-details > .overview-wrapper > .race-icon {
        width: 102px;
        height: 102px;
        transform: translateY(30px); }
        @media (min-width: 1024px) {
          .races > .race-details > .overview-wrapper > .race-icon {
            width: 170px;
            height: 170px;
            transform: translateY(0); } }
      .races > .race-details > .overview-wrapper > p.overview {
        margin-top: 23px;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.33;
        color: #d8d8d8;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
        @media (min-width: 1024px) {
          .races > .race-details > .overview-wrapper > p.overview {
            margin-top: 0;
            font-size: 30px; } }
    .races > .race-details > h3.classes-headline {
      position: relative;
      margin: 10px 0;
      font-family: "AdelonBook", "Times New Roman", Times, serif;
      font-size: 30px;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 1px;
      color: #fff;
      text-align: center;
      z-index: 1; }
      @media (min-width: 1024px) {
        .races > .race-details > h3.classes-headline {
          font-size: 50px;
          text-align: left; } }
    .races > .race-details > .classes {
      display: block;
      width: 100%;
      max-width: 30em;
      margin: 2em auto;
      padding: 0 1em; }
      @media (min-width: 1024px) {
        .races > .race-details > .classes {
          display: -ms-grid;
          display: grid;
          -ms-grid-columns: 1fr 1fr;
              grid-template-columns: 1fr 1fr;
          grid-template-rows: 1fr;
          grid-column-gap: 24px;
          -ms-grid-columns: 1fr 24px 1fr;
          -ms-grid-rows: 1fr;
          max-width: 100%;
          margin: 2em auto 8em;
          padding: 0; } }
  @media (min-width: 1024px) {
    .races > .preload-images.mobile {
      display: none; } }
  .races > .preload-images.desktop {
    display: none; }
    @media (min-width: 1024px) {
      .races > .preload-images.desktop {
        display: block; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.stat-item > h4.label {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  color: #fff; }
  @media (min-width: 1024px) {
    .stat-item > h4.label {
      font-size: 26px; } }

.stat-item > .circle-wrapper {
  position: relative;
  width: 5.2em;
  height: 5.2em;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .stat-item > .circle-wrapper {
      width: 6em;
      height: 6em; } }
  .stat-item > .circle-wrapper > svg {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    padding: 1em;
    overflow: visible; }
    .stat-item > .circle-wrapper > svg > circle {
      fill: transparent;
      stroke-dasharray: 214; }
      @media (max-width: 1024px) {
        .stat-item > .circle-wrapper > svg > circle.circle-small {
          display: block; } }
      @media (min-width: 1024px) {
        .stat-item > .circle-wrapper > svg > circle.circle-small {
          display: none; } }
      @media (max-width: 1024px) {
        .stat-item > .circle-wrapper > svg > circle.circle-big {
          display: none; } }
      @media (min-width: 1024px) {
        .stat-item > .circle-wrapper > svg > circle.circle-big {
          display: block; } }
  .stat-item > .circle-wrapper > svg.circle-track > circle {
    stroke: #370c0c;
    stroke-width: 11px;
    stroke-dashoffset: 0; }
    @media (min-width: 1024px) {
      .stat-item > .circle-wrapper > svg.circle-track > circle {
        stroke-width: 14px; } }
  .stat-item > .circle-wrapper > svg.circle-value {
    transform: translate3d(-50%, -50%, 0) rotate(-90deg); }
    .stat-item > .circle-wrapper > svg.circle-value > circle {
      stroke: #fff;
      stroke-width: 4px;
      stroke-linecap: round; }
      @media (min-width: 1024px) {
        .stat-item > .circle-wrapper > svg.circle-value > circle {
          stroke-width: 5px; } }
  .stat-item > .circle-wrapper > p.value-number {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 26px;
    color: #fff; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.stats {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 18em;
  z-index: 1; }
  @media (min-width: 1024px) {
    .stats {
      margin-bottom: 30em;
      max-width: 600px; } }
  @media (min-width: 1320px) {
    .stats {
      margin-bottom: 7em;
      max-width: 810px; } }
  .stats > .stats-headline {
    margin: 0 0 2em 8px;
    font-family: "AdelonBook", "Times New Roman", Times, serif;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    color: #370c0c; }
    @media (min-width: 1024px) {
      .stats > .stats-headline {
        margin: 1em 0;
        text-align: center; } }
    .stats > .stats-headline:before, .stats > .stats-headline:after {
      content: '';
      position: absolute;
      top: 10px;
      height: 4px;
      background-color: #370c0c; }
    .stats > .stats-headline:before {
      left: -10em;
      width: 10em; }
      @media (min-width: 1024px) {
        .stats > .stats-headline:before {
          left: 0;
          width: 35%; } }
      @media (min-width: 1320px) {
        .stats > .stats-headline:before {
          width: 39%; } }
    .stats > .stats-headline:after {
      left: 8em;
      right: auto;
      width: 100%; }
      @media (min-width: 1024px) {
        .stats > .stats-headline:after {
          right: 0;
          left: auto;
          width: 35%; } }
      @media (min-width: 1320px) {
        .stats > .stats-headline:after {
          width: 39%; } }
  .stats > .stat-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 2px 1fr 2px 1fr;
    -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
    width: 100%;
    max-width: 50em;
    height: 18em; }
    .stats > .stat-wrapper > .stat-item:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .stats > .stat-wrapper > .stat-item:nth-child(2) {
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .stats > .stat-wrapper > .stat-item:nth-child(3) {
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .stats > .stat-wrapper > .stat-item:nth-child(4) {
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .stats > .stat-wrapper > .stat-item:nth-child(5) {
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .stats > .stat-wrapper > .stat-item:nth-child(6) {
      -ms-grid-column: 5;
      -ms-grid-row: 3; }
    .stats > .stat-wrapper > .stat-item:nth-child(7) {
      -ms-grid-column: 1;
      -ms-grid-row: 5; }
    .stats > .stat-wrapper > .stat-item:nth-child(8) {
      -ms-grid-column: 3;
      -ms-grid-row: 5; }
    @media (min-width: 1024px) {
      .stats > .stat-wrapper {
        -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
        grid-column-gap: 5%;
        grid-row-gap: 0;
        -ms-grid-columns: 1fr 5% 1fr 5% 1fr 5% 1fr;
        -ms-grid-rows: 1fr; }
        .stats > .stat-wrapper > .stat-item:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-row: 1; }
        .stats > .stat-wrapper > .stat-item:nth-child(2) {
          -ms-grid-column: 3;
          -ms-grid-row: 1; }
        .stats > .stat-wrapper > .stat-item:nth-child(3) {
          -ms-grid-column: 5;
          -ms-grid-row: 1; }
        .stats > .stat-wrapper > .stat-item:nth-child(4) {
          -ms-grid-column: 7;
          -ms-grid-row: 1; }
        .stats > .stat-wrapper > .stat-item:nth-child(5) {
          -ms-grid-column: 1;
          -ms-grid-row: 2; }
        .stats > .stat-wrapper > .stat-item:nth-child(6) {
          -ms-grid-column: 3;
          -ms-grid-row: 2; }
        .stats > .stat-wrapper > .stat-item:nth-child(7) {
          -ms-grid-column: 5;
          -ms-grid-row: 2; }
        .stats > .stat-wrapper > .stat-item:nth-child(8) {
          -ms-grid-column: 7;
          -ms-grid-row: 2; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.character-wrapper-classes {
  position: absolute;
  left: auto;
  right: -13em;
  top: 27em;
  width: 474px;
  height: 428px;
  z-index: 0; }
  @media (min-width: 768px) {
    .character-wrapper-classes {
      right: -7em; } }
  @media (min-width: 1024px) {
    .character-wrapper-classes {
      left: auto;
      right: -38em;
      top: 30em;
      width: 1418px;
      height: 1280px; } }
  @media (min-width: 1150px) {
    .character-wrapper-classes {
      right: -28em; } }
  @media (min-width: 1320px) {
    .character-wrapper-classes {
      top: 4em;
      right: -40em; } }
  @media (min-width: 1600px) {
    .character-wrapper-classes {
      right: -28em; } }
  .character-wrapper-classes > [class^="circle-"],
  .character-wrapper-classes > [class^="character-"] {
    background-size: 474px 428px;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 1024px) {
      .character-wrapper-classes > [class^="circle-"],
      .character-wrapper-classes > [class^="character-"] {
        background-size: 1418px 1280px; } }
    @media (min-width: 1024px) {
      .character-wrapper-classes > [class^="circle-"][class$="mobile"],
      .character-wrapper-classes > [class^="character-"][class$="mobile"] {
        display: none; } }
    .character-wrapper-classes > [class^="circle-"][class$="desktop"],
    .character-wrapper-classes > [class^="character-"][class$="desktop"] {
      display: none; }
      @media (min-width: 1024px) {
        .character-wrapper-classes > [class^="circle-"][class$="desktop"],
        .character-wrapper-classes > [class^="character-"][class$="desktop"] {
          display: block; } }
  .character-wrapper-classes > [class^="circle-"] {
    position: absolute;
    left: 19%;
    top: 51%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    width: 474px;
    height: 428px; }
    @media (min-width: 1024px) {
      .character-wrapper-classes > [class^="circle-"] {
        left: 34%;
        width: 1418px;
        height: 1280px; } }
  .character-wrapper-classes > [class^="character-"] {
    position: absolute;
    left: 24%;
    top: 50%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    width: 474px;
    height: 428px; }
    @media (min-width: 1024px) {
      .character-wrapper-classes > [class^="character-"] {
        left: 33%;
        width: 1418px;
        height: 1280px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
[class^="path-box-wrapper-"] {
  position: relative;
  width: 100%;
  max-width: 1203px;
  height: auto;
  margin: 2em 0;
  padding: 2em 1em;
  background-color: rgba(55, 12, 12, 0.9);
  border-radius: 5px;
  text-align: left; }
  @media (min-width: 1024px) {
    [class^="path-box-wrapper-"] {
      padding: 3em 2em; } }
  [class^="path-box-wrapper-"] > .path-box-title {
    margin: 0 0 0.5em;
    font-size: 24px;
    font-family: "AdelonBook", "Times New Roman", Times, serif;
    color: #fff; }
    @media (min-width: 1024px) {
      [class^="path-box-wrapper-"] > .path-box-title {
        font-size: 28px; } }
    [class^="path-box-wrapper-"] > .path-box-title > span {
      font-size: 14px; }
      @media (min-width: 1024px) {
        [class^="path-box-wrapper-"] > .path-box-title > span {
          font-size: 16px; } }
  [class^="path-box-wrapper-"] > .path-box-description {
    margin: 0 0 3em;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: #f0f0f0; }
    @media (min-width: 1024px) {
      [class^="path-box-wrapper-"] > .path-box-description {
        font-size: 18px; } }
  [class^="path-box-wrapper-"] > .paths-wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 3em;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: 1fr;
    width: 100%;
    margin: 4em auto 0; }
    [class^="path-box-wrapper-"] > .paths-wrapper.columns-1 {
      grid-template-columns: 1fr;
      -ms-grid-columns: 1fr;
      -ms-grid-rows: 1fr; }
      [class^="path-box-wrapper-"] > .paths-wrapper.columns-1 > .path {
        -ms-grid-row: 1;
        -ms-grid-column: 1; }
    [class^="path-box-wrapper-"] > .paths-wrapper.columns-2 {
      -ms-grid-rows: 1fr 1fr; }
      [class^="path-box-wrapper-"] > .paths-wrapper.columns-2 > .path {
        -ms-grid-column: 1; }
      [class^="path-box-wrapper-"] > .paths-wrapper.columns-2 > .path:nth-child(1) {
        -ms-grid-row: 1; }
      [class^="path-box-wrapper-"] > .paths-wrapper.columns-2 > .path:nth-child(2) {
        -ms-grid-row: 2; }
      @media (min-width: 1024px) {
        [class^="path-box-wrapper-"] > .paths-wrapper.columns-2 {
          -ms-grid-columns: 1fr 1fr;
              grid-template-columns: 1fr 1fr;
          -ms-grid-rows: 1fr;
          -ms-grid-columns: 1fr 3em 1fr; }
          [class^="path-box-wrapper-"] > .paths-wrapper.columns-2 > .path:nth-child(1) {
            -ms-grid-column: 1;
            -ms-grid-row: 1; }
          [class^="path-box-wrapper-"] > .paths-wrapper.columns-2 > .path:nth-child(2) {
            -ms-grid-column: 3;
            -ms-grid-row: 1; } }
    [class^="path-box-wrapper-"] > .paths-wrapper.columns-3 > .path {
      -ms-grid-column: 1; }
    [class^="path-box-wrapper-"] > .paths-wrapper.columns-3 > .path:nth-child(1) {
      -ms-grid-row: 1; }
    [class^="path-box-wrapper-"] > .paths-wrapper.columns-3 > .path:nth-child(2) {
      -ms-grid-row: 2; }
    [class^="path-box-wrapper-"] > .paths-wrapper.columns-3 > .path:nth-child(3) {
      -ms-grid-row: 3; }
    @media (min-width: 1024px) {
      [class^="path-box-wrapper-"] > .paths-wrapper.columns-3 {
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 3em 1fr 3em 1fr;
        -ms-grid-rows: 1fr; }
        [class^="path-box-wrapper-"] > .paths-wrapper.columns-3 > .path:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-row: 1; }
        [class^="path-box-wrapper-"] > .paths-wrapper.columns-3 > .path:nth-child(2) {
          -ms-grid-column: 3;
          -ms-grid-row: 1; }
        [class^="path-box-wrapper-"] > .paths-wrapper.columns-3 > .path:nth-child(3) {
          -ms-grid-column: 5;
          -ms-grid-row: 1; } }
    [class^="path-box-wrapper-"] > .paths-wrapper > .path {
      max-width: 600px;
      -ms-grid-column-align: center;
          justify-self: center;
      -ms-grid-row: 1; }
      [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-title {
        max-width: 115px;
        margin: 0 auto 3em;
        padding: 2px 8px;
        border-radius: 3px;
        background-color: #b69e70;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        text-transform: capitalize;
        color: #fff; }
      [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item {
        position: relative;
        height: auto;
        margin: 0 0 8em; }
        @media (min-width: 1024px) {
          [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item {
            height: 11.5em; }
            [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item.long {
              height: 16em; }
            [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item.very-long {
              height: 20em; } }
        [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item:not(:nth-of-type(1)):before {
          content: '';
          position: absolute;
          left: 50%;
          top: -4em;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          width: 2px;
          height: 60px;
          opacity: 0.3;
          background-color: #f0f0f0; }
        [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item > .path-item-title {
          margin: 0 0 10px;
          font-family: "AdelonBook", "Times New Roman", Times, serif;
          font-size: 24px;
          font-weight: normal;
          letter-spacing: 1px;
          color: #fff; }
          @media (min-width: 1024px) {
            [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item > .path-item-title {
              font-size: 28px; } }
          [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item > .path-item-title > span {
            font-size: 14px; }
            @media (min-width: 1024px) {
              [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item > .path-item-title > span {
                font-size: 16px; } }
        [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item > .restrictions {
          margin: 0; }
        [class^="path-box-wrapper-"] > .paths-wrapper > .path > .path-item > .path-item-description {
          margin: 0 0 10px;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 18px;
          color: #f0f0f0; }
  [class^="path-box-wrapper-"] > .view-path {
    position: absolute;
    left: 50%;
    top: auto;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    bottom: 2em;
    display: inherit;
    width: auto;
    margin: 0 auto;
    text-align: center; }
    [class^="path-box-wrapper-"] > .view-path > i {
      position: absolute;
      left: auto;
      top: 50%;
      bottom: auto;
      transform: translate3d(-50%, -50%, 0);
      right: -23px;
      color: inherit; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.classes-nav-section {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 225px 1fr;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 225px 1fr;
  width: 100%;
  height: 820px;
  padding: 4em 1em;
  background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)), linear-gradient(to bottom, #b79e70, #4d422d); }
  @media (min-width: 1024px) {
    .classes-nav-section {
      grid-template-columns: 26% 1fr;
      grid-template-rows: 1fr;
      -ms-grid-columns: 26% 1fr;
      -ms-grid-rows: 1fr;
      height: 351px;
      padding: 4em 1em 4em 4em; } }
  @media (min-width: 1280px) {
    .classes-nav-section {
      -ms-grid-columns: 27% 1fr;
          grid-template-columns: 27% 1fr;
      padding: 4em 1em 2em 8em; } }
  .classes-nav-section > div[class*="-wrapper"] {
    text-align: left; }
    .classes-nav-section > div[class*="-wrapper"] > h4 {
      margin: 0 0 30px;
      font-family: "AdelonBook", "Times New Roman", Times, serif;
      font-size: 30px;
      font-weight: 500;
      color: #fff; }
    .classes-nav-section > div[class*="-wrapper"] > [class$="-nav"] .nav-item {
      display: inline-block;
      width: 33%;
      margin: 1em 0;
      text-align: center; }
      @media (min-width: 1024px) {
        .classes-nav-section > div[class*="-wrapper"] > [class$="-nav"] .nav-item {
          width: 80px;
          margin: 0 1.5%; } }
      @media (min-width: 1280px) {
        .classes-nav-section > div[class*="-wrapper"] > [class$="-nav"] .nav-item {
          margin: 0 2.5%; } }
      .classes-nav-section > div[class*="-wrapper"] > [class$="-nav"] .nav-item:first-child {
        margin-left: 0; }
      .classes-nav-section > div[class*="-wrapper"] > [class$="-nav"] .nav-item:last-child {
        margin-right: 0; }
      .classes-nav-section > div[class*="-wrapper"] > [class$="-nav"] .nav-item > .avatar {
        width: 85px;
        height: 85px;
        margin-bottom: 4px;
        border: 5px solid transparent;
        border-radius: 43px; }
        .classes-nav-section > div[class*="-wrapper"] > [class$="-nav"] .nav-item > .avatar:hover {
          cursor: pointer;
          border-color: #370c0c;
          transition: border-color 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .classes-nav-section > div[class*="-wrapper"] > [class$="-nav"] .nav-item > p {
        margin: 0;
        font-size: 18px;
        font-family: "AdelonBook", "Times New Roman", Times, serif;
        color: #f0f0f0;
        line-height: 1; }
    .classes-nav-section > div[class*="-wrapper"]:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
      @media (min-width: 1024px) {
        .classes-nav-section > div[class*="-wrapper"]:nth-child(1) {
          -ms-grid-column: 1;
          -ms-grid-row: 1; } }
    .classes-nav-section > div[class*="-wrapper"]:nth-child(2) {
      -ms-grid-column: 1;
      -ms-grid-row: 2; }
      @media (min-width: 1024px) {
        .classes-nav-section > div[class*="-wrapper"]:nth-child(2) {
          -ms-grid-column: 2;
          -ms-grid-row: 1; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.classes-page > .main-section {
  padding: 50px 1em 4em;
  background-image: linear-gradient(to bottom, #b79e70, #4d422d); }
  @media (min-width: 1024px) {
    .classes-page > .main-section {
      padding: 112px 4em 4em; } }
  @media (min-width: 1024px) {
    .classes-page > .main-section {
      padding: 170px 8em 4em; } }
  .classes-page > .main-section > .classes-title {
    position: relative;
    font-family: "AdelonBook", "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    z-index: 1; }
    @media (min-width: 1024px) {
      .classes-page > .main-section > .classes-title {
        font-size: 50px; } }
  .classes-page > .main-section > .paths > .paths-headline {
    position: relative;
    font-family: "AdelonBook", "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    z-index: 1; }
    @media (min-width: 1024px) {
      .classes-page > .main-section > .paths > .paths-headline {
        font-size: 50px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.article-content {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 1em;
  background-color: #ece9e0;
  transform: translateY(-8px);
  text-align: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  @media (min-width: 1024px) {
    .article-content {
      padding: 30px 84px;
      border-radius: 0;
      transform: translateY(-8em); } }
  .article-content > .headline-wrapper {
    color: #2A2626; }
    .article-content > .headline-wrapper > .title {
      margin: 0 0 31px;
      font-size: 35px; }
      @media (min-width: 1024px) {
        .article-content > .headline-wrapper > .title {
          font-size: 55px; } }
    .article-content > .headline-wrapper > .caption {
      margin: 12.5px 0;
      color: #2A2626; }
  .article-content > .main-content {
    margin: 30px auto;
    color: #2A2626; }
    .article-content > .main-content p {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 18px; }
    .article-content > .main-content a, .article-content > .main-content a:visited {
      color: #f5a623;
      font-family: "Source Sans Pro", sans-serif; }
    .article-content > .main-content h3, .article-content > .main-content h4 {
      font-weight: bold;
      font-size: 20px; }
    .article-content > .main-content img {
      margin: 16px auto;
      text-align: center; }
    .article-content > .main-content table {
      margin: 0 auto;
      text-align: center; }
      .article-content > .main-content table img {
        margin: 0; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.image-modal-overlay, .image-modal-overlay > .image-modal, .image-modal-overlay > .image-modal > .outter, .image-modal-overlay > .image-modal > .outter .modal-image, .image-modal-overlay > .image-modal > .outter > .toolbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.image-modal-overlay {
  position: fixed;
  background-color: rgba(42, 38, 38, 0.8);
  z-index: 99999; }
  .image-modal-overlay > .image-modal {
    border: none;
    overflow: hidden;
    border-radius: 0;
    outline: none;
    padding: 0; }
    .image-modal-overlay > .image-modal > .outter {
      position: relative;
      background-color: rgba(42, 38, 38, 0.8);
      transition: opacity 350ms;
      -webkit-animation-name: closeWindow;
              animation-name: closeWindow;
      touch-action: none;
      z-index: 1000;
      padding: 0 20px; }
      .image-modal-overlay > .image-modal > .outter.open-false {
        opacity: 0; }
      .image-modal-overlay > .image-modal > .outter > .inner {
        position: relative;
        transform: translateY(-50%);
        top: 50%; }
        .image-modal-overlay > .image-modal > .outter > .inner:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 56.25%; }
      .image-modal-overlay > .image-modal > .outter .modal-image {
        height: auto;
        width: auto;
        max-height: 100vh;
        margin: auto;
        max-width: 100%; }
      .image-modal-overlay > .image-modal > .outter > .toolbar {
        height: 3em; }
        .image-modal-overlay > .image-modal > .outter > .toolbar > .toolbar-right {
          position: absolute;
          left: auto;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          right: 0;
          height: 100%;
          width: 3em; }
          .image-modal-overlay > .image-modal > .outter > .toolbar > .toolbar-right > .close-btn {
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
            width: 3em;
            height: 3em;
            cursor: pointer;
            border: none;
            opacity: 0.7; }

@-webkit-keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
main.news-article {
  position: relative;
  min-height: 100vh;
  background-color: #ece9e0;
  padding: 50px 0 2em 0; }
  @media (min-width: 1024px) {
    main.news-article {
      padding: 0 0 2em 0; } }
  main.news-article > .news-article-header {
    position: relative;
    width: 100%;
    height: 300px; }
    @media (min-width: 1024px) {
      main.news-article > .news-article-header {
        height: 800px; } }
    main.news-article > .news-article-header > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ece9e0;
      background-position: 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      main.news-article > .news-article-header > div.hero {
        display: none; }
        @media (min-width: 1024px) {
          main.news-article > .news-article-header > div.hero {
            display: block; } }
      main.news-article > .news-article-header > div.hero-mobile {
        display: block;
        background-size: 768px; }
        @media (min-width: 768px) {
          main.news-article > .news-article-header > div.hero-mobile {
            background-size: cover; } }
        @media (min-width: 1024px) {
          main.news-article > .news-article-header > div.hero-mobile {
            display: none; } }
  main.news-article .article-content {
    border-radius: 10px 10px 0 0; }
    main.news-article .article-content img {
      cursor: pointer;
      width: auto;
      max-width: 100%;
      height: auto !important; }
  main.news-article > .bottom-wrapper {
    position: relative;
    min-height: 45vh;
    background-color: transparent; }
    @media (min-width: 1024px) {
      main.news-article > .bottom-wrapper {
        background-color: #ece9e0; } }
    main.news-article > .bottom-wrapper[class*="tag-border-"] {
      border-top-width: 4px;
      border-top-style: solid; }
  main.news-article > .featured-news-wrapper {
    position: static; }
  main.news-article > .btn {
    margin: 1em auto 0; }
    @media (min-width: 1024px) {
      main.news-article > .btn {
        margin-bottom: 3em; } }
  main.news-article table {
    margin: 0 auto !important;
    background-color: #ece9e0 !important;
    color: #2A2626 !important;
    width: 100% !important;
    overflow: scroll !important; }
    main.news-article table th {
      background-color: #b69e70 !important;
      border-color: #b69e70 !important; }
    main.news-article table td {
      border-color: #b69e70 !important; }
  main.news-article iframe {
    max-width: 600px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important; }
    @media (max-width: 1024px) {
      main.news-article iframe {
        width: 100% !important; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.shop-overview {
  background: black; }
  .shop-overview .shop-banner {
    background-image: url("/images/mobile/shop/header-img_shop-bg_mb.png");
    background-size: 768px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    text-align: left;
    color: white; }
    @media (min-width: 768px) {
      .shop-overview .shop-banner {
        min-height: 400px;
        background-image: url("/images/desktop/shop/shop-header.png");
        background-size: cover;
        background-position: center; } }
    @media (min-width: 1024px) {
      .shop-overview .shop-banner {
        min-height: 400px; } }
    .shop-overview .shop-banner .banner-content {
      width: 100%;
      padding: 180px 20px 30px; }
      @media (min-width: 768px) {
        .shop-overview .shop-banner .banner-content {
          margin-bottom: -100px;
          position: absolute;
          bottom: 50px;
          left: 0; } }
      @media (min-width: 1024px) {
        .shop-overview .shop-banner .banner-content {
          bottom: 150px;
          left: 120px; } }
      .shop-overview .shop-banner .banner-content h1 {
        font-size: 38px;
        margin: 0; }
        @media (min-width: 1024px) {
          .shop-overview .shop-banner .banner-content h1 {
            font-size: 70px; } }
      .shop-overview .shop-banner .banner-content p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 18px;
        margin: 5px auto; }
  .shop-overview .shop-content {
    padding: 0 10px; }
    .shop-overview .shop-content .mobile-bg {
      height: 150px; }
      @media (min-width: 414px) {
        .shop-overview .shop-content .mobile-bg {
          background-size: 100%;
          height: 250px;
          background-position: center 65%; } }
      @media (min-width: 768px) {
        .shop-overview .shop-content .mobile-bg {
          height: 300px; } }
    .shop-overview .shop-content h2 {
      margin: 10px 0 16px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.back-link {
  max-width: 900px;
  margin: -80px auto 20px; }
  @media (min-width: 1024px) {
    .back-link {
      margin: -20px auto 20px; } }
  .back-link > a {
    color: #f1e4c3;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px; }
    .back-link > a:before {
      font-family: "Font Awesome 5 Pro";
      content: "\F053";
      font-weight: 100;
      display: inline-block;
      margin: 0 10px; }
    .back-link > a:hover {
      color: white; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
body.nc-complete .ncoin-shop > h1 {
  display: none; }

.ncoin-shop {
  text-align: left;
  height: auto;
  min-height: calc(100vh - 114px);
  background-color: #000;
  background-image: url("/images/desktop/shop/bg-ncoin.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
  padding-top: 150px; }
  @media (max-width: 768px) {
    .ncoin-shop {
      padding-top: 70px; } }
  .ncoin-shop .shop-complete h1 {
    color: #ffb422;
    font-size: 40px;
    text-align: center; }
    @media (max-width: 768px) {
      .ncoin-shop .shop-complete h1 {
        padding-top: 90px; } }
  .ncoin-shop .shop-tabs {
    text-align: center;
    margin-bottom: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif; }
    @media (max-width: 768px) {
      .ncoin-shop .shop-tabs {
        margin-bottom: 20px; } }
    .ncoin-shop .shop-tabs a {
      color: #d8cbb5;
      padding: 10px 15px;
      margin: 0 40px;
      font-size: 22px;
      opacity: 0.8; }
      .ncoin-shop .shop-tabs a:hover {
        opacity: 1; }
      .ncoin-shop .shop-tabs a.active {
        border-bottom: 2px solid #d8cbb5; }
      @media (max-width: 1024px) {
        .ncoin-shop .shop-tabs a {
          margin: 0 20px;
          font-size: 20px;
          max-width: 50%;
          padding: 10px 5px; } }
  .ncoin-shop h1 {
    color: #ffb422;
    font-size: 50px;
    display: block;
    max-width: 900px;
    font-weight: 100;
    margin: 0 auto;
    padding-left: 5px;
    font-family: "AdelonBook", "Times New Roman", Times, serif;
    text-align: left; }
  .ncoin-shop #nc-shop {
    font-family: "Source Sans Pro", sans-serif; }
    .ncoin-shop #nc-shop .payment-methods .sub-header {
      font-family: "Source Sans Pro", sans-serif; }
    .ncoin-shop #nc-shop .button {
      font-family: "Source Sans Pro", sans-serif; }
      .ncoin-shop #nc-shop .button.payment-method span {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 17px; }

#nc-shop .shop-main.skin-l2 .shop-inner .item-list .list-item.selected, #nc-shop .shop-main.skin-l2 .shop-inner .item-list .list-item:hover, .skin-l2 #nc-shop .shop-main .shop-inner .item-list .list-item.selected, .skin-l2 #nc-shop .shop-main .shop-inner .item-list .list-item:hover {
  border-color: #ffb422; }

#nc-shop .skin-l2 .button {
  background: #ffb422;
  color: black; }
  #nc-shop .skin-l2 .button.external:after {
    color: black; }
  #nc-shop .skin-l2 .button:hover {
    background: #FFC920; }

#nc-shop .skin-l2 .shop-complete .button.external {
  background: none;
  color: #c0b9a2; }

#nc-shop .skin-l2 .shop-complete .button.external:after {
  color: #c0b9a2;
  top: 18px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
body.nc-complete .prestige-shop > h1 {
  display: none; }

body.nc-complete .prestige-shop .prestige-content > h1 {
  display: none; }

.prestige-shop {
  text-align: left;
  height: auto;
  min-height: calc(100vh - 114px);
  background-color: #000;
  background-image: url("/images/desktop/shop/prestige/bg-prestige.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
  padding-top: 150px; }
  .prestige-shop .prestige-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 18px; }
    @media (min-width: 1024px) {
      .prestige-shop .prestige-content {
        padding: 0; } }
  .prestige-shop .prestige-upper {
    text-align: center; }
    .prestige-shop .prestige-upper h1 {
      color: #ffb422;
      font-size: 30px;
      display: block;
      max-width: 900px;
      font-weight: 100;
      margin: 0 auto 25px;
      padding-left: 5px;
      font-family: "AdelonBook", "Times New Roman", Times, serif; }
      @media (min-width: 768px) {
        .prestige-shop .prestige-upper h1 {
          font-size: 50px;
          margin: 0 auto 50px; } }
    .prestige-shop .prestige-upper .shop-complete h1 {
      color: #ffb422;
      font-size: 40px; }
      @media (max-width: 768px) {
        .prestige-shop .prestige-upper .shop-complete h1 {
          padding-top: 50px; } }
    .prestige-shop .prestige-upper .shop-complete .button.history {
      background: none;
      color: #c0b9a2; }
    .prestige-shop .prestige-upper .prestige-icon {
      float: right;
      width: 42%;
      max-width: 302px;
      margin-top: -20px;
      margin-bottom: 20px; }
    .prestige-shop .prestige-upper .prestige-content {
      text-align: left; }
      .prestige-shop .prestige-upper .prestige-content p {
        color: #d8cbb5;
        font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
        font-size: 15px;
        line-height: 20px;
        max-width: 500px;
        padding-left: 5px;
        width: calc(70% - 20px); }
        @media (min-width: 768px) {
          .prestige-shop .prestige-upper .prestige-content p {
            font-size: 20px;
            line-height: 30px; } }
        .prestige-shop .prestige-upper .prestige-content p.price {
          font-size: 30px;
          line-height: 78px; }
          @media (max-width: 768px) {
            .prestige-shop .prestige-upper .prestige-content p.price {
              margin: 0; } }
    .prestige-shop .prestige-upper .item-list {
      opacity: 0;
      height: 0; }
    .prestige-shop .prestige-upper #nc-shop #payment-methods.disabled {
      height: 0;
      overflow: hidden; }
  .prestige-shop .prestige-lower {
    background-color: #191210;
    background-image: url(/images/desktop/shop/prestige/prestige-content.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    padding: 75px 0;
    text-align: center; }
    .prestige-shop .prestige-lower .prestige-column {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      @media (min-width: 768px) {
        .prestige-shop .prestige-lower .prestige-column {
          width: calc(50% - 10px); }
          .prestige-shop .prestige-lower .prestige-column:nth-child(2) {
            margin-left: 20px; } }
      .prestige-shop .prestige-lower .prestige-column .prestige-item {
        display: block;
        height: auto;
        background-color: rgba(255, 255, 255, 0.04);
        margin-bottom: 20px;
        padding: 170px 30px 50px;
        position: relative;
        text-align: left;
        /*&.item-3 {
					> img {
						top: -10px;
					}
				}
				&.item-4 {
					> img {
						top: -10px;
						left: -15px;
					}
				}
				&.item-5 {
					padding-top: 210px;
					> img {
						top: 10px;
						left: 10px;
					}
				}*/ }
        .prestige-shop .prestige-lower .prestige-column .prestige-item > img {
          position: absolute;
          top: 20px;
          left: 20px; }
        .prestige-shop .prestige-lower .prestige-column .prestige-item .prestige-tag {
          font-family: "AdelonBook", "Times New Roman", Times, serif;
          font-weight: bold;
          font-size: 15px;
          color: #332620;
          display: inline-block;
          position: absolute;
          top: 0;
          right: 0;
          padding: 15px;
          text-transform: uppercase;
          background: #cd5919; }
          .prestige-shop .prestige-lower .prestige-column .prestige-item .prestige-tag.new-exclusive {
            background: #f6b730; }
          .prestige-shop .prestige-lower .prestige-column .prestige-item .prestige-tag.new {
            background: #a39c34; }
          .prestige-shop .prestige-lower .prestige-column .prestige-item .prestige-tag.bonus {
            background: #861715;
            color: white; }
        .prestige-shop .prestige-lower .prestige-column .prestige-item h2 {
          color: #ffc45f;
          text-transform: uppercase;
          font-weight: 100;
          font-size: 20px; }
          @media (min-width: 768px) {
            .prestige-shop .prestige-lower .prestige-column .prestige-item h2 {
              font-size: 31px; } }
        .prestige-shop .prestige-lower .prestige-column .prestige-item p {
          color: #d8cbb5;
          font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
          font-size: 16px; }
          .prestige-shop .prestige-lower .prestige-column .prestige-item p.perk-intro {
            font-style: italic; }
          .prestige-shop .prestige-lower .prestige-column .prestige-item p.restrictions {
            font-size: 14px; }
        .prestige-shop .prestige-lower .prestige-column .prestige-item ul {
          padding-left: 20px; }
          .prestige-shop .prestige-lower .prestige-column .prestige-item ul li {
            color: #8a847b;
            font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
            font-size: 14px;
            line-height: 24px; }
    .prestige-shop .prestige-lower .btn {
      margin: 70px 0 100px; }
    .prestige-shop .prestige-lower .notice-container {
      text-align: left;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding-top: 65px; }
      .prestige-shop .prestige-lower .notice-container h4 {
        color: #ffc45f;
        font-size: 20px;
        margin: 0; }
      .prestige-shop .prestige-lower .notice-container p {
        margin: 5px 0;
        font-family: "CartoGothicProBook", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #8a847b; }
        .prestige-shop .prestige-lower .notice-container p a {
          color: #d8cbb5;
          text-decoration: underline; }
          .prestige-shop .prestige-lower .notice-container p a:hover {
            color: white; }
        .prestige-shop .prestige-lower .notice-container p.terms {
          font-style: italic;
          padding-left: 20px;
          position: relative; }
          .prestige-shop .prestige-lower .notice-container p.terms:before {
            font-family: "Font Awesome 5 Pro";
            content: "\F111";
            font-weight: 900;
            font-style: normal;
            position: absolute;
            left: 10px;
            top: 6px;
            font-size: 5px; }

@media (min-width: 1024px) {
  #nc-shop #payment-methods {
    text-align: left;
    margin: 50px 0px; } }

#nc-shop .edit-selection .edit-item.product h3:before {
  display: none; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.back-link {
  max-width: 900px;
  margin: -80px auto 20px; }
  @media (min-width: 1024px) {
    .back-link {
      margin: -20px auto 20px; } }
  .back-link > a {
    color: #f1e4c3;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px; }
    .back-link > a:before {
      font-family: "Font Awesome 5 Pro";
      content: "\F053";
      font-weight: 100;
      display: inline-block;
      margin: 0 10px; }
    .back-link > a:hover {
      color: white; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.ncoin-shop.shop_v2 h1 {
  text-align: center;
  margin-bottom: 50px; }

.ncoin-shop.shop_v2 #nc-shop {
  font-family: "Source Sans Pro", sans-serif; }
  .ncoin-shop.shop_v2 #nc-shop .payment-methods .sub-header {
    font-family: "Source Sans Pro", sans-serif; }
  .ncoin-shop.shop_v2 #nc-shop .button {
    font-family: "Source Sans Pro", sans-serif; }
    .ncoin-shop.shop_v2 #nc-shop .button.payment-method span {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 17px; }
  .ncoin-shop.shop_v2 #nc-shop .skin-l2 .button {
    background: #9e1110;
    color: #fff; }
    .ncoin-shop.shop_v2 #nc-shop .skin-l2 .button:hover {
      background: #bd100d; }
  .ncoin-shop.shop_v2 #nc-shop .skin-l2 .payment-method-cont:hover .button.payment-method {
    background: #bd100d; }
  .ncoin-shop.shop_v2 #nc-shop .skin-l2 .order-summary-modal .accordion .button {
    color: #000; }
  .ncoin-shop.shop_v2 #nc-shop .skin-l2 .shop-complete .button.external {
    background: none;
    color: #9e1110; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.prestige-shop.shop_2 {
  background-image: url("/images/desktop/shop/prestige/bg-prestige-shop2.jpg");
  background-color: #100c0b; }
  @media (max-width: 768px) {
    .prestige-shop.shop_2 {
      background-image: url("/images/mobile/shop/m-bg-prestige-shop2.jpg");
      background-size: 768px auto;
      padding-top: 70px; } }
  .prestige-shop.shop_2 #nc-shop .skin-l2 .button {
    background: #9e1110;
    color: #fff; }
    .prestige-shop.shop_2 #nc-shop .skin-l2 .button:hover {
      background: #bd100d; }
  .prestige-shop.shop_2 #nc-shop .skin-l2 .payment-method-cont:hover .button.payment-method {
    background: #bd100d; }
  .prestige-shop.shop_2 #nc-shop .skin-l2 .order-summary-modal .accordion .button {
    color: #000; }
  .prestige-shop.shop_2 #nc-shop .skin-l2 .shop-complete .button.external {
    background: none;
    color: #9e1110; }
  .prestige-shop.shop_2 .shop-tabs {
    text-align: center;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Source Sans Pro", sans-serif; }
    @media (max-width: 768px) {
      .prestige-shop.shop_2 .shop-tabs {
        margin-bottom: 20px; } }
    .prestige-shop.shop_2 .shop-tabs a {
      color: #d8cbb5;
      padding: 10px 15px;
      margin: 0 40px;
      font-size: 22px;
      opacity: 0.8; }
      .prestige-shop.shop_2 .shop-tabs a:hover {
        opacity: 1; }
      .prestige-shop.shop_2 .shop-tabs a.active {
        border-bottom: 2px solid #d8cbb5; }
      @media (max-width: 1024px) {
        .prestige-shop.shop_2 .shop-tabs a {
          margin: 0 20px;
          font-size: 20px;
          max-width: 50%;
          padding: 10px 5px; } }
  .prestige-shop.shop_2 .btn.shop {
    color: #332824;
    font-family: "AdelonBold", "Times New Roman", Times, serif;
    font-size: 25px;
    font-weight: bold;
    padding: 30px 85px;
    width: auto;
    max-width: 100%;
    border-radius: 2px; }
    @media (max-width: 768px) {
      .prestige-shop.shop_2 .btn.shop {
        padding: 14px 30px;
        font-size: 16px; } }
  .prestige-shop.shop_2 .prestige-content {
    max-width: 1360px; }
  .prestige-shop.shop_2 #nc-shop {
    min-height: 70px;
    margin-top: 30px;
    padding-bottom: 30px;
    font-family: "Source Sans Pro", sans-serif; }
    .prestige-shop.shop_2 #nc-shop .payment-methods .sub-header {
      font-family: "Source Sans Pro", sans-serif; }
    @media (max-width: 768px) {
      .prestige-shop.shop_2 #nc-shop .payment-methods .payment-method-cont {
        width: 320px;
        margin: 0 auto; } }
    .prestige-shop.shop_2 #nc-shop .button {
      font-family: "Source Sans Pro", sans-serif; }
      .prestige-shop.shop_2 #nc-shop .button.payment-method span {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 17px; }
  .prestige-shop.shop_2 .prestige-upper .prestige-content {
    text-align: center; }
    .prestige-shop.shop_2 .prestige-upper .prestige-content p {
      font-family: "Source Sans Pro", sans-serif;
      margin: 0 auto;
      width: 600px;
      max-width: 100%; }
      @media (max-width: 768px) {
        .prestige-shop.shop_2 .prestige-upper .prestige-content p {
          text-align: left;
          width: 185px;
          transform: translateX(-70px); } }
      .prestige-shop.shop_2 .prestige-upper .prestige-content p.price {
        font-size: 45px;
        margin-bottom: 14px; }
        @media (max-width: 768px) {
          .prestige-shop.shop_2 .prestige-upper .prestige-content p.price {
            font-size: 32px; } }
  .prestige-shop.shop_2 .prestige-upper h1, .prestige-shop.shop_2 .prestige-upper p {
    padding-left: 0; }
  .prestige-shop.shop_2 .prestige-upper .prestige-icon {
    display: none; }
  .prestige-shop.shop_2 .prestige-upper .item-list {
    clear: both; }
  .prestige-shop.shop_2 .prestige-lower {
    background-image: url("/images/desktop/shop/prestige/prestige-content-shop2.jpg"); }
    @media (max-width: 768px) {
      .prestige-shop.shop_2 .prestige-lower {
        padding: 50px 0 75px; } }
    .prestige-shop.shop_2 .prestige-lower .prestige-column {
      width: 100%;
      margin-left: 0 !important; }
      .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item {
        padding-top: 50px;
        padding-left: 275px;
        position: relative;
        min-height: 280px; }
        @media (max-width: 1024px) {
          .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item {
            padding-left: 180px;
            min-height: 320px; } }
        @media (max-width: 768px) {
          .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item {
            padding-top: 35px;
            padding-left: 37px;
            min-height: auto; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item > img {
          top: 50px;
          left: 70px;
          height: auto; }
          @media (max-width: 1024px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item > img {
              left: 30px; } }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item > img {
              top: 35px;
              left: 30px;
              width: 70px; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item .prestige-tag {
          position: relative;
          padding: 4px 16px; }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item .prestige-tag {
              margin-left: 80px;
              font-size: 11px; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item h2 {
          margin: 14px 0; }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item h2 {
              margin-left: 80px;
              margin-bottom: 20px; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item p:nth-of-type(1) {
          font-size: 14px;
          line-height: 22px;
          width: 60%; }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item p:nth-of-type(1) {
              width: 100%; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item ul li {
          width: 60%; }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item ul li {
              width: auto; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item p.restrictions {
          position: absolute;
          top: 130px;
          left: 71%; }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item p.restrictions {
              position: static; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item p.restrictions + ul {
          position: absolute;
          top: 152px;
          left: 71%; }
          .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item p.restrictions + ul li {
            width: auto; }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item p.restrictions + ul {
              position: static; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-1 > img {
          width: 150px; }
          @media (max-width: 1024px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-1 > img {
              left: 20px; } }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-1 > img {
              top: 35px;
              left: 30px;
              width: 70px; } }
        @media (max-width: 1024px) {
          .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-2 > img {
            left: 20px; } }
        @media (max-width: 768px) {
          .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-2 > img {
            top: 35px;
            left: 30px;
            width: 70px; } }
        @media (max-width: 1024px) {
          .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-3 > img {
            left: 20px; } }
        @media (max-width: 768px) {
          .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-3 > img {
            top: 35px;
            left: 30px;
            width: 70px; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-4 > img {
          left: 75px; }
          @media (max-width: 1024px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-4 > img {
              left: 30px; } }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-4 > img {
              top: 35px;
              left: 30px;
              width: 70px; } }
        .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-5 > img {
          left: 70px; }
          @media (max-width: 1024px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-5 > img {
              left: 20px; } }
          @media (max-width: 768px) {
            .prestige-shop.shop_2 .prestige-lower .prestige-column .prestige-item.item-5 > img {
              left: 40px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.accordion > .title {
  position: relative;
  padding: 0 30px 10px; }
  .accordion > .title span.close {
    position: absolute;
    top: 0;
    right: 0; }

.accordion > .title {
  font-weight: bold; }
  .accordion > .title:hover {
    cursor: pointer; }

.accordion > .expandable {
  padding: 0;
  line-height: 0;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s all ease-in-out; }

.accordion.active > .expandable {
  line-height: 1.4;
  opacity: 1;
  max-height: 3000px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.tooltip-trigger {
  display: inline-block;
  width: auto !important;
  position: relative; }
  .tooltip-trigger:hover .tooltip {
    display: block; }

.tooltip {
  display: none;
  transition: 0.2s all;
  position: absolute;
  z-index: 1;
  top: 2.25em;
  right: 0;
  width: 200px;
  background: #fff;
  color: #676863;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 0.85em;
  text-align: left; }
  .tooltip .triangle {
    width: 0 !important;
    height: 0 !important;
    border-style: solid;
    border-width: 0 0.5em 0.5em 0.5em;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    z-index: 10;
    top: -0.5em;
    right: 25%; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.server-transfer {
  text-align: left;
  height: auto;
  min-height: calc(100vh - 114px);
  background-color: #080605;
  background-image: url("/images/desktop/shop/server-transfer-header-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
  padding-top: 150px;
  color: #d8cbb5;
  font-family: 'Source Sans Pro', sans-serif; }
  @media (max-width: 768px) {
    .server-transfer {
      background-image: url("/images/mobile/shop/m-server-transfer-header-bg.jpg");
      background-size: 768px auto;
      padding-top: 85px; } }
  .server-transfer h1 {
    color: #ffb126;
    font-size: 3em; }
    @media (max-width: 768px) {
      .server-transfer h1 {
        font-size: 2.2em; } }
  .server-transfer h2 {
    font-size: 2.1em;
    font-weight: 400;
    text-align: center; }
  .server-transfer h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1.5em; }
  .server-transfer h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1.3em; }
    @media (max-width: 768px) {
      .server-transfer h4 {
        margin-bottom: 5px; } }
  .server-transfer p {
    font-size: 1.25em;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .server-transfer p {
        font-size: 1em; } }
  .server-transfer ul {
    margin: 0;
    padding: 20px 0;
    list-style-type: none; }
    .server-transfer ul li {
      line-height: 1.4;
      margin: 0 0 15px 0;
      padding: 0; }
      .server-transfer ul li a {
        color: #d8cbb5;
        padding-left: 20px;
        position: relative; }
        .server-transfer ul li a:hover {
          text-decoration: underline; }
        .server-transfer ul li a:after {
          position: absolute;
          top: 0;
          left: 0;
          font-family: "Font Awesome 5 Pro";
          content: "\F054";
          font-weight: 100;
          display: inline-block; }
  .server-transfer .checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer; }
  .server-transfer input[type="checkbox"] {
    display: none; }
    .server-transfer input[type="checkbox"] + label {
      background: url("/images/desktop/shop/check.png") no-repeat center center/100% auto;
      height: 18px;
      width: 18px;
      display: inline-block;
      padding: 0;
      margin-right: 8px; }
      .server-transfer input[type="checkbox"] + label:after {
        background: url("/images/desktop/shop/checked.png") no-repeat center center/100% auto;
        opacity: 0; }
    .server-transfer input[type="checkbox"]:checked + label {
      background: url("/images/desktop/shop/checked.png") no-repeat center center/100% auto; }
  .server-transfer .btn {
    text-transform: none; }
    .server-transfer .btn.btn-disabled:hover {
      cursor: default; }
    .server-transfer .btn.btn-select-server {
      color: rgba(255, 255, 255, 0.5);
      background: none;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 2px;
      font-size: 1.1em;
      font-weight: normal;
      padding: 1.25em 2.5em;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .server-transfer .btn.btn-select-server.active {
        color: #ffb423;
        border-color: #ffb423; }
      .server-transfer .btn.btn-select-server span.help {
        position: relative; }
        .server-transfer .btn.btn-select-server span.help:before {
          font-family: "Font Awesome 5 Pro";
          content: "\F059";
          font-weight: 100;
          display: inline-block;
          margin-left: 20px; }
      .server-transfer .btn.btn-select-server .tooltip {
        right: -3.1rem; }
      @media (max-width: 768px) {
        .server-transfer .btn.btn-select-server {
          margin: 10px 10px 10px 0;
          padding: 20px 40px; } }
    .server-transfer .btn.btn-purchase-server-transfer {
      color: #000;
      background: #ffb423;
      border: 0;
      border-radius: 0;
      font-size: 1.3em;
      font-weight: bold;
      padding: 0.75em 2.5em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .server-transfer .btn.btn-purchase-server-transfer {
          font-size: 1em;
          padding: 1.25em 2.5em; } }
    .server-transfer .btn.btn-modal {
      color: rgba(0, 0, 0, 0.8);
      background: none;
      border: 1px solid rgba(0, 0, 0, 0.8);
      border-radius: 2px;
      font-size: 0.7em;
      font-weight: normal;
      padding: 0.5em 2.5em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase; }
      .server-transfer .btn.btn-modal:hover {
        color: #000;
        border-color: #000; }
      .server-transfer .btn.btn-modal.confirm {
        border-color: #ffb423;
        background: #ffb423;
        color: #322421; }
  .server-transfer .buttons {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 16px; }
    .server-transfer .buttons button {
      margin: 0 16px 16px 0; }
  .server-transfer #nc-shop .item-list.transfer-items {
    display: none; }
  .server-transfer .transfer-confimation {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .server-transfer .transfer-confimation {
        width: 320px;
        max-width: 100%;
        margin: 0 auto; } }
  .server-transfer .transfer-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .server-transfer .transfer-content {
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
        padding: 0; } }
  .server-transfer .transfer-content-loading {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center; }
    .server-transfer .transfer-content-loading .loading {
      background: url("/images/global/loading.gif") no-repeat center center/2em auto;
      display: inline-block;
      width: 2em;
      height: 2em; }
    @media (max-width: 768px) {
      .server-transfer .transfer-content-loading {
        width: 320px;
        max-width: 100%;
        margin: 0 auto; } }
  .server-transfer .transfer-content-not-active {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center; }
    @media (max-width: 768px) {
      .server-transfer .transfer-content-not-active {
        width: 320px;
        max-width: 100%;
        margin: 0 auto; } }
  .server-transfer .transfer-content-logged-out {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center; }
    .server-transfer .transfer-content-logged-out a {
      color: #fff; }
      .server-transfer .transfer-content-logged-out a:hover {
        text-decoration: underline; }
    @media (max-width: 768px) {
      .server-transfer .transfer-content-logged-out {
        width: 320px;
        max-width: 100%;
        margin: 0 auto; } }
  .server-transfer .transfer-header {
    padding: 0 0 30px; }
    .server-transfer .transfer-header .price {
      font-size: 2.5em;
      font-weight: bold;
      padding: 5px 0; }
    @media (max-width: 768px) {
      .server-transfer .transfer-header {
        padding: 0; }
        .server-transfer .transfer-header .back-link {
          display: none; } }
  .server-transfer .transfer-steps {
    background-image: url("/images/desktop/shop/middle-box.png");
    background-repeat: repeat-x;
    background-position: top center;
    padding: 20px 0; }
    @media (max-width: 768px) {
      .server-transfer .transfer-steps {
        background-image: url("/images/mobile/shop/m-middle-box.png");
        background-size: 768px auto; } }
    .server-transfer .transfer-steps .bottom {
      text-align: center;
      padding: 50px 0; }
  .server-transfer .transfer-step .loading {
    background: url("/images/global/loading.gif") no-repeat center center/1em auto;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 8em; }
  .server-transfer .transfer-step.disabled {
    opacity: 0.3; }
  .server-transfer .transfer-status {
    margin-bottom: 20px; }
    .server-transfer .transfer-status.success .accordion > .title {
      background: #28771c;
      color: #fff; }
    .server-transfer .transfer-status.pending .accordion > .title {
      background: #d8cbb5;
      color: #332620; }
    .server-transfer .transfer-status.failed .accordion > .title {
      background: #750f0d;
      color: #deceb5; }
    .server-transfer .transfer-status .accordion {
      background: #fff;
      margin-bottom: 1em; }
      .server-transfer .transfer-status .accordion > .title {
        font-weight: normal;
        padding: 8px 30px; }
        .server-transfer .transfer-status .accordion > .title span.close {
          top: 8px;
          right: 30px; }
          .server-transfer .transfer-status .accordion > .title span.close:before {
            font-family: "Font Awesome 5 Pro";
            content: "\F078";
            font-weight: 100;
            display: inline-block;
            margin-right: 10px;
            transform: rotate(0deg);
            transition: 0.4s all; }
          @media (max-width: 768px) {
            .server-transfer .transfer-status .accordion > .title span.close {
              right: 15px; }
              .server-transfer .transfer-status .accordion > .title span.close:before {
                margin-right: 0; }
              .server-transfer .transfer-status .accordion > .title span.close > span {
                display: none; } }
        @media (max-width: 768px) {
          .server-transfer .transfer-status .accordion > .title {
            padding: 8px 30px 8px 15px; } }
      .server-transfer .transfer-status .accordion .cont {
        padding: 15px 30px 20px;
        color: #000;
        position: relative; }
      .server-transfer .transfer-status .accordion .reason {
        color: #750f0d;
        font-weight: bold;
        padding-bottom: 0.5em; }
      .server-transfer .transfer-status .accordion.active > .title span.close:before {
        content: "\F078";
        transform: rotate(180deg); }
    .server-transfer .transfer-status .bottom-right {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 0; }
      .server-transfer .transfer-status .bottom-right a {
        color: #2a2625;
        text-decoration: underline; }
      @media (max-width: 768px) {
        .server-transfer .transfer-status .bottom-right {
          position: static;
          text-align: right; } }
  .server-transfer .transfer-status-cont {
    margin-bottom: 1rem;
    position: relative; }
    .server-transfer .transfer-status-cont:last-child {
      margin-bottom: 0; }
  .server-transfer .transfer-status-row span.title {
    font-weight: normal;
    width: 300px;
    display: inline-block;
    padding: 5px 0; }
  .server-transfer .transfer-status-row span.info {
    font-weight: bold; }
  @media (max-width: 768px) {
    .server-transfer .transfer-status-row {
      margin-bottom: 10px; } }
  .server-transfer .transfer-characters {
    padding: 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 768px) {
      .server-transfer .transfer-characters {
        border: 0; } }
  .server-transfer .transfer-character-none {
    padding: 14px 50px; }
    @media (max-width: 768px) {
      .server-transfer .transfer-character-none {
        padding: 14px 20px; } }
  .server-transfer .transfer-character-row {
    display: flex;
    align-items: center;
    padding: 14px 0;
    margin-bottom: 1px; }
    .server-transfer .transfer-character-row span {
      width: 100px; }
      .server-transfer .transfer-character-row span.checked {
        width: 50px; }
        .server-transfer .transfer-character-row span.checked:before {
          font-family: "Font Awesome 5 Pro";
          content: "\F111";
          font-weight: 100;
          display: inline-block;
          margin-left: 20px; }
      .server-transfer .transfer-character-row span.character {
        width: 150px; }
      .server-transfer .transfer-character-row span.server {
        width: 150px; }
      .server-transfer .transfer-character-row span.class {
        width: 150px; }
      .server-transfer .transfer-character-row span.level {
        width: auto; }
      .server-transfer .transfer-character-row span.status {
        width: auto; }
      .server-transfer .transfer-character-row span.status {
        position: relative;
        width: auto;
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
        padding-right: 1em; }
        .server-transfer .transfer-character-row span.status.eligible {
          color: #50ff35; }
          .server-transfer .transfer-character-row span.status.eligible:before {
            font-family: "Font Awesome 5 Pro";
            content: "\F00C";
            font-weight: 100;
            display: inline-block;
            margin-right: 0.5em; }
        .server-transfer .transfer-character-row span.status.not-eligible {
          color: #d50005; }
          .server-transfer .transfer-character-row span.status.not-eligible a {
            color: #57524e;
            text-decoration: underline;
            font-size: 0.75em;
            padding: 0 1em; }
          .server-transfer .transfer-character-row span.status.not-eligible:before {
            font-family: "Font Awesome 5 Pro";
            content: "\F00D";
            font-weight: 100;
            display: inline-block;
            margin-right: 0.5em; }
        .server-transfer .transfer-character-row span.status .loading {
          background: url("/images/global/loading.gif") no-repeat center center/1em auto;
          display: inline-block;
          width: 1em;
          height: 1em;
          margin-right: 1em; }
    .server-transfer .transfer-character-row label {
      color: #918779;
      width: 70px;
      display: none; }
    .server-transfer .transfer-character-row.header:hover {
      background: none; }
    .server-transfer .transfer-character-row.header span.checked:before {
      display: none; }
    .server-transfer .transfer-character-row.active, .server-transfer .transfer-character-row:hover {
      background: #221e1d; }
      .server-transfer .transfer-character-row.active span.checked:before, .server-transfer .transfer-character-row:hover span.checked:before {
        color: #e9c861; }
    .server-transfer .transfer-character-row.active {
      background: #221e1d; }
      .server-transfer .transfer-character-row.active span.checked:before {
        font-weight: bold; }
    .server-transfer .transfer-character-row:hover {
      cursor: pointer; }
      .server-transfer .transfer-character-row:hover span.checked:before {
        color: #e9c861; }
    @media (max-width: 768px) {
      .server-transfer .transfer-character-row {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        padding: 10px 10px 10px 40px; }
        .server-transfer .transfer-character-row.header {
          display: none; }
        .server-transfer .transfer-character-row:first-child {
          border-top: 0; }
        .server-transfer .transfer-character-row span {
          display: block;
          width: auto;
          margin-bottom: 10px; }
          .server-transfer .transfer-character-row span.checked {
            position: absolute;
            top: 13px;
            left: -10px; }
          .server-transfer .transfer-character-row span.character {
            font-size: 1.2em;
            width: 100%; }
          .server-transfer .transfer-character-row span.server {
            width: 100%; }
          .server-transfer .transfer-character-row span.class {
            padding-left: 70px;
            position: relative;
            width: 100%; }
            .server-transfer .transfer-character-row span.class label {
              position: absolute;
              top: 0;
              left: 0; }
          .server-transfer .transfer-character-row span.status {
            text-align: left;
            display: flex;
            justify-content: start; }
            .server-transfer .transfer-character-row span.status .loading {
              margin: 2px 10px 0 0; }
          .server-transfer .transfer-character-row span.tooltip-trigger {
            margin-bottom: 0; }
        .server-transfer .transfer-character-row label {
          display: inline-block; } }
  .server-transfer .transfer-request {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .server-transfer .transfer-request .title {
      width: 130px;
      display: inline-block; }
    @media (max-width: 768px) {
      .server-transfer .transfer-request {
        display: flex;
        width: 100%; } }
    .server-transfer .transfer-request .transfer-request-row {
      padding: 10px 0; }
      @media (max-width: 768px) {
        .server-transfer .transfer-request .transfer-request-row {
          width: 50%; }
          .server-transfer .transfer-request .transfer-request-row .title {
            margin-bottom: 8px;
            color: #918779; } }
  .server-transfer .toc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0 0; }
    .server-transfer .toc a {
      color: #d8cbb5; }
      .server-transfer .toc a:hover {
        text-decoration: underline; }
    @media (max-width: 768px) {
      .server-transfer .toc {
        display: block; } }
  .server-transfer .transfer-success {
    text-align: center;
    min-height: calc(100vh - 114px);
    padding-top: 150px; }
    .server-transfer .transfer-success h1 {
      font-weight: normal;
      font-size: 2.5em;
      color: #d8cbb5; }
    .server-transfer .transfer-success h2 {
      font-weight: normal;
      font-size: 2em;
      color: #d8cbb5; }
    .server-transfer .transfer-success p {
      color: #918779; }
    .server-transfer .transfer-success .order-id {
      font-size: 1.5em;
      color: #ffb423;
      padding: 50px 0 100px; }
      .server-transfer .transfer-success .order-id .title {
        color: #918779;
        padding: 0 10px; }
    .server-transfer .transfer-success a {
      color: #d09a62;
      text-decoration: underline; }
  .server-transfer .transfer-faq {
    background-image: url("/images/desktop/shop/server-transfer-faq-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px auto;
    min-height: 300px;
    padding: 100px 0;
    background-color: #000000; }
    @media (max-width: 768px) {
      .server-transfer .transfer-faq {
        background-image: url("/images/mobile/shop/m-server-transfer-faq-bg.jpg");
        background-size: 768px auto; } }
    .server-transfer .transfer-faq .accordion > .title {
      font-weight: normal;
      padding: 10px 30px 12px;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      .server-transfer .transfer-faq .accordion > .title span.left {
        position: absolute;
        top: 10px;
        left: 0; }
      .server-transfer .transfer-faq .accordion > .title span.close {
        top: 10px;
        right: 30px; }
        .server-transfer .transfer-faq .accordion > .title span.close:before {
          font-family: "Font Awesome 5 Pro";
          content: "\F00D";
          font-weight: 100;
          display: inline-block;
          transform: rotate(45deg);
          transition: 0.2s all; }
        @media (max-width: 768px) {
          .server-transfer .transfer-faq .accordion > .title span.close {
            right: 5px; } }
    .server-transfer .transfer-faq .accordion .cont {
      position: relative;
      padding: 8px 100px 30px 30px;
      color: #918779; }
      @media (max-width: 768px) {
        .server-transfer .transfer-faq .accordion .cont {
          padding: 8px 30px 30px 30px; } }
      .server-transfer .transfer-faq .accordion .cont span.left {
        position: absolute;
        top: 8px;
        left: 0; }
      .server-transfer .transfer-faq .accordion .cont ul {
        list-style-type: circle;
        margin-left: 1.5em; }
        .server-transfer .transfer-faq .accordion .cont ul li {
          line-height: 1.2;
          margin-bottom: 0.5em; }
    .server-transfer .transfer-faq .accordion.active > .title span.close:before {
      content: "\F00D";
      transform: rotate(0); }
    .server-transfer .transfer-faq .accordion.first > .title {
      border: 0; }
  .server-transfer .modals {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vw;
    z-index: 100;
    display: none; }
    .server-transfer .modals.active {
      display: block; }
    .server-transfer .modals .modal-close {
      position: absolute;
      top: 0.25em;
      right: 0;
      padding: 1em; }
      .server-transfer .modals .modal-close:hover {
        cursor: pointer; }
      .server-transfer .modals .modal-close:before {
        font-family: "Font Awesome 5 Pro";
        content: "\F00D";
        font-weight: 100;
        display: inline-block; }
    .server-transfer .modals .modals-content {
      position: relative;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: rgba(0, 0, 0, 0.8);
      font-size: 0.8em; }
      .server-transfer .modals .modals-content p {
        font-size: 0.8em;
        color: #7b7a78; }
      .server-transfer .modals .modals-content .transfer-status-row {
        font-size: 0.7em; }
        .server-transfer .modals .modals-content .transfer-status-row span.title {
          width: 200px;
          text-align: left; }
        .server-transfer .modals .modals-content .transfer-status-row span.info {
          width: 200px;
          display: inline-block;
          text-align: left; }
        @media (max-width: 768px) {
          .server-transfer .modals .modals-content .transfer-status-row {
            font-size: 14px;
            display: flex;
            width: 100%; }
            .server-transfer .modals .modals-content .transfer-status-row .title {
              width: 50; }
            .server-transfer .modals .modals-content .transfer-status-row .info {
              width: 50; } }
    .server-transfer .modals .modal-box {
      background: #fff;
      width: 500px;
      max-width: 100%;
      min-height: 100px;
      padding: 20px 50px;
      z-index: initial;
      font-size: 1.4em;
      margin: 20px;
      position: relative;
      top: -50px;
      display: none; }
      .server-transfer .modals .modal-box.active {
        display: inline-block; }
      @media (max-width: 768px) {
        .server-transfer .modals .modal-box {
          padding: 20px 20px; } }
    .server-transfer .modals .modal-title {
      padding: 10px 20px;
      color: #7d0e07;
      border-bottom: 1px solid #e5e5e5;
      text-align: center;
      font-weight: bold; }
      @media (max-width: 768px) {
        .server-transfer .modals .modal-title {
          font-size: 30px;
          margin-bottom: 20px; } }
    .server-transfer .modals .modal-buttons {
      text-align: center;
      padding: 1em 0; }
      .server-transfer .modals .modal-buttons button {
        margin: 0 10px; }
        @media (max-width: 768px) {
          .server-transfer .modals .modal-buttons button {
            padding: 15px 40px; } }
    .server-transfer .modals .loading {
      background: url("/images/global/loading.gif") no-repeat center center/1em auto;
      display: inline-block;
      width: 1em;
      height: 1em;
      margin: 2em auto 2em; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.download-page {
  position: relative; }
  .download-page a {
    text-decoration: underline;
    color: #ffb422; }
  .download-page .dl-header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 100px 30px 100px;
    background-image: url("/images/mobile/download/m-L2-launcher-download-top-bg.jpg");
    background-size: 768px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .download-page .dl-header {
        padding: 200px 65px 65px;
        background-image: url("/images/desktop/download/L2-launcher-download-top-bg.jpg");
        background-size: 100%; } }
    .download-page .dl-header > .top-header {
      width: 100%;
      max-width: 400px;
      margin: 0 auto 200px;
      text-align: center; }
      @media (min-width: 1024px) {
        .download-page .dl-header > .top-header {
          max-width: 1220px;
          margin: 0 auto -25px; } }
      .download-page .dl-header > .top-header > h1.header {
        font-family: "AdelonBook", "Times New Roman", Times, serif;
        font-size: 45px;
        margin: 0 auto 30px;
        font-weight: 700;
        line-height: 1.11;
        color: #fff;
        max-width: 8em; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > h1.header {
            font-size: 70px;
            margin: 0 auto 24px;
            max-width: 100%;
            line-height: normal; } }
      .download-page .dl-header > .top-header > .subheader {
        max-width: 291px;
        margin: 0 auto 30px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: normal;
        font-size: 16px;
        color: #d8d8d8;
        line-height: 1.56; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > .subheader {
            margin: 0 auto 70px;
            max-width: 610px;
            font-size: 18px; } }
      .download-page .dl-header > .top-header > .mobile-wrapper {
        max-width: 291px;
        margin: 0 auto 150px; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > .mobile-wrapper {
            display: none; } }
        .download-page .dl-header > .top-header > .mobile-wrapper > .mobile-header {
          color: #ffb422;
          fonbt-family: "Source Sans Pro", sans-serif;
          font-size: 16px;
          line-height: 1.56; }
      .download-page .dl-header > .top-header > .button-wrapper {
        display: none;
        margin: 0 auto 10px;
        text-align: center; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > .button-wrapper {
            display: block; } }
        .download-page .dl-header > .top-header > .button-wrapper > .btn {
          width: 366px;
          height: 90px;
          line-height: 60px;
          font-family: "AdelonMedium", "Times New Roman", Times, serif;
          border-radius: 5px;
          box-shadow: 0 0 14.8px 3.2px rgba(0, 0, 0, 0.25); }
        .download-page .dl-header > .top-header > .button-wrapper > p {
          margin-bottom: 3rem;
          font-size: 16px;
          font-family: "Source Sans Pro", sans-serif;
          color: #d8d8d8; }
      .download-page .dl-header > .top-header > .divider {
        position: absolute;
        left: 50%;
        top: 40em;
        width: 150%;
        height: 24px;
        transform: translateX(-50%);
        background-image: url("/images/desktop/download/download-rule-line.png");
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .top-header > .divider {
            position: static;
            width: 100%;
            margin: 0 auto 50px;
            background-size: 100%;
            transform: translateX(0); } }
    .download-page .dl-header > .bottom-header {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
      @media (min-width: 1024px) {
        .download-page .dl-header > .bottom-header {
          max-width: 1400px;
          height: auto; } }
      .download-page .dl-header > .bottom-header > .inner-wrapper {
        width: 100%;
        height: auto;
        margin: 0 auto; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .bottom-header > .inner-wrapper {
            height: 545px;
            padding-top: 25px; }
            .download-page .dl-header > .bottom-header > .inner-wrapper:before {
              content: '';
              clear: both;
              display: table; } }
        .download-page .dl-header > .bottom-header > .inner-wrapper > .screenshot-wrapper {
          display: block;
          position: relative;
          width: 100%;
          padding-bottom: 80%;
          margin-bottom: 20px;
          box-sizing: unset;
          transform: translate(0, 5em); }
          @media (min-width: 1024px) {
            .download-page .dl-header > .bottom-header > .inner-wrapper > .screenshot-wrapper {
              display: inline-block;
              width: calc(50% - 30px);
              height: 540px;
              margin: 0 30px 0 0;
              padding: 0;
              float: left;
              transform: translate(30px, -50px);
              z-index: 1; } }
          @media only screen and (max-width: 768px) {
            .download-page .dl-header > .bottom-header > .inner-wrapper > .screenshot-wrapper {
              transform: translate(0, 5em); } }
          .download-page .dl-header > .bottom-header > .inner-wrapper > .screenshot-wrapper > .launcher-screenshot {
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            transform: translate3d(-50%, -50%, 0);
            width: 180%;
            max-width: 1138px;
            height: 749px;
            margin: 0 auto;
            background-image: url("/images/desktop/download/L2-launcher-download-launcher-EN.png");
            background-size: 100%;
            background-position: 50% 20%;
            background-repeat: no-repeat; }
        .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper {
          display: block;
          max-width: 295px;
          margin: 0 auto;
          padding: 0;
          text-align: left;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 16px;
          color: #d8d8d8; }
          @media (min-width: 1024px) {
            .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper {
              position: relative;
              display: inline-block;
              width: 50%;
              max-width: 470px;
              margin: 0;
              padding-top: 4%;
              padding-left: 30px;
              float: left;
              font-size: 18px;
              z-index: 2; } }
          .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper > p {
            margin-bottom: 40px;
            color: inherit; }
            @media (min-width: 1024px) {
              .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper > p {
                margin-bottom: 30px; } }
          .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper > ul {
            margin: 0 auto 40px;
            padding-left: 18px; }
            .download-page .dl-header > .bottom-header > .inner-wrapper > .text-wrapper > ul > li {
              margin-bottom: 15px;
              padding-left: 2px;
              color: inherit; }
      .download-page .dl-header > .bottom-header > .info-wrapper {
        position: relative;
        text-align: left;
        padding-left: 21px;
        margin: 75px auto 0;
        max-width: 295px;
        line-height: 1.5; }
        @media (min-width: 1024px) {
          .download-page .dl-header > .bottom-header > .info-wrapper {
            margin: 0 auto;
            width: auto;
            max-width: 100%;
            text-align: center;
            line-height: 1.38;
            transform: translateY(-2em); } }
        .download-page .dl-header > .bottom-header > .info-wrapper > div {
          position: relative;
          display: inline-block;
          width: auto;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 16px; }
          .download-page .dl-header > .bottom-header > .info-wrapper > div:before {
            content: "\F06A";
            position: absolute;
            left: -20px;
            top: 0;
            width: 10px;
            height: 10px;
            color: inherit;
            font-family: FontAwesome; }
            @media (min-width: 1024px) {
              .download-page .dl-header > .bottom-header > .info-wrapper > div:before {
                left: -18px; } }
  .download-page > .dl-faq {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 72px 30px 100px;
    background-image: url("/images/mobile/download/m-L2-launcher-download-faq-bg.jpg");
    background-size: 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .download-page > .dl-faq {
        padding: 157px 30px 100px;
        background-image: url("/images/desktop/download/L2-launcher-download-faq-bg.jpg"); } }
    .download-page > .dl-faq > .wrapper {
      position: relative;
      width: 100%;
      max-width: 310px;
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 1024px) {
        .download-page > .dl-faq > .wrapper {
          max-width: 1000px;
          position: static; } }
      .download-page > .dl-faq > .wrapper > h2 {
        font-family: "AdelonBook", "Times New Roman", Times, serif;
        font-size: 75px;
        position: relative;
        margin: 0 auto 70px;
        font-weight: bold;
        line-height: 1.4;
        color: #f0f0f0;
        z-index: 1; }
        @media (min-width: 1024px) {
          .download-page > .dl-faq > .wrapper > h2 {
            font-size: 98px; } }
      .download-page > .dl-faq > .wrapper > img {
        position: absolute;
        z-index: 0; }
        @media (min-width: 1024px) {
          .download-page > .dl-faq > .wrapper > img {
            top: 0;
            left: 0;
            width: 750px; } }
        @media only screen and (max-width: 1350px) {
          .download-page > .dl-faq > .wrapper > img {
            top: 0;
            left: -180px;
            width: 750px; } }
        @media only screen and (max-width: 975px) {
          .download-page > .dl-faq > .wrapper > img {
            width: 500px;
            top: 50px;
            left: -80px; } }
        @media only screen and (max-width: 768px) {
          .download-page > .dl-faq > .wrapper > img {
            top: -100px;
            left: -115px;
            width: 300px; } }
      .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] {
        margin: 0 auto 30px; }
        .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] {
          position: relative;
          padding-left: 28px;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 16px;
          text-align: left;
          line-height: 1.75; }
          @media (min-width: 1024px) {
            .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] {
              line-height: 1.56;
              font-size: 18px; } }
          .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] > p {
            color: inherit;
            margin: 0;
            line-height: inherit; }
          .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] > .qa-label {
            position: absolute;
            left: -2px;
            top: 0;
            color: inherit;
            line-height: inherit; }
          .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > [class^="faq-"] span.no-wrap {
            white-space: nowrap; }
        .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > .faq-q {
          color: #ece9e0; }
        .download-page > .dl-faq > .wrapper > .faq-wrapper > [class^="faq-item-"] > .faq-a {
          color: #B79E70; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.page-not-found {
  background-image: url("/images/mobile/about/header-img_about-pg.png");
  background-position: right 50px;
  background-repeat: no-repeat;
  background-size: 768px;
  position: relative;
  min-height: 100vh;
  background-size: 100% auto;
  width: 100%; }
  @media (min-width: 768px) {
    .page-not-found {
      background: url("/images/desktop/about/bg-header.png") no-repeat top center; } }
  .page-not-found > .wrapper {
    position: absolute;
    left: 50%;
    top: 40%;
    bottom: auto;
    transform: translate3d(-50%, -50%, 0);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    text-align: center;
    background-color: #370c0c;
    border-radius: 5px;
    padding: 1em 2em; }
    @media (min-width: 1024px) {
      .page-not-found > .wrapper {
        padding: 1em 6em; } }
    .page-not-found > .wrapper > h1 {
      font-family: "AdelonBook", "Times New Roman", Times, serif;
      color: #fff;
      font-size: 33px; }
      @media (min-width: 1024px) {
        .page-not-found > .wrapper > h1 {
          font-size: 60px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
#classic-saviors {
  background: black;
  text-align: left;
  color: white;
  max-width: 1920px;
  margin: auto;
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /* Site Max Width */
  /*Colors*/
  /*theme*/
  /*Fonts*/
  /* components */
  /* Font Awesome Icons */
  /* Animation */
  /*Absolutely centers things with the origin point in the center*/ }
  #classic-saviors .site-hover-link {
    font-family: "Source Sans Pro", sans-serif;
    height: 25px;
    background: rgba(71, 85, 93, 0.8);
    color: white;
    text-align: right;
    line-height: 23px;
    font-size: 12px;
    padding-right: 10px; }
    #classic-saviors .site-hover-link:hover {
      background: #47555d; }
    @media (min-width: 768px) {
      #classic-saviors .site-hover-link {
        padding-right: 0;
        text-align: center;
        font-size: 16px;
        height: 36px;
        min-width: 197px; } }
    #classic-saviors .site-hover-link .fa-angle-right {
      opacity: 1;
      line-height: 23px; }
      @media (min-width: 768px) {
        #classic-saviors .site-hover-link .fa-angle-right {
          line-height: 36px; } }
  #classic-saviors .section {
    position: relative;
    height: 100%;
    width: 100%;
    height: 100vh;
    background-color: black; }
    #classic-saviors .section .content {
      padding: 10px;
      top: 30px;
      max-width: 360px;
      color: #fff;
      transform: translate3d(-50%, 0, 0);
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3); }
      #classic-saviors .section .content > h1 {
        font-weight: bold;
        font-size: 45px;
        line-height: 1; }
      #classic-saviors .section .content > p {
        line-height: 1.65;
        font-size: 17px; }
      @media (min-width: 768px) {
        #classic-saviors .section .content {
          max-width: 833px;
          width: 70%; } }
      @media (min-width: 1024px) {
        #classic-saviors .section .content > h1 {
          font-size: 75px; }
        #classic-saviors .section .content > p {
          font-size: 20px; } }
    #classic-saviors .section.section-1 {
      min-height: 810px;
      background-image: url("/images/mobile/game-updates/saviors/m-L2C-Saviors-sec03-new-raid-boss-bg.jpg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 768px; }
      @media (min-width: 768px) {
        #classic-saviors .section.section-1 {
          background-size: 1024px;
          background-image: url("/images/desktop/game-updates/saviors/L2C-Saviors-sec03-new-raid-boss-bg.jpg");
          background-position: top center;
          background-repeat: no-repeat;
          background-size: cover; } }
      #classic-saviors .section.section-1 .content h1 {
        padding-bottom: 330px; }
      @media (min-width: 768px) {
        #classic-saviors .section.section-1 .content h1 {
          padding-bottom: 0px; } }
      @media (min-width: 1024px) {
        #classic-saviors .section.section-1 .content {
          top: 80px;
          max-width: 833px; } }
    #classic-saviors .section.section-2 {
      min-height: 970px;
      background-image: url("/images/mobile/game-updates/saviors/m-L2C-Saviors-sec04-hunting-ground-bg.jpg");
      background-position: top 25px center;
      background-repeat: no-repeat;
      background-size: 768px; }
      @media (min-width: 768px) {
        #classic-saviors .section.section-2 {
          background-image: url("/images/desktop/game-updates/saviors/L2C-Saviors-sec04-hunting-ground-bg.jpg");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover; } }
      @media (min-width: 1320px) {
        #classic-saviors .section.section-2 {
          min-height: 1080px; } }
      #classic-saviors .section.section-2 .content h1 {
        padding-bottom: 300px; }
      @media (min-width: 768px) {
        #classic-saviors .section.section-2 .content h1 {
          padding-bottom: 0px; } }
      @media (min-width: 1024px) {
        #classic-saviors .section.section-2 .content {
          max-width: 739px;
          transform: translate3d(0%, 120px, 0);
          left: 0; }
          #classic-saviors .section.section-2 .content h1, #classic-saviors .section.section-2 .content p {
            text-align: left; } }
      @media (min-width: 1320px) {
        #classic-saviors .section.section-2 .content {
          transform: translate3d(15%, 120px, 0);
          left: 0; } }
    #classic-saviors .section.section-3 {
      min-height: 820px;
      background-image: url("/images/mobile/game-updates/saviors/m-L2C-Saviors-sec05-class-bg.jpg");
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 768px; }
      @media (min-width: 768px) {
        #classic-saviors .section.section-3 {
          background-image: url("/images/desktop/game-updates/saviors/L2C-Saviors-sec05-class-bg.jpg");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover; } }
      #classic-saviors .section.section-3 .content {
        top: 0; }
        #classic-saviors .section.section-3 .content h1 {
          padding: 0; }
        @media (min-width: 1024px) {
          #classic-saviors .section.section-3 .content {
            padding-top: 40px;
            max-width: 772px;
            top: 40px; } }
    #classic-saviors .section.section-4 {
      min-height: 1170px;
      background: url(/images/mobile/game-updates/saviors/m-L2C-Saviors-sec06-weapons.png), url(/images/mobile/game-updates/saviors/m-L2C-Saviors-sec06-weapon-gear-bg.jpg);
      background-size: auto, 835px;
      background-position: center 430px, top;
      background-repeat: no-repeat, no-repeat; }
      @media (min-width: 768px) {
        #classic-saviors .section.section-4 {
          background: url(/images/desktop/game-updates/saviors/L2C-Saviors-sec06-weapons.png), url(/images/desktop/game-updates/saviors/L2C-Saviors-sec06-weapon-gear-bg.jpg);
          background-size: 90%, cover;
          background-position: center 430px, top;
          background-repeat: no-repeat, no-repeat; } }
      @media (min-width: 1280px) {
        #classic-saviors .section.section-4 {
          background-size: 1267px, cover; } }
      #classic-saviors .section.section-4 .content {
        top: 0; }
        #classic-saviors .section.section-4 .content h1 {
          padding: 0; }
        @media (min-width: 1024px) {
          #classic-saviors .section.section-4 .content {
            top: 40px;
            width: 100%;
            max-width: 897px; }
            #classic-saviors .section.section-4 .content > p {
              max-width: 770px; } }
  #classic-saviors p {
    font-family: "Source Sans Pro", sans-serif; }
  #classic-saviors .landing-section {
    position: relative;
    min-height: 987px;
    background-image: url("/images/mobile/game-updates/saviors/m-L2C-Saviors-sec01-header-bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media (min-width: 768px) {
      #classic-saviors .landing-section {
        min-height: 800px;
        background-image: url("/images/desktop/game-updates/saviors/L2C-Saviors-sec01-header-bg.jpg");
        background-position: top;
        background-repeat: no-repeat;
        background-size: 1450px; } }
    @media (min-width: 1024px) {
      #classic-saviors .landing-section {
        background-size: cover;
        min-height: 1067px; } }
    #classic-saviors .landing-section .landing-wrapper {
      position: relative;
      height: auto;
      width: 100%;
      text-align: center;
      padding-top: 194px; }
      @media (min-width: 768px) {
        #classic-saviors .landing-section .landing-wrapper {
          padding: 0;
          position: absolute;
          left: 50%;
          top: 310px;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, 0, 0); } }
      @media (min-width: 1024px) {
        #classic-saviors .landing-section .landing-wrapper {
          top: 390px; } }
      #classic-saviors .landing-section .landing-wrapper .content {
        position: static;
        transform: none;
        max-width: 700px;
        padding: 0 30px 0;
        color: #212626; }
        @media (min-width: 768px) {
          #classic-saviors .landing-section .landing-wrapper .content {
            padding: 0 30px; } }
        #classic-saviors .landing-section .landing-wrapper .content > h1 {
          font-weight: bold;
          text-transform: uppercase;
          font-size: 22.5px;
          max-width: 100%;
          margin: 15px auto; }
          @media (min-width: 1024px) {
            #classic-saviors .landing-section .landing-wrapper .content > h1 {
              font-size: 24px; } }
        #classic-saviors .landing-section .landing-wrapper .content > p {
          font-family: "Source Sans Pro", sans-serif;
          font-size: 17.5px;
          line-height: 1.33;
          padding: 0 10px;
          max-width: 580px;
          margin-bottom: 0; }
          #classic-saviors .landing-section .landing-wrapper .content > p a {
            text-decoration: underline;
            color: #ffae00; }
            @media (min-width: 1024px) {
              #classic-saviors .landing-section .landing-wrapper .content > p a {
                text-decoration: none; } }
            #classic-saviors .landing-section .landing-wrapper .content > p a:hover {
              text-decoration: underline; }
          @media (min-width: 1024px) {
            #classic-saviors .landing-section .landing-wrapper .content > p {
              font-size: 22px; } }
      #classic-saviors .landing-section .landing-wrapper .thumb-preview {
        position: relative;
        margin: auto;
        max-width: 304px;
        width: 90%;
        height: 90px;
        overflow: visible; }
        #classic-saviors .landing-section .landing-wrapper .thumb-preview .thumb-border {
          display: none; }
        #classic-saviors .landing-section .landing-wrapper .thumb-preview .thumb-image {
          display: none; }
        @media (min-width: 1024px) {
          #classic-saviors .landing-section .landing-wrapper .thumb-preview {
            height: 260px;
            margin: 15px auto 20px; }
            #classic-saviors .landing-section .landing-wrapper .thumb-preview .thumb-border {
              position: absolute;
              left: 50%;
              top: 50%;
              bottom: auto;
              transform: translate3d(-50%, -50%, 0);
              display: inline-block;
              position: absolute;
              z-index: 1;
              transform: translate3d(-50%, -50%, 0);
              width: 369px; } }
        #classic-saviors .landing-section .landing-wrapper .thumb-preview .play-btn {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          margin: auto;
          height: 65px;
          width: 65px;
          display: inline-block;
          z-index: 2;
          background-image: url("/images/global/classic-pre-order-video-play-icon.png");
          background-position: left;
          background-repeat: no-repeat;
          background-size: 200%; }
          #classic-saviors .landing-section .landing-wrapper .thumb-preview .play-btn:hover {
            background-position: right; }
        #classic-saviors .landing-section .landing-wrapper .thumb-preview .video {
          position: absolute;
          left: 50%;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          display: none; }
          @media (min-width: 1024px) {
            #classic-saviors .landing-section .landing-wrapper .thumb-preview .video {
              display: block;
              width: 343px; } }
      #classic-saviors .landing-section .landing-wrapper .more-info-link {
        font-size: 15px;
        width: 75%;
        padding-top: 15px;
        margin: auto;
        color: #2A2626; }
        @media (min-width: 768px) {
          #classic-saviors .landing-section .landing-wrapper .more-info-link {
            color: #fff;
            font-size: 14px; } }
        #classic-saviors .landing-section .landing-wrapper .more-info-link a {
          text-decoration: underline;
          color: #ffae00; }
          @media (min-width: 1024px) {
            #classic-saviors .landing-section .landing-wrapper .more-info-link a {
              font-size: 14px;
              text-decoration: none; } }
          #classic-saviors .landing-section .landing-wrapper .more-info-link a:hover {
            text-decoration: underline; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.gift-details-section {
  display: none;
  padding: 5px 5px 300px;
  background: url(/images/mobile/game-updates/saviors/m-L2C-Saviors-sec02-register-bg-top.jpg), url(/images/mobile/game-updates/saviors/m-L2C-Saviors-sec02-register-bg-bottom.jpg);
  background-size: auto, auto;
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat; }
  @media (min-width: 768px) {
    .gift-details-section {
      padding: 5px 5px 100px;
      min-height: 1500px;
      background-image: url(/images/desktop/game-updates/saviors/L2C-Saviors-sec02-register-bg.jpg);
      background-size: 1320px;
      background-position: bottom; } }
  @media (min-width: 1024px) {
    .gift-details-section {
      background-size: cover;
      min-height: 1270px; }
      .gift-details-section .claim {
        padding: 300px 0 20px;
        max-width: 935px; } }
  .gift-details-section p {
    margin: 11px auto;
    color: #b4b4b4;
    font-size: 12px;
    max-width: 500px;
    width: 90%;
    text-align: center; }
    @media (min-width: 768px) {
      .gift-details-section p {
        font-size: 14px;
        max-width: 730px; } }
    .gift-details-section p.terms, .gift-details-section p.in-depth {
      font-size: 13px;
      padding: 0 10px; }
      @media (min-width: 768px) {
        .gift-details-section p.terms, .gift-details-section p.in-depth {
          font-size: 14px; } }
      .gift-details-section p.terms > a, .gift-details-section p.in-depth > a {
        color: #ffae00; }
        .gift-details-section p.terms > a:hover, .gift-details-section p.in-depth > a:hover {
          text-decoration: underline; }
    .gift-details-section p.sub-header {
      text-transform: none;
      color: #fff;
      font-size: 20px;
      max-width: 1007px;
      padding-top: 50px;
      line-height: 30px; }
      .gift-details-section p.sub-header .text-color-1 {
        color: #ffd791; }
      @media (min-width: 1024px) {
        .gift-details-section p.sub-header {
          font-size: 28px;
          line-height: 38px; } }
  .gift-details-section > .items-header {
    padding-top: 44px;
    color: #b5a383;
    margin: 0 auto 19px;
    text-align: center;
    font-size: 14px; }
    @media (min-width: 1024px) {
      .gift-details-section > .items-header {
        font-size: 20px; } }
  @media (min-width: 1024px) {
    .gift-details-section .mobile-register-btn {
      display: none; } }
  .gift-details-section .desktop-register-btn {
    display: none; }
    @media (min-width: 1024px) {
      .gift-details-section .desktop-register-btn {
        display: block; } }
  .gift-details-section .btn {
    display: none;
    margin: 30px auto;
    left: 0;
    right: 0; }
  .gift-details-section .collect {
    margin: 30px auto 50px; }
  .gift-details-section .terms {
    margin-bottom: 25px; }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
.loader {
  width: 100px;
  height: 70px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10; }
  .loader.hide-loader {
    display: none; }
  .loader:before {
    color: #f5a623;
    left: 30px;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\F1CE";
    text-align: center;
    font-size: 40px;
    text-rendering: auto;
    animation: spin 1.5s infinite steps(20);
    -moz-animation: spin 1.5s infinite steps(20);
    -webkit-animation: spin 1.5s infinite steps(20); }

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

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

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.message-modal-overlay, .message-modal-overlay > .message-modal, .message-modal-overlay > .message-modal > .outter, .message-modal-overlay > .message-modal > .outter > .toolbar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%; }

.message-modal-overlay {
  position: fixed;
  background-color: black;
  z-index: 99999; }
  .message-modal-overlay > .message-modal {
    border: none;
    overflow: hidden;
    border-radius: 0;
    outline: none;
    padding: 0; }
    .message-modal-overlay > .message-modal > .outter {
      transition: opacity 350ms;
      -webkit-animation-name: closeWindow;
              animation-name: closeWindow;
      touch-action: none;
      z-index: 1000;
      padding: 0 20px; }
      .message-modal-overlay > .message-modal > .outter p {
        font-size: 16px;
        padding: 10px 0;
        color: #b4b4b4; }
        .message-modal-overlay > .message-modal > .outter p .link-text-1 {
          color: #ffb422; }
        .message-modal-overlay > .message-modal > .outter p .text-color-1 {
          color: #b5a383; }
        @media (min-width: 768px) {
          .message-modal-overlay > .message-modal > .outter p {
            font-size: 18px; }
            .message-modal-overlay > .message-modal > .outter p.copy2, .message-modal-overlay > .message-modal > .outter p.copy3 {
              padding: 15px 50px; } }
        .message-modal-overlay > .message-modal > .outter p.copy1 {
          color: white;
          font-size: 23px; }
          .message-modal-overlay > .message-modal > .outter p.copy1 > span {
            color: #edbe7f; }
          @media (min-width: 1024px) {
            .message-modal-overlay > .message-modal > .outter p.copy1 {
              font-size: 40px; } }
      .message-modal-overlay > .message-modal > .outter.open-false {
        opacity: 0; }
      .message-modal-overlay > .message-modal > .outter.error-modal p {
        color: #e26414;
        font-size: 30px; }
        @media (min-width: 1024px) {
          .message-modal-overlay > .message-modal > .outter.error-modal p {
            font-size: 20px; } }
      .message-modal-overlay > .message-modal > .outter.fail-modal .copy1 > span, .message-modal-overlay > .message-modal > .outter.duplicate-modal .copy1 > span {
        color: #edbe7f; }
      .message-modal-overlay > .message-modal > .outter.fail-modal .copy3 > span, .message-modal-overlay > .message-modal > .outter.duplicate-modal .copy3 > span {
        color: #edbe7f; }
      .message-modal-overlay > .message-modal > .outter > .inner {
        max-width: 950px;
        margin: auto;
        text-align: center;
        width: 90%;
        position: absolute;
        left: 50%;
        top: 40%;
        bottom: auto;
        transform: translate3d(-50%, -50%, 0);
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .message-modal-overlay > .message-modal > .outter > .inner {
            width: 90%;
            max-width: 320px; } }
      .message-modal-overlay > .message-modal > .outter > .toolbar {
        height: 3em; }
        .message-modal-overlay > .message-modal > .outter > .toolbar > .toolbar-right {
          position: absolute;
          left: initial;
          top: 50%;
          bottom: auto;
          transform: translate3d(-50%, -50%, 0);
          right: 0;
          height: 100%;
          width: 3em; }
          .message-modal-overlay > .message-modal > .outter > .toolbar > .toolbar-right > .close-btn {
            margin: 30px 30px 0 0;
            background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIj48cGF0aCBkPSJtIDEsMyAxLjI1LC0xLjI1IDcuNSw3LjUgNy41LC03LjUgMS4yNSwxLjI1IC03LjUsNy41IDcuNSw3LjUgLTEuMjUsMS4yNSAtNy41LC03LjUgLTcuNSw3LjUgLTEuMjUsLTEuMjUgNy41LC03LjUgLTcuNSwtNy41IHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=") no-repeat center;
            background-size: contain;
            width: 33px;
            height: 33px;
            cursor: pointer;
            border: none;
            opacity: 0.5; }
            .message-modal-overlay > .message-modal > .outter > .toolbar > .toolbar-right > .close-btn:hover {
              opacity: 1; }

@-webkit-keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes closeWindow {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
.item {
  width: 100%;
  display: block;
  max-width: 343px;
  margin: 0 auto 19px;
  color: black;
  pointer-events: none; }
  @media (min-width: 1024px) {
    .item {
      display: inline-block;
      width: 18%;
      margin: 0 5px;
      max-width: 259px;
      vertical-align: top; }
      .item.is_active {
        margin-top: -10px;
        transition: 200ms; } }
  .item .item-image-container {
    cursor: pointer;
    pointer-events: auto;
    width: 100%;
    height: 198px;
    border-radius: 3px;
    display: inline-block;
    margin: auto;
    background-image: url(/images/global/game-updates/saviors/items/item-box.png);
    background-size: 686px;
    background-position: left;
    background-repeat: no-repeat; }
    .item .item-image-container:hover {
      background-position: right; }
    .item .item-image-container .item-image {
      background-size: contain;
      background-position: bottom;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
      .item .item-image-container .item-image.image-1 {
        background-image: url(/images/global/game-updates/saviors/items/item-ring.png); }
      .item .item-image-container .item-image.image-2 {
        background-image: url(/images/global/game-updates/saviors/items/item-evas-mark.png); }
      .item .item-image-container .item-image.image-3 {
        background-image: url(/images/global/game-updates/saviors/items/item-mount-elk.png); }
      .item .item-image-container .item-image.image-4 {
        background-image: url(/images/global/game-updates/saviors/items/item-xp-sp-rune.png); }
      .item .item-image-container .item-image.image-5 {
        background-image: url(/images/global/game-updates/saviors/items/item-timed-weapon.png); }
    @media (min-width: 1024px) {
      .item .item-image-container {
        width: 100%;
        height: 150px; } }
    @media (min-width: 1320px) {
      .item .item-image-container {
        height: 198px; } }
  .item .item-info {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding: 20px 0;
    margin: -5px auto 0;
    color: black; }
    @media (min-width: 1024px) {
      .item .item-info {
        color: white;
        background: none;
        transition: 200ms cubic-bezier(0.23, 1, 0.32, 1);
        height: 0; }
        .item .item-info .item-description {
          transition: all 0.1s;
          opacity: 0;
          height: 0; }
        .item .item-info.is_active {
          height: 100%;
          color: black;
          background: rgba(255, 255, 255, 0.9); }
          .item .item-info.is_active .item-description {
            opacity: 1;
            height: auto;
            -webkit-animation: 0.080s grow ease-out backwards;
                    animation: 0.080s grow ease-out backwards; }
          .item .item-info.is_active p {
            color: black; } }
    @media (min-width: 1024px) and (min-width: 1024px) {
      .item .item-info.is_active {
        opacity: 1; } }
    .item .item-info p {
      font-size: 16px;
      color: inherit;
      margin: 0 auto; }
    .item .item-info .item-title {
      max-width: 300px;
      font-size: 20px;
      margin: 0 auto 15px; }
      @media (min-width: 1024px) {
        .item .item-info .item-title .text-color-1 {
          color: #b5a383; } }
    .item .item-info .item-description {
      font-size: 16.5px;
      width: 90%;
      margin: 0 auto;
      padding: 0; }
    @media (min-width: 1024px) {
      .item .item-info {
        width: 100%; } }

@-webkit-keyframes grow {
  from {
    height: 0; }
  to {
    min-height: 100px;
    height: 100px; } }

@keyframes grow {
  from {
    height: 0; }
  to {
    min-height: 100px;
    height: 100px; } }

/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/* Site Max Width */
/*Colors*/
/*theme*/
/*Fonts*/
/* components */
/* Font Awesome Icons */
/* Animation */
/*Absolutely centers things with the origin point in the center*/
#items-wrapper {
  text-align: center; }
  @media (min-width: 1024px) {
    #items-wrapper {
      position: absolute;
      z-index: 10;
      margin: auto;
      left: 0;
      right: 0; } }

