/* Includes */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@import url(animate.css);
@import url(../webfonts/fontello.css);
body {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  line-height: 32px; }

h1,
h2,
h3,
h4,
h4,
h5 {
  font-family: "Playfair Display";
 }

h1 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 30px; }

h2 {
  font-size: 28px;
  color: #fff;
  line-height: 1.2; }

h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px; }

h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px; }

p {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  margin-bottom: 0px; }
  p.small {
    line-height: 18px; }

a:link,
a:visited {
  color: #fff; }

a:hover {
  text-decoration: none;
  color: #FFFF99; }

a:active {
  color: #FFFF99; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/ajax-loader.gif") center center no-repeat; }

P
.slick-slide img {
  display: inline-block; }

.slick-prev,
.slick-next {
  display: none !important; }

.slick-dots {
  position: relative;
  background: url("/images/separation-line.png") center center no-repeat;
  top: -12px;
  margin: 0 auto 0 auto;
  list-style-type: none;
  max-width: 700px;
  width: 100%;
  text-align: center;
  padding: 1px 0 0 0;
  z-index: 10; }
  .slick-dots li {
    display: inline-block;
    background-color: transparent; }
    .slick-dots li button {
      pointer-events: auto;
      cursor: pointer;
      border: 0 none;
      margin: 0 10px;
      display: block;
      background-color: transparent;
      background-image: url("/images/diamond.png");
      background-position: 0 0;
      background-size: calc(36px * .50) calc(114px * .50);
      background-repeat: no-repeat;
      text-indent: -9999px;
      display: block;
      width: 18px;
      height: 15px; }
      .slick-dots li button:focus {
        outline: 0; }
    .slick-dots li:hover button {
      background-position: 0 -23px; }
    .slick-dots li.slick-active button {
      background-position: 0 -23px; }

@media (min-width: 992px) {
  .slick-prev,
  .slick-next {
    pointer-events: auto;
    background-color: transparent;
    border: 0 none;
    display: block !important;
    height: 73px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 45px;
    z-index: 1000;
    color: rgba(255, 255, 255, 0.5);
    font-size: 48px;
    font-weight: normal; }
    .slick-prev:focus,
    .slick-next:focus {
      outline: 0; }
    .slick-prev:hover, .slick-prev:active,
    .slick-next:hover,
    .slick-next:active {
      cursor: pointer;
      color: #fff; }
  .slick-prev {
    left: 60px; }
  .slick-next {
    right: 60px; } }

.modal-backdrop {
  background-color: transparent; }

.modal-content {
  background-color: rgba(0, 0, 0, 0.9); }
  .modal-content .modal-header {
    border-bottom: 0 none;
    color: #fff; }
    .modal-content .modal-header .close {
      color: #fff; }
    .modal-content .modal-header .close:not(:disabled):not(.disabled):focus, .modal-content .modal-header .close:not(:disabled):not(.disabled):hover {
      color: #fff; }
  .modal-content .modal-body {
    font-size: 14px; }
    .modal-content .modal-body .form-control-plaintext {
      color: #fff;
      border: 1px solid #fff;
      padding: 7px;
      width: 100%; }
    .modal-content .modal-body label {
      color: #fff; }
    .modal-content .modal-body .btn-outline-primary {
      color: #fff;
      border-color: #fff; }
      .modal-content .modal-body .btn-outline-primary:hover, .modal-content .modal-body .btn-outline-primary:active {
        background-color: #fff;
        border-color: #fff;
        color: #000; }
    .modal-content .modal-body .btn-outline-secondary {
      color: #fff; }
    .modal-content .modal-body .field-shift {
      display: none; }
  .modal-content .modal-footer {
    border-top: 0 none; }

/*
    This stylesheet is built as "mobile first" meaning that all styles
    above the media queries are intended for mobile &/or default styling.
    Then the media queries below override certain styling in order of
    smallest to largest screen sizes.
*/
/* Mobile / Default Styling */
body {
  background: #7F7F7F url("/images/bg-body-mobile.png") center 0 no-repeat;
  background-size: calc(1742px * 0.5) calc(1348px * 0.5); }

#wrapper {
  margin: 0 auto;
  max-width: 872px;
  overflow: hidden;
  position: relative; }

.btn {
  border-radius: 0; }
  .btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus,
  .show > .btn.dropdown-toggle:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.btn-default {
  background-color: #7F7F7F;
  border: 0 none;
  color: #fff; }
  .btn-default:hover, .btn-default:active {
    color: #fff;
    background-color: #7F7F7F; }

.btn-primary {
  background-color: #7F7F7F;
  color: #f9dd8c;
  border: 0 none; }
  .btn-primary:link, .btn-primary:visited {
    color: #f9dd8c; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
  .show > .btn-primary.dropdown-toggle {
    background-color: #7F7F7F;
    color: #fff; }

.btn-secondary {
  text-transform: uppercase;
  background-color: #7F7F7F;
  color: #f9dd8c;
  border: 0 none; }
  .btn-secondary:link, .btn-secondary:visited {
    color: #f9dd8c; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: #7F7F7F;
    color: #fff; }

.btn-clear {
  background: transparent;
  color: #fff;
  width: auto;
  height: auto;
  padding: 0; }
  .btn-clear:hover {
    color: #ff6028; }

/**
* BOOTSTRAP POPOVER STYLING START
**/
.popover {
  background: #7F7F7F; }
  .popover .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    background: #7F7F7F;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    font-family: "Work Sans", sans-serif; }
  .popover .popover-body {
    padding: 0.5rem 0.75rem;
    color: #fff; }

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  border-top-color: #7F7F7F; }

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  border-right-color: #7F7F7F; }

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  border-bottom-color: #7F7F7F; }

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  border-left-color: #7F7F7F; }

/**
* BOOTSTRAP POPOVER STYLING END
**/
.form-control {
  border-radius: 0;
  background-color: #7F7F7F;
  border-color: #7F7F7F;
  color: #fff;
  padding: 7px 11px; }
  .form-control:focus {
    background-color: #7F7F7F;
    border-color: #7F7F7F;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }

.navbar {
  background-color: transparent;
  height: 63px;
  padding: 0; }
  .navbar .sidebar-main-menu-toggle {
    margin-left: 10px;
    border: 0 none;
    background-color: transparent; }
    .navbar .sidebar-main-menu-toggle .fa-bars {
      color: #fff; }
    .navbar .sidebar-main-menu-toggle:hover .fa-bars, .navbar .sidebar-main-menu-toggle:active .fa-bars {
      color: #ffffff; }
  .navbar img.logo {
    max-width: 250px;
    margin: 0 10px; }
  .navbar .fas,
  .navbar [class^="icon-"]:before,
  .navbar [class*=" icon-"]:before {
    font-size: 20px; }
  .navbar .nav .nav-item {
    text-transform: uppercase;
    position: auto;
    margin: 0; }
    .navbar .nav .nav-item a:link,
    .navbar .nav .nav-item a:visited {
      color: #fff; }
    .navbar .nav .nav-item a:hover,
    .navbar .nav .nav-item a:active {
      color: #ffffff; }
    .navbar .nav .nav-item:last-child {
      margin-right: 10px; }
    .navbar .nav .nav-item > .dropdown-toggle:after {
      border: 0 none; }

.sidebar {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  top: 0;
  background: #7F7F7F;
  position: fixed;
  min-height: 100vh;
  width: 375px;
  max-width: 100vw;
  margin: 0;
  color: #fff;
  z-index: 100;
  font-size: 20px; }
  .sidebar .close:not(:disabled):not(.disabled):focus,
  .sidebar .close:not(:disabled):not(.disabled):hover {
    color: #fff; }
  .sidebar .close {
    padding: 12px;
    float: none;
    display: block;
    font-size: 2.1875rem;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    position: relative; }
    .sidebar .close [class^="icon-"]:before,
    .sidebar .close [class*=" icon-"]:before {
      margin: 0; }
    .sidebar .close:hover, .sidebar .close:active {
      color: #fff; }
  .sidebar .btn {
    border-radius: 0;
    text-transform: uppercase; }
  .sidebar .btn-lg {
    line-height: 57px; }
  .sidebar.main-menu {
    left: -500px; }
    .sidebar.main-menu.open {
      left: 0; }
    .sidebar.main-menu a:link,
    .sidebar.main-menu a:visited {
      color: #fff; }
    .sidebar.main-menu a:hover,
    .sidebar.main-menu a:active {
      color: #ffffff;
      text-decoration: none; }
    .sidebar.main-menu ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .sidebar.main-menu ul li {
        border-bottom: 1px solid #000;
        padding: 30px 25px;
        text-transform: uppercase; }
  .sidebar.cart {
    left: auto;
    right: -500px; }
    .sidebar.cart .close {
      text-align: right; }
    .sidebar.cart.open {
      right: 0; }
    .sidebar.cart > div {
      padding: 20px 22px;
      border-bottom: 1px solid #000; }
    .sidebar.cart > div.buttons {
      padding: 0;
      border-bottom: 0 none; }
    .sidebar.cart span {
      display: block; }
    .sidebar.cart .item {
      clear: both;
      overflow: hidden; }
      .sidebar.cart .item > div {
        float: left; }
      .sidebar.cart .item .image {
        width: 25%; }
      .sidebar.cart .item .description {
        width: 50%; }
      .sidebar.cart .item .price {
        text-align: right;
        width: 25%; }
      .sidebar.cart .item .title {
        text-transform: uppercase; }
    .sidebar.cart .product-count {
      color: #7e7e7e;
      font-size: 14px; }
    .sidebar.cart .subtotal {
      padding: 25px;
      text-align: center;
      border-bottom: 0 none; }
    .sidebar.cart .subtitle {
      font-size: 1.0625rem;
      color: #7e7e7e;
      text-transform: uppercase; }

hr {
  background: transparent url("/images/separation-line.png") top center no-repeat;
  height: 1px;
  border: 0 none; }

.btn-fancy {
  /*
    why all the calcs? the sprite image was not the right size when saved from the psd.
    this allows resizing just the calc decimal to resize the whole button without redoing everything.
    */
  display: inline-block;
  margin: 20px auto 20px;
  width: calc(390px * 0.8);
  height: calc(65px * 0.8);
  background: url("/images/btn-fancy-sprite.png") calc(-10px * 0.8) calc(-10px * 0.8);
  background-size: calc(410px * 0.8) calc(255px * 0.8); }
  .btn-fancy:link, .btn-fancy:visited {
    text-transform: uppercase;
    font-weight: bold;
    font-size: calc(29px * 0.8);
    font-family: "Playfair Display";
    color: #ffffff;
    line-height: calc(70px * 0.8);
    text-align: center; }
  .btn-fancy:hover {
    background-position: calc(-10px * 0.8) calc(-180px * 0.8);
    color: #134818;
    text-shadow: 1px 1px 10px rgba(255, 0, 0, 0); }
  .btn-fancy:active {
    background-position: calc(-10px * 0.8) calc(-95px * 0.8);
    color: #134818;
    text-shadow: 1px 1px 10px rgba(255, 0, 0, 0); }
  .btn-fancy:focus {
    outline: none; }

.btn-fancy-square {
  display: inline-block;
  height: 32px;
  padding: 0 25px;
  margin: 20px;
  background: url("/images/btn-fancy-square-bg.png") center center no-repeat;
  background-size: cover;
  border: 0 none;
  color: #134818;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  border-radius: 32px;
  -webkit-box-shadow: inset 0 0 3px #000000;
          box-shadow: inset 0 0 3px #000000; }
  .btn-fancy-square:link, .btn-fancy-square:visited {
    color: #134818;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #134818; }
  .btn-fancy-square:hover {
    color: #134818;
    text-shadow: 1px 1px 10px #0f1c17;
    background: -webkit-radial-gradient(50% 100%, 50% 80%, #0f1c17, transparent), url("/images/btn-fancy-square-bg.png") center center no-repeat; }
  .btn-fancy-square:active {
    color: #134818;
    text-shadow: 1px 1px 10px #0f1c17;
    background: url("/images/btn-fancy-square-bg.png") center center no-repeat; }
  .btn-fancy-square:focus {
    outline: none; }

.btn-steam {
  /*
    why all the calcs? the sprite image was not the right size when saved from the psd.
    this allows resizing just the calc decimal to resize the whole button without redoing everything.
    */
  display: inline-block;
  margin: 20px auto 20px;
  width: 312px;
  height: 52px;
  background: url("/images/arena/btn-steam.png");
  background-size: 312px 52px; }
  .btn-steam:link, .btn-steam:visited {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Playfair Display";
    color: #ffffff;
    text-align: center; }
  .btn-steam:hover {
    background: url("/images/arena/btn-steam-hover.png");
    background-size: 312px 52px; }
  .btn-steam:active {
    background: url("/images/arena/btn-steam-hover.png");
    background-size: 312px 52px; }
  .btn-steam:focus {
    outline: none; }

a.scroll-arrow {
  text-align: center;
  position: absolute;
  bottom: 39px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  font-size: 45px;
  display: block;
  z-index: 100;
  color: rrgb(127, 127, 127);
  width: 45px;
  height: 45px; }
  a.scroll-arrow:hover, a.scroll-arrow:active {
    cursor: pointer;
    color: white; }

.video-container {
  max-width: 100%;
  margin: 0 auto 40px auto;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  /* video ratio created with https://ratiobuddy.com/ */ }
  .video-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.15819%; }
  .video-container div.inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

section.back-to-top {
  max-width: 1920px;
  margin: 0 auto;
  height: 60px;
  font-size: 16px;
  line-height: 60px; }
  section.back-to-top a:link,
  section.back-to-top a:visited {
    text-transform: uppercase; }

header {
  height: 600px;
  z-index: 5;
  position: relative; }
  header .container .logo-aoc {
    display: none; }
  header article {
    position: relative;
    z-index: 11;
    margin-top: 135px;
    text-align: center; }
    header article h1 {
      font-size: 45px;
      line-height: 1;
      margin-bottom: 40px; }

section.social {
  padding: 30px 0 0 0; 
  color: #fff}
  section.social a:link,
  section.social a:visited {
    font-size: 30px;
    padding: 0 15px;
color: #fff	}
  section.social hr {
    margin: 30px 0;
color: #fff	}
  section.social p {
    margin-bottom: 30px;
color: #fff	}

footer {
  background-color: #7F7F7F;
  padding: 0 0 50px 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px; }
  footer .footer-links a {
    font-size: 14px;
    text-decoration: underline; }
  footer .logo {
    display: inline-block;
    height: 50px;
    margin-bottom: 20px; }
  footer ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0; }
    footer ul li {
      display: inline-block;
      margin: 10px 12px; }
      footer ul li a:link,
      footer ul li a:visited {
        text-transform: uppercase; }
  footer .copyright {
    color: #fff; }

pre {
  color: #fff;
  text-align: left; }

@media (min-width: 768px) {
  .navbar img.logo {
    width: 368px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  header {
    height: 600px; } }

@media (min-width: 992px) {
  #wrapper {
    max-width: 1920px; }
  body {
    background: #7F7F7F url("/images/bg-body.png") center 0 no-repeat; }
  .form-control {
    font-size: 12px; }
  .navbar {
    height: 42px;
    z-index: 10;
    position: absolute;
    top: 5px;
    left: 0;
    padding: 0;
    width: 100%;
    background: transparent; }
    .navbar .fas,
    .navbar [class^="icon-"]:before,
    .navbar [class*=" icon-"]:before {
      font-size: 13px; }
    .navbar .container-fluid {
      max-width: 1385px; }
      .navbar .container-fluid .row {
        width: 100%; }
        .navbar .container-fluid .row .col > div {
          float: right; }
    .navbar ul.nav {
      height: 42px;
      max-width: 900px;
      padding: 0 55px;
      display: block;
      list-style-type: none; }
      .navbar ul.nav li {
        position: relative;
        display: inline-block;
        text-align: center;
        line-height: 27px;
        font-size: 16px;
        margin: 2px 8px 0 8px;
        padding: 0; }
        .navbar ul.nav li:last-child {
          margin-left: 0; }
        .navbar ul.nav li .nav-link {
          padding: 0 5px; }
        .navbar ul.nav li.nav-item {
          margin: 0 11px; }
          .navbar ul.nav li.nav-item > .dropdown-toggle .icon-up-open:before {
            font-size: 10px; }
          .navbar ul.nav li.nav-item > .dropdown-toggle:after {
            border: 0 none; }
          .navbar ul.nav li.nav-item:hover > .dropdown-menu, .navbar ul.nav li.nav-item.show > .dropdown-menu {
            display: block; }
          .navbar ul.nav li.nav-item:hover .icon-up-open:before, .navbar ul.nav li.nav-item.show .icon-up-open:before {
            color: #fff; }
          .navbar ul.nav li.nav-item:hover > .dropdown-toggle, .navbar ul.nav li.nav-item.show > .dropdown-toggle {
            background-color: #7F7F7F; }
  header {
    background: transparent none;
    height: 900px;
    z-index: 5;
    position: relative; }
    header .container {
      position: relative; }
      header .container .logo-aoc {
        position: absolute;
        top: 21px;
        left: 7%;
        display: block; }
    header article {
      position: relative;
      z-index: 11;
      margin-top: 700px;
      text-align: center; }
      header article h1 {
        font-size: 38px;
        
        line-height: 1;
        margin-bottom: 10px;
		}
  section.social {
    padding: 30px 0 0 0; }
    section.social a:link,
    section.social a:visited {
      padding: 0 15px;
      font-size: 22px;
      margin: 10px 0 0 0; }
    section.social p {
      font-size: 12px; }
  section.back-to-top {
    height: 150px;
    font-size: 10px;
    line-height: 100px; 
	}
  footer {
    font-size: 10px;
    line-height: 16px; 
	}
    footer ul {
      margin-bottom: 10px; } }

#page_index body {
  background: #999999 url("/images/index-bg-body-mobile.png") center 0 no-repeat; }

#page_index header article .button-container {
  margin-top: 30px; }

#page_index section.featured {
  height: 559px;
  position: relative; }
  #page_index section.featured .tear {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 10;
    width: 100%;
    height: 135px;
    background: url("/images/tear.png") center 0px no-repeat;
    background-size: cover; }
  #page_index section.featured .slick-slideshow div[class^="slide-"] {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 559px;
    position: relative; }
    #page_index section.featured .slick-slideshow div[class^="slide-"] article {
      margin-top: 110px;
      pointer-events: auto; }
      #page_index section.featured .slick-slideshow div[class^="slide-"] article img {
        max-width: 100%;
        margin: 0 auto; }
      #page_index section.featured .slick-slideshow div[class^="slide-"] article h1 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 30px; }

#page_index section.description {
  min-height: 572px;
  padding: 25px 0; }
  #page_index section.description article {
    margin-top: 87px;
    text-align: center; }
    #page_index section.description article h1 {
      line-height: 1.4; }
    #page_index section.description article .btn-fancy-square {
      width: 245px; }

@media (min-width: 992px) {
  #page_index body {
    background: #7F7F7F url("/images/index-bg-body.png") center 0 no-repeat; } }

@media (min-width: 1200px) {
  #page_index section.featured .slick-slideshow div[class^="slide-"] {
    background-position: center center;
    position: relative; 
 } }

#page_shop header {
  height: auto; }

#page_shop section.featured-items {
  margin-top: 30px;
  position: relative; }
  #page_shop section.featured-items .slick-slideshow {
    text-align: center; }
    #page_shop section.featured-items .slick-slideshow div[class^="slide-"] {
      display: inline-block; }
  #page_shop section.featured-items .product {
    background-color: black;
    opacity: 0.902;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5); }

#page_shop .product {
  margin: 0 auto 30px auto;
  max-width: 150px;
  background-color: #000;
  text-align: left;
  overflow: hidden;
  padding: 10px; }
  #page_shop .product .image {
    width: 100%;
    height: 150px;
    max-width: 150px;
    background-position: center center;
    background-size: cover; }
  #page_shop .product .content {
    padding: 23px 5px 10px 5px; }
    #page_shop .product .content h3 {
      font-size: 16px;
      margin-bottom: 5px; }
    #page_shop .product .content .subtitle {
      font-size: 14px; }
    #page_shop .product .content .description {
      overflow: hidden;
      max-height: 67px;
      display: none;
      font-size: 14px;
      color: #7e7e7e;
      margin-bottom: 12px; }
      #page_shop .product .content .description p:last-child {
        margin-bottom: 0; }
    #page_shop .product .content .price {
      text-align: center;
      font-size: 16px; }
  #page_shop .product .btn-fancy-square {
    width: 90%;
    display: block;
    margin: 10px auto 10px auto;
    font-size: 11px; }

#page_shop section.categories {
  margin: 20px 0 20px 0; }
  #page_shop section.categories ul {
    height: 50px;
    background-color: #7F7F7F;
    list-style-type: none;
    display: block;
    padding: 0;
    text-align: center;
    font-size: 0;
    margin: 0; }
    #page_shop section.categories ul li {
      display: inline-block; }
      #page_shop section.categories ul li .btn-categories {
        font-size: 16px;
        height: 50px;
        background-color: #7F7F7F;
        color: #fff;
        text-transform: uppercase;
        line-height: 39px;
        padding: 6px 25px; }
        #page_shop section.categories ul li .btn-categories:hover, #page_shop section.categories ul li .btn-categories:active, #page_shop section.categories ul li .btn-categories.active {
          background-color: #7F7F7F;
          color: #0c4d41; }

#page_shop section.filters {
  margin-bottom: 40px; }
  #page_shop section.filters .form-inline label {
    margin-right: 10px;
    margin-bottom: 4px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff; }
  #page_shop section.filters .form-inline .form-control {
    width: 100%; }
    #page_shop section.filters .form-inline .form-control::-webkit-input-placeholder {
      color: #fff; }
  #page_shop section.filters .form-inline select {
    text-transform: uppercase; }
  #page_shop section.filters .form-inline .search {
    position: relative;
    margin-top: 36px; }
    #page_shop section.filters .form-inline .search:before {
      z-index: 20;
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 4px;
      right: -1px;
      font-family: "Font Awesome 5 Free";
      font-size: 10px;
      font-weight: 900;
      content: "\f002"; }
    #page_shop section.filters .form-inline .search input {
      position: relative; }

@media (min-width: 768px) {
  #page_shop section.categories {
    margin: 0 0 20px 0; }
  #page_shop section.filters .form-inline select {
    width: auto; } }

