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

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 1
  }

  to {
    -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
  }

  to {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0
  }
}

*,::after,::before {
  -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: transparent;
  -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
}

dl,h1,h2,h3,h4,h5,h6,ol,p,ul {
  margin-top: 0
}

dl,ol,p,ul {
  margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
  -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 ol,ol ul,ul ol,ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote,figure {
  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: -.25em
}

sup {
  top: -.5em
}

a {
  color: red;
  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
}

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

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

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

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

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

table {
  border-collapse: collapse
}

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

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

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

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

button,input {
  overflow: visible
}

button,select {
  text-transform: none
}

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

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

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

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
  -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: .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
}

template {
  display: none
}

[hidden] {
  display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .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 {
  width: 26px;
  height: 20px;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: 0;
  border-radius: 0
}

.toggle:hover,summary {
  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::after,.toggle__line--1::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  height: 4px;
  -webkit-transition: width .2s ease;
  transition: width .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::after,.toggle__line--3::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #333;
  height: 4px;
  -webkit-transition: width .2s ease;
  transition: width .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,.toggle:hover .toggle__line--3::before {
  width: 4px
}

.toggle:hover .toggle__line--3::after {
  width: 18px
}

.balloon {
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #336bec;
  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: 700;
  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,.balloon__txt--style5 {
  font-size: 15px;
  line-height: 1em;
  letter-spacing: -.04em
}

.balloon__txt--style5 {
  color: #fff000
}

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

.balloon__txt--style7 {
  font-size: 19px;
  font-weight: 700
}

.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: 0 0 40px 0 rgba(15,234,181,.4);
  box-shadow: 0 0 40px 0 rgba(15,234,181,.4)
}

.balloon--football::before {
  left: -5px;
  bottom: 10px;
  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--esports {
  background-color: #6a3bc0;
  -webkit-box-shadow: 0 0 40px 0 rgba(122,65,223,.6);
  box-shadow: 0 0 40px 0 rgba(122,65,223,.6)
}

.balloon--esports::before,.balloon--football::before,.balloon--html::before,.balloon--wp::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent
}

.balloon--esports::before {
  left: -5px;
  bottom: 10px;
  border-top: 16px solid #6a3bc0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg)
}

.balloon--esports .balloon__txt--style4 {
  font-size: 14px;
  padding-top: 5px
}

.balloon--esports .balloon__txt--style2 {
  font-size: 10px
}

.balloon--html {
  background-color: #000;
  -webkit-box-shadow: 0 0 40px 0 rgba(255,103,12,.6);
  box-shadow: 0 0 40px 0 rgba(255,103,12,.6);
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  display: none
}

.balloon--html::before,.balloon--wp::before {
  right: 0;
  bottom: 4px;
  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--wp {
  background-color: #336bec;
  -webkit-box-shadow: 0 0 40px 0 rgba(51,107,236,.6);
  box-shadow: 0 0 40px 0 rgba(51,107,236,.6);
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  display: none
}

.balloon--wp::before {
  border-top: 16px solid #336bec
}

@media (min-width: 992px) {
  .balloon--wp {
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 1200px) {
  .balloon--wp {
    left:-150px;
    top: -20px
  }
}

.balloon--lg {
  right: -160px;
  top: -63px
}

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

.balloon--sm::before {
  display: none
}

.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 {
  text-align: center
}

.scroll-note__icon {
  position: relative;
  width: 20px;
  height: 32px;
  margin: 0 auto 28px;
  background-image: url(../images/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
}

#fp-nav ul li .fp-tooltip,.scroll-note__txt {
  font-family: "Montserrat",sans-serif;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700
}

.scroll-note__txt {
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #fff
}

@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 a.active span,#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 {
  border-radius: 0;
  left: auto;
  right: 0
}

#fp-nav ul li a.active+.fp-tooltip.right {
  right: 36px
}

#fp-nav ul li a span,#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-size: 9px;
  color: #333
}

#fp-nav.fp-nav--main ul li a.active span,#fp-nav.fp-nav--main ul li a:hover span,#fp-nav.fp-nav--main ul li:hover a span,#fp-nav.fp-nav--main ul li:hover a.active span {
  background-color: #000
}

#fp-nav.fp-nav--main ul li a span {
  background-color: #d5d4ec
}

#fp-nav.fp-nav--main ul li .fp-tooltip {
  color: #fff
}

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

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

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

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

.button,.button:hover {
  background-color: #333;
  color: #fff
}

