@import url("https://fonts.googleapis.com/css?family=Lora:400,700,700i|Roboto:400,700");
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.4);
  }
}
@keyframes floating {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container::after {
  clear: both;
  content: '';
  display: table;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1240px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid::after {
  clear: both;
  content: '';
  display: table;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row::after {
  clear: both;
  content: '';
  display: table;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

a, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

fieldset {
  display: block;
  min-width: 0;
}

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

hr {
  background: none;
  clear: both;
}

img, video {
  height: auto;
  max-width: 100%;
  width: auto;
}

sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: sub;
}

*:focus {
  outline: none;
}

#breakpoint-indicator {
  height: 1px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 1px;
  z-index: 1;
}
@media (min-width: 768px) {
  #breakpoint-indicator {
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  #breakpoint-indicator {
    z-index: 3;
  }
}

body {
  color: #101010;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-smoothing: antialiased !important;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
}

.title-primary {
  background-color: rgba(21, 32, 54, 0.8);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto;
  min-width: 300px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 768px) {
  .title-primary {
    font-size: 1.1em;
    padding: 10px 30px;
    -ms-transform: skewX(25deg);
        transform: skewX(25deg);
  }
}
@media (min-width: 1024px) {
  .title-primary {
    font-size: 1em;
    padding: 10px 50px;
  }
}
.title-primary::before {
  background-color: #639e9c;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
@media (min-width: 768px) {
  .title-primary::before {
    content: '';
    display: block;
  }
}
.title-primary::after {
  background-color: #639e9c;
  bottom: -7px;
  content: '';
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.title-primary__wrap {
  display: block;
}
@media (min-width: 768px) {
  .title-primary__wrap {
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
  }
}
.title-primary__inner {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .title-primary__inner {
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
  }
}
.title-primary__logo {
  bottom: 0;
  height: calc(100% + 7px);
  left: -60px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}
@media (min-width: 768px) {
  .title-primary__logo {
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
  }
}
.title-primary__text {
  display: block;
  font-size: 24px;
  font-style: normal;
}
@media (min-width: 768px) {
  .title-primary__text {
    font-size: 1.563em;
  }
}
@media (min-width: 1024px) {
  .title-primary__text {
    font-size: 2em;
  }
}
.title-primary__icon::after {
  -ms-transform: skew(25deg);
      transform: skew(25deg);
}
.title-primary--full-border::after {
  width: 200%;
}
.title-primary--big {
  font-size: 1.563em;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .title-primary--big {
    font-size: 4em;
    padding: 10px 80px;
  }
}
.title-primary__subtitle {
  display: block;
}
@media (min-width: 768px) {
  .title-primary__subtitle {
    font-size: .5em;
  }
}
.title-primary--small {
  font-size: 1em;
  min-width: auto;
  padding: 10px 2em 10px 4em;
}
@media (min-width: 768px) {
  .title-primary--small {
    font-size: 1.563em;
    padding: 10px 2em 10px 3.2em;
  }
}
.title-primary__middle {
  margin: 0 .3em;
}
@media (min-width: 768px) {
  .title-primary__middle {
    font-size: 0.5em;
    vertical-align: middle;
  }
}

.title-secondary {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  display: inline-block;
  font-size: 1.563em;
  font-weight: 700;
  padding: 10px 20px;
  position: relative;
  -ms-transform-origin: center;
      transform-origin: center;
}
@media (min-width: 768px) {
  .title-secondary {
    -ms-transform: skewX(25deg);
        transform: skewX(25deg);
  }
}
.title-secondary::before {
  background-color: #639e9c;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
@media (min-width: 768px) {
  .title-secondary::before {
    content: '';
    display: block;
  }
}
.title-secondary::after {
  background-color: #639e9c;
  bottom: -5px;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.title-secondary__inner {
  display: block;
}
@media (min-width: 768px) {
  .title-secondary__inner {
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
  }
}
.title-secondary--big {
  font-size: 20px;
  padding: 20px 40px;
}
@media (min-width: 768px) {
  .title-secondary--big {
    font-size: 35px;
    padding: 30px 70px;
  }
}

.title-alt {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 1.611em;
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.title-alt__text {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}
.title-alt__text::before, .title-alt__text::after {
  content: '';
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 400%;
}
.title-alt__text::before {
  background-color: #639e9c;
  left: -400%;
}
.title-alt__text::after {
  background-color: #639e9c;
  right: -400%;
}

.description-primary {
  background-color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 20px 30px;
  position: relative;
  -ms-transform-origin: top left;
      transform-origin: top left;
  z-index: 1;
}
@media (min-width: 768px) {
  .description-primary {
    -ms-transform: skewX(25deg);
        transform: skewX(25deg);
  }
}
.description-primary::before {
  background-color: #639e9c;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
@media (min-width: 768px) {
  .description-primary::before {
    content: '';
    display: block;
  }
}
.description-primary::after {
  background-color: #639e9c;
  bottom: -10px;
  content: '';
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.description-primary--center {
  -ms-transform-origin: center;
      transform-origin: center;
}
@media (min-width: 768px) {
  .description-primary {
    padding: 30px 40px;
  }
}
@media (min-width: 1024px) {
  .description-primary {
    padding: 30px 100px;
  }
}
@media (min-width: 768px) {
  .description-primary__inner {
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
  }
}

.title-ornament {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.title-ornament.top::before {
  background: url("../images/title-ornament-top.png") no-repeat center center;
  content: '';
  display: block;
  height: 30px;
  margin: 0 auto 10px;
  width: 425px;
}
.title-ornament.bottom::after {
  background: url("../images/title-ornament-bottom.png") no-repeat center center;
  content: '';
  display: block;
  height: 30px;
  margin: 10px auto 0;
  width: 265px;
}

.title-ornament-black {
  color: #000;
  font-family: italic;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.title-ornament-black::after {
  background: url("../images/title-ornament-bottom-black.png") no-repeat center center;
  content: '';
  display: block;
  height: 30px;
  margin: 10px auto 0;
  width: 100%;
}

.title-ornament-black--top {
  color: #000;
  font-family: italic;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.title-ornament-black--top::before {
  background: url("../images/title-ornament-bottom-black.png") no-repeat center center;
  content: '';
  display: block;
  height: 30px;
  margin: 10px auto 15px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  width: 100%;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.clear {
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

.accelerate {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.offscreen {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: fixed;
  width: 1px;
}

.show {
  display: block;
  visibility: visible;
}

.hide {
  display: none;
  visibility: hidden;
}

.text-hide {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-lowercase {
  text-transform: lowercase !important;
}

/* Fix for NIN global nav */
.mobile-top {
  box-sizing: content-box;
}

.hide-scroll {
  overflow: hidden;
}

._divLine {
  border-bottom: 1px solid #fff;
  margin: 10px 0;
}

#app-preload-icon {
  background: url("../images/widgets/preload-icon.gif") no-repeat center center;
  height: 63px;
  left: calc(50% - 110px);
  position: absolute;
  top: calc(50% - 32px);
  width: 221px;
}

html, body {
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: #7a95a6;
}
body::after {
  clear: both;
  content: '';
  display: table;
}

.l-container-half {
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 768px) {
  .l-container-half {
    display: -ms-flexbox;
    display: flex;
  }
}

header {
  position: relative;
  z-index: 5;
}

#nintendo-global-nav {
  background: #e6e6e6;
  height: 96px;
  position: fixed;
  width: 100%;
  z-index: 9;
}
@media (min-width: 769px) {
  #nintendo-global-nav {
    height: 70px;
  }
}

.c-header {
  background-image: linear-gradient(0, #003c50 0%, #008297 60%, #78cad9 100%);
  border-bottom: 3px solid #0e1d31;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.7);
  height: 60px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .c-header {
    height: auto;
  }
}
.c-header__inner {
  border-bottom: 2px solid #639e9c;
  position: relative;
}
.c-header__inner::before {
  background-color: #0e1d31;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 60px;
  position: absolute;
  top: 0;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  width: 3px;
}
.c-header__logo {
  height: 60px;
  margin-left: 30px;
  max-width: 200px;
  width: 100%;
}
@media (max-width: 767px) {
  .c-header__logo {
    max-width: 140px;
    position: relative;
  }
}
.c-header__logo a {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/logo-hero.png") no-repeat center center/contain;
  display: block;
  height: 100%;
  width: 100%;
}
.c-header .c-media-promo {
  bottom: 0;
  margin: auto 0;
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 5;
}
@media (min-width: 768px) {
  .c-header .c-media-promo {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-header .c-media-promo img {
    visibility: hidden;
  }
}
.c-header .c-media-promo__content {
  background: url("../images/logo3-new-nintendo-3DS.png") no-repeat 38px 18px/141px 32px;
}

.l-header--primary {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .l-header--primary {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .l-header--primary {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.footer {
  background: url("../images/footer-bg.jpg") repeat-x center center/auto 100%;
  color: #fff;
  padding: 0 0 90px;
}
.footer--logos {
  padding: 30px 0px;
}
.footer--logos img {
  display: block;
  margin: 0 auto;
  width: 315px;
}
.footer__stripe-wrap {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .footer__stripe-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.footer .c-btn--primary.is-left::after {
  -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
}
.footer__stripe {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  min-height: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .footer__stripe {
    display: block;
    margin-bottom: 0;
    min-height: 100px;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .footer__stripe .c-btn {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.footer__stripe .c-btn.c-btn--primary {
  border: none;
  font-size: 1.4em;
  font-weight: bold;
}
.footer__stripe .c-btn.c-btn--primary::before {
  border-top: none;
}
.footer__stripe .c-btn nclood-social {
  left: 19px;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .footer__stripe .c-btn nclood-social {
    top: -5px;
  }
}
@media (min-width: 768px) {
  .footer__stripe.is-right .c-btn {
    position: absolute;
    right: -1px;
  }
}
.footer__stripe.is-right::before {
  left: 0;
}
@media (min-width: 768px) {
  .footer__stripe.is-left .c-btn {
    left: 0;
    position: absolute;
  }
}
.footer__stripe.is-left .c-btn--primary {
  text-align: left;
  padding: 0.1rem 0.5em 0.1rem 1em;
  line-height: 1;
  height: 53px;
  width: 320px;
  cursor: auto;
}
.footer__stripe.is-left .c-btn--primary:hover::after {
  opacity: 1;
}
.footer__stripe.is-left::before {
  right: 0;
}
.footer__stripe.is-left a {
  font-size: 0.875rem;
  text-transform: none;
  font-weight: normal;
}
.footer__stripe.is-left a:hover {
  text-decoration: underline;
}
.footer__stripe.is-left ._bold {
  font-size: 1rem;
}
.footer__stripe::before {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-color: #152036;
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  width: 50%;
}
@media (min-width: 768px) {
  .footer__stripe::before {
    width: 100%;
  }
}
.footer a {
  color: #fff !important;
}
.footer .follow-nintendo-label {
  color: #fff;
  font-family: "Lora", serif;
  text-transform: uppercase;
}
.footer .corp-links {
  margin-top: 30px;
}
.footer .corp-links span.separator {
  color: #fff;
}
.footer .container {
  padding: 10px 20px;
  text-align: center;
}
.footer .container > div {
  display: inline-block;
}
.footer .container h6 {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  vertical-align: top;
}
.footer .disclaimer {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
  text-align: center;
}
.footer .disclaimer a {
  color: #cdced0 !important;
}
.footer .disclaimer p {
  color: #cdced0;
  font-size: 0.707em;
  line-height: 18px;
  margin: 0 0 0.7em;
}
.footer .disclaimer .dis-link {
  text-decoration: underline;
}
.footer .disclaimer .dis-end {
  color: #9db3be;
}
.footer .disclaimer-alt p {
  font-size: 1em;
}

/* --- NIN Footer Logos --- */
#nintendo-global-footer {
  /* These divs are loaded by Nintendo's js libs */
}
@media (max-width: 767px) {
  #nintendo-global-footer {
    display: block !important;
    margin: 0 auto !important;
    max-width: 480px;
  }
  #nintendo-global-footer > div {
    margin: 0 0 10px !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer > div {
    margin: 0 15px !important;
  }
  #nintendo-global-footer > div:first-child {
    margin-left: 0 !important;
  }
  #nintendo-global-footer > div:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-amiibo-container {
    float: left !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #footer-amiibo-container {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  #nintendo-global-footer #newsletter-container {
    float: right !important;
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #newsletter-container {
    margin-top: 18px !important;
  }
}
#nintendo-global-footer #footer-followus-container {
  color: #fff !important;
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-followus-container {
    clear: both;
    float: none !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #footer-followus-container {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-esrb-container {
    clear: left;
    float: left !important;
    margin-top: 15px !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #footer-esrb-container {
    margin-top: 0px !important;
  }
}
#nintendo-global-footer #footer-privacypolicy-container a {
  color: #fff !important;
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-privacypolicy-container {
    clear: right;
    float: right !important;
  }
}
@media (min-width: 768px) {
  #nintendo-global-footer #footer-privacypolicy-container {
    margin-top: -15px !important;
  }
}

.footer--nav {
  background: rgba(37, 57, 76, 0.4);
  display: block;
  font-family: "Lora", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .footer--nav {
    font-size: 14px;
  }
}
.footer--nav .wrapper {
  margin: auto;
  max-width: 1200px;
}
.footer--nav ul {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .footer--nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer--nav li {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.footer--nav li::after {
  background: url("../images/chrome/icon-footer-nav.png") center center no-repeat;
  content: '';
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
  width: 40px;
}
.footer--nav li:last-child::after {
  display: none;
}
.footer--nav li:nth-child(5) {
  width: 150px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .footer--nav li {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer--nav li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .footer--nav li:nth-child(even)::after {
    display: none;
  }
}
.footer--nav li a {
  display: block;
  line-height: 1.2;
  padding: 15px 20px;
}
.footer--nav li a:hover, .footer--nav li a:focus {
  text-decoration: underline;
}
#page-homepage .footer--nav li a[data-nav-homepage], #page-heroes .footer--nav li a[data-nav-heroes], #page-gameplay .footer--nav li a[data-nav-gameplay], #page-amiibo .footer--nav li a[data-nav-amiibo], #page-dlc .footer--nav li a[data-nav-dlc], #page-buy .footer--nav li a[data-nav-buy] {
  cursor: default;
  text-decoration: underline;
}

._absolute-centerX {
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

._absolute-center {
  left: 50%;
  position: relative;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

._italic {
  font-style: italic;
}

._bold {
  font-weight: 700;
}

._lowercase {
  text-transform: lowercase;
}

._fadeOut {
  opacity: 0;
  transition: opacity 0.5s;
}
._fadeOut.in {
  opacity: 1;
}

@media (min-width: 1px) and (max-width: 767px) {
  .hide-onMobile {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hide-onTablet {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (min-width: 1024px) and (max-width: 10000px) {
  .hide-onDesktop {
    display: none;
    visibility: hidden;
  }
}

.mainnav {
  height: auto;
  position: relative;
  width: 100%;
}
.mainnav a {
  color: #fff;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: italic;
}
.mainnav a.__uppercase {
  text-transform: uppercase;
}
.mainnav a:hover {
  color: #425269;
}
.mainnav a:hover .skew-over::before {
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.25s;
  width: 100%;
}
.mainnav .skew {
  border-left: 5px solid #0e1d31;
  height: 77px;
  padding: 4px 4px 0;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
}
.mainnav .skew .skew-over {
  height: 69px;
  position: relative;
  width: 100%;
}
.mainnav .skew .skew-over::before {
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 0;
}
.mainnav .skew.no-border {
  border: none;
}
.mainnav .skew.r {
  -ms-transform: skewX(-40deg);
      transform: skewX(-40deg);
}
.mainnav .skew .normalize {
  font-weight: 700;
  position: relative;
  top: 50%;
  -ms-transform: skewX(-25deg) translateY(-50%);
      transform: skewX(-25deg) translateY(-50%);
}
.mainnav .skew .normalize.r {
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
}
.mainnav .wrappernav {
  background: url("../images/nav-background.png") no-repeat center center;
  background-size: 111% 100%;
  height: 105px;
  padding-top: 6px;
  position: relative;
  width: 100%;
}
.mainnav .items-holder {
  background: url("../images/nav-item-background.jpg");
  display: inline-block;
  left: 51%;
  max-width: 2000px;
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 83%;
}
.mainnav ul {
  margin: 0 auto;
  width: 85%;
}
.mainnav ul li {
  float: left;
  text-align: center;
  width: 19%;
}
.mainnav .asides {
  left: 0;
  position: absolute;
  top: 6;
  width: 100%;
}
.mainnav .asides .skew {
  background: url("../images/nav-aside-background.jpg");
  height: 90px;
}
.mainnav .asides .left {
  float: left;
  left: -55px;
}
.mainnav .asides .right {
  float: right;
  right: -55px;
}
.mainnav .asides--box {
  position: relative;
  text-align: center;
  width: 20%;
}
.mainnav .logo {
  height: 90px;
  left: 10px;
  position: absolute;
  top: 0;
  width: 15%;
}
.mainnav .stats {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.563em;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 15%;
}
.mainnav .stats .shadow {
  background-color: #0e1d31;
  height: 90px;
  left: -17px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 430px;
}
@media (min-width: 780px) and (max-width: 1210px) {
  .mainnav .stats .shadow {
    left: 2px;
  }
}
@media (min-width: 780px) and (max-width: 1145px) {
  .mainnav .stats {
    font-size: 1.1em;
    width: 16%;
  }
}
.mainnav .stats .stats-holder {
  left: 50%;
  position: absolute;
  top: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 187px;
}
@media (min-width: 1px) and (max-width: 1207px) {
  .mainnav .stats .stats-holder {
    width: 173px;
  }
}
.mainnav .stats small {
  display: block;
  font-size: 0.5em;
}
.mainnav .stats sup {
  display: inline-block;
  font-size: 0.5em;
  margin-right: 5px;
  vertical-align: middle;
}
.mainnav .stats img {
  display: block;
  float: right;
  width: 40%;
}
@media (min-width: 780px) and (max-width: 1211px) {
  .mainnav .stats img {
    margin-top: 18px;
    width: 45px;
  }
}
.mainnav .stats h4 {
  float: left;
  margin: 24px 14px 0;
}
@media (min-width: 1px) and (max-width: 1145px) {
  .mainnav .stats h4 {
    margin: 24px 14px 0 27px;
  }
}

.disableLink, #page-homepage .mainnav [data-nav-homepage], #page-heroes .mainnav [data-nav-heroes], #page-character .mainnav [data-nav-heroes], #page-gameplay .mainnav [data-nav-gameplay], #page-amiibo .mainnav [data-nav-amiibo], #page-dlc .mainnav [data-nav-dlc], #page-buy .mainnav [data-nav-buy] {
  color: #425269;
  cursor: pointer;
  pointer-events: none;
}
.disableLink .skew-over::before, #page-homepage .mainnav [data-nav-homepage] .skew-over::before, #page-heroes .mainnav [data-nav-heroes] .skew-over::before, #page-character .mainnav [data-nav-heroes] .skew-over::before, #page-gameplay .mainnav [data-nav-gameplay] .skew-over::before, #page-amiibo .mainnav [data-nav-amiibo] .skew-over::before, #page-dlc .mainnav [data-nav-dlc] .skew-over::before, #page-buy .mainnav [data-nav-buy] .skew-over::before {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
}

#page-homepage .mainnav {
  display: none;
}

.o-bg-glass-1 {
  background: url("../images/bg-glass-shattered-1.jpg") no-repeat center top/cover;
}

.o-bg-glass-2 {
  background: url("../images/bg-glass-shattered-2.jpg") no-repeat center top/cover;
}

.o-bg-glass-3 {
  background: url("../images/bg-glass-shattered-3.jpg") no-repeat center top/cover;
}

.o-bg-glass-dark {
  background: url("../images/bg-blue-dark.png") no-repeat center center/cover;
  border-bottom: 4px solid #639e9c;
  padding: 40px 0;
}

.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 none;
  border-radius: 0;
  display: inline-block;
  padding: .7em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease-in-out;
  white-space: nowrap;
}
.c-btn:hover, .c-btn:focus {
  text-decoration: none;
}
.c-btn--menu {
  background-color: rgba(255, 255, 255, 0);
  display: none;
  height: 50px;
  padding: 0;
  position: relative;
  top: -4px;
  width: 50px;
}
.c-btn--menu .text-close {
  display: none;
}
.c-btn--menu .text-open {
  display: block;
}
@media (max-width: 1023px) {
  .c-btn--menu {
    display: block;
  }
}
.c-btn--menu::before, .c-btn--menu::after {
  content: '';
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  transition: all .2s ease-in-out;
}
.c-btn--menu span, .c-btn--menu::after, .c-btn--menu::before {
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.7);
  display: block;
  height: 4px;
  width: 30px;
}
.c-btn--menu span {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%) skewX(25deg);
      transform: translateY(-50%) skewX(25deg);
  transition: all .2s ease-in-out;
}
.c-btn--menu::before {
  top: 30%;
  -ms-transform: translateY(-30%) skewX(25deg);
      transform: translateY(-30%) skewX(25deg);
}
.c-btn--menu::after {
  bottom: 30%;
  -ms-transform: translateY(30%) skewX(25deg);
      transform: translateY(30%) skewX(25deg);
}
.c-btn--menu.is-open {
  z-index: 2;
}
.c-btn--menu.is-open .text-close {
  display: block;
}
.c-btn--menu.is-open .text-open {
  display: none;
}
.c-btn--menu.is-open span {
  box-shadow: none;
  height: 5px;
  top: 46%;
  -ms-transform: rotate(-60deg) translateY(32%) skewX(-33deg);
      transform: rotate(-60deg) translateY(32%) skewX(-33deg);
  width: 6px;
  z-index: 3;
}
.c-btn--menu.is-open::before {
  height: 5px;
  top: 48%;
  -ms-transform: rotate(60deg) translateY(-30%) skewX(-30deg);
      transform: rotate(60deg) translateY(-30%) skewX(-30deg);
}
.c-btn--menu.is-open::after {
  bottom: 46%;
  height: 3px;
  -ms-transform: rotate(-60deg) translateY(30%) skewX(30deg);
      transform: rotate(-60deg) translateY(30%) skewX(30deg);
}
.c-btn--menu__text {
  color: #fff;
  font-size: 10px;
  padding: 0;
  position: relative;
  top: 22px;
}
.c-btn__text {
  display: block;
  font-weight: 700;
  position: relative;
  width: 100%;
  z-index: 1;
}
.is-right .c-btn__text {
  padding: .5em 2.5em .5em 3em;
}
@media (min-width: 768px) {
  .is-right .c-btn__text {
    padding: 13px 58px 11px;
  }
}
.is-left .c-btn__text {
  padding: .5em 2.5em .5em 1.5em;
}
@media (min-width: 768px) {
  .is-left .c-btn__text {
    padding: 13px 58px 11px;
  }
}
.c-btn--primary {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font: 400 1.331em "Lora", serif;
  overflow: hidden;
  padding: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-btn--primary {
    font-size: 1.563em;
  }
}
.c-btn--primary::before, .c-btn--primary::after {
  background: linear-gradient(#639e9c, #4d7b7a);
  border-bottom: 1px solid #000;
  border-top: 1px solid #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  transition: opacity .3s ease-in-out;
  width: 100%;
  z-index: -1;
}
.c-btn--primary::before {
  background: linear-gradient(#639e9c, #a6c1c1);
}
.c-btn--primary.skew-start-bottom::before {
  -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
}
.c-btn--primary:hover::after {
  opacity: 0;
}
.c-btn--primary.is-right {
  border-right: 1px solid #fff;
  padding-left: 0;
}
.c-btn--primary.is-right::before, .c-btn--primary.is-right::after {
  border-left: 1px solid #000;
  left: 20px;
  width: 110%;
}
.c-btn--primary.is-left {
  border-left: 1px solid #fff;
  padding-left: 0;
}
.c-btn--primary.is-left::before, .c-btn--primary.is-left::after {
  border-right: 1px solid #000;
  right: 15px;
}
.c-btn--arrow .arrow {
  background: url("../images/arrow-right.png") no-repeat center center;
  bottom: 0;
  content: '';
  display: block;
  height: 37px;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  transition: all .3s ease-in-out;
  width: 18px;
  z-index: 2;
}
.c-btn--arrow:hover .arrow {
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}
.c-btn--flag {
  border-bottom: 1px solid #000;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: inline-block;
  height: 60px;
  position: relative;
  transition: all 0.3s;
  width: 150px;
}
@media (max-width: 1023px) {
  .c-btn--flag {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
  }
}
.c-btn--flag .arrow {
  right: 25px;
}
.c-btn--flag::before, .c-btn--flag::after {
  background: linear-gradient(#639e9c, #4d7b7a);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease-in-out;
  width: 100%;
  z-index: -1;
}
.c-btn--flag::before {
  background: linear-gradient(#639e9c, #a6c1c1);
}
.c-btn--flag:hover::after {
  opacity: 0;
}
.c-btn--flag img {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  bottom: 0;
  display: block;
  left: -40px;
  margin: auto 0;
  max-width: none;
  position: absolute;
  top: 0;
  z-index: 3;
}
.c-btn-stripe {
  background-color: #425269;
  position: relative;
}
.c-btn__over {
  cursor: pointer;
}

.c-btn-play {
  background: url("../images/btn-play.png") no-repeat center center;
  bottom: 0;
  content: '';
  cursor: pointer;
  display: block;
  height: 105px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  transition: transform 0.5s;
  width: 105px;
}
.c-btn-play:hover, .c-btn-play:active {
  -ms-transform: scale(1);
      transform: scale(1);
}

.c-btn-carousel {
  background-color: rgba(255, 255, 255, 0);
  height: 100px;
  overflow: hidden;
  width: 100px;
}
.c-btn-carousel::before {
  background: linear-gradient(#639e9c, #4d7b7a);
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  margin: auto 0;
  position: absolute;
  top: 0;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  width: 200%;
}
.c-btn-carousel::after {
  background: url("../images/carousel-arrow.png") no-repeat center center;
  bottom: 0;
  content: '';
  display: block;
  height: 36px;
  margin: auto 0;
  position: absolute;
  top: 0;
  transition: all .3s ease-in-out;
  width: 18px;
}
.c-btn-carousel.left::before {
  right: 25px;
}
.c-btn-carousel.left::after {
  left: 20px;
}
.c-btn-carousel.left:hover::after {
  left: 15px;
}
.c-btn-carousel.right::before {
  left: 25px;
}
.c-btn-carousel.right::after {
  right: 20px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.c-btn-carousel.right:hover::after {
  right: 15px;
}

.c-list-center {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}
.c-list-center__item {
  color: #fff;
  margin: 0 10px 20px;
  max-width: 205px;
  text-transform: uppercase;
  width: calc(50% - 20px);
}
@media (min-width: 768px) {
  .c-list-center__item {
    width: calc(25% - 20px);
  }
}
@media (min-width: 1024px) {
  .c-list-center__item {
    width: 10%;
  }
}

.c-list-media {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
}
.c-list-media__item {
  color: #fff;
  margin: 0 10px;
  max-width: 340px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .c-list-media__item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .c-list-media__item {
    width: 20%;
  }
}

.c-media-promo {
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
}
.c-media-promo__media {
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  overflow: hidden;
  width: 60px;
}
.c-hero .c-media-promo__media {
  background-size: contain;
}
.c-media-promo__media::after {
  background-color: #000;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 82px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.c-media-promo__content {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 0 40px;
  width: calc(100% - 60px);
}

.c-heading-section {
  -ms-flex-align: center;
      align-items: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002e41+0,18485c+30,386476+50,436e81+100 */
  background: linear-gradient(to bottom, #002e41 0%, #18485c 30%, #386476 50%, #436e81 100%);
  box-shadow: inset 0 -6px 25px 0px rgba(0, 0, 0, 0.6);
  display: -ms-flexbox;
  display: flex;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002e41', endColorstr='#436e81',GradientType=0);
  min-height: 190px;
  padding: 50px 0;
  position: relative;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8);
}
.c-heading-section--ornament::after {
  background: url("../images/hero-secondary-ornament.png") no-repeat center center;
  content: '';
  display: block;
  height: 50px;
  left: -300px;
  margin: 0 auto;
  position: absolute;
  right: -300px;
  top: -23px;
  width: 588px;
  z-index: 4;
}
.c-heading-section--bottom {
  border-top: 3px solid #fff;
  padding-bottom: 60px;
}
.c-heading-section--bottom::after {
  background: url("../images/hero-secondary-ornament.png") no-repeat center center;
  content: '';
  display: block;
  height: 50px;
  left: -300px;
  margin: 0 auto;
  position: absolute;
  right: -300px;
  top: -23px;
  width: 588px;
  z-index: 4;
}
.c-heading-section--bottom .bottom {
  bottom: -30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
.c-heading-section--bottom .title-primary {
  background-color: #152036;
}
.c-heading-section--bottom .c-heading-section__subtitle {
  margin-bottom: 10px;
}
.c-heading-section::before {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/pattern-ornaments.png") repeat center center;
  content: '';
  height: 100%;
  width: 100%;
}
.c-heading-section__content {
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  padding: 0 0 20px;
  position: relative;
}
.c-heading-section .title-alt {
  font-size: 20px;
  margin-bottom: 0;
  max-width: 900px;
}
.c-heading-section .title-alt__text {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .c-heading-section .title-alt {
    font-size: 31px;
  }
}
.c-heading-section__title {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-heading-section__title {
    font-size: 31px;
  }
}
.c-heading-section__subtitle {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-heading-section__subtitle {
    font-size: 65px;
    margin-bottom: 0;
  }
}
.c-heading-section p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading-section p {
    padding: 0 50px;
  }
}

.c-hero {
  background-color: #7a96a7;
  height: 100%;
}
.c-hero .esrb-label {
  bottom: 28px;
  height: 68px;
  left: 20px;
  position: absolute;
  width: 153px;
  z-index: 10;
}
@media (max-width: 770px) {
  .c-hero .esrb-label {
    display: none;
  }
}
.c-hero--main {
  height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.c-hero--main__cta {
  left: -1px;
  position: absolute;
  top: 80px;
}
.c-hero--main__cta .arrow {
  right: 40px;
}
.c-hero--main__cta::after {
  background-color: rgba(66, 82, 105, 0.6);
  bottom: -18px;
  content: '';
  display: block;
  height: 30px;
  left: -50px;
  position: absolute;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  width: 100%;
  z-index: 1;
}
.c-hero--main__cta .c-btn {
  overflow: visible;
}
.c-hero--main__cta .c-btn__text {
  padding: 13px 80px 11px 4.5em;
}
.c-hero--main__cta .c-btn__text.c-btn__home {
  font-size: 21px;
}
.c-hero--main__cta img {
  display: block;
  left: 16px;
  position: absolute;
  top: -30px;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-hero--main__cta {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-hero--main {
    height: 70vw;
    max-height: 600px;
  }
}
@media (min-width: 1024px) {
  .c-hero--main {
    height: 900px;
    height: 70vw;
    max-height: 745px;
  }
}
.c-hero--secondary {
  background-position: center top;
  background-size: cover;
  border-bottom: 3px solid #fff;
  margin-top: -4px;
  position: relative;
}
@media (max-width: 767px) {
  .c-hero--secondary {
    min-height: 450px;
  }
}
@media (min-width: 768px) {
  .c-hero--secondary {
    min-height: 600px;
  }
}
.c-hero--secondary::after {
  background: url("../images/hero-secondary-ornament.png") no-repeat center center;
  bottom: -30px;
  content: '';
  display: block;
  height: 50px;
  left: -300px;
  margin: 0 auto;
  position: absolute;
  right: -300px;
  width: 588px;
  z-index: 4;
}
.c-hero--secondary.empty-filigree::after {
  background: url("../images/hero-secondary-ornament-empty.png") no-repeat center center;
}
.c-hero--secondary .esrb-label {
  bottom: 40px;
  height: 68px;
  left: 30px;
  position: absolute;
  width: 153px;
}
@media (max-width: 770px) {
  .c-hero--secondary .esrb-label {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-hero--secondary .description-primary {
    padding-bottom: 25px;
  }
}
.c-hero__info {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .c-hero__info {
    bottom: 50px;
  }
}
.c-hero__logo {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/logo-hero.png") no-repeat center center/contain;
  bottom: 200px;
  height: 115px;
  left: 0;
  margin: auto;
  max-width: 600px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-hero__logo {
    display: none;
  }
}
.c-hero__image {
  bottom: -10px;
  position: absolute;
}
.c-hero__image--character-landing {
  position: relative;
  top: 12px;
}
@media (max-width: 767px) {
  .c-hero__image--character-landing {
    top: 29px;
    width: 1124px;
  }
}
.___main .c-hero {
  bottom: 0;
  display: block;
  left: -450px;
  margin: 0 auto;
  max-width: 1500px;
  min-width: 600px;
  position: absolute;
  right: -300px;
  width: 80%;
  z-index: 2;
}
@media (min-width: 768px) {
  .___main .c-hero {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .___main .c-hero {
    width: 90%;
  }
}
.c-hero--secondary .c-hero {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .c-hero--secondary .c-hero {
    bottom: 0;
    display: block;
    left: -300px;
    margin: 0 auto;
    min-width: 800px;
    position: absolute;
    right: -300px;
    width: 800px;
  }
}
.c-hero__video {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.c-hero__video--bg {
  background: url("../images/fireemblem-hero-nochar-1440.jpg") no-repeat center center/cover;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.c-hero__video--bg-heroes {
  background: url("../images/heroes-hero-video-1600.jpg") no-repeat center center/cover;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.c-hero__video video {
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  width: auto;
}
@media (max-width: 767px) {
  .c-hero__video video {
    display: none;
  }
}
.c-hero__caption {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  height: 70px;
  max-width: 420px;
  position: absolute;
  right: -20px;
  -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
  width: 100%;
  z-index: 3;
}
@media (min-width: 1024px) {
  .c-hero__caption {
    max-width: 720px;
  }
}
.c-hero__inner {
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
}
.c-hero__description {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-hero__description {
    padding: 0 2em 0 4em;
  }
}
.c-hero__description h2 {
  font-size: 1.563em;
  line-height: 1.1;
  margin-right: .5em;
  padding-right: .5em;
  position: relative;
}
@media (min-width: 768px) {
  .c-hero__description h2 {
    font-size: 3.157em;
    margin-right: .3em;
    padding-right: .3em;
  }
}
.c-hero__description h2::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 74%;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.c-hero__description h3 {
  font: 700 1.25em "Roboto", sans-serif;
}
.c-hero__description small {
  display: block;
  font-size: 0.707em;
  font-weight: 400;
  margin-top: 5px;
}
.c-hero__wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
}
.c-hero__stats {
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-left: 1px solid #639e9c;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.563em;
  padding-left: 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
}
.c-hero__stats h4 {
  margin-right: 30px;
}
.c-hero__stats sup {
  display: inline-block;
  font-size: 0.5em;
  margin-right: 5px;
  vertical-align: middle;
}
.c-hero__stats small {
  display: block;
  font-size: 0.5em;
}
.c-hero__stats img {
  display: block;
  width: 115px;
}
.c-hero__logos {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .c-hero__logos {
    right: -67px;
    top: -57px;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    z-index: 5;
  }
  .c-hero .c-hero__logos, .o-bg-secondary .c-hero__logos {
    display: none;
  }
}

.c-nav {
  display: none;
}
@media (min-width: 1024px) {
  .c-nav {
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    border-top: 4px solid rgba(255, 255, 255, 0);
    display: block;
    margin: -2px 0;
    min-height: 118px;
    padding: 5px 0;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .c-nav::before {
    background-color: #639e9c;
    border-bottom: 3px solid #0e1d31;
    border-top: 3px solid #0e1d31;
    content: '';
    height: 132px;
    padding: 5px 0;
    position: absolute;
    top: -2px;
    width: 100%;
  }
}
.c-nav__inner {
  background: url("../images/nav-bg.jpg") repeat-x center center;
  margin: 0 auto;
  max-width: 1070px;
  min-height: 118px;
  position: relative;
}
.c-nav__inner::before, .c-nav__inner::after {
  bottom: 0;
  content: '';
  display: block;
  height: 141px;
  margin: auto;
  position: absolute;
  top: -1px;
  width: 18px;
}
.c-nav__inner::before {
  background: url("../images/nav-bg-left.png") no-repeat center center;
  left: 0;
}
.c-nav__inner::after {
  background: url("../images/nav-bg-right.png") no-repeat center center;
  right: 0;
}
.c-nav__list {
  position: relative;
}
@media (min-width: 768px) {
  .c-nav__list {
    display: -ms-flexbox;
    display: flex;
    height: 118px;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .c-nav__list::before, .c-nav__list::after {
    background: url("../images/nav-bg-center.png") repeat-x center center;
    content: '';
    display: block;
    height: 141px;
    position: absolute;
    top: -12px;
    width: 100%;
  }
  .c-nav__list::before {
    left: -1070px;
  }
  .c-nav__list::after {
    right: -1070px;
  }
}
.c-nav__item {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.6);
  width: 20%;
}
.c-nav__item::before {
  bottom: 0;
  content: '';
  display: block;
  height: 78px;
  left: -8px;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -11px;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  transition: all 0.25s ease-out;
  width: 0;
  z-index: 3;
}
.c-nav__item.is-active::before {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.c-nav__item.is-active .c-nav__link {
  color: #425269;
  font-weight: 700;
  opacity: 1;
}
.c-nav__item:hover .c-nav__link {
  color: #425269;
  text-shadow: none;
}
.c-nav__item:hover::before {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  width: 93%;
}
.c-nav__item:not(:last-child)::after {
  background-color: #0e1d31;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  width: 5px;
}
@media (min-width: 768px) {
  .c-nav__link {
    color: #fff;
    display: block;
    font-family: "Lora", serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    padding: 40px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 4;
  }
}

.c-nav-mobile {
  background-color: #004960;
  background-image: linear-gradient(0, rgba(0, 60, 80, 0.6) 0%, rgba(0, 130, 151, 0.6) 60%, rgba(120, 202, 217, 0.6) 100%);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.5);
  display: none;
  padding: 0 0 10px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.c-nav-mobile a {
  color: #fff;
  display: block;
  font-family: "Lora", serif;
  font-size: 1.1em;
  margin: 0 auto;
  max-width: 280px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  width: 100%;
}
.c-nav-mobile a:not(:last-child) {
  border-bottom: 1px solid #639e9c;
}
.c-nav-mobile a:not(:last-child)::after {
  background-color: #0e1d31;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  -ms-transform: skew(35deg);
      transform: skew(35deg);
  width: 100%;
}
.c-nav-mobile.is-open {
  display: block;
}

.c-promo-trailer {
  background: url("../images/promo-trailer-bg.jpg") repeat-x center top/auto 273px;
  border-bottom: 2px solid #cdced0;
  min-height: 270px;
  padding-bottom: 10px;
  padding-top: 15px;
  width: 100%;
}
.c-promo-trailer__images {
  background: url("../images/promo-trailer-images.png") repeat-x center center;
  cursor: pointer;
  display: block;
  height: 200px;
  position: relative;
  width: 100%;
}
.c-promo-trailer__images::before {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/btn-play.png") no-repeat center center;
  content: '';
  cursor: pointer;
  display: block;
  height: 105px;
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  transition: transform 0.5s;
  width: 105px;
}
.c-promo-trailer__images:hover::before {
  -ms-transform: scale(1);
      transform: scale(1);
}

.c-promo-blade {
  background: url("../images/promo-blade-bg.jpg") no-repeat 40% center/cover;
  min-height: 620px;
  padding: 40px 0 85%;
  position: relative;
}
@media (min-width: 768px) {
  .c-promo-blade {
    background-position: center center;
    min-height: 520px;
    padding: 0;
  }
}
.c-promo-blade__wrap {
  bottom: 65px;
  color: #000;
  left: 0;
  margin: 0 auto;
  max-width: 800px;
  position: absolute;
  -ms-transform-origin: bottom left;
      transform-origin: bottom left;
  width: 100%;
}
@media (min-width: 768px) {
  .c-promo-blade__wrap {
    bottom: 50px;
    left: -145px;
    position: absolute;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .c-promo-blade__wrap {
    bottom: 50px;
    left: -35%;
    right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-promo-blade__inner {
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
  }
}
.c-promo-blade__title {
  font-size: 1.1em;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-promo-blade__title {
    margin-left: 60px;
    max-width: 660px;
    padding: 10px 25px 10px 100px;
  }
}
@media (min-width: 1024px) {
  .c-promo-blade__title {
    padding-left: 20px;
  }
}
.c-promo-blade__title::after {
  width: 100%;
}
.c-promo-blade__content {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 30px 23px 47px;
  position: relative;
  -ms-transform-origin: top left;
      transform-origin: top left;
  width: 100%;
}
@media (min-width: 768px) {
  .c-promo-blade__content {
    padding: 20px 30px 60px 150px;
    -ms-transform: skewX(25deg);
        transform: skewX(25deg);
  }
  .c-promo-blade__content::before {
    background-color: #639e9c;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
  }
  .c-promo-blade__content::after {
    background-color: #639e9c;
    bottom: -10px;
    content: '';
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .c-promo-blade__content {
    padding: 20px 140px 55px;
  }
}
.c-promo-blade__content .c-btn--primary {
  top: -7px;
}
.c-promo-blade__image {
  bottom: 0;
  left: -50px;
  margin: 0 auto;
  max-width: 570px;
  min-width: 550px;
  position: absolute;
  right: 0;
  width: 80%;
}
@media (min-width: 768px) {
  .c-promo-blade__image {
    left: 60%;
    min-width: 400px;
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .c-promo-blade__image {
    left: 700px;
    width: 47.5%;
  }
}
.c-promo-blade__stripe {
  bottom: -35px;
  height: 55px;
  position: absolute;
  right: -1px;
  text-align: left;
  width: 300%;
  z-index: 3;
}
@media (min-width: 768px) {
  .c-promo-blade__stripe {
    bottom: -20px;
    right: 70px;
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
  }
}
.c-promo-blade__stripe em {
  display: block;
  font-size: 1.5em;
  font-style: normal;
}

.l-promo-box {
  position: relative;
}
@media (max-width: 767px) {
  .l-promo-box {
    border-bottom: 3px solid #cdced0;
  }
}
@media (min-width: 768px) {
  .l-promo-box {
    display: -ms-flexbox;
    display: flex;
  }
}

.c-promo-box {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  border-bottom: 3px solid #cdced0;
  border-top: 3px solid #cdced0;
  min-height: 460px;
  overflow: hidden;
  padding: 20px 0 70px;
  position: relative;
  text-align: center;
  width: 100%;
}
.c-promo-box.c-promo-box-global {
  background-size: 160%;
  transition: background-size 0.5s ease-out;
}
@media (max-width: 1023px) {
  .c-promo-box.c-promo-box-global {
    background-size: 190%;
  }
}
@media (max-width: 767px) {
  .c-promo-box.c-promo-box-global {
    background-size: 160%;
  }
}
.c-promo-box.c-promo-box-global:hover {
  background-size: 180%;
}
@media (max-width: 1023px) {
  .c-promo-box.c-promo-box-global:hover {
    background-size: 200%;
  }
}
@media (max-width: 767px) {
  .c-promo-box.c-promo-box-global:hover {
    background-size: 180%;
  }
}
.c-promo-box.c-promo-box-global a {
  display: block;
  height: 100%;
  width: 100%;
}
.c-promo-box.c-promo-box-global a:hover .c-promo-box__media {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}
.c-promo-box.c-promo-box-global a:hover .c-btn--primary::after {
  opacity: 0;
}
.c-promo-box.c-promo-box-global a:hover .c-btn--arrow .arrow {
  -ms-transform: translateX(10px);
      transform: translateX(10px);
}
.c-promo-box.gameplayBox .c-promo-box__media {
  bottom: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 1024px) {
  .c-promo-box.gameplayBox {
    background-position: left;
  }
}
@media (min-width: 768px) {
  .c-promo-box .title-primary {
    display: block;
    min-width: 100%;
    -ms-transform: none;
        transform: none;
  }
  .c-promo-box .title-primary::before {
    display: none;
  }
  .c-promo-box .title-primary .title-primary__wrap {
    -ms-transform: none;
        transform: none;
  }
}
@media (min-width: 1024px) {
  .c-promo-box .title-primary {
    display: inline-block;
    min-width: 300px;
    -ms-transform: skewX(25deg);
        transform: skewX(25deg);
  }
  .c-promo-box .title-primary::before {
    display: block;
  }
  .c-promo-box .title-primary .title-primary__wrap {
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
  }
}
.c-promo-box:first-child::before {
  width: 4px;
}
.c-promo-box:last-child::after {
  width: 4px;
}
@media (min-width: 768px) {
  .c-promo-box::before, .c-promo-box::after {
    background-color: #cdced0;
    bottom: 0;
    content: '';
    height: 100%;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 3;
  }
}
.c-promo-box::before {
  left: 0;
}
.c-promo-box::after {
  right: 0;
}
@media (min-width: 480px) {
  .c-promo-box {
    min-height: 570px;
  }
}
@media (max-width: 767px) {
  .c-promo-box {
    border-bottom: 0 none;
    border-left: 3px solid #cdced0;
    border-right: 3px solid #cdced0;
  }
}
@media (min-width: 768px) {
  .c-promo-box {
    min-height: 400px;
    padding: 20px 0 70px;
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .c-promo-box {
    min-height: 520px;
    padding: 20px 0 0;
  }
}
.c-promo-box__media {
  display: block;
  margin: 30px auto 0;
  transition: all 0.5s;
}
.c-promo-box__media--gamebox {
  margin: 50px auto 30px;
}
@media (min-width: 768px) {
  .c-promo-box__media--gamebox {
    margin: 30px auto 0;
  }
}
.c-promo-box__media--offset-bottom {
  margin: 30px auto 0;
}
.c-promo-box__stripe {
  bottom: 40px;
  height: 2em;
  position: absolute;
  right: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-promo-box__stripe {
    bottom: 20px;
    height: 2em;
    right: 0;
  }
}
@media (min-width: 1024px) {
  .c-promo-box__stripe {
    bottom: 40px;
    height: 2.3em;
    right: 40px;
  }
}
.c-promo-box__btn {
  position: absolute;
  right: 0;
  top: -2px;
}
@media (min-width: 768px) {
  .c-promo-box__btn {
    font-size: 1.25em;
  }
}
@media (min-width: 1024px) {
  .c-promo-box__btn {
    font-size: 1.350em;
  }
}
.c-promo-box__btn .c-btn__text {
  line-height: 1;
  padding: 10px 60px 10px 50px;
  text-align: left;
}
@media (min-width: 1024px) {
  .c-promo-box__btn .c-btn__text {
    padding: 10px 70px 10px 90px;
  }
}
.c-promo-box__btn .arrow {
  right: 30px;
}
@media (min-width: 1024px) {
  .c-promo-box__btn .arrow {
    right: 40px;
  }
}
.c-promo-box__disclaimer {
  bottom: 0;
  left: 0;
  position: absolute;
}

.box-container {
  border-bottom: 3px solid #cdced0;
  border-top: 3px solid #cdced0;
}
@media (min-width: 768px) {
  .box-container {
    display: -ms-flexbox;
    display: flex;
  }
}
.box-container .image {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  .box-container p {
    padding: 0 20px 20px;
  }
}
@media (min-width: 768px) {
  .box-container--2 .box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .box-container--2 .box {
    border-left: 2px solid #cdced0;
  }
  .box-container--2 .box:not(:last-child) {
    border-bottom: 2px solid #cdced0;
  }
}
.box-container--2 .box:nth-child(1) {
  background: url("../images/bg-glass-thumb-1.jpg") no-repeat center center/cover;
}
.box-container--2 .box:nth-child(2) {
  background: url("../images/bg-glass-thumb-2.jpg") no-repeat center center/cover;
}
.box-container--2 .content {
  margin-bottom: 35px;
  max-width: 680px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .box-container--3 .box {
    width: 33.33%;
  }
}
.box-container--3 .box:nth-child(1) {
  background: url("../images/bg-glass-thumb-small-1.jpg") no-repeat center center/cover;
}
.box-container--3 .box:nth-child(2) {
  background: url("../images/bg-glass-thumb-small-2.jpg") no-repeat center center/cover;
}
.box-container--3 .box:nth-child(3) {
  background: url("../images/bg-glass-thumb-small-3.jpg") no-repeat center center/cover;
}
@media (max-width: 767px) {
  .box-container--3 .box {
    border-left: 2px solid #cdced0;
  }
  .box-container--3 .box:not(:last-child) {
    border-bottom: 2px solid #cdced0;
  }
}
.box-container--3 .content {
  max-width: 500px;
  padding: 0 20px 20px;
  text-align: center;
  width: 100%;
}
.box-container .box {
  -ms-flex-align: center;
      align-items: center;
  border-right: 2px solid #cdced0;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0 15px;
}
@media (max-width: 767px) {
  .box-container .box {
    border-right: 2px solid #cdced0;
  }
}
.box-container .box:first-child {
  border-left: 2px solid #cdced0;
}

.c-characters-container {
  border-left: 2px solid #cdced0;
  border-top: 2px solid #cdced0;
}

img[alt] {
  color: transparent;
}

[data-character-loader] {
  opacity: 0;
  transition: opacity 0.5s;
}
[data-character-loader].in {
  opacity: 1;
}

.c-character-thumb {
  border-bottom: 2px solid #cdced0;
  border-right: 2px solid #cdced0;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 50%;
}
.c-character-thumb:hover::after {
  opacity: 1;
}
.c-character-thumb:hover .c-character-thumb__image {
  -ms-transform: translateX(-50%) scale(1.2);
      transform: translateX(-50%) scale(1.2);
}
.c-character-thumb::before, .c-character-thumb::after {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 100%;
  transition: opacity .3s ease-in-out;
  width: 100%;
}
.c-character-thumb::before {
  z-index: 1;
}
.c-character-thumb::after {
  background: url("../images/box-general-background.jpg") no-repeat center center/cover;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-character-thumb {
    width: 20%;
  }
}
@media (min-width: 1024px) {
  .c-character-thumb {
    width: 20%;
  }
}
@media (min-width: 1280px) {
  .c-character-thumb {
    width: 20%;
  }
}
.c-character-thumb__wrap {
  position: relative;
  z-index: 3;
}
.c-character-thumb__init {
  opacity: 0;
}
.c-character-thumb__image {
  display: block;
  height: calc(100% + 40px);
  left: 50%;
  max-width: none;
  position: relative;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  transition: opacity .25s ease-out, transform .25s ease-out;
  width: calc(100% + 40px);
}
.c-character-thumb__title {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.c-character-thumb__title .title-primary.thumb-promo {
  font-style: italic;
  font-weight: bold;
  min-width: 159px;
  padding: 10px 25px;
}
@media (max-width: 1086px) {
  .c-character-thumb__title .title-primary.thumb-promo {
    font-size: 0.8em;
    min-width: 159px;
    padding: 10px 15px;
  }
}
@media (min-width: 1280px) {
  .c-character-thumb__title .title-primary.thumb-promo {
    padding: 10px 35px;
  }
}
@media (min-width: 768px) and (max-width: 1086px) {
  .c-character-thumb__title .title-primary--small {
    font-size: 1em;
    padding: 10px 3em 10px 3.6em;
  }
}
.c-character-thumb__title .title-primary__icon {
  position: absolute;
  -ms-transform: translate(-5%, -5%);
      transform: translate(-5%, -5%);
  z-index: 5;
}
@media (max-width: 767px) {
  .c-character-thumb__title .title-primary__icon {
    -ms-transform: translate(-5%, -29%);
        transform: translate(-5%, -29%);
  }
}

.l-characters-thumb {
  background-image: url("../images/hero-heroes-landing.jpg");
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 500px;
}

@media (max-width: 767px) {
  .character-full-holder {
    height: 500px;
    overflow: hidden;
  }
}

.c-character-full {
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  display: block;
  left: 50%;
  max-width: none;
  position: relative;
  -ms-transform: translateX(-70%);
      transform: translateX(-70%);
}
@media (max-width: 767px) {
  .c-character-full {
    left: 78%;
    margin-bottom: 120px;
    max-width: 108%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .c-character-full {
    max-width: 155%;
  }
}
@media (max-width: 767px) {
  .c-character-full--rowan {
    left: 93%;
    max-width: 130%;
  }
}
@media (min-width: 768px) {
  .c-character-full--rowan {
    -ms-transform: translate(-29%, 0);
        transform: translate(-29%, 0);
  }
}
@media (min-width: 1024px) {
  .c-character-full--rowan {
    -ms-transform: translate(-15%, 0);
        transform: translate(-15%, 0);
  }
}
@media (max-width: 767px) {
  .c-character-full--lianna {
    left: 68%;
    max-width: 93%;
    -ms-transform: translate(-70%, -14px);
        transform: translate(-70%, -14px);
  }
}
@media (min-width: 768px) {
  .c-character-full--lianna {
    -ms-transform: translate(-94%, 10px);
        transform: translate(-94%, 10px);
  }
}
@media (max-width: 767px) {
  .c-character-full--corrin-male {
    left: -7%;
    max-width: 178%;
    -ms-transform: translate(-12%, -20px);
        transform: translate(-12%, -20px);
  }
}
@media (max-width: 1023px) {
  .c-character-full--corrin-male {
    -ms-transform: translateX(-12%);
        transform: translateX(-12%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--corrin-male {
    -ms-transform: translateX(-22%);
        transform: translateX(-22%);
  }
}
@media (min-width: 1px) {
  .c-character-full--corrin-female {
    left: 63%;
    max-width: 176%;
    -ms-transform: translate(-70%, -103px);
        transform: translate(-70%, -103px);
  }
}
@media (min-width: 768px) {
  .c-character-full--corrin-female {
    left: -139px;
    -ms-transform: translateY(-175px);
        transform: translateY(-175px);
  }
}
@media (min-width: 1024px) {
  .c-character-full--corrin-female {
    left: 50%;
    -ms-transform: translate(-46%, -175px);
        transform: translate(-46%, -175px);
  }
}
@media (max-width: 767px) {
  .c-character-full--ryoma {
    left: 21%;
    max-width: 160%;
    -ms-transform: translate(-70%, -30px);
        transform: translate(-70%, -30px);
  }
}
@media (max-width: 1023px) {
  .c-character-full--ryoma {
    -ms-transform: translateX(-40%);
        transform: translateX(-40%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--ryoma {
    -ms-transform: translateX(-39%);
        transform: translateX(-39%);
  }
}
@media (max-width: 10000px) {
  .c-character-full--hinoka {
    -ms-transform: translate(-58%, -140px);
        transform: translate(-58%, -140px);
  }
}
@media (max-width: 1023px) {
  .c-character-full--hinoka {
    -ms-transform: translate(-58%, -140px);
        transform: translate(-58%, -140px);
  }
}
@media (max-width: 767px) {
  .c-character-full--hinoka {
    left: 60%;
    max-width: 144%;
    -ms-transform: translate(-70%, -50px);
        transform: translate(-70%, -50px);
  }
}
@media (max-width: 767px) {
  .c-character-full--sakura {
    left: 84%;
    max-width: 135%;
    -ms-transform: translate(-70%, -13px);
        transform: translate(-70%, -13px);
  }
}
@media (max-width: 1023px) {
  .c-character-full--sakura {
    -ms-transform: translateX(-87%);
        transform: translateX(-87%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--sakura {
    -ms-transform: translateX(-83%);
        transform: translateX(-83%);
  }
}
@media (max-width: 767px) {
  .c-character-full--xander {
    left: 68%;
    max-width: 114%;
    -ms-transform: translate(-70%, -18px);
        transform: translate(-70%, -18px);
  }
}
@media (max-width: 1023px) {
  .c-character-full--xander {
    -ms-transform: translateX(-79%);
        transform: translateX(-79%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--xander {
    -ms-transform: translateX(-87%);
        transform: translateX(-87%);
  }
}
@media (max-width: 767px) {
  .c-character-full--camilla {
    left: 72%;
    max-width: 126%;
  }
}
@media (min-width: 768px) {
  .c-character-full--camilla {
    -ms-transform: translateX(-86%);
        transform: translateX(-86%);
  }
}
@media (max-width: 767px) {
  .c-character-full--leo {
    left: 90%;
    max-width: 132%;
  }
}
@media (min-width: 768px) {
  .c-character-full--leo {
    -ms-transform: translateX(-64%);
        transform: translateX(-64%);
  }
}
@media (max-width: 767px) {
  .c-character-full--elise {
    left: 7%;
    max-width: 147%;
  }
}
@media (max-width: 1023px) {
  .c-character-full--elise {
    -ms-transform: translateX(-25%);
        transform: translateX(-25%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--elise {
    -ms-transform: translateX(-25%);
        transform: translateX(-25%);
  }
}
@media (min-width: 1px) {
  .c-character-full--chrom {
    left: 56%;
    max-width: 155%;
    -ms-transform: translate(-70%, -24px);
        transform: translate(-70%, -24px);
  }
}
@media (min-width: 768px) {
  .c-character-full--chrom {
    -ms-transform: translateX(-53%);
        transform: translateX(-53%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--chrom {
    -ms-transform: translateX(-53%);
        transform: translateX(-53%);
  }
}
@media (max-width: 10000px) {
  .c-character-full--lucina {
    -ms-transform: translate(-30%, -120px);
        transform: translate(-30%, -120px);
  }
}
@media (max-width: 1023px) {
  .c-character-full--lucina {
    -ms-transform: translate(-30%, -120px);
        transform: translate(-30%, -120px);
  }
}
@media (max-width: 767px) {
  .c-character-full--lucina {
    left: 76%;
    max-width: 155%;
    -ms-transform: translate(-70%, -52px);
        transform: translate(-70%, -52px);
  }
}
@media (min-width: 1024px) {
  .c-character-full--lissa {
    -ms-transform: translateX(-55%);
        transform: translateX(-55%);
  }
}
@media (max-width: 1023px) {
  .c-character-full--lissa {
    -ms-transform: translateX(-55%);
        transform: translateX(-55%);
  }
}
@media (max-width: 767px) {
  .c-character-full--lissa {
    left: 113%;
    max-width: 168%;
    -ms-transform: translate(-70%, -41px);
        transform: translate(-70%, -41px);
  }
}
@media (min-width: 1024px) {
  .c-character-full--frederick {
    -ms-transform: translateX(-22%);
        transform: translateX(-22%);
  }
}
@media (max-width: 1023px) {
  .c-character-full--frederick {
    -ms-transform: translateX(-30%);
        transform: translateX(-30%);
  }
}
@media (max-width: 767px) {
  .c-character-full--frederick {
    -ms-transform: translateX(-83%);
        transform: translateX(-83%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--cordelia {
    -ms-transform: translate(-80%, -190px);
        transform: translate(-80%, -190px);
  }
}
@media (max-width: 1023px) {
  .c-character-full--cordelia {
    -ms-transform: translate(-90%, -190px);
        transform: translate(-90%, -190px);
  }
}
@media (max-width: 767px) {
  .c-character-full--cordelia {
    left: 63%;
    max-width: 136%;
    -ms-transform: translate(-70%, -70px);
        transform: translate(-70%, -70px);
  }
}
@media (min-width: 1px) {
  .c-character-full--anna {
    max-width: 99%;
  }
}
@media (min-width: 768px) {
  .c-character-full--anna {
    -ms-transform: translateX(-19%);
        transform: translateX(-19%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--anna {
    -ms-transform: translateX(-19%);
        transform: translateX(-19%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--marth {
    -ms-transform: translateX(-47%);
        transform: translateX(-47%);
  }
}
@media (max-width: 1023px) {
  .c-character-full--marth {
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .c-character-full--marth {
    left: 34%;
    max-width: 143%;
  }
}
@media (min-width: 1024px) {
  .c-character-full--caeda {
    -ms-transform: translateX(-90%);
        transform: translateX(-90%);
  }
}
@media (max-width: 1023px) {
  .c-character-full--caeda {
    -ms-transform: translateX(-90%);
        transform: translateX(-90%);
  }
}
@media (max-width: 767px) {
  .c-character-full--caeda {
    left: 64%;
    -ms-transform: translate(-70%, -28px);
        transform: translate(-70%, -28px);
  }
}
@media (min-width: 1px) {
  .c-character-full--celica {
    left: 51%;
    max-width: 178%;
    -ms-transform: translate(-70%, -18px);
        transform: translate(-70%, -18px);
  }
}
@media (min-width: 768px) {
  .c-character-full--celica {
    -ms-transform: translateX(-51%);
        transform: translateX(-51%);
  }
}
@media (min-width: 1024px) {
  .c-character-full--celica {
    -ms-transform: translateX(-55%);
        transform: translateX(-55%);
  }
}
@media (max-width: 10000px) {
  .c-character-full--takumi {
    -ms-transform: translate(-70%, -195px);
        transform: translate(-70%, -195px);
  }
}
@media (max-width: 1023px) {
  .c-character-full--takumi {
    -ms-transform: translate(-70%, -195px);
        transform: translate(-70%, -195px);
  }
}
@media (max-width: 767px) {
  .c-character-full--takumi {
    left: 68%;
    max-width: 122%;
    -ms-transform: translate(-70%, -75px);
        transform: translate(-70%, -75px);
  }
}
@media (max-width: 767px) {
  .c-character-full--robin-male {
    left: 30%;
    max-width: 110%;
  }
}
@media (max-width: 1023px) {
  .c-character-full--robin-male {
    -ms-transform: translate(-29%, 0);
        transform: translate(-29%, 0);
  }
}
@media (min-width: 1024px) {
  .c-character-full--robin-male {
    -ms-transform: translate(-15%, 0);
        transform: translate(-15%, 0);
  }
}
@media (max-width: 767px) {
  .c-character-full--robin-female {
    left: 71%;
    max-width: 108%;
  }
}
@media (max-width: 10000px) {
  .c-character-full--tiki {
    -ms-transform: translate(-9%, 0);
        transform: translate(-9%, 0);
  }
}
@media (max-width: 1023px) {
  .c-character-full--tiki {
    -ms-transform: translate(-3%, 0);
        transform: translate(-3%, 0);
  }
}
@media (max-width: 767px) {
  .c-character-full--tiki {
    max-width: 95%;
    -ms-transform: translate(-77%, -25px);
        transform: translate(-77%, -25px);
  }
}
@media (min-width: 1024px) {
  .c-character-full--lyn {
    -ms-transform: translate(-18%, 0);
        transform: translate(-18%, 0);
  }
}
@media (max-width: 1023px) {
  .c-character-full--lyn {
    -ms-transform: translate(-29%, 0);
        transform: translate(-29%, 0);
  }
}
@media (max-width: 767px) {
  .c-character-full--lyn {
    max-width: 95%;
    -ms-transform: translate(-70%, -25px);
        transform: translate(-70%, -25px);
  }
}

.character-info-box {
  background-color: #639e9c;
  border: 3px solid #639e9c;
  width: 100%;
}
@media (max-width: 10000px) {
  .character-info-box {
    min-height: 300px;
  }
}
@media (max-width: 1023px) {
  .character-info-box {
    min-height: 226px;
  }
}
@media (max-width: 767px) {
  .character-info-box {
    min-height: 226px;
  }
}
.character-info-box .slick-dots {
  bottom: -33px;
  display: inline-block;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.character-info-box .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.character-info-box .slick-dots li button {
  background-color: #639e9c;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: inset 1px 1px 1px #000;
  display: inline-block;
  height: 20px;
  padding: 0px;
  text-indent: -9999px;
  width: 20px;
}
.character-info-box .slick-dots li button:hover {
  background-color: #25394c;
  box-shadow: inset 2px 0px 2px -2px #333;
}
.character-info-box .slick-dots li.slick-active button {
  background-color: #25394c;
  box-shadow: inset 2px 0px 2px -2px #000;
}
.character-info-box--carousel--controls {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 39%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 99%;
}
@media (max-width: 767px) {
  .character-info-box--carousel--controls {
    width: 99%;
  }
}
.character-info-box--carousel--controls *[class^='__arrow'] {
  background-color: #639e9c;
  border: 2px solid #fff;
  color: #fff;
  height: 58px;
  position: absolute;
  top: -10px;
  width: 50px;
}
@media (max-width: 767px) {
  .character-info-box--carousel--controls *[class^='__arrow'] {
    height: 40px;
    width: 30px;
  }
}
.character-info-box--carousel--controls *[class^='__arrow']::after {
  background: url("../images/carousel-arrow.png") no-repeat center center #639e9c;
  content: '';
  display: block;
  height: 36px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 10px;
  -ms-transform-origin: center center;
      transform-origin: center center;
  width: 18px;
}
@media (max-width: 767px) {
  .character-info-box--carousel--controls *[class^='__arrow']::after {
    top: 1px;
  }
}
.character-info-box--carousel--controls .__arrow-prev {
  border-left: none;
  left: 0;
}
@media (max-width: 767px) {
  .character-info-box--carousel--controls .__arrow-prev::after {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
  }
}
.character-info-box--carousel--controls .__arrow-next {
  border-right: none;
  right: 0;
}
.character-info-box--carousel--controls .__arrow-next::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media (max-width: 767px) {
  .character-info-box--carousel--controls .__arrow-next::after {
    -ms-transform: rotate(180deg) scale(0.7);
        transform: rotate(180deg) scale(0.7);
  }
}

/* the slides */
/**/
.slick-initialized .slick-slide {
  overflow: hidden;
  position: relative;
}

.c-character--carousel {
  display: block;
  height: auto;
  width: 100%;
}
.c-character--carousel--bio {
  display: inline-block;
  max-width: 1200px;
  position: relative;
  width: 97%;
}
.c-character--carousel--draw {
  position: relative;
  width: 80%;
  z-index: 5;
}
.c-character--carousel--info {
  background-color: #263246;
  border: 3px solid #639e9c;
  display: block;
  float: right;
  max-width: 565px;
  padding: 13px;
  position: relative;
}
@media (min-width: 1px) {
  .c-character--carousel--info {
    float: none;
    margin: 0 auto;
    width: 85%;
  }
}
@media (min-width: 769px) {
  .c-character--carousel--info {
    float: right;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .c-character--carousel--info {
    width: 100%;
  }
}
.c-character--carousel--info .content {
  overflow: hidden;
  padding-bottom: 45px;
}
.c-character--carousel--info--head {
  background-color: #639e9c;
  position: relative;
}
@media (min-width: 768px) {
  .c-character--carousel--info--head {
    padding: 0 0 95px;
  }
}
@media (min-width: 1025px) {
  .c-character--carousel--info--head {
    padding: 0 0 140px;
  }
}
.c-character--carousel--info--description {
  background-color: #505e73;
  margin: 10px auto 0;
  width: 96;
}
@media (min-width: 768px) {
  .c-character--carousel--info--description {
    padding: 0 20px 60px;
  }
}
@media (min-width: 1025px) {
  .c-character--carousel--info--description {
    padding: 20px 20px 60px;
  }
}
.c-character--carousel--info--description h3 {
  color: #fff;
  display: block;
  line-height: 43px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-character--carousel--info--description h3 {
    font-size: 25px;
  }
}
@media (min-width: 1025px) {
  .c-character--carousel--info--description h3 {
    font-size: 32px;
  }
}
.c-character--carousel--info--description h3 span {
  display: block;
}
.c-character--carousel--info--description p {
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-character--carousel--info--description p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .c-character--carousel--info--description p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .c-character--carousel--info--description ._divLine {
    margin: 10px 0;
  }
}
@media (min-width: 1025px) {
  .c-character--carousel--info--description ._divLine {
    margin: 30px 0;
  }
}
.c-character--carousel--title {
  color: #fff;
}
@media (min-width: 2px) {
  .c-character--carousel--title {
    font-size: 40px;
    padding: 0 20px 115px;
  }
}
@media (min-width: 769px) {
  .c-character--carousel--title {
    font-size: 40px;
    padding: 0 15px;
  }
}
@media (min-width: 1025px) {
  .c-character--carousel--title {
    font-size: 76px;
    padding: 0 20px;
  }
}
.c-character--carousel--title span {
  display: block;
  font-size: 16px;
  line-height: 55px;
}
@media (min-width: 769px) {
  .c-character--carousel--title span {
    font-size: 20px;
    line-height: 50px;
  }
}
@media (min-width: 1025px) {
  .c-character--carousel--title span {
    font-size: 26px;
    line-height: 80px;
  }
}
.c-character--carousel--icon {
  float: right;
  margin-top: 30px;
}
.c-character--carousel ._compass-logo {
  left: 35px;
  position: absolute;
  width: 100%;
}
@media (min-width: 1px) {
  .c-character--carousel ._compass-logo {
    left: 20px;
    top: 34%;
  }
}
@media (min-width: 769px) {
  .c-character--carousel ._compass-logo {
    left: 28px;
    top: 34%;
  }
}
@media (min-width: 1025px) {
  .c-character--carousel ._compass-logo {
    top: 360px;
  }
}
.c-character--carousel ._title-color {
  background-color: #639e9c;
}

.o-bg-secondary .c-btn-carousel {
  bottom: 50%;
  margin: auto;
  position: absolute;
  z-index: 2;
}
@media (max-width: 1300px) {
  .o-bg-secondary .c-btn-carousel {
    display: none;
  }
}
.o-bg-secondary .c-btn-carousel.right {
  right: 0;
}

.c-icon--carousel {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
  /* the slides */
}
.c-icon--carousel .slick-slide {
  background-color: #deeaec;
  display: inline-block;
  margin: 0 1px 4px;
  padding: 2px;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
}
.c-icon--carousel .slick-slide:hover {
  background-color: #25394c;
}
.c-icon--carousel .slick-slide.selected, .c-icon--carousel .slick-slide[data-item-selected] {
  background-color: #25394c;
}
.c-icon--carousel--controls {
  position: absolute;
  top: 0;
  width: 100%;
}
.c-icon--carousel--controls *[class^='__arrow'] {
  background-color: #639e9c;
  border: 2px solid #fff;
  color: #fff;
  height: 110px;
  position: absolute;
  top: -10px;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  width: 105px;
}
.c-icon--carousel--controls *[class^='__arrow']::after {
  background: url("../images/carousel-arrow.png") no-repeat center center #639e9c;
  content: '';
  display: block;
  height: 36px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 32px;
  -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
  -ms-transform-origin: center center;
      transform-origin: center center;
  width: 18px;
}
.c-icon--carousel--controls .__arrow-prev {
  left: -30px;
}
.c-icon--carousel--controls .__arrow-next {
  right: -30px;
}
.c-icon--carousel--controls .__arrow-next::after {
  -ms-transform: rotate(180deg) skewX(-25deg);
      transform: rotate(180deg) skewX(-25deg);
}
.c-icon--carousel--arrow-next {
  border: 1px solid;
  float: right;
}
.c-icon--carousel--arrow-prev {
  border: 1px solid;
}
.c-icon--carousel--box {
  color: #fff;
  cursor: pointer;
  height: 80px;
  -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
}
.c-icon--carousel--box a {
  left: 19px;
  position: relative;
  top: 8px;
}
.c-icon--carousel__limiter {
  background-color: #649da6;
  margin: 0 auto;
  width: 95%;
}
.c-icon--carousel--panel:hover {
  background-color: #25394c;
}
.c-icon--carousel--panel.selected, .c-icon--carousel--panel[data-item-selected] {
  background-color: #25394c;
}

.o-bg-secondary {
  background: url("../images/bg-characters.jpg") no-repeat center center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .o-bg-secondary {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .o-bg-secondary {
    height: 1400px;
    overflow: hidden;
    position: relative;
    top: -3px;
  }
}
@media (min-width: 1024px) {
  .o-bg-secondary {
    overflow: hidden;
  }
}

.c-container--secondary {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-container--secondary {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.c-sidebar {
  background: url("../images/sidebar-middle.png") repeat-y center center/contain;
  margin: -100px auto 250px;
  max-width: 576px;
  padding: 10px 0 1em;
  position: relative;
  transition: max-width 1s;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-sidebar {
    float: right;
    margin: 120px 0;
    max-width: 440px;
  }
}
@media (min-width: 1024px) {
  .c-sidebar {
    max-width: 576px;
  }
}
.c-sidebar::after, .c-sidebar::before {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.c-sidebar::before {
  background: url("../images/sidebar-top.png") no-repeat center bottom/contain;
  height: 29px;
  top: -29px;
}
.c-sidebar::after {
  background: url("../images/sidebar-bottom.png") no-repeat center top/contain;
  bottom: -189px;
  height: 189px;
}
.c-sidebar--left {
  float: none;
}
.c-sidebar--left::after {
  transform: rotateY(180deg);
}
.c-sidebar__top {
  background: url("../images/sidebar-header-middle.png") repeat-y center center/contain;
  margin: -12px auto 0;
  max-width: 536px;
  padding-bottom: 40px;
  position: relative;
  width: 95%;
}
@media (max-width: 767px) {
  .c-sidebar__top {
    margin: -15px auto 0;
  }
}
.c-sidebar__top::after, .c-sidebar__top::before {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.c-sidebar__top::before {
  background: url("../images/sidebar-header-top.png") no-repeat center bottom/contain;
  height: 14px;
  top: -14px;
}
.c-sidebar__top::after {
  background: url("../images/sidebar-header-bottom.png") no-repeat center top/contain;
  bottom: -173px;
  height: 173px;
}
.c-sidebar--left .c-sidebar__top::after {
  background: url("../images/sidebar-header-bottom-left.png") no-repeat center top/contain;
}
.c-sidebar__header {
  padding: 30px 40px;
  position: relative;
}
.c-sidebar__header::after {
  background: url("../images/compass.png") no-repeat right center/auto 100%;
  bottom: -75px;
  content: '';
  display: block;
  height: 157px;
  position: absolute;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-sidebar__header::after {
    left: auto;
    right: -43px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-sidebar__header::after {
    left: 29px;
    width: 431px;
  }
}
@media (min-width: 1024px) {
  .c-sidebar__header::after {
    left: 25px;
    width: 555px;
  }
}
.c-sidebar--left .c-sidebar__header {
  padding: 30px 40px 30px 65px;
}
.c-sidebar--left .c-sidebar__header::after {
  left: -55px;
  transform: rotateY(180deg);
}
.c-sidebar__title {
  color: #fff;
  font-size: 1.772em;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: .97;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  -ms-transform: skewX(-3deg) translateX(-3px);
      transform: skewX(-3deg) translateX(-3px);
}
@media (min-width: 768px) {
  .c-sidebar__title {
    font-size: 3.2em;
  }
}
.c-sidebar__content .c-sidebar__title {
  font-size: 1.611em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-sidebar__content .c-sidebar__title {
    font-size: 2.072em;
  }
}
.c-sidebar__subtitle {
  color: #fff;
  font-size: 1.563em;
  letter-spacing: .025em;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  -ms-transform: skewX(-3deg);
      transform: skewX(-3deg);
}
@media (max-width: 1023px) {
  .c-sidebar__subtitle {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .c-sidebar__subtitle {
    font-size: 1em;
  }
}
.c-sidebar__content .c-sidebar__subtitle {
  border-bottom: 1px solid #fff;
  margin-bottom: 1.1em;
  padding-bottom: 1.2em;
}
.c-sidebar__logo {
  bottom: -20px;
  max-width: 240px;
  position: absolute;
  right: 85px;
  z-index: 2;
}
.c-sidebar--left .c-sidebar__logo {
  left: 50px;
}
.c-sidebar__logo.fire-emblem {
  bottom: -56px;
}
.c-sidebar__logo.fire-echoes {
  bottom: -39px;
}
.c-sidebar__logo.fire-shadow-dragon {
  bottom: -68px;
}
.c-sidebar__logo.fire-awakening {
  bottom: -30px;
}
.c-sidebar__carousel {
  padding: 2px;
  position: relative;
  top: -8px;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-sidebar__carousel {
    top: -6px;
  }
}
.c-sidebar__carousel img {
  display: block;
  margin: 0 auto;
}
.c-sidebar__content {
  color: #fff;
  margin: 80px auto 0;
  padding: 3em 4em 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .c-sidebar__content {
    margin: 65px auto 0;
  }
}
.c-sidebar--left .c-sidebar__content {
  padding-top: 6em;
}
@media (max-width: 767px) {
  .c-sidebar--left .c-sidebar__content {
    margin: 23px auto 0;
  }
}
.c-sidebar__content p {
  line-height: 1.7;
}
.c-sidebar__content p:not(:last-of-type) {
  margin-bottom: 2em;
}
.c-sidebar__icon {
  bottom: -6em;
  position: absolute;
  right: 50px;
}
.c-sidebar--left .c-sidebar__icon {
  float: left;
  left: 50px;
}

.c-blade-feature {
  border-bottom: 1px solid #cdced0;
  padding: 40px 0 75px;
}
@media (max-width: 767px) {
  .c-blade-feature__wrap:not(:last-child) {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .c-blade-feature__wrap {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 40px 20px 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .c-blade-feature__wrap {
    padding: 40px 40px 0;
  }
}
@media (min-width: 768px) {
  .c-blade-feature__media {
    height: 100%;
    position: relative;
  }
  .c-blade-feature__media img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.c-blade-feature__item {
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}
.c-blade-feature__label {
  color: #fff;
  display: inline-block;
  font-family: "Lora", serif;
  font-size: 1em;
  padding-top: 12px;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-blade-feature__label {
    margin-right: 80px;
    padding: 0;
  }
}
.c-blade-feature__btns {
  bottom: -60px;
  height: 60px;
  left: 0;
  margin: 0 auto;
  max-width: 320px;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-blade-feature__btns {
    left: 5%;
  }
}
@media (min-width: 1024px) {
  .c-blade-feature__btns {
    left: 10%;
    max-width: 400px;
  }
}
@media (min-width: 1280px) {
  .c-blade-feature__btns {
    left: 5%;
  }
}
.c-blade-feature__btns::before {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #425269;
  content: '';
  display: block;
  height: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-blade-feature__btns::before {
    -ms-transform: skew(25deg);
        transform: skew(25deg);
  }
}
.c-blade-feature__btns::after {
  clear: both;
  content: '';
  display: block;
}
@media (min-width: 768px) {
  .c-blade-feature__btns .c-btn--flag {
    margin: 0 0 0 -20px;
  }
}
@media (min-width: 1024px) {
  .c-blade-feature__btns .c-btn--flag + .c-btn--flag {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 767px) {
  .c-blade-feature__btns .c-btn--flag + .c-btn--flag {
    -ms-transform-origin: right;
        transform-origin: right;
  }
}
.c-blade-feature__btns .c-btn--arrow {
  margin-right: -10px;
}
@media (max-width: 767px) {
  .c-blade-feature__btns .c-btn--arrow {
    margin-top: 5px;
  }
}
.c-blade-feature .title-primary {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-blade-feature .title-primary {
    display: inline-block;
    max-width: none;
    min-width: auto;
  }
}
.c-blade-feature .description-primary {
  max-width: 550px;
}
@media (min-width: 1280px) {
  .c-blade-feature .description-primary {
    padding: 20px 120px;
  }
}
.c-blade-feature--center {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .c-blade-feature--center {
    padding-bottom: 110px;
  }
}
.c-blade-feature--center .title-primary {
  max-width: 600px;
}
.c-blade-feature--center .description-primary {
  max-width: 850px;
}
@media (max-width: 767px) {
  .c-blade-feature--center .c-blade-feature__btns::before {
    height: 78px;
    margin: 0 auto;
    top: 0;
  }
}
@media (min-width: 768px) {
  .c-blade-feature--center .c-blade-feature__btns {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    max-width: 790px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .c-blade-feature--center .c-btn--flag {
    margin-left: 40px;
  }
}
.c-blade-feature__image {
  margin: 0 auto;
  position: absolute;
  top: -20px;
}
.c-blade-feature__image--right {
  left: 0;
  right: -1500px;
}
.c-blade-feature__image--left {
  left: -1350px;
  right: 0;
}

.c-list-ornament {
  display: block;
  font-weight: 700;
  padding: 5px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .c-list-ornament {
    margin: 0 auto;
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .c-list-ornament {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 5px 10px;
  }
  .c-list-ornament::before, .c-list-ornament::after {
    background: url("../images/list-ornament.png") no-repeat center center;
    bottom: 0;
    content: '';
    display: block;
    height: 19px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 10px;
  }
}
.c-list-ornament::before {
  left: -10px;
}
.c-list-ornament::after {
  right: -10px;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.c-list-ornament li {
  line-height: 1.2;
  position: relative;
}
@media (min-width: 768px) {
  .c-list-ornament li {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .c-list-ornament li {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 30px;
  }
  .c-list-ornament li::before {
    background: url("../images/list-ornament-full.png") no-repeat center center;
    content: '';
    display: block;
    height: 20px;
    left: 3px;
    position: absolute;
    top: -1px;
    width: 20px;
  }
}
@media (min-width: 768px) {
  .c-list-ornament li:not(:last-child)::after {
    background: url("../images/list-ornament-full.png") no-repeat center center;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    right: -23px;
    top: 0;
    width: 20px;
  }
}

.c-blade-secondary {
  border-bottom: 4px solid #cdced0;
}
@media (min-width: 1024px) {
  .c-blade-secondary {
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .c-blade-secondary::before {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cdced0;
    content: '';
    display: block;
    height: 100%;
    width: 4px;
    z-index: 3;
  }
}
.c-blade-secondary__wrap {
  background: url("../images/bg-glass-shattered-1.jpg") no-repeat left 0/auto 100%;
  padding: 40px 0 80px;
}
@media (min-width: 768px) {
  .c-blade-secondary__wrap {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .c-blade-secondary__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 50%;
  }
}
.c-blade-secondary__image {
  display: block;
  margin: 0 auto -120px;
}
.c-blade-secondary__content {
  margin: 0 auto;
  max-width: 700px;
  position: relative;
}
.c-blade-secondary .title-primary {
  position: relative;
  z-index: 2;
}
.c-blade-secondary .description-primary {
  display: block;
  min-height: 185px;
  padding-left: 140px;
  position: relative;
}
@media (max-width: 1px) {
  .c-blade-secondary .description-primary {
    padding-right: 70px;
  }
}
@media (min-width: 768px) {
  .c-blade-secondary .description-primary {
    padding-left: 130px;
  }
}
.c-blade-secondary .description-primary img {
  left: -115px;
  position: absolute;
}
.c-blade-secondary .description-primary img.description-primary__box {
  left: 20px;
  top: 15px;
}
@media (max-width: 450px) {
  .c-blade-secondary .description-primary img.description-primary__box {
    display: none;
  }
}
@media (min-width: 768px) {
  .c-blade-secondary .description-primary img.description-primary__box {
    left: -115px;
    top: -8px;
  }
}
@media (min-width: 768px) {
  .c-blade-secondary .description-primary img:not(.description-primary__box) {
    left: -130px;
  }
}
@media (min-width: 768px) {
  .c-blade-secondary__inner {
    -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
  }
}
@media (min-width: 1280px) {
  .c-blade-secondary__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.c-blade-secondary__ctas {
  background-color: #425269;
  left: 0;
  margin: 10px auto 0;
  max-width: 540px;
  position: relative;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .c-blade-secondary__ctas {
    -ms-transform: skewX(25deg);
        transform: skewX(25deg);
    width: calc(100% - 60px);
  }
}
@media (min-width: 1280px) {
  .c-blade-secondary__ctas {
    height: 40px;
    max-width: 650px;
  }
}
@media (min-width: 1280px) {
  .c-blade-secondary__ctas {
    left: 10px;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .c-blade-secondary__btns {
    margin: -10px -20px 0 0;
  }
}
.c-blade-secondary__label {
  color: #fff;
  display: inline-block;
  font-family: "Lora", serif;
  font-size: 22px;
  padding-top: 20px;
  position: relative;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-blade-secondary__label {
    padding: 10px 0 0 10px;
  }
}
@media (min-width: 1600px) {
  .c-blade-secondary__label {
    padding: 10px 0 0 20px;
  }
}
@media (min-width: 1280px) {
  .c-blade-secondary .c-btn:last-of-type {
    margin-left: 60px;
  }
}
@media (max-width: 1280px) {
  .c-blade-secondary .c-btn {
    -ms-transform: scale(0.7);
        transform: scale(0.7);
  }
}

.c-blade-media {
  text-align: center;
}
.c-blade-media .title-primary {
  margin-bottom: 50px;
}

.c-character--carousel-tooltip {
  background: url("../images/tooltip-background-sprite.png"), url("../images/tooltip-background-sprite.png");
  background-position: 0 0, 8px -88px;
  background-repeat: no-repeat, no-repeat;
  font-size: 1em;
  height: 44px;
  padding: 11px 3px 0 10px;
  position: absolute;
  text-align: center;
}
.c-character--carousel-tooltip::before {
  background: url("../images/tooltip-background-sprite.png") no-repeat left top;
  background-position: 0px -45px;
  content: '';
  height: 40px;
  position: absolute;
  right: -10px;
  top: 3px;
  width: 10px;
}
.c-character--carousel-tooltip::after {
  background: url("../images/tooltip-background-sprite.png") no-repeat left top;
  background-position: 0px -137px;
  content: '';
  height: 40px;
  left: 47%;
  position: absolute;
  top: 39px;
  width: 14px;
}

/* Page overlay */
#overlay {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999998;
}

/* Close button */
#btn-modal-close {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: url("../images/widgets/icon-X.png") no-repeat center center;
  background-color: #c00;
  border: 0;
  border-radius: 0 8px;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.3s, color 0.3s;
  width: 40px;
  z-index: 100;
}
#btn-modal-close:focus, #btn-modal-close:hover {
  background-color: #f00;
}
@media (max-width: 767px) {
  #btn-modal-close {
    background-size: 50%;
    height: 30px;
    width: 30px;
  }
}

/* Initially hide content on the page */
.modal-content {
  display: none;
  visibility: hidden;
}

/* Modal */
#modal-window {
  background: #fff;
  border-radius: 10px;
  display: none;
  padding: 40px 0;
  position: fixed;
  z-index: 999999;
}
#modal-window .modal-content {
  -webkit-backface-visibility: hidden;
  display: block;
  padding: 0 40px;
  position: relative;
  visibility: visible;
}
#modal-window .modal-content::after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 767px) and (min-width: 768px) {
  #modal-window .modal-content {
    height: 100%;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  #modal-window.modal-video {
    padding: 30px;
  }
  #modal-window.modal-video .modal-content {
    height: 100%;
    padding: 0;
  }
  #modal-window.modal-video .modal-content .video-player {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
  }
}
@media (min-width: 768px) {
  #modal-window {
    height: auto;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 720px;
  }
  #modal-window.modal-video {
    height: 440px;
    padding: 40px;
    width: 720px;
  }
  #modal-window.modal-video .modal-content {
    height: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #modal-window {
    height: auto;
    width: 800px;
  }
  #modal-window.modal-video {
    height: 485px;
    padding: 40px;
    width: 800px;
  }
  #modal-window.modal-video .modal-content {
    height: 100%;
    padding: 0;
  }
}

.oo-player-container .oo-state-screen .oo-action-icon span.oo-icon,
.oo-player-container .oo-spinner-screen .oo-action-icon span.oo-icon {
  font-size: 0 !important;
}
.oo-player-container .oo-state-screen .oo-action-icon span.oo-icon::after,
.oo-player-container .oo-spinner-screen .oo-action-icon span.oo-icon::after {
  background: url("../images/btn-play.png") no-repeat center center;
  content: '';
  cursor: pointer;
  display: block;
  height: 105px;
  left: -43px;
  position: absolute;
  top: -37px;
  width: 105px;
}

/* Close button */
#btn-modal-close {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: 57px;
  right: 0;
  text-indent: 0;
  top: -70px;
  -ms-transform-origin: right center;
      transform-origin: right center;
  transition: none;
  width: 104px;
}
#btn-modal-close:focus, #btn-modal-close:hover {
  background-color: transparent;
}
#btn-modal-close .c-promo-box__btn {
  top: 0 !important;
  width: 100%;
}
#btn-modal-close .c-promo-box__btn::after {
  content: none;
}
#btn-modal-close .c-promo-box__btn .c-btn__text {
  padding: 10px 57px 11px !important;
}
@media (max-width: 767px) {
  #btn-modal-close .c-promo-box__btn .c-btn__text {
    padding: 10px 18px 10px 45px !important;
  }
}
@media (max-width: 767px) {
  #btn-modal-close {
    top: 7px;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
}
@media (min-width: 768px) {
  #btn-modal-close {
    top: -55px;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
}
@media (min-width: 1024px) {
  #btn-modal-close {
    top: -60px;
    -ms-transform: scale(1);
        transform: scale(1);
  }
}

/* Modal */
#modal-window {
  border-radius: 0;
}
#modal-window.modal-image {
  background-color: #7e9ca7;
  max-width: 1024px;
  padding: 5px 2px;
  width: 95%;
}
@media (max-width: 767px) {
  #modal-window.modal-image {
    bottom: auto;
    height: auto;
  }
}
#modal-window.modal-image .modal-content {
  padding: 0;
}
#modal-window.modal-image .image-holder {
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 56%;
}
#modal-window.modal-video {
  background: #25394c;
  border: 4px solid #7e9ca7;
  padding: 8px;
}
@media (min-width: 1024px) {
  #modal-window.modal-video {
    height: 517px;
    width: 903px;
  }
}
@media (max-width: 1023px) {
  #modal-window.modal-video {
    height: 417px;
  }
}
@media (max-width: 767px) {
  #modal-window.modal-video {
    height: auto !important;
    width: auto !important;
  }
}
#modal-window.modal-video:after {
  background: url("../images/modal-video-footer-image.png") no-repeat;
  bottom: -26px;
  content: '';
  height: 23px;
  left: -4px;
  position: absolute;
}
@media (max-width: 767px) {
  #modal-window.modal-video:after {
    background: none;
  }
}
@media (max-width: 1023px) {
  #modal-window.modal-video:after {
    width: 101.1%;
  }
}
@media (max-width: 10000px) {
  #modal-window.modal-video:after {
    width: 101%;
  }
}

@media (max-width: 767px) {
  #modal-window {
    height: 100%;
    left: 0;
    overflow-y: scroll;
    right: 0;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #modal-window .modal-content {
    height: auto;
    overflow-y: visible;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
#modal-window.general-modal, #modal-window.gem-found {
  background: transparent;
  margin: 0 auto;
  max-width: 540px;
  padding: 0;
}
@media (min-width: 768px) {
  #modal-window.general-modal, #modal-window.gem-found {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #modal-window.general-modal #btn-modal-close, #modal-window.gem-found #btn-modal-close {
    top: -50px;
  }
  #modal-window.general-modal #btn-modal-close .c-btn__text, #modal-window.gem-found #btn-modal-close .c-btn__text {
    padding-left: 40px !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #modal-window.general-modal .prize-claimed:not(.hide) + #btn-modal-close, #modal-window.gem-found .prize-claimed:not(.hide) + #btn-modal-close {
    top: 0;
  }
}
@media (min-width: 768px) {
  #modal-window.general-modal .prize-claimed:not(.hide) + #btn-modal-close, #modal-window.gem-found .prize-claimed:not(.hide) + #btn-modal-close {
    right: -80px;
  }
}
#modal-window.general-modal .modal-content, #modal-window.gem-found .modal-content {
  padding: 0;
}
#modal-window.general-modal .default-panel, #modal-window.gem-found .default-panel {
  background-color: #7e9ca7;
  padding: 2px;
}
#modal-window.general-modal .content, #modal-window.gem-found .content {
  background-color: #0e1d31;
  padding: 2px;
  position: relative;
}
#modal-window.general-modal .gem-image, #modal-window.gem-found .gem-image {
  background: url("../images/modal-prize-claimed-image.jpg") no-repeat center center !important;
  background-size: cover !important;
  min-height: 100%;
  padding: 120px 20px 25px;
}
@media (min-width: 768px) {
  #modal-window.general-modal .gem-image, #modal-window.gem-found .gem-image {
    background: url("../images/modal-prize-claimed-image.jpg") no-repeat center center;
    padding: 120px 25px 25px;
  }
}
#modal-window.general-modal .gem-image p, #modal-window.gem-found .gem-image p {
  color: #fff;
  font-size: 16px;
}
#modal-window.general-modal .gem-image a, #modal-window.gem-found .gem-image a {
  color: #fff;
  text-decoration: underline;
}
#modal-window.general-modal .gem-message, #modal-window.gem-found .gem-message {
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(14, 29, 49, 0.9);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  min-height: 75px;
  padding: 12px 80px 10px 20px;
  position: absolute;
  top: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  #modal-window.general-modal .gem-message, #modal-window.gem-found .gem-message {
    display: block;
    padding: 23px 20px;
  }
}
#modal-window.general-modal .gem-message h4, #modal-window.gem-found .gem-message h4 {
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #modal-window.general-modal .gem-message h4, #modal-window.gem-found .gem-message h4 {
    font-size: 24px;
  }
}
[lang="es"] #modal-window.general-modal .gem-message h4, [lang="fr"] #modal-window.general-modal .gem-message h4, [lang="es"] #modal-window.gem-found .gem-message h4, [lang="fr"] #modal-window.gem-found .gem-message h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  [lang="es"] #modal-window.general-modal .gem-message h4, [lang="fr"] #modal-window.general-modal .gem-message h4, [lang="es"] #modal-window.gem-found .gem-message h4, [lang="fr"] #modal-window.gem-found .gem-message h4 {
    font-size: 20px;
  }
}
#modal-window.general-modal .gem-message .logo-my-nintendo, #modal-window.gem-found .gem-message .logo-my-nintendo {
  height: 75px;
  position: absolute;
  right: 2px;
  top: 0;
}
#modal-window.general-modal .modalbtn, #modal-window.gem-found .modalbtn {
  font-size: 0.9em;
}
@media (min-width: 768px) {
  #modal-window.general-modal .modalbtn, #modal-window.gem-found .modalbtn {
    bottom: -80px !important;
    position: absolute !important;
    top: auto;
  }
}
@media (max-width: 767px) {
  #modal-window.general-modal .modalbtn, #modal-window.gem-found .modalbtn {
    float: right;
    margin-top: 20px;
    white-space: normal;
  }
}
#modal-window.general-modal .modalbtn .c-btn__text, #modal-window.gem-found .modalbtn .c-btn__text {
  line-height: 1.3;
  padding: 10px 45px 10px 40px;
}
@media (min-width: 768px) {
  #modal-window.general-modal .modalbtn .c-btn__text, #modal-window.gem-found .modalbtn .c-btn__text {
    padding: 10px 27px 10px 58px;
  }
}
#modal-window.general-modal .c-btn .c-btn__text, #modal-window.gem-found .c-btn .c-btn__text {
  padding-right: 50px;
}
#modal-window.general-modal .c-btn .arrow, #modal-window.gem-found .c-btn .arrow {
  -ms-transform: scale(0.7) translateX(25px);
      transform: scale(0.7) translateX(25px);
}
#modal-window.general-modal .c-btn:hover .arrow, #modal-window.general-modal .c-btn:focus .arrow, #modal-window.gem-found .c-btn:hover .arrow, #modal-window.gem-found .c-btn:focus .arrow {
  -ms-transform: scale(0.7) translateX(30px);
      transform: scale(0.7) translateX(30px);
}
#modal-window.gem-found .stones-collected {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  height: 75px;
  padding: 0 95px 0 20px;
  position: absolute;
  right: 2px;
  text-align: center;
  text-transform: uppercase;
  top: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  #modal-window.gem-found .stones-collected {
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    right: 15px;
    width: 210px;
  }
}
#modal-window.gem-found .stones-collected .logo-my-nintendo {
  height: 75px;
  position: absolute;
  right: 0;
}
#modal-window.gem-found .stones-collected h4 {
  margin-top: 12px;
}
@media (max-width: 767px) {
  #modal-window.gem-found .stones-collected h4 {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    text-align: left;
  }
  #modal-window.gem-found .stones-collected h4 small {
    margin-left: 5px;
  }
}
#modal-window.gem-found .stones-collected sup {
  margin: 0 8px;
}
#modal-window.gem-found .stones-collected span {
  font-size: 26px;
}
#modal-window.gem-found .data-collector-spots {
  background: url("../images/stone-collector-big-mobile.png") no-repeat center center;
  height: 325px;
  width: 290px;
  z-index: 2;
}
@media (max-width: 767px) {
  #modal-window.gem-found .data-collector-spots {
    display: block;
    margin: 0 auto;
    position: relative;
    right: -20px;
    top: 20px;
  }
}
@media (min-width: 768px) {
  #modal-window.gem-found .data-collector-spots {
    background: url("../images/stone-collector-big.png") no-repeat center center;
    left: -120px;
    position: absolute;
    top: -20px;
  }
}
#modal-window.gem-found .data-collector-spots .stone {
  height: 40px;
  width: 40px;
}
#modal-window.gem-found .data-collector-spots .stone.orange {
  left: 115px;
  top: 34px;
}
#modal-window.gem-found .data-collector-spots .stone.light-blue {
  left: 45px;
  top: 121px;
}
#modal-window.gem-found .data-collector-spots .stone.hot-pink {
  left: 63px;
  top: 225px;
}
#modal-window.gem-found .data-collector-spots .stone.dark-blue {
  left: 187px;
  top: 122px;
}
#modal-window.gem-found .data-collector-spots .stone.red {
  left: 171px;
  top: 224px;
}
#modal-window.gem-found .gem-image {
  background: transparent;
  background-size: cover;
  min-height: 277px;
  width: 100%;
}
@media (max-width: 767px) {
  #modal-window.gem-found .gem-image {
    min-height: 190px;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  #modal-window.gem-found #btn-modal-close {
    right: 5px;
    top: 0;
  }
}
@media (max-width: 767px) {
  #modal-window.gem-found .content::before {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(14, 29, 49, 0.9);
    content: '';
    display: block;
    height: calc(100% - 30px);
    width: 100%;
  }
}
#modal-window.gem-found .gem-message {
  background-color: transparent;
  bottom: 16px;
  color: #fff;
  display: block;
  height: 85px;
  padding: 14px 0 0 20px;
  position: absolute;
  top: auto;
  width: 100%;
}
@media (min-width: 768px) {
  #modal-window.gem-found .gem-message {
    background-color: rgba(14, 29, 49, 0.9);
    height: 75px;
    padding: 14px 0 0 155px;
  }
}
#modal-window.gem-found .gem-message h4 {
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #modal-window.gem-found .gem-message h4 {
    font-size: 24px;
  }
}
#modal-window.gem-found .gem-message .logo-my-nintendo {
  display: block;
  height: 75px;
  position: absolute;
  right: 2px;
  top: 0;
}
#modal-window.gem-found .gem-message p {
  font-size: 16px;
}
#modal-window .get-prize .gem-message,
#modal-window .prize-claimed .gem-message {
  padding: 20px;
}
@media (min-width: 768px) {
  #modal-window .get-prize .gem-message,
  #modal-window .prize-claimed .gem-message {
    padding: 23px 20px 0 106px;
  }
}
#modal-window .get-prize .gem-message .logo-my-nintendo,
#modal-window .prize-claimed .gem-message .logo-my-nintendo {
  height: 75px;
  position: absolute;
  right: 0;
}
#modal-window .get-prize .gem-image,
#modal-window .prize-claimed .gem-image {
  padding: 120px 25px 25px 20px;
}
@media (min-width: 768px) {
  #modal-window .get-prize .gem-image,
  #modal-window .prize-claimed .gem-image {
    padding: 120px 25px 25px 104px;
  }
}
#modal-window .get-prize .data-collector-spots,
#modal-window .prize-claimed .data-collector-spots {
  background: url("../images/stone-collector-big-mobile.png") no-repeat center center;
  height: 325px;
  width: 290px;
  z-index: 2;
}
@media (max-width: 767px) {
  #modal-window .get-prize .data-collector-spots,
  #modal-window .prize-claimed .data-collector-spots {
    display: block;
    margin: 0 auto;
    position: relative;
    right: -20px;
    top: 20px;
  }
}
@media (min-width: 768px) {
  #modal-window .get-prize .data-collector-spots,
  #modal-window .prize-claimed .data-collector-spots {
    background: url("../images/stone-collector-big.png") no-repeat center center;
    left: -168px;
    position: absolute;
    top: -51px;
  }
}
#modal-window .get-prize .data-collector-spots .stone,
#modal-window .prize-claimed .data-collector-spots .stone {
  height: 40px;
  width: 40px;
}
#modal-window .get-prize .data-collector-spots .stone.orange,
#modal-window .prize-claimed .data-collector-spots .stone.orange {
  left: 115px;
  top: 34px;
}
#modal-window .get-prize .data-collector-spots .stone.light-blue,
#modal-window .prize-claimed .data-collector-spots .stone.light-blue {
  left: 45px;
  top: 121px;
}
#modal-window .get-prize .data-collector-spots .stone.hot-pink,
#modal-window .prize-claimed .data-collector-spots .stone.hot-pink {
  left: 63px;
  top: 225px;
}
#modal-window .get-prize .data-collector-spots .stone.dark-blue,
#modal-window .prize-claimed .data-collector-spots .stone.dark-blue {
  left: 187px;
  top: 122px;
}
#modal-window .get-prize .data-collector-spots .stone.red,
#modal-window .prize-claimed .data-collector-spots .stone.red {
  left: 171px;
  top: 224px;
}
#modal-window.general-modal .country-not-elegible .gem-message {
  padding: 12px 100px 0 20px;
}
#modal-window.general-modal .country-not-elegible .gem-message h4 {
  font-size: 20px;
}
#modal-window.general-modal .legal {
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 10px 0 -10px;
}
#modal-window.general-modal .legal a {
  color: #fff;
}
@media (min-width: 768px) {
  #modal-window #gem-found-modal {
    -ms-transform: translateX(53px);
        transform: translateX(53px);
  }
}
@media (max-height: 375px) {
  #modal-window #gem-found-modal .data-collector-spots {
    margin-bottom: -200px;
    top: -160px;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    -ms-transform-origin: bottom center;
        transform-origin: bottom center;
  }
}
@media (min-width: 768px) {
  #modal-window .prize-claimed {
    -ms-transform: translateX(81px);
        transform: translateX(81px);
  }
}
@media (max-height: 375px) {
  #modal-window .prize-claimed .data-collector-spots {
    margin-bottom: -200px;
    top: -160px;
    -ms-transform: scale(0.5);
        transform: scale(0.5);
    -ms-transform-origin: bottom center;
        transform-origin: bottom center;
  }
}

