html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
  color: var(--title-color);
  text-decoration: none;
}

* {
  outline: none;
  box-sizing: border-box;
}

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

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.tower-rush-jp4hyz {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-jp4hyz {
    padding: 54px 0 0;
  }
}

.tower-rush-e3fpbc {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-e3fpbc:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.tower-rush-3nwo2g {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-3nwo2g {
    margin: 20px auto 100px;
  }
}

.tower-rush-3nwo2g h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-3nwo2g h1 {
    font-size: 120px;
  }
}

.tower-rush-3nwo2g p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.tower-rush-c3r6zj {
  cursor: pointer;
}

.tower-rush-xmbyay {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.tower-rush-5mv8g8 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tower-rush-5mv8g8 figure {
  margin: 0;
}

.tower-rush-5mv8g8.tower-rush-2shz9o {
  justify-content: flex-start;
  margin-right: 4px;
}

.tower-rush-5mv8g8.tower-rush-7cgtzp {
  justify-content: flex-end;
  margin-left: 4px;
}

.tower-rush-5mv8g8.tower-rush-nu2ms4 {
  justify-content: center;
}

.tower-rush-5mv8g8.tower-rush-89wse8 {
  justify-content: normal;
}

.tower-rush-zx20dq {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .tower-rush-zx20dq {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-zx20dq {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.tower-rush-aimfyf {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .tower-rush-aimfyf {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.tower-rush-37ungy {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .tower-rush-37ungy {
    flex-direction: column;
  }
}

.tower-rush-j4c5c1 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.tower-rush-j4c5c1 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tower-rush-j4c5c1 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.tower-rush-cy41hm {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.tower-rush-cy41hm ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-cy41hm ul {
    margin-bottom: 15px;
  }
}

.tower-rush-cy41hm ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.tower-rush-cy41hm ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.tower-rush-cy41hm ul li span svg {
  fill: var(--title-color);
}

.tower-rush-cy41hm ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .tower-rush-cy41hm ul li small {
    font-size: 12px;
  }
}

.tower-rush-cy41hm ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.tower-rush-cy41hm ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-cy41hm {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.tower-rush-6tck0m {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .tower-rush-6tck0m {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.tower-rush-jnf0tz {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.tower-rush-u4tdsi {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0chicken-road-9z7mjy ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-u4tdsi {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .tower-rush-u4tdsi:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.tower-rush-u4tdsi.tower-rush-i15xh4 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-u4tdsi.tower-rush-i15xh4:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tower-rush-2kk51p {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .tower-rush-2kk51p {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-2kk51p {
    padding: 50px 16px 68px;
  }
}

.tower-rush-txvrdp {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .tower-rush-txvrdp {
    flex-direction: column;
  }
}

.tower-rush-75o9cm {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-75o9cm {
    margin-bottom: 40px;
  }
}

.tower-rush-zjdff3 .tower-rush-2je50b {
  margin-bottom: 28px;
}

.tower-rush-zjdff3 .tower-rush-2je50b img {
  max-height: 100px;
  width: auto;
}

.tower-rush-fgmop2 {
  display: flex;
  align-items: center;
}

.tower-rush-fgmop2 a + a {
  margin-left: 24px;
}

.tower-rush-fgmop2 img {
  max-height: 56px;
  width: auto;
}

.tower-rush-5o9epw img {
  max-height: 38px!important;
  width: auto;
}

.tower-rush-fgmop2 img + img {
  margin-left: 24px;
}

.tower-rush-ikgk71 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ikgk71 {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.tower-rush-w2aqzw {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-w2aqzw {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.tower-rush-p7yn68 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-p7yn68 {
    flex-wrap: wrap;
  }
}

.tower-rush-p7yn68 li {
  display: flex;
  margin: 0 7px;
}

.tower-rush-p7yn68 li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-p7yn68 li:hover svg {
    transform: scale(1.2);
  }
}

.tower-rush-yfccxk {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.tower-rush-8c8y2o + .tower-rush-8c8y2o {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-8c8y2o + .tower-rush-8c8y2o {
    margin: 36px 0 0;
  }
}

.tower-rush-a1zd0e {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.tower-rush-t17rfn {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tower-rush-t17rfn li {
  font-size: 16px;
}

.tower-rush-t17rfn li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-t17rfn li a:hover {
    text-decoration: underline;
  }
}

.tower-rush-t17rfn li + li {
  margin-top: 16px;
}

.tower-rush-7prlrr {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.tower-rush-7prlrr.tower-rush-sumasm {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.tower-rush-rxvyh7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.tower-rush-rxvyh7 h1,
.tower-rush-rxvyh7 h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-rxvyh7 h1,
  .tower-rush-rxvyh7 h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .tower-rush-rxvyh7 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-rxvyh7 {
    margin-bottom: 60px;
  }
}

.tower-rush-48hha1 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-48hha1 {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.tower-rush-48hha1 li {
  width: 100%;
}

.tower-rush-48hha1 li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.tower-rush-48hha1 li a svg {
  fill: var(--button-text-color);
}

.tower-rush-48hha1 li a.tower-rush-sumasm {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .tower-rush-48hha1 li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-48hha1 li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .tower-rush-48hha1 li a img {
    max-width: 16px;
  }
}

.tower-rush-z7iueh {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-z7iueh {
    margin: 0 -5px;
  }
}

.tower-rush-y04r5y {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.tower-rush-y04r5y span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.tower-rush-y04r5y small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-y04r5y {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .tower-rush-y04r5y span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.tower-rush-f79ynf {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.tower-rush-f79ynf img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-f79ynf:hover img {
    transform: scale(1.1);
  }
}

.tower-rush-6pflgl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-6pflgl {
    height: 54px;
  }
}

.tower-rush-64n889 {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .tower-rush-64n889 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .tower-rush-64n889 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-64n889 .tower-rush-2je50b img {
    max-width: 90px;
  }
}

.tower-rush-2je50b img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .tower-rush-2je50b {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .tower-rush-kei4ix {
    display: none;
  }
  .tower-rush-kei4ix::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.tower-rush-pihfxo {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tower-rush-pihfxo li {
  font-size: 16px;
  margin: 0 20px;
}

.tower-rush-pihfxo li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-pihfxo li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .tower-rush-pihfxo {
    display: block;
  }
  .tower-rush-pihfxo li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .tower-rush-pihfxo li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .tower-rush-pihfxo li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .tower-rush-pihfxo li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.tower-rush-7or4cp {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .tower-rush-7or4cp {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .tower-rush-7or4cp {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-7or4cp {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.tower-rush-7or4cp.tower-rush-1o9psy {
  margin-right: 0;
}

.tower-rush-o5w0tu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .tower-rush-o5w0tu {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .tower-rush-o5w0tu:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.tower-rush-90ku56 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-90ku56:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-90ku56 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.tower-rush-bws8x9 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .tower-rush-bws8x9 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.tower-rush-bws8x9:hover > ul {
  display: flex;
}

.tower-rush-bws8x9:focus > ul {
  display: flex;
}

.tower-rush-bws8x9:focus-within > ul {
  display: flex;
}

.tower-rush-lfs5gl {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.tower-rush-lfs5gl::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0chicken-road-jpdxgz ease-in-out;
}

@media only screen and (max-width: 767px) {
  .tower-rush-lfs5gl {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .tower-rush-lfs5gl img {
    max-width: 20px;
  }
}

.tower-rush-bws8x9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0chicken-road-spynx9 ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-bws8x9 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.tower-rush-bws8x9 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tower-rush-bws8x9 ul li {
    padding: 5px;
  }
}

.tower-rush-bws8x9 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-bws8x9 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-bws8x9 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .tower-rush-bws8x9 ul li a img {
    max-width: 20px;
  }
}

.tower-rush-4dzkys {
  display: none;
}

.tower-rush-wu44ib {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .tower-rush-wu44ib {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.tower-rush-wu44ib span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .tower-rush-4dzkys:checked ~ .tower-rush-kei4ix {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .tower-rush-kei4ix {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .tower-rush-4dzkys:checked ~ .tower-rush-kei4ix {
    display: block;
  }
  .tower-rush-4dzkys:checked + .tower-rush-wu44ib span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .tower-rush-4dzkys:checked + .tower-rush-wu44ib span:nth-child(2) {
    display: none;
  }
  .tower-rush-4dzkys:checked + .tower-rush-wu44ib span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.tower-rush-v02nhu {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-v02nhu {
    padding: 0 16px;
  }
}

.tower-rush-v02nhu img {
  margin-bottom: 3px;
}

.tower-rush-v02nhu p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-v02nhu p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-v02nhu {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .tower-rush-v02nhu {
    padding: 0px 0px !important;
  }
}

.tower-rush-j6ynuq {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-j6ynuq {
    font-size: 32px;
  }
}

.tower-rush-sjlgfq {
  color: var(--text-color);
}

.tower-rush-ih1op9 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ih1op9 {
    font-size: 16px;
    line-height: 140%;
  }
}

.tower-rush-ih1op9 p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.tower-rush-ih1op9 p img {
  display: block;
  margin: 0 auto;
}

.tower-rush-ih1op9 p:first-of-type {
  margin-top: 0;
}

.tower-rush-ih1op9 p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ih1op9 p {
    font-size: 18px;
    line-height: 140%;
  }
}

.tower-rush-ih1op9 ul {
  padding: 0 0 0 20px;
}

.tower-rush-ih1op9 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.tower-rush-ih1op9 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-ih1op9 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tower-rush-ih1op9 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-ih1op9 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tower-rush-ih1op9 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.tower-rush-ih1op9 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ih1op9 iframe {
    height: 200px;
  }
}

.tower-rush-ocjf7r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-ocjf7r {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-ocjf7r {
    margin-bottom: 60px;
  }
}

.tower-rush-13eugp {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-13eugp {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-13eugp h1,
.tower-rush-13eugp h2,
.tower-rush-13eugp h3,
.tower-rush-13eugp h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-13eugp h1,
  .tower-rush-13eugp h2,
  .tower-rush-13eugp h3,
  .tower-rush-13eugp h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-o0v0o9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-o0v0o9 {
    flex-direction: column-reverse;
  }
}

.tower-rush-o0v0o9 .tower-rush-stbdjt {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-o0v0o9 .tower-rush-stbdjt {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.tower-rush-o0v0o9 .tower-rush-y4hhtu {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-o0v0o9 .tower-rush-y4hhtu {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .tower-rush-o0v0o9 .tower-rush-y4hhtu img {
    width: 100%;
  }
}

.tower-rush-y4hhtu {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-y4hhtu {
    margin-bottom: 18px;
  }
}

.tower-rush-stbdjt {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-stbdjt {
    margin-bottom: 18px;
  }
}

.tower-rush-ocjf7r h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ocjf7r h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-ocjf7r .tower-rush-e3fpbc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tower-rush-8wtgjs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-8wtgjs {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-8wtgjs {
    margin-bottom: 60px;
  }
}

.tower-rush-f9qkak {
  position: relative;
  border: none;
}

.tower-rush-f9qkak::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.tower-rush-pjypbf {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.tower-rush-pjypbf span {
  height: 32px;
}

.tower-rush-pjypbf span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.tower-rush-pjypbf.tower-rush-zkdnlg span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .tower-rush-pjypbf {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.tower-rush-vmyll1 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tower-rush-vmyll1 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-vmyll1 li {
    font-size: 16px;
  }
}

.tower-rush-vmyll1 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-vmyll1 li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-vmyll1 li a {
    padding: 12px 14px;
  }
}

.tower-rush-vmyll1.tower-rush-b6pkno {
  display: none;
}

.tower-rush-a84pv9 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.tower-rush-a84pv9 table {
  width: 100%;
  border-collapse: collapse;
}

.tower-rush-a84pv9 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .tower-rush-a84pv9 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .tower-rush-a84pv9 table td {
    min-width: 75px;
  }
}

.tower-rush-a84pv9 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-a84pv9 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tower-rush-a84pv9 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.tower-rush-a84pv9 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .tower-rush-a84pv9 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .tower-rush-a84pv9 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-a84pv9 {
    margin-bottom: 60px;
  }
}

.tower-rush-y6my8y {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-y6my8y {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.tower-rush-qcuqkf {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .tower-rush-qcuqkf {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.tower-rush-qcuqkf tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .tower-rush-qcuqkf tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tower-rush-qcuqkf tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.tower-rush-3b11nv table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.tower-rush-3b11nv table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.tower-rush-3b11nv p {
  color: var(--text-color);
}

.tower-rush-a7nxz4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-a7nxz4 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-a7nxz4 {
    margin-bottom: 60px;
  }
}

.tower-rush-u7nhfp {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.tower-rush-xvqg6x {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-xvqg6x {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-xvqg6x {
    margin-bottom: 60px;
  }
}

.tower-rush-sj6fah {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.tower-rush-sj6fah h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-sj6fah h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.tower-rush-sj6fah p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.tower-rush-sj6fah p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-sj6fah p {
    font-size: 16px;
  }
}

.tower-rush-ie5u1m {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ie5u1m {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.tower-rush-s4j356 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.tower-rush-s4j356 li {
  margin: 0 20px;
}

.tower-rush-s4j356 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.tower-rush-s4j356 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-s4j356 li a:hover {
    color: #2ab765;
  }
}

.tower-rush-c5vbo3 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-c5vbo3 {
    padding: 0 16px;
  }
}

.tower-rush-c5vbo3 li {
  font-size: 16px;
  position: relative;
}

.tower-rush-c5vbo3 li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-c5vbo3 li a:hover {
    text-decoration: underline;
  }
}

.tower-rush-c5vbo3 li span {
  opacity: 0.5;
}

.tower-rush-c5vbo3 li + li {
  margin-left: 30px;
}

.tower-rush-c5vbo3 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.tower-rush-13eugp {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.tower-rush-13eugp {
    margin-bottom: 18px;
  }
}

.tower-rush-qsd1v0 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.tower-rush-qsd1v0 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.tower-rush-qsd1v0 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.tower-rush-qsd1v0 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.tower-rush-qsd1v0 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.tower-rush-qsd1v0 tbody tr:last-of-type {
  margin-bottom: 0;
}

.tower-rush-qsd1v0 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.tower-rush-qsd1v0 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.tower-rush-qsd1v0 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.tower-rush-qsd1v0 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .tower-rush-qsd1v0 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.tower-rush-qsd1v0 tbody tr td .tower-rush-5flph9 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .tower-rush-qsd1v0 tbody tr td .tower-rush-5flph9 {
    width: 100%;
  }
}

.tower-rush-qsd1v0 tbody tr td .tower-rush-9v4p2t {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0chicken-road-spynx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-qsd1v0 tbody tr td .tower-rush-9v4p2t:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-qsd1v0 tbody tr td .tower-rush-9v4p2t {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .tower-rush-qsd1v0 tbody tr td .tower-rush-9v4p2t {
    width: 100%;
  }
}

.tower-rush-qsd1v0 tbody tr td .tower-rush-xrvozz {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .tower-rush-qsd1v0 tbody tr td .tower-rush-xrvozz:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-qsd1v0 tbody tr {
    flex-direction: column;
  }
}

.tower-rush-qsd1v0 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.tower-rush-5j71he {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-5j71he {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-5j71he {
    margin: 0 auto 60px;
  }
}

.tower-rush-kpdbs5 {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-kpdbs5 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.tower-rush-phh6pc {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-phh6pc {
    margin: 0 -5px;
  }
}

.tower-rush-s6oqze {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.tower-rush-s6oqze img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-s6oqze p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .tower-rush-s6oqze:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .tower-rush-s6oqze {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-s6oqze {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .tower-rush-s6oqze p {
    font-size: 16px;
  }
}

.tower-rush-5zhpnq {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .tower-rush-5zhpnq {
    height: 190px;
    margin: 20px auto;
  }
}

.tower-rush-5zhpnq img {
  width: 100%;
  height: 100%;
}

.tower-rush-5zhpnq iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .tower-rush-5zhpnq iframe {
    height: 190px;
  }
}

.tower-rush-d3jzu3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.tower-rush-d3jzu3::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.tower-rush-m31o4i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.tower-rush-m31o4i svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-m31o4i:hover svg {
    transform: scale(1.1);
  }
}

.tower-rush-qfjbzh {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-qfjbzh {
    padding: 40px 0;
  }
}

.tower-rush-1mig5x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-1mig5x {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .tower-rush-1mig5x {
    flex-direction: column-reverse;
  }
}

.tower-rush-793eco {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.tower-rush-793eco img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .tower-rush-793eco {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-793eco {
    margin: 10px 0 0;
  }
}

.tower-rush-949hbq {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.tower-rush-949hbq h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .tower-rush-949hbq {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-949hbq {
    padding: 24px 10px;
  }
}

.tower-rush-pzbtye {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-pzbtye:hover {
  border: 1px solid #8c8ca2;
}

.tower-rush-oa46dw {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.tower-rush-oa46dw:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.tower-rush-vxymbo {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.tower-rush-vxymbo a {
  text-decoration: underline;
  color: #8babff;
}

.tower-rush-wu4lvo {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.tower-rush-wu4lvo .tower-rush-pzbtye {
  width: 50%;
  margin: 0;
}

.tower-rush-paldsa {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.tower-rush-paldsa:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.tower-rush-vtf71f {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-vtf71f {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-vtf71f {
    margin: 0 0 60px;
  }
}

.tower-rush-lumusz {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-lumusz {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.tower-rush-0585xm {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tower-rush-0585xm {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.tower-rush-ncwums {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ncwums {
    flex-basis: auto;
    max-width: 100%;
  }
}

.tower-rush-iojpwr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-iojpwr {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.tower-rush-iojpwr a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .tower-rush-iojpwr a {
    margin: 1px 0 4px;
  }
}

.tower-rush-iojpwr a svg {
  fill: #fff;
}

.tower-rush-iojpwr a:hover {
  background: #3d68e7;
}

.tower-rush-kuca4y {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.tower-rush-sx1lao {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-sx1lao {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.tower-rush-cgpwpg {
  font-size: 16px;
  color: var(--text-color);
}

.tower-rush-oywxzx {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-oywxzx {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-oywxzx {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .tower-rush-oywxzx {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.tower-rush-zgf3e7 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.tower-rush-zgf3e7 h1,
.tower-rush-zgf3e7 h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-zgf3e7 h1,
  .tower-rush-zgf3e7 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .tower-rush-zgf3e7 {
    margin: 0;
    padding-right: 20px;
  }
}

.tower-rush-t1g5v4 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.tower-rush-t1g5v4 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-t1g5v4 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.tower-rush-t1g5v4 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-t1g5v4 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.tower-rush-t1g5v4 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.tower-rush-t1g5v4 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-t1g5v4 table tr td {
    padding: 12px 4px;
  }
}

.tower-rush-t1g5v4 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-t1g5v4 table tr th {
    padding: 12px 4px;
  }
}

.tower-rush-t1g5v4 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .tower-rush-t1g5v4 {
    margin: 0;
  }
}

.tower-rush-x76d74 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tower-rush-x76d74 {
    min-height: 190px;
  }
}

.tower-rush-ve8kwe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.tower-rush-ve8kwe::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.tower-rush-5dqht0 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tower-rush-5dqht0.tower-rush-rgp9ux {
  display: none;
}

.tower-rush-uc32rs {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.tower-rush-uc32rs iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tower-rush-uc32rs iframe.tower-rush-mmqpve {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.tower-rush-uc32rs.tower-rush-xo4wxl {
  opacity: 1;
  pointer-events: all;
}

.tower-rush-l9jszu {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-l9jszu svg {
  margin-right: 10px;
}

.tower-rush-l9jszu + .tower-rush-l9jszu {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-l9jszu:hover {
    background: #a8a6b3;
  }
}

.tower-rush-8z94kb {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .tower-rush-8z94kb:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-l9jszu {
    height: 42px;
    max-width: 220px;
  }
}

.tower-rush-oywxzx .tower-rush-ocjf7r {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.tower-rush-oywxzx .tower-rush-ocjf7r h1,
.tower-rush-oywxzx .tower-rush-ocjf7r h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-oywxzx .tower-rush-ocjf7r h1,
  .tower-rush-oywxzx .tower-rush-ocjf7r h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .tower-rush-oywxzx .tower-rush-ocjf7r {
    margin: 28px 0 0;
  }
}

.tower-rush-4hqmyn {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-4hqmyn {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .tower-rush-4hqmyn {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-4hqmyn {
    margin: 20px auto 60px;
  }
}

.tower-rush-17d67y {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .tower-rush-17d67y {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-17d67y {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.tower-rush-vg8xso {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.tower-rush-vg8xso iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tower-rush-lx8fi7 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.tower-rush-lx8fi7 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .tower-rush-lx8fi7 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-lx8fi7 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .tower-rush-lx8fi7 {
    max-width: 100%;
    margin: 0;
  }
}

.tower-rush-fjeucb {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjeucb {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.tower-rush-cicitl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-cicitl {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.tower-rush-0onsab {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.tower-rush-0onsab span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .tower-rush-0onsab {
    margin: 0;
  }
  .tower-rush-0onsab:last-of-type {
    margin-top: 4px;
  }
}

.tower-rush-lverc2 {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .tower-rush-lverc2 {
    padding: 10px;
  }
}

.tower-rush-lverc2 .tower-rush-e3fpbc {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .tower-rush-lverc2 .tower-rush-e3fpbc {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .tower-rush-lverc2 {
    flex-wrap: wrap;
  }
}

.tower-rush-l0z1wc {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.tower-rush-l0z1wc img {
  width: 100%;
}

.tower-rush-3x61ys {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .tower-rush-3x61ys {
    max-width: 200px;
    margin: 0;
  }
}

.tower-rush-fc1gie {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.tower-rush-8sd2w6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.tower-rush-fjgrmv {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv {
    margin: 0 0 60px;
  }
}

.tower-rush-fjgrmv .tower-rush-pnutt2 {
  position: relative;
}

.tower-rush-fjgrmv .tower-rush-eq5k1s {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.tower-rush-fjgrmv .tower-rush-eq5k1s.tower-rush-rgp9ux {
  display: none;
}

.tower-rush-fjgrmv .tower-rush-49egg5 {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .tower-rush-fjgrmv .tower-rush-49egg5 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .tower-rush-fjgrmv .tower-rush-49egg5 {
    bottom: 90px;
  }
}

.tower-rush-fjgrmv .tower-rush-49egg5 .tower-rush-hlaa3m {
  max-width: 300px;
  width: 100%;
}

.tower-rush-fjgrmv
  .tower-rush-49egg5
  .tower-rush-hlaa3m
  .tower-rush-r3etpq {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv
    .tower-rush-49egg5
    .tower-rush-hlaa3m
    .tower-rush-r3etpq {
    font-size: 32px;
    text-align: center;
  }
}

.tower-rush-fjgrmv
  .tower-rush-49egg5
  .tower-rush-hlaa3m
  .tower-rush-wx2qbs {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv
    .tower-rush-49egg5
    .tower-rush-hlaa3m
    .tower-rush-wx2qbs {
    text-align: center;
  }
}

.tower-rush-fjgrmv .tower-rush-49egg5 .tower-rush-1o9psy {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv .tower-rush-49egg5 .tower-rush-1o9psy {
    flex-direction: column-reverse;
  }
}

.tower-rush-fjgrmv
  .tower-rush-49egg5
  .tower-rush-1o9psy
  .tower-rush-nvhcty {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-fjgrmv
  .tower-rush-49egg5
  .tower-rush-1o9psy
  .tower-rush-nvhcty:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv
    .tower-rush-49egg5
    .tower-rush-1o9psy
    .tower-rush-nvhcty {
    width: 100%;
  }
}

.tower-rush-fjgrmv
  .tower-rush-49egg5
  .tower-rush-1o9psy
  .tower-rush-3ye0t5 {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

.tower-rush-fjgrmv
  .tower-rush-49egg5
  .tower-rush-1o9psy
  .tower-rush-3ye0t5
  span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.tower-rush-fjgrmv
  .tower-rush-49egg5
  .tower-rush-1o9psy
  .tower-rush-3ye0t5:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.tower-rush-fjgrmv
  .tower-rush-49egg5
  .tower-rush-1o9psy
  .tower-rush-3ye0t5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv
    .tower-rush-49egg5
    .tower-rush-1o9psy
    .tower-rush-3ye0t5 {
    width: 100%;
  }
}

.tower-rush-fjgrmv .tower-rush-49egg5.tower-rush-rgp9ux {
  display: none;
}

.tower-rush-fjgrmv .tower-rush-gv4b71 {
  display: none;
}

.tower-rush-fjgrmv .tower-rush-gv4b71.tower-rush-xo4wxl {
  display: block;
}

.tower-rush-fjgrmv .tower-rush-gv4b71 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv .tower-rush-gv4b71 iframe {
    height: calc(100vh - 54px);
  }
}

.tower-rush-fjgrmv .tower-rush-c6ct7d {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-fjgrmv .tower-rush-c6ct7d {
    padding: 24px 16px 0;
  }
}

.tower-rush-fjgrmv .tower-rush-c6ct7d .tower-rush-r3etpq {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv .tower-rush-c6ct7d .tower-rush-r3etpq {
    margin-bottom: 24px;
  }
}

.tower-rush-fjgrmv .tower-rush-c6ct7d table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.tower-rush-fjgrmv .tower-rush-c6ct7d table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv .tower-rush-c6ct7d table tr td {
    padding: 12px 4px;
  }
}

.tower-rush-fjgrmv .tower-rush-c6ct7d table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjgrmv .tower-rush-c6ct7d table tr th {
    padding: 12px 4px;
  }
}

.tower-rush-fjgrmv .tower-rush-c6ct7d table tr:last-of-type td {
  border-bottom: none;
}

.tower-rush-p1x6vo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.tower-rush-p1x6vo.tower-rush-sumasm {
  display: block;
}

.tower-rush-p1x6vo iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.tower-rush-p1x6vo .tower-rush-8xbcui {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.tower-rush-p1x6vo .tower-rush-rnbzkb {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.tower-rush-p1x6vo .tower-rush-3ye0t5 {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-p1x6vo .tower-rush-3ye0t5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.tower-rush-e1yd34 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.tower-rush-e1yd34.tower-rush-sumasm {
  display: block;
}

.tower-rush-5vnphy {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.tower-rush-ni9isl {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.tower-rush-3w4x5p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .tower-rush-ni9isl {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.tower-rush-si1o3d {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.tower-rush-si1o3d svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.tower-rush-k6oq3b {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tower-rush-miqs9l.tower-rush-rgp9ux {
  display: none;
}

.tower-rush-xfagmv {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-xfagmv {
    margin-bottom: 20px;
  }
}

.tower-rush-358v08 {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.tower-rush-358v08 span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.tower-rush-358v08 small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.tower-rush-358v08 input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0chicken-road-spynx9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.tower-rush-358v08 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tower-rush-358v08 input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tower-rush-358v08 input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.tower-rush-358v08 input:active {
  border-color: #c2c0ce;
}

.tower-rush-358v08 input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .tower-rush-358v08 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.tower-rush-5b39an {
  margin-bottom: 36px;
}

.tower-rush-5b39an textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.tower-rush-5b39an textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tower-rush-5b39an textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .tower-rush-5b39an {
    margin-bottom: 24px;
  }
}

.tower-rush-3dnlnt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tower-rush-jwavrz {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-jwavrz:hover {
  background: var(--border-color);
}

.tower-rush-acenxi {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-acenxi:hover {
  background: #166ad9;
}

.tower-rush-e20hs9 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tower-rush-e20hs9.tower-rush-rgp9ux {
  display: none;
}

.tower-rush-qume96 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.tower-rush-e20hs9 .tower-rush-jwavrz {
  margin: 0 auto;
}

.tower-rush-qe686a {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-qe686a {
    margin-bottom: 16px;
  }
}

.tower-rush-kupunq {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.tower-rush-60etje {
  filter: grayscale(100%);
}

.tower-rush-kupunq > input {
  display: none;
}

.tower-rush-kupunq > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-hxeqyq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.tower-rush-s75um4 44.tower-rush-8kfsk8.tower-rush-pr0jao.tower-rush-df6xnu.tower-rush-q17mt9.tower-rush-usmgr6.tower-rush-rli1k5.tower-rush-om9bep.tower-rush-y0xj1d.tower-rush-hs3bnz.tower-rush-52da3v.tower-rush-o6bqyw.tower-rush-1reg6f 0l-12.tower-rush-zxajpm 30.tower-rush-yur4pn.tower-rush-wyadt4 2.tower-rush-xecbop.tower-rush-wyadt4 3.tower-rush-nrugjt 3.tower-rush-i6vnt5.tower-rush-7dr7a8 3.tower-rush-7ax2f5.tower-rush-y2kmb3.tower-rush-7od05p.tower-rush-hkegjk 7-3.tower-rush-zxajpm 10.tower-rush-m31uim.tower-rush-hkegjk 23.tower-rush-2ib4e7.tower-rush-6b4rxi 1.tower-rush-91dvx8 2.tower-rush-zxajpm 3.tower-rush-6b4rxi 1.tower-rush-7dr7a8 5.tower-rush-icby7n.tower-rush-7dr7a8 32.tower-rush-9czfoh.tower-rush-y2kmb3 5.tower-rush-1reg6f 4.tower-rush-hkegjk 9.tower-rush-hkegjk 8.tower-rush-7dr7a8 6.tower-rush-1r6yqb.tower-rush-ig7vv9.tower-rush-shmo8v.tower-rush-8h15yn.tower-rush-bzfg7m 4.tower-rush-ihrv5x.tower-rush-bzfg7m 6.tower-rush-bzfg7m 0l29.tower-rush-1reg6f 17.tower-rush-cpp4xu.tower-rush-c8sp8j 2.tower-rush-g4s28p 10.tower-rush-q8n44u.tower-rush-zxajpm 8.tower-rush-x90cqc.tower-rush-x44u4h.tower-rush-7ywofi.tower-rush-f6so7u.tower-rush-avhz33.tower-rush-y2kmb3.tower-rush-usmgr6.tower-rush-zxajpm 1.tower-rush-z51lpy.tower-rush-egku3x.tower-rush-jbxpvy.tower-rush-96mete.tower-rush-9lap8n.tower-rush-91dvx8 1.tower-rush-q0xfok.tower-rush-k46hfz.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.tower-rush-kupunq > input:checked ~ label,
.tower-rush-kupunq > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-hxeqyq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.tower-rush-s75um4 44.tower-rush-8kfsk8.tower-rush-pr0jao.tower-rush-df6xnu.tower-rush-q17mt9.tower-rush-usmgr6.tower-rush-rli1k5.tower-rush-om9bep.tower-rush-y0xj1d.tower-rush-hs3bnz.tower-rush-52da3v.tower-rush-o6bqyw.tower-rush-1reg6f 0l-12.tower-rush-zxajpm 30.tower-rush-yur4pn.tower-rush-wyadt4 2.tower-rush-xecbop.tower-rush-wyadt4 3.tower-rush-nrugjt 3.tower-rush-i6vnt5.tower-rush-7dr7a8 3.tower-rush-7ax2f5.tower-rush-y2kmb3.tower-rush-7od05p.tower-rush-hkegjk 7-3.tower-rush-zxajpm 10.tower-rush-m31uim.tower-rush-hkegjk 23.tower-rush-2ib4e7.tower-rush-6b4rxi 1.tower-rush-91dvx8 2.tower-rush-zxajpm 3.tower-rush-6b4rxi 1.tower-rush-7dr7a8 5.tower-rush-icby7n.tower-rush-7dr7a8 32.tower-rush-9czfoh.tower-rush-y2kmb3 5.tower-rush-1reg6f 4.tower-rush-hkegjk 9.tower-rush-hkegjk 8.tower-rush-7dr7a8 6.tower-rush-1r6yqb.tower-rush-ig7vv9.tower-rush-shmo8v.tower-rush-8h15yn.tower-rush-bzfg7m 4.tower-rush-ihrv5x.tower-rush-bzfg7m 6.tower-rush-bzfg7m 0l29.tower-rush-1reg6f 17.tower-rush-cpp4xu.tower-rush-c8sp8j 2.tower-rush-g4s28p 10.tower-rush-q8n44u.tower-rush-zxajpm 8.tower-rush-x90cqc.tower-rush-x44u4h.tower-rush-7ywofi.tower-rush-f6so7u.tower-rush-avhz33.tower-rush-y2kmb3.tower-rush-usmgr6.tower-rush-zxajpm 1.tower-rush-z51lpy.tower-rush-egku3x.tower-rush-jbxpvy.tower-rush-96mete.tower-rush-9lap8n.tower-rush-91dvx8 1.tower-rush-q0xfok.tower-rush-k46hfz.5z'/%3e%3c/svg%3e");
}

.tower-rush-kupunq > input:not(:checked) ~ label:hover,
.tower-rush-kupunq > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-hxeqyq.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-s75um4 44.tower-rush-8kfsk8.tower-rush-pr0jao.tower-rush-df6xnu.tower-rush-q17mt9.tower-rush-usmgr6.tower-rush-rli1k5.tower-rush-om9bep.tower-rush-y0xj1d.tower-rush-hs3bnz.tower-rush-52da3v.tower-rush-o6bqyw.tower-rush-1reg6f 0l-12.tower-rush-zxajpm 30.tower-rush-yur4pn.tower-rush-wyadt4 2.tower-rush-xecbop.tower-rush-wyadt4 3.tower-rush-nrugjt 3.tower-rush-i6vnt5.tower-rush-7dr7a8 3.tower-rush-7ax2f5.tower-rush-y2kmb3.tower-rush-7od05p.tower-rush-hkegjk 7-3.tower-rush-zxajpm 10.tower-rush-m31uim.tower-rush-hkegjk 23.tower-rush-2ib4e7.tower-rush-6b4rxi 1.tower-rush-91dvx8 2.tower-rush-zxajpm 3.tower-rush-6b4rxi 1.tower-rush-7dr7a8 5.tower-rush-icby7n.tower-rush-7dr7a8 32.tower-rush-9czfoh.tower-rush-y2kmb3 5.tower-rush-1reg6f 4.tower-rush-hkegjk 9.tower-rush-hkegjk 8.tower-rush-7dr7a8 6.tower-rush-1r6yqb.tower-rush-ig7vv9.tower-rush-shmo8v.tower-rush-8h15yn.tower-rush-bzfg7m 4.tower-rush-ihrv5x.tower-rush-bzfg7m 6.tower-rush-bzfg7m 0l29.tower-rush-1reg6f 17.tower-rush-cpp4xu.tower-rush-c8sp8j 2.tower-rush-g4s28p 10.tower-rush-q8n44u.tower-rush-zxajpm 8.tower-rush-x90cqc.tower-rush-x44u4h.tower-rush-7ywofi.tower-rush-f6so7u.tower-rush-avhz33.tower-rush-y2kmb3.tower-rush-usmgr6.tower-rush-zxajpm 1.tower-rush-z51lpy.tower-rush-egku3x.tower-rush-jbxpvy.tower-rush-96mete.tower-rush-9lap8n.tower-rush-91dvx8 1.tower-rush-q0xfok.tower-rush-k46hfz.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .tower-rush-xxvhsz > .tower-rush-7rwytg {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .tower-rush-xxvhsz > .tower-rush-7rwytg {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .tower-rush-xxvhsz > .tower-rush-7rwytg {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .tower-rush-xxvhsz > .tower-rush-7rwytg {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .tower-rush-xxvhsz > .tower-rush-7rwytg {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.tower-rush-38tsj7 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.tower-rush-38tsj7.tower-rush-rgp9ux {
  display: none;
}

.tower-rush-pic7a1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .tower-rush-pic7a1 {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-pic7a1 {
    border-radius: 20px 20px 0 0;
  }
}

.tower-rush-rum3tt {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.tower-rush-rum3tt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.tower-rush-rum3tt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.tower-rush-rum3tt img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .tower-rush-rum3tt {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .tower-rush-rum3tt img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-rum3tt {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .tower-rush-rum3tt img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.tower-rush-cowo3u {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .tower-rush-cowo3u {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-cowo3u {
    font-size: 14px;
  }
}

.tower-rush-kocs21 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.tower-rush-kocs21::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .tower-rush-kocs21::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.tower-rush-kocs21::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .tower-rush-kocs21::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .tower-rush-kocs21 {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-kocs21 {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.tower-rush-vp6mxl {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .tower-rush-vp6mxl {
    top: -20px;
  }
}

.tower-rush-vwik4p {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0chicken-road-spynx9 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .tower-rush-vwik4p:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .tower-rush-vwik4p {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-vwik4p {
    width: 90px;
    height: 40px;
  }
}

.tower-rush-38tsj7.tower-rush-03wdi3 .tower-rush-pic7a1 {
  background: #2b3b67;
}

.tower-rush-38tsj7.tower-rush-03wdi3 .tower-rush-rum3tt {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.tower-rush-38tsj7.tower-rush-03wdi3 .tower-rush-rum3tt::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.tower-rush-38tsj7.tower-rush-03wdi3 .tower-rush-rum3tt::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.tower-rush-38tsj7.tower-rush-03wdi3 .tower-rush-kocs21::before {
  background: #0e0f41;
}

.tower-rush-38tsj7.tower-rush-03wdi3 .tower-rush-kocs21::after {
  background: #152557;
}

.tower-rush-38tsj7.tower-rush-6j6vce .tower-rush-pic7a1 {
  background: #1f35fa;
}

.tower-rush-38tsj7.tower-rush-6j6vce .tower-rush-rum3tt {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.tower-rush-38tsj7.tower-rush-6j6vce .tower-rush-rum3tt::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.tower-rush-38tsj7.tower-rush-6j6vce .tower-rush-rum3tt::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.tower-rush-38tsj7.tower-rush-6j6vce .tower-rush-kocs21::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.tower-rush-38tsj7.tower-rush-6j6vce .tower-rush-kocs21::after {
  background: #192ac8;
}

.tower-rush-38tsj7.tower-rush-tv6ttx .tower-rush-pic7a1 {
  background: #fa771f;
}

.tower-rush-38tsj7.tower-rush-tv6ttx .tower-rush-rum3tt {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-38tsj7.tower-rush-tv6ttx .tower-rush-rum3tt::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.tower-rush-38tsj7.tower-rush-tv6ttx .tower-rush-rum3tt::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.tower-rush-38tsj7.tower-rush-tv6ttx .tower-rush-kocs21::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-38tsj7.tower-rush-tv6ttx .tower-rush-kocs21::after {
  background: #fa8535;
}

.tower-rush-765wx8 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-765wx8 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-765wx8 {
    margin: 24px 0 60px;
  }
}

.tower-rush-765wx8 h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-765wx8 h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.tower-rush-dzutek {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-dzutek {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.tower-rush-sbhu57 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-sbhu57 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.tower-rush-26h28i {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-26h28i:hover {
    background: var(--button-bg-hover);
  }
}

.tower-rush-tt64p7 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tower-rush-tt64p7 span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.tower-rush-tt64p7 small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-tt64p7 {
    margin-bottom: 16px;
  }
}

.tower-rush-daswky {
  width: 120px;
  height: 22px;
}

.tower-rush-daswky .tower-rush-xpuazf {
  fill: #c2c0ce;
}

.tower-rush-daswky [rating="1"] .tower-rush-xpuazf:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tower-rush-daswky [rating="2"] .tower-rush-xpuazf:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tower-rush-daswky [rating="3"] .tower-rush-xpuazf:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tower-rush-daswky [rating="4"] .tower-rush-xpuazf:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tower-rush-daswky [rating="5"] .tower-rush-xpuazf:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.tower-rush-3uxqtk {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-3uxqtk {
    gap: 16px 0;
  }
}

.tower-rush-c1089h {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.tower-rush-c1089h.tower-rush-xo4wxl {
  display: block;
}

.tower-rush-c1089h.tower-rush-rgp9ux {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-c1089h {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.tower-rush-ucewqd {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tower-rush-jbz24t {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.tower-rush-61300a {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tower-rush-y9on69 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.tower-rush-y9on69 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.tower-rush-tyymyj {
  font-size: 16px;
  line-height: 140%;
}

.tower-rush-gitkxl {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tower-rush-gitkxl .tower-rush-xpuazf {
  fill: #c2c0ce;
}

.tower-rush-gitkxl [rating="1"] .tower-rush-xpuazf:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tower-rush-gitkxl [rating="2"] .tower-rush-xpuazf:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tower-rush-gitkxl [rating="3"] .tower-rush-xpuazf:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tower-rush-gitkxl [rating="4"] .tower-rush-xpuazf:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tower-rush-gitkxl [rating="5"] .tower-rush-xpuazf:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.tower-rush-pgqctv {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-pgqctv {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.tower-rush-bclg63 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .tower-rush-bclg63 {
    padding: 0 16px;
  }
}

.tower-rush-6v71hz {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-6v71hz {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-q1nr69 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-q1nr69 {
    padding: 12px;
    gap: 12px;
  }
}

.tower-rush-fyhb4n {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.tower-rush-fyhb4n img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tower-rush-dd4gsg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.tower-rush-5qlk73 {
  flex: 1;
  min-width: 0;
}

.tower-rush-hsnp9x {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-hsnp9x {
    font-size: 14px;
    gap: 6px;
  }
}

.tower-rush-egniow {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.tower-rush-egniow svg,
.tower-rush-egniow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tower-rush-egniow svg path {
  fill: var(--button-bg-color);
}

.tower-rush-egniow svg circle {
  fill: var(--button-text-color);
}

.tower-rush-h4zh53 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .tower-rush-h4zh53 {
    font-size: 12px;
  }
}

.tower-rush-h4zh53 strong {
  font-weight: 600;
}

.tower-rush-3ee2ia {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.tower-rush-3ee2ia p {
  margin: 0 0 16px;
}

.tower-rush-3ee2ia p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-3ee2ia {
    font-size: 14px;
    line-height: 150%;
  }
}

.tower-rush-4ngn19 {
  max-width: 300px;
  width: 100%;
}

.tower-rush-4ngn19 a {
  width: 100%;
}

@media (max-width: 575px) {
  .tower-rush-4ngn19 {
    max-width: 200px;
  }
}

.tower-rush-ycte90 {
  justify-content: center;
}

.tower-rush-i4ozbt {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tower-rush-d0knrb {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .tower-rush-tmo9ss {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.tower-rush-ia10vd {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.tower-rush-ia10vd .tower-rush-pihfxo {
  justify-content: center;
}

/* faq */

.tower-rush-mi1eov {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.tower-rush-xbcj4u {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0chicken-road-g01ksq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tower-rush-xbcj4u::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.tower-rush-mi1eov.tower-rush-sumasm .tower-rush-xbcj4u::after {
  transform: rotate(45deg);
}

.tower-rush-8s6r9q {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0chicken-road-spynx9 ease,
    padding 0chicken-road-spynx9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.tower-rush-mi1eov.tower-rush-sumasm .tower-rush-8s6r9q {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.tower-rush-dxwha6 {
  margin: 25px 0;
}

.tower-rush-kupunq > input:not(:checked) ~ label:hover,
.tower-rush-kupunq > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-y683pi.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-m0flan 44.tower-rush-tnas1s.tower-rush-iai5wx.tower-rush-q3brf7.tower-rush-1l1f0i.tower-rush-i3yqu2.tower-rush-lihy4d.tower-rush-015cap.tower-rush-y6h2wj.tower-rush-6pt1mm.tower-rush-jzl2aw.tower-rush-kylpnz.tower-rush-hv5g6v 0l-12.tower-rush-qblc6p 30.tower-rush-8k4qed.tower-rush-w46ki3 2.tower-rush-4vza8b.tower-rush-w46ki3 3.tower-rush-tcj86l 3.tower-rush-36a3fb.tower-rush-n623ue 3.tower-rush-s7l9ev.tower-rush-2mxuob.tower-rush-zu9v9b.tower-rush-nnukmi 7-3.tower-rush-qblc6p 10.tower-rush-as2io8.tower-rush-nnukmi 23.tower-rush-mqg4eh.tower-rush-2wv02n 1.tower-rush-fkex58 2.tower-rush-qblc6p 3.tower-rush-2wv02n 1.tower-rush-n623ue 5.tower-rush-1dncnv.tower-rush-n623ue 32.tower-rush-fy7sys.tower-rush-2mxuob 5.tower-rush-hv5g6v 4.tower-rush-nnukmi 9.tower-rush-nnukmi 8.tower-rush-n623ue 6.tower-rush-df78jf.tower-rush-kepkp2.tower-rush-4a64bf.tower-rush-d4ncnb.tower-rush-bg4tn4 4.tower-rush-o5fheg.tower-rush-bg4tn4 6.tower-rush-bg4tn4 0l29.tower-rush-hv5g6v 17.tower-rush-8895ld.tower-rush-xndglj 2.tower-rush-m9mkf4 10.tower-rush-8acjka.tower-rush-qblc6p 8.tower-rush-85efsn.tower-rush-m9hww7.tower-rush-6arjdl.tower-rush-ys5skn.tower-rush-tsgb1h.tower-rush-2mxuob.tower-rush-i3yqu2.tower-rush-qblc6p 1.tower-rush-airgxn.tower-rush-5j9l0s.tower-rush-66y6xy.tower-rush-3uypjg.tower-rush-beq590.tower-rush-fkex58 1.tower-rush-9mkxf2.tower-rush-376sdk.5z'/%3e%3c/svg%3e");
}

.tower-rush-66fgfc {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-66fgfc {
    gap: 16px 0;
  }
}

.tower-rush-gsw9nh {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.tower-rush-gsw9nh.tower-rush-sjrqn1 {
  display: block;
}

.tower-rush-gsw9nh.tower-rush-1zvhee {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-gsw9nh {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.tower-rush-lcr5rw {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tower-rush-lazocd {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.tower-rush-t8ew3s {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tower-rush-6gwnqm small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.tower-rush-6gwnqm span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.tower-rush-7cialt {
  font-size: 16px;
  line-height: 140%;
}

.tower-rush-r4qnp7 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tower-rush-r4qnp7 .tower-rush-jtje3d {
  fill: #c2c0ce;
}

.tower-rush-r4qnp7 [rating="1"] .tower-rush-jtje3d:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tower-rush-r4qnp7 [rating="2"] .tower-rush-jtje3d:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tower-rush-r4qnp7 [rating="3"] .tower-rush-jtje3d:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tower-rush-r4qnp7 [rating="4"] .tower-rush-jtje3d:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tower-rush-r4qnp7 [rating="5"] .tower-rush-jtje3d:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.tower-rush-zth198 {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.tower-rush-zth198 textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.tower-rush-zth198 button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.tower-rush-tz2gmu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.tower-rush-tz2gmu.tower-rush-pjse8k {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.tower-rush-ge058s {
  margin: 25px 0;
}

.tower-rush-8rw5ov > input:not(:checked) ~ label:hover,
.tower-rush-8rw5ov > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-s3yrbu.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-4pwhx4 44.tower-rush-4qyuv5.tower-rush-rjcwne.tower-rush-ek4ou9.tower-rush-ji4ocy.tower-rush-o9bn7o.tower-rush-qxoyy5.tower-rush-cys1kd.tower-rush-s0ilel.tower-rush-i7ds0f.tower-rush-k26ulp.tower-rush-93u6o7.tower-rush-ul67u0 0l-12.tower-rush-z8yc56 30.tower-rush-tngkq5.tower-rush-0ttomp 2.tower-rush-ad1nm6.tower-rush-0ttomp 3.tower-rush-fcaax2 3.tower-rush-4f5sp3.tower-rush-zuljtb 3.tower-rush-ma6xhj.tower-rush-ig24uo.tower-rush-kmv56g.tower-rush-yy6pib 7-3.tower-rush-z8yc56 10.tower-rush-kk8gte.tower-rush-yy6pib 23.tower-rush-6fqzlz.tower-rush-tbhs4r 1.tower-rush-j2cwrj 2.tower-rush-z8yc56 3.tower-rush-tbhs4r 1.tower-rush-zuljtb 5.tower-rush-9ot9hf.tower-rush-zuljtb 32.tower-rush-b7oj6k.tower-rush-ig24uo 5.tower-rush-ul67u0 4.tower-rush-yy6pib 9.tower-rush-yy6pib 8.tower-rush-zuljtb 6.tower-rush-kw57yf.tower-rush-8kqrvp.tower-rush-emuh99.tower-rush-sylvq8.tower-rush-fnmitq 4.tower-rush-2i34mf.tower-rush-fnmitq 6.tower-rush-fnmitq 0l29.tower-rush-ul67u0 17.tower-rush-2ui6pu.tower-rush-991agl 2.tower-rush-91e0nb 10.tower-rush-8q3dki.tower-rush-z8yc56 8.tower-rush-5lthoa.tower-rush-2v73gg.tower-rush-9h0cya.tower-rush-3h1yuw.tower-rush-alarkh.tower-rush-ig24uo.tower-rush-o9bn7o.tower-rush-z8yc56 1.tower-rush-ib2eqo.tower-rush-bt1w8d.tower-rush-1tlv2m.tower-rush-evengn.tower-rush-uvrv26.tower-rush-j2cwrj 1.tower-rush-03tiit.tower-rush-x58jmk.5z'/%3e%3c/svg%3e");
}

.tower-rush-8wax5u {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-8wax5u {
    gap: 16px 0;
  }
}

.tower-rush-a4ghhd {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.tower-rush-a4ghhd.tower-rush-t4gdz8 {
  display: block;
}

.tower-rush-a4ghhd.tower-rush-z6wraa {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-a4ghhd {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.tower-rush-r3j55k {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tower-rush-ou55wx {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.tower-rush-ndoynd {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.tower-rush-fhrv4g small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.tower-rush-fhrv4g span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.tower-rush-3o1lws {
  font-size: 16px;
  line-height: 140%;
}

.tower-rush-0xdvqv {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tower-rush-0xdvqv .tower-rush-p13lar {
  fill: #c2c0ce;
}

.tower-rush-0xdvqv [rating="1"] .tower-rush-p13lar:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tower-rush-0xdvqv [rating="2"] .tower-rush-p13lar:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tower-rush-0xdvqv [rating="3"] .tower-rush-p13lar:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tower-rush-0xdvqv [rating="4"] .tower-rush-p13lar:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tower-rush-0xdvqv [rating="5"] .tower-rush-p13lar:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.tower-rush-6r07el {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--registr-btn);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-6r07el:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-6r07el {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.tower-rush-py4muk {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.tower-rush-8wax5u {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 0;
  width: calc(100% / 3 * 4);
  transition: transform 0chicken-road-8b09xf ease-in-out;
  margin: 0;
}

.tower-rush-a4ghhd {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
  box-sizing: border-box;
}
.tower-rush-a4ghhd.tower-rush-t4gdz8 {
  display: block;
}

.tower-rush-z3rnrv {
  z-index: 10;
  background: var(--button-bg-color);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.tower-rush-5tenz7 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.tower-rush-z3rnrv:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

#review-prev {
  left: 10px;
}
#review-next {
  right: 10px;
}

.tower-rush-z3rnrv:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .tower-rush-8wax5u {
    width: 800%;
    flex-wrap: nowrap;
    gap: 0;
  }

  .tower-rush-a4ghhd {
    max-width: calc(100% / 8);
    flex-basis: calc(100% / 8);
    margin: 0;
    padding: 16px;
    margin-right: 5px;
  }

  .tower-rush-z3rnrv {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

.tower-rush-9osnk6 {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: linear-gradient(180deg, #06affd 0%, #0077ff 100%);
}

.tower-rush-mzf50x {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #069afd 0%, #00c3ff 100%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tower-rush-mzf50x::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.tower-rush-9osnk6.tower-rush-xk6t92 .tower-rush-mzf50x::after {
  transform: rotate(45deg);
}

.tower-rush-mzf50x:hover {
  background: rgba(255, 255, 255, 0.3);
}

.tower-rush-f1rpcl {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0fishroad-ivv94k ease,
    padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #059bc0 0%, #0995b8 100%);
}

.tower-rush-9osnk6.tower-rush-xk6t92 .tower-rush-f1rpcl {
  max-height: 200px;
  padding: 15px 20px;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.tower-rush-4f7nuh {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.tower-rush-4f7nuh img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .tower-rush-4f7nuh img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .tower-rush-v02nhu .tower-rush-ypglvi img {
    margin-top: -150px !important;
  }

  .tower-rush-6zrd69 {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.tower-rush-m7yluo {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.tower-rush-m7yluo iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.tower-rush-1vqzsf {
  width: 90%;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../other/bg.webp);
  background-size: cover;
  background-position: center calc(100% - 522px);
  color: #fff;
  border-radius: 8px;
  transition: bottom 0.tower-rush-rkw0bu ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

.tower-rush-qk1ts0 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tower-rush-qk1ts0 p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

  z-index: -1;
  background: rgb(0 0 0 / 32%);
  height: 73px;
  padding: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  backdrop-filter: blur(5px);
}

.tower-rush-qk1ts0 button {
  z-index: 2;
}

.tower-rush-1vqzsf.tower-rush-k7inmk {
  bottom: 40px;
}

.tower-rush-7neodi {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.tower-rush-m3vfdn {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.tower-rush-07peea infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

@keyframes move-x {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(130vw);
  }
}

@keyframes jump-y {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-18px) rotate(-8deg);
  }

  50% {
    transform: translateY(-22px) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.tower-rush-5kxgg7 {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.tower-rush-ruwcqn ease;
  z-index: 10000;
}

.tower-rush-5kxgg7:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 650px) {
  .tower-rush-qk1ts0 p {
    font-size: 16px;
    padding: 17px 15px 15px 15px;
    text-align: center;
  }

  .tower-rush-qk1ts0 .tower-rush-9zke49 {
    font-size: 13.5px;
  }

  .tower-rush-1vqzsf .tower-rush-m3vfdn {
    animation: jump-y 0.tower-rush-07peea infinite ease-in-out;
  }

  .tower-rush-gw52xj {
    display: none;
  }
}

.tower-rush-69va6a {
  position: absolute;
  width: 50px;
  height: auto;
  animation: rocket-fly 6s linear infinite;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.tower-rush-gpifh2 {
  top: 10px;
  animation-duration: 7s;
}

.tower-rush-p9lm66 {
  bottom: 10px;
  animation-duration: 5s;
}

@keyframes rocket-fly {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-200px);
  }
}

.tower-rush-4cyy7w {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.tower-rush-gw52xj {
  max-width: 50px;
  top: -15px;
  left: 5%;
  z-index: 1;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 8s ease-in-out infinite;
}

.tower-rush-leefcv {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.tower-rush-pww6vy {
  max-width: 75px;
  top: -15px;
  left: 90%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 3s ease-in-out infinite;
}

@keyframes cloud-drift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cloud-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.tower-rush-k3u8e6 {
  position: absolute;
  color: #12e05b;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center;
  animation: moneyFade 2s ease-out forwards;
}

@keyframes moneyFade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.3);
  }
}

.tower-rush-m3rnbw {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.tower-rush-m3rnbw .tower-rush-tz3pie {
  display: flex;
  align-items: center;
}

.tower-rush-jtz1e0 {
  display: flex;
  flex-direction: column;
}

.tower-rush-nj86ey {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.tower-rush-q8ttsn {
  max-width: 300px;
  width: 100%;
}

.tower-rush-nuddna {
  max-width: 280px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid black;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 925px) {
  .tower-rush-m3rnbw {
    flex-direction: column;
  }

  .tower-rush-tz3pie {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .tower-rush-jtz1e0 {
    text-align: center;
  }

  .tower-rush-m3rnbw h3 {
    margin-bottom: 0 !important;
  }
}

.tower-rush-7glpgc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 501px) {
  .tower-rush-7glpgc {
    font-size: 12px;
  }
}

.tower-rush-fv4et6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

.tower-rush-zetw05 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .tower-rush-zetw05 {
    flex-direction: column;
  }
}

.tower-rush-uk4tym {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tower-rush-6zc275 li:first-child {
  margin-bottom: 10px;
}

.tower-rush-6zc275 a {
  color: #000;
}

.tower-rush-qkg8xr {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .tower-rush-qkg8xr {
    align-items: center;
  }

  .tower-rush-k5ubsa {
    flex-direction: column;
  }
}

.tower-rush-ti9i49 {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.tower-rush-r9lg5f img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.tower-rush-mng1gx {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.tower-rush-mng1gx a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.tower-rush-hm9utk ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.tower-rush-mng1gx a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.tower-rush-9k2m51 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .tower-rush-9k2m51 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-9k2m51 {
    margin: 15px auto;
  }
}
.tower-rush-9k2m51 li {
  font-size: 16px;
  position: relative;
}
.tower-rush-9k2m51 li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-9k2m51 li a:hover {
    text-decoration: underline;
  }
}
.tower-rush-9k2m51 li span {
  opacity: 0.5;
}
.tower-rush-9k2m51 li + li {
  margin-left: 30px;
}
.tower-rush-9k2m51 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.tower-rush-4rmfw3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .tower-rush-4rmfw3 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-4rmfw3 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.tower-rush-7dfm9c {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .tower-rush-7dfm9c {
    flex-direction: column;
  }
}
.tower-rush-nq86e9 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.tower-rush-nq86e9 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tower-rush-nq86e9 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.tower-rush-u1glgj {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.tower-rush-u1glgj ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-u1glgj ul {
    margin-bottom: 15px;
  }
}
.tower-rush-u1glgj ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.tower-rush-u1glgj ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}
.tower-rush-u1glgj ul li span svg {
  fill: var(--title-color);
}
.tower-rush-u1glgj ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .tower-rush-u1glgj ul li small {
    font-size: 12px;
  }
}
.tower-rush-u1glgj ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.tower-rush-u1glgj ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-u1glgj {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.tower-rush-55oea3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .tower-rush-55oea3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.tower-rush-o11biq {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.tower-rush-hhz4fx {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-hhz4fx {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .tower-rush-hhz4fx:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.tower-rush-hhz4fx.tower-rush-h09bai {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-hhz4fx.tower-rush-h09bai:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tower-rush-afeisr {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .tower-rush-afeisr {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-afeisr {
    padding: 50px 16px 68px;
  }
}
.tower-rush-5nhya3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .tower-rush-5nhya3 {
    flex-direction: column;
  }
}
.tower-rush-r9v359 {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-r9v359 {
    margin-bottom: 40px;
  }
}
.tower-rush-702t8l .tower-rush-wnhl9h {
  margin-bottom: 28px;
}
.tower-rush-702t8l .tower-rush-wnhl9h img {
  max-height: 100px;
  width: auto;
}
.tower-rush-2puqe6 {
  display: flex;
  align-items: center;
}
.tower-rush-2puqe6 a + a {
  margin-left: 24px;
}
.tower-rush-2puqe6 img {
  max-height: 56px;
  width: auto;
}
.tower-rush-2puqe6 img + img {
  margin-left: 24px;
}
.tower-rush-iutryi {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-iutryi {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.tower-rush-coufjn {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-coufjn {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

.tower-rush-lhm4v9 {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.tower-rush-lhm4v9 label {
  font-size: 14px;
}

.tower-rush-lhm4v9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.tower-rush-lhm4v9 input,
.tower-rush-lhm4v9 textarea,
.tower-rush-lhm4v9 button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.tower-rush-lhm4v9 button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.tower-rush-ruwcqn ease;
}
.tower-rush-lhm4v9 button:hover {
  background-color: var(--button-bg-hover);
}
.tower-rush-m5zsbp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.tower-rush-l3n7od ease-in;
}

.tower-rush-m5zsbp h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#reviews .tower-rush-w2ffo6 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .tower-rush-w2ffo6 > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .tower-rush-w2ffo6 > div.tower-rush-khpqbe {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .tower-rush-w2ffo6 > div.tower-rush-khpqbe {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.tower-rush-ggm9io {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .tower-rush-64n889 .tower-rush-7or4cp a {
    font-size: 12px;
  }
}

/* app */
.tower-rush-zrbef0 {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .tower-rush-zrbef0 {
    flex-direction: column;
  }
}
.tower-rush-fr538c {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.tower-rush-fr538c img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tower-rush-fr538c {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.tower-rush-2bmpda {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.tower-rush-2bmpda ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-2bmpda ul {
    margin-bottom: 15px;
  }
}
.tower-rush-2bmpda ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.tower-rush-2bmpda ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}
.tower-rush-2bmpda ul li span svg {
  fill: var(--title-color);
}
.tower-rush-2bmpda ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .tower-rush-2bmpda ul li small {
    font-size: 12px;
  }
}
.tower-rush-2bmpda ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.tower-rush-2bmpda ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-2bmpda {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.tower-rush-cnho8y {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .tower-rush-cnho8y {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.tower-rush-tk3or0 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.tower-rush-hp2c0a {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-hp2c0a {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .tower-rush-hp2c0a:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.tower-rush-hp2c0a.tower-rush-a024w2 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-hp2c0a.tower-rush-a024w2:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tower-rush-ao73oh {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .tower-rush-ao73oh {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-ao73oh {
    padding: 50px 16px 68px;
  }
}

.tower-rush-vrxlqd {
  margin: 0 auto;
  max-width: 700px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.tower-rush-fqkjeo {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 105px;
    transform: rotate(339deg);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.tower-rush-fqkjeo img {
  width: 100%;
  display: block;
}

.tower-rush-38ces7 {
  max-width: 300px;
}

.tower-rush-0h2vj3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tower-rush-0h2vj3 .tower-rush-o5w0tu:first-child {
  margin-bottom:15px;
}

.tower-rush-vrxlqd .tower-rush-s2t560 {
  font-size: 40px!important;
  color: var(--menu-color)!important ;
  margin: 0;
}

@media (max-width: 619px) {
  .tower-rush-vrxlqd {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.tower-rush-0h2vj3 .tower-rush-rqohon {
  background: gray;
  border: 1px solid var(--border-color)
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.tower-rush-ccrut5, .tower-rush-oyx1b4, [class*="review-card"],
thead, thead th, table th, .tower-rush-f837ny,
.tower-rush-ueppku, [class*="collapsible-header"],
.tower-rush-6bpdrf, [class*="updated-block"] {
  color: #14161a !important;
}

/* brandauto-contrast-fix v5 */
header, header nav { background: #111214 !important; }
footer { background: #111214 !important; border-top: 1px solid rgba(255, 255, 255, 0.10) !important; color: #d8d3c6 !important; }
header label span { background: #d8d3c6 !important; }

/* brandauto-contrast-fix v6 */
.tower-rush-2kk51p,
.tower-rush-6pflgl {
  background: #111214 !important;
}