@media (min-width: 992px) {
  #page_shop body {
    background-image: none; }
  #page_shop section.featured-items {
    height: 685px; }
    #page_shop section.featured-items div.background {
      top: 220px;
      position: absolute;
      background: url("/images/shop-featured-items-bg.png") 0 0 no-repeat;
      height: 465px;
      width: 100%; }
      #page_shop section.featured-items div.background .tear {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 10;
        width: 100%;
        height: 135px;
        background: url("/images/tear.png") center 0px no-repeat;
        background-size: cover; }
    #page_shop section.featured-items div.container {
      position: relative;
      z-index: 11; }
  #page_shop section.filters .form-inline label {
    font-size: 12px; }
  #page_shop section.filters .form-inline .form-control {
    height: 27px;
    line-height: 1;
    padding: 0 6px; }
  #page_shop section.filters .form-inline .search:before {
    top: 0; }
  #page_shop section.items .container > .row > .col {
    min-width: 25%; }
  #page_shop .product {
    margin: 0 auto 30px auto;
    max-width: 275px; }
    #page_shop .product .image {
      width: 100%;
      height: 275px;
      max-width: 275px; }
    #page_shop .product .content h3 {
      font-size: 22px; }
    #page_shop .product .content .description {
      display: block;
      margin-bottom: 23px; }
    #page_shop .product .content .price {
      font-size: 18px; }
    #page_shop .product .btn-fancy-square {
      width: 75%;
      font-size: 14px; }
  #page_shop .slick-prev {
    left: -40px; }
  #page_shop .slick-next {
    right: -40px; } }