.scroll-anim,
.initOpacity {
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#page-homepage .c-hero__description h2 {
  color: #fff;
  font-size: 2.6em;
}
#page-homepage .c-hero__description h3 {
  font-size: 1em;
}
#page-homepage .c-hero__description h3 small {
  font-size: 0.750em;
}
#page-homepage .c-nav__link {
  margin-top: -12px;
}
#page-homepage .c-hero__image {
  bottom: 0;
  position: relative;
}
#page-homepage .home-hero-character {
  height: 870px;
  left: 50%;
  max-width: inherit;
  position: absolute;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 1697px;
}
#page-homepage .home-hero-character.home-hero-character__marth {
  left: calc(50% - 200px);
  top: -90px;
}
@media (max-width: 1023px) {
  #page-homepage .home-hero-character.home-hero-character__marth {
    height: 700px;
    left: calc(50% - 297px);
    width: auto;
  }
}
@media (max-width: 767px) {
  #page-homepage .home-hero-character.home-hero-character__marth {
    height: 570px;
    left: calc(50% - 297px);
    width: auto;
  }
}
#page-homepage .home-hero-character.home-hero-character__chrom {
  left: calc(50% - 331px);
  top: -70px;
}
@media (max-width: 1023px) {
  #page-homepage .home-hero-character.home-hero-character__chrom {
    height: 621px;
    left: calc(50% - 233px);
    top: -10px;
    width: auto;
  }
}
@media (max-width: 767px) {
  #page-homepage .home-hero-character.home-hero-character__chrom {
    height: 526px;
    left: calc(50% - 256px);
    width: auto;
  }
}
#page-homepage .home-hero-character.home-hero-character__xander {
  height: 816px;
  left: calc(50% - 100px);
  width: 1095px;
}
#page-homepage .home-hero-character.home-hero-character__rowan {
  height: 816px;
  top: -30px;
  width: 1341px;
}
@media (max-width: 1023px) {
  #page-homepage .home-hero-character.home-hero-character__rowan {
    height: 640px;
    left: calc(50% - 1px);
    width: auto;
  }
}
@media (max-width: 767px) {
  #page-homepage .home-hero-character.home-hero-character__rowan {
    height: 551px;
    left: calc(50% - 56px);
    width: auto;
  }
}
#page-homepage .home-hero-character.home-hero-character__lianna {
  height: 816px;
  width: 1171px;
}
@media (max-width: 1023px) {
  #page-homepage .home-hero-character.home-hero-character__lianna {
    height: 610px;
    left: calc(50% - 23px);
    width: auto;
  }
}
@media (max-width: 767px) {
  #page-homepage .home-hero-character.home-hero-character__lianna {
    height: 512px;
    left: calc(50% - 49px);
    width: auto;
  }
}
@media (max-width: 1023px) {
  #page-homepage .home-hero-character.home-hero-character__corrin {
    height: 610px;
    left: calc(50% - 57px);
    width: auto;
  }
}
@media (max-width: 767px) {
  #page-homepage .home-hero-character.home-hero-character__corrin {
    height: 554px;
    left: calc(50% - 128px);
    width: auto;
  }
}
#page-homepage .divider-pattern {
  border-top: 3px solid #639e9c;
}
#page-homepage .divider-pattern.double-border {
  border-bottom: 3px solid #639e9c;
}

