@charset "UTF-8";
/*
 * Inner Game Page Overrides
 */
/* 
 * Shae Theme Overrides
 */
@font-face {
  font-family: "Fira Sans Condensed";
  font-weight: 500;
  src: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2155241298/assets/font_fira_sans_condensed_medium.ttf?16975888600461571); }
@font-face {
  font-family: "Jura";
  font-weight: 400;
  src: url(https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2155241298/assets/font_jura_regular.ttf?16975888600461571); }
body, p {
  font-family: "Jura", sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans Condensed";
  text-transform: uppercase;
  font-weight: 500; }

/* Text */
.text-center {
  text-align: center !important; }

.text-muted {
  color: rgba(255, 255, 255, 0.6) !important; }

.text-md {
  font-size: 1.3rem !important;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .text-md {
      font-size: 1.1rem !important; } }

.text-lg {
  font-size: 1.6rem !important;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .text-lg {
      font-size: 1.2rem !important; } }

.text-xl {
  font-size: 2rem !important;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .text-xl {
      font-size: 1.4rem !important; } }

.text-xxl {
  font-size: 3rem !important;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .text-xxl {
      font-size: 1.6rem !important; } }

.text-bold {
  font-weight: bold; }

.text-primary {
  color: #B93343 !important; }

/* Card */
.card-primary {
  background: #A32432;
  box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px; }

.card-body-lg {
  padding: 40px; }

/* Btn */
.btn {
  font-family: "Jura", sans-serif;
  text-transform: uppercase;
  font-weight: 400; }

/* List */
.list {
  padding: 0;
  margin: 0;
  list-style: none; }

.list-check > li {
  padding-left: 40px;
  position: relative; }
  .list-check > li + li {
    margin: 10px 0 0 0; }
  .list-check > li:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    height: 25px;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='25px' height='25px' viewBox='0 0 25 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 60.1 (88133) - https://sketch.com --%3E%3Ctitle%3EGroup 25%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='shae_thailand' transform='translate(-144.000000, -8016.000000)'%3E%3Cg id='Group-25' transform='translate(144.000000, 8016.000000)'%3E%3Ccircle id='Oval-2-Copy' fill='%23971F2D' opacity='0.200000003' cx='12.5' cy='12.5' r='12.5'%3E%3C/circle%3E%3Ccircle id='Oval-2' fill='%23971F2D' cx='12.5' cy='12.5' r='10'%3E%3C/circle%3E%3Cpolygon id='' fill='%23FFFFFF' fill-rule='nonzero' points='11.1401367 15.8251953 17.3901367 9.57519531 16.6821289 8.84277344 11.1401367 14.3847656 8.96728516 12.1875 8.23486328 12.9199219'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.footer__menu, .footer__powered-by {
  display: none; }

.footer {
  padding: 0;
  background: #000; }

.footer__text-container {
  float: left; }

.social-icons--center {
  float: right;
  margin: 10px 0; }

.footer__copyright {
  margin: 10px 0; }

ul.uk-nav li a {
  color: rgba(255, 255, 255, 0.5); }

ul.uk-nav {
  margin: 0;
  padding: 0; }

ul.uk-nav li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  width: 30%;
  margin: 0;
  font-weight: bold;
  text-indent: 0px; }

.footer-nav {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }

.footer-nav li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  width: 32.9%;
  margin: 0; }

.footer-nav li a {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease-in-out; }

.footer-nav li a:hover {
  color: white; }

/* Margin */
.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }
