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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #8a899d;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #ff0000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #b30000;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

.highlight {
  color: #4b8bff;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1430px) {
  .container {
    max-width: 1370px;
  }
}
/* Toggle */
.toggle {
  width: 26px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.toggle:hover {
  cursor: pointer;
}

.toggle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 20px;
}

.toggle__line {
  display: block;
  height: 4px;
  -ms-flex-preferred-size: 4px;
      flex-basis: 4px;
}

.toggle__line--1::before, .toggle__line--1::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  height: 4px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.toggle__line--1::before {
  width: 4px;
  left: 0;
}
.toggle__line--1::after {
  right: 0;
  width: 18px;
}

.toggle__line--2 {
  background: linear-gradient(to right, #333, #333 7px, transparent 7px, transparent 11px, #333 11px, #333 15px, transparent 15px, transparent 19px, #333 19px, #333);
}

.toggle__line--3::before, .toggle__line--3::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  height: 4px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.toggle__line--3::before {
  width: 18px;
  left: 0;
}
.toggle__line--3::after {
  right: 0;
  width: 4px;
}

.toggle:hover .toggle__line--1::before {
  width: 18px;
}
.toggle:hover .toggle__line--1::after {
  width: 4px;
}
.toggle:hover .toggle__line--3::before {
  width: 4px;
}
.toggle:hover .toggle__line--3::after {
  width: 18px;
}

/* Balloon */
.balloon {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #ff670c;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.balloon__txt {
  display: block;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
}

.balloon__txt--style1 {
  font-size: 24px;
  line-height: 1em;
}

.balloon__txt--style2 {
  font-size: 8px;
  line-height: 1.5em;
}

.balloon__txt--style3 {
  font-size: 16px;
}

.balloon__txt--style4 {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: -0.04em;
}

.balloon__txt--style5 {
  font-size: 15px;
  line-height: 1em;
  color: #fff000;
  letter-spacing: -0.04em;
}

.balloon__txt--style6 {
  font-size: 11px;
  line-height: 1em;
}

.balloon__txt--style7 {
  font-size: 19px;
  line-height: 1em;
  font-weight: 700;
}

.balloon__txt--style8 {
  font-size: 11px;
  font-weight: 700;
}

.balloon__txt--style9 {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  color: #ffff1e;
}

.balloon__txt--style10 {
  font-size: 10px;
  line-height: 1.5em;
  color: #ffff1e;
  padding-top: 0.2em;
}

.balloon--update {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  display: none;
}
@media (min-width: 992px) {
  .balloon--update {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.balloon--football {
  background-color: #0fe3ab;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(15, 234, 181, 0.4);
          box-shadow: 0px 0px 40px 0px rgba(15, 234, 181, 0.4);
}
.balloon--football::before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #0fe3ab;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.balloon--football .balloon__txt--style4 {
  font-size: 14px;
  padding-top: 5px;
}
.balloon--football .balloon__txt--style2 {
  font-size: 10px;
}

.balloon--baseball {
  background-color: #6a3bc0;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(122, 65, 223, 0.6);
          box-shadow: 0px 0px 40px 0px rgba(122, 65, 223, 0.6);
}
.balloon--baseball::before {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #6a3bc0;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.balloon--baseball .balloon__txt--style4 {
  font-size: 14px;
  padding-top: 5px;
}
.balloon--baseball .balloon__txt--style2 {
  font-size: 10px;
}

.balloon--html {
  background-color: #ff670c;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 103, 12, 0.6);
          box-shadow: 0px 0px 40px 0px rgba(255, 103, 12, 0.6);
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.balloon--html::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #ff670c;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
@media (min-width: 992px) {
  .balloon--html {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .balloon--html {
    left: -150px;
    top: -20px;
  }
}

.balloon--lg {
  width: 120px;
  height: 120px;
  right: -160px;
  top: -63px;
}
.balloon--lg::before {
  left: -3px;
  bottom: 13px;
}

.balloon--sm {
  width: 65px;
  height: 65px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.balloon--sm::before {
  display: none;
}

/**
 *
 * Plugins (vendors)
 *
 */
.plugins-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plugins-list__item {
  padding: 0 5px;
}
@media (min-width: 992px) {
  .plugins-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.plugins-list__item img {
  max-width: 100%;
  height: auto;
}

/**
 *
 * Scroll Note
 *
 */
.scroll-note {
  text-align: center;
}

.scroll-note__icon {
  position: relative;
  width: 20px;
  height: 32px;
  margin: 0 auto 28px auto;
  background-image: url("../img/mouse-scroll.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 32px;
}
.scroll-note__icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -1px;
  background-color: #fff;
  width: 2px;
  height: 4px;
  -webkit-animation: mouseScrollAnimation 800ms infinite linear;
          animation: mouseScrollAnimation 800ms infinite linear;
}

.scroll-note__txt {
  font-size: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes mouseScrollAnimation {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}

@keyframes mouseScrollAnimation {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0;
  }
}
/**
 *
 * FullPage Navigation
 *
 */
@media (max-width: 767px) {
  #fp-nav {
    display: none;
  }
}
#fp-nav.right {
  right: 26px;
}
#fp-nav ul li {
  width: 28px;
  height: 10px;
  margin: 4px 0;
}
#fp-nav ul li:hover a span {
  height: 2px;
  width: 12px;
  margin: 0;
  background-color: #000;
}
#fp-nav ul li:hover a.active span {
  width: 28px;
  height: 2px;
  border-radius: 0;
  margin: 0;
  background-color: #000;
}
#fp-nav ul li a span {
  width: 12px;
  height: 2px;
  border-radius: 0;
  left: auto;
  right: 0;
  margin: 0;
  background-color: #000;
}
#fp-nav ul li a.active span {
  width: 28px;
  height: 2px;
  border-radius: 0;
  margin: 0;
  background-color: #000;
}
#fp-nav ul li a.active + .fp-tooltip.right {
  right: 36px;
}
#fp-nav ul li a:hover span {
  height: 2px;
  width: 12px;
  margin: 0;
  background-color: #000;
}
#fp-nav ul li .fp-tooltip {
  left: auto;
  right: 0;
  top: 1px;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}
#fp-nav.fp-nav--main ul li:hover a span {
  background-color: #fff;
}
#fp-nav.fp-nav--main ul li:hover a.active span {
  background-color: #fff;
}
#fp-nav.fp-nav--main ul li a span {
  background-color: #d5d4ec;
}
#fp-nav.fp-nav--main ul li a.active span {
  background-color: #fff;
}
#fp-nav.fp-nav--main ul li a:hover span {
  background-color: #fff;
}
#fp-nav.fp-nav--main ul li .fp-tooltip {
  color: #fff;
}

#fp-nav.fp-nav--basketball ul li:hover a span {
  background-color: #fdda11;
}
#fp-nav.fp-nav--basketball ul li:hover a.active span {
  background-color: #fdda11;
}
#fp-nav.fp-nav--basketball ul li a.active span {
  background-color: #fdda11;
}
#fp-nav.fp-nav--basketball ul li a:hover span {
  background-color: #fdda11;
}

#fp-nav.fp-nav--cricket ul li:hover a span {
  background-color: #00aeff;
}
#fp-nav.fp-nav--cricket ul li:hover a.active span {
  background-color: #00aeff;
}
#fp-nav.fp-nav--cricket ul li a.active span {
  background-color: #00aeff;
}
#fp-nav.fp-nav--cricket ul li a:hover span {
  background-color: #00aeff;
}

#fp-nav.fp-nav--football ul li:hover a span {
  background-color: #ff2053;
}
#fp-nav.fp-nav--football ul li:hover a.active span {
  background-color: #ff2053;
}
#fp-nav.fp-nav--football ul li a.active span {
  background-color: #ff2053;
}
#fp-nav.fp-nav--football ul li a:hover span {
  background-color: #ff2053;
}

#fp-nav.fp-nav--baseball ul li:hover a span {
  background-color: #00d853;
}
#fp-nav.fp-nav--baseball ul li:hover a.active span {
  background-color: #00d853;
}
#fp-nav.fp-nav--baseball ul li a.active span {
  background-color: #00d853;
}
#fp-nav.fp-nav--baseball ul li a:hover span {
  background-color: #00d853;
}