.divider-pattern {
  background: url("../images/divider-pattern.jpg") repeat-x center top;
  height: 24px;
  width: 100%;
}

.divider-pattern-2 {
  background: url("../images/divider-pattern-2.jpg") repeat-x center top;
  height: 37px;
  width: 100%;
}

.divider-gradient-black {
  background: linear-gradient(to bottom, #1f2023 20%, #2b2626 57%, #3f3f3f 100%);
  height: 33px;
  width: 100%;
}

.gleamstone-blade {
  border-top: 3px solid #ccc;
  position: relative;
}
.gleamstone-blade:hover .box-ch-image {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.gleamstone-blade__link {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.gleamstone-blade::after {
  background-color: #639e9c;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;
}
.gleamstone-blade .legal {
  bottom: -5px;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-bottom: -10px;
  padding-left: 0;
  position: relative;
  z-index: 3;
}
.gleamstone-blade .legal a {
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 2px;
}
.gleamstone-blade.c-heading-section {
  min-height: 100%;
  padding: 0;
}
.gleamstone-blade .c-heading-section__content {
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.gleamstone-blade .box {
  margin: 0 auto;
  max-width: 597px;
  position: relative;
  top: 16px;
  width: 100%;
}
.gleamstone-blade .box-ch-image {
  left: -530px;
  margin: auto;
  max-width: none;
  position: absolute;
  top: 0;
  transition: transform .3s ease-in-out;
  width: 1598px;
}
@media (max-width: 480px) {
  .gleamstone-blade .box-ch-image {
    display: none;
  }
}
@media (max-width: 1023px) {
  .gleamstone-blade .box-ch-image {
    left: -530px;
  }
}
@media (min-width: 1024px) {
  .gleamstone-blade .box-ch-image {
    left: -988px;
    right: -600px;
  }
}
.gleamstone-blade .box-lg-image {
  position: relative;
  z-index: 1;
}
.gleamstone-blade .box-description {
  border-left: 2px solid;
  color: #fff;
  display: inline-block;
  height: auto;
  margin-left: 17px;
  padding-left: 20px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .gleamstone-blade .box-description {
    margin-left: 5px;
    padding-right: 5px;
  }
  [lang="es"] .gleamstone-blade .box-description {
    margin-left: 0px;
    padding-left: 8px;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .gleamstone-blade .box-description {
    width: 490px;
  }
}
.gleamstone-blade .box-description h2 {
  font-size: 22px;
  margin-bottom: 5px;
  max-width: 430px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .gleamstone-blade .box-description h2 {
    font-size: 15px;
  }
}
.gleamstone-blade .box-description p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 27px;
  padding: 0;
  text-align: left;
}
.gleamstone-blade .box-description a {
  margin-top: 10px;
}
.gleamstone-blade .box-description a:hover {
  color: #fff;
}
.gleamstone-blade .c-btn .c-btn__text {
  color: #fff;
  font-size: 16px;
  margin-top: 0px;
  padding: 3px 69px 6px 20px;
}
.gleamstone-blade .c-btn .arrow {
  -ms-transform: scale(0.7) translateX(-20px);
      transform: scale(0.7) translateX(-20px);
}
.gleamstone-blade .c-btn:hover .arrow, .gleamstone-blade .c-btn:focus .arrow {
  -ms-transform: scale(0.7) translateX(-10px);
      transform: scale(0.7) translateX(-10px);
}
.gleamstone-blade .user-logged-in.box {
  top: 0;
}
@media (max-width: 767px) {
  .gleamstone-blade .user-logged-in.box {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .gleamstone-blade .user-logged-in.box {
    top: 47px;
  }
  [lang="fr"] .gleamstone-blade .user-logged-in.box, [lang="es"] .gleamstone-blade .user-logged-in.box {
    top: 25px;
  }
}
.gleamstone-blade .user-logged-in .box-ch-image {
  left: -565px;
  top: 0;
}
@media (max-width: 480px) {
  .gleamstone-blade .user-logged-in .box-ch-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .gleamstone-blade .user-logged-in .box-ch-image {
    left: -695px;
    top: -48px;
  }
}
.gleamstone-blade .user-logged-in .box-description p {
  margin-bottom: 0;
}
.gleamstone-blade .gleamstone-promo {
  display: -ms-flexbox;
  display: flex;
}
.gleamstone-blade .gleamstone-promo > span {
  margin: 0 10px;
  width: 100px;
}
@media (max-width: 767px) {
  [lang="es"] .gleamstone-blade .gleamstone-promo > span {
    margin: 0 7px;
  }
}
@media (max-width: 767px) {
  .gleamstone-blade .gleamstone-promo {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 80px;
  }
}
@media (max-width: 480px) {
  .gleamstone-blade .gleamstone-promo {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  #page-buy .c-blade-feature .title-primary {
    padding-left: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #page-buy .c-blade-feature .title-primary {
    padding-left: 40px;
  }
}
#page-buy .c-blade-feature__btns::before {
  z-index: -2;
}
@media (min-width: 1024px) {
  #page-buy .heading {
    margin-left: 20px;
    text-align: left;
  }
}
#page-buy .blade-1 .description-primary,
#page-buy .blade-2 .description-primary {
  max-width: 600px;
  width: 100%;
}
#page-buy .c-blade-feature__wrap .description-primary {
  padding: 20px 40px 20px 60px;
}
#page-buy .description-primary__inner small {
  display: block;
  font-size: 12px;
}
#page-buy .c-hero--secondary {
  background-position: center 30%;
}
@media (max-width: 767px) {
  #page-buy .c-hero--secondary {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  #page-buy .c-hero--secondary .c-hero__info .title-primary--big {
    font-size: 3.5em;
    padding: 5px 60px;
  }
}
#page-buy .c-hero--secondary .c-hero__info .description-primary {
  padding: 25px 69px 20px;
}
@media (min-width: 768px) {
  #page-buy .c-hero--secondary .c-hero__info .description-primary {
    -ms-transform: skewX(25deg) translateX(15px);
        transform: skewX(25deg) translateX(15px);
  }
}
#page-buy .o-bg-glass-3 .c-blade-feature__image--left,
#page-buy .o-bg-glass-3 .c-blade-feature__image--right {
  opacity: 1;
  transition: opacity 1s;
}
@media (max-width: 1315px) {
  #page-buy .o-bg-glass-3 .c-blade-feature__image--left,
  #page-buy .o-bg-glass-3 .c-blade-feature__image--right {
    opacity: 0 !important;
  }
}
#page-buy .c-hero {
  border-color: transparent;
}
#page-buy .c-hero .line-bottom::before, #page-buy .c-hero .line-bottom::after {
  background-color: #fff;
  bottom: -3px;
  content: '';
  display: block;
  height: 3px;
  margin: auto;
  position: absolute;
  width: 100%;
}
#page-buy .c-hero .line-bottom::before {
  right: calc(-50% - 70px);
}
#page-buy .c-hero .line-bottom::after {
  left: calc(-50% - 76px);
}
@media (min-width: 768px) {
  #page-buy .blade-1 .image-left {
    max-width: 270px;
  }
}
@media (min-width: 1024px) {
  #page-buy .blade-1 .image-left {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  #page-buy .blade-1 .title .title-primary {
    padding: 10px 5px 10px 40px;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    width: 100%;
  }
  #page-buy .blade-1 .title .title-primary__logo {
    left: -20px;
  }
}
#page-buy .blade-2 .title-primary__logo {
  left: -160px;
}
@media (min-width: 768px) {
  #page-buy .blade-2 .title-primary__logo {
    left: -165px;
  }
}
@media (min-width: 1024px) {
  #page-buy .blade-2 .title-primary__logo {
    left: -170px;
  }
}
#page-buy .blade-2 .c-blade-feature__media {
  min-height: 440px;
}
@media (min-width: 768px) {
  #page-buy .blade-2 .image-right {
    max-width: 310px;
  }
}
@media (min-width: 1024px) {
  #page-buy .blade-2 .image-right {
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  #page-buy .blade-2 .title .title-primary {
    padding: 10px 50px;
    -ms-transform: scale(0.7) translateX(70px);
        transform: scale(0.7) translateX(70px);
  }
  #page-buy .blade-2 .title .title-primary__logo {
    left: -145px;
  }
}
@media (max-width: 768px) {
  #page-buy .blade-2 .c-btn__text {
    padding: .5em 3.2em .5em 3em;
  }
}
#page-buy .blade-2 .c-blade-feature__item {
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 767px) {
  #page-buy .blade-2 .c-blade-feature__item {
    margin-bottom: 33px;
  }
}
#page-buy .blade-2 .c-blade-feature__item .n3ds-disclaimer {
  margin-top: 35px;
}
@media (max-width: 767px) {
  #page-buy .blade-2 .c-blade-feature__item .n3ds-disclaimer {
    margin: 35px 35px 0;
  }
}
@media (min-width: 768px) {
  #page-buy .blade-2 .c-blade-feature__item.title .title-primary {
    left: 75px;
  }
}
@media (max-width: 767px) {
  #page-buy .blade-3 .title .title-primary {
    padding: 10px 30px 10px 50px;
    -ms-transform: scale(0.9) translateX(30px);
        transform: scale(0.9) translateX(30px);
  }
  #page-buy .blade-3 .title .title-primary__logo {
    left: -60px;
  }
}
#page-buy .title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #page-buy .title {
    margin-bottom: 50px;
  }
}
#page-buy .title-primary {
  margin-bottom: 0;
}
#page-buy .title-primary__logo {
  left: -55px;
}
@media (max-width: 767px) {
  #page-buy .c-list-ornament {
    margin-top: 10px;
    max-width: 210px;
  }
  #page-buy .c-list-ornament li {
    display: block;
    text-align: left;
  }
  #page-buy .c-list-ornament li:not(:last-child) {
    margin-bottom: 20px;
  }
  #page-buy .c-list-ornament li::before {
    background-size: 18px 18px;
    left: 0;
    top: 1px;
  }
}