@media (min-width: 1200px) {
  #page_shop .slick-prev {
    left: -70px; }
  #page_shop .slick-next {
    right: -70px; } }

#page_blog header {
  height: auto; }

#page_blog footer {
  position: relative; }

#page_blog .post {
  background-color: #7F7F7F;
  margin-bottom: 50px; }
  #page_blog .post h3 {
    display: block;
    font-size: 22px;
    padding: 0 19px; }
  #page_blog .post .image {
    position: relative;
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    margin-bottom: 18px; }
    #page_blog .post .image a {
      text-indent: -99999px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  #page_blog .post .stats {
    padding: 0 19px;
    margin-bottom: 18px;
    color: #7e7e7e;
    font-size: 12px; }
  #page_blog .post .button-container {
    text-align: center; }
    #page_blog .post .button-container .btn-fancy-square {
      width: 90%;
      margin: 10px 0; }

#page_blog button.load-more {
  font-size: 15px;
  padding: 0 20px; }

@media (min-width: 576px) {
  #page_blog .post h3 {
    overflow: hidden;
    height: 104px; } }

@media (min-width: 768px) {
  #page_blog .post h3 {
    overflow: hidden;
    height: 104px; } }

body.page-blog-post header {
  height: 97px; }

body.page-blog-post section.post {
  padding-bottom: 40px;
  font-size: 16px; }
  body.page-blog-post section.post img {
    max-width: 100%; }
    body.page-blog-post section.post img.featured-image {
      width: 100%;
      margin-bottom: 40px; }
  body.page-blog-post section.post a {
    text-decoration: underline;
    color: #134818; }
    body.page-blog-post section.post a:hover, body.page-blog-post section.post a:active {
      color: #ffffff; }
  body.page-blog-post section.post p {
    margin-bottom: 10px; }
  body.page-blog-post section.post .headline {
    text-align: center;
    margin-bottom: 20px; }
    body.page-blog-post section.post .headline h1 {
      margin-bottom: 0; }
    body.page-blog-post section.post .headline .date {
      color: #7e7e7e;
      font-size: 12px; }
  body.page-blog-post section.post p.tags {
    font-size: 12px; }
    body.page-blog-post section.post p.tags a:link,
    body.page-blog-post section.post p.tags a:visited {
      text-decoration: none; }
  body.page-blog-post section.post h1,
  body.page-blog-post section.post h2,
  body.page-blog-post section.post h3,
  body.page-blog-post section.post h4,
  body.page-blog-post section.post h5,
  body.page-blog-post section.post h6 {
    line-height: 1; }
  body.page-blog-post section.post h1 {
    font-size: 48px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    color: #fff;
    line-height: 1;
    margin: 36px 0 30px 0; }
  body.page-blog-post section.post h2 {
    font-size: 36px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    color: #fff;
    margin: 32px 0 26px 0; }
  body.page-blog-post section.post h3 {
    font-size: 30px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    color: #fff;
    margin: 32px 0 26px 0; }
  body.page-blog-post section.post h4 {
    font-size: 24px;
    font-weight: lighter;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    margin: 32px 0 26px 0; }
  body.page-blog-post section.post h5 {
    font-size: 20px;
    font-weight: lighter;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    margin: 32px 0 26px 0; }
  body.page-blog-post section.post h6 {
    font-size: 18px;
    font-weight: lighter;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    margin: 32px 0 26px 0; }
  body.page-blog-post section.post blockquote {
    padding-left: 40px;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-style: italic;
    text-transform: none; }
  body.page-blog-post section.post table {
    margin-bottom: 10px; }
    body.page-blog-post section.post table th,
    body.page-blog-post section.post table td {
      border: 2px solid #000;
      padding: 4px 12px; }
    body.page-blog-post section.post table th {
      font-weight: bold; }
    body.page-blog-post section.post table td {
      font-weight: normal; }
    body.page-blog-post section.post table thead tr {
      background-color: transparent; }
    body.page-blog-post section.post table tbody tr:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.08); }
    body.page-blog-post section.post table tbody tr:nth-child(odd) {
      background-color: rgba(255, 255, 255, 0.12); }