.button {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  padding: 1.5em 3.33em;
  letter-spacing: .16em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.button:hover {
  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: .07em
}

@media (min-width: 768px) {
  .button--sm {
    font-size:9px
  }
}

.button--primary {
  background-color: #333333
}

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

.button--basketball:hover {
  background-color: #2f4487
}

.button--soccer:hover {
  background-color: #ab1731
}

.button--football:hover {
  background-color: #2f4487
}

.button--esports:hover {
  background-color: #ab1731
}

.button--disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: #ffffff;
  background-color: #333333
}

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

.button--mouse-gradient {
  position: relative;
  cursor: pointer;
  outline: 0;
  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,.3),transparent);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: width .2s ease,height .2s ease;
  transition: width .2s ease,height .2s ease
}

.button--mouse-gradient:hover::before {
  --size: 240px}

.logos-list {
  list-style: none;
  padding: 16px 0 20px;
  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:0px;
    padding-bottom: 100px
  }
}

.logos-list__item {
  padding: 0 10px;
  position: relative
}

@media (min-width: 576px) {
  .logos-list__item {
    padding:0 15px
  }
}

.logos-list__item img {
  max-width: 150px;
  height: auto
}

@media (min-width: 576px) {
  .logos-list__item img {
    max-width:100px
  }
}

@media (min-width: 768px) {
  .logos-list__item img {
    max-width:120px
  }
}

@media (min-width: 992px) {
  .logos-list__item img {
    max-width:140px
  }
}

@media (min-width: 1200px) {
  .logos-list__item img {
    max-width:none
  }
}

.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:260px;
    -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;
  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:180px
  }
}

@media (min-width: 1200px) {
  .logos-list--overlay .logos-list__item img {
    max-width:180px
  }
}

.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: .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
}

@media (max-width: 479px) {
  .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
}

.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 20px 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::after,.site-header--dark .toggle__line--1::before,.site-header--dark .toggle__line--3::after,.site-header--dark .toggle__line--3::before {
  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--light .toggle__line--1::after,.site-header--light .toggle__line--1::before,.site-header--light .toggle__line--3::after,.site-header--light .toggle__line--3::before {
  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)
}

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

.logo--hidden {
  opacity: 0
}

.section--main {
  background-color: #17002f;
  background-image: url(../images/bg.png);
  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(http://esportfa.com/img/gridtile_4x4.gif);
  background-position: 50% 50%;
  background-repeat: repeat
}

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

.section-flip {
  display: none;
  /*background-image: url(../images/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: 300px 0 10px
}

@media (min-width: 992px) {
  .intro__logos {
    padding-top:0px;
    padding-bottom: 0px
  }
}

@media (min-width: 1430px) {
  .intro__logos {
    padding-top:0px;
    padding-bottom: 0px
  }
}

.intro__logos .logos-list__item>a {
  display: block;
  padding: 10px 5px;
  -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
  position: relative;
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.intro__title {
  text-transform: uppercase;
  letter-spacing: -.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: #c8102e;
  font-family: "Montserrat",sans-serif;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  padding: 13px 0 0;
  margin: 0;
  opacity: .6
}

@media (min-width: 992px) {
  .intro__desc {
    font-size:11px;
    letter-spacing: .1em
  }
}

.intro__plugins {
  padding-top: 20px
}

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

.section__scroll {
  padding: 30px 0 0;
  display: none
}

@media (min-width: 992px) {
  .section__scroll {
    display:block
  }
}

@media (min-width: 1200px) {
  .section__scroll {
    padding-top:100px
  }
}

.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(../images/eba_assembly.png)
}

.section--soccer .theme-version .theme-version__img {
  background-color: #32e5c6;
  background-image: url(../images/efa_assembly.png)
}

.section--football .theme-version .theme-version__img {
  background-color: #503eda;
  background-image: url(http://esportfa.com/myleaguebg.png)
}

.section--esports2 .theme-version .theme-version__img {
  background-color: #392d49;
  background-image: url(http://esportfa.com/myparkbg.png)
}

.section--esports .theme-version .theme-version__img {
  background-color: #392d49;
  background-image: url(http://esportfa.com/teamupbg.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(#fff,#000)
}

@media (max-width: 991px) {
  .theme-version__img img {
    max-width:180px
  }
}

@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: .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: .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
}

@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 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #787b80f5;
  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 .3s ease;
  transition: all .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: 0;
  margin: 0;
  background-color: transparent
}

@media (min-width: 768px) {
  .overlay__close {
    right:67px;
    top: 61px
  }
}

.overlay__close::after,.overlay__close::before {
  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
}