[lang="en"] .c-blade-feature__label {
  font-size: 14px;
  line-height: 1.3;
  padding-left: 15px;
}
@media (max-width: 767px) {
  [lang="en"] .blade-3 .c-blade-feature__btns {
    max-width: 350px;
  }
}
[lang="en"] .blade-3 .c-btn--arrow {
  margin-left: 0;
}
@media (min-width: 768px) {
  [lang="en"] .blade-3 .c-btn--arrow {
    -ms-transform: scale(0.8);
        transform: scale(0.8);
  }
}
@media (min-width: 768px) {
  [lang="en"] .blade-3 .c-btn--arrow:last-child {
    margin-left: 40px;
    margin-right: 0;
  }
}

.hero-dlc {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .hero-dlc {
    min-height: 1000px;
  }
  html:lang(fr) .hero-dlc {
    min-height: 1100px;
  }
}
.hero-dlc .wrapper {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0 20px;
  max-width: 1200px;
  right: 0;
  width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .hero-dlc .wrapper {
    margin: 0 auto;
    position: absolute;
  }
}
.hero-dlc .wrapper img[data-bride] {
  display: block;
}
@media (min-width: 768px) {
  .hero-dlc .wrapper img[data-bride] {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: -240px;
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    -ms-transform-origin: bottom;
        transform-origin: bottom;
  }
}
@media (min-width: 1024px) {
  .hero-dlc .wrapper img[data-bride] {
    right: -20px;
  }
}
.hero-dlc .text {
  margin: 34px auto;
  max-width: 600px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero-dlc .text {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
}
.hero-dlc .title-ornament-black {
  font-size: 16px;
}
@media (min-width: 768px) {
  .hero-dlc .title-ornament-black {
    font-size: 20px;
    line-height: 1.4;
  }
}
.hero-dlc .title-ornament-black span {
  display: block;
  font-size: 20px;
}
@media (min-width: 768px) {
  .hero-dlc .title-ornament-black span {
    font-size: 24px;
    line-height: 1.4;
  }
}
.hero-dlc .title-primary {
  width: 100%;
}
@media (min-width: 768px) {
  .hero-dlc .title-primary {
    left: -35px;
    width: calc(100% + 40px);
  }
}
.hero-dlc .description {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  position: relative;
}
.hero-dlc .description h3 {
  font-size: 1.25em;
  font-weight: bold;
}
.hero-dlc .description h4 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.hero-dlc .description p {
  margin-bottom: 20px;
}
.hero-dlc .description ol {
  margin-bottom: 20px;
}
.hero-dlc .description a.text-link {
  text-decoration: underline;
  color: inherit;
}
.hero-dlc .description ul {
  margin-bottom: 20px;
  padding-top: 5px;
}
.hero-dlc .description ul li {
  padding: 0 0 5px 25px;
  position: relative;
}
.hero-dlc .description ul li::before {
  background: url("../images/list-ornament-full.png") no-repeat center center/contain;
  content: '';
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 18px;
}
.hero-dlc .description ul a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.125em;
  text-decoration: underline;
  margin: 0 0.5em;
  color: inherit;
}
.hero-dlc .description ul a img {
  margin-left: 0.5em;
}
.hero-dlc .description .c-promo-box__stripe {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: relative;
  width: 100%;
  margin: 0 0 1.5em;
  -ms-transform: translateX(-20px);
      transform: translateX(-20px);
}
.hero-dlc .description > div {
  padding: 30px;
}
.hero-dlc .description .purchase-options {
  padding-bottom: 0;
}
.hero-dlc .description .how-to-purchase {
  color: #fff;
  background-color: #364052;
}
.hero-dlc .description .c-promo-box__stripe {
  -ms-transform: translateX(-30px);
      transform: translateX(-30px);
}
.hero-dlc .bottom {
  bottom: -7px;
  height: 7px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.hero-dlc .bottom::after {
  background-color: #639e9c;
  content: '';
  display: block;
  height: 7px;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  -ms-transform-origin: left top;
      transform-origin: left top;
  width: 100%;
}

.dlc-pack {
  position: relative;
  z-index: 0;
  background: url("../images/dlc/bg-shattered-glass.jpg") center bottom no-repeat;
  background-size: cover;
  text-align: center;
  border-bottom: 3px solid #fff;
}
.dlc-pack header {
  background: url("../images/dlc/blue-pattern.jpg") center top no-repeat;
  background-size: cover;
  padding: 2em 1em;
  line-height: 1.2;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  z-index: 0;
}
.dlc-pack header h1 {
  font-size: 3em;
  margin-bottom: 0.25em;
}
.dlc-pack header p {
  font-size: 1.5em;
  width: 100%;
  max-width: 30em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 900;
}
.dlc-pack header p span {
  -ms-flex: none;
      flex: none;
  margin: 0 0.5em;
}
.dlc-pack header p::before, .dlc-pack header p::after {
  content: '';
  height: 1px;
  background-color: #fff;
  -ms-flex: 1;
      flex: 1;
}
.dlc-pack h2.angled-bg {
  color: #fff;
  font-size: 2.25em;
  font-weight: bold;
  width: 87%;
  max-width: 20em;
  margin: 0.75em auto;
  position: relative;
  line-height: 1.2;
  padding: 0.75em;
  z-index: 2;
}
.dlc-pack h2.angled-bg::before {
  content: '';
  background: rgba(21, 32, 54, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #649DA6;
  border-width: 0 0 7px 10px;
  -ms-transform: skew(25deg);
      transform: skew(25deg);
  z-index: -1;
}
.dlc-pack h2.angled-bg + p {
  font-size: 1.125em;
  z-index: 2;
  position: relative;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.dlc-pack .new-characters {
  display: -ms-flexbox;
  display: flex;
  height: 61vw;
}
.dlc-pack .new-characters figure {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: calc(100% / 3);
  position: relative;
}
.dlc-pack .new-characters figure img {
  max-width: none;
  position: absolute;
  bottom: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.dlc-pack .new-characters figure figcaption {
  position: relative;
  z-index: 2;
  -ms-transform: translateX(-5%);
      transform: translateX(-5%);
  margin-bottom: 6%;
}
.dlc-pack .new-characters figure figcaption .character-name::before, .dlc-pack .new-characters figure figcaption p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 10px solid #649DA6;
  border-width: 0 0 7px 10px;
  -ms-transform: skew(25deg);
      transform: skew(25deg);
  z-index: -1;
}
.dlc-pack .new-characters figure figcaption .character-name {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 0.5em;
  font-family: "Lora", serif;
  font-size: 1.5em;
  color: #fff;
  z-index: 1;
}
.dlc-pack .new-characters figure figcaption .character-name::before {
  background: rgba(21, 32, 54, 0.8);
}
.dlc-pack .new-characters figure figcaption p {
  color: #000;
  font-size: 1.125em;
  font-weight: bold;
  position: relative;
  padding: 1em 0;
  width: 90%;
  margin: -0.5em auto 0;
  -ms-transform: translateX(6%);
      transform: translateX(6%);
}
.dlc-pack .new-characters figure figcaption p::before {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 601px) and (max-width: 768px) {
  .dlc-pack .new-characters figure figcaption {
    font-size: 0.75em;
  }
  .dlc-pack .new-characters figure figcaption p {
    padding: 4% 0;
    width: 70%;
  }
  .dlc-pack .new-characters figure figcaption .character-name {
    width: 52%;
  }
}
.dlc-pack .new-characters figure.niles img {
  left: 59%;
  width: calc(631 / 1600 * 300%);
  z-index: 1;
}
.dlc-pack .new-characters figure.azura img {
  left: 24%;
  width: calc(1229 / 1600 * 300%);
  z-index: 0;
}
.dlc-pack .new-characters figure.oboro img {
  left: 78%;
  width: calc(624 / 1600 * 300%);
  z-index: 1;
}
.dlc-pack .new-characters figure.navarre img {
  left: 35%;
  width: calc(639 / 1600 * 300%);
  z-index: 0;
}
.dlc-pack .new-characters figure.minerva img {
  left: 40%;
  width: calc(1106 / 1600 * 300%);
  z-index: 1;
}
.dlc-pack .new-characters figure.linde img {
  left: 27%;
  width: calc(772 / 1600 * 300%);
  z-index: 0;
}
.dlc-pack .new-characters figure.tharja img {
  left: 60%;
  width: calc(725 / 1200 * 300%);
  z-index: 2;
}
.dlc-pack .new-characters figure.owain img {
  left: -20%;
  width: calc(1300 / 1600 * 300%);
  z-index: 1;
}
.dlc-pack .new-characters figure.olivia img {
  left: 100%;
  width: calc(1100 / 1200 * 300%);
  z-index: 1;
}
@media (min-width: 600px) and (max-width: 768px) {
  .dlc-pack .new-characters figure.minerva p {
    font-size: 1.05em;
    line-height: 1.3;
  }
  .dlc-pack .new-characters figure.owain img {
    left: 0;
    width: calc(900 / 1600 * 300%);
  }
  .dlc-pack .new-characters figure.tharja img {
    width: calc(550 / 1200 * 300%);
  }
  .dlc-pack .new-characters figure.olivia img {
    width: calc(850 / 1200 * 300%);
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  .dlc-pack .new-characters figure.minerva p {
    font-size: 0.875em;
    line-height: 1.3;
  }
}
@media (min-width: 981px) {
  .dlc-pack .new-characters figure.minerva p > br:last-of-type {
    display: none;
  }
}
@media (max-width: 768px) {
  .dlc-pack .new-characters figure {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .dlc-pack .new-characters figure {
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    height: 120vw;
    border-top: 3px solid #fff;
  }
  .dlc-pack .new-characters figure img {
    display: none;
  }
  .dlc-pack .new-characters figure.niles {
    background: url("../images/dlc/niles.png") center bottom no-repeat;
    background-size: 100%;
  }
  .dlc-pack .new-characters figure.azura {
    background: url("../images/dlc/azura.png") center bottom no-repeat;
    background-size: 200%;
  }
  .dlc-pack .new-characters figure.oboro {
    background: url("../images/dlc/oboro.png") center bottom no-repeat;
    background-size: 100%;
  }
  .dlc-pack .new-characters figure.navarre {
    background: url("../images/dlc/navarre.png") center bottom no-repeat;
    background-size: 100%;
  }
  .dlc-pack .new-characters figure.minerva {
    background: url("../images/dlc/minerva.png") center bottom no-repeat;
    background-size: 160%;
  }
  .dlc-pack .new-characters figure.minerva p > br:last-of-type {
    display: none;
  }
  .dlc-pack .new-characters figure.linde {
    background: url("../images/dlc/linde.png") center bottom no-repeat;
    background-size: 120%;
  }
  .dlc-pack .new-characters figure.owain {
    background: url("../images/dlc/owain.png") center bottom no-repeat;
    background-size: 150%;
    background-position: right;
  }
  .dlc-pack .new-characters figure.tharja {
    background: url("../images/dlc/tharja.png") center bottom no-repeat;
    background-size: 120%;
  }
  .dlc-pack .new-characters figure.olivia {
    background: url(../images/dlc/olivia.png) center bottom no-repeat;
    background-size: 180%;
    background-position: 20%;
  }
}
@media (max-width: 768px) {
  .dlc-pack .new-characters {
    margin-top: 2em;
  }
}
@media (max-width: 600px) {
  .dlc-pack .new-characters {
    -ms-flex-direction: column;
        flex-direction: column;
    height: auto;
  }
}
@media (min-width: 1100px) {
  .dlc-pack#fates .new-characters {
    margin-top: -16%;
  }
}
@media (min-width: 769px) {
  .dlc-pack#shadow-dragon .new-characters {
    height: 45vw;
  }
}
.dlc-pack#shadow-dragon {
  z-index: 1;
}
.dlc-pack .new-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dlc-pack .new-features .feature {
  width: calc(100% / 3);
  border: 3px solid;
  border-width: 3px 0 0 3px;
  color: #fff;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1em;
  background: url("../images/dlc/bg-glass-shards-1.jpg") center no-repeat;
  background-size: cover;
}
.dlc-pack .new-features .feature p {
  font-size: 1em;
  -ms-flex: 1;
      flex: 1;
  margin: 0.5em 0;
  min-height: 120px;
}
.dlc-pack .new-features .feature:nth-child(3n + 3) {
  border-right-width: 3px;
}
.dlc-pack .new-features .feature h2 {
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
}
.dlc-pack .new-features .feature h2::after {
  content: '';
  width: 263px;
  height: 30px;
  display: block;
  margin: 0.325em auto 0;
  background: url("../images/dlc/filigree.png") center no-repeat;
}
.dlc-pack .new-features .feature img {
  width: 100%;
}
@media (max-width: 1024px) {
  .dlc-pack .new-features .feature {
    width: 50%;
  }
  .dlc-pack .new-features .feature:nth-child(odd) {
    border-right-width: 0;
  }
  .dlc-pack .new-features .feature:nth-child(even) {
    border-right-width: 3px;
  }
}
@media (max-width: 600px) {
  .dlc-pack .new-features .feature {
    width: 100%;
    padding: 2em 1em;
  }
  .dlc-pack .new-features .feature:nth-child(n) {
    border-width: 3px 0 0 0;
  }
  .dlc-pack .new-features .feature p {
    min-height: 0;
  }
  .dlc-pack .new-features .feature img {
    max-width: 501px;
    margin: 0 auto;
  }
}
.dlc-pack::after {
  background: url(../images/hero-secondary-ornament.png) no-repeat center center;
  bottom: -30px;
  content: '';
  display: block;
  height: 50px;
  left: -300px;
  margin: 0 auto;
  position: absolute;
  right: -300px;
  width: 588px;
  z-index: 4;
}

@media (max-width: 767px) {
  #page-gameplay .c-hero__video--bg {
    background-position: 68% center;
  }
}
#page-gameplay .c-heading-section {
  min-height: 220px;
}
#page-gameplay .c-heading-section__content {
  padding-bottom: 0;
}
#page-gameplay .c-heading-section .title-alt__text, #page-gameplay .c-heading-section__subtitle {
  margin-bottom: 12px;
}
#page-gameplay .blade-1 {
  background: url("../images/gameplay-bg-blur-1.jpg") no-repeat center center/cover;
  border-bottom: 3px solid #cdced0;
  border-top: 3px solid #cdced0;
  overflow: hidden;
  padding: 30px 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  #page-gameplay .blade-1 {
    min-height: 725px;
  }
}
#page-gameplay .blade-1 .esrb-label {
  bottom: 31px;
  left: 10px;
  position: absolute;
}
@media (max-width: 770px) {
  #page-gameplay .blade-1 .esrb-label {
    display: none;
  }
}
#page-gameplay .blade-1 .title-primary {
  margin-bottom: 7px;
}
#page-gameplay .blade-1 .image {
  opacity: 1;
  position: absolute;
  right: -530px;
  top: -180px;
  -ms-transform: scale(0.9);
      transform: scale(0.9);
  transition: opacity 1s;
  z-index: 1;
}
@media (max-width: 1010px) {
  #page-gameplay .blade-1 .image {
    opacity: 0 !important;
  }
}
#page-gameplay .blade-1 .content {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
@media (min-width: 1024px) {
  #page-gameplay .blade-1 .content {
    -ms-flex-align: end;
        align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 40px;
    min-height: 600px;
  }
}
#page-gameplay .blade-1 .box {
  color: #fff;
  max-width: 785px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-gameplay .blade-1 .box {
    margin: 20px auto;
  }
}
#page-gameplay .blade-1 .header {
  background-color: rgba(21, 32, 54, 0.75);
  padding: 15px 10px;
}
#page-gameplay .blade-1 .header p {
  font-family: "Roboto", sans-serif;
}
#page-gameplay .blade-1 .media {
  background-color: rgba(21, 32, 54, 0.75);
  padding-bottom: 20px;
  position: relative;
}
#page-gameplay .blade-1 .media video {
  border: 4px solid #639e9c;
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  #page-gameplay .blade-1 .media video {
    display: block;
  }
}
#page-gameplay .blade-1 .media .mobile {
  border: 4px solid #639e9c;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #page-gameplay .blade-1 .media .mobile {
    display: none;
  }
}
#page-gameplay .blade-1 .media .label {
  bottom: 30px;
  height: 53px;
  left: 10px;
  position: absolute;
  width: 38px;
  z-index: 2;
}
#page-gameplay .blade-1 .bottom {
  overflow: hidden;
  padding: 0 0 20px;
  position: relative;
  z-index: 2;
}
#page-gameplay .blade-1 .bottom p {
  margin: 0 auto;
  max-width: 640px;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