@media (min-width: 992px) {
  body.page-blog-post header {
    height: 700px; } }

body#page_mmo {
  background-image: url("/images/mmo/bg-body-mobile.png"); }
  body#page_mmo h1 {
    font-size: 33px; }
  body#page_mmo h2 {
    font-size: 23px;
    color: #fff;
    margin: 20px 0 10px 0; }
  body#page_mmo article.left, body#page_mmo article.right {
    padding-top: 80px; }
  body#page_mmo .title-bar {
    z-index: 1;
    padding-top: 12px 0;
    height: 48px;
    width: 150%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 20px 0 10px 0; }
    body#page_mmo .title-bar h2 {
      line-height: 53px;
      margin: 0; }
  body#page_mmo header {
    padding-bottom: 700px;
    height: auto; }
    body#page_mmo header article {
      text-align: center; }
  body#page_mmo section {
    position: relative;
    text-align: center; }
  body#page_mmo img.object {
    display: block;
    position: relative;
    width: 100%;
    max-width: 400px;
    z-index: 2;
    margin: 0 auto; }
  body#page_mmo section.the-game {
    text-align: center;
    background-size: cover;
    position: relative;
    padding: 160px 0;

	   }
    body#page_mmo section.the-game .tear {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      z-index: 10;
      width: 100%;
      height: 135px;
      background: url("/images/tear.png") center 0px no-repeat;
      background-size: cover; }
  body#page_mmo section.an-open-world {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 85px 0; }
    body#page_mmo section.an-open-world h1 {
      text-align: center; }
    body#page_mmo section.an-open-world .button-container {
      display: block;
      text-align: center; }
  body#page_mmo section.combat {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 85px 0; }
    body#page_mmo section.combat h1 {
      text-align: center; }
    body#page_mmo section.combat .object-pvp {
      height: 300px;
      width: auto; }
  body#page_mmo section.economy {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 85px 0; }
    body#page_mmo section.economy h1 {
      text-align: center; }
  body#page_mmo section.stay-informed {
    background: url("/images/mmo/stay-informed-bg.png") no-repeat center top;
    background-size: cover;
    padding: 100px 0; }
    body#page_mmo section.stay-informed [alt="object-scroll"] {
      width: 351px;
      margin-bottom: 20px; }
    body#page_mmo section.stay-informed .btn-fancy {
      font-size: 18px; }

@media (min-width: 992px) {
  body#page_mmo {
    background-image: url("/images/mmo/bg-body.png");
    font-size: 14px; }
    body#page_mmo img.object {
      display: block;
      position: relative;
      width: 100%;
      max-width: 400px;
      z-index: 2;
      margin: 0; }
    body#page_mmo article.left, body#page_mmo article.right {
      padding-bottom: 30px; }
      body#page_mmo article.left .title-bar, body#page_mmo article.right .title-bar {
        position: absolute;
        top: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        width: 3000px; }
    body#page_mmo article.left {
      text-align: left; }
      body#page_mmo article.left img.object {
        float: right; }
      body#page_mmo article.left .title-bar {
        left: -50px;
        padding-left: 65px; }
    body#page_mmo article.right {
      text-align: right; }
      body#page_mmo article.right img.object {
        float: left; }
      body#page_mmo article.right .title-bar {
        left: auto;
        right: -50px;
        padding-right: 65px; }
    body#page_mmo section.an-open-world .object-nodes {
      margin-top: -82px; }
    body#page_mmo section.an-open-world .object-housing {
      margin-top: -102px; }
    body#page_mmo section.an-open-world .object-questing {
      margin-top: -100px; }
    body#page_mmo section.combat .object-sieges {
      margin-top: -70px; }
    body#page_mmo section.combat .object-pve {
      margin-top: -90px; }
    body#page_mmo section.combat .object-pvp {
      margin-top: -80px;
      width: 300px;
      height: auto; }
    body#page_mmo section.economy .object-caravans {
      margin-top: -100px; }
    body#page_mmo section.economy .object-trade {
      margin-top: -90px; }
    body#page_mmo section.economy .object-crafting-and-gathering {
      margin-top: -110px; } }

body#page_arena {
  background-image: url("/images/arena/bg-body-mobile.png"); }
  body#page_arena .navbar img.logo {
    top: -4px;
    width: auto;
    max-width: none;
    max-height: 64px;
    height: 100%;
    margin: 0 10px; }
  body#page_arena .logo-apoc {
    display: none; }
  body#page_arena h1 {
    font-size: 36px; }
  body#page_arena h2 {
    font-size: 26px;
    color: #fff;
    margin: 20px 0 10px 0; }
  body#page_arena header {
    padding-bottom: 120px;
    height: auto; }
    body#page_arena header article {
      text-align: center; }
  body#page_arena section {
    position: relative;
    text-align: center; }
    body#page_arena section.video {
      text-align: left;
      background: url("/images/arena/video-bg.png") no-repeat center top;
      background-size: cover;
      position: relative;
      padding: 120px 0; }
      body#page_arena section.video .tear {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 10;
        width: 100%;
        height: 135px;
        background: url("/images/tear.png") center 0px no-repeat;
        background-size: cover; }
    body#page_arena section.battle {
      min-height: 935px;
      text-align: left;
      background: url("/images/arena/battle-bg.png") no-repeat center top;
      background-size: cover;
      padding: 120px 0;
      position: relative; }
      body#page_arena section.battle .container {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 120px; }
    body#page_arena section.stay-informed {
      background: url("/images/arena/stay-informed-bg.png") no-repeat center top;
      background-size: cover;
      padding: 100px 0; }
      body#page_arena section.stay-informed [alt=object-scroll],
      body#page_arena section.stay-informed .object-scroll {
        width: 351px;
        margin-bottom: 20px; }
      body#page_arena section.stay-informed .btn-fancy {
        font-size: 18px; }
      body#page_arena section.stay-informed .buttons-container {
        float: left;
        clear: none; }

