*, :after, :before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  position: relative;
  background: #fff;
  font-family: Montserrat, sans-serif;
  padding-top: 90px
}
html:not([dir=rtl]) body {
  text-align: left
}
[tabindex="-1"]:focus {
  outline: 0 !important
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 16px
}
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
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: #007bff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none
}
code, kbd, pre, samp {
  font-family: Montserrat, sans-serif;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}
figure {
  margin: 0 0 1rem
}
img {
  border-style: none
}
img, svg {
  vertical-align: middle
}
svg {
  overflow: hidden
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  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
}
select {
  word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
[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] {
  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-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
}
ul {
  list-style: none
}
.hide {
  display: none !important;
  opacity: 0
}
input, video:focus {
  outline: none
}
.error-lbl {
  color: red;
  font-size: 11px;
  line-height: 24px
}
@media (max-width:767px) {
  body {
    padding-top: 48px
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.row {
  flex-wrap: wrap
}
.jc-sa {
  justify-content: space-around
}
.jc-sb {
  justify-content: space-between
}
.jc-se {
  justify-content: space-evenly
}
.jc-center {
  justify-content: center
}
.jc-fe {
  justify-content: flex-end
}
.img-responsive {
  max-width: 100%;
  display: inline-block
}
.pc-visible {
  display: none !important
}
.main-container {
  margin-top: -1px
}
.text-center {
  text-align: center
}
.text-right {
  text-align: right
}
.text-left {
  text-align: left
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px
  }
  .mob-visible {
    display: none !important
  }
  .pc-visible {
    display: block !important
  }
  .heading {
    font-size: 36px !important
  }
  .heading:before {
    top: 0
  }
}
@media (max-width:992px) and (min-width:768px) {
  .heading {
    font-size: 30px !important
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1200px
  }
}
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px
}
.active-overlay-hidden, .sr-only {
  overflow: hidden
}
.autocomplete-suggestions {
  display: none;
  position: absolute;
  border: 1px solid #6d7c88;
  border-top: none;
  background-color: #161d22;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 1;
  border-radius: 8px
}
.autocomplete-suggestions.open {
  display: block
}
.autocomplete-suggestions.open:before {
  content: attr(data-content);
  width: 100%;
  display: inline-block;
  padding: 10px 16px;
  color: #83939f;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 14px;
  text-transform: uppercase
}
.autocomplete-suggestions.open.no-result-found:before {
  display: none
}
.autocomplete-suggestions .suggestion-list {
  display: flex;
  align-items: center;
  flex-flow: column;
  max-height: 192px;
  overflow-y: auto
}
.autocomplete-suggestions .suggestion-list a {
  color: #a4aeb6;
  font-size: 16px;
  line-height: 19px;
  padding: 10px 16px;
  display: block
}
.autocomplete-suggestions .suggestion-list a:hover {
  background-color: rgba(66, 107, 255, .6);
  color: #fff
}
.autocomplete-suggestions .suggestion-list li {
  padding: 0;
  width: 100%;
  display: inline-block
}
.autocomplete-suggestions .suggestion-list li.active a {
  background-color: rgba(66, 107, 255, .6);
  color: #fff
}
.autocomplete-suggestions .suggestion-list .no-result-found-item {
  color: #ff4242;
  font-size: 16px;
  line-height: 24px;
  padding: 16px
}
.autocomplete-suggestions .suggestion-list .default-content {
  color: #83939f;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 14px;
  opacity: .6;
  padding: 16px
}
.desktop-only {
  display: none
}
@media (min-width:768px) {
  .desktop-only {
    display: block
  }
}
.img-loading {
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #212d36;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.img-loading .svg-icon {
  display: block;
  max-width: 48px
}
.lazy:not(.loadded) {
  opacity: 0
}
.lazy + .img-loading, .lazy + .lazy + .img-loading {
  display: flex
}
.loadded + .img-loading, .loadded + .lazy + .img-loading {
  display: none
}
.header-content .li-host-menu {
  position: relative;
  transition: opacity .5s cubic-bezier(0, .5, .5, 1), right .3s cubic-bezier(.5, 0, .5, 1);
  line-height: .8;
  margin-top: 24px;
  cursor: pointer
}
.header-content .li-host-menu :focus {
  outline: none
}
.header-content .li-host-menu svg {
  display: none
}
.header-content .li-host-menu .host-sub-menu {
  padding-bottom: 12px;
  position: relative
}
.header-content .li-host-menu .host-sub-menu li {
  display: block
}
.header-content .li-host-menu .host-sub-menu li a {
  display: block;
  padding: 5px 12px;
  color: #a3afb8
}
footer .footer-menu-list .footer-links:hover {
  color: #fff
}
footer, header {
  width: 100%;
  background-color: #1c252c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2)
}
footer .container, header .container {
  height: 100%
}
.footer-menu-list, .header-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative
}
.footer-menu-list .logo, .header-content .logo {
  text-align: center;
  padding: 5px 0;
  position: relative;
  z-index: 8;
  cursor: pointer;
  display: block
}
.footer-menu-list .logo .logo-img, .header-content .logo .logo-img {
  max-height: ;
  max-width:
}
.footer-menu-list .menu-links .menu-item > .menu-link, .header-content .menu-links .menu-item > .menu-link {
  padding: 10px 12px 35px 0
}
.footer-menu-list .menu-links .menu-box.app-launch-btn, .header-content .menu-links .menu-box.app-launch-btn {
  border: 1px solid #6d7c88;
  border-radius: 8px;
  padding: 12px 16px
}
.footer-menu-list .menu-links, .header-content .menu-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0
}
.footer-menu-list .menu-links .sub-menu .menu-link.active:before, .header-content .menu-links .sub-menu .menu-link.active:before {
  bottom: 3px
}
.footer-menu-list .menu-links .host-sub-menu a, .header-content .menu-links .host-sub-menu a {
  color: #a3afb8;
  font-size: 16px;
  line-height: 18px;
  margin: 0 24px
}
.footer-menu-list .menu-links .menu-link, .header-content .menu-links .menu-link {
  color: #6d7c88;
  font-size: 16px;
  line-height: 18px;
  margin-left: 24px;
  position: relative;
  cursor: pointer;
  padding: 12px 0
}
.footer-menu-list .menu-links .menu-link.host-menu, .header-content .menu-links .menu-link.host-menu {
  padding-right: 20px
}
.footer-menu-list .menu-links .menu-link:hover, .header-content .menu-links .menu-link:hover {
  color: #fff
}
.footer-menu-list .menu-links .menu-link.external, .header-content .menu-links .menu-link.external {
  color: #426bff
}
.footer-menu-list .menu-links .menu-link.active, .header-content .menu-links .menu-link.active {
  font-weight: 500;
  color: #a3afb8
}
.footer-menu-list .menu-links .menu-link.active:hover, .header-content .menu-links .menu-link.active:hover {
  color: #fff
}
.footer-menu-list .menu-links .menu-link.active:before, .header-content .menu-links .menu-link.active:before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #426bff;
  bottom: 26px;
  position: absolute
}
.footer-menu-list .menu-links .menu-link.nav-search-block, .header-content .menu-links .menu-link.nav-search-block {
  background: url(../dimages/icons/search-icon.png) no-repeat 0 12px;
  display: inline-block;
  width: 16px;
  height: 31px;
  background-size: contain;
  background-position-y: 18px
}
.footer-menu-list .mobile-backdrop, .header-content .mobile-backdrop {
  display: none
}
header {
  height: 90px
}
header .header-search-form-wrapper {
  display: none;
  max-width: 360px;
  width: 100%;
  position: absolute;
  top: 90px;
  left: 580px;
  background-color: #161d22;
  border: 1px solid #4c5862
}
header .header-search-form-wrapper.open {
  display: block
}
header .header-search-form-wrapper .autocomplete-suggestions {
  margin-top: 1px
}
@media (max-width:1024px) {
  header .header-search-form-wrapper .autocomplete-suggestions {
    border: none;
    background-color: #222d35
  }
  header .header-search-form-wrapper .autocomplete-suggestions.open:before {
    padding-left: 50px
  }
  header .header-search-form-wrapper .autocomplete-suggestions li.active {
    background-color: rgba(66, 107, 255, .6)
  }
  header .header-search-form-wrapper .autocomplete-suggestions li.active a {
    background-color: transparent;
    color: #fff
  }
  header .header-search-form-wrapper .autocomplete-suggestions .suggestion-list a {
    padding: 10px 0;
    margin: 0 52px;
    border-bottom: 1px solid rgba(76, 88, 98, .2)
  }
}
header .header-search-form-wrapper .search-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 16px
}
header .header-search-form-wrapper .search-form .search-control {
  width: 100%;
  color: #a4aeb6;
  font-size: 16px;
  line-height: 19px;
  background-color: transparent;
  border: none;
  padding-left: 25px
}
header .header-search-form-wrapper .search-form .btn-search {
  position: relative;
  width: 20px;
  height: 20px;
  background: transparent url(../dimages/icons/search-icon.png) no-repeat 50%;
  background-size: contain;
  border: none
}
header .header-search-form-wrapper .search-form .btn-close {
  position: relative;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none
}
header .header-search-form-wrapper .search-form .btn-close:after, header .header-search-form-wrapper .search-form .btn-close:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #828f96
}
header .header-search-form-wrapper .search-form .btn-close:before {
  top: 9px;
  transform: rotate(45deg)
}
header .header-search-form-wrapper .search-form .btn-close:after {
  bottom: 9px;
  transform: rotate(-45deg)
}
.mobile-only {
  display: none
}
html[dir=rtl] header .container .header-content .menu-links {
  left: 0;
  right: inherit
}
html[dir=rtl] header .container .header-content .menu-links .language-selector {
  margin-right: 32px;
  margin-left: 0
}
html[dir=rtl] header .container .header-content .menu-links .language-selector .selected-lang {
  margin-left: 15px;
  margin-right: 0
}
html[dir=rtl] header .container .header-content .li-host-menu svg, html[dir=rtl] header .container .header-content .menu-links .language-selector .language-selector-btn svg {
  right: inherit;
  left: 10px
}
html[dir=rtl] header .container .header-content .li-host-menu .menu-link.host-menu {
  padding-left: 20px
}
html[dir=rtl] header .header-search-form-wrapper {
  left: inherit;
  right: 840px
}
.header-section {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #1c252c
}
.scrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 10px
}
.scrollbar::-webkit-scrollbar {
  width: 10px
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555
}
@media (min-width:768px) {
  [lang=ja] header .container .header-content .menu-links .menu-link {
    font-size: 13px;
    margin-left: 25px
  }
}
@media (max-width:767px) {
  .find-tournaments .nav-search-icon {
    display: none !important
  }
  .mobile-only {
    display: block
  }
  html[dir=rtl] header.header-section .container .header-content .logo {
    right: -10px;
    top: -6px;
    position: relative
  }
  html[dir=rtl] header.header-section .container .header-content .menu-bar {
    margin-right: 30px;
    right: auto;
    left: 0
  }
  html[dir=rtl] header.header-section .container .header-content .nav-search-icon {
    margin-right: 15px
  }
  .home .language-selector-container {
    right: 50px
  }
  .language-selector-container {
    position: absolute;
    left: auto;
    right: 86px
  }
  .language-selector-container.mob-visible {
    z-index: 0
  }
  header.header-section .container {
    padding-left: 20px;
    padding-right: 20px
  }
  header.header-section .container .header-content {
    width: 100%;
    position: static
  }
  header.header-section .container .header-content .mob-visible {
    display: inherit !important
  }
  header.header-section .container .header-content .pc-visible {
    display: none !important
  }
  header.header-section .container .header-content .nav-search-icon {
    background: url(../dimages/icons/search-icon.png) no-repeat 50%;
    background-position-y: 4px;
    display: inline-block;
    width: 30px;
    height: 31px;
    position: absolute;
    right: 57px;
    background-size: 20px
  }
  header.header-section .container .header-content .menu-bar {
    width: 32px;
    height: 32px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    right: 0
  }
  header.header-section .container .header-content span.bar {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 0;
    background: #83939f;
    display: block;
    transition: .5s
  }
  header.header-section .container .header-content .menu-bar.shown span.bar {
    background: #181818
  }
  header.header-section .container .header-content .active-menu .b1 {
    transform: rotate(-45deg) translate(-9px, 7px)
  }
  header.header-section .container .header-content .active-menu .b2 {
    opacity: 0
  }
  header.header-section .container .header-content .active-menu .b3 {
    transform: rotate(45deg) translate(-10px)
  }
  header.header-section .container .header-content .menu-links {
    display: none;
    padding-bottom: 20px;
    position: relative
  }
  header.header-section .container .header-content .menu-links.active-menu {
    position: fixed;
    top: 90px;
    bottom: 0;
    height: 100vh;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    background-color: #1c262d;
    z-index: 1
  }
  header.header-section .container .header-content .menu-links .li-nav-search-block {
    display: none
  }
  header.header-section .container .header-content .menu-links .menu-link {
    width: 100%;
    display: block;
    margin: 0;
    padding: 12px 0
  }
  header.header-section .container .header-content .menu-links .menu-link.active:before {
    bottom: 0
  }
  header.header-section .container .header-content .menu-links .menu-link.nav-search-block {
    background-size: 20px
  }
  header.header-section .container .header-content .menu-links .menu-link.nav-search-block:before {
    background-color: transparent
  }
  header.header-section .container .header-content .logo {
    height: 32px;
    padding: 0;
    z-index: 2;
    margin-top: 5px
  }
  header.header-section .container .header-content .logo img {
    max-height: 32px
  }
  header.header-section .container .header-content .mobile-backdrop {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #222d35;
    z-index: 9;
    display: none
  }
  header.header-section .container .header-content .mobile-backdrop.open {
    display: block
  }
  header.header-section .container .header-content .header-search-form-wrapper {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10;
    width: 100%;
    max-width: unset;
    background-color: #1f292f
  }
  header .autocomplete-suggestions .suggestion-list {
    max-height: unset
  }
}
@media (min-width:768px) and (max-width:1024px) {
  header.header-section .container .header-content {
    position: relative
  }
  header.header-section .container .header-content .active-menu .b1 {
    transform: rotate(-45deg) translate(-10px)
  }
}
@media (max-width:767px) {
  header.header-section {
    height: 48px
  }
  header.header-section .container {
    padding-left: 20px;
    padding-right: 20px
  }
  header.header-section .container .header-content {
    width: 100%;
    position: relative
  }
  header.header-section .container .header-content .menu-bar {
    width: 32px;
    height: 32px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 2px;
    z-index: 1
  }
  header.header-section .container .header-content span.bar {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 0;
    background: #83939f;
    display: block;
    transition: .5s
  }
  header.header-section .container .header-content .menu-bar.shown span.bar {
    background: #181818
  }
  header.header-section .container .header-content .active-menu .b1 {
    transform: rotate(-45deg) translate(-2px, 7px)
  }
  header.header-section .container .header-content .active-menu .b2 {
    opacity: 0
  }
  header.header-section .container .header-content .active-menu .b3 {
    transform: rotate(45deg) translate(-3px, -7px)
  }
  header.header-section .container .header-content .menu-links {
    display: none;
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative
  }
  header.header-section .container .header-content .menu-links.active-menu {
    top: 0;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 74px
  }
  header.header-section .container .header-content .menu-links .menu-link {
    width: 100%;
    display: block;
    margin: 0
  }
  header.header-section .container .header-content .menu-links .menu-item.li-menu-box {
    position: absolute;
    bottom: 12%;
    right: 20px;
    left: 20px
  }
  header.header-section .container .header-content .menu-links .menu-item.li-menu-box a {
    text-align: center;
    background-color: #426bff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 17px;
    border: none;
    color: #fff
  }
  header.header-section .container .header-content .logo img {
    max-height:
  }
}
@media only screen and (min-width:1025px) and (max-width:1200px) {
  header .container .header-content .menu-links .menu-link {
    margin-left: 16px
  }
  [lang=ja] .language-selector-list, [lang=ja] .language-selector .selected-lang, [lang=ja] header .container .header-content .menu-links .menu-link {
    font-size: 11px
  }
  [lang=ja] header .container .header-content .menu-links .menu-link {
    margin-left: 14px
  }
  [lang=de] .language-selector-list, [lang=de] .language-selector .selected-lang, [lang=de] header .container .header-content .menu-links .menu-link, [lang=fr] .language-selector-list, [lang=fr] .language-selector .selected-lang, [lang=fr] header .container .header-content .menu-links .menu-link, [lang=pt-br] .language-selector-list, [lang=pt-br] .language-selector .selected-lang, [lang=pt-br] header .container .header-content .menu-links .menu-link, [lang=tr] .language-selector-list, [lang=tr] .language-selector .selected-lang, [lang=tr] header .container .header-content .menu-links .menu-link {
    font-size: 12px
  }
  [lang=ru] .language-selector-list, [lang=ru] .language-selector .selected-lang, [lang=ru] header .container .header-content .menu-links .menu-link {
    word-break: break-word;
    font-size: 11px
  }
}
@media (min-width:768px) {
  .header-content .li-host-menu {
    margin-top: 0
  }
  .header-content .li-host-menu .host-sub-menu {
    width: 200px;
    position: absolute;
    z-index: 1;
    padding: 12px;
    opacity: 0;
    top: 52px;
    right: -16px;
    transform: scaleY(0);
    transition: transform .3s cubic-bezier(.5, 0, .5, 1), opacity .25s cubic-bezier(.77, 0, .3, .99);
    border: 1px solid #6d7c88;
    background: #1c262d;
    border-radius: 8px
  }
  .header-content .li-host-menu .host-sub-menu:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #1c262d;
    top: -9px;
    right: 28px;
    border-top-left-radius: 3px;
    transform: rotate(45deg);
    border-top: 1px solid #6d7c88;
    border-left: 1px solid #6d7c88
  }
  .header-content .li-host-menu .host-sub-menu li {
    display: block;
    opacity: 0;
    transition: opacity .1s cubic-bezier(.77, 0, .3, .99)
  }
  .header-content .li-host-menu .host-sub-menu li a {
    display: block;
    padding: 5px 0;
    color: #6d7c88;
    margin: 0
  }
  .header-content .li-host-menu svg {
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    height: 8px;
    width: 14px;
    fill: #6d7c88;
    transition: transform .3s cubic-bezier(.77, 0, .3, .99)
  }
  .header-content .li-host-menu.active ul, .header-content .li-host-menu:hover ul {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(.77, 0, .3, .99), opacity .25s cubic-bezier(.77, 0, .3, .99)
  }
  .header-content .li-host-menu:hover svg {
    transform: rotate(180deg)
  }
  .header-content .li-host-menu:hover .host-sub-menu {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(.77, 0, .3, .99), opacity .25s cubic-bezier(.77, 0, .3, .99)
  }
  .header-content .li-host-menu:hover .host-sub-menu li {
    opacity: 1;
    transition: opacity .1s cubic-bezier(.77, 0, .3, .99) .35s;
    transform: translateZ(0)
  }
}
footer {
  height: auto;
  background-color: #141a1f;
  padding: 32px 0
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: auto
}
footer .container .footer-menu-list {
  width: 60%;
  align-items: flex-start;
  height: auto
}
footer .container .footer-menu-list .logo-img {
  margin-left: 0;
  display: inline-block
}
footer .container .footer-menu-list .logo-img img {}
footer .container .footer-menu-list a {
  color: #83939f;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px
}
footer .container .footer-menu-list .sub-menu li {
  margin-bottom: 15px
}
footer .container .footer-menu-list .sub-menu li:last-child {
  margin-bottom: 0
}
footer .container .copyright p {
  color: #a3afb8;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-left: 32px;
  margin-bottom: 0;
  opacity: .4
}
@media (min-width:768px) {
  [lang=de] footer .container .footer-menu-list > li, [lang=fr] footer .container .footer-menu-list > li {
    width: 22%
  }
  [lang=de] footer .container .footer-menu-list > li:first-child, [lang=fr] footer .container .footer-menu-list > li:first-child {
    width: 10%
  }
  [lang=de] footer .container .footer-menu-list .sub-menu, [lang=fr] footer .container .footer-menu-list .sub-menu {
    padding-right: 15px
  }
}
@media (max-width:1024px) {
  footer .container {
    padding-left: 15px;
    padding-right: 15px;
    flex-flow: column
  }
  footer .container .footer-menu-list {
    flex-flow: column
  }
  footer .container .footer-menu-list > li {
    margin-bottom: 40px
  }
  footer .container .footer-menu-list > li:first-child {
    margin-bottom: 32px
  }
  footer .container .footer-menu-list a {
    color: #dae1e6;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
  }
  footer .container .footer-menu-list .logo-img {
    max-width: 16px
  }
  footer .container .footer-menu-list .sub-menu li {
    margin-bottom: 10px
  }
  footer .container .copyright p {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
  }
}
html[dir=rtl] footer .container .copyright p {
  direction: ltr
}
@media (min-width:768px) and (max-width:1024px) {
  footer .container {
    display: flex;
    flex-flow: column
  }
  footer .container .footer-menu-list {
    flex-flow: row;
    width: 100%;
    flex-wrap: wrap
  }
}
@-webkit-keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px)
  }
  50% {
    transform: translateY(2px)
  }
  to {
    transform: translateY(6px)
  }
}
@keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px)
  }
  50% {
    transform: translateY(2px)
  }
  to {
    transform: translateY(6px)
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  to {
    transform: translateY(6px)
  }
}
@keyframes hvr-icon-hang-sink {
  to {
    transform: translateY(6px)
  }
}
.active-overlay {
  position: fixed;
  overflow: hidden
}
.graph-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 750px;
  margin: 100px auto 0
}
.graph-list .graph-item {
  width: 208px;
  position: relative
}
.graph-list .graph-item .graph {
  background: linear-gradient(180deg, #313e47, #161d22);
  min-height: 299px;
  position: relative;
  margin-top: -50px;
  padding: 75px 16px 24px
}
.graph-list .graph-item .graph:after {
  border-bottom: 35px solid #313e47;
  border-left: 104px solid transparent;
  border-right: 104px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: -35px;
  width: 0
}
.graph-list .graph-item .graph .graph-block {
  margin-bottom: 30px
}
.graph-list .graph-item .graph .graph-block span {
  opacity: .6;
  color: #a3afb8;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 11px;
  margin-bottom: 5px;
  text-transform: uppercase
}
.graph-list .graph-item .graph .graph-block p {
  color: #83939f;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0
}
.graph-list .graph-item .graph .graph-block p + p {
  margin-top: 10px
}
.graph-list .graph-item .graph .graph-block .extra-features {
  position: relative
}
.graph-list .graph-item .graph .graph-block .extra-features:before {
  content: "\002B";
  width: 20px;
  height: 20px;
  color: #426bff
}
.graph-list .graph-item .graph .graph-block .extra-features p {
  font-weight: 500
}
.graph-list .graph-item .graph .graph-block:last-child {
  margin-bottom: 0
}
.graph-list .graph-item .tier-plan {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0
}
.graph-list .graph-item .tier-plan figcaption {
  font-size: 16px;
  line-height: 22px;
  color: #83939f;
  margin-bottom: 8px
}
.graph-list .graph-item .tier-plan img {
  max-width: 123px;
  margin: 0 auto
}
.graph-list .graph-item .status {
  color: #83939f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15
}
.graph-list .silver-roles .graph .graph-block .extra-features {
  background: linear-gradient(270deg, rgba(66, 107, 255, 0), #426bff);
  padding: 8px 16px;
  margin: 24px -16px 0
}
.graph-list .silver-roles .graph .graph-block .extra-features:before {
  position: absolute;
  top: -24px
}
.graph-list .silver-roles .graph .graph-block .extra-features p {
  color: #f6f7f8
}
.graph-list .graph-item:nth-child(2) .graph {
  min-height: 339px
}
.graph-list .graph-item:nth-child(3) .graph {
  min-height: 379px
}
.graph-list .graph-item:nth-child(4) {
  opacity: .4;
  position: relative;
  padding-top: 20px
}
.graph-list .graph-item:nth-child(4):before {
  content: "Coming Soon";
  position: absolute;
  z-index: 22;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #caf0ff
}
.graph-list .graph-item:nth-child(4) .graph {
  min-height: 419px
}
.graph-list .graph-item:nth-child(5) {
  opacity: .4;
  position: relative;
  padding-top: 20px
}
.graph-list .graph-item:nth-child(5):before {
  content: "Coming Soon";
  position: absolute;
  z-index: 22;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #caf0ff
}
.graph-list .graph-item:nth-child(5) .graph {
  min-height: 459px
}
.graph-list .graph-item:last-child {
  opacity: .4;
  position: relative;
  padding-top: 20px;
  margin: 0
}
.graph-list .graph-item:last-child:before {
  content: "Coming Soon";
  position: absolute;
  z-index: 22;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #caf0ff
}
@media (max-width:1024px) {
  .graph-list .graph-item .graph:after {
    border-bottom: 35px solid #313e47;
    border-left: 9.3vw solid transparent;
    border-right: 9.3vw solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -35px;
    width: 0
  }
  .graph-list .graph-item.active {
    opacity: 1
  }
}
@media (max-width:767px) {
  .graph-list .graph-item:nth-child(4):before, .graph-list .graph-item:nth-child(5):before {
    font-size: 14px
  }
}
.row {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start
}
[class*=col-] {
  flex-basis: 100%;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box
}
@media only screen and (min-width:768px) {
  .row {
    flex-flow: row wrap
  }
  .col-md-6 {
    flex-basis: 50%
  }
}
@media (min-width:1023px) {
  .row {
    flex-flow: row wrap
  }
  .col-1 {
    flex-basis: 8.33%
  }
  .col-2 {
    flex-basis: 16.66%
  }
  .col-3 {
    flex-basis: 25%
  }
  .col-4 {
    flex-basis: 33.33%
  }
  .col-5 {
    flex-basis: 41.66%
  }
  .col-6 {
    flex-basis: 50%
  }
  .col-7 {
    flex-basis: 58.33%
  }
  .col-8 {
    flex-basis: 66.66%
  }
  .col-9 {
    flex-basis: 75%
  }
  .col-10 {
    flex-basis: 83%
  }
}
.theme-btn {
  height: 50px;
  display: block;
  width: 100%;
  border-radius: 25px;
  border: 2px solid #6c6cff;
  text-align: center;
  padding: 12px 0;
  color: #6c6cff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer
}
.theme-btn:hover {
  border: 2px solid #fff
}
.theme-btn-solid, .theme-btn:hover {
  background: linear-gradient(270deg, #b671ff, #656cff);
  color: #fff
}
.theme-btn-solid {
  box-shadow: 0 2px 8px 0 rgba(137, 110, 255, .2);
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer
}
.theme-btn-solid:hover {
  background: linear-gradient(270deg, rgba(182, 113, 255, .8), rgba(101, 108, 255, .8));
  border: none
}
.language-selector {
  position: relative;
  transition: opacity .5s cubic-bezier(0, .5, .5, 1), right .3s cubic-bezier(.5, 0, .5, 1);
  margin-left: 32px;
  line-height: .8
}
.language-selector :focus {
  outline: none
}
.language-selector .language-selector-btn {
  min-width: 100px;
  background: #1c262d;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 8px;
  border: none;
  border-radius: 1px;
  cursor: pointer;
  transition: background .7s cubic-bezier(0, .5, .5, 1)
}
.language-selector .language-selector-btn svg {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  height: 8px;
  width: 14px;
  fill: #6d7c88;
  transition: transform .3s cubic-bezier(.77, 0, .3, .99)
}
.language-selector .selected-lang {
  position: relative;
  margin-right: 15px;
  padding: 3px 0;
  display: inline-block;
  color: #6d7c88;
  text-align: left
}
.language-selector .language-selector-list {
  min-width: 100px;
  position: absolute;
  z-index: 2;
  padding: 12px 0;
  opacity: 0;
  top: 85px;
  transform: scaleY(0);
  transition: transform .3s cubic-bezier(.5, 0, .5, 1), opacity .25s cubic-bezier(.77, 0, .3, .99);
  border: 1px solid #6d7c88;
  background: #1c262d;
  border-radius: 8px;
  left: 1px;
}
.language-selector .language-selector-list:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background-color: #1c262d;
  top: -9px;
  right: 28px;
  border-top-left-radius: 3px;
  transform: rotate(45deg);
  border-top: 1px solid #6d7c88;
  border-left: 1px solid #6d7c88
}
.language-selector .language-selector-list li {
  display: block;
  opacity: 0;
  transition: opacity .1s cubic-bezier(.77, 0, .3, .99)
}
.language-selector .language-selector-list li a {
  display: block;
  padding: 12px 16px;
  color: #6d7c88
}
.language-selector .language-selector-list li a:hover {
  color: #fff
}
@media (min-width:768px) {
  .language-selector:hover .language-selector-btn {
    transition: background .1s cubic-bezier(.77, 0, .3, .99)
  }
  .language-selector:hover svg {
    transform: rotate(180deg)
  }
  .language-selector.active ul, .language-selector:hover .language-selector-list, .language-selector:hover ul {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(.77, 0, .3, .99), opacity .25s cubic-bezier(.77, 0, .3, .99)
  }
  .language-selector:hover .language-selector-list li {
    opacity: 1;
    transition: opacity .1s cubic-bezier(.77, 0, .3, .99) .35s;
    transform: translateZ(0)
  }
}
@media (max-width:767px) {
  .language-selector.active .language-selector-btn.open-selector, .language-selector:hover .language-selector-btn.open-selector {
    transition: background .1s cubic-bezier(.77, 0, .3, .99)
  }
  .language-selector.active .open-selector, .language-selector:hover .open-selector {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(.77, 0, .3, .99), opacity .25s cubic-bezier(.77, 0, .3, .99)
  }
  .language-selector.active .open-selector li, .language-selector:hover .open-selector li {
    opacity: 1;
    transition: opacity .1s cubic-bezier(.77, 0, .3, .99) .35s;
    transform: translateZ(0)
  }
  .language-selector.active .open-selector svg, .language-selector:hover .open-selector svg {
    transform: rotate(180deg)
  }
  .language-selector.active {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(.77, 0, .3, .99), opacity .25s cubic-bezier(.77, 0, .3, .99)
  }
}
@media (max-width:1024px) {
  .language-selector {
    line-height: .8;
    max-width: 100vw;
    border: none;
    background: #1c252c
  }
  .language-selector .language-selector-btn {
    width: 100%;
    border: none;
    padding: 12px 8px;
    background: #1c252c
  }
  .language-selector .language-selector-list {
    width: 100%;
    background: #1c252c;
    top: 44px;
    min-width: 120px
  }
}
@media only screen and (max-width:1024px) {
  html[dir=rtl] .language-selector {
    margin-left: 0;
    margin-right: 32px
  }
  html[dir=rtl] .language-selector-container {
    right: auto;
    left: 32px
  }
  html[dir=rtl] .language-selector .selected-lang {
    padding-right: 10px
  }
}
@media only screen and (min-width:1025px) {
  [lang=pt-br] .language-selector .language-selector-btn svg {
    right: 4px
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0)
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}
.swiper-container-3d {
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.tooltip {
  position: relative;
  display: inline-block
}
.tooltip .shortened-text {
  display: inline-block;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #4d5860;
  color: #c0c8ce;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  left: -21px;
  bottom: 25px;
  opacity: 0;
  transition: opacity 1s
}
.tooltip .tooltiptext:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top-color: #4d5860
}
.tooltip.active .tooltiptext {
  visibility: visible;
  opacity: 1
}
@media (min-width:1025px) {
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
  }
}
.loader {
  text-align: center
}
.no-available-data {
  border: 0;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer
}
.no-available-data:active, .no-available-data:focus {
  outline: 0
}
.no-next-page {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #83939f;
  margin-bottom: 0
}
[data-source*=cdn] .view-more {
  display: none !important
}
.tournaments {
  display: flex;
  flex-direction: column;
  background: #161d22;
  padding: 60px 0 48px
}
.tournaments .heading-filter-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}
.tournaments .heading-filter-section .heading {
  color: #e3e9ed;
  font-size: 40px !important;
  font-weight: 500;
  line-height: 47px;
  margin-bottom: 0
}
.tournaments .heading-filter-section .filter-icon {
  display: none
}
.tournaments .heading-filter-section .filters .country-f-flag {
  height: 18px;
  width: 28px;
  display: inline-block;
  margin: 0 10px 0 5px;
  background-size: cover;
  background-repeat: no-repeat
}
.tournaments .heading-filter-section .filters .country-f-flag.selected-flag {
  margin-bottom: -1px
}
.tournaments .heading-filter-section .filters .pc- {
  display: flex;
  justify-content: space-between
}
.tournaments .heading-filter-section .filters .pc- .filter-item {
  margin-left: 24px;
  position: relative;
  text-transform: capitalize
}
.tournaments .heading-filter-section .filters .pc- .filter-item button {
  border: 1px solid #6d7c88;
  background: transparent;
  color: #99a8b4;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 30px 10px 10px;
  position: relative;
  outline: none;
  width: 200px;
  text-transform: capitalize;
  height: 42px;
  border-radius: 8px
}
.tournaments .heading-filter-section .filters .pc- .filter-item button:after {
  right: 12px;
  content: "";
  border: solid #83939f;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 16px;
  transition: .3s ease-in-out
}
.tournaments .heading-filter-section .filters .pc- .filter-item .filter-list {
  display: none;
  border: 1px solid #6d7c88;
  border-top: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  transform: scaleX(1);
  transition: transform .3s cubic-bezier(.77, 0, .3, .99), opacity .25s cubic-bezier(.77, 0, .3, .99);
  transform-origin: top;
  background-color: #161d22;
  min-height: 100px;
  max-height: 300px;
  overflow-y: scroll;
  border-radius: 8px
}
.tournaments .heading-filter-section .filters .pc- .filter-item .filter-list li {
  color: #99a8b4;
  font-size: 14px;
  line-height: 17px;
  padding: 10px;
  cursor: pointer
}
.tournaments .heading-filter-section .filters .pc- .filter-item .filter-list.show-list {
  display: block
}
.tournaments-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
.tournaments-list .tournament-item {
  background-color: #222d35;
  width: 31.5%;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .3);
  margin: 24px 30px 24px 0;
  border-top: 2px solid #161d22;
  border-radius: 8px;
  overflow: hidden
}
.tournaments-list .tournament-item:nth-child(3n) {
  margin-right: 0
}
.tournaments-list .tournament-item:hover {
  border-top-color: #426bff
}
.tournaments-list .tournament-item:nth-child(7n+1) .tournament-image {
  background-color: #13001f
}
.tournaments-list .tournament-item:nth-child(7n+2) .tournament-image {
  background-color: #00091f
}
.tournaments-list .tournament-item:nth-child(7n+3) .tournament-image {
  background-color: #00151f
}
.tournaments-list .tournament-item:nth-child(7n+4) .tournament-image {
  background-color: #021516
}
.tournaments-list .tournament-item:nth-child(7n+5) .tournament-image {
  background-color: #241a04
}
.tournaments-list .tournament-item:nth-child(7n+6) .tournament-image {
  background-color: #211208
}
.tournaments-list .tournament-item:nth-child(7n+7) .tournament-image {
  background-color: #240404
}
.tournaments-list .tournament-details {
  padding: 10px 16px 16px
}
.tournaments-list .game-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #222d35;
  padding: 16px
}
.tournaments-list .game-wrapper a:hover {
  text-decoration: none
}
.tournaments-list .game-wrapper a:hover span {
  text-decoration: underline
}
.tournaments-list .game-wrapper a.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none
}
.tournaments-list .game-icon {
  min-width: 64px;
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden
}
.tournaments-list .game-icon img {
  width: 100%
}
.tournaments-list .game-info {
  display: flex;
  align-items: flex-start;
  padding-right: 16px
}
.tournaments-list .game-name {
  margin-left: 86px;
  color: #b1c0cd;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}
.tournaments-list .country-flag {
  display: flex;
  align-items: center
}
.tournaments-list .country-icon {
  width: 28px
}
.tournaments-list .country-name {
  color: #99a8b4;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  margin: 0 0 0 5px;
  text-transform: uppercase
}
.tournaments-list .game-banner {
  display: block;
  position: relative
}
.tournaments-list .tournament-image {
  height: 200px;
  background-color: #13001f;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}
.tournaments-list .tournament-image.banner-wrapper .icon-image {
  max-width: 100%;
  max-height: 40px;
  position: absolute;
  left: 16px;
  z-index: 1;
  bottom: 0
}
.tournaments-list .tournament-image.banner-wrapper .banner-image {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.tournaments-list .tournament-image .icon-image {
  max-width: 80%;
  max-height: 130px
}
.tournaments-list .tournamnet-details {
  padding: 10px 16px 16px
}
.tournaments-list .platform-details {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: uppercase
}
.tournaments-list .platform-icon {
  height: 24px;
  width: 24px;
  margin: 0 8px;
  background: url(../dimages/icons/web.png) no-repeat 50%;
  background-size: cover
}
.tournaments-list .platform-icon.discord {
  background: url(../dimages/icons/discord.png) no-repeat 50%;
  background-size: contain
}
.tournaments-list .platform-icon.app {
  background: url(../dimages/icons/app.png) no-repeat 50%;
  background-size: contain
}
.tournaments-list .discord-title, .tournaments-list .platform {
  opacity: .6;
  color: #a3afb8;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 11px;
  margin: 0
}
.tournaments-list .versus {
  border-radius: 7.5px;
  background-color: #4d5860;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 11px;
  margin: 0;
  color: #c0c8ce;
  padding: 5px 10px 2px;
  position: absolute;
  right: 0;
  top: 4px;
  max-width: 100px
}
.tournaments-list .game-title {
  color: #ced7de;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin: 16px 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  min-height: 52px
}
.tournaments-list .joining-info {
  display: flex;
  align-items: center;
  position: relative;
  margin: 24px 0 0;
  justify-content: space-between
}
.tournaments-list .joining-info-content {
  display: flex;
  flex-direction: row
}
.tournaments-list .join-date {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #2a3741
}
.tournaments-list .join-date, .tournaments-list .join-time {
  color: #a3afb8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 14px;
  margin: 0 20px 0 0
}
.tournaments-list .join-now {
  background-color: #426bff;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 11px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 4px
}
.tournaments-list .bg-gradient {
  position: absolute;
  height: 190px;
  width: 100%;
  bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(34, 45, 53, .1) 30.02%, rgba(34, 45, 53, 0) 80%, #222d35)
}
.tournaments .tournaments-list-details .view-more {
  text-align: center;
  position: relative;
  margin: 0 0 48px;
  display: block
}
.tournaments .tournaments-list-details .view-more.hide {
  display: none
}
.tournaments .tournaments-list-details .view-more .view {
  border: 1px solid #9dafbd;
  color: #83939f;
  font-size: 16px;
  line-height: 19px;
  background: transparent;
  padding: 10px 30px 10px 20px;
  position: relative;
  cursor: pointer;
  outline: none;
  border-radius: 8px
}
.tournaments .tournaments-list-details .view-more .view:after {
  right: 10px;
  content: "";
  border: solid #83939f;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 16px;
  transition: .3s ease-in-out
}
.tournaments .tournaments-list-details .game-info-details {
  flex-direction: column;
  position: relative;
  padding: 48px 0 0;
  margin: 48px 0 0;
  display: none
}
.tournaments .tournaments-list-details .game-info-details.show {
  display: flex
}
.tournaments .tournaments-list-details .game-info-details:after {
  content: "";
  background-color: #26313a;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}
.tournaments .tournaments-list-details .game-info-details .create-own, .tournaments .tournaments-list-details .game-info-details .game-info {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #83939f;
  margin: 0
}
.tournaments .tournaments-list-details .game-info-details .create-own {
  font-weight: 500;
  color: #426bff;
  display: inline-block;
  margin: 0 auto
}
.tournaments .empty-state {
  color: #83939f;
  font-size: 18px;
  line-height: 1.5;
  display: none
}
.tournaments .empty-state.show {
  display: block
}
.tournaments .empty-state .wrapper {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 60px 0
}
.tournaments .empty-state img {
  width: 184px
}
.tournaments .empty-state p {
  margin: 0
}
.tournaments .empty-state [class^=content-] {
  text-align: center
}
.tournaments .description {
  max-width: 315px;
  word-break: break-word;
  text-align: center
}
html:not([dir=rtl]) .tournaments .heading-filter-section .filters .filter-item .filter-list li, html:not([dir=rtl]) .tournaments .heading-filter-section .filters .filter-item button {
  text-align: left
}
html[dir=rtl] .tournaments .tournaments-list .tournament-item {
  margin-right: inherit;
  margin-left: 30px
}
html[dir=rtl] .tournaments .tournaments-list .tournament-item:nth-child(3n) {
  margin-right: inherit;
  margin-left: 0
}
html[dir=rtl] .tournaments .tournaments-list .tournament-item .game-wrapper a span {
  padding-right: 16px;
  padding-left: 0
}
html[dir=rtl] .tournaments .tournaments-list .tournament-item .country-flag .country-name {
  margin-left: 0;
  margin-right: 5px
}
html[dir=rtl] .tournaments .tournaments-list .tournament-item .tournament-details .joining-info .join-now, html[dir=rtl] .tournaments .tournaments-list .tournament-item .tournament-details .versus {
  right: inherit;
  left: 0
}
html[dir=rtl] .tournaments .tournaments-list .tournament-item .tournament-details .joining-info .join-date {
  padding-right: 0;
  margin-right: 0;
  direction: ltr
}
html[dir=rtl] .tournaments .tournaments-list .tournament-item .tournament-details .joining-info .join-time {
  direction: ltr
}
html[dir=rtl] .tournaments .tournaments-list-details .view-more .view {
  padding-right: 20px;
  padding-left: 30px
}
html[dir=rtl] .tournaments .tournaments-list-details .view-more .view:after {
  right: inherit;
  left: 10px
}
html[dir=rtl] .tournaments .heading-filter-section .filters .filter-item button {
  padding-right: 10px;
  padding-left: 30px;
  text-align: right
}
html[dir=rtl] .tournaments .heading-filter-section .filters .filter-item button:after {
  right: inherit;
  left: 12px
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-duration: .3s;
  transition-property: transform
}
.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
  transform: translateY(-5px)
}
@media (min-width:768px) and (max-width:1200px) {
  .tournaments .heading-filter-section .filters .pc- {
    justify-content: flex-start
  }
  .tournaments .tournaments-list {
    justify-content: space-between
  }
  .tournaments .tournaments-list .tournament-item {
    width: 48%;
    margin-right: 0
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .tournaments .heading-filter-section {
    flex-flow: column
  }
  .tournaments .heading-filter-section .heading {
    margin-bottom: 15px
  }
  .tournaments .heading-filter-section .filters .filter-item:first-child {
    margin-left: 0
  }
}
@media (max-width:767px) {
  .tournaments {
    padding: 48px 0 32px
  }
  .tournaments .container {
    padding: 0 20px
  }
  .tournaments .container .heading-filter-section .heading {
    font-size: 32px !important;
    line-height: 38px
  }
  .tournaments .container .heading-filter-section .filter-icon {
    display: block
  }
  .tournaments .container .heading-filter-section .filters {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .5);
    text-transform: capitalize;
    color: #83939f;
    font-size: 16px;
    line-height: 1.4
  }
  .tournaments .container .heading-filter-section .filters li {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding: 15px 25px
  }
  .tournaments .container .heading-filter-section .filters li.selected-filter-geo, .tournaments .container .heading-filter-section .filters li.selected-filter-lang, .tournaments .container .heading-filter-section .filters li.selected-filter-status {
    background-color: rgba(66, 107, 255, .6);
    color: #fff
  }
  .tournaments .container .heading-filter-section .filters .country-f-flag {
    height: 32px;
    width: 56px;
    display: block;
    margin: 0 auto 5px
  }
  .tournaments .container .heading-filter-section .filters.show-filter {
    display: block
  }
  .tournaments .container .heading-filter-section .filter-icon img {
    width: 24px;
    margin-top: 10px;
    cursor: pointer
  }
  .tournaments .container .heading-filter-section .mobile-only {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: #1c252c
  }
  .tournaments .container .heading-filter-section .title {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 20px
  }
  .tournaments .container .heading-filter-section .desktop-only {
    display: none
  }
  .tournaments .container .tab {
    overflow: hidden;
    background-color: #161d22;
    display: flex;
    flex-direction: row
  }
  .tournaments .container .tab button {
    background-color: inherit;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: .3s;
    width: 33%;
    border: none;
    border-bottom: 5px solid transparent;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.2;
    color: #83939f
  }
  .tournaments .container .tab button.active {
    border-color: #426bff;
    color: #fff
  }
  .tournaments .container .tabcontent {
    display: none;
    border-top: none;
    height: 40vh;
    background-color: #1c252c
  }
  .tournaments .container .filter-footer {
    padding: 15px 0;
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #394046;
    color: #83939f;
    text-transform: uppercase
  }
  .tournaments .container .filter-footer button {
    padding: 10px 15px;
    min-width: 120px;
    outline: 0;
    font-size: 10px;
    line-height: 1.1;
    letter-spacing: 1px
  }
  .tournaments .container .filter-reset {
    border: 1px solid #6d7c88;
    background-color: transparent;
    color: #6d7c88
  }
  .tournaments .container .filter-save {
    border: 0;
    background-color: #426bff;
    color: #fff
  }
  .tournaments .container .filter-list {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    overflow-x: scroll
  }
  .tournaments .container .filter-list.geo-list li, .tournaments .container .filter-list.lang-list li {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase
  }
  .tournaments .container .filter-list.geo-list li {
    padding: 20px 18px
  }
  .tournaments .container .filter-list.lang-list li {
    padding: 35px 12px
  }
  .tournaments .container .filter-list.status-list li {
    text-align: left
  }
  .tournaments .container .tournaments-list {
    flex-direction: column
  }
  .tournaments .container .tournaments-list .tournament-item {
    width: 100%;
    margin: 0 0 32px
  }
  .tournaments .container .tournaments-list-details {
    margin: 24px 0 0
  }
  .tournaments .container .tournaments-list-details .view-more {
    margin: 0 0 32px
  }
  .tournaments .container .tournaments-list-details .view-more .view {
    padding: 10px 40px 10px 20px
  }
  .tournaments .container .tournaments-list-details .game-info-details .create-own, .tournaments .container .tournaments-list-details .game-info-details .game-info {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin: 0
  }
  .tournaments .empty-state .wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 10px;
    margin: 0
  }
  .tournaments .empty-state [class^=content-]:first-child {
    margin-bottom: 60px
  }
}
@media (min-width:768px) {
  .mobile-only {
    display: none
  }
}
.game-details-wrapper .tournaments .tournaments-list-details .tournaments-list .tournament-item .bg-gradient {
  height: 140px;
  background: linear-gradient(180deg, rgba(39, 39, 39, 0) 51.9%, rgba(39, 39, 39, .5) 82.98%);
  transform: rotate(-180deg);
  opacity: .5
}
.game-details-wrapper .tournaments .tournaments-list-details .tournaments-list .tournament-item .tournament-image {
  height: 140px;
  padding: 24px 0
}
.game-details-wrapper .tournaments .tournaments-list-details .tournaments-list .tournament-item .tournament-image.banner-wrapper {
  padding: 0
}
.game-details-wrapper .tournaments .tournaments-list-details .tournaments-list .tournament-item .tournament-image.banner-wrapper .icon-image {
  display: none
}
.game-details-wrapper .tournaments .tournaments-list-details .tournaments-list .tournament-item .tournament-image .icon-image {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.game-details-wrapper .tournaments .tournaments-list-details .tournaments-list .tournament-item .game-wrapper {
  height: auto;
  padding: 10px 16px;
  position: absolute;
  z-index: 1;
  right: 0
}
.game-details-wrapper .tournaments .tournaments-list-details .tournaments-list .tournament-item .country-flag {
  flex-direction: row-reverse
}
.game-details-wrapper .tournaments .tournaments-list-details .tournaments-list .tournament-item .country-flag .country-name {
  margin: 0 5px
}
.home .header-content .nav-search-block, .home .header-content .search-form, .home .menu-links .li-nav-search-block, .home header.header-section .container .header-content .nav-search-icon {
  display: none
}
.home .app-links-button-group .button-section {
  background-color: #426bff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
  margin: 24px 0 12px;
  height: 60px;
  max-width: 320px;
  width: 100%
}
.home .app-links-button-group .button-section a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 60px
}
.home .app-links-button-group .button-section a img {
  width: 40px;
  position: absolute;
  top: 10px;
  left: 10px
}
.home .app-links-button-group .alternate-background {
  background: #50abf1
}
.home.mac-os .search-section-wrapper {
  background-image: linear-gradient(90deg, #222a35, #212933, #1e2731)
}
.home .search-section-wrapper {
  display: flex;
  background-color: #1c242b;
  position: relative
}
.home .search-section-wrapper:after {
  content: "";
  background: linear-gradient(90deg, transparent, #212933);
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: -1
}
.home .search-section-wrapper .content {
  z-index: 1;
  padding: 100px 0
}
.home .search-section-wrapper .banner-video {
  position: absolute;
  z-index: 0;
  height: 100%;
  overflow: hidden
}
.home .search-section-wrapper .banner-video video {
  height: 500px;
  opacity: .6
}
@media (min-width:1025px) {
  .home .search-section-wrapper .banner-video video {
    height: 390px;
    opacity: 1
  }
}
.home .search-section-wrapper .banner-video-left {
  left: 0;
  overflow: hidden;
  width: 100%;
  text-align: left
}
@media (min-width:1025px) {
  .home .search-section-wrapper .banner-video-left {
    width: auto
  }
}
.home .search-section-wrapper .banner-video-right {
  right: 0;
  display: none
}
@media (min-width:1025px) {
  .home .search-section-wrapper .banner-video-right {
    display: block
  }
}
.home .search-section-wrapper .left-arrow {
  display: none
}
.home .search-section-wrapper .scroll-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}
.home .search-section-wrapper .scroll-wrapper .scroll-down {
  margin-top: 20px;
  color: #83939f;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  position: relative;
  cursor: pointer
}
.home .search-section-wrapper .scroll-wrapper .scroll-down:after, .home .search-section-wrapper .scroll-wrapper .scroll-down:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50%;
  transform: translateZ(0);
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate
}
.home .search-section-wrapper .scroll-wrapper .scroll-down:after {
  top: 2px;
  background-image: url(../dimages/icons/arrow.png)
}
.home .search-section-wrapper .scroll-wrapper .scroll-down:before {
  top: -7px;
  background-image: url(../dimages/icons/arrow-light.png)
}
.home .search-section-wrapper .heading-group {
  max-width: 820px;
  width: 100%;
  margin: 0 auto
}
.home .search-section-wrapper .heading {
  color: #dae1e6;
  font-size: 46px !important;
  font-weight: 500;
  line-height: 57px;
  text-align: center;
  margin-bottom: 16px
}
.home .search-section-wrapper .seacth-info-desc {
  color: #dae1e6;
  font-size: 34px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 100
}
.home .search-section-wrapper .search-form-wrapper {
  background-color: #161d22;
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 8px
}
.home .search-section-wrapper .search-form-wrapper .search-form {
  padding: 13px 17px;
  border: 1px solid #6d7c88;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px
}
.home .search-section-wrapper .search-form-wrapper .search-form .search-control {
  border: none;
  width: 100%;
  color: #a4aeb6;
  opacity: .4;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  background-color: transparent
}
.home .search-section-wrapper .search-form-wrapper .search-form .btn-search {
  width: 24px;
  height: 24px;
  background: #161d22 url(../dimages/icons/search-icon.png) no-repeat 50%;
  background-size: contain;
  border: none
}
.home .search-section-wrapper .search-form-wrapper .search-form .btn-search:active, .home .search-section-wrapper .search-form-wrapper .search-form .btn-search:focus {
  outline: none
}
.home .search-section-wrapper .tournament-info {
  display: none;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px
}
.home .search-section-wrapper .tournament-info p {
  color: #83939f;
  margin-bottom: 0
}
.home .search-section-wrapper .tournament-info a {
  color: #426bff
}
.home .suggestion-list a {
  font-size: 24px;
  line-height: 32px;
  color: #a4aeb6;
  padding: 12px 16px;
  width: 100%
}
.home .suggestion-list a:hover {
  background-color: rgba(66, 107, 255, .6);
  color: #fff
}
.home .heading-group-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px
}
.home .section-heading {
  color: #e3e9ed;
  font-size: 40px;
  font-weight: 500;
  line-height: 47px
}
.home .games-section {
  background-color: #1c252c;
  padding: 72px 0
}
.home .games-section .heading-group-block {
  padding: 0 25px
}
.home .games-section .swiper-container {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 25px
}
.home .games-section .swiper-container .swiper-button {
  background: url(../dimages/icons/arrow-right.png) no-repeat 50%;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  top: 50%;
  z-index: 9;
  cursor: pointer
}
.home .games-section .swiper-container .swiper-button.swiper-button-prev {
  left: -5px;
  transform: rotate(90deg)
}
.home .games-section .swiper-container .swiper-button.swiper-button-next {
  right: -5px;
  transform: rotate(-90deg)
}
.home .games-section .swiper-container .swiper-button.swiper-button-disabled {
  opacity: 0;
  pointer-events: none
}
.home .games-section .swiper-container .games-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  padding: 20px 0
}
.home .games-section .swiper-container .games-list .game-item {
  width: 18%;
  transition: .2s ease-in-out;
  transition-property: box-shadow;
  transition-duration: .3s;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .3)
}
.home .games-section .swiper-container .games-list .game-item:hover {
  transition: .2s ease-in-out;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
  transform: scale(1.1)
}
.home .games-section .swiper-container .games-list .game-item a {
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative
}
.home .games-section .swiper-container .games-list .game-item .img-loading, .home .games-section .swiper-container .games-list .game-item img {
  border-radius: 8px;
  overflow: hidden
}
.home .tournaments-section {
  background-color: #161d22;
  padding: 72px 0
}
.home .hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0) !important;
  transition-duration: .3s !important;
  transition-property: box-shadow, transform !important
}
.home .hvr-grow-shadow:active, .home .hvr-grow-shadow:focus, .home .hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5) !important;
  transform: scale(1.05) !important
}
.home .available-games {
  background-color: #1c252c;
  padding: 72px 0
}
.home .available-games .app-links-button-group {
  display: flex;
  flex-flow: column;
  align-items: center
}
.home .available-games .heading {
  color: #dae1e6;
  font-size: 40px !important;
  font-weight: 500;
  line-height: 47px;
  text-align: center;
  margin-bottom: 24px
}
.home .available-games .sub-heading {
  color: #83939f;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0
}
.home .available-games .view-more {
  display: none
}
.home .available-games .games-list {
  display: flex;
  position: relative;
  padding-bottom: 20px;
  flex-wrap: wrap;
  margin-top: 56px
}
.home .available-games .games-list:after {
  content: "";
  background-color: #26313a;
  position: absolute;
  height: 2px;
  bottom: 10px;
  left: 0;
  right: 0
}
.home .available-games .games-list .games-item {
  width: 17%;
  height: 80px;
  background-color: #26313a;
  padding: 10px;
  margin: 12px 18px;
  transition-duration: .3s;
  transition-property: transform
}
.home .available-games .games-list .games-item:hover {
  transform: translateY(-5px)
}
.home .available-games .games-list .games-item a {
  display: flex;
  align-items: center
}
.home .available-games .games-list .games-item figure {
  height: 60px;
  width: 60px;
  margin: 0;
  position: relative
}
.home .available-games .games-list .games-item .game-name {
  color: #83939f;
  font-size: 14px;
  line-height: 18px;
  margin-left: 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word
}
@media (max-width:767px) {
  .home .search-section-wrapper .content {
    padding: 160px 20px 0
  }
  .home .search-section-wrapper .content .heading-group {
    max-width: 620px
  }
  .search-section-wrapper {
    padding-bottom: 30px
  }
  .container {
    padding-left: 20px;
    padding-right: 20px
  }
  .app-links-button-group .button-section {
    width: 100%;
    margin: 12px auto
  }
  .app-links-button-group .no-background-button {
    background: none;
    border: 2px solid #426bff
  }
  .find-tournaments .section-heading {
    font-size: 32px;
    line-height: 38px
  }
  .find-tournaments .heading-group-block {
    margin-bottom: 32px
  }
  .find-tournaments .search-section-wrapper .tournament-info {
    display: block;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    margin-top: 24px
  }
  .find-tournaments .search-section-wrapper .tournament-info a {
    font-weight: 500
  }
  .find-tournaments .search-section-wrapper .heading {
    font-size: 36px !important;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: left
  }
  .find-tournaments .search-section-wrapper .seacth-info-desc {
    font-size: 24px;
    line-height: 1.25;
    text-align: left;
    margin-bottom: 32px;
    font-weight: 100
  }
  .find-tournaments .search-section-wrapper .search-form-wrapper .search-form .search-control {
    font-size: 18px;
    line-height: 32px
  }
  .find-tournaments .search-section-wrapper .search-form-wrapper .suggestion-list li a {
    font-size: 18px;
    line-height: 28px
  }
  .find-tournaments .games-section {
    padding: 48px 0
  }
  .find-tournaments .games-section .heading-group-block, .find-tournaments .games-section .swiper-container {
    padding: 0
  }
  .find-tournaments .games-section .swiper-container .games-list {
    justify-content: space-between;
    flex-wrap: wrap
  }
  .find-tournaments .games-section .swiper-container .games-list .game-item {
    width: 47% !important;
    margin-right: 0 !important;
    margin-bottom: 20px
  }
  .find-tournaments .games-section .swiper-container .games-list .game-item a {
    display: block;
    min-height: auto
  }
  .find-tournaments .games-section .swiper-container .swiper-button {
    display: none
  }
}
.main-container {
  position: relative
}
.main-container .available-games {
  background-color: #1c252c;
  padding: 72px 0
}
.main-container .available-games .app-links-button-group {
  display: flex;
  flex-flow: column;
  align-items: center
}
.main-container .available-games .heading {
  color: #dae1e6;
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  text-align: center;
  margin-bottom: 24px
}
.main-container .available-games .sub-heading {
  color: #83939f;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0
}
.main-container .available-games .view-more {
  display: none
}
.main-container .available-games .games-list {
  display: flex;
  position: relative;
  padding-bottom: 20px;
  flex-wrap: wrap;
  margin-top: 56px
}
.main-container .available-games .games-list:after {
  content: "";
  background-color: #26313a;
  position: absolute;
  height: 2px;
  bottom: 10px;
  left: 0;
  right: 0
}
.main-container .available-games .games-list .games-item {
  width: 17%;
  height: 80px;
  background-color: #26313a;
  padding: 10px;
  margin: 12px 18px
}
.main-container .available-games .games-list .games-item a {
  display: flex;
  align-items: center
}
.main-container .available-games .games-list .games-item figure {
  height: 60px;
  width: 60px;
  margin: 0
}
.main-container .available-games .games-list .games-item .game-name {
  color: #83939f;
  font-size: 14px;
  line-height: 18px;
  margin-left: 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word
}
html[dir=rtl] .home .available-games .games-list .games-item .game-name {
  margin-left: 0;
  margin-right: 16px
}
@media (max-width:767px) {
  .home .available-games {
    padding: 32px 0
  }
  .home .available-games .container {
    padding-left: 20px;
    padding-right: 20px
  }
  .home .available-games .container .heading {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: left
  }
  .home .available-games .container .sub-heading {
    font-size: 16px;
    line-height: 22px;
    text-align: left
  }
  .home .available-games .container .game-list-wrapper {
    height: auto !important; 
    position: relative;
    padding-bottom: 40px;
    border-bottom: 2px solid #26313a
  }
  .home .available-games .container .game-list-wrapper.open {
    height: auto;
    padding-bottom: 10px
  }
  .home .available-games .container .game-list-wrapper.open:after {
    display: 
  }
  .home .available-games .container .game-list-wrapper:after {
    position: absolute;
    content: "";
    height: 80px;
    bottom: 0;
    width: 100%;
    background-color: #1c252c
  }
  .home .available-games .container .games-list {
    margin-top: 32px
  }
  .home .available-games .container .games-list:after {
    background-color: transparent;
    height: 0
  }
  .home .available-games .container .games-list .games-item {
    width: 42%;
    flex-flow: column;
    height: auto;
    margin: 10px
  }
  .home .available-games .container .games-list .games-item a {
    flex-flow: column
  }
  .home .available-games .container .games-list .games-item figure {
    width: 48px;
    height: 48px;
    margin-bottom: 10px
  }
  .home .available-games .container .games-list .games-item .game-name {
    margin-left: 0;
    text-align: center;
    display: block;
    display: -webkit-box;
    width: 100%
  }
  .home .available-games .view-more {
    display: block;
    max-width: 200px;
    font-size: 14px;
    line-height: 16px;
    color: #83939f;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    left: 50%;
    z-index: 99;
    transform: translate(-50%);
    padding: 12px 37px 12px 12px;
    border: 1px solid #6d7c88;
    border-radius: 8px;
    bottom: 15px
  }
  .home .available-games .view-more:after {
    content: "";
    position: absolute;
    height: 16px;
    width: 14px;
    background: url(../dimages/icons/arrow.png) no-repeat 100%;
    background-size: 16px;
    right: 10px
  }
  .home .available-games .view-more.hide {
    display: none
  }
  [lang=ja] .find-tournaments .search-section-wrapper .heading {
    font-size: 35px
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .home .search-section-wrapper .heading {
    font-size: 36px !important
  }
}
@media (max-width:767px), (min-width:993px) {
  .home .games-section .swiper-container .games-list .game-item a {
    min-height: 200px
  }
}
@media (max-width:320px) {
  .home .games-section .swiper-container .games-list .game-item a {
    min-height: 150px
  }
}

div#view_more.view-more{display:none;}
.games-list {height:auto !important}