#page-gameplay .blade-1 .bottom::before {
  background-color: rgba(21, 32, 54, 0.75);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  #page-gameplay .blade-1 .bottom::before {
    -ms-transform: skewX(25deg);
        transform: skewX(25deg);
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
}
#page-gameplay .blade-triangle {
  background: url("../images/gameplay-triangle-bg.jpg") no-repeat center center/cover;
  border-bottom: 3px solid #cdced0;
  border-top: 3px solid #cdced0;
  height: 975px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle {
    height: 970px;
  }
}
#page-gameplay .blade-triangle .wrap {
  display: -ms-flexbox;
  display: flex;
  height: 975px;
}
@media (min-width: 460px) {
  #page-gameplay .blade-triangle .wrap {
    height: 835px;
  }
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .wrap {
    height: 930px;
  }
}
#page-gameplay .blade-triangle .arrow {
  height: 230px;
  position: absolute;
  width: 230px;
}
#page-gameplay .blade-triangle .arrow.top {
  background: url("../images/triangle-arrow-top.png") no-repeat center center/cover;
  height: 33px;
  left: -80px;
  right: -100px;
  top: -190px;
  -ms-transform: scale(0.6);
      transform: scale(0.6);
  width: 290px;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .arrow.top {
    left: -60px;
    top: -300px;
    -ms-transform: scale(1);
        transform: scale(1);
  }
}
#page-gameplay .blade-triangle .arrow.out {
  background: url("../images/triangle-arrow.png") no-repeat center center/cover;
  bottom: -70px;
  left: -50px;
  -ms-transform: scale(0.7) rotate(-7deg);
      transform: scale(0.7) rotate(-7deg);
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .arrow.out {
    bottom: 45px;
    left: 25px;
    -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
  }
}
#page-gameplay .blade-triangle .arrow.in {
  background: url("../images/triangle-arrow.png") no-repeat center center/cover;
  bottom: 40px;
  right: 50px;
  transform: scale(0.7) rotateX(180deg);
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .arrow.in {
    bottom: 190px;
    right: 150px;
    -ms-transform: scale(1) rotate(100deg);
        transform: scale(1) rotate(100deg);
  }
}
#page-gameplay .blade-triangle img {
  opacity: 0.6;
}
#page-gameplay .blade-triangle .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 85px;
  position: absolute;
  text-align: center;
  transition: transform .3s ease-in-out;
  width: 85px;
  z-index: 3;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .icon {
    height: 142px;
    width: 142px;
  }
}
#page-gameplay .blade-triangle .icon.lance {
  background-image: url("../images/icon-lance.png");
}
#page-gameplay .blade-triangle .icon.sword {
  background-image: url("../images/icon-sword.png");
}
#page-gameplay .blade-triangle .icon.axe {
  background-image: url("../images/icon-axe.png");
}
#page-gameplay .blade-triangle .tooltip {
  background: url("../images/tooltip-big-middle.png") repeat-y center center/auto 100%;
  font-size: 14px;
  left: -100px;
  line-height: 1.2;
  margin: 0 auto;
  position: absolute;
  right: -100px;
  top: 125%;
  transition: all .3s ease-in-out;
  width: 152px;
  z-index: 3;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .tooltip {
    top: 115%;
  }
}
#page-gameplay .blade-triangle .tooltip p {
  padding: 0 10px;
}
#page-gameplay .blade-triangle .tooltip::after {
  background: url("../images/tooltip-big-top.png") no-repeat center top;
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  top: -15px;
  width: 152px;
}
#page-gameplay .blade-triangle .tooltip::before {
  background: url("../images/tooltip-big-bottom.png") no-repeat center top;
  bottom: -20px;
  content: '';
  display: block;
  height: 20px;
  position: absolute;
  width: 152px;
}
#page-gameplay .blade-triangle .left,
#page-gameplay .blade-triangle .right {
  position: relative;
  width: 50%;
}
#page-gameplay .blade-triangle .left img,
#page-gameplay .blade-triangle .right img {
  max-width: none;
  position: absolute;
}
#page-gameplay .blade-triangle .left .icon {
  right: 75px;
  z-index: 4;
}
@media (max-width: 767px) {
  #page-gameplay .blade-triangle .left .icon {
    bottom: 320px;
  }
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .left .icon {
    right: 170px;
    top: 300px;
  }
}
#page-gameplay .blade-triangle .left img {
  bottom: 60px;
  max-width: 360px;
  right: 0;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .left img {
    bottom: -60px;
    max-width: none;
    right: 20%;
  }
}
@media (min-width: 1024px) {
  #page-gameplay .blade-triangle .left img {
    right: 200px;
  }
}
#page-gameplay .blade-triangle .right .icon {
  left: 65px;
  z-index: 4;
}
@media (max-width: 767px) {
  #page-gameplay .blade-triangle .right .icon {
    bottom: 320px;
  }
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .right .icon {
    left: 170px;
    top: 300px;
  }
}
#page-gameplay .blade-triangle .right img {
  bottom: 40px;
  left: -40px;
  max-width: 470px;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .right img {
    bottom: -50px;
    left: 10%;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  #page-gameplay .blade-triangle .right img {
    left: 80px;
  }
}
#page-gameplay .blade-triangle .triangle {
  background: url("../images/triangle.png") no-repeat center bottom/cover;
  bottom: -220px;
  height: 567px;
  left: -500px;
  margin: 0 auto;
  position: absolute;
  right: -500px;
  width: 1105px;
  z-index: 3;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .triangle {
    bottom: 0;
  }
}
#page-gameplay .blade-triangle .triangle .character {
  bottom: 82px;
  height: 400px;
  left: 9px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  -ms-transform: rotate(44.1deg);
      transform: rotate(44.1deg);
  width: 400px;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .triangle .character {
    bottom: -404px;
    height: 800px;
    width: 800px;
  }
}
#page-gameplay .blade-triangle .triangle .character img {
  -ms-transform: rotate(-45deg) translate(-40px, -49px);
      transform: rotate(-45deg) translate(-40px, -49px);
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .triangle .character img {
    -ms-transform: rotate(-45deg) translate(-60px, -90px);
        transform: rotate(-45deg) translate(-60px, -90px);
  }
}
#page-gameplay .blade-triangle .triangle .icon {
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 160px;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .triangle .icon {
    top: 260px;
  }
}
#page-gameplay .blade-triangle .text {
  left: 0;
  margin: auto;
  max-width: 740px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .text {
    top: 30px;
  }
}
#page-gameplay .blade-triangle .text::before {
  background-color: #cdced0;
  content: '';
  display: block;
  height: 600px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 3px;
  z-index: 1;
}
@media (max-width: 768px) {
  #page-gameplay .blade-triangle .title-primary {
    padding: 10px 30px;
  }
}
#page-gameplay .blade-triangle .description-primary {
  max-width: 740px;
}
@media (min-width: 768px) {
  #page-gameplay .blade-triangle .description-primary {
    padding: 20px 50px 7px;
  }
}
#page-gameplay .blade-triangle .description-primary p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #page-gameplay .blade-triangle .description-primary {
    -ms-transform-origin: center;
        transform-origin: center;
  }
}
#page-gameplay .blade-3 {
  background: url("../images/gameplay-bg-blur-2.jpg") no-repeat center center/cover;
  border-top: 3px solid #cdced0;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  #page-gameplay .blade-3 {
    min-height: 665px;
  }
}
#page-gameplay .blade-3 .left,
#page-gameplay .blade-3 .right {
  bottom: 0;
  margin: 0 auto;
  max-width: none;
  opacity: 1;
  position: absolute;
  transition: opacity 1s;
  z-index: 1;
}
#page-gameplay .blade-3 .left {
  left: -1220px;
  right: 0;
}
@media (max-width: 1195px) {
  #page-gameplay .blade-3 .left {
    opacity: 0 !important;
  }
}
#page-gameplay .blade-3 .right {
  left: 0;
  right: -1430px;
}
@media (max-width: 1195px) {
  #page-gameplay .blade-3 .right {
    opacity: 0 !important;
  }
}
#page-gameplay .blade-3 .title-primary {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #page-gameplay .blade-3 .title-primary {
    padding: 20px 70px;
  }
}
#page-gameplay .blade-3 .content {
  color: #fff;
  margin: 0 auto;
  max-width: 650px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 767px) {
  #page-gameplay .blade-3 .content p {
    padding: 0 20px;
  }
}
#page-gameplay .blade-3 .media {
  margin: 30px auto 0;
  max-width: 555px;
}
@media (max-width: 767px) {
  #page-gameplay .blade-3 .media {
    padding: 0 20px;
  }
}
#page-gameplay .blade-3 .media .c-btn-play {
  height: 100%;
  width: 100%;
}
#page-gameplay .blade-3 .media .image {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 2px;
  position: relative;
}
#page-gameplay .blade-3 .media img {
  border: 4px solid #639e9c;
  display: block;
  width: 100%;
}
#page-gameplay .blade-3 .media .bottom {
  display: block;
  height: 20px;
  overflow: hidden;
  position: relative;
}
#page-gameplay .blade-3 .media .bottom::before {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  -ms-transform-origin: left top;
      transform-origin: left top;
  width: 100%;
  z-index: 1;
}
#page-gameplay .blade-4 {
  border-bottom: 3px solid #cdced0;
  padding: 30px 0 40px;
  text-align: center;
}
#page-gameplay .blade-4 small {
  font-size: 11px;
}
@media (max-width: 767px) {
  #page-gameplay .blade-4 .title-primary {
    max-width: 430px;
    padding: 10px 35px;
    -ms-transform: scale(0.7) translateX(40px);
        transform: scale(0.7) translateX(40px);
    width: 100%;
  }
}
@media (min-width: 768px) {
  #page-gameplay .blade-4 .title-primary {
    max-width: 630px;
    padding: 10px 50px;
  }
}
#page-gameplay .blade-4 .title-primary__logo {
  left: -55px;
}
@media (min-width: 768px) {
  #page-gameplay .blade-4 .title-primary__logo {
    left: -45px;
  }
}
#page-gameplay .blade-4 .description-primary {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #page-gameplay .blade-4 .description-primary {
    padding: 30px 50px;
  }
}
#page-gameplay .blade-4 .content {
  margin: 0 auto 40px;
  max-width: 860px;
}
#page-gameplay .blade-4 .console {
  display: block;
  margin: 0 auto;
  max-width: 820px;
  width: 90%;
}
#page-gameplay .blade-carousel {
  background: url("../images/bg-glass-shattered-4.jpg") no-repeat center center/cover;
  border-top: 3px solid #cdced0;
  padding: 32px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  #page-gameplay .blade-carousel {
    min-height: 900px;
  }
}
#page-gameplay .blade-carousel .carousel-content {
  border: 2px solid transparent;
  position: relative;
}
#page-gameplay .blade-carousel .nav {
  margin: 0 auto;
  max-width: 925px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #page-gameplay .blade-carousel .nav {
    display: none;
  }
}
#page-gameplay .blade-carousel .nav::before {
  background-color: #639e9c;
  content: '';
  display: block;
  height: 77px;
  left: -5px;
  position: absolute;
  top: 0;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  width: calc(100% - 10px);
  z-index: 1;
}
#page-gameplay .blade-carousel .nav ul {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  z-index: 2;
}
#page-gameplay .blade-carousel .nav li {
  padding-right: 5px;
  width: calc(20% - 5px);
}
#page-gameplay .blade-carousel .nav li:last-child {
  padding-right: 0;
  width: 21%;
}
#page-gameplay .blade-carousel .nav li.active .c-btn {
  background-color: #152036;
  color: #fff;
  cursor: default;
}
#page-gameplay .blade-carousel .nav .c-btn {
  background-color: rgba(255, 255, 255, 0.8);
  color: #1c2c40;
  font-family: "Lora", serif;
  min-height: 70px;
  text-transform: uppercase;
  -ms-transform: skewX(25deg);
      transform: skewX(25deg);
  width: 100%;
}
#page-gameplay .blade-carousel .nav .c-btn:hover, #page-gameplay .blade-carousel .nav .c-btn:active {
  background-color: #a2c4ca;
  color: #1c2c40;
  cursor: pointer;
}
@media (min-width: 768px) {
  #page-gameplay .blade-carousel .nav .c-btn {
    font-size: 16px;
  }
}
#page-gameplay .blade-carousel .nav .c-btn span {
  display: block;
  -ms-transform: skewX(-25deg);
      transform: skewX(-25deg);
}
@media (min-width: 768px) {
  #page-gameplay .blade-carousel .title-primary {
    padding: 10px 50px;
  }
}
#page-gameplay .blade-carousel .description {
  color: #fff;
  margin: 20px auto 15px;
  max-width: 730px;
  min-height: 85px;
}
@media (max-width: 767px) {
  #page-gameplay .blade-carousel .description {
    min-height: 145px;
    padding: 0 55px 20px;
  }
}
#page-gameplay .blade-carousel .description h3 {
  font-family: "Lora", serif;
  font-size: 18px;
  margin-bottom: 5px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