@media (min-width: 768px) {
  body#page_arena .navbar img.logo {
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media (min-width: 992px) {
  body#page_arena {
    background-image: url("/images/arena/bg-body.png");
    font-size: 14px; }
    body#page_arena .logo-apoc {
      display: block;
      position: absolute;
      top: 33px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 693px; } }

body#page_landing {
  background-image: none; }
  body#page_landing h1,
  body#page_landing h2,
  body#page_landing span {
    font-family: "Barlow Condensed", sans-serif;
    color: white;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s; }
  body#page_landing h1 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 8px; }
  body#page_landing h2 {
    font-size: 16px;
    letter-spacing: 0.5px;
    -webkit-transform: scale(1, 0.85);
            transform: scale(1, 0.85);
    line-height: 1; }
    body#page_landing h2.borders {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      body#page_landing h2.borders:before, body#page_landing h2.borders:after {
        overflow: hidden;
        position: relative;
        top: 0;
        max-width: 100px;
        -webkit-transition: all linear 0.2s;
        transition: all linear 0.2s; }
      body#page_landing h2.borders:before {
        content: url("/images/landing/h2-border.png");
        display: block; }
      body#page_landing h2.borders:after {
        content: url("/images/landing/h2-border.png");
        display: block;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); }
      body#page_landing h2.borders span {
        display: block;
        padding: 0 8px; }
  body#page_landing .fullbkgd {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100; }
    body#page_landing .fullbkgd-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body#page_landing .fullbkgd-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(0, 0, 0, 0.4); }
  body#page_landing main {
    padding: 30px 30px 0; }
    body#page_landing main .wrapper {
      margin: 0 auto;
      position: relative;
      max-width: none; }
    body#page_landing main .top-borders {
      display: block;
      position: absolute;
      width: calc(100% - 60px); }
      body#page_landing main .top-borders .top-border_mobile {
        height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 30px);
        max-width: 695px;
        margin-top: 5px;
        margin-left: -15px; }
      body#page_landing main .top-borders .top-border_left,
      body#page_landing main .top-borders .top-border_right {
        display: none; }
    body#page_landing main .side-borders {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      body#page_landing main .side-borders:before, body#page_landing main .side-borders:after {
        overflow: hidden; }
      body#page_landing main .side-borders:before {
        content: url("/images/landing/side-border-white.svg");
        width: 10px;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: calc(100vh - 180px); }
      body#page_landing main .side-borders:after {
        content: url("/images/landing/side-border-white.svg");
        width: 10px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: calc(100vh - 180px);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); }
    body#page_landing main .logo {
      position: relative;
      width: 100%;
      text-align: center;
      margin-top: 70px;
      margin-bottom: 15px;
      -webkit-transition: margin linear 0.2s;
      transition: margin linear 0.2s; }
      body#page_landing main .logo img {
        width: 100%;
        max-width: 856px;
        height: auto; }
    body#page_landing main .cta {
      width: 50%;
      min-width: 280px;
      max-width: 675px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 120px;
      padding: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      body#page_landing main .cta_copy {
        width: 100%; }
      body#page_landing main .cta_break {
        width: 14%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        body#page_landing main .cta_break span {
          font-size: 17px;
          letter-spacing: 0;
          display: block;
          text-transform: uppercase;
          border-top: solid white 2px;
          border-bottom: solid white 2px;
          line-height: 1.1;
          padding-bottom: 2px; }
      body#page_landing main .cta_button {
        width: 43%; }
        body#page_landing main .cta_button a {
          display: block;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          body#page_landing main .cta_button a:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
      body#page_landing main .cta .button-intrepid a {
        background-color: rgb(127, 127, 127);
        -webkit-box-shadow: 0 0 10px #057561;
                box-shadow: 0 0 10px #057561; }
      body#page_landing main .cta .button-steam a {
        background-color: rgb(127, 127, 127);
        -webkit-box-shadow: 0 0 10px #057561;
                box-shadow: 0 0 10px #057561; }
  body#page_landing footer {
    background-color: rgb(127, 127, 127);
    padding: 40px 20px; }
    body#page_landing footer p,
    body#page_landing footer span,
    body#page_landing footer a {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 1.5;
      color: #808080; }
    body#page_landing footer .pipe {
      display: inline-block;
      padding: 0 15px; }
    body#page_landing footer .legal {
      text-transform: uppercase; }

@media (min-aspect-ratio: 16 / 9) {
  body#page_landing .fullbkgd-video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  body#page_landing .fullbkgd-video {
    width: 300%;
    left: -100%; } }

@media (min-height: 1190px), (min-height: 765px) and (max-width: 991px) {
  body#page_landing {
    height: 100%;
    position: relative; }
    body#page_landing main {
      min-height: 100vh;
      overflow: hidden;
      display: block;
      position: relative;
      padding-bottom: 0; }
      body#page_landing main .cta {
        margin-bottom: 0; }
    body#page_landing footer {
      position: absolute;
      bottom: 0;
      width: 100%; } }

@media (min-width: 768px) {
  body#page_landing h1 {
    font-size: 67px;
    letter-spacing: 4px;
    margin-bottom: 20px; }
  body#page_landing h2 {
    font-size: 24px;
    letter-spacing: 3.5px;
    line-height: 1.5; }
    body#page_landing h2 .borders:before, body#page_landing h2 .borders:after {
      max-width: none;
      top: -7px; }
  body#page_landing main .logo {
    margin-top: 60px; }
  body#page_landing main .top-borders .top-border_mobile {
    display: none; }
  body#page_landing main .top-borders .top-border_left {
    display: block;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    max-width: 695px;
    margin-top: 5px;
    margin-left: -15px; }
  body#page_landing main .top-borders .top-border_right {
    display: block;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    max-width: 695px;
    margin-top: 5px;
    margin-right: -15px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  body#page_landing main .cta {
    min-width: 466px; }
  body#page_landing footer p,
  body#page_landing footer span,
  body#page_landing footer a {
    font-size: 12px; } }

@media (min-width: 992px) {
  body#page_landing h1 {
    font-size: 100px;
    letter-spacing: 4px;
    margin-bottom: 30px; }
  body#page_landing h2 {
    font-size: 40px;
    letter-spacing: 3.5px;
    line-height: 1.5; }
    body#page_landing h2.borders:before, body#page_landing h2.borders:after {
      max-width: none;
      top: -7px; }
  body#page_landing main .logo {
    margin-top: 170px; }
  body#page_landing main .top-borders .top-border_mobile {
    display: none; }
  body#page_landing main .top-borders .top-border_left {
    display: block;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    max-width: 695px;
    margin-top: 5px;
    margin-left: -15px; }
  body#page_landing main .top-borders .top-border_right {
    display: block;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    max-width: 695px;
    margin-top: 5px;
    margin-right: -15px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
  body#page_landing main .cta {
    width: 100%;
    margin-bottom: 190px; }
    body#page_landing main .cta_break span {
      font-size: 37px;
      letter-spacing: 3.5px;
      padding-bottom: 5px; }
  body#page_landing footer p,
  body#page_landing footer span,
  body#page_landing footer a {
    font-size: 20px; } }

#page_terms header {
  height: 65px; }

#page_terms section.main {
  padding-bottom: 50px; }

#page_terms p {
  margin-bottom: 10px !important; }

#page_terms .ft0 {
  font: bold 15px "Arial";
  line-height: 18px; }

#page_terms .ft1 {
  font: 15px "Arial";
  line-height: 17px; }

#page_terms .ft2 {
  font: bold 15px "Arial";
  line-height: 19px; }

#page_terms .ft3 {
  font: 15px "Arial";
  line-height: 18px; }

#page_terms .ft4 {
  font: 13px "Arial";
  line-height: 16px; }

#page_terms .ft5 {
  font: italic 13px "Arial";
  line-height: 16px; }

