header, section, aside, article, footer, nav,
html, body, div, span, h1, h2, h3, h4, h5, h6,
p, blockquote, a, img, dl, dt, dd, ul, li {
  margin: 0;
  padding: 0; }

section,
header,
footer {
  display: block; }

img {
  border: 0;
  max-width: 100%; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

a {
  text-decoration: none; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.clear {
  min-height: 0;
  zoom: 1; }

.main-menu,
.sub-tab-menu {
  position: relative;
  z-index: 20;
  width: 100%;
  list-style: none;
  text-align: center;
  text-transform: uppercase; }
  .main-menu li,
  .sub-tab-menu li {
    position: relative;
    display: inline-block;
    padding: 3px 4px;
    list-style: none; }
    .main-menu li > a,
    .sub-tab-menu li > a {
      display: block;
      line-height: 32px;
      padding: 0 30px;
      font-size: 13px;
      color: #C9B165;
      text-decoration: none; }
      .main-menu li > a:hover,
      .sub-tab-menu li > a:hover {
        color: #FFFFBB;
        /*
        background: #392f2d;
        background: rgba(#392f2d, 0.3);
        */ }
      .main-menu li > a:before,
      .sub-tab-menu li > a:before {
        position: absolute;
        top: 4px;
        left: 0px;
        display: inline-block;
        content: "";
        width: 1px;
        height: 25px;
        background-color: #2A1F1B; }
    .main-menu li.inactive,
    .sub-tab-menu li.inactive {
      pointer-events: none;
      user-select: none; }
      .main-menu li.inactive a,
      .sub-tab-menu li.inactive a {
        opacity: 0.3;
        cursor: context-menu;
        pointer-events: none;
        user-select: none; }
        .main-menu li.inactive a:hover,
        .sub-tab-menu li.inactive a:hover {
          background: none; }
    .main-menu li ul,
    .sub-tab-menu li ul {
      display: none;
      position: absolute;
      top: 32px;
      left: 0;
      min-width: 100%;
      padding: 3px 0;
      background: #000;
      background: rgba(0, 0, 0, 0.75); }
      .main-menu li ul li,
      .sub-tab-menu li ul li {
        display: block;
        height: 32px; }
        .main-menu li ul li a,
        .sub-tab-menu li ul li a {
          max-width: 300px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 12px;
          /*
          &:hover {
              background: #3C2F29;
              background: rgba(#3C2F29, 0.3);
          }
          */ }
          .main-menu li ul li a:before,
          .sub-tab-menu li ul li a:before {
            display: none; }
          .main-menu li ul li a.inactive,
          .sub-tab-menu li ul li a.inactive {
            opacity: 0.3; }
        .main-menu li ul li:before,
        .sub-tab-menu li ul li:before {
          position: absolute;
          left: 0;
          display: inline;
          display: inline-block;
          content: "";
          width: 100%;
          height: 1px;
          background: #B18576;
          background: linear-gradient(to right, rgba(201, 177, 101, 0) 0%, #c9b165 35%, #c9b165 65%, rgba(201, 177, 101, 0) 100%); }
    .main-menu li:hover > ul,
    .sub-tab-menu li:hover > ul {
      display: block; }
  .main-menu li:first-child a:before,
  .sub-tab-menu li:first-child a:before,
  .main-menu ul li:first-child:before,
  .sub-tab-menu ul li:first-child:before {
    display: none; }
  .main-menu .current,
  .sub-tab-menu .current,
  .main-menu .current:hover,
  .sub-tab-menu .current:hover {
    color: #ffffbb; }

body {
  color: #E4D3C2;
  font-size: 14px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  background: #2B201C url("../gui/bg.jpg") no-repeat top center; }

.vam {
  vertical-align: middle; }

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../gui/main-icons.png") no-repeat; }

.wrapper {
  position: relative;
  width: 840px;
  margin: 0 auto;
  padding: 0 80px;
  border-left: 1px solid #85675C;
  border-right: 1px solid #85675C; }

.clr {
  clear: both; }

.fleft {
  float: left; }

.fright {
  float: right; }

.tcenter {
  text-align: center; }

.tleft {
  text-align: left; }

.tright {
  text-align: right; }

.mauto {
  margin-left: auto;
  margin-right: auto; }

.ui-ib {
  display: inline-block; }

.col1 {
  width: 100%; }

.col2 {
  width: 50%; }

.col3 {
  width: 33.33%; }

.col1,
.col2,
.col3 {
  box-sizing: border-box; }

#header {
  text-align: center; }

.logo {
  position: absolute;
  top: 3px;
  left: 70px;
  z-index: 125;
  display: block;
  width: 250px;
  height: 78px;
  background: url("../gui/2024/wc_logo.png") no-repeat top center; }

.breadcrumbs {
  padding: 0 90px; }

.breadcrumbs,
.breadcrumbs a {
  color: #906c60;
  font-size: 13px;
  text-align: left; }

.flag {
  display: inline;
  display: inline-block;
  background-image: url("../gui/flags.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px; }

.countdown-wrapper {
  width: 380px;
  height: 225px; }
  .countdown-wrapper p {
    padding: 20px;
    text-align: center; }

.groups-image-wrapper {
  margin-bottom: 10px; }

.welcome-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 840px;
  margin: 0 -80px 20px;
  padding: 20px 80px;
  color: #BBA999;
  background: #231A17;
  font-size: 18px;
  text-align: center; }
  .welcome-wrapper b {
    color: #F2DBC6;
    font-size: 22px; }

/*
.counter-container {
    display: block;
    width: 706px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 20px;
    padding: 2px 0px;
    color: #B4D5BA;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    background: url('../gui/counter-container.png');
    b {
        color: #EFEBEB;
        font-size: 20px;
    }
}
*/
.donates {
  margin-right: 15px;
  text-transform: uppercase; }
  .donates > p {
    line-height: 35px; }
  .donates .flag {
    margin-right: 7px;
    vertical-align: middle; }
  .donates .donates-number {
    background: url("../gui/diamond.png") no-repeat right center;
    padding-right: 35px;
    color: #FFF;
    font-size: 20px; }

.sub-tab-menu {
  width: fit-content;
  background: black; }

.after-menu-bar {
  position: relative;
  z-index: 99;
  left: 0;
  bottom: 0;
  width: auto;
  flex-shrink: 0;
  height: 40px;
  line-height: 40px;
  color: #BC9870;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5); }
  .after-menu-bar span {
    color: #FFF; }

.social-wrapper a {
  display: inline-block;
  width: 56px;
  height: 66px;
  background: url("../gui/social.png") no-repeat;
  opacity: 0.75;
  transition: all 0.25s; }
  .social-wrapper a.facebook {
    background-position: 0 0; }
  .social-wrapper a.youtube {
    background-position: -56px 0; }
  .social-wrapper a:hover {
    opacity: 1; }

.section {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
  z-index: 2;
  color: #EFC9A0; }
  .section > h1, .section > h2, .section > h3, .section > h4, .section > h5, .section > h6 {
    display: inline-block;
    padding: 5px 15px;
    background-color: #47352e;
    margin-bottom: 10px;
    font-size: 16px; }
  .section ul {
    margin-bottom: 20px;
    list-style-position: inside; }
  .section a, .section a:active {
    color: #74bec2;
    text-decoration: underline; }
  .section a:hover {
    color: #518588; }
  .section .team-name {
    padding: 0 30px;
    background: none;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase; }

.rules {
  margin: 0 30px 40px 30px;
  line-height: 20px; }
  .rules strong,
  .rules b {
    color: #ffffff; }

.download h2,
.rating h2 {
  padding: 0 30px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 15px;
  background: none; }

.download .video-container {
  margin: 0 auto; }
  .download .video-container img {
    display: block;
    margin: 0 auto 4px auto; }
  .download .video-container div {
    position: relative;
    width: 240px;
    margin: 0 auto 4px auto;
    text-align: center; }
    .download .video-container div a {
      position: relative;
      display: inline-block;
      margin: 0 3px;
      padding: 0 9px;
      line-height: 24px;
      color: #E4D3C2; }
      .download .video-container div a:first-child:after {
        position: absolute;
        top: 4px;
        right: -3px;
        display: inline;
        display: inline-block;
        content: "";
        width: 1px;
        height: 17px;
        background: #73594D; }
      .download .video-container div a:hover {
        background: #4f3d35;
        /* Old browsers */
        background: linear-gradient(to bottom, #4f3d35 0%, #45362e 100%);
        /* W3C */ }

.notify {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #272e31;
  text-align: center;
  font-size: 16px; }
  .notify.big {
    font-size: 18px;
    background: linear-gradient(to right, rgba(52, 40, 34, 0) 0%, rgba(52, 40, 34, 0.65) 47%, rgba(0, 0, 0, 0) 100%);
    /* W3C */ }

.vid-wrapper .vid-date {
  display: inline-block;
  padding: 3px 5px;
  color: #E4E3E3;
  background: #907345; }
.vid-wrapper .vid-title {
  display: inline-block;
  padding: 3px 5px;
  color: #E4E3E3;
  background: #48554b; }
.vid-wrapper .vid-wrp {
  padding: 10px 15px;
  background: #382A25;
  border: 1px solid #493630; }
.vid-wrapper .vid-desc {
  width: 235px;
  padding: 15px; }

.pagination {
  margin: 0 auto;
  padding: 10px 50px;
  text-align: center;
  font-size: 12px;
  list-style: none;
  border-top: 1px solid #40322b; }
  .pagination li {
    display: inline; }
    .pagination li a {
      padding: 5px 7px;
      background-color: #47352e;
      color: #e4d3c2;
      text-decoration: none; }
      .pagination li a.current, .pagination li a:hover {
        border-bottom: 2px solid #b48675;
        background-color: #705449;
        color: #e4d3c2; }

.separator-21016 {
  display: block;
  height: 25px;
  margin: 15px 0;
  background: url("../gui/separator_2017.png") no-repeat top center; }

.back-link {
  color: #4199CA;
  text-align: center; }
  .back-link a {
    color: #4199CA;
    text-decoration: none; }
    .back-link a:before {
      content: "<< "; }

#canvas-container {
  position: relative;
  margin-top: 15px; }
  #canvas-container a {
    position: absolute; }

#logo-image {
  position: absolute;
  left: 299px;
  top: 99px;
  width: 1px;
  height: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 123px 67px white;
  -moz-box-shadow: 0px 0px 123px 67px white;
  box-shadow: 0px 0px 123px 67px white;
  -webkit-animation: puls 2s linear infinite;
  animation: puls 2s linear infinite; }
  #logo-image:before {
    display: block;
    content: '';
    width: 172px;
    height: 136px;
    margin: -68px 0 0 -86px;
    background: url("../gui/cc-logo.png") no-repeat; }

.winner-image {
  width: 716px;
  height: 338px;
  margin: -60px auto 30px;
  background: url("../gui/tournament-final.png") no-repeat; }

.winner-cup {
  display: inline-block;
  width: 22px;
  height: 21px;
  vertical-align: bottom;
  margin-right: 10px;
  background: url("../gui/winner-cup.png") no-repeat; }

.winner-congrat-text {
  padding: 0 0 20px 25px;
  color: #e4d3c2; }

.promotion-video-wrapper {
  margin-bottom: 15px; }
  .promotion-video-wrapper .video-wraper {
    position: relative;
    float: left;
    display: inline-block;
    width: 380px;
    height: 225px;
    padding: 4px;
    border: 2px dashed #AD9D8E;
    vertical-align: top; }
  .promotion-video-wrapper .video-wraper-text {
    float: right;
    display: inline-block;
    width: 360px;
    height: 203px;
    overflow: hidden;
    padding: 15px;
    color: #BBA999;
    border: 1px solid #493630;
    vertical-align: top; }
  .promotion-video-wrapper h3 {
    display: block;
    padding: 0;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: normal;
    color: #B7FFF9;
    background: none; }

.custom-countdown {
  position: absolute;
  right: 35px;
  top: 200px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: lowercase; }
  .custom-countdown .icon {
    margin-right: 5px;
    vertical-align: middle; }
  .custom-countdown .content {
    display: inline-block;
    width: 100px;
    text-align: left; }

@-webkit-keyframes puls {
  0% {
    -webkit-box-shadow: 0px 0px 123px 67px white; }
  50% {
    -webkit-box-shadow: 0px 0px 123px 60px white; }
  100% {
    -webkit-box-shadow: 0px 0px 123px 67px white; } }
@keyframes puls {
  0% {
    -moz-box-shadow: 0px 0px 123px 67px white;
    box-shadow: 0px 0px 123px 67px white; }
  50% {
    -moz-box-shadow: 0px 0px 123px 60px white;
    box-shadow: 0px 0px 123px 60px white; }
  100% {
    -moz-box-shadow: 0px 0px 123px 67px white;
    box-shadow: 0px 0px 123px 67px white; } }
.fire-light {
  position: absolute;
  top: 77px;
  left: 646px;
  width: 95px;
  height: 140px;
  opacity: 0.15;
  background: url("../gui/light.png") no-repeat;
  -webkit-animation: fire-pulse 3s linear infinite;
  animation: fire-pulse 3s linear infinite; }

@-webkit-keyframes fire-pulse {
  0% {
    opacity: 0.15; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.15; } }
@keyframes fire-pulse {
  0% {
    opacity: 0.15; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.15; } }
.spark-element {
  position: absolute;
  top: 130px;
  left: 701px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #c25937;
  -webkit-box-shadow: 0px 0px 1px 0px #c25937;
  -moz-box-shadow: 0px 0px 1px 0px #c25937;
  box-shadow: 0px 0px 1px 0px #c25937;
  -webkit-animation: spark-puls 8s linear infinite;
  animation: spark-puls 8s linear infinite; }

@-webkit-keyframes spark-puls {
  0% {
    -webkit-box-shadow: 0px 0px 1px 0px #c25937; }
  50% {
    -webkit-box-shadow: 0px 0px 1px 1px #c25937; }
  100% {
    -webkit-box-shadow: 0px 0px 1px 0px #c25937; } }
@keyframes spark-puls {
  0% {
    -moz-box-shadow: 0px 0px 6px 2px #c25937;
    box-shadow: 0px 0px 6px 2px #c25937; }
  50% {
    -moz-box-shadow: 0px 0px 6px 4px #c25937;
    box-shadow: 0px 0px 6px 4px #c25937; }
  100% {
    -moz-box-shadow: 0px 0px 6px 2px #c25937;
    box-shadow: 0px 0px 6px 2px #c25937; } }
td.prize {
  width: 400px;
  vertical-align: top; }
  td.prize img {
    margin-bottom: 8px; }
  td.prize h3 {
    color: #c9b165;
    margin-bottom: 12px; }

td.prize-separator {
  width: 20px;
  max-width: 20px;
  min-width: 20px; }

.wallpapper {
  height: 149px;
  line-height: 150px;
  padding-right: 140px;
  color: #E4D3C2;
  font-size: 14px;
  text-align: center;
  text-align: right;
  background: url("../gui/bg_wallpapper.jpg") no-repeat top center; }
  .wallpapper a {
    color: #E4D3C2;
    text-decoration: underline; }
    .wallpapper a:hover {
      color: #F4E9E0;
      text-decoration: none; }

.fade-in-slide-up {
  animation: fadeInSlideUp 0.4s ease-out forwards; }

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fade-in-slide-down {
  animation: fadeInSlideDown 0.6s ease-out forwards; }
  .fade-in-slide-down.delay-500 {
    animation-delay: 0.5s; }

@keyframes fadeInSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-500px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fade-in-grow {
  animation: fadeInGrow 0.6s ease-out forwards; }
  .fade-in-grow.delay-1000 {
    animation-delay: 1s; }

@keyframes fadeInGrow {
  0% {
    opacity: 1;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes arrowIdleVertical {
  0% {
    transform: translateY(calc(var(--element-y-animation-offset))) rotateZ(270deg); }
  50% {
    transform: translateY(calc(var(--element-y-animation-offset) * -1)) rotateZ(270deg); }
  100% {
    transform: translateY(calc(var(--element-y-animation-offset))) rotateZ(270deg); } }
@keyframes arrowIdleVerticalBottom {
  0% {
    transform: translateY(calc(var(--element-y-animation-offset) * -1)) rotateZ(90deg); }
  50% {
    transform: translateY(calc(var(--element-y-animation-offset))) rotateZ(90deg); }
  100% {
    transform: translateY(calc(var(--element-y-animation-offset) * -1)) rotateZ(90deg); } }
@keyframes arrowIdleHorizontal {
  0% {
    transform: translateX(calc(var(--element-x-animation-offset) * -1)); }
  50% {
    transform: translateX(var(--element-x-animation-offset)); }
  100% {
    transform: translateX(calc(var(--element-x-animation-offset) * -1)); } }
@keyframes arrowIdleHorizontalLeft {
  0% {
    transform: translateX(calc(var(--element-x-animation-offset))) rotateZ(180deg); }
  50% {
    transform: translateX(calc(var(--element-x-animation-offset) * -1)) rotateZ(180deg); }
  100% {
    transform: translateX(var(--element-x-animation-offset)) rotateZ(180deg); } }
.before-footer {
  padding: 30px 40px 40px;
  text-align: center; }
  .before-footer a {
    margin: 0 20px;
    color: #E4D3C2;
    text-decoration: underline; }

#footer {
  /*
  position: relative;
  width: 1000px;
  //height: 48px;
  //line-height: 24px; 
  margin: 0 -80px;
  //padding: 18px 0;
  padding: 30px;
  font-size: 16px;
  color: #C9B165;
  text-align: right;
  */ }

#footer {
  position: relative;
  width: 840px;
  margin: 0 -80px;
  padding: 30px 80px 60px;
  color: #81703e;
  text-align: center;
  background: #000;
  border-top: 1px solid #5F4A3F; }
  #footer .foot-social {
    float: left;
    width: 250px;
    height: 80px;
    text-align: left; }
  #footer .foot-icons {
    display: inline-block;
    width: 45px;
    height: 55px;
    margin-top: 3px;
    background: url("../gui/footer2.png?v=1") no-repeat; }
  #footer .facebook {
    background-position: 0 0; }
  #footer .youtube {
    background-position: -45px 0; }
  #footer .instagram {
    background-position: -90px 0; }
  #footer .twitter {
    background-position: -135px 0; }
  #footer .foot-language {
    position: relative;
    float: right;
    width: 150px;
    height: 20px;
    padding: 25px 0 0;
    text-align: right; }
  #footer .eagle {
    display: inline-block;
    width: 60px;
    height: 55px;
    background: url("../gui/footer.png?v=1") no-repeat 0px -55px;
    vertical-align: -12px; }

.lang-wraper {
  display: inline-block;
  padding: 0 5px 2px 3px;
  background: #000; }

.lang-drop-down {
  height: 30px;
  line-height: 30px; }
  .lang-drop-down > a {
    line-height: 30px;
    color: #E4D3C2;
    font-size: 12px;
    text-decoration: none;
    background: url("../gui/arrow_up.png") no-repeat center right; }
    .lang-drop-down > a:hover > span {
      background-image: url("../gui/low-flags-small-hover.png?v=1"); }
    .lang-drop-down > a span {
      margin: 0 15px 0 0; }

.flags-holder {
  position: absolute;
  bottom: 25px;
  right: 0px;
  display: none;
  width: 200px;
  padding: 4px;
  background: #000;
  border: 1px solid #5F4A3F; }
  .flags-holder ul {
    margin: 0px;
    padding: 0px; }
  .flags-holder li {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid transparent; }

.section table {
  width: 100%;
  margin-bottom: 30px;
  border: 2px solid #906C60;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 30px; }
  .section table th, .section table td {
    text-align: center;
    border-left: 1px solid #906C60; }
  .section table tr {
    background-color: #5A433B; }
  .section table .even {
    background-color: #523D35; }
  .section table .yellow {
    background-color: rgba(164, 143, 98, 0.5); }
  .section table .green {
    background: #906C60; }
  .section table tr th:first-child,
  .section table tr td:first-child {
    border: none; }
  .section table th {
    padding-top: 5px;
    line-height: 25px;
    background-color: #442C20; }
  .section table.bright tr {
    background-color: #785D50; }
  .section table.bright .even {
    background-color: #866859; }
  .section table span.castle {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../gui/castle.png") no-repeat center center; }

.two-column table td {
  width: 20%; }

.content-container,
.article-container,
.article-container-special {
  position: relative;
  float: left;
  width: 50%;
  padding: 5px 25px;
  box-sizing: border-box;
  color: #efc9a0; }
  .content-container .date,
  .article-container .date,
  .article-container-special .date {
    display: inline;
    display: inline-block;
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
    padding: 0 6px;
    color: #efc9a0;
    background-color: #62493f; }
  .content-container .title,
  .article-container .title,
  .article-container-special .title {
    max-width: 96%;
    margin-bottom: 15px;
    padding: 0 13px 0 5px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .content-container .title:before,
    .article-container .title:before,
    .article-container-special .title:before {
      display: inline;
      display: inline-block;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 5px;
      vertical-align: sub;
      -ms-transform: scale(0.8, 0.8);
      /* IE 9 */
      -webkit-transform: scale(0.8, 0.8);
      /* Chrome, Safari, Opera */
      transform: scale(0.8, 0.8);
      background: url("../gui/main-icons.png") no-repeat; }
  .content-container.separator:before,
  .article-container.separator:before,
  .article-container-special.separator:before {
    position: absolute;
    top: 50%;
    left: -4px;
    display: inline;
    display: inline-block;
    margin-top: -100px;
    content: "";
    width: 2px;
    height: 201px;
    background: url("../gui/separator.png") no-repeat; }
  .content-container .video-container,
  .article-container .video-container,
  .article-container-special .video-container {
    width: 300px;
    margin-bottom: 20px;
    padding: 4px 0 0 4px;
    background: #1D1612;
    border: 1px solid #947363;
    border: 1px solid rgba(148, 115, 99, 0.5);
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75); }
  .content-container .description,
  .article-container .description,
  .article-container-special .description {
    font-size: 13px;
    margin-bottom: 20px; }

.audio-container {
  position: relative;
  margin: 0 33px 20px 25px;
  background: #1D1612;
  border: 1px solid #73594D;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75); }
  .audio-container h4 {
    display: block;
    line-height: 35px;
    background: #634b3f;
    background: rgba(99, 75, 63, 0.35);
    border-radius: 4px 4px 0 0; }
    .audio-container h4 > span {
      margin-right: 10px;
      padding-top: 5px;
      vertical-align: middle; }
  .audio-container .playlist {
    float: left;
    width: 50%;
    box-sizing: border-box; }
    .audio-container .playlist ul {
      margin-bottom: 10px;
      list-style: none; }
      .audio-container .playlist ul li {
        display: block;
        padding: 0 5px 0 10px;
        height: 23px;
        line-height: 23px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .audio-container .playlist ul li span {
          display: inline-block;
          width: 20px; }
        .audio-container .playlist ul li a {
          text-decoration: none;
          color: #E4D3C2; }
          .audio-container .playlist ul li a:hover {
            text-decoration: underline; }
        .audio-container .playlist ul li.even {
          background: #352821; }
        .audio-container .playlist ul li.current {
          background: #6C635F; }
    .audio-container .playlist.separator:before {
      position: absolute;
      top: 50%;
      display: inline;
      display: inline-block;
      width: 2px;
      height: 201px;
      margin-top: -100px;
      background: url("../gui/separator.png") no-repeat;
      content: ""; }
  .audio-container audio {
    width: 520px;
    background-color: #1D1612 !important;
    vertical-align: middle; }
  .audio-container .download-link {
    display: inline;
    display: inline-block;
    width: 115px;
    height: 34px;
    line-height: 34px;
    color: #e4d3c2;
    text-decoration: none;
    text-align: center;
    border: 6px solid #000;
    border-radius: 5px;
    background: #aba39f;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiYTM5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjM2YzMTJhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyM2YzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #aba39f 0%, #3f312a 9%, #523f35 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aba39f), color-stop(9%, #3f312a), color-stop(100%, #523f35));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #aba39f 0%, #3f312a 9%, #523f35 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #aba39f 0%, #3f312a 9%, #523f35 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #aba39f 0%, #3f312a 9%, #523f35 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #aba39f 0%, #3f312a 9%, #523f35 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aba39f', endColorstr='#523f35',GradientType=0 );
    /* IE6-8 */ }
    .audio-container .download-link:hover, .audio-container .download-link:active {
      text-decoration: none;
      color: #E4D3C2;
      background: #8e837d;
      /* Old browsers */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlODM3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjklIiBzdG9wLWNvbG9yPSIjNGYzZDM0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUxM2YzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -moz-linear-gradient(top, #8e837d 0%, #4f3d34 9%, #513f36 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8e837d), color-stop(9%, #4f3d34), color-stop(100%, #513f36));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #8e837d 0%, #4f3d34 9%, #513f36 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #8e837d 0%, #4f3d34 9%, #513f36 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #8e837d 0%, #4f3d34 9%, #513f36 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #8e837d 0%, #4f3d34 9%, #513f36 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e837d', endColorstr='#513f36',GradientType=0 );
      /* IE6-8 */ }

.article-container,
.article-container-special {
  min-height: 201px;
  background: url("../gui/article-shadow.png") no-repeat -11px -38px; }
  .article-container img,
  .article-container-special img {
    margin: 25px 25px 100px 0;
    float: left; }
  .article-container h1, .article-container h2, .article-container h3,
  .article-container h4, .article-container h5, .article-container h6, .article-container p,
  .article-container-special h1,
  .article-container-special h2,
  .article-container-special h3,
  .article-container-special h4,
  .article-container-special h5,
  .article-container-special h6,
  .article-container-special p {
    float: left;
    max-width: 185px; }
  .article-container .description,
  .article-container-special .description {
    max-width: 225px; }

.article-container-special {
  margin-bottom: 40px;
  background: none; }
  .article-container-special img {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    padding: 0; }
  .article-container-special h1, .article-container-special h2, .article-container-special h3,
  .article-container-special h4, .article-container-special h5, .article-container-special h6, .article-container-special .description {
    float: none;
    max-width: 100%; }
  .article-container-special h1, .article-container-special h2, .article-container-special h3,
  .article-container-special h4, .article-container-special h5, .article-container-special h6 {
    display: block;
    text-align: center; }

.stats-container {
  position: relative;
  float: left;
  width: 374px; }
  .stats-container .stats {
    position: relative;
    height: 205px;
    margin-bottom: 40px;
    padding-bottom: 5px;
    z-index: 5;
    background: url("../gui/flag-shape.png?v=1") no-repeat 0 5px; }
    .stats-container .stats img {
      padding: 10px 0 0 5px; }
    .stats-container .stats .stat-info {
      float: right;
      width: 165px; }
      .stats-container .stats .stat-info ul {
        list-style: none;
        padding: 3px 0 0 5px; }
        .stats-container .stats .stat-info ul li {
          line-height: 26px; }
          .stats-container .stats .stat-info ul li > .icon {
            vertical-align: bottom;
            margin-right: 10px; }
  .stats-container .avatar-image {
    position: absolute;
    top: 10px;
    left: 5px;
    border-radius: 130px;
    z-index: 1; }
  .stats-container .day-battle {
    margin-left: 35px; }
    .stats-container .day-battle .title {
      margin-bottom: 10px; }
    .stats-container .day-battle .day-medal-container {
      margin-right: 10px;
      padding: 10px;
      background: rgba(0, 0, 0, 0.3); }
      .stats-container .day-battle .day-medal-container > span {
        position: relative;
        float: left;
        display: block;
        margin: 0 5px 0px;
        /*
        &.separator:after {
            position: absolute;
                top: -4px;
                right: -10px;
            display: block;
            content: "";
            width: 2px;
            height: 60px;
            background: url('../gui/medal-separator.png') no-repeat;
        }
        */ }

.day-battle .title,
.stats .title,
.achievements .title,
.war-wrapper .title,
.table-stats .title {
  display: inline;
  display: inline-block;
  font-size: 12px;
  color: #efc9a0; }

.rating .title {
  font-size: 12px;
  color: #977565;
  margin-bottom: 10px; }

.achievements {
  width: 465px;
  float: right; }
  .achievements .title {
    margin-bottom: 8px; }
  .achievements .medals {
    float: left;
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    margin: 0 5px 5px 0;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3); }
    .achievements .medals .medal {
      float: left;
      display: block;
      margin: 0 20px 0 10px; }
    .achievements .medals .vam {
      padding: 0 20px;
      border-left: 1px solid #645547; }
      .achievements .medals .vam b {
        font-size: 20px; }

.war-wrapper {
  margin-left: 30px; }

.section .war-wrapper .title {
  display: block;
  padding: 15px 5px; }

.war-desc {
  float: left;
  display: block;
  width: 33.33%;
  margin-bottom: 30px;
  line-height: 25px;
  text-align: center;
  background-color: #442C20; }

.table-stats {
  padding-left: 30px; }
  .table-stats .title {
    padding: 15px 5px; }

.country-list {
  margin: 0 0 20px 20px;
  font-size: 0; }
  .country-list .country-container {
    background: url("../gui/country-seperator.png") no-repeat center 0;
    line-height: 40px;
    text-align: center; }
    .country-list .country-container > a {
      display: inline;
      display: inline-block;
      width: 140px;
      color: #66A2A2;
      font-size: 12px;
      font-weight: bold;
      vertical-align: middle;
      text-align: left;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .country-list .country-container > a > span {
        margin-right: 10px;
        vertical-align: middle; }
    .country-list .country-container:first-child {
      background: none; }

.box-container {
  margin-bottom: 30px;
  background: #5A433B;
  border: 2px solid #906C60; }
  .box-container > .title {
    display: block;
    height: 33px;
    margin: 0 0 5px 0;
    background: #7F6355;
    color: #E4D3C2;
    line-height: 33px;
    font-weight: bold;
    font-size: 14px;
    text-align: center; }
  .box-container table {
    width: 100%;
    margin-bottom: 5px;
    line-height: 30px;
    border: none; }
    .box-container table td {
      border: none; }
      .box-container table td:first-child {
        text-align: right;
        padding-right: 15px;
        width: 50px; }
      .box-container table td.country {
        text-align: left; }
        .box-container table td.country span {
          margin-right: 15px;
          vertical-align: middle; }
    .box-container table .points {
      padding-right: 15px;
      text-align: right; }
      .box-container table .points.last-cell {
        padding-right: 36px; }

.rating table .country span {
  margin: 0 0 2px 10px; }

.box-container.chart,
.box-container.table {
  float: left;
  width: 350px; }

.box-container.chart {
  margin-right: 12px; }

.total-score {
  margin-bottom: 30px;
  font-size: 16px;
  color: #E4D3C2;
  text-align: center; }
  .total-score span {
    margin-right: 45px; }

.your-country {
  text-align: center;
  font-size: 16px; }
  .your-country > span {
    display: inline;
    display: inline-block;
    vertical-align: top;
    font-weight: bold; }
    .your-country > span .flag {
      margin-right: 10px;
      vertical-align: middle; }
  .your-country ul {
    display: inline;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
    text-align: left;
    list-style: none; }
    .your-country ul li > span {
      font-weight: bold; }

.country-title,
h2.country-title {
  margin-bottom: 0;
  font-size: 18px;
  color: #E4D3C2;
  font-weight: normal;
  background: none; }
  .country-title > span,
  h2.country-title > span {
    margin-right: 10px;
    vertical-align: bottom; }

.two-column {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 0 10px; }
  .two-column > span {
    color: #977565;
    line-height: 29px;
    font-size: 12px;
    padding: 0 4px; }
  .two-column.left {
    padding-top: 29px; }
  .two-column.left table:first-child {
    margin-bottom: 0; }
  .two-column table .user-cell {
    width: 60%;
    padding: 0 10px;
    text-align: left; }

.download .video-container {
  padding: 10px 0 0 0; }

.registration-info {
  padding: 20px 0; }

.rating .title {
  margin-bottom: 40px; }
.rating .box-container,
.rating .title {
  margin-left: 30px; }
.rating .box-container {
  position: relative; }
  .rating .box-container table {
    margin-top: 10px; }
.rating table {
  display: none; }
  .rating table .country a {
    color: #E4D3C2;
    text-decoration: none; }
    .rating table .country a:hover {
      text-decoration: underline; }
.rating .tab-container {
  position: absolute;
  top: -25px;
  left: 10px;
  text-align: center;
  list-style: none; }
  .rating .tab-container li {
    float: left;
    width: 55px;
    height: 23px;
    line-height: 18px;
    margin-right: 5px;
    background: #906C60;
    border: 2px solid #906C60;
    border-bottom: none;
    text-align: center;
    cursor: pointer; }
    .rating .tab-container li.current {
      background: #5A433B; }

.live .wc-end {
  width: 695px;
  margin: 0 0 55px 30px;
  color: #C8B394; }
  .live .wc-end > b {
    color: #E4D3C2; }
.live #live {
  width: 720px; }
  .live #live a.empty {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 1px;
    background: url("../gui/castle.png") no-repeat center center;
    border: 1px solid #d6c4b4;
    border-radius: 100px; }
.live .tab-container {
  top: -30px; }
  .live .tab-container li {
    width: auto;
    height: 28px;
    line-height: 24px;
    margin-right: 10px;
    padding: 0 15px; }
.live .table {
  display: none; }
  .live .table > table {
    display: table; }

.stats .col2,
.stats .col3 {
  border-left: 1px solid #72594C; }
  .stats .col2:first-child,
  .stats .col3:first-child {
    border: none; }
.stats .table[data-tab="1"] {
  display: block; }
.stats .col1, .stats .col2, .stats .col3 {
  margin-bottom: 15px; }
.stats .table {
  padding-top: 15px; }
  .stats .table h2 {
    display: block;
    padding: 8px 5px;
    background-color: #72594C;
    text-transform: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #E4D3C2; }
  .stats .table table {
    display: table;
    margin-bottom: 0; }
    .stats .table table tr td {
      padding: 0 5px; }
      .stats .table table tr td:first-child {
        text-align: center;
        width: auto; }
    .stats .table table tr .winner {
      color: #74bec2; }
    .stats .table table tr .country {
      width: 60%; }
    .stats .table table tr .country-small {
      width: 30%; }
.stats .col3 table tr .country {
  width: 67%; }
.stats .head .country,
.stats .head .country-small {
  font-weight: bold; }

.winner-article {
  margin: 0 0 40px 25px; }
  .winner-article p, .winner-article img, .winner-article h1, .winner-article h2 {
    margin-bottom: 20px; }
  .winner-article iframe {
    display: block;
    margin: 0 auto 20px auto; }
  .winner-article .title {
    display: block;
    font-size: 18px; }
  .winner-article img, .winner-article iframe {
    border: 2px solid #72594C; }

.video-title {
  margin-left: 25px;
  font-size: 18px; }

#ranking-container {
  position: fixed;
  top: 130px;
  right: 0;
  width: 270px;
  padding: 0 6px 15px;
  text-align: center;
  background: #163F57;
  border: 1px solid #36a7e5;
  border-radius: 0px 3px 3px 3px;
  -webkit-box-shadow: 0px 3px 22px 0px #2a251c;
  -moz-box-shadow: 0px 3px 22px 0px #2a251c;
  box-shadow: 0px 3px 22px 0px #2a251c;
  color: #FFF;
  z-index: 10; }
  #ranking-container .toggle-menu {
    position: absolute;
    top: -1px;
    right: 100%;
    width: 40px;
    height: 70px;
    padding: 0;
    background-color: #163F57;
    background-image: url("../gui/ranking-sprite.png");
    background-repeat: no-repeat;
    border: 1px solid #36a7e5;
    border-right: none;
    border-radius: 3px 0 0 3px;
    cursor: pointer; }
    #ranking-container .toggle-menu > span {
      display: inline;
      display: inline-block;
      width: 45px;
      height: 55px;
      background-image: url("../gui/ranking-sprite.png");
      background-repeat: no-repeat; }
    #ranking-container .toggle-menu:hover span {
      background-position: -236px 26px; }
    #ranking-container .toggle-menu:hover {
      background-position: -238px -35px;
      background-color: #2675a1; }
    #ranking-container .toggle-menu.open:hover {
      background-position: -185px -34px; }
  #ranking-container .ranking-navigation {
    position: absolute;
    top: -24px;
    left: 8px;
    list-style: none; }
    #ranking-container .ranking-navigation li {
      display: inline;
      display: inline-block;
      width: 55px;
      height: 23px;
      margin-right: 5px;
      background-color: #36a7e5;
      border: 1px solid #36a7e5;
      border-bottom: none;
      border-radius: 3px 3px 0 0; }
      #ranking-container .ranking-navigation li a {
        display: block;
        height: 23px;
        background-image: url("../gui/ranking-sprite.png");
        background-repeat: no-repeat; }
        #ranking-container .ranking-navigation li a.teams-icon:hover {
          background-position: -178px -5px; }
        #ranking-container .ranking-navigation li a.players-icon:hover {
          background-position: -278px -5px; }
      #ranking-container .ranking-navigation li.current {
        background-color: #163F57; }
  #ranking-container h3 {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    line-height: 29px;
    text-align: left;
    font-weight: normal;
    background: none;
    color: #e4e4e4; }
  #ranking-container .ranking-list-container {
    position: relative;
    overflow: hidden;
    height: 300px; }
  #ranking-container .icons {
    position: absolute;
    top: 7px;
    right: 78px; }
    #ranking-container .icons.icon-aliance-points {
      right: 25px; }
  #ranking-container .category {
    text-align: left;
    margin-bottom: 10px; }
    #ranking-container .category > .none-offset {
      margin-bottom: 0; }
  #ranking-container > a {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #e4e4e4; }
    #ranking-container > a:hover {
      text-decoration: underline;
      color: #e4e4e4; }
  #ranking-container ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    #ranking-container ol li {
      margin: 0;
      padding: 0 12px 0 3px;
      line-height: 30px;
      background: #225c7b;
      border-left: 1px solid #3A6040;
      color: #FFF;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      #ranking-container ol li a {
        overflow: hidden;
        display: block;
        float: left;
        width: 129px;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #FFF; }
        #ranking-container ol li a:hover {
          text-decoration: underline; }
      #ranking-container ol li.even {
        background: #1a4e6c; }
      #ranking-container ol li.yellow {
        background: rgba(164, 143, 98, 0.7); }
      #ranking-container ol li.green {
        background: rgba(54, 167, 229, 0.7); }
  #ranking-container .points {
    overflow: hidden;
    float: right;
    width: 60px;
    padding-right: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right; }
  #ranking-container .players .points {
    width: 85px; }
  #ranking-container .players ol li a {
    width: 165px; }
  #ranking-container .flag {
    vertical-align: middle;
    margin: 0 5px 0 7px; }
  #ranking-container .counter {
    display: inline;
    display: inline-block;
    width: 18px;
    text-align: center; }

.parallax-scene {
  position: relative;
  /*
  position: absolute;
      top: 0;
      left: 0;
  */
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background: #2E221E;
  border-left: 1px solid #85675C;
  border-right: 1px solid #85675C; }

.top-small-menu {
  top: 10px;
  right: 30px;
  z-index: 10;
  min-width: 170px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.6);
  border: 3px solid #000; }
  .top-small-menu .small {
    color: #ECB237;
    font-size: 12px; }
  .top-small-menu .normal {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 10px; }
  .top-small-menu .large {
    line-height: 100%;
    color: #FFF;
    font-size: 30px;
    margin-bottom: 10px; }
  .top-small-menu .icon-user-yellow {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../gui/header_icons.png?v=1") no-repeat 0px 0px; }
  .top-small-menu .icon-attack-yellow {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../gui/header_icons.png?v=1") no-repeat -15px 0; }

.icon-user-yellow {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../gui/header_icons.png?v=1") no-repeat 0px 0px; }

.layer {
  position: absolute !important; }

.heaqder-top-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 16;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background: url("../gui/parallax/header_top_bar.png") no-repeat center bottom; }

.body-header-bg {
  margin-bottom: 55px; }

.steps-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(80px / 2);
  padding: 0 10px; }
  .steps-wrapper .step {
    display: flex;
    align-items: center; }
    .steps-wrapper .step .arrow-step {
      width: 80px;
      position: absolute;
      bottom: -80px; }
    .steps-wrapper .step-image {
      width: 100%; }
    .steps-wrapper .step-image-wrapper {
      position: relative;
      float: left;
      width: 400px;
      height: 400px;
      margin-bottom: 10px;
      flex-shrink: 0; }
      .steps-wrapper .step-image-wrapper .table-stats {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        height: 69%;
        width: 100%; }
        .steps-wrapper .step-image-wrapper .table-stats .players-ranking {
          margin: 0; }
      .steps-wrapper .step-image-wrapper .attackFlag {
        position: absolute;
        width: 10%;
        opacity: 0; }
      .steps-wrapper .step-image-wrapper .timer {
        position: absolute;
        width: 8%;
        height: 8%;
        object-fit: contain;
        opacity: 0; }
      .steps-wrapper .step-image-wrapper .timer-text {
        opacity: 0;
        position: absolute; }
      .steps-wrapper .step-image-wrapper .circle {
        width: 27%;
        height: 27%;
        position: absolute;
        left: 50%;
        top: 50%; }
        .steps-wrapper .step-image-wrapper .circle circle {
          fill: transparent;
          stroke: orange;
          stroke-width: var(--circle-width);
          stroke-dasharray: 471;
          stroke-dashoffset: 471;
          transform: rotate(-90deg);
          transform-origin: center; }
      .steps-wrapper .step-image-wrapper .arrow {
        position: absolute;
        opacity: 0;
        width: 10%;
        height: 10%; }
        .steps-wrapper .step-image-wrapper .arrow.horizontal-left {
          transform: rotateZ(180deg); }
        .steps-wrapper .step-image-wrapper .arrow.vertical {
          transform: rotateZ(270deg); }
          .steps-wrapper .step-image-wrapper .arrow.vertical-bottom {
            transform: rotateZ(90deg); }
    .steps-wrapper .step-text-right .step-image-wrapper {
      margin-right: 15px; }
    .steps-wrapper .step-text-right .arrow-step {
      left: -80px; }
    .steps-wrapper .step-text-left {
      flex-direction: row-reverse; }
      .steps-wrapper .step-text-left .step-image-wrapper {
        float: right;
        margin-left: 15px; }
      .steps-wrapper .step-text-left .arrow-step {
        right: -80px;
        scale: -1 1; }
    .steps-wrapper .step:last-child .arrow-step {
      display: none; }
    .steps-wrapper .step .h-separator {
      margin: 20px 0; }
    .steps-wrapper .step span {
      font-size: 18px;
      letter-spacing: 3px; }

.layer-1 {
  top: 50px;
  z-index: 2;
  width: 1300px;
  height: 550px;
  margin-left: -50px;
  background: url("../gui/parallax/2024/7_BG.png") no-repeat; }

.layer-2 {
  top: 0px;
  left: -30px;
  z-index: 15;
  width: 1300px;
  height: 550px;
  background: url("../gui/parallax/2024/6_flags.png") no-repeat; }

.layer-3 {
  left: -21px;
  bottom: 0px;
  z-index: 17;
  width: 1300px;
  height: 550px;
  background: url("../gui/parallax/2024/5_battle.png") no-repeat; }

.layer-4 {
  left: -60px;
  bottom: 10px;
  z-index: 17;
  width: 1300px;
  height: 550px;
  background: url("../gui/parallax/2024/4_front_horsemen.png") no-repeat; }

.layer-5 {
  left: -166px;
  bottom: -37px;
  z-index: 17;
  width: 1300px;
  height: 550px;
  background: url("../gui/parallax/2024/3_horse_dust.png") no-repeat; }

.layer-6 {
  left: -55px;
  bottom: -0px;
  z-index: 18;
  width: 1300px;
  height: 550px;
  background: url("../gui/parallax/2024/2_dust.png") no-repeat; }

.layer-7 {
  left: -55px;
  bottom: -52px;
  z-index: 18;
  width: 1300px;
  height: 550px;
  background: url("../gui/parallax/2024/1_knight.png") no-repeat; }

.layer-8 {
  top: -26px;
  left: -114px;
  z-index: 19;
  width: 1300px;
  height: 550px;
  background: url("../gui/parallax/2024/logo.png") no-repeat;
  transform: scale(0);
  opacity: 0;
  pointer-events: none; }

.layer-9 {
  top: -63px;
  left: -127px;
  z-index: 18;
  width: 1300px;
  height: 550px;
  background: url("../gui/parallax/2024/letters.png") no-repeat;
  opacity: 0;
  pointer-events: none; }

.map-tutorial-image {
  user-select: none;
  -webkit-user-drag: none; }

.rtl {
  direction: rtl; }
  .rtl .ltr-forever {
    direction: ltr; }
  .rtl .rtl-forever {
    direction: rtl !important; }
  .rtl .lang-drop-down > a {
    background-position: center left; }
    .rtl .lang-drop-down > a span {
      margin: 0 10px 0 14px; }
  .rtl .counter {
    direction: ltr; }
  .rtl .content-container > .title {
    padding: 0 5px 0 13px; }
    .rtl .content-container > .title:before {
      margin: 0 0 0 5px; }
  .rtl .two-column {
    float: right; }
  .rtl .two-column table .user-cell {
    text-align: right; }
  .rtl .country-list .country-container > a {
    float: right; }
    .rtl .country-list .country-container > a > span {
      margin: 0 0 0 10px; }
  .rtl .article-container h3,
  .rtl .description {
    float: right; }
  .rtl .download .video-container div {
    direction: ltr; }
  .rtl #ranking-container ol li a {
    float: right;
    text-align: right; }
  .rtl #ranking-container .points {
    float: left; }
  .rtl #ranking-container h3 {
    text-align: right;
    padding: 0 10px 0 0; }
  .rtl #ranking-container .icons.icon-aliance-points {
    right: auto;
    left: 25px; }
  .rtl .white-cup-icon {
    background-position: -126px 27px; }
  .rtl #ranking-container .toggle-menu:hover span {
    background-position: -231px 26px; }
  .rtl .lang-wraper.brown-pad {
    padding: 0 0 5px 3px; }
  .rtl #logo-image:before {
    margin: -65px -85px 0 0; }
  .rtl .main-menu li > a:before {
    left: auto;
    right: 0; }
  .rtl .country-list .country-container > a {
    text-align: right; }

.group-sponsor-holder {
  min-height: 155px;
  padding: 30px 30px 10px;
  margin-bottom: 25px;
  color: #EFC9A0;
  text-align: center;
  text-transform: uppercase;
  border: 2px dashed #806C59;
  border-radius: 13px; }
  .group-sponsor-holder h2 {
    margin-bottom: 35px;
    padding: 0 50px;
    font-size: 25px;
    background: none; }
  .group-sponsor-holder p {
    margin-bottom: 15px; }
  .group-sponsor-holder a {
    color: #5D87B9;
    text-decoration: underline; }
  .group-sponsor-holder.hasSponsor {
    min-height: 175px;
    padding: 10px 10px 5px;
    border-style: solid; }
  .group-sponsor-holder img {
    max-width: 400px !important;
    height: auto;
    margin: auto; }

.hp-sponsors-banner {
  position: relative;
  height: 168px;
  margin-bottom: 20px;
  padding: 30px 20px 0 360px;
  background: url("../gui/sponsors/homepage_baner_sponsors.png"); }
  .hp-sponsors-banner .more-info {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    line-height: 30px;
    padding: 0 30px;
    color: #E0CAB7;
    font-weight: bold;
    text-transform: uppercase;
    background: #6f5248;
    transition: color 0.25s; }
    .hp-sponsors-banner .more-info:hover {
      color: #FFF; }
  .hp-sponsors-banner .hp-banner-flag {
    position: absolute;
    top: 30px;
    left: 300px;
    width: 50px;
    height: 50px; }
  .hp-sponsors-banner h2 {
    margin-bottom: 20px;
    color: #ECC23C;
    font-size: 20px;
    text-transform: uppercase; }
  .hp-sponsors-banner p {
    line-height: 24px; }

.sponsor-section h2 {
  display: block;
  color: #E1DBD0;
  text-align: center;
  text-transform: uppercase; }
.sponsor-section .spnosor-packs {
  height: 200px;
  padding: 10px 50px;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 6px solid #443932; }
.sponsor-section .sp-pack {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 200px; }
  .sponsor-section .sp-pack b {
    font-size: 36px; }
  .sponsor-section .sp-pack .small {
    font-size: 26px; }
  .sponsor-section .sp-pack.bronze {
    color: #F2C9C9; }
  .sponsor-section .sp-pack.silver {
    color: #F1EDE8; }
  .sponsor-section .sp-pack.gold {
    color: #EAC07B; }
.sponsor-section .sp-pack.silver:before,
.sponsor-section .sp-pack.silver:after {
  position: absolute;
  top: 20px;
  display: inline-block;
  content: '';
  width: 1px;
  height: 120px;
  background: #443932; }
.sponsor-section .sp-pack.silver:before {
  left: 0; }
.sponsor-section .sp-pack.silver:after {
  right: 0; }
.sponsor-section .sp-star {
  display: inline-block;
  width: 110px;
  height: 100px;
  background: url("../gui/sponsors/sp_star.png?v=1"); }
  .sponsor-section .sp-star.bronze {
    background-position: 0 0; }
  .sponsor-section .sp-star.silver {
    background-position: -110px 0; }
  .sponsor-section .sp-star.gold {
    background-position: -220px 0; }
.sponsor-section .sponsor-desc img {
  float: right; }
.sponsor-section .sponsor-desc-in {
  float: left;
  width: 370px;
  padding: 20px 10px 20px 30px; }
.sponsor-section h3 {
  color: #F5EFE3;
  font-size: 20px; }
.sponsor-section p {
  margin-bottom: 40px;
  color: #F8E5BA; }
.sponsor-section a {
  color: #BAE6F8; }
.sponsor-section .offer-title {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: -56px; }
  .sponsor-section .offer-title.bronze {
    margin-left: 12px;
    color: #F2C9C9; }
  .sponsor-section .offer-title.silver {
    color: #F1EDE8; }
  .sponsor-section .offer-title.gold {
    margin-left: -12px;
    color: #EAC07B; }
.sponsor-section .sponsors-pack {
  width: 200px;
  width: 300px;
  height: 317px;
  height: 388px;
  margin: 0 38px;
  margin: 0;
  padding-top: 15px; }
  .sponsor-section .sponsors-pack p {
    position: relative;
    margin: 0;
    font-size: 20px;
    color: #FFF;
    color: #1a2c73;
    font-weight: bold;
    text-transform: uppercase; }
  .sponsor-section .sponsors-pack .offer-diamonds {
    position: relative;
    top: 65px; }
  .sponsor-section .sponsors-pack .offer-hours {
    position: relative;
    top: 220px;
    color: #9e603a; }
  .sponsor-section .sponsors-pack .offer-text {
    font-size: 10px;
    text-transform: uppercase;
    color: #453818; }
  .sponsor-section .sponsors-pack .offer-prize {
    position: relative;
    top: 248px;
    color: #ffffff; }

.sponsors-info-combinations-dot {
  display: inline-block;
  width: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
  margin-left: 10px;
  background-position: -1px -30px;
  background: #e5be67;
  border-radius: 50%;
  width: 13px;
  height: 13px; }
  .sponsors-info-combinations-dot div {
    background: #ded3cb;
    border-radius: 50%;
    width: 9px;
    height: 9px; }

.sponsors-info-combinations-info {
  display: inline-flex;
  padding-left: 5px; }

.wrapper:has(> .map) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../gui/2025/map-bg.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.map {
  display: flex;
  flex-direction: column;
  align-items: center; }

.tournament-donut-map {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../gui/2025/donut_map2.jpg") no-repeat;
  background-size: contain;
  filter: brightness(0.85) drop-shadow(2px 4px 30px black);
  border-bottom-left-radius: 10px; }
  .tournament-donut-map .map-row {
    display: flex; }
  .tournament-donut-map .donut-map-sprite {
    background: url("..gui/2025/donut-map-sprite.png") no-repeat; }
    .tournament-donut-map .donut-map-sprite.entry-point-1 {
      background-position: 0 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-2 {
      background-position: -60px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-3 {
      background-position: -120px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-4 {
      background-position: -180px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-5 {
      background-position: -240px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-6 {
      background-position: -300px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-7 {
      background-position: -360px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-8 {
      background-position: -420px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-9 {
      background-position: -480px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-10 {
      background-position: -540px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-11 {
      background-position: -600px 0; }
    .tournament-donut-map .donut-map-sprite.entry-point-12 {
      background-position: -660px 0; }
    .tournament-donut-map .donut-map-sprite.main-flag-1 {
      background-position: 0 -62px; }
    .tournament-donut-map .donut-map-sprite.main-flag-2 {
      background-position: -60px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-3 {
      background-position: -120px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-4 {
      background-position: -180px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-5 {
      background-position: -240px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-6 {
      background-position: -300px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-7 {
      background-position: -360px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-8 {
      background-position: -420px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-9 {
      background-position: -480px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-10 {
      background-position: -540px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-11 {
      background-position: -600px -65px; }
    .tournament-donut-map .donut-map-sprite.main-flag-12 {
      background-position: -660px -65px; }
  .tournament-donut-map .map-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 2px;
    font-size: 12px;
    border-right: 1px dashed rgba(255, 255, 255, 0.35);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.4s ease-out; }
    .tournament-donut-map .map-tile:hover {
      background: rgba(255, 255, 0, 0.2); }
    .tournament-donut-map .map-tile.bottom-end {
      border-bottom: none; }
    .tournament-donut-map .map-tile.right-end {
      border-right: none; }
    .tournament-donut-map .map-tile.left-end {
      border-left: none; }
    .tournament-donut-map .map-tile.empty-zone {
      border: none;
      background: rgba(0, 0, 0, 0.25); }
      .tournament-donut-map .map-tile.empty-zone .tile-number {
        visibility: hidden; }
    .tournament-donut-map .map-tile.no-actions {
      cursor: not-allowed; }
    .tournament-donut-map .map-tile.mine {
      cursor: pointer; }
    .tournament-donut-map .map-tile.current {
      background: rgba(255, 255, 255, 0.35);
      outline: 1px solid rgba(255, 255, 255, 0.8);
      box-shadow: 1px 1px 40px rgba(255, 255, 255, 0.95); }
    .tournament-donut-map .map-tile.border-top {
      border-top: 1px solid; }
    .tournament-donut-map .map-tile.border-right {
      border-right: 1px solid; }
    .tournament-donut-map .map-tile.border-bottom {
      border-bottom: 1px solid; }
    .tournament-donut-map .map-tile.border-left {
      border-left: 1px solid; }
    .tournament-donut-map .map-tile .tile-entry-point,
    .tournament-donut-map .map-tile .tile-exclusive,
    .tournament-donut-map .map-tile .tile-own {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 62px;
      height: 62px;
      transform: translate(-50%, -50%);
      transition: all 0.1s linear; }
    .tournament-donut-map .map-tile .tile-entry-point {
      width: 65px;
      height: auto; }
    .tournament-donut-map .map-tile .tile-exclusive {
      position: relative;
      width: 60px;
      height: 60px; }
    .tournament-donut-map .map-tile .tile-entry-point:before,
    .tournament-donut-map .map-tile .tile-exclusive:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.15) 0px, rgba(0, 0, 0, 0.25) 14px); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1 {
      background-color: rgba(255, 0, 0, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2 {
      background-color: rgba(0, 255, 0, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3 {
      background-color: rgba(0, 0, 255, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4 {
      background-color: rgba(255, 255, 0, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5 {
      background-color: rgba(0, 255, 255, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6 {
      background-color: rgba(255, 0, 255, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7 {
      background-color: rgba(255, 165, 0, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8 {
      background-color: rgba(128, 0, 128, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9 {
      background-color: rgba(255, 192, 203, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10 {
      background-color: rgba(0, 128, 128, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11 {
      background-color: rgba(191, 255, 0, 0.2); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12 {
      background-color: rgba(81, 47, 34, 0.2); }
    .tournament-donut-map .map-tile .tile-own.border-top {
      border-top: 1px solid;
      border-color: #494334; }
    .tournament-donut-map .map-tile .tile-own.border-right {
      border-right: 1px solid;
      border-color: #494334; }
    .tournament-donut-map .map-tile .tile-own.border-bottom {
      border-bottom: 1px solid;
      border-color: #494334; }
    .tournament-donut-map .map-tile .tile-own.border-left {
      border-left: 1px solid;
      border-color: #494334; }
    .tournament-donut-map .map-tile .tile-own.territory-borders {
      box-sizing: border-box; }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-1 {
        border-color: rgba(255, 0, 0, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-2 {
        border-color: rgba(0, 255, 0, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-3 {
        border-color: rgba(0, 0, 255, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-4 {
        border-color: rgba(255, 255, 0, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-5 {
        border-color: rgba(0, 255, 255, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-6 {
        border-color: rgba(255, 0, 255, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-7 {
        border-color: rgba(255, 165, 0, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-8 {
        border-color: rgba(128, 0, 128, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-9 {
        border-color: rgba(255, 192, 203, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-10 {
        border-color: rgba(0, 128, 128, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-11 {
        border-color: rgba(191, 255, 0, 0.6); }
      .tournament-donut-map .map-tile .tile-own.territory-borders.color-alliance-12 {
        border-color: rgba(81, 47, 34, 0.8); }
    .tournament-donut-map .map-tile .tile-own:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      /* Make sure the gradient doesn't interfere with tile interaction */
      background: transparent;
      /* Default no background */
      transition: background 0.3s ease;
      /* Transition for smooth visual effect */ }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-top:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-bottom:after {
      background-image: linear-gradient(to top, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-left:after {
      background-image: linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-right:after {
      background-image: linear-gradient(to left, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-1.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-top:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-bottom:after {
      background-image: linear-gradient(to top, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-left:after {
      background-image: linear-gradient(to right, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-right:after {
      background-image: linear-gradient(to left, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-2.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 0, 0.7), rgba(0, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-top:after {
      background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-bottom:after {
      background-image: linear-gradient(to top, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-left:after {
      background-image: linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-right:after {
      background-image: linear-gradient(to left, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-3.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 0, 255, 0.7), rgba(0, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-top:after {
      background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-bottom:after {
      background-image: linear-gradient(to top, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-left:after {
      background-image: linear-gradient(to right, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-right:after {
      background-image: linear-gradient(to left, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-4.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 255, 0, 0.7), rgba(255, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-top:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-bottom:after {
      background-image: linear-gradient(to top, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-left:after {
      background-image: linear-gradient(to right, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-right:after {
      background-image: linear-gradient(to left, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-5.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 255, 255, 0.7), rgba(0, 255, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-top:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-bottom:after {
      background-image: linear-gradient(to top, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-left:after {
      background-image: linear-gradient(to right, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-right:after {
      background-image: linear-gradient(to left, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-6.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 0, 255, 0.7), rgba(255, 0, 255, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-top:after {
      background-image: linear-gradient(to bottom, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-bottom:after {
      background-image: linear-gradient(to top, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-left:after {
      background-image: linear-gradient(to right, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-right:after {
      background-image: linear-gradient(to left, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-7.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 165, 0, 0.7), rgba(255, 165, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-top:after {
      background-image: linear-gradient(to bottom, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-bottom:after {
      background-image: linear-gradient(to top, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-left:after {
      background-image: linear-gradient(to right, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-right:after {
      background-image: linear-gradient(to left, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-8.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(128, 0, 128, 0.7), rgba(128, 0, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-top:after {
      background-image: linear-gradient(to bottom, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-bottom:after {
      background-image: linear-gradient(to top, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-left:after {
      background-image: linear-gradient(to right, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-right:after {
      background-image: linear-gradient(to left, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-9.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(255, 192, 203, 0.7), rgba(255, 192, 203, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-top:after {
      background-image: linear-gradient(to bottom, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-bottom:after {
      background-image: linear-gradient(to top, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-left:after {
      background-image: linear-gradient(to right, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-right:after {
      background-image: linear-gradient(to left, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-10.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(0, 128, 128, 0.7), rgba(0, 128, 128, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-top:after {
      background-image: linear-gradient(to bottom, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-bottom:after {
      background-image: linear-gradient(to top, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-left:after {
      background-image: linear-gradient(to right, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-right:after {
      background-image: linear-gradient(to left, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-11.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(191, 255, 0, 0.7), rgba(191, 255, 0, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-top:after {
      background-image: linear-gradient(to bottom, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-bottom:after {
      background-image: linear-gradient(to top, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-left:after {
      background-image: linear-gradient(to right, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-right:after {
      background-image: linear-gradient(to left, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-top.border-bottom:after {
      background-image: linear-gradient(to bottom, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-left.border-right:after {
      background-image: linear-gradient(to right, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-top.border-right:after {
      background-image: linear-gradient(to bottom, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-top.border-left:after {
      background-image: linear-gradient(to bottom, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-bottom.border-left:after {
      background-image: linear-gradient(to top, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-bottom.border-right:after {
      background-image: linear-gradient(to top, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-top.border-bottom.border-right:after {
      background-image: linear-gradient(to bottom, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-top.border-bottom.border-left:after {
      background-image: linear-gradient(to bottom, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to top, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-top.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-own.color-alliance-12.border-top.border-bottom.border-left.border-right:after {
      background-image: linear-gradient(to bottom, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to top, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to left, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%), linear-gradient(to right, rgba(81, 47, 34, 0.7), rgba(81, 47, 34, 0.2) 7%, transparent 15%); }
    .tournament-donut-map .map-tile .tile-number,
    .tournament-donut-map .map-tile .tile-points {
      position: absolute;
      cursor: unset; }
    .tournament-donut-map .map-tile .tile-number {
      top: 2px;
      left: 2px;
      color: #ffffff;
      font-weight: bold;
      font-style: italic;
      text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.9);
      transform: scale(0); }
    .tournament-donut-map .map-tile .tile-points {
      top: 50%;
      left: 50%;
      color: #ffffff;
      font-size: 20px;
      text-align: center;
      transform: translate(-50%, -50%) scale(0);
      text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.9); }
      .tournament-donut-map .map-tile .tile-points.special-zone {
        font-size: 25px; }
      .tournament-donut-map .map-tile .tile-points.master-zone {
        font-size: 30px; }
    .tournament-donut-map .map-tile .donut-map-army-flag {
      position: absolute;
      top: 45%;
      left: 50%;
      height: 65px;
      opacity: 0;
      transform: translate(50%, -50%);
      filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.4)) drop-shadow(0 0 0 rgba(0, 0, 0, 0.2)) drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 1px rgba(0, 0, 0, 0.2)); }
      .tournament-donut-map .map-tile .donut-map-army-flag.special-zone {
        top: 55%;
        left: 25%;
        height: 60px; }
    .tournament-donut-map .map-tile .donut-map-timer,
    .tournament-donut-map .map-tile .donut-map-attack,
    .tournament-donut-map .map-tile .donut-map-defence {
      position: absolute;
      top: 2px;
      right: 2px;
      width: 15px; }
    .tournament-donut-map .map-tile .selected-layer {
      position: absolute;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      background: url("../gui/tile-selected.png") no-repeat; }
  .tournament-donut-map .tile-action {
    position: absolute;
    left: 17%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 120px;
    height: 24px;
    font-size: 12px;
    text-transform: capitalize;
    background: #f2cf66;
    cursor: pointer;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left; }
    .tournament-donut-map .tile-action:hover .action-menu-icon {
      background-color: #f2cf66; }
    .tournament-donut-map .tile-action.disable {
      background: #d5b65a;
      cursor: auto; }
      .tournament-donut-map .tile-action.disable:hover .action-menu-icon {
        background-color: #d5b65a; }
    .tournament-donut-map .tile-action .action-menu-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 100%;
      margin-right: 5px;
      background-color: #d5b65a;
      transition: background-color 0.4s ease-out; }
      .tournament-donut-map .tile-action .action-menu-icon span {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url("..gui/2025/table_header_icons.png") no-repeat;
        background: url("..gui/2025/tabs_pict.png") no-repeat;
        transform: scale(0.7); }
        .tournament-donut-map .tile-action .action-menu-icon span.attack {
          background-position: -30px -80px;
          background-position: -242px -60px; }
        .tournament-donut-map .tile-action .action-menu-icon span.move {
          background-position: -30px -80px;
          background-position: -184px -57px; }
        .tournament-donut-map .tile-action .action-menu-icon span.spy {
          background-position: -30px -80px;
          background-position: -123px -90px; }
    .tournament-donut-map .tile-action .action-menu-name {
      display: inline-block;
      width: 100%;
      height: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 24px;
      overflow: hidden; }

.tournament-donut-ranking {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  box-sizing: border-box; }
  .tournament-donut-ranking .tournament-donut-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 15px; }
    .tournament-donut-ranking .tournament-donut-title .donut-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 263px;
      height: 40px;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: bold;
      filter: drop-shadow(2px 4px 6px black); }
      .tournament-donut-ranking .tournament-donut-title .donut-button.donut-button-league-1 {
        background: url("../gui/2025/button_platinum_inactive.png") no-repeat; }
        .tournament-donut-ranking .tournament-donut-title .donut-button.donut-button-league-1:hover, .tournament-donut-ranking .tournament-donut-title .donut-button.donut-button-league-1.selected {
          background: url("../gui/2025/button_platinum.png") no-repeat; }
      .tournament-donut-ranking .tournament-donut-title .donut-button.donut-button-league-2 {
        background: url("../gui/2025/button_gold_inactive.png") no-repeat; }
        .tournament-donut-ranking .tournament-donut-title .donut-button.donut-button-league-2:hover, .tournament-donut-ranking .tournament-donut-title .donut-button.donut-button-league-2.selected {
          background: url("../gui/2025/button_gold.png") no-repeat; }
  .tournament-donut-ranking .tournament-donut-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    height: 40px;
    margin: 0 auto -15px;
    color: #ffffff;
    font-size: 20px;
    box-sizing: border-box;
    background-size: cover; }
    .tournament-donut-ranking .tournament-donut-banner.banner-1 {
      background: url("../gui/2025/banners/banner_1.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-2 {
      background: url("../gui/2025/banners/banner_2.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-3 {
      background: url("../gui/2025/banners/banner_3.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-4 {
      background: url("../gui/2025/banners/banner_4.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-5 {
      background: url("../gui/2025/banners/banner_5.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-6 {
      background: url("../gui/2025/banners/banner_6.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-7 {
      background: url("../gui/2025/banners/banner_7.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-8 {
      background: url("../gui/2025/banners/banner_8.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-9 {
      background: url("../gui/2025/banners/banner_9.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-10 {
      background: url("../gui/2025/banners/banner_10.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-11 {
      background: url("../gui/2025/banners/banner_11.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner.banner-12 {
      background: url("../gui/2025/banners/banner_12.png") no-repeat; }
    .tournament-donut-ranking .tournament-donut-banner .banner-building img {
      position: relative;
      left: 20px;
      bottom: 10px;
      height: 75px; }
    .tournament-donut-ranking .tournament-donut-banner .banner-flag img {
      position: relative;
      right: 5px;
      bottom: 20px;
      height: 85px; }
    .tournament-donut-ranking .tournament-donut-banner .banner-alliance {
      position: absolute;
      top: 50%;
      left: 50%;
      font-weight: bold;
      transform: translate(-50%, -50%); }
      .tournament-donut-ranking .tournament-donut-banner .banner-alliance .alliance {
        color: #ffffff; }
  .tournament-donut-ranking .map-settings {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    background: #96886d;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateY(100%);
    transition: all 0.4s ease-out;
    height: 40px;
    box-sizing: border-box; }
    .tournament-donut-ranking .map-settings.open {
      transform: translateY(0); }
      .tournament-donut-ranking .map-settings.open .map-settings-arrow-icon {
        transform: rotate(180deg); }
    .tournament-donut-ranking .map-settings .map-setting {
      display: flex;
      align-items: center;
      justify-content: center; }
    .tournament-donut-ranking .map-settings .map-settings-arrow {
      position: absolute;
      top: -32px;
      right: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 32px;
      padding: 3px;
      background: #96886DFF;
      box-sizing: border-box;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-bottom: none;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      cursor: pointer; }
      .tournament-donut-ranking .map-settings .map-settings-arrow .map-settings-arrow-icon {
        display: inline-block;
        width: 40px;
        height: 20px;
        background-position: -425px -20px;
        transition: all 0.4s linear; }

.players-ranking {
  height: 83%;
  position: relative;
  overflow: hidden;
  margin-right: 5px; }

.entry-point-animation {
  animation: addEntryPoint 0.6s cubic-bezier(0, 0.28, 1, 0.03) forwards; }

@keyframes addEntryPoint {
  0% {
    transform: translate(-50%, -50%) scale(0); }
  100% {
    transform: translate(-50%, -50%) scale(1); } }
.flag-animation {
  animation: addFlag 1.8s ease-out forwards;
  animation-delay: 0.7s; }

@keyframes addFlag {
  0% {
    opacity: 0;
    transform: translate(-50%, -100%) rotateY(0); }
  5% {
    opacity: 1;
    transform: translate(-50%, -100%) rotateY(0); }
  97% {
    transform: translate(-50%, -100%) rotateY(360deg); }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateY(360deg); } }
.action-menu-animation {
  animation: addActionMenu 0.3s linear forwards; }
  .action-menu-animation.delay-100 {
    animation-delay: 0.1s; }
  .action-menu-animation.delay-200 {
    animation-delay: 0.2s; }
  .action-menu-animation.delay-300 {
    animation-delay: 0.3s; }
  .action-menu-animation.delay-400 {
    animation-delay: 0.4s; }
  .action-menu-animation.delay-500 {
    animation-delay: 0.5s; }

@keyframes addActionMenu {
  0% {
    transform: translateY(-50%) scaleX(0);
    transform-origin: left; }
  100% {
    transform: translateY(-50%) scaleX(1);
    transform-origin: left; } }
.animate-title {
  animation: showTitle 1.5s ease-out forwards;
  animation-delay: 0.2s; }
  .animate-title.delay-300 {
    animation-delay: 0.3s; }

@keyframes showTitle {
  0% {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0); }
  30% {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5); }
  70% {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5); }
  100% {
    position: fixed;
    top: 14%;
    left: 67%;
    transform: translate(-50%, -50%) scale(1); } }
#tournament-donut-wrapper {
  position: relative; }
  #tournament-donut-wrapper .overlay-tutorial-donut {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2; }
    #tournament-donut-wrapper .overlay-tutorial-donut .highlight {
      position: absolute;
      width: 200px;
      /* Width of the transparent hole */
      height: 200px;
      /* Height of the transparent hole */
      top: 0;
      left: 0;
      background-color: transparent;
      border-radius: 50%;
      box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
      /* Create an outer shadow to maintain overlay color */
      cursor: pointer; }
    #tournament-donut-wrapper .overlay-tutorial-donut .skip-button {
      position: absolute;
      top: 10px;
      right: 15px;
      z-index: 2;
      color: white;
      cursor: pointer; }
  #tournament-donut-wrapper .donut-tutorial-text {
    position: absolute;
    bottom: 100px;
    right: 10px;
    z-index: 10;
    width: 500px;
    height: auto;
    color: white;
    font-family: HandWrite, Palatino Linotype, Palatino, serif; }

#zoneNumber {
  font-size: 36px;
  color: #ffffff; }

.donut-lock-screen {
  width: 467px;
  height: 559px;
  background: url("../gui/2025/donut-lock-screen.png") no-repeat;
  background-size: contain; }
  .donut-lock-screen .ni-prozorec {
    position: absolute;
    bottom: 26%;
    left: 49%;
    transform: translateX(-50%);
    font-size: 24px; }

.ranking {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .ranking .rankings-wrapper,
  .ranking .ranking-rows-wrapper {
    display: flex;
    flex-direction: column; }
  .ranking .ranking-rows-wrapper {
    gap: 5px; }
  .ranking .ranking-rows-wrapper {
    padding: 15px;
    background: #B2A07C url("../gui/2025/bg_patern.png?");
    color: black; }
  .ranking .table-stats {
    width: 100%; }
  .ranking .ranking-table-header,
  .ranking .ranking-row {
    display: flex;
    align-items: center; }
    .ranking .ranking-table-header.big,
    .ranking .ranking-row.big {
      zoom: 1.3;
      font-weight: bold; }
      .ranking .ranking-table-header.big .ranking-position,
      .ranking .ranking-row.big .ranking-position {
        margin-right: 0; }
    .ranking .ranking-table-header-alliance, .ranking .ranking-table-header-points-icons-wrapper,
    .ranking .ranking-table-header .ranking-position-wrapper,
    .ranking .ranking-table-header .ranking-stats-wrapper,
    .ranking .ranking-row-alliance,
    .ranking .ranking-row-points-icons-wrapper,
    .ranking .ranking-row .ranking-position-wrapper,
    .ranking .ranking-row .ranking-stats-wrapper {
      flex: 1 1 50%; }
    .ranking .ranking-table-header-points-icons-wrapper,
    .ranking .ranking-table-header .ranking-stats-wrapper,
    .ranking .ranking-row-points-icons-wrapper,
    .ranking .ranking-row .ranking-stats-wrapper {
      justify-content: space-between; }
    .ranking .ranking-table-header-points-icons-wrapper,
    .ranking .ranking-table-header .ranking-alliance-wrapper,
    .ranking .ranking-table-header .ranking-stats-wrapper,
    .ranking .ranking-row-points-icons-wrapper,
    .ranking .ranking-row .ranking-alliance-wrapper,
    .ranking .ranking-row .ranking-stats-wrapper {
      display: flex;
      align-items: center; }
    .ranking .ranking-table-header .icon-wrapper,
    .ranking .ranking-table-header .stat-wrapper,
    .ranking .ranking-row .icon-wrapper,
    .ranking .ranking-row .stat-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
    .ranking .ranking-table-header .ranking-position,
    .ranking .ranking-row .ranking-position {
      margin-right: 5px;
      min-width: 15px; }
    .ranking .ranking-table-header .ranking-alliance-flag,
    .ranking .ranking-row .ranking-alliance-flag {
      width: 30px;
      margin-right: 5px; }
  .ranking .ranking-table-header {
    zoom: 1.3;
    background: black;
    border-radius: 4px;
    padding: 10px 0; }
    .ranking .ranking-table-header .alliance-heading {
      margin-left: 20px; }
  .ranking .donut-ranking-divider {
    width: 100%;
    object-fit: scale-down; }
  .ranking .net-points-background {
    width: 24px;
    height: 27px;
    mask: url("../gui/2025/player_profile_sprite.png") no-repeat;
    -webkit-mask: url("../gui/2025/player_profile_sprite.png") no-repeat;
    background-color: wheat;
    mask-position: 0 -620px;
    -webkit-mask-position: 0 -620px;
    zoom: 0.7; }
  .ranking .tournament-points-background {
    width: 34px;
    height: 32px;
    mask: url("../gui/2025/player_profile_sprite.png") no-repeat;
    -webkit-mask: url("../gui/2025/player_profile_sprite.png") no-repeat;
    mask-position: 0 -650px;
    background-color: wheat;
    -webkit-mask-position: 0 -650px;
    zoom: 0.7; }
  .ranking .points-per-hour {
    width: 31px;
    height: 25px;
    mask: url("../gui/2025/player_profile_sprite.png?") no-repeat;
    -webkit-mask: url("../gui/2025/player_profile_sprite.png?") no-repeat;
    background-color: wheat;
    mask-position: -110px -620px;
    -webkit-mask-position: -110px -620px;
    zoom: 0.7; }

.show-first-in-ranking {
  animation: showFirstInRanking 6s ease-in-out infinite;
  opacity: 0;
  scale: 1; }

@keyframes showFirstInRanking {
  0% {
    opacity: 0;
    scale: 1;
    left: 50%; }
  10% {
    opacity: 1; }
  20% {
    scale: 1;
    left: 50%; }
  40% {
    scale: 1.03;
    left: 51.5%; }
  60% {
    scale: 1;
    left: 50%; }
  80% {
    scale: 1.03;
    left: 51.5%; }
  95% {
    opacity: 1;
    scale: 1;
    left: 50%; }
  100% {
    opacity: 0;
    scale: 1;
    left: 50%; } }
.showItem {
  animation: showItem 7s linear infinite;
  opacity: 0; }
  .showItem.delay-1 {
    animation-delay: 300ms; }
  .showItem.delay-2 {
    animation-delay: 600ms; }

@keyframes showItem {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  45% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.showCurrentPosition {
  animation: showCurrentPosition 7s linear infinite;
  opacity: 0;
  animation-delay: 0.4s;
  transform: translate(0, 0); }

@keyframes showCurrentPosition {
  0% {
    opacity: 0;
    transform: translate(0, 0); }
  10% {
    opacity: 1;
    transform: translate(0, 0); }
  25% {
    opacity: 1;
    transform: translate(172%, 87%); }
  98% {
    opacity: 1;
    transform: translate(172%, 87%); }
  100% {
    opacity: 0;
    transform: translate(172%, 87%); } }
.showArmy {
  animation: showArmy 7s linear infinite;
  opacity: 0;
  animation-delay: 0.8s;
  transform: translate(0, 0); }

@keyframes showArmy {
  0% {
    opacity: 0;
    transform: translate(0, 0); }
  20% {
    opacity: 1;
    transform: translate(0, 0); }
  30% {
    opacity: 1;
    transform: translate(-105%, 0); }
  98% {
    opacity: 1;
    transform: translate(-105%, 0); }
  100% {
    opacity: 0;
    transform: translate(-105%, 0); } }
.showAndMoveSpy {
  animation: showAndMoveSpy 6s linear infinite;
  opacity: 0;
  animation-delay: 1s;
  transform: translate(0, 0); }

@keyframes showAndMoveSpy {
  0% {
    opacity: 0;
    transform: translate(0, 0); }
  5% {
    opacity: 1;
    transform: translate(0, 0); }
  10% {
    opacity: 1;
    transform: translate(0, -220%); }
  40% {
    opacity: 1;
    transform: translate(0, -220%); }
  50% {
    opacity: 0;
    transform: translate(0, -220%); }
  51% {
    opacity: 0;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, 0); } }
.showAndMoveSpy2 {
  animation: showAndMoveSpy2 6s linear infinite;
  opacity: 0;
  animation-delay: 1s;
  transform: translate(0, 0); }

@keyframes showAndMoveSpy2 {
  0% {
    opacity: 0;
    transform: translate(0, 0); }
  5% {
    opacity: 1;
    transform: translate(0, 0); }
  10% {
    opacity: 1;
    transform: translate(110%, -480%); }
  40% {
    opacity: 1;
    transform: translate(110%, -480%); }
  50% {
    opacity: 0;
    transform: translate(110%, -480%); }
  51% {
    opacity: 0;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(0, 0); } }
.showIfHasArmy {
  animation: showIfHasArmy 6s linear infinite;
  opacity: 0;
  animation-delay: 1s;
  transform: translate(0, 0); }

@keyframes showIfHasArmy {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  55% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.showDefenceIcon {
  animation: showDefenceIcon 6s linear infinite;
  opacity: 0;
  animation-delay: 1s;
  transform: translate(0, 0); }

@keyframes showDefenceIcon {
  0% {
    opacity: 0;
    transform: translate(0, 0);
    width: 8%; }
  5% {
    opacity: 1;
    transform: translate(0, 0);
    width: 8%; }
  10% {
    opacity: 1;
    transform: translate(820%, 700%);
    width: 4%; }
  99% {
    opacity: 1;
    transform: translate(820%, 700%); }
  100% {
    opacity: 0;
    transform: translate(0, 0);
    width: 4%; } }
.showAttackIcon {
  animation: showAttackIcon 6s linear infinite;
  opacity: 0;
  animation-delay: 1s;
  transform: translate(0, 0); }

@keyframes showAttackIcon {
  0% {
    opacity: 0;
    transform: translate(0, 0); }
  10% {
    opacity: 0;
    transform: translate(0, 0);
    width: 8%; }
  15% {
    opacity: 1;
    transform: translate(0, 0);
    width: 8%; }
  20% {
    opacity: 1;
    transform: translate(630%, 350%);
    width: 5%; }
  99% {
    opacity: 1;
    transform: translate(630%, 350%); }
  100% {
    opacity: 0;
    transform: translate(0, 0);
    width: 5%; } }
.moveArmyWrong {
  animation: moveArmyWrong 6s linear infinite;
  opacity: 1;
  animation-delay: 1s;
  transform: translate(0, 0); }

@keyframes moveArmyWrong {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  10% {
    opacity: 1;
    transform: translate(0, -100%); }
  41% {
    opacity: 1;
    transform: translate(0, -100%); }
  42% {
    opacity: 0;
    transform: translate(0, -100%); }
  50% {
    opacity: 0;
    transform: translate(0, 0); }
  51% {
    opacity: 1;
    transform: translate(0, 0); }
  60% {
    opacity: 1;
    transform: translate(0, 100%); }
  92% {
    opacity: 1;
    transform: translate(0, 100%); }
  93% {
    opacity: 0;
    transform: translate(0, 100%); }
  100% {
    opacity: 0;
    transform: translate(0, 0); } }
.show-x-mark {
  animation: showXMark 6s linear infinite;
  opacity: 0;
  animation-delay: 1s; }

@keyframes showXMark {
  0% {
    opacity: 0; }
  10% {
    opacity: 0; }
  20% {
    opacity: 1; }
  41% {
    opacity: 1; }
  42% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.showArrow {
  animation: showArrow 6s linear infinite;
  opacity: 0;
  animation-delay: 1s; }
  .showArrow.delay-1 {
    animation-delay: 1.2s; }
  .showArrow.delay-2 {
    animation-delay: 1.4s; }
  .showArrow.delay-3 {
    animation-delay: 1.6s; }
  .showArrow.delay-4 {
    animation-delay: 1.8s; }
  .showArrow.delay-5 {
    animation-delay: 2s; }
  .showArrow.delay-6 {
    animation-delay: 2.2s; }
  .showArrow.delay-7 {
    animation-delay: 2.4s; }
  .showArrow.delay-8 {
    animation-delay: 2.6s; }
  .showArrow.delay-9 {
    animation-delay: 2.8s; }
  .showArrow.delay-10 {
    animation-delay: 3s; }
  .showArrow.delay-11 {
    animation-delay: 3.2s; }

@keyframes showArrow {
  0% {
    opacity: 0; }
  5% {
    /* Quick fade in */
    opacity: 1; }
  84% {
    /* Stay visible */
    opacity: 1; }
  85% {
    /* All disappear together */
    opacity: 0; }
  100% {
    opacity: 0; } }
.showCircle {
  animation: showCircle 10.6s linear infinite;
  opacity: 0; }
  .showCircle.delay-0 {
    animation-delay: 1s; }
  .showCircle.delay-1 {
    animation-delay: 1.8s; }
  .showCircle.delay-2 {
    animation-delay: 2.6s; }
  .showCircle.delay-3 {
    animation-delay: 3.4s; }
  .showCircle.delay-4 {
    animation-delay: 4.2s; }
  .showCircle.delay-5 {
    animation-delay: 5s; }
  .showCircle.delay-6 {
    animation-delay: 5.8s; }
  .showCircle.delay-7 {
    animation-delay: 6.6s; }
  .showCircle.delay-8 {
    animation-delay: 7.4s; }
  .showCircle.delay-9 {
    animation-delay: 8.2s; }
  .showCircle.delay-10 {
    animation-delay: 9s; }
  .showCircle.delay-11 {
    animation-delay: 9.8s; }

@keyframes showCircle {
  0% {
    opacity: 0; }
  2% {
    opacity: 1; }
  10% {
    opacity: 1; }
  11% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.showZoneAttackArrow {
  animation: showZoneAttackArrow 6s linear infinite;
  opacity: 0; }

@keyframes showZoneAttackArrow {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.showZoneAttackIcon {
  animation: showZoneAttackIcon 6s linear infinite;
  opacity: 0;
  transform: translate(0, 0); }

@keyframes showZoneAttackIcon {
  0% {
    opacity: 0;
    transform: translate(0, 0); }
  5% {
    opacity: 0; }
  10% {
    opacity: 1;
    transform: translate(0, 0); }
  20% {
    opacity: 1;
    transform: translate(0, -10px); }
  30% {
    opacity: 1;
    transform: translate(0, 0); }
  40% {
    opacity: 1;
    transform: translate(0, -10px); }
  50% {
    opacity: 1;
    transform: translate(0, 0); }
  51% {
    opacity: 0; }
  100% {
    opacity: 0;
    transform: translate(0, 0); } }
.showZoneAttackTimer {
  animation: showZoneAttackTimer 6s linear infinite;
  opacity: 0;
  scale: 2; }

@keyframes showZoneAttackTimer {
  0% {
    opacity: 0;
    scale: 2; }
  50% {
    opacity: 0;
    scale: 2; }
  55% {
    opacity: 1; }
  60% {
    opacity: 1;
    scale: 1; }
  98% {
    opacity: 1; }
  100% {
    opacity: 0;
    scale: 1; } }
.number-animation {
  font-weight: bold;
  animation: numberCount 7s steps(11, end) infinite; }

.number-animation::before {
  content: "0";
  animation: inherit; }

@keyframes numberCount {
  0% {
    content: "0"; }
  50% {
    content: "0"; }
  55% {
    content: "10"; }
  60% {
    content: "20"; }
  65% {
    content: "30"; }
  70% {
    content: "40"; }
  75% {
    content: "50"; }
  80% {
    content: "60"; }
  85% {
    content: "70"; }
  90% {
    content: "80"; }
  95% {
    content: "90"; }
  100% {
    content: "100"; } }
.flyOutTimer {
  animation: flyOutTimer 7s linear infinite;
  opacity: 1;
  scale: 1;
  transform: translate(0, 0); }

@keyframes flyOutTimer {
  0% {
    opacity: 1;
    scale: 1;
    transform: translate(0, 0); }
  10% {
    opacity: 1;
    scale: 1.8;
    transform: translate(0, 0); }
  34% {
    opacity: 1; }
  40% {
    opacity: 0;
    scale: 1;
    transform: translate(600%, -350%); }
  100% {
    opacity: 0; } }
.showPointsText {
  animation: showPointsText 7s linear infinite;
  opacity: 0; }

@keyframes showPointsText {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  45% {
    opacity: 1; }
  98% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.step-image-wrapper {
  position: relative; }

#step7Partial1 {
  width: 97%;
  height: 11%;
  border: 1px solid #3700ff;
  border-radius: 5px;
  position: absolute;
  top: 11.5%;
  left: 50%;
  transform: translateX(-50%); }

#step8Partial1,
#step8Partial2,
#step8Partial3 {
  position: absolute;
  width: 15%; }

#step8Partial1 {
  top: 38%;
  left: 65%;
  transform: rotate(270deg); }

#step8Partial2 {
  top: 45%;
  left: 57%;
  transform: rotate(180deg); }

#step8Partial3 {
  top: 52%;
  left: 65%;
  transform: rotate(90deg); }

#step9Partial1 {
  width: 11%;
  height: 11.2%;
  border: 1px solid #ffffff;
  position: absolute;
  top: 34%;
  left: 46%;
  opacity: 0; }

#step10Partial1 {
  position: absolute;
  top: 34.4%;
  left: 84%;
  opacity: 0;
  width: 22%; }

#step11Partial1,
#step11Partial2,
#step11Partial3,
#step11Partial4 {
  position: absolute;
  width: 7%; }

#step11Partial1,
#step11Partial2 {
  top: 48%;
  left: 67%;
  width: 10%; }

#step11Partial3 {
  top: 24%;
  left: 80%; }

#step11Partial4 {
  top: 35%;
  left: 68.5%; }

#step12Partial1,
#step12Partial2 {
  position: absolute;
  top: 10%;
  left: 40%;
  width: 8%; }

#step13Partial1 {
  position: absolute;
  top: 34.5%;
  left: 62%;
  width: 22%; }

#step13Partial2 {
  position: absolute;
  top: 33%;
  left: 66%;
  opacity: 0;
  zoom: 2; }

#step1Partial1,
#step1Partial2,
#step1Partial3,
#step1Partial4,
#step1Partial5,
#step1Partial6,
#step1Partial7,
#step1Partial8,
#step1Partial9,
#step1Partial10,
#step1Partial11,
#step1Partial12 {
  position: absolute;
  width: 15%; }

#step1Partial1,
#step1Partial2,
#step1Partial3 {
  top: 7%;
  transform: rotate(270deg); }

#step1Partial1,
#step1Partial7 {
  left: 19%; }

#step1Partial2,
#step1Partial8 {
  left: 42%; }

#step1Partial3,
#step1Partial9 {
  left: 65%; }

#step1Partial4,
#step1Partial5,
#step1Partial6 {
  left: 80%; }

#step1Partial4,
#step1Partial10 {
  top: 22%; }

#step1Partial5,
#step1Partial11 {
  top: 45%; }

#step1Partial6,
#step1Partial12 {
  top: 68%; }

#step1Partial7,
#step1Partial8,
#step1Partial9 {
  top: 84%;
  transform: rotate(90deg); }

#step1Partial10,
#step1Partial11,
#step1Partial12 {
  left: 5%;
  transform: rotate(180deg); }

#step5Partial1,
#step5Partial2,
#step5Partial3,
#step5Partial4,
#step5Partial5 {
  position: absolute;
  width: 15%; }

#step5Partial1 {
  top: 30%;
  left: 19%; }

#step5Partial2 {
  top: 60%;
  left: 19%; }

#step5Partial3 {
  top: 30%;
  left: 65%;
  transform: rotate(180deg); }

#step5Partial4 {
  top: 60%;
  left: 65%;
  transform: rotate(180deg); }

#step5Partial5 {
  top: 35%;
  left: 43%;
  transform: rotate(90deg); }

#step6Partial1,
#step6Partial2,
#step6Partial3,
#step6Partial4 {
  position: absolute;
  width: 15%; }

#step6Partial1 {
  top: 3%;
  left: 9%;
  transform: rotate(180deg); }

#step6Partial2 {
  top: 3%;
  left: 76%; }

#step6Partial3 {
  top: 87%;
  left: 9%;
  transform: rotate(180deg); }

#step6Partial4 {
  top: 87%;
  left: 76%; }

.circle {
  position: absolute;
  width: 15%;
  height: 15%;
  border-radius: 50%;
  border: 1px solid #c92e2e; }

#step2Partial1,
#step2Partial2,
#step2Partial3 {
  top: -7%; }

#step2Partial7,
#step2Partial8,
#step2Partial9 {
  top: 82%; }

#step2Partial1,
#step2Partial9 {
  left: 13%; }

#step2Partial2,
#step2Partial8 {
  left: 36%; }

#step2Partial3,
#step2Partial7 {
  left: 59%; }

#step2Partial4,
#step2Partial5,
#step2Partial6 {
  left: 80%; }

#step2Partial10,
#step2Partial11,
#step2Partial12 {
  left: -7%; }

#step2Partial4,
#step2Partial12 {
  top: 13%; }

#step2Partial5,
#step2Partial11 {
  top: 37%; }

#step2Partial6,
#step2Partial10 {
  top: 59%; }

#step3Partial1,
#step3Partial2,
#step3Partial3 {
  position: absolute; }

#step3Partial1 {
  width: 15%;
  top: 22%;
  left: 33%; }

#step3Partial2 {
  width: 13%;
  top: 14%;
  left: 43%; }

#step3Partial3 {
  width: 4%;
  top: 24%;
  left: 49%; }

#step4Partial1,
#step4Partial2 {
  position: absolute; }

#step4Partial1 {
  width: 4%;
  top: 24%;
  left: 49%; }

#step4Partial2 {
  top: 5%;
  left: 60%; }

.teams-icon {
  background-position: -3px -4px; }

.current .teams-icon {
  background-position: -63px -4px; }

.players-icon {
  background-position: -3px -34px; }

.current .players-icon {
  background-position: -63px -34px; }

.white-cup-icon {
  background-position: -131px 27px; }

.white-arrow {
  background-position: -109px -29px; }

.white-arrow.open {
  background-position: -155px -29px; }

.lang-en {
  background-position: 0px 0px; }

.lang-bg {
  background-position: -40px 0px; }

.lang-pt {
  background-position: -80px 0px; }

.lang-br {
  background-position: -120px 0px; }

.lang-es {
  background-position: -160px 0px; }

.lang-it {
  background-position: -200px 0px; }

.lang-ro {
  background-position: -240px 0px; }

.lang-tr {
  background-position: -280px 0px; }

.lang-rs {
  background-position: -320px 0px; }

.lang-hr {
  background-position: -360px 0px; }

.lang-pl {
  background-position: -400px 0px; }

.lang-ge {
  background-position: -440px 0px; }

.lang-fr {
  background-position: 0px -40px; }

.lang-de {
  background-position: -40px -40px; }

.lang-ae {
  background-position: -80px -40px; }

.lang-fa2 {
  background-position: -120px -40px; }

.lang-ru {
  background-position: -160px -40px; }

.lang-ua {
  background-position: -200px -40px; }

.lang-cz {
  background-position: -240px -40px; }

.lang-mk {
  background-position: -280px -40px; }

.lang-me {
  background-position: -320px -40px; }

.lang-gr {
  background-position: -360px -40px; }

.lang-no {
  background-position: -400px -40px; }

.lang-cn {
  background-position: -440px -40px; }

.lang-se {
  background-position: 0px -80px; }

.lang-jp {
  background-position: -40px -80px; }

.lang-nl {
  background-position: -80px -80px; }

.lang-si {
  background-position: -120px -80px; }

.lang-hu {
  background-position: -160px -80px; }

.lang-il {
  background-position: -200px -80px; }

.lang-al {
  background-position: -240px -80px; }

.lang-az {
  background-position: -280px -80px; }

.lang-sk {
  background-position: -320px -80px; }

.lang-lt {
  background-position: -360px -80px; }

.lang-hi {
  background-position: -400px -80px; }

.lang-ko,
.lang-ko2 {
  background-position: -440px -80px; }

.ui-small-flags {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("../gui/low-flags-small.png?v=1"); }

.ui-small-flags:hover {
  background-image: url("../gui/low-flags-small-hover.png?v=1"); }

.ui-small-flags.en {
  background-position: 0px 0px; }
.ui-small-flags.bg {
  background-position: -30px 0px; }
.ui-small-flags.pt {
  background-position: -60px 0px; }
.ui-small-flags.br {
  background-position: -90px 0px; }
.ui-small-flags.es {
  background-position: -120px 0px; }
.ui-small-flags.it {
  background-position: -150px 0px; }
.ui-small-flags.ro {
  background-position: -180px 0px; }
.ui-small-flags.tr {
  background-position: -210px 0px; }
.ui-small-flags.rs {
  background-position: -240px 0px; }
.ui-small-flags.hr {
  background-position: -270px 0px; }
.ui-small-flags.pl {
  background-position: -300px 0px; }
.ui-small-flags.ge {
  background-position: -330px 0px; }
.ui-small-flags.fr {
  background-position: 0px -30px; }
.ui-small-flags.de {
  background-position: -30px -30px; }
.ui-small-flags.ae {
  background-position: -60px -30px; }
.ui-small-flags.fa2 {
  background-position: -90px -30px; }
.ui-small-flags.ru {
  background-position: -120px -30px; }
.ui-small-flags.ua {
  background-position: -150px -30px; }
.ui-small-flags.cz {
  background-position: -180px -30px; }
.ui-small-flags.mk {
  background-position: -210px -30px; }
.ui-small-flags.me {
  background-position: -240px -30px; }
.ui-small-flags.gr {
  background-position: -270px -30px; }
.ui-small-flags.no {
  background-position: -300px -30px; }
.ui-small-flags.cn {
  background-position: -330px -30px; }
.ui-small-flags.se {
  background-position: 0px -60px; }
.ui-small-flags.jp {
  background-position: -30px -60px; }
.ui-small-flags.nl {
  background-position: -60px -60px; }
.ui-small-flags.si {
  background-position: -90px -60px; }
.ui-small-flags.hu {
  background-position: -120px -60px; }
.ui-small-flags.il {
  background-position: -150px -60px; }
.ui-small-flags.al {
  background-position: -180px -60px; }
.ui-small-flags.az {
  background-position: -210px -60px; }
.ui-small-flags.sk {
  background-position: -240px -60px; }
.ui-small-flags.lt {
  background-position: -270px -60px; }
.ui-small-flags.hi {
  background-position: -300px -60px; }
.ui-small-flags.ko, .ui-small-flags.ko2 {
  background-position: -330px -60px; }

.flag-UN {
  background-position: 0 0; }

.flag-ad {
  background-position: -25px 0; }

.flag-ae {
  background-position: -50px 0; }

.flag-af {
  background-position: -75px 0; }

.flag-ag {
  background-position: -100px 0; }

.flag-ai {
  background-position: -125px 0; }

.flag-al {
  background-position: -150px 0; }

.flag-am {
  background-position: -175px 0; }

.flag-an {
  background-position: -200px 0; }

.flag-ao {
  background-position: -225px 0; }

.flag-aq {
  background-position: -250px 0; }

.flag-ar {
  background-position: -275px 0; }

.flag-as {
  background-position: -300px 0; }

.flag-at {
  background-position: -325px 0; }

.flag-au {
  background-position: -350px 0; }

.flag-aw {
  background-position: -375px 0; }

.flag-ax {
  background-position: -400px 0; }

.flag-az {
  background-position: -425px 0; }

.flag-ba {
  background-position: -450px 0; }

.flag-bb {
  background-position: -475px 0; }

.flag-bd {
  background-position: -500px 0; }

.flag-be {
  background-position: -525px 0; }

.flag-bf {
  background-position: -550px 0; }

.flag-bg {
  background-position: -575px 0; }

.flag-bh {
  background-position: -600px 0; }

.flag-bi {
  background-position: -625px 0; }

.flag-bj {
  background-position: -650px 0; }

.flag-bm {
  background-position: -675px 0; }

.flag-bn {
  background-position: -700px 0; }

.flag-bo {
  background-position: -725px 0; }

.flag-br {
  background-position: -750px 0; }

.flag-bs {
  background-position: -775px 0; }

.flag-bt {
  background-position: -800px 0; }

.flag-bv {
  background-position: -825px 0; }

.flag-bw {
  background-position: -850px 0; }

.flag-by {
  background-position: -875px 0; }

.flag-bz {
  background-position: -900px 0; }

.flag-ca {
  background-position: -925px 0; }

.flag-cc {
  background-position: -950px 0; }

.flag-cd {
  background-position: -975px 0; }

.flag-cf {
  background-position: -1000px 0; }

.flag-cg {
  background-position: -1025px 0; }

.flag-ch {
  background-position: -1050px 0; }

.flag-ci {
  background-position: -1075px 0; }

.flag-ck {
  background-position: -1100px 0; }

.flag-cl {
  background-position: -1125px 0; }

.flag-cm {
  background-position: -1150px 0; }

.flag-cn {
  background-position: -1175px 0; }

.flag-co {
  background-position: -1200px 0; }

.flag-cr {
  background-position: -1225px 0; }

.flag-cs {
  background-position: -1250px 0; }

.flag-cu {
  background-position: -1275px 0; }

.flag-cv {
  background-position: -1300px 0; }

.flag-cx {
  background-position: -1325px 0; }

.flag-cy {
  background-position: -1350px 0; }

.flag-cz {
  background-position: -1375px 0; }

.flag-de {
  background-position: -1400px 0; }

.flag-dj {
  background-position: -1425px 0; }

.flag-dk {
  background-position: -1450px 0; }

.flag-dm {
  background-position: -1475px 0; }

.flag-do {
  background-position: -1500px 0; }

.flag-dr {
  background-position: -1525px 0; }

.flag-dz {
  background-position: -1550px 0; }

.flag-ec {
  background-position: -1575px 0; }

.flag-ee {
  background-position: -1600px 0; }

.flag-eg {
  background-position: -1625px 0; }

.flag-eh {
  background-position: -1650px 0; }

.flag-er {
  background-position: -1675px 0; }

.flag-es {
  background-position: -1700px 0; }

.flag-et {
  background-position: -1725px 0; }

.flag-eu {
  background-position: -1750px 0; }

.flag-fi {
  background-position: -1775px 0; }

.flag-fj {
  background-position: -1800px 0; }

.flag-fk {
  background-position: -1825px 0; }

.flag-fm {
  background-position: -1850px 0; }

.flag-fo {
  background-position: -1875px 0; }

.flag-fr {
  background-position: -1900px 0; }

.flag-fx {
  background-position: -1925px 0; }

.flag-ga {
  background-position: -1950px 0; }

.flag-gb {
  background-position: -1975px 0; }

.flag-gd {
  background-position: 0 -25px; }

.flag-ge {
  background-position: -25px -25px; }

.flag-gf {
  background-position: -50px -25px; }

.flag-gg {
  background-position: -75px -25px; }

.flag-gh {
  background-position: -100px -25px; }

.flag-gi {
  background-position: -125px -25px; }

.flag-gl {
  background-position: -150px -25px; }

.flag-gm {
  background-position: -175px -25px; }

.flag-gn {
  background-position: -200px -25px; }

.flag-gp {
  background-position: -225px -25px; }

.flag-gq {
  background-position: -250px -25px; }

.flag-gr {
  background-position: -275px -25px; }

.flag-gs {
  background-position: -300px -25px; }

.flag-gt {
  background-position: -325px -25px; }

.flag-gu {
  background-position: -350px -25px; }

.flag-gw {
  background-position: -375px -25px; }

.flag-gy {
  background-position: -400px -25px; }

.flag-hk {
  background-position: -425px -25px; }

.flag-hm {
  background-position: -450px -25px; }

.flag-hn {
  background-position: -475px -25px; }

.flag-hr {
  background-position: -500px -25px; }

.flag-ht {
  background-position: -525px -25px; }

.flag-hu {
  background-position: -550px -25px; }

.flag-id {
  background-position: -575px -25px; }

.flag-ie {
  background-position: -600px -25px; }

.flag-il {
  background-position: -625px -25px; }

.flag-im {
  background-position: -650px -25px; }

.flag-in {
  background-position: -675px -25px; }

.flag-io {
  background-position: -700px -25px; }

.flag-iq {
  background-position: -725px -25px; }

.flag-ir {
  background-position: -750px -25px; }

.flag-is {
  background-position: -775px -25px; }

.flag-it {
  background-position: -800px -25px; }

.flag-je {
  background-position: -825px -25px; }

.flag-jm {
  background-position: -850px -25px; }

.flag-jo {
  background-position: -875px -25px; }

.flag-jp {
  background-position: -900px -25px; }

.flag-ke {
  background-position: -925px -25px; }

.flag-kg {
  background-position: -950px -25px; }

.flag-kh {
  background-position: -975px -25px; }

.flag-ki {
  background-position: -1000px -25px; }

.flag-km {
  background-position: -1025px -25px; }

.flag-kn {
  background-position: -1050px -25px; }

.flag-kp {
  background-position: -1075px -25px; }

.flag-kr {
  background-position: -1100px -25px; }

.flag-kw {
  background-position: -1125px -25px; }

.flag-ky {
  background-position: -1150px -25px; }

.flag-kz {
  background-position: -1175px -25px; }

.flag-la {
  background-position: -1200px -25px; }

.flag-lb {
  background-position: -1225px -25px; }

.flag-lc {
  background-position: -1250px -25px; }

.flag-li {
  background-position: -1275px -25px; }

.flag-lk {
  background-position: -1300px -25px; }

.flag-lr {
  background-position: -1325px -25px; }

.flag-ls {
  background-position: -1350px -25px; }

.flag-lt {
  background-position: -1375px -25px; }

.flag-lu {
  background-position: -1400px -25px; }

.flag-lv {
  background-position: -1425px -25px; }

.flag-ly {
  background-position: -1450px -25px; }

.flag-ma {
  background-position: -1475px -25px; }

.flag-mc {
  background-position: -1500px -25px; }

.flag-md {
  background-position: -1525px -25px; }

.flag-me {
  background-position: -1550px -25px; }

.flag-mg {
  background-position: -1575px -25px; }

.flag-mh {
  background-position: -1600px -25px; }

.flag-mk {
  background-position: -1625px -25px; }

.flag-ml {
  background-position: -1650px -25px; }

.flag-mm {
  background-position: -1675px -25px; }

.flag-mn {
  background-position: -1700px -25px; }

.flag-mo {
  background-position: -1725px -25px; }

.flag-mp {
  background-position: -1750px -25px; }

.flag-mq {
  background-position: -1775px -25px; }

.flag-mr {
  background-position: -1800px -25px; }

.flag-ms {
  background-position: -1825px -25px; }

.flag-mt {
  background-position: -1850px -25px; }

.flag-mu {
  background-position: -1875px -25px; }

.flag-mv {
  background-position: -1900px -25px; }

.flag-mw {
  background-position: -1925px -25px; }

.flag-mx {
  background-position: -1950px -25px; }

.flag-my {
  background-position: -1975px -25px; }

.flag-mz {
  background-position: 0 -50px; }

.flag-na {
  background-position: -25px -50px; }

.flag-nc {
  background-position: -50px -50px; }

.flag-ne {
  background-position: -75px -50px; }

.flag-nf {
  background-position: -100px -50px; }

.flag-ng {
  background-position: -125px -50px; }

.flag-ni {
  background-position: -150px -50px; }

.flag-nl {
  background-position: -175px -50px; }

.flag-no {
  background-position: -200px -50px; }

.flag-np {
  background-position: -225px -50px; }

.flag-nr {
  background-position: -250px -50px; }

.flag-nu {
  background-position: -275px -50px; }

.flag-nz {
  background-position: -300px -50px; }

.flag-om {
  background-position: -325px -50px; }

.flag-pa {
  background-position: -350px -50px; }

.flag-pe {
  background-position: -375px -50px; }

.flag-pf {
  background-position: -400px -50px; }

.flag-pg {
  background-position: -425px -50px; }

.flag-ph {
  background-position: -450px -50px; }

.flag-pk {
  background-position: -475px -50px; }

.flag-pl {
  background-position: -500px -50px; }

.flag-pm {
  background-position: -525px -50px; }

.flag-pn {
  background-position: -550px -50px; }

.flag-pr {
  background-position: -575px -50px; }

.flag-ps {
  background-position: -600px -50px; }

.flag-pt {
  background-position: -625px -50px; }

.flag-pw {
  background-position: -650px -50px; }

.flag-py {
  background-position: -675px -50px; }

.flag-qa {
  background-position: -700px -50px; }

.flag-re {
  background-position: -725px -50px; }

.flag-ro {
  background-position: -750px -50px; }

.flag-rs {
  background-position: -775px -50px; }

.flag-ru {
  background-position: -800px -50px; }

.flag-rw {
  background-position: -825px -50px; }

.flag-sa {
  background-position: -850px -50px; }

.flag-sb {
  background-position: -875px -50px; }

.flag-sc {
  background-position: -900px -50px; }

.flag-sd {
  background-position: -925px -50px; }

.flag-se {
  background-position: -950px -50px; }

.flag-sg {
  background-position: -975px -50px; }

.flag-sh {
  background-position: -1000px -50px; }

.flag-si {
  background-position: -1025px -50px; }

.flag-sj {
  background-position: -1050px -50px; }

.flag-sk {
  background-position: -1075px -50px; }

.flag-sl {
  background-position: -1100px -50px; }

.flag-sm {
  background-position: -1125px -50px; }

.flag-sn {
  background-position: -1150px -50px; }

.flag-so {
  background-position: -1175px -50px; }

.flag-sr {
  background-position: -1200px -50px; }

.flag-st {
  background-position: -1225px -50px; }

.flag-su {
  background-position: -1250px -50px; }

.flag-sv {
  background-position: -1275px -50px; }

.flag-sy {
  background-position: -1300px -50px; }

.flag-sz {
  background-position: -1325px -50px; }

.flag-tc {
  background-position: -1350px -50px; }

.flag-td {
  background-position: -1375px -50px; }

.flag-tf {
  background-position: -1400px -50px; }

.flag-tg {
  background-position: -1425px -50px; }

.flag-th {
  background-position: -1450px -50px; }

.flag-tj {
  background-position: -1475px -50px; }

.flag-tk {
  background-position: -1500px -50px; }

.flag-tl {
  background-position: -1525px -50px; }

.flag-tm {
  background-position: -1550px -50px; }

.flag-tn {
  background-position: -1575px -50px; }

.flag-to {
  background-position: -1600px -50px; }

.flag-tr {
  background-position: -1625px -50px; }

.flag-tt {
  background-position: -1650px -50px; }

.flag-tv {
  background-position: -1675px -50px; }

.flag-tw {
  background-position: -1700px -50px; }

.flag-tz {
  background-position: -1725px -50px; }

.flag-ua {
  background-position: -1750px -50px; }

.flag-ug {
  background-position: -1775px -50px; }

.flag-uk {
  background-position: -1800px -50px; }

.flag-us {
  background-position: -1825px -50px; }

.flag-uy {
  background-position: -1850px -50px; }

.flag-uz {
  background-position: -1875px -50px; }

.flag-va {
  background-position: -1900px -50px; }

.flag-vc {
  background-position: -1925px -50px; }

.flag-ve {
  background-position: -1950px -50px; }

.flag-vg {
  background-position: -1975px -50px; }

.flag-vi {
  background-position: 0 -75px; }

.flag-vn {
  background-position: -25px -75px; }

.flag-vu {
  background-position: -50px -75px; }

.flag-wf {
  background-position: -75px -75px; }

.flag-ws {
  background-position: -100px -75px; }

.flag-ye {
  background-position: -125px -75px; }

.flag-yt {
  background-position: -150px -75px; }

.flag-yu {
  background-position: -175px -75px; }

.flag-za {
  background-position: -200px -75px; }

.flag-zm {
  background-position: -225px -75px; }

.flag-zr {
  background-position: -250px -75px; }

.flag-zw {
  background-position: -275px -75px; }

.flag-zz {
  background-position: -300px -75px; }

.medal {
  width: 33px;
  height: 50px;
  background: url(../gui/allaince-achievments.png) no-repeat; }

.medal-900 {
  background-position: 0 0; }

.medal-1 {
  background-position: -34px 0; }

.medal-5 {
  background-position: -68px 0; }

.medal-10 {
  background-position: -102px 0; }

.medal-15 {
  background-position: -136px 0; }

.medal-20 {
  background-position: -170px 0; }

.medal-25 {
  background-position: -204px 0; }

.medal-30 {
  background-position: 0 -50px; }

.medal-35 {
  background-position: -34px -50px; }

.medal-40 {
  background-position: -68px -50px; }

.medal-45 {
  background-position: -102px -50px; }

.medal-50 {
  background-position: -136px -50px; }

.medal-60 {
  background-position: -170px -50px; }

.medal-70 {
  background-position: -204px -50px; }

.medal-80 {
  background-position: 0 -100px; }

.medal-90 {
  background-position: -34px -100px; }

.medal-100 {
  background-position: -68px -100px; }

.medal-120 {
  background-position: -102px -100px; }

.medal-140 {
  background-position: -136px -100px; }

.medal-160 {
  background-position: -170px -100px; }

.medal-180 {
  background-position: -204px -100px; }

.medal-200 {
  background-position: 0 -150px; }

.medal-250 {
  background-position: -34px -150px; }

.medal-300 {
  background-position: -68px -150px; }

.medal-day-battle1 {
  background-position: -102px -150px; }

.medal-day-battle2 {
  background-position: -136px -150px; }

.medal-day-battle3 {
  background-position: -169px -150px; }

.medal-day-battle4 {
  background-position: -204px -150px; }

.medal-fortress1 {
  background-position: 0 -200px; }

.medal-fortress2 {
  background-position: -34px -200px; }

.medal-fortress3 {
  background-position: -68px -200px; }

.medal-fortress4 {
  background-position: -102px -200px; }

.medal-fortress5 {
  background-position: -136px -200px; }

.medal-fortress6 {
  background-position: -170px -200px; }

.medal-fortress7 {
  background-position: -204px -200px; }

.medal-fortress8 {
  background-position: 0 -250px; }

.medal-fortress9 {
  background-position: -34px -250px; }

.medal-fortress10 {
  background-position: -68px -250px; }

.medal-fortress11 {
  background-position: -102px -250px; }

.medal-fortress12 {
  background-position: -136px -250px; }

.medal-fortress13 {
  background-position: -170px -250px; }

.medal-fortress14 {
  background-position: -204px -250px; }

.medal-fortress15 {
  background-position: 0 -300px; }

.medal-fortress16 {
  background-position: -34px -300px; }

.medal-fortress17 {
  background-position: -68px -300px; }

.medal-fortress18 {
  background-position: -102px -300px; }

.medal-fortress19 {
  background-position: -136px -300px; }

.medal-fortress20 {
  background-position: -170px -300px; }

.medal-fortress21 {
  background-position: -204px -300px; }

.medal-fortress22 {
  background-position: 0 -350px; }

.medal-fortress23 {
  background-position: -34px -350px; }

.medal-fortress24 {
  background-position: -68px -350px; }

.medal-fortress25 {
  background-position: -102px -350px; }

.medal-fortress26 {
  background-position: -136px -350px; }

.medal-fortress27 {
  background-position: -170px -350px; }

.medal-fortress28 {
  background-position: -204px -350px; }

.medal-fortress29 {
  background-position: 0 -400px; }

.medal-fortress30 {
  background-position: -34px -400px; }

.medal-fortress31 {
  background-position: -68px -400px; }

.medal-fortress32 {
  background-position: -102px -400px; }

.medal-fortress33 {
  background-position: -136px -400px; }

.medal-fortress34 {
  background-position: -170px -400px; }

.medal-fortress35 {
  background-position: -204px -400px; }

.medal-fortress36 {
  background-position: 0 -450px; }

.icon-tv {
  background-position: 0 0; }

.icon-diamond {
  background-position: -24px 0; }

.icon-folder {
  background-position: -48px 0; }

.icon-number {
  background-position: -72px 0; }

.icon-number-small {
  background-position: -96px 0; }

.icon-red-flag-attack {
  background-position: -120px 0; }

.icon-red-flag-defence {
  background-position: -144px 0; }

.icon-skull {
  background-position: -168px 0; }

.icon-heart {
  background-position: -242px 0; }

.icon-fortress {
  background-position: 0 -24px; }

.icon-dot {
  background-position: -24px -24px; }

.icon-attack {
  background-position: -48px -24px; }

.icon-medal {
  background-position: -72px -24px; }

.icon-folder-small {
  background-position: -96px -24px; }

.icon-blue-flag-attack {
  background-position: -120px -24px; }

.icon-blue-flag-defence {
  background-position: -144px -24px; }

.icon-user {
  background-position: -168px -24px; }

.icon-user-green {
  background-position: -192px 0px; }

.icon-world-green {
  background-position: -192px -24px; }

.icon-tape {
  background-position: -213px 1px; }

.icon-cups {
  background-position: -214px -26px; }

.icon-cups-white {
  background-position: -242px -26px; }

.timer {
  background-position: -269px 0px; }

.icons {
  display: inline;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../gui/icons.png?var=2") no-repeat; }

.icon-aliance-possession {
  background-position: 0 0; }

.icon-aliance-points {
  background-position: -20px -2px; }

.icon-group-aliance-possession {
  background-position: 0 -20px; }

.icon-group-aliance-points {
  background-position: -20px -22px; }

.icon-group-aliance-possession-hour {
  background-position: -40px -22px; }

.header-icons {
  display: inline;
  display: inline-block;
  width: 20px;
  height: 22px;
  margin-right: 5px;
  background: url("../gui/header-sprite.png") no-repeat;
  vertical-align: -3px; }
  .header-icons.world {
    background-position: -20px 0; }

/*# sourceMappingURL=main.css.map */