#fp-nav.fp-nav--hockey ul li:hover a span {
  background-color: #8bb1ca;
}
#fp-nav.fp-nav--hockey ul li:hover a.active span {
  background-color: #8bb1ca;
}
#fp-nav.fp-nav--hockey ul li a.active span {
  background-color: #8bb1ca;
}
#fp-nav.fp-nav--hockey ul li a:hover span {
  background-color: #8bb1ca;
}

/**
 *
 * Button
 *
 */
.button {
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background-color: #333;
  color: #fff;
  padding: 1.5em 3.33em;
  letter-spacing: 0.16em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
@media (min-width: 576px) {
  .button {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .button {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .button {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .button {
    font-size: 12px;
  }
}
@media (min-width: 1430px) {
  .button {
    font-size: 12px;
  }
}

.button--sm {
  font-size: 8px;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .button--sm {
    font-size: 9px;
  }
}

.button--primary {
  background-color: #336bec;
}
.button--primary:hover {
  background-color: #00aeff;
}

.button--basketball:hover {
  background-color: #ffb911;
}

.button--cricket:hover {
  background-color: #00aeff;
}

.button--football:hover {
  background-color: #ff2053;
}

.button--baseball:hover {
  background-color: #00d853;
}

.button--hockey:hover {
  background-color: #8bb1ca;
}

.button--disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #555482;
  background-color: #2f2e4a;
}

.button--block {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.button--mouse-gradient {
  position: relative;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}
.button--mouse-gradient span {
  position: relative;
}
.button--mouse-gradient::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.2s ease, height 0.2s ease;
  transition: width 0.2s ease, height 0.2s ease;
}
.button--mouse-gradient:hover::before {
  --size: 240px;
}

/**
 *
 * Logos List
 *
 */
.logos-list {
  list-style: none;
  padding: 16px 0 20px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .logos-list {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1430px) {
  .logos-list {
    padding-top: 34px;
    padding-bottom: 50px;
  }
}

.logos-list__item {
  padding: 0 10px;
  position: relative;
}
@media (min-width: 576px) {
  .logos-list__item {
    padding: 0 15px;
  }
}
.logos-list__item img {
  /* max-width: 80px;
  height: auto; */
  max-height: 100px;
  width: auto;
}
@media (min-width: 576px) {
  .logos-list__item img {
    /* max-width: 100px; */
    max-height: 100px;
  }
}
@media (min-width: 768px) {
  .logos-list__item img {
    /* max-width: 120px; */
    max-height: 120px;
  }
}
@media (min-width: 992px) {
  .logos-list__item img {
    /* max-width: 140px; */
    max-height: 140px;
  }
}
@media (min-width: 1200px) {
  .logos-list__item img {
    /* max-width: none; */
    max-height: 200px;
  }
}
.logos-list__item .balloon--sm {
  right: -15px;
  top: -20px;
  padding-top: 4px;
  display: none;
}
@media (min-width: 1200px) {
  .logos-list__item .balloon--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .logos-list__item--center {
    padding-left: 0;
    padding-right: 0;
    margin-left: -85px;
    margin-right: -85px;
    margin-top: -5px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .logos-list__item--center {
    margin-left: -110px;
    margin-right: -110px;
    margin-top: -7px;
  }
}

.logos-list--overlay {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .logos-list--overlay {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.logos-list--overlay .logos-list__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 576px) {
  .logos-list--overlay .logos-list__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .logos-list--overlay .logos-list__item {
    width: 180px;
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .logos-list--overlay .logos-list__item {
    width: 200px;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1430px) {
  .logos-list--overlay .logos-list__item {
    width: 240px;
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.logos-list--overlay .logos-list__item .logos-list__img {
  margin: 0 0 20px 0;
  position: relative;
}
@media (min-width: 992px) {
  .logos-list--overlay .logos-list__item .logos-list__img {
    min-height: 160px;
    margin-bottom: 10px;
  }
}
.logos-list--overlay .logos-list__item img {
  max-width: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .logos-list--overlay .logos-list__item img {
    max-width: 80px;
  }
}
@media (min-width: 992px) {
  .logos-list--overlay .logos-list__item img {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .logos-list--overlay .logos-list__item img {
    max-width: 120px;
  }
}
.logos-list--overlay .logos-list__item .logos-list__header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .logos-list--overlay .logos-list__item .logos-list__header {
    margin-bottom: 47px;
  }
}
.logos-list--overlay .logos-list__item .logos-list__title {
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.1em;
}
@media (min-width: 768px) {
  .logos-list--overlay .logos-list__item .logos-list__title {
    font-size: 22px;
  }
}
.logos-list--overlay .logos-list__item .logos-list__subtitle {
  font-size: 8px;
  margin-bottom: 0;
  color: #aeadc5;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .logos-list--overlay .logos-list__item .logos-list__subtitle {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .logos-list--overlay .logos-list__item--disabled {
    display: none;
  }
}
.logos-list--overlay .logos-list__item--disabled a {
  cursor: not-allowed;
  pointer-events: none !important;
}

.logos-list--condensed {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .logos-list--condensed {
    margin-left: 80px;
  }
}
@media (min-width: 1200px) {
  .logos-list--condensed {
    margin-left: 127px;
  }
}
@media (max-width: 479px) {
  .logos-list--condensed .logos-list__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .logos-list--condensed .logos-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-left: -80px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .logos-list--condensed .logos-list__item {
    padding: 0;
    margin-left: -127px;
  }
}
.logos-list--condensed .logos-list__item img {
  vertical-align: middle;
}
.logos-list--condensed .logos-list__item--basketball {
  z-index: 1;
}
.logos-list--condensed .logos-list__item--football {
  z-index: 2;
}
.logos-list--condensed .logos-list__item--hockey {
  z-index: 3;
}
.logos-list--condensed .logos-list__item--baseball {
  z-index: 2;
}
.logos-list--condensed .logos-list__item--cricket {
  z-index: 1;
}

/* Header */
.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 20px 0 0 0;
}
@media (min-width: 768px) {
  .site-header {
    padding-top: 46px;
  }
}

.site-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__toggle {
  margin-left: auto;
  position: relative;
}

.site-header--dark .toggle__line--1::before, .site-header--dark .toggle__line--1::after {
  background-color: #333;
}
.site-header--dark .toggle__line--2 {
  background: linear-gradient(to right, #333, #333 7px, transparent 7px, transparent 11px, #333 11px, #333 15px, transparent 15px, transparent 19px, #333 19px, #333);
}
.site-header--dark .toggle__line--3::before, .site-header--dark .toggle__line--3::after {
  background-color: #333;
}

.site-header--light .toggle__line--1::before, .site-header--light .toggle__line--1::after {
  background-color: #fff;
}
.site-header--light .toggle__line--2 {
  background: linear-gradient(to right, #fff, #fff 7px, transparent 7px, transparent 11px, #fff 11px, #fff 15px, transparent 15px, transparent 19px, #fff 19px, #fff);
}
.site-header--light .toggle__line--3::before, .site-header--light .toggle__line--3::after {
  background-color: #fff;
}

.logo {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.logo--hidden {
  opacity: 0;
}

/* Section */
.section--main {
  background-color: #18003e;
  background-image: url("../img/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.section--main::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-image: url("../img/gridtile_4x4-light.png");
  background-position: 50% 50%;
  background-repeat: repeat;
}

@media (min-width: 992px) {
  .section__inner {
    padding-top: 100px;
  }
}

.section-flip {
  display: none;
  background-image: url("../img/BigMoney/flip-bg.png");
  position: absolute;
  left: 0;
  bottom: 0;
  width: 415px;
  height: 362px;
  pointer-events: none;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-flip {
    display: block;
  }
}
.section-flip .balloon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-flip .balloon__txt--style3 {
  padding-bottom: 4px;
}

.intro {
  text-align: center;
}

.intro__logos {
  padding: 6px 0 10px 0;
}
@media (min-width: 992px) {
  .intro__logos {
    padding-top: 14px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1430px) {
  .intro__logos {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.intro__logos .logos-list__item > a {
  display: block;
  padding: 10px 5px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.intro__title {
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
@media (min-width: 576px) {
  .intro__title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .intro__title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .intro__title {
    font-size: 56px;
  }
}

.intro__desc {
  color: #d5d4ec;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  padding: 13px 0 0 0;
  margin: 0;
  opacity: 0.6;
}
.featuring {
  color: #d96900;
  font-family: "Montserrat",sans-serif;
  /* text-transform: uppercase; */
  font-size: 18px;
  font-weight: 700;
  padding: 13px 0 0 0;
  margin: 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .intro__desc {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .featuring {
    font-size: 36px;
  }
}

.intro__plugins {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .intro__plugins {
    padding-top: 44px;
  }
}

.section__scroll {
  padding: 30px 0 0 0;
  display: none;
}
@media (min-width: 992px) {
  .section__scroll {
    display: block;
  }
}
@media (min-width: 1200px) {
  .section__scroll {
    padding-top: 100px;
  }
}

/**
 *
 * Theme Version Block
 *
 */
.theme-version {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .theme-version {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.section--basketball .theme-version .theme-version__img {
  background-color: #ff4c0e;
  background-image: url("../img/BigMoney/basketball_screenshot.png");
}
.section--cricket .theme-version .theme-version__img {
  background-color: #32e5c6;
  background-image: url("../img/BigMoney/comingsoon.png");
}
.section--football .theme-version .theme-version__img {
  background-color: #503eda;
  background-image: url("../img/BigMoney/football_screenshot.png");
}
.section--baseball .theme-version .theme-version__img {
  background-color: #392d49;
  background-image: url("../img/BigMoney/comingsoon.png");
}
.section--hockey .theme-version .theme-version__img {
  background-color: #b7d1e2;
  background-image: url("../img/BigMoney/hockey_screenshot.png");
}

.theme-version__img {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  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;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (max-width: 991px) {
  .theme-version__img img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .theme-version__img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.theme-version__img img {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.theme-version__content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 992px) {
  .theme-version__content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.theme-version__content-wrapper {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .theme-version__content-wrapper {
    width: 420px;
    padding-left: 50px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .theme-version__content-wrapper {
    width: 520px;
    padding-left: 70px;
  }
}
@media (min-width: 1430px) {
  .theme-version__content-wrapper {
    width: 565px;
    padding-left: 135px;
  }
}

.theme-version__header {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .theme-version__header {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .theme-version__header {
    margin-bottom: 45px;
  }
}
@media (min-width: 1430px) {
  .theme-version__header {
    margin-bottom: 55px;
  }
}

.theme-version__title {
  text-transform: uppercase;
  color: #404040;
  font-size: 24px;
  margin-bottom: 0.12em;
}
@media (min-width: 576px) {
  .theme-version__title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .theme-version__title {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .theme-version__title {
    font-size: 48px;
  }
}
@media (min-width: 1430px) {
  .theme-version__title {
    font-size: 56px;
  }
}

.theme-version__subtitle {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  opacity: 0.6;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .theme-version__subtitle {
    font-size: 14px;
  }
}

.theme-version__desc {
  max-width: 480px;
  margin: 0 auto 20px auto;
}
@media (max-width: 767px) {
  .theme-version__desc {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (min-width: 992px) {
  .theme-version__desc {
    max-width: none;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .theme-version__desc {
    margin-bottom: 65px;
  }
}
@media (min-width: 1430px) {
  .theme-version__desc {
    margin-bottom: 80px;
  }
}

@media (max-width: 1199px) {
  .theme-version__footer .button {
    margin-top: 10px;
  }
}
@media (min-width: 576px) {
  .theme-version__footer .button + .button {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .theme-version__footer .button + .button {
    margin-left: 20px;
  }
}

/**
 *
 * Overlay
 *
 */
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(18, 18, 30, 0.96);
  z-index: 999;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overlay--disabled {
  visibility: hidden;
  opacity: 0;
}

.overlay__close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  margin: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .overlay__close {
    right: 67px;
    top: 61px;
  }
}
.overlay__close::before, .overlay__close::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 4px;
  height: 26px;
  left: 50%;
  margin-left: -2px;
  top: -2px;
}
.overlay__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.overlay__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.overlay__close:hover {
  cursor: pointer;
}