#page_terms .ft6 {
  font: 13px "Arial";
  margin-left: 13px;
  line-height: 16px; }

#page_terms .ft7 {
  font: 13px "Arial";
  line-height: 16px; }

#page_terms .ft8 {
  font: 13px "Times New Roman";
  line-height: 15px; }

#page_terms .ft9 {
  font: 13px "Arial";
  margin-left: 18px;
  line-height: 16px; }

#page_terms .ft10 {
  font: 13px "Arial";
  text-decoration: underline;
  line-height: 16px; }

#page_terms .ft11 {
  font: 13px "Courier New";
  line-height: 16px; }

#page_terms .ft12 {
  font: 13px "Arial";
  margin-left: 16px;
  line-height: 16px; }

#page_terms .ft13 {
  font: 13px "Arial";
  line-height: 16px; }

#page_terms .p0 {
  text-align: justify;
  padding-right: 103px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_terms .p1 {
  text-align: left;
  padding-right: 100px;
  margin-top: 15px;
  margin-bottom: 0px; }

#page_terms .p2 {
  text-align: left;
  margin-top: 11px;
  margin-bottom: 0px; }

#page_terms .p3 {
  text-align: justify;
  padding-right: 129px;
  margin-top: 11px;
  margin-bottom: 0px; }

#page_terms .p4 {
  text-align: left;
  padding-right: 106px;
  margin-top: 13px;
  margin-bottom: 0px; }

#page_terms .p5 {
  text-align: left;
  padding-right: 97px;
  margin-top: 13px;
  margin-bottom: 0px; }

#page_terms .p6 {
  text-align: left;
  padding-right: 105px;
  margin-top: 20px;
  margin-bottom: 0px; }

#page_terms .p7 {
  text-align: left;
  padding-right: 97px;
  margin-top: 12px;
  margin-bottom: 0px; }

#page_terms .p8 {
  text-align: left;
  padding-right: 97px;
  margin-top: 35px;
  margin-bottom: 0px; }

#page_terms .p9 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_terms .p10 {
  text-align: left;
  padding-right: 96px;
  margin-top: 10px;
  margin-bottom: 0px; }

#page_terms .p11 {
  text-align: left;
  padding-right: 108px;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_terms .p12 {
  text-align: left;
  padding-left: 48px;
  margin-top: 14px;
  margin-bottom: 0px; }

#page_terms .p13 {
  text-align: left;
  padding-right: 108px;
  margin-top: 11px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p14 {
  text-align: left;
  padding-right: 103px;
  margin-top: 20px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p15 {
  text-align: left;
  padding-right: 102px;
  margin-top: 12px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p16 {
  text-align: left;
  padding-right: 98px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_terms .p17 {
  text-align: left;
  padding-right: 103px;
  margin-top: 14px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p18 {
  text-align: left;
  padding-right: 99px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p19 {
  text-align: left;
  padding-right: 102px;
  margin-top: 32px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p20 {
  text-align: left;
  padding-right: 108px;
  margin-top: 13px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p21 {
  text-align: left;
  padding-right: 103px;
  margin-top: 12px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p22 {
  text-align: left;
  padding-right: 107px;
  margin-top: 13px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p23 {
  text-align: left;
  padding-right: 100px;
  margin-top: 13px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p24 {
  text-align: left;
  padding-right: 98px;
  margin-top: 13px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p25 {
  text-align: left;
  padding-right: 97px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p26 {
  text-align: left;
  padding-left: 72px;
  padding-right: 111px;
  margin-top: 16px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p27 {
  text-align: left;
  padding-left: 48px;
  margin-top: 1px;
  margin-bottom: 0px; }

#page_terms .p28 {
  text-align: left;
  padding-left: 72px;
  padding-right: 113px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p29 {
  text-align: left;
  padding-left: 48px;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_terms .p30 {
  text-align: left;
  padding-left: 72px;
  padding-right: 107px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p31 {
  text-align: left;
  padding-left: 72px;
  padding-right: 121px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p32 {
  text-align: left;
  padding-right: 107px;
  margin-top: 12px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p33 {
  text-align: left;
  padding-right: 102px;
  margin-top: 13px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p34 {
  text-align: left;
  padding-left: 48px;
  margin-top: 12px;
  margin-bottom: 0px; }

#page_terms .p35 {
  text-align: left;
  padding-left: 48px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_terms .p36 {
  text-align: left;
  padding-left: 72px;
  padding-right: 170px;
  margin-top: 1px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p37 {
  text-align: left;
  padding-left: 72px;
  padding-right: 98px;
  margin-top: 1px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p38 {
  text-align: left;
  padding-right: 140px;
  margin-top: 11px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p39 {
  text-align: left;
  padding-left: 48px;
  padding-right: 112px;
  margin-top: 11px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p40 {
  text-align: left;
  padding-left: 48px;
  padding-right: 107px;
  margin-top: 3px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p41 {
  text-align: left;
  padding-left: 24px;
  margin-top: 3px;
  margin-bottom: 0px; }

#page_terms .p42 {
  text-align: left;
  padding-left: 96px;
  padding-right: 109px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p43 {
  text-align: left;
  padding-left: 72px;
  padding-right: 101px;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_terms .p44 {
  text-align: left;
  padding-left: 96px;
  margin-top: 1px;
  margin-bottom: 0px; }

#page_terms .p45 {
  text-align: left;
  padding-left: 96px;
  padding-right: 112px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -23px; }

#page_terms .p46 {
  text-align: left;
  padding-left: 96px;
  padding-right: 101px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -23px; }

#page_terms .p47 {
  text-align: left;
  padding-left: 96px;
  padding-right: 128px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -23px; }

#page_terms .p48 {
  text-align: left;
  padding-left: 48px;
  padding-right: 111px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p49 {
  text-align: left;
  padding-left: 48px;
  padding-right: 111px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p50 {
  text-align: left;
  padding-left: 48px;
  padding-right: 137px;
  margin-top: 3px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p51 {
  text-align: left;
  padding-left: 48px;
  padding-right: 129px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p52 {
  text-align: left;
  margin-top: 13px;
  margin-bottom: 0px; }

#page_terms .p53 {
  text-align: left;
  padding-right: 106px;
  margin-top: 11px;
  margin-bottom: 0px;
  text-indent: 55px; }

#page_terms .p54 {
  text-align: left;
  padding-left: 24px;
  margin-top: 13px;
  margin-bottom: 0px; }

#page_terms .p55 {
  text-align: left;
  padding-left: 24px;
  margin-top: 1px;
  margin-bottom: 0px; }

#page_terms .p56 {
  text-align: left;
  padding-left: 24px;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_terms .p57 {
  text-align: left;
  padding-right: 100px;
  margin-top: 12px;
  margin-bottom: 0px; }

#page_terms .p58 {
  text-align: left;
  padding-right: 134px;
  margin-top: 19px;
  margin-bottom: 0px; }

#page_terms .p59 {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 0px; }

#page_terms .p60 {
  text-align: left;
  padding-right: 101px;
  margin-top: 11px;
  margin-bottom: 0px; }

#page_terms .p61 {
  text-align: left;
  padding-left: 48px;
  padding-right: 116px;
  margin-top: 13px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p62 {
  text-align: left;
  padding-left: 48px;
  padding-right: 121px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p63 {
  text-align: left;
  padding-left: 48px;
  padding-right: 134px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p64 {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0px; }

#page_terms .p65 {
  text-align: left;
  padding-left: 24px;
  margin-top: 10px;
  margin-bottom: 0px; }

#page_terms .p66 {
  text-align: left;
  padding-left: 48px;
  padding-right: 109px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p67 {
  text-align: left;
  padding-left: 48px;
  padding-right: 107px;
  margin-top: 1px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p68 {
  text-align: left;
  padding-left: 48px;
  padding-right: 97px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p69 {
  text-align: left;
  padding-left: 48px;
  padding-right: 119px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p70 {
  text-align: left;
  padding-left: 48px;
  padding-right: 110px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p71 {
  text-align: left;
  padding-left: 48px;
  padding-right: 128px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p72 {
  text-align: left;
  padding-left: 48px;
  padding-right: 97px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p73 {
  text-align: left;
  padding-left: 48px;
  margin-top: 11px;
  margin-bottom: 0px; }

#page_terms .p74 {
  text-align: left;
  padding-right: 105px;
  margin-top: 11px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p75 {
  text-align: left;
  padding-left: 48px;
  margin-top: 15px;
  margin-bottom: 0px; }

#page_terms .p76 {
  text-align: left;
  padding-right: 100px;
  margin-top: 11px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_terms .p77 {
  text-align: left;
  padding-left: 48px;
  padding-right: 118px;
  margin-top: 13px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p78 {
  text-align: left;
  padding-left: 24px;
  padding-right: 97px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_terms .p79 {
  text-align: left;
  padding-left: 24px;
  padding-right: 100px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p80 {
  text-align: left;
  padding-left: 24px;
  padding-right: 132px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p81 {
  text-align: left;
  padding-left: 24px;
  padding-right: 107px;
  margin-top: 3px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p82 {
  text-align: left;
  padding-left: 24px;
  padding-right: 126px;
  margin-top: 4px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p83 {
  text-align: left;
  padding-left: 24px;
  padding-right: 97px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p84 {
  text-align: left;
  padding-left: 24px;
  padding-right: 107px;
  margin-top: 4px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p85 {
  text-align: left;
  padding-left: 24px;
  padding-right: 114px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p86 {
  text-align: left;
  padding-left: 24px;
  padding-right: 97px;
  margin-top: 3px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p87 {
  text-align: left;
  padding-left: 24px;
  padding-right: 119px;
  margin-top: 3px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_terms .p88 {
  text-align: left;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_terms .p89 {
  text-align: left;
  padding-left: 24px;
  padding-right: 100px;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_terms .p90 {
  text-align: left;
  padding-left: 24px;
  margin-top: 18px;
  margin-bottom: 0px; }

#page_terms .p91 {
  text-align: left;
  padding-left: 24px;
  padding-right: 99px;
  margin-top: 17px;
  margin-bottom: 0px; }

#page_terms .p92 {
  text-align: left;
  padding-right: 11px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_terms .p93 {
  text-align: left;
  padding-right: 2px;
  margin-top: 39px;
  margin-bottom: 0px; }

#page_terms .p94 {
  text-align: left;
  padding-right: 5px;
  margin-top: 38px;
  margin-bottom: 0px; }

#page_terms .p95 {
  text-align: left;
  padding-right: 24px;
  margin-top: 20px;
  margin-bottom: 0px; }

#page_terms .p96 {
  text-align: left;
  margin-top: 19px;
  margin-bottom: 0px; }

#page_terms .p97 {
  text-align: left;
  padding-right: 6px;
  margin-top: 22px;
  margin-bottom: 0px; }

#page_terms .p98 {
  text-align: left;
  padding-right: 122px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_terms .p99 {
  text-align: left;
  padding-right: 101px;
  margin-top: 18px;
  margin-bottom: 0px; }

#page_terms .p100 {
  text-align: left;
  padding-right: 96px;
  margin-top: 22px;
  margin-bottom: 0px; }

#page_terms .p101 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0px; }

#page_terms .p102 {
  text-align: left;
  padding-right: 98px;
  margin-top: 17px;
  margin-bottom: 0px; }

#page_terms .p103 {
  text-align: left;
  margin-top: 21px;
  margin-bottom: 0px; }

#page_terms .p104 {
  text-align: left;
  padding-right: 101px;
  margin-top: 17px;
  margin-bottom: 0px; }

#page_terms .p105 {
  text-align: left;
  padding-right: 99px;
  margin-top: 18px;
  margin-bottom: 0px; }

#page_terms .p106 {
  text-align: left;
  padding-left: 48px;
  padding-right: 103px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_terms .p107 {
  text-align: left;
  padding-left: 48px;
  margin-top: 23px;
  margin-bottom: 0px; }

#page_terms .p108 {
  text-align: left;
  padding-left: 48px;
  padding-right: 98px;
  margin-top: 17px;
  margin-bottom: 0px; }

#page_terms .p109 {
  text-align: left;
  padding-left: 48px;
  margin-top: 17px;
  margin-bottom: 0px; }

#page_terms .p110 {
  text-align: left;
  padding-right: 98px;
  margin-top: 11px;
  margin-bottom: 0px; }

#page_terms .p111 {
  text-align: left;
  padding-right: 125px;
  margin-top: 15px;
  margin-bottom: 0px; }

#page_terms .p112 {
  text-align: left;
  padding-right: 104px;
  margin-top: 11px;
  margin-bottom: 0px; }

#page_terms .p113 {
  text-align: justify;
  padding-right: 102px;
  margin-top: 30px;
  margin-bottom: 0px; }

#page_terms .p114 {
  text-align: left;
  padding-right: 7px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_terms .p115 {
  text-align: left;
  padding-right: 6px;
  margin-top: 14px;
  margin-bottom: 0px; }

#page_terms .p116 {
  text-align: left;
  padding-right: 10px;
  margin-top: 13px;
  margin-bottom: 0px; }

#page_terms .p117 {
  text-align: left;
  padding-right: 15px;
  margin-top: 13px;
  margin-bottom: 0px; }

#page_terms .p118 {
  text-align: left;
  padding-right: 35px;
  margin-top: 12px;
  margin-bottom: 0px; }

#page_terms .p119 {
  text-align: left;
  padding-right: 41px;
  margin-top: 13px;
  margin-bottom: 0px; }

@media (min-width: 992px) {
  #page_terms header {
    height: 425px; } }

#page_privacy header {
  height: 700px; }

#page_privacy section.main {
  padding-bottom: 100px; }

#page_privacy p {
  margin-bottom: 10px !important; }

#page_privacy .ft0 {
  font: bold 15px "Arial";
  line-height: 18px; }

#page_privacy .ft1 {
  font: 15px "Arial";
  line-height: 17px; }

#page_privacy .ft2 {
  font: italic 15px "Arial";
  line-height: 17px; }

#page_privacy .ft3 {
  font: 12px "MS PGothic";
  line-height: 12px; }

#page_privacy .ft4 {
  font: 15px "Arial";
  margin-left: 12px;
  line-height: 17px; }

#page_privacy .ft5 {
  font: 15px "Courier New";
  line-height: 17px; }

#page_privacy .ft6 {
  font: 15px "Arial";
  margin-left: 15px;
  line-height: 17px; }

#page_privacy .ft7 {
  font: 15px "Arial";
  margin-left: 12px;
  line-height: 16px; }

#page_privacy .ft8 {
  font: 15px "Arial";
  line-height: 16px; }

#page_privacy .ft9 {
  font: 15px "Courier New";
  line-height: 16px; }

#page_privacy .ft10 {
  font: 15px "Arial";
  margin-left: 15px;
  line-height: 16px; }

#page_privacy .ft11 {
  font: bold 15px "Arial";
  margin-left: 36px;
  line-height: 18px; }

#page_privacy .ft12 {
  font: 15px "Arial";
  line-height: 17px; }

#page_privacy .ft13 {
  font: 14px "Arial";
  line-height: 16px; }

#page_privacy .ft14 {
  font: 15px "Times New Roman";
  line-height: 17px; }

#page_privacy .ft15 {
  font: 15px "Arial";
  margin-left: 10px;
  line-height: 18px; }

#page_privacy .ft16 {
  font: 15px "Arial";
  line-height: 18px; }

#page_privacy .ft17 {
  font: 15px "Arial";
  margin-left: 9px;
  line-height: 17px; }

#page_privacy .ft18 {
  font: bold 15px "Arial";
  margin-left: 28px;
  line-height: 18px; }

#page_privacy .ft19 {
  font: 13px "Times New Roman";
  line-height: 15px; }

#page_privacy .ft20 {
  font: 15px "Arial";
  margin-left: 34px;
  line-height: 17px; }

#page_privacy .ft21 {
  font: italic 15px "Helvetica";
  line-height: 18px; }

#page_privacy .ft22 {
  font: 15px "Arial";
  margin-left: 18px;
  line-height: 17px; }

#page_privacy .ft23 {
  font: 15px "Arial";
  line-height: 17px; }

#page_privacy .ft24 {
  font: bold 15px "Arial";
  margin-left: 27px;
  line-height: 18px; }

#page_privacy .ft25 {
  font: 15px "Arial";
  line-height: 19px; }

#page_privacy .ft26 {
  font: 13px "Calibri";
  line-height: 15px; }

#page_privacy .ft27 {
  font: 13px "Calibri";
  line-height: 15px; }

#page_privacy .ft28 {
  font: 1px "Calibri";
  line-height: 1px; }