#page-gameplay .blade-carousel .image {
  border: 3px solid #cdced0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  display: block;
  margin: 0 auto;
  max-width: 975px;
  width: calc(100% - 40px);
}
#page-gameplay .blade-carousel .image img {
  display: block;
}
#page-gameplay .blade-carousel .c-btn-carousel {
  bottom: 50%;
  cursor: pointer;
  margin: auto;
  position: absolute;
  -ms-transform: translateY(85%);
      transform: translateY(85%);
  z-index: 3;
}
@media (max-width: 767px) {
  #page-gameplay .blade-carousel .c-btn-carousel {
    bottom: calc(50% - 50px);
    -ms-transform: scale(0.5);
        transform: scale(0.5);
  }
}
#page-gameplay .blade-carousel .c-btn-carousel.left {
  left: 0;
  -ms-transform-origin: bottom left;
      transform-origin: bottom left;
}
#page-gameplay .blade-carousel .c-btn-carousel.right {
  right: 0;
  -ms-transform-origin: bottom right;
      transform-origin: bottom right;
}
@media (max-width: 767px) {
  #page-gameplay .box-container--2 .box:first-child {
    padding-top: 65px;
  }
}
@media (min-width: 768px) {
  #page-gameplay .box-container--2 .box {
    padding-top: 50px;
  }
}

