body {
  font-family: 'Gotham Pro', sans-serif; }

.heroContainer___3Gn6T {
  width: 100%;
  background-color: #fff;
  max-height: 56.8vw;
  min-height: 56.8vw;
  height: calc(100vh);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: cover;
  position: relative;
  background-color: #1e143a;
  background-image: url("/static/img/bg.jpg");
  background-attachment: fixed; }

.heroForeground___34aLk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }
  .heroForeground___34aLk:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    left: 0;
    top: 0; }

.heroH1___1Vo39 {
  color: #fff;
  font-size: 94px;
  margin: 10px 0;
  position: relative;
  font-weight: 900; }

.heroH2___khVY0 {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  margin: 10px 0;
  position: relative; }

.particlesLayer___1ELNq {
  position: absolute;
  width: 100%;
  height: 100%; }

.gamesFilterHeader___1FQeF {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px; }

.tabButton___3JHJl {
  border: 0;
  background-color: transparent;
  color: #222222;
  font-size: 32px;
  padding: 10px 30px;
  margin: 0 15px;
  font-weight: 500;
  -webkit-transition: 0.3s color;
  transition: 0.3s color; }
  .tabButton___3JHJl:hover {
    color: #29b424; }

div.companyWrapper___2nQCy {
  max-width: 957px; }

.active___2sGak {
  color: #26d121; }

button.playNowButton___hLnPZ {
  min-width: 150px;
  margin-top: 15px; }

.heroLinkButton___fWZwH {
  position: relative; }

.vector___Da7d1 {
  background-image: url("/static/img/vectorBg.svg");
  background-repeat: no-repeat;
  background-position: top;
  min-height: 200px;
  padding-top: 0 !important; }

.description___1Cot1 {
  color: #fff;
  width: 769px;
  font-size: 20px;
  line-height: 1.4; }

.gameIcon___1ZBEs {
  display: block;
  margin: 0 auto; }

.vectorContent___NeCiD {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: 700px;
  padding-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.companyText___3znpz {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-weight: normal; }

.mergeDale___29P0G {
  background-image: url("/static/img/background-md.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 1015px; }

.mergeDaleStore___1FShq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-left: 15%; }

.mergeDaleStoreInfo___30k78 {
  padding-left: 25px;
  padding-top: 40px; }

.mergeDaleStoreLinks___3tmWB {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px; }

.mergeDaleHeader___2UALa {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700; }

.mergeDaleDesc___1BKAA {
  font-size: 20px;
  font-weight: 300;
  width: 600px;
  height: 500px;
  padding-top: 50px;
  padding-left: 15%;
  line-height: 1.5; }

.mergeDaleImg___14JEN {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -140px; }

@media screen and (max-width: 992px) {
  .companyText___3znpz {
    font-size: 22px;
    line-height: 1.4; }
  .mergeDale___29P0G {
    background-image: url("/static/img/background-md-tablet.png");
    background-size: contain;
    background-position: bottom; }
  .mergeDaleImg___14JEN {
    margin-top: -88px;
    margin-left: -40%; }
  .mergeDaleDesc___1BKAA {
    width: 450px;
    padding-top: 100px;
    padding-left: 25px;
    line-height: 1.2; }
  .mergeDaleStoreInfo___30k78 {
    width: 200px; } }

@media screen and (max-width: 768px) {
  .heroContainer___3Gn6T {
    max-height: 100%;
    background-attachment: scroll; }
  .heroForeground___34aLk {
    background-image: url("/static/img/mobile_bg.png");
    background-size: 100%;
    background-position: center; }
    .heroForeground___34aLk:after {
      opacity: 0; }
    .heroForeground___34aLk > video {
      display: none; }
  .heroH1___1Vo39 {
    font-size: 12vw;
    text-align: center; }
  .heroH2___khVY0 {
    font-size: 6vw;
    text-align: center; }
  .vectorContent___NeCiD {
    padding-top: 500px;
    padding-bottom: 0; }
  .vector___Da7d1 {
    background-position: 35% top; }
  .description___1Cot1 {
    font-size: 22px;
    line-height: 34px; }
  .mergeDale___29P0G {
    background-image: url("/static/img/md-background-mobile.svg");
    background-size: cover;
    height: 1050px; }
  .mergeDaleImg___14JEN {
    display: none; }
  .mergeDaleStore___1FShq {
    padding-left: 15px;
    padding-top: 50px; }
  .mergeDaleDesc___1BKAA {
    width: 80%;
    height: 100%;
    padding-top: 140px;
    padding-left: 10%;
    line-height: 1.2; }
  .mergeDaleHeader___2UALa {
    padding-top: 20%; }
  .mergeDaleStoreInfo___30k78 > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 5%;
    padding-top: 100px; } }

.pageContent___29FGa {
  background-color: #ffffff;
  padding-top: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px; }

.descriptionText___RYf54 {
  font-size: 13px; }
  .descriptionText___RYf54 > h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px; }
  .descriptionText___RYf54 > div > p {
    padding: 5px 0; }
  .descriptionText___RYf54 > div b,
  .descriptionText___RYf54 > div strong {
    font-weight: bold; }
  .descriptionText___RYf54 > div ol {
    list-style: initial;
    padding: 15px;
    padding-left: 30px; }
    .descriptionText___RYf54 > div ol > li {
      margin-bottom: 4px; }
  .descriptionText___RYf54 > div ul {
    list-style: initial;
    padding: 15px;
    padding-left: 30px; }
    .descriptionText___RYf54 > div ul > li {
      margin-bottom: 4px; }

.contentContainer___3GCQ3 {
  padding: 50px 0; }

.containerBg___1CB_o {
  background-image: url("/static/img/games-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }

.supportContainer___2Ubyq {
  background-color: #EFF4FA; }

.wrapper___3xM0p {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.smallWrapper___32s2L {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px; }

.containerHeader___3qpbY {
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 0 0 30px; }

@media screen and (max-width: 750px) {
  .contentWrapper___3MUxQ {
    margin-top: 0px; } }

.mainContainer___oKhlF {
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform; }

.appHeader___2RO54 {
  top: 0;
  position: fixed;
  z-index: 3;
  height: 60px;
  width: 100%;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform; }
  .appHeader___2RO54 > div {
    position: relative;
    z-index: 2; }
  .appHeader___2RO54:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 6px 16px 0 #00000052;
            box-shadow: 0 6px 16px 0 #00000052;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: 0.4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform; }

.logo___eUEtJ {
  width: 160px; }
  .logo___eUEtJ > a {
    outline: 0; }
    .logo___eUEtJ > a > img {
      width: 100%;
      max-width: 160px; }

.socials___1C-Ed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .socials___1C-Ed > a {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-size: 100%; }
    .socials___1C-Ed > a.companyLink___2wRB5 {
      width: auto;
      color: #fff;
      text-decoration: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px; }

.desktop___1CGI4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  color: #fff; }

.mobile___p6xCA {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fb___16KdP {
  background-image: url("/static/img/fb-white.svg"); }

.in___1tLxV {
  background-image: url("/static/img/in-white.svg"); }

.inst___3pGYf {
  background-image: url("/static/img/inst-white.svg"); }

.sidebarButton___1mcsn {
  position: absolute;
  top: 15px;
  border: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  z-index: 1;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  background-color: transparent;
  cursor: pointer;
  font-size: 26px;
  -webkit-transition: 0.4s color;
  transition: 0.4s color; }

.leftSidebarButton___2OLmH {
  left: 15px; }

.rightSidebarButton___3cuy- {
  right: 15px; }

.active___Z5Wq2:before {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.active___Z5Wq2 .desktop___1CGI4 .mainMenu___1dVKL > a {
  color: #000; }

.active___Z5Wq2 .fb___16KdP {
  background-image: url("/static/img/fb-black.svg"); }

.active___Z5Wq2 .in___1tLxV {
  background-image: url("/static/img/in-black.svg"); }

.active___Z5Wq2 .inst___3pGYf {
  background-image: url("/static/img/inst-black.svg"); }

.active___Z5Wq2 .sidebarButton___1mcsn {
  color: #000; }

.active___Z5Wq2 .socials___1C-Ed > a {
  color: #000; }

@media screen and (max-width: 768px) {
  .desktop___1CGI4 {
    display: none; }
  .mobile___p6xCA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.mainMenu___BzoJm {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .mainMenu___BzoJm > a {
    -webkit-transition: 0.4s color;
    transition: 0.4s color;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 30px;
    outline: 0; }
  .mainMenu___BzoJm .active___nBlMd {
    color: #000; }

.footer___2XC1u {
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover; }

.footerLinks___1lxKH {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd; }
  .footerLinks___1lxKH > a {
    text-decoration: none;
    padding: 0 15px;
    color: #0066FF; }
    .footerLinks___1lxKH > a:hover {
      text-decoration: underline; }

.copyrights___wYnnG {
  width: 100%;
  text-align: center;
  padding: 30px 0; }

.address___4SGTM {
  margin-top: 10px;
  font-size: 13px; }

.supportForm___186Yj {
  position: relative; }

.formLine___oSW2z {
  margin: 20px 0; }

.formLineFlex___3ZgyW {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .formLineFlex___3ZgyW > * {
    margin-right: 15px; }

.dividedBlock___IL1bk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0; }
  .dividedBlock___IL1bk > * {
    display: block;
    width: calc(50% - 30px); }

@media screen and (max-width: 768px) {
  .dividedBlock___IL1bk {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .dividedBlock___IL1bk > * {
      display: block;
      width: calc(100%); }
      .dividedBlock___IL1bk > *:first-child {
        margin-bottom: 15px; } }

.formControl___3Nnl2 {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 38px;
  outline: 0 !important;
  position: relative;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px; }
  .formControl___3Nnl2[type=textarea] {
    min-height: 100px; }

.required___mRK1E,
.inputLabel___2dfUb {
  font-size: 12px;
  padding-bottom: 10px; }

.required___mRK1E {
  color: #99A0A6; }

.labelContainer___2VpHT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.radioContainer___15ZwR {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radioContainer___15ZwR > input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radioContainer___15ZwR > input:checked {
      /* When the radio button is checked, add a blue background */ }
      .radioContainer___15ZwR > input:checked ~ .checkMark___1gRsC {
        background-color: #469430;
        /* Show the indicator (dot/circle) when checked */ }
        .radioContainer___15ZwR > input:checked ~ .checkMark___1gRsC:after {
          display: block; }
  .radioContainer___15ZwR .checkMark___1gRsC {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%; }
    .radioContainer___15ZwR .checkMark___1gRsC:after {
      content: "";
      position: absolute;
      display: none;
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white; }
  .radioContainer___15ZwR:hover input ~ .checkMark___1gRsC {
    border: 1px solid #469430; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.button___2xbkv {
  min-width: 100px;
  height: 40px;
  background-color: #4C2BDD;
  border: 0;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.2s background-color, 0.2s -webkit-transform;
  transition: 0.2s background-color, 0.2s -webkit-transform;
  transition: 0.2s background-color, 0.2s transform;
  transition: 0.2s background-color, 0.2s transform, 0.2s -webkit-transform;
  z-index: 1; }
  .button___2xbkv:hover {
    background-color: #361e9e; }
  .button___2xbkv:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }

.fullSize___2AImq {
  width: 100%; }

.reject___1W-GE {
  background-color: #ce533e; }
  .reject___1W-GE:hover {
    background-color: #ef6147; }

.loading___1Tghm {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none; }

.active___2QKGp {
  pointer-events: auto; }
  .active___2QKGp:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("/static/img/loading.svg");
    background-repeat: no-repeat;
    background-size: 100%; }

.message___dkh9L {
  pointer-events: auto;
  width: calc(100% - 30px);
  max-width: 500px;
  min-height: 80px;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.success___Zv_X_ {
  -webkit-box-shadow: 3px 2px 5px 0 #5f945270;
          box-shadow: 3px 2px 5px 0 #5f945270; }

.error___1P4SF {
  -webkit-box-shadow: 3px 2px 5px 0 rgba(236, 0, 21, 0.26);
          box-shadow: 3px 2px 5px 0 rgba(236, 0, 21, 0.26);
  color: red; }

.buttons___1QO7M {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .buttons___1QO7M > button {
    margin: 0 10px; }

.sideBar___3ICqY {
  position: fixed;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  z-index: 10;
  overflow: hidden;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px;
  background-color: #fff; }
  .sideBar___3ICqY:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/static/img/bg.jpg");
    opacity: 0.2;
    left: 0;
    top: 0;
    pointer-events: none; }

.crossButton___31uHP {
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 26px;
  color: #363636;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  cursor: pointer;
  border: 0;
  background-color: transparent; }
  .crossButton___31uHP:hover {
    color: #080808; }

.rightPosition___1diAp {
  right: 0;
  left: auto; }
  .rightPosition___1diAp .crossButton___31uHP {
    display: none; }

.mainContainer___HDsCY {
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform; }

.sidebarMenu___1gBNe {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .sidebarMenu___1gBNe a {
    display: inline-block;
    color: #000; }

.menuLinkBlock___2fgNG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-left: 20px; }
  .menuLinkBlock___2fgNG > i {
    width: 20px;
    height: 26px;
    margin-right: 15px;
    font-size: 24px; }

.footer___D_IxB > i {
  display: none; }

.divider___2jjED {
  height: 1px;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 30px 0; }

.joypad-icon {
  background-image: url("/static/img/joypad.svg");
  background-size: 100%;
  background-repeat: no-repeat; }

.sidebarMenu___2GYcz {
  width: 100%;
  text-align: center; }
  .sidebarMenu___2GYcz > a {
    display: block;
    color: #1b1b1b;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center; }
    .sidebarMenu___2GYcz > a:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: 100%;
      margin-bottom: 10px; }
    .sidebarMenu___2GYcz > a.fb___sNjr7:before {
      background-image: url("/static/img/fb-black.svg"); }
    .sidebarMenu___2GYcz > a.in___17aNU:before {
      background-image: url("/static/img/in-black.svg"); }
    .sidebarMenu___2GYcz > a.inst___3nONN:before {
      background-image: url("/static/img/inst-black.svg"); }