#page_privacy .p0 {
  text-align: left;
  padding-left: 240px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p1 {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0px; }

#page_privacy .p2 {
  text-align: left;
  margin-top: 37px;
  margin-bottom: 0px; }

#page_privacy .p3 {
  text-align: left;
  padding-left: 24px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p4 {
  text-align: left;
  padding-left: 24px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p5 {
  text-align: left;
  padding-left: 72px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p6 {
  text-align: left;
  margin-top: 54px;
  margin-bottom: 0px; }

#page_privacy .p7 {
  text-align: left;
  padding-right: 97px;
  margin-top: 8px;
  margin-bottom: 0px; }

#page_privacy .p8 {
  text-align: left;
  padding-right: 106px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p9 {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0px; }

#page_privacy .p10 {
  text-align: left;
  padding-left: 56px;
  padding-right: 132px;
  margin-top: 11px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_privacy .p11 {
  text-align: left;
  padding-left: 32px;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_privacy .p12 {
  text-align: left;
  margin-top: 11px;
  margin-bottom: 0px; }

#page_privacy .p13 {
  text-align: left;
  padding-right: 109px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p14 {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_privacy .p15 {
  text-align: left;
  padding-right: 98px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p16 {
  text-align: left;
  padding-right: 97px;
  margin-top: 10px;
  margin-bottom: 0px; }

#page_privacy .p17 {
  text-align: left;
  padding-right: 96px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p18 {
  text-align: left;
  padding-right: 123px;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_privacy .p19 {
  text-align: left;
  margin-top: 17px;
  margin-bottom: 0px; }

#page_privacy .p20 {
  text-align: justify;
  padding-right: 104px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p21 {
  text-align: left;
  padding-right: 96px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p22 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0px; }

#page_privacy .p23 {
  text-align: left;
  padding-right: 107px;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_privacy .p24 {
  text-align: left;
  padding-right: 112px;
  margin-top: 9px;
  margin-bottom: 0px;
  text-indent: 4px; }

#page_privacy .p25 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0px; }

#page_privacy .p26 {
  text-align: left;
  padding-right: 103px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p27 {
  text-align: left;
  padding-left: 8px;
  margin-top: 12px;
  margin-bottom: 0px; }

#page_privacy .p28 {
  text-align: left;
  padding-left: 8px;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_privacy .p29 {
  text-align: left;
  padding-left: 48px;
  padding-right: 96px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: -40px; }

#page_privacy .p30 {
  text-align: left;
  padding-left: 8px;
  margin-top: 4px;
  margin-bottom: 0px; }

#page_privacy .p31 {
  text-align: left;
  padding-right: 97px;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_privacy .p32 {
  text-align: left;
  padding-right: 118px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p33 {
  text-align: left;
  padding-right: 102px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p34 {
  text-align: left;
  padding-right: 99px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p35 {
  text-align: left;
  padding-right: 105px;
  margin-top: 8px;
  margin-bottom: 0px; }

#page_privacy .p36 {
  text-align: left;
  padding-right: 126px;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_privacy .p37 {
  text-align: left;
  padding-right: 122px;
  margin-top: 17px;
  margin-bottom: 0px; }

#page_privacy .p38 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p39 {
  text-align: left;
  padding-right: 108px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p40 {
  text-align: left;
  padding-right: 105px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p41 {
  text-align: justify;
  padding-right: 113px;
  margin-top: 9px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_privacy .p42 {
  text-align: left;
  padding-left: 32px;
  padding-right: 133px;
  margin-top: 2px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_privacy .p43 {
  text-align: left;
  padding-left: 32px;
  padding-right: 164px;
  margin-top: 4px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_privacy .p44 {
  text-align: left;
  padding-left: 32px;
  padding-right: 117px;
  margin-top: 4px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_privacy .p45 {
  text-align: left;
  padding-left: 32px;
  padding-right: 122px;
  margin-top: 4px;
  margin-bottom: 0px;
  text-indent: -24px; }

#page_privacy .p46 {
  text-align: justify;
  padding-right: 116px;
  margin-top: 23px;
  margin-bottom: 0px;
  text-indent: 48px; }

#page_privacy .p47 {
  text-align: left;
  padding-left: 48px;
  padding-right: 102px;
  margin-top: 22px;
  margin-bottom: 0px;
  text-indent: -40px; }

#page_privacy .p48 {
  text-align: left;
  padding-left: 48px;
  padding-right: 109px;
  margin-top: 4px;
  margin-bottom: 0px;
  text-indent: -40px; }

#page_privacy .p49 {
  text-align: left;
  padding-left: 48px;
  padding-right: 105px;
  margin-top: 4px;
  margin-bottom: 0px;
  text-indent: -40px; }

#page_privacy .p50 {
  text-align: left;
  padding-left: 32px;
  margin-top: 21px;
  margin-bottom: 0px; }

#page_privacy .p51 {
  text-align: left;
  padding-left: 24px;
  margin-top: 21px;
  margin-bottom: 0px; }

#page_privacy .p52 {
  text-align: left;
  padding-right: 97px;
  margin-top: 29px;
  margin-bottom: 0px; }

#page_privacy .p53 {
  text-align: left;
  padding-right: 113px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p54 {
  text-align: left;
  padding-right: 121px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p55 {
  text-align: left;
  padding-right: 99px;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_privacy .p56 {
  text-align: left;
  padding-right: 97px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p57 {
  text-align: left;
  padding-right: 150px;
  margin-top: 10px;
  margin-bottom: 0px; }

#page_privacy .p58 {
  text-align: left;
  padding-right: 122px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p59 {
  text-align: left;
  margin-top: 28px;
  margin-bottom: 0px; }

#page_privacy .p60 {
  text-align: left;
  padding-right: 107px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p61 {
  text-align: left;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p62 {
  text-align: left;
  padding-right: 102px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p63 {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px; }

#page_privacy .p64 {
  text-align: left;
  padding-right: 103px;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_privacy .p65 {
  text-align: left;
  padding-right: 133px;
  margin-top: 12px;
  margin-bottom: 0px; }

#page_privacy .p66 {
  text-align: left;
  padding-left: 24px;
  margin-top: 22px;
  margin-bottom: 0px; }

#page_privacy .p67 {
  text-align: left;
  padding-left: 24px;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_privacy .p68 {
  text-align: left;
  padding-left: 24px;
  margin-top: 3px;
  margin-bottom: 0px; }

#page_privacy .p69 {
  text-align: left;
  padding-left: 24px;
  margin-top: 1px;
  margin-bottom: 0px; }

#page_privacy .p70 {
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0px; }

#page_privacy .p71 {
  text-align: left;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_privacy .p72 {
  text-align: left;
  padding-right: 99px;
  margin-top: 2px;
  margin-bottom: 0px; }

#page_privacy .p73 {
  text-align: left;
  padding-right: 102px;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_privacy .p74 {
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0px; }

#page_privacy .p75 {
  text-align: left;
  padding-right: 106px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p76 {
  text-align: left;
  padding-right: 98px;
  margin-top: 8px;
  margin-bottom: 0px; }

#page_privacy .p77 {
  text-align: left;
  padding-right: 99px;
  margin-top: 8px;
  margin-bottom: 0px; }

#page_privacy .p78 {
  text-align: left;
  padding-right: 100px;
  margin-top: 9px;
  margin-bottom: 0px; }

#page_privacy .p79 {
  text-align: left;
  padding-right: 100px;
  margin-top: 8px;
  margin-bottom: 0px; }

#page_privacy .p80 {
  text-align: left;
  padding-right: 98px;
  margin-top: 0px;
  margin-bottom: 0px; }

#page_privacy .p81 {
  text-align: left;
  padding-right: 609px;
  margin-top: 16px;
  margin-bottom: 0px; }

#page_privacy .p82 {
  text-align: left;
  padding-left: 112px;
  margin-top: 100px;
  margin-bottom: 0px; }

#page_privacy .p83 {
  text-align: left;
  padding-left: 7px;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: nowrap; }

#page_privacy .p84 {
  text-align: left;
  padding-left: 6px;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: nowrap; }

#page_privacy .p85 {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: nowrap; }

#page_privacy table {
  width: 400px; }
  #page_privacy table tr {
    border-bottom: 1px solid #fff; }
    #page_privacy table tr td {
      padding-top: 5px; }

@media (min-width: 992px) {
  #page_privacy header {
    height: 700px; } }

#page_error header {
  height: auto; }