#page-amiibo .c-hero .title-primary {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  #page-amiibo .c-hero .title-primary {
    padding: 22px 80px 0;
  }
}
#page-amiibo .c-hero .title-primary__subtitle {
  font-size: 16px;
}
#page-amiibo .c-hero .description-primary {
  max-width: 855px;
}
@media (max-width: 767px) {
  #page-amiibo .c-hero.c-hero--secondary {
    background-position: 52% -50px;
  }
}
#page-amiibo .c-heading-section {
  padding: 40px 0 30px;
}
#page-amiibo .c-heading-section .title-alt {
  font-size: 22px;
  margin-bottom: 10px;
}
#page-amiibo .c-heading-section__title {
  font-size: 36px;
}
#page-amiibo .c-blade-secondary__wrap {
  display: block;
}
@media (max-width: 450px) {
  #page-amiibo .c-blade-secondary .description-primary {
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  #page-amiibo .c-blade-secondary .description-primary {
    min-height: 275px;
  }
}
@media (min-width: 1280px) {
  #page-amiibo .c-blade-secondary .description-primary {
    min-height: 215px;
  }
}
#page-amiibo .c-blade-secondary__content .title-primary__inner {
  font-size: 36px;
}
#page-amiibo .c-blade-secondary .c-blade-secondary__btns {
  -ms-transform: translateX(20px);
      transform: translateX(20px);
}
@media (min-width: 1280px) {
  #page-amiibo .c-blade-secondary .c-blade-secondary__btns {
    -ms-transform: translateX(15px);
        transform: translateX(15px);
  }
}
#page-amiibo .c-blade-secondary .c-blade-secondary__btns .c-promo-box__btn {
  top: -3px;
}
#page-amiibo .c-blade-secondary .c-blade-secondary__btns .c-promo-box__btn span {
  padding: 12px 67px 14px 3em;
}
@media (max-width: 767px) {
  #page-amiibo .c-blade-secondary .c-blade-secondary__btns .c-promo-box__btn span {
    padding: 12px 40px 14px 2em;
  }
}
@media (max-width: 767px) {
  #page-amiibo .c-blade-secondary .c-blade-secondary__btns .c-promo-box__btn {
    right: -90px;
  }
}
@media (max-width: 1280px) {
  #page-amiibo .c-blade-secondary .c-blade-secondary__btns .c-promo-box__btn {
    right: -20px;
  }
}
#page-amiibo .o-bg-glass-dark {
  padding-bottom: 90px;
}
#page-amiibo .o-bg-glass-dark .title-primary__text {
  font-size: 36px;
}
#page-amiibo .o-bg-glass-dark .description {
  color: #fff;
}
#page-amiibo .o-bg-glass-dark .c-list-media {
  margin-top: 20px;
}
#page-amiibo .o-bg-glass-dark .c-blade-secondary {
  margin: 25px 0 5px;
}
#page-amiibo .o-bg-glass-dark .c-blade-secondary__label {
  float: left;
  padding: 6px 0 0;
  width: 60%;
}
@media (max-width: 767px) {
  #page-amiibo .o-bg-glass-dark .c-blade-secondary__label {
    padding: 6px 58px 0px 0;
  }
}
#page-amiibo .o-bg-glass-dark .c-blade-secondary__ctas {
  background-color: #bed2d7;
  float: right;
  left: auto;
  margin: 0;
  max-width: 577px;
  text-align: inherit;
}
@media (max-width: 767px) {
  #page-amiibo .o-bg-glass-dark .c-blade-secondary__ctas .c-btn__text {
    padding: 13px 56px 13px 2em;
  }
}
#page-amiibo .o-bg-glass-dark .c-blade-secondary__ctas .learnMoreArrowFix {
  right: -19px;
}
@media (max-width: 767px) {
  #page-amiibo .o-bg-glass-dark .c-blade-secondary__ctas .learnMoreArrowFix {
    right: -3px;
  }
}

#page-heroes .preload {
  background: url("../images/tooltip-background-sprite.png") no-repeat -9999px -9999px;
}
@media (max-width: 767px) {
  #page-heroes .c-hero {
    min-height: 500px;
  }
}
#page-heroes .c-hero .image-character-holder {
  bottom: 0;
  height: 100%;
  left: -300px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: -294px;
  width: 1061px;
}
@media (max-width: 767px) {
  #page-heroes .c-hero .image-character-holder {
    right: -276px;
    width: 726px;
  }
}
#page-heroes .c-hero.c-hero--secondary .description-primary {
  max-width: 800px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  #page-heroes .c-hero.c-hero--secondary .description-primary {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  #page-heroes .c-hero__info .description-primary {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  #page-heroes .c-hero__logos .c-media-promo__content {
    background: url("../images/logo2-new-nintendo-3DS.png") no-repeat 38px 18px/141px 32px;
  }
}
#page-heroes .c-hero__logos .c-media-promo__content img {
  visibility: hidden;
}

#page-character .c-hero__logos .c-media-promo__content {
  background: url("../images/logo3-new-nintendo-3DS.png") no-repeat 38px 18px/141px 32px;
}
@media (min-width: 768px) {
  #page-character .c-hero__logos .c-media-promo__content {
    background: url("../images/logo2-new-nintendo-3DS.png") no-repeat 38px 18px/141px 32px;
  }
}
#page-character .c-hero__logos .c-media-promo__content img {
  visibility: hidden;
}

.stone {
  background-size: cover !important;
  display: block;
  height: 66px;
  left: -14px;
  position: relative;
  width: 66px;
}
.stone.dark-blue {
  background: url("../images/characters/gems/dark-blue-stone.png") no-repeat center center;
}
.stone.red {
  background: url("../images/characters/gems/red-stone.png") no-repeat center center;
}
.stone.hot-pink {
  background: url("../images/characters/gems/hot-pink-stone.png") no-repeat center center;
}
.stone.light-blue {
  background: url("../images/characters/gems/light-blue-stone.png") no-repeat center center;
}
.stone.orange {
  background: url("../images/characters/gems/orange-stone.png") no-repeat center center;
}
.stone.not-localized {
  background: transparent;
}

.gem {
  animation: floating 3s 2s ease infinite;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.gem::after {
  background-color: transparent;
  content: '';
  display: block;
}

.data-collector-spots {
  background: url("../images/stone-collector.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  height: 103px;
  position: absolute;
  right: 0;
  width: 80px;
}
.data-collector-spots .stone {
  height: 12px;
  position: absolute;
  width: 12px;
}
.data-collector-spots .stone.dark-blue {
  left: 56px;
  top: 38px;
}
.data-collector-spots .stone.red {
  left: 51px;
  top: 70px;
}
.data-collector-spots .stone.hot-pink {
  left: 18px;
  top: 70px;
}
.data-collector-spots .stone.light-blue {
  left: 12px;
  top: 38px;
}
.data-collector-spots .stone.orange {
  left: 34px;
  top: 11px;
}

.efx-inOut {
  opacity: 0;
  transition: opacity 1s;
}
.efx-inOut.in {
  opacity: 1;
}

.efx-ac {
  animation-duration: 0.8s;
  animation-name: ac;
}

@keyframes ac {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5) translateX(10%);
  }
  100% {
    transform: scale(1);
  }
}
#page-homepage .data-collector-spots {
  background: url("../images/stone-collector-homepage.png") no-repeat center center;
  height: 125px;
  position: relative;
  right: 10px;
  top: -7px;
  width: 98px;
}
#page-homepage .data-collector-spots .stone.red {
  left: 65px;
  top: 86px;
}
#page-homepage .data-collector-spots .stone.light-blue {
  left: 18px;
  top: 48px;
}
#page-homepage .data-collector-spots .stone.orange {
  left: 44px;
  top: 16px;
}
#page-homepage .data-collector-spots .stone.dark-blue {
  left: 71px;
  top: 48px;
}
#page-homepage .data-collector-spots .stone.hot-pink {
  left: 24px;
  top: 86px;
}

.stats-mobile {
  background-color: rgba(7, 28, 47, 0.9);
  bottom: 0;
  color: #fff;
  display: block;
  height: 55px;
  left: 0;
  position: fixed;
  right: 0;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 10;
}
.stats-mobile__wrap {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  max-width: 375px;
  position: relative;
  width: 100%;
}
.stats-mobile .data-collector-spots {
  -ms-transform: scale(0.7);
      transform: scale(0.7);
}
.stats-mobile__trigger {
  display: block;
  height: 100px;
  left: 0;
  position: relative;
  top: -5px;
  width: 80px;
}
.stats-mobile__title {
  font-size: 20px;
  padding-left: 10px;
  text-transform: uppercase;
}
.stats-mobile__title sup {
  font-size: 55%;
}
@media (min-width: 1024px) {
  .stats-mobile {
    display: none;
  }
}
