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-160h0q {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.tower-rush-ujfrsm {
  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-ujfrsm: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-vxcej4 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

.tower-rush-vxcej4 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-vxcej4 h1 {
    font-size: 120px;
  }
}

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

.tower-rush-460whp {
  cursor: pointer;
}

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

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

.tower-rush-okkaog figure {
  margin: 0;
}

.tower-rush-okkaog.tower-rush-mlr0g2 {
  justify-content: flex-start;
  margin-right: 4px;
}

.tower-rush-okkaog.tower-rush-o7d9fh {
  justify-content: flex-end;
  margin-left: 4px;
}

.tower-rush-okkaog.tower-rush-y40j0t {
  justify-content: center;
}

.tower-rush-okkaog.tower-rush-6vle02 {
  justify-content: normal;
}

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

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

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

.tower-rush-dk4b7x {
  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-dk4b7x {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.tower-rush-ngy8as {
  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-ngy8as {
    flex-direction: column;
  }
}

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

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

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

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

.tower-rush-lg3mcg 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-lg3mcg ul {
    margin-bottom: 15px;
  }
}

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

.tower-rush-lg3mcg 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-lg3mcg ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

.tower-rush-nnv7qp {
  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-nnv7qp {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

.tower-rush-g0iezs {
  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-g0iezs {
    height: 50px;
  }
}

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

.tower-rush-g0iezs.tower-rush-9gy4ap {
  background-color: #000;
}

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

.tower-rush-wiu05p {
  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-wiu05p {
    padding: 80px 16px 0;
  }
}

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

.tower-rush-g9x8n8 {
  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-g9x8n8 {
    flex-direction: column;
  }
}

.tower-rush-6wxrrv {
  margin-bottom: 94px;
}

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

.tower-rush-q5hy0e .tower-rush-wn5uoe {
  margin-bottom: 28px;
}

.tower-rush-q5hy0e .tower-rush-wn5uoe img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-ng8yd5.tower-rush-uxyxof {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.tower-rush-xllici h1,
.tower-rush-xllici 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-xllici h1,
  .tower-rush-xllici h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

.tower-rush-x2p4lr {
  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-x2p4lr {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

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

.tower-rush-x2p4lr 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-x2p4lr li a svg {
  fill: var(--button-text-color);
}

.tower-rush-x2p4lr li a.tower-rush-uxyxof {
  background: var(--border-color);
}

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

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

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

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

.tower-rush-uvjpo0 {
  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-uvjpo0 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

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

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

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

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

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

.tower-rush-474rfz {
  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-474rfz {
    height: 54px;
  }
}

.tower-rush-h4e936 {
  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-h4e936 {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .tower-rush-h4e936 .tower-rush-wn5uoe img {
    max-width: 90px;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .tower-rush-rt376s {
    display: block;
  }
  .tower-rush-rt376s li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .tower-rush-rt376s li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .tower-rush-rt376s 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-rt376s li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.tower-rush-e9fn4l.tower-rush-6hny9l {
  margin-right: 0;
}

.tower-rush-sblk6c {
  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-sblk6c {
    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-sblk6c:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.tower-rush-7ifom3 {
  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-7ifom3:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.tower-rush-3sww2g {
  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-3sww2g::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-3sww2g {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .tower-rush-3sww2g img {
    max-width: 20px;
  }
}

.tower-rush-dw4fzm 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-dw4fzm ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.tower-rush-dw4fzm 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-dw4fzm ul li {
    padding: 5px;
  }
}

.tower-rush-dw4fzm 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-dw4fzm ul li a:hover {
    text-decoration: underline;
  }
}

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

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

.tower-rush-2jb1xc {
  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-2jb1xc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .tower-rush-pp81ut:checked ~ .tower-rush-i2271h {
    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-i2271h {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .tower-rush-pp81ut:checked ~ .tower-rush-i2271h {
    display: block;
  }
  .tower-rush-pp81ut:checked + .tower-rush-2jb1xc span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .tower-rush-pp81ut:checked + .tower-rush-2jb1xc span:nth-child(2) {
    display: none;
  }
  .tower-rush-pp81ut:checked + .tower-rush-2jb1xc span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

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

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

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

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

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

.tower-rush-gw7w1w {
  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-gw7w1w {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.tower-rush-pgw5jw 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-pgw5jw table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tower-rush-pgw5jw 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-pgw5jw table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.tower-rush-ailz2a {
  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-ailz2a {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-ailz2a h1,
.tower-rush-ailz2a h2,
.tower-rush-ailz2a h3,
.tower-rush-ailz2a 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-ailz2a h1,
  .tower-rush-ailz2a h2,
  .tower-rush-ailz2a h3,
  .tower-rush-ailz2a h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.tower-rush-sz4c9i .tower-rush-8v6vbe {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

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

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

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

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

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

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

.tower-rush-wumsj0 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-wumsj0 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-wumsj0 .tower-rush-ujfrsm {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tower-rush-g5wjg3 {
  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-g5wjg3 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

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

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

.tower-rush-cxd811 {
  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-cxd811 span {
  height: 32px;
}

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

.tower-rush-cxd811.tower-rush-d3u2o3 span {
  transform: scaleY(-1);
}

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

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

.tower-rush-4lssdt 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-4lssdt li {
    font-size: 16px;
  }
}

.tower-rush-4lssdt 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-4lssdt li a:hover {
    background: var(--main-theme-color);
  }
}

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

.tower-rush-4lssdt.tower-rush-gp5aq0 {
  display: none;
}

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

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

.tower-rush-um92i6 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-um92i6 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

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

.tower-rush-um92i6 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-um92i6 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.tower-rush-yq5mgj {
  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-yq5mgj {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.tower-rush-w7st9r 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-w7st9r tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.tower-rush-38puco {
  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-190yyf {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.tower-rush-fq4kro 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-fq4kro h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .tower-rush-th57g4 {
    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-e1m1ua {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.tower-rush-spwhl0 {
  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-spwhl0 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

.tower-rush-35n4gj 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-35n4gj 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-35n4gj 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-35n4gj tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.tower-rush-35n4gj 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-35n4gj 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-35n4gj tbody tr td:last-of-type {
  margin-left: auto;
}

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

.tower-rush-35n4gj tbody tr td .tower-rush-adytyc {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.tower-rush-35n4gj tbody tr td .tower-rush-z0c6x6 {
  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-35n4gj tbody tr td .tower-rush-z0c6x6:hover {
    background: var(--button-bg-hover);
  }
}

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

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

.tower-rush-35n4gj tbody tr td .tower-rush-8mvz3y {
  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-35n4gj tbody tr td .tower-rush-8mvz3y:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.tower-rush-136wd6 {
  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-136wd6 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

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

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

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

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

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

.tower-rush-6yipk7 {
  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-6yipk7 {
    height: 190px;
    margin: 20px auto;
  }
}

.tower-rush-6yipk7 img {
  width: 100%;
  height: 100%;
}

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

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

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

.tower-rush-kliirh::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-ofnvu9 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.tower-rush-ofnvu9 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-ofnvu9:hover svg {
    transform: scale(1.1);
  }
}

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

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

.tower-rush-8kcvjs {
  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-8kcvjs {
    padding: 0 16px;
  }
}

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

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

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

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

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

.tower-rush-q86d9x {
  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-q86d9x 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-q86d9x {
    flex-basis: auto;
  }
}

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

.tower-rush-fi1h33 {
  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-fi1h33:hover {
  border: 1px solid #8c8ca2;
}

.tower-rush-ycuod8 {
  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-ycuod8:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.tower-rush-noxh6v {
  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-noxh6v a {
  text-decoration: underline;
  color: #8babff;
}

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

.tower-rush-85ah6v .tower-rush-fi1h33 {
  width: 50%;
  margin: 0;
}

.tower-rush-4dqf9x {
  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-4dqf9x:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.tower-rush-2dyecf {
  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-2dyecf {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.tower-rush-bz7q2s {
  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-bz7q2s {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

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

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

.tower-rush-2bpxlc {
  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-2bpxlc {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.tower-rush-2bpxlc 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-2bpxlc a {
    margin: 1px 0 4px;
  }
}

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

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

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

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

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

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

.tower-rush-3hue8w {
  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-3hue8w {
    padding: 0 16px;
  }
}

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

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

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

.tower-rush-yygq3k h1,
.tower-rush-yygq3k 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-yygq3k h1,
  .tower-rush-yygq3k h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.tower-rush-c14vgu 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-c14vgu h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.tower-rush-c14vgu 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-c14vgu h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.tower-rush-c14vgu 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-c14vgu 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-c14vgu table tr td {
    padding: 12px 4px;
  }
}

.tower-rush-c14vgu 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-c14vgu table tr th {
    padding: 12px 4px;
  }
}

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

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

.tower-rush-t4a9s9 {
  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-t4a9s9 {
    min-height: 190px;
  }
}

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

.tower-rush-qli5n4::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-ue71js {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tower-rush-ue71js.tower-rush-wo5nj6 {
  display: none;
}

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

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

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

.tower-rush-2yr9vo.tower-rush-47snsd {
  opacity: 1;
  pointer-events: all;
}

.tower-rush-ibme7c {
  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-ibme7c svg {
  margin-right: 10px;
}

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

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

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

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

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

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

.tower-rush-3hue8w .tower-rush-wumsj0 h1,
.tower-rush-3hue8w .tower-rush-wumsj0 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-3hue8w .tower-rush-wumsj0 h1,
  .tower-rush-3hue8w .tower-rush-wumsj0 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

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

.tower-rush-6s9xe2 {
  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-6s9xe2 {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

.tower-rush-6nlvob 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-6nlvob h1 {
    font-size: 44px;
  }
}

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

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

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

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

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

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

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

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

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

.tower-rush-hbzype {
  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-hbzype {
    padding: 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-ofjzir .tower-rush-rgz1g7 {
  position: relative;
}

.tower-rush-ofjzir .tower-rush-b2su5w {
  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-ofjzir .tower-rush-b2su5w.tower-rush-wo5nj6 {
  display: none;
}

.tower-rush-ofjzir .tower-rush-h9ad5a {
  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-ofjzir .tower-rush-h9ad5a {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

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

.tower-rush-ofjzir .tower-rush-h9ad5a .tower-rush-zba185 {
  max-width: 300px;
  width: 100%;
}

.tower-rush-ofjzir
  .tower-rush-h9ad5a
  .tower-rush-zba185
  .tower-rush-kwkk2j {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-ofjzir
    .tower-rush-h9ad5a
    .tower-rush-zba185
    .tower-rush-kwkk2j {
    font-size: 32px;
    text-align: center;
  }
}

.tower-rush-ofjzir
  .tower-rush-h9ad5a
  .tower-rush-zba185
  .tower-rush-j467aw {
  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-ofjzir
    .tower-rush-h9ad5a
    .tower-rush-zba185
    .tower-rush-j467aw {
    text-align: center;
  }
}

.tower-rush-ofjzir .tower-rush-h9ad5a .tower-rush-6hny9l {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.tower-rush-ofjzir
  .tower-rush-h9ad5a
  .tower-rush-6hny9l
  .tower-rush-j112n5 {
  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-ofjzir
  .tower-rush-h9ad5a
  .tower-rush-6hny9l
  .tower-rush-j112n5:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ofjzir
    .tower-rush-h9ad5a
    .tower-rush-6hny9l
    .tower-rush-j112n5 {
    width: 100%;
  }
}

.tower-rush-ofjzir
  .tower-rush-h9ad5a
  .tower-rush-6hny9l
  .tower-rush-mzt3k3 {
  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-ofjzir
  .tower-rush-h9ad5a
  .tower-rush-6hny9l
  .tower-rush-mzt3k3
  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-ofjzir
  .tower-rush-h9ad5a
  .tower-rush-6hny9l
  .tower-rush-mzt3k3: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-ofjzir
  .tower-rush-h9ad5a
  .tower-rush-6hny9l
  .tower-rush-mzt3k3:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .tower-rush-ofjzir
    .tower-rush-h9ad5a
    .tower-rush-6hny9l
    .tower-rush-mzt3k3 {
    width: 100%;
  }
}

.tower-rush-ofjzir .tower-rush-h9ad5a.tower-rush-wo5nj6 {
  display: none;
}

.tower-rush-ofjzir .tower-rush-li6vej {
  display: none;
}

.tower-rush-ofjzir .tower-rush-li6vej.tower-rush-47snsd {
  display: block;
}

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

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

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

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

.tower-rush-ofjzir .tower-rush-feqdc3 .tower-rush-kwkk2j {
  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-ofjzir .tower-rush-feqdc3 .tower-rush-kwkk2j {
    margin-bottom: 24px;
  }
}

.tower-rush-ofjzir .tower-rush-feqdc3 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-ofjzir .tower-rush-feqdc3 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-ofjzir .tower-rush-feqdc3 table tr td {
    padding: 12px 4px;
  }
}

.tower-rush-ofjzir .tower-rush-feqdc3 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-ofjzir .tower-rush-feqdc3 table tr th {
    padding: 12px 4px;
  }
}

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

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

.tower-rush-vgblzb.tower-rush-uxyxof {
  display: block;
}

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

.tower-rush-vgblzb .tower-rush-yska5t {
  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-vgblzb .tower-rush-23vyr9 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.tower-rush-vgblzb .tower-rush-mzt3k3 {
  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-vgblzb .tower-rush-mzt3k3:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.tower-rush-rchoq1.tower-rush-uxyxof {
  display: block;
}

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

.tower-rush-grjmgo {
  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-5a83mq {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.tower-rush-mt3gg8.tower-rush-wo5nj6 {
  display: none;
}

.tower-rush-59fsno {
  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-59fsno {
    margin-bottom: 20px;
  }
}

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

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

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

.tower-rush-ylle7i 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-ylle7i input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

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

.tower-rush-farvmr 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-farvmr textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.tower-rush-xvvyla {
  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-xvvyla:hover {
  background: var(--border-color);
}

.tower-rush-o1bjgm {
  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-o1bjgm:hover {
  background: #166ad9;
}

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

.tower-rush-6h2h69.tower-rush-wo5nj6 {
  display: none;
}

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

.tower-rush-6h2h69 .tower-rush-xvvyla {
  margin: 0 auto;
}

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

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

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

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

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

.tower-rush-em4p4w > 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-lv6wi9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.tower-rush-tyqoxm 44.tower-rush-26tiv5.tower-rush-79d4tr.tower-rush-f6u6e3.tower-rush-fu7m4p.tower-rush-jcghqy.tower-rush-pfqk0q.tower-rush-pox7ht.tower-rush-xg1vs8.tower-rush-83pcvb.tower-rush-7bb7v5.tower-rush-cspbw3.tower-rush-j1jy2p 0l-12.tower-rush-18s0f3 30.tower-rush-ori2zf.tower-rush-ssqyxp 2.tower-rush-cunji7.tower-rush-ssqyxp 3.tower-rush-hg1glx 3.tower-rush-0avhq3.tower-rush-wh458x 3.tower-rush-bsn9uz.tower-rush-2atp73.tower-rush-0acte0.tower-rush-mpaj76 7-3.tower-rush-18s0f3 10.tower-rush-ofzxj2.tower-rush-mpaj76 23.tower-rush-rf2rlk.tower-rush-s6mg8g 1.tower-rush-0nq5w5 2.tower-rush-18s0f3 3.tower-rush-s6mg8g 1.tower-rush-wh458x 5.tower-rush-1uceq9.tower-rush-wh458x 32.tower-rush-g596xm.tower-rush-2atp73 5.tower-rush-j1jy2p 4.tower-rush-mpaj76 9.tower-rush-mpaj76 8.tower-rush-wh458x 6.tower-rush-xoaryr.tower-rush-1rfpu9.tower-rush-hacatb.tower-rush-zmtrni.tower-rush-2xa60c 4.tower-rush-705axu.tower-rush-2xa60c 6.tower-rush-2xa60c 0l29.tower-rush-j1jy2p 17.tower-rush-35hdx6.tower-rush-13puhd 2.tower-rush-vng5r3 10.tower-rush-6kir33.tower-rush-18s0f3 8.tower-rush-0cr4sw.tower-rush-upuqg7.tower-rush-c290gs.tower-rush-dwxu0u.tower-rush-n4sug0.tower-rush-2atp73.tower-rush-jcghqy.tower-rush-18s0f3 1.tower-rush-y1eo9b.tower-rush-a66ymo.tower-rush-lfykmf.tower-rush-r1xdtv.tower-rush-xuq0ru.tower-rush-0nq5w5 1.tower-rush-p0symr.tower-rush-v85lxn.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.tower-rush-em4p4w > input:checked ~ label,
.tower-rush-em4p4w > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-lv6wi9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.tower-rush-tyqoxm 44.tower-rush-26tiv5.tower-rush-79d4tr.tower-rush-f6u6e3.tower-rush-fu7m4p.tower-rush-jcghqy.tower-rush-pfqk0q.tower-rush-pox7ht.tower-rush-xg1vs8.tower-rush-83pcvb.tower-rush-7bb7v5.tower-rush-cspbw3.tower-rush-j1jy2p 0l-12.tower-rush-18s0f3 30.tower-rush-ori2zf.tower-rush-ssqyxp 2.tower-rush-cunji7.tower-rush-ssqyxp 3.tower-rush-hg1glx 3.tower-rush-0avhq3.tower-rush-wh458x 3.tower-rush-bsn9uz.tower-rush-2atp73.tower-rush-0acte0.tower-rush-mpaj76 7-3.tower-rush-18s0f3 10.tower-rush-ofzxj2.tower-rush-mpaj76 23.tower-rush-rf2rlk.tower-rush-s6mg8g 1.tower-rush-0nq5w5 2.tower-rush-18s0f3 3.tower-rush-s6mg8g 1.tower-rush-wh458x 5.tower-rush-1uceq9.tower-rush-wh458x 32.tower-rush-g596xm.tower-rush-2atp73 5.tower-rush-j1jy2p 4.tower-rush-mpaj76 9.tower-rush-mpaj76 8.tower-rush-wh458x 6.tower-rush-xoaryr.tower-rush-1rfpu9.tower-rush-hacatb.tower-rush-zmtrni.tower-rush-2xa60c 4.tower-rush-705axu.tower-rush-2xa60c 6.tower-rush-2xa60c 0l29.tower-rush-j1jy2p 17.tower-rush-35hdx6.tower-rush-13puhd 2.tower-rush-vng5r3 10.tower-rush-6kir33.tower-rush-18s0f3 8.tower-rush-0cr4sw.tower-rush-upuqg7.tower-rush-c290gs.tower-rush-dwxu0u.tower-rush-n4sug0.tower-rush-2atp73.tower-rush-jcghqy.tower-rush-18s0f3 1.tower-rush-y1eo9b.tower-rush-a66ymo.tower-rush-lfykmf.tower-rush-r1xdtv.tower-rush-xuq0ru.tower-rush-0nq5w5 1.tower-rush-p0symr.tower-rush-v85lxn.5z'/%3e%3c/svg%3e");
}

.tower-rush-em4p4w > input:not(:checked) ~ label:hover,
.tower-rush-em4p4w > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-lv6wi9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-tyqoxm 44.tower-rush-26tiv5.tower-rush-79d4tr.tower-rush-f6u6e3.tower-rush-fu7m4p.tower-rush-jcghqy.tower-rush-pfqk0q.tower-rush-pox7ht.tower-rush-xg1vs8.tower-rush-83pcvb.tower-rush-7bb7v5.tower-rush-cspbw3.tower-rush-j1jy2p 0l-12.tower-rush-18s0f3 30.tower-rush-ori2zf.tower-rush-ssqyxp 2.tower-rush-cunji7.tower-rush-ssqyxp 3.tower-rush-hg1glx 3.tower-rush-0avhq3.tower-rush-wh458x 3.tower-rush-bsn9uz.tower-rush-2atp73.tower-rush-0acte0.tower-rush-mpaj76 7-3.tower-rush-18s0f3 10.tower-rush-ofzxj2.tower-rush-mpaj76 23.tower-rush-rf2rlk.tower-rush-s6mg8g 1.tower-rush-0nq5w5 2.tower-rush-18s0f3 3.tower-rush-s6mg8g 1.tower-rush-wh458x 5.tower-rush-1uceq9.tower-rush-wh458x 32.tower-rush-g596xm.tower-rush-2atp73 5.tower-rush-j1jy2p 4.tower-rush-mpaj76 9.tower-rush-mpaj76 8.tower-rush-wh458x 6.tower-rush-xoaryr.tower-rush-1rfpu9.tower-rush-hacatb.tower-rush-zmtrni.tower-rush-2xa60c 4.tower-rush-705axu.tower-rush-2xa60c 6.tower-rush-2xa60c 0l29.tower-rush-j1jy2p 17.tower-rush-35hdx6.tower-rush-13puhd 2.tower-rush-vng5r3 10.tower-rush-6kir33.tower-rush-18s0f3 8.tower-rush-0cr4sw.tower-rush-upuqg7.tower-rush-c290gs.tower-rush-dwxu0u.tower-rush-n4sug0.tower-rush-2atp73.tower-rush-jcghqy.tower-rush-18s0f3 1.tower-rush-y1eo9b.tower-rush-a66ymo.tower-rush-lfykmf.tower-rush-r1xdtv.tower-rush-xuq0ru.tower-rush-0nq5w5 1.tower-rush-p0symr.tower-rush-v85lxn.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .tower-rush-71lm62 > .tower-rush-k81foa {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .tower-rush-71lm62 > .tower-rush-k81foa {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .tower-rush-71lm62 > .tower-rush-k81foa {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .tower-rush-71lm62 > .tower-rush-k81foa {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .tower-rush-71lm62 > .tower-rush-k81foa {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.tower-rush-aucqdn.tower-rush-wo5nj6 {
  display: none;
}

.tower-rush-tlhpvf {
  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-tlhpvf {
    height: 74px;
    overflow: visible;
  }
}

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

.tower-rush-64lkzx {
  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-64lkzx::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .tower-rush-64lkzx {
    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-64lkzx img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.tower-rush-6yokj7 {
  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-6yokj7::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-6yokj7::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.tower-rush-6yokj7::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-6yokj7::after {
    display: none;
  }
}

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

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

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

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

.tower-rush-kv9hmw {
  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-kv9hmw:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

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

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

.tower-rush-aucqdn.tower-rush-m1f3j9 .tower-rush-tlhpvf {
  background: #2b3b67;
}

.tower-rush-aucqdn.tower-rush-m1f3j9 .tower-rush-64lkzx {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.tower-rush-aucqdn.tower-rush-m1f3j9 .tower-rush-64lkzx::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.tower-rush-aucqdn.tower-rush-m1f3j9 .tower-rush-64lkzx::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.tower-rush-aucqdn.tower-rush-m1f3j9 .tower-rush-6yokj7::before {
  background: #0e0f41;
}

.tower-rush-aucqdn.tower-rush-m1f3j9 .tower-rush-6yokj7::after {
  background: #152557;
}

.tower-rush-aucqdn.tower-rush-3qan49 .tower-rush-tlhpvf {
  background: #1f35fa;
}

.tower-rush-aucqdn.tower-rush-3qan49 .tower-rush-64lkzx {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.tower-rush-aucqdn.tower-rush-3qan49 .tower-rush-64lkzx::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.tower-rush-aucqdn.tower-rush-3qan49 .tower-rush-64lkzx::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.tower-rush-aucqdn.tower-rush-3qan49 .tower-rush-6yokj7::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.tower-rush-aucqdn.tower-rush-3qan49 .tower-rush-6yokj7::after {
  background: #192ac8;
}

.tower-rush-aucqdn.tower-rush-un4mck .tower-rush-tlhpvf {
  background: #fa771f;
}

.tower-rush-aucqdn.tower-rush-un4mck .tower-rush-64lkzx {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-aucqdn.tower-rush-un4mck .tower-rush-64lkzx::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.tower-rush-aucqdn.tower-rush-un4mck .tower-rush-64lkzx::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.tower-rush-aucqdn.tower-rush-un4mck .tower-rush-6yokj7::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-aucqdn.tower-rush-un4mck .tower-rush-6yokj7::after {
  background: #fa8535;
}

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

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

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

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

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

.tower-rush-if6sly {
  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-if6sly {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.tower-rush-1mga7l {
  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-1mga7l {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.tower-rush-udtgq8 {
  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-udtgq8:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

.tower-rush-illazh .tower-rush-fonaai {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.tower-rush-ge7c77 {
  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-ge7c77.tower-rush-47snsd {
  display: block;
}

.tower-rush-ge7c77.tower-rush-wo5nj6 {
  display: none;
}

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

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

.tower-rush-nbfkm4 {
  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-pawscd {
  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-hn0cw9 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.tower-rush-2052eb .tower-rush-fonaai {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.tower-rush-db0mfw {
  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-db0mfw {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-gn4e6m {
  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-gn4e6m {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.tower-rush-e1wyav {
  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-f082uc {
  flex: 1;
  min-width: 0;
}

.tower-rush-8wxkyi {
  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-8wxkyi {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-gp6w81 .tower-rush-rt376s {
  justify-content: center;
}

/* faq */

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

.tower-rush-a69djx {
  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-a69djx::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.tower-rush-xsaofu.tower-rush-uxyxof .tower-rush-a69djx::after {
  transform: rotate(45deg);
}

.tower-rush-855b7b {
  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-xsaofu.tower-rush-uxyxof .tower-rush-855b7b {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.tower-rush-em4p4w > input:not(:checked) ~ label:hover,
.tower-rush-em4p4w > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-zfn4hz.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-ya3uw1 44.tower-rush-f9rqoz.tower-rush-2sujq1.tower-rush-veqncy.tower-rush-z0epm6.tower-rush-kx699x.tower-rush-7ep2pg.tower-rush-2gjlys.tower-rush-qv9hea.tower-rush-6hi7me.tower-rush-quu4w2.tower-rush-ob15o4.tower-rush-7ypj85 0l-12.tower-rush-d34tfd 30.tower-rush-p3yybt.tower-rush-rpw7hf 2.tower-rush-2579qq.tower-rush-rpw7hf 3.tower-rush-hs8d6q 3.tower-rush-vvvge8.tower-rush-q1wkla 3.tower-rush-mfcjh6.tower-rush-feefuc.tower-rush-4cgavj.tower-rush-fsjpv4 7-3.tower-rush-d34tfd 10.tower-rush-2whsmy.tower-rush-fsjpv4 23.tower-rush-t39d55.tower-rush-a13xd6 1.tower-rush-xgh63h 2.tower-rush-d34tfd 3.tower-rush-a13xd6 1.tower-rush-q1wkla 5.tower-rush-71pmdk.tower-rush-q1wkla 32.tower-rush-94uj7l.tower-rush-feefuc 5.tower-rush-7ypj85 4.tower-rush-fsjpv4 9.tower-rush-fsjpv4 8.tower-rush-q1wkla 6.tower-rush-hd1c1i.tower-rush-57vm1t.tower-rush-vrnvoa.tower-rush-fpui8y.tower-rush-y8ppe2 4.tower-rush-6xfxyb.tower-rush-y8ppe2 6.tower-rush-y8ppe2 0l29.tower-rush-7ypj85 17.tower-rush-x7u811.tower-rush-2hdnlw 2.tower-rush-ohgrj1 10.tower-rush-xgclhv.tower-rush-d34tfd 8.tower-rush-z38luw.tower-rush-w6bkqm.tower-rush-clhvcb.tower-rush-jtu3ve.tower-rush-bjfc58.tower-rush-feefuc.tower-rush-kx699x.tower-rush-d34tfd 1.tower-rush-wv4t29.tower-rush-sl1k2i.tower-rush-maov9h.tower-rush-uvx6fs.tower-rush-fihtsv.tower-rush-xgh63h 1.tower-rush-z5rnve.tower-rush-qlsr9v.5z'/%3e%3c/svg%3e");
}

.tower-rush-0zyv85 {
  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-0zyv85 {
    gap: 16px 0;
  }
}

.tower-rush-l66a4k {
  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-l66a4k.tower-rush-co0m4r {
  display: block;
}

.tower-rush-l66a4k.tower-rush-uv90ri {
  display: none;
}

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

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

.tower-rush-4awpfa {
  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-c8nq0t {
  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-2jzkxm small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.tower-rush-rdhmdg .tower-rush-vzajmb {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.tower-rush-9a7uew 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-9a7uew 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-yigsfb {
  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-yigsfb.tower-rush-ebyh89 {
  opacity: 1;
  pointer-events: auto;
}

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

.tower-rush-rujb5l > input:not(:checked) ~ label:hover,
.tower-rush-rujb5l > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-3c0gsb.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-mhdpyf 44.tower-rush-0lk50u.tower-rush-525e74.tower-rush-319djq.tower-rush-p4g2k4.tower-rush-wjna2v.tower-rush-pexhr7.tower-rush-hgukn6.tower-rush-smckci.tower-rush-f452sz.tower-rush-qmwjoh.tower-rush-ajk2j6.tower-rush-7wnbfu 0l-12.tower-rush-jxvh4w 30.tower-rush-89wvdo.tower-rush-8j95fi 2.tower-rush-439f2t.tower-rush-8j95fi 3.tower-rush-n6r3vw 3.tower-rush-4ejvaf.tower-rush-alxe28 3.tower-rush-ztdogf.tower-rush-yvh77w.tower-rush-9zx45z.tower-rush-38mnet 7-3.tower-rush-jxvh4w 10.tower-rush-2pq83s.tower-rush-38mnet 23.tower-rush-zpyzjc.tower-rush-s23tj8 1.tower-rush-cgtxjn 2.tower-rush-jxvh4w 3.tower-rush-s23tj8 1.tower-rush-alxe28 5.tower-rush-qwrk3i.tower-rush-alxe28 32.tower-rush-r63qjv.tower-rush-yvh77w 5.tower-rush-7wnbfu 4.tower-rush-38mnet 9.tower-rush-38mnet 8.tower-rush-alxe28 6.tower-rush-g6i0v9.tower-rush-qyz2wt.tower-rush-eh0eic.tower-rush-ng9u74.tower-rush-mtkv03 4.tower-rush-fhuii6.tower-rush-mtkv03 6.tower-rush-mtkv03 0l29.tower-rush-7wnbfu 17.tower-rush-3n2m5q.tower-rush-zphy5o 2.tower-rush-c251j7 10.tower-rush-ycz875.tower-rush-jxvh4w 8.tower-rush-jpzpg8.tower-rush-l5708u.tower-rush-7zhn24.tower-rush-rhylqm.tower-rush-lb6t3u.tower-rush-yvh77w.tower-rush-wjna2v.tower-rush-jxvh4w 1.tower-rush-dgmtm1.tower-rush-morndi.tower-rush-pwr7ag.tower-rush-nwed7h.tower-rush-jvf22i.tower-rush-cgtxjn 1.tower-rush-xbi3pc.tower-rush-ns95rn.5z'/%3e%3c/svg%3e");
}

.tower-rush-m0h6r8 {
  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-m0h6r8 {
    gap: 16px 0;
  }
}

.tower-rush-54uvn1 {
  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-54uvn1.tower-rush-kze3aw {
  display: block;
}

.tower-rush-54uvn1.tower-rush-nhingc {
  display: none;
}

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

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

.tower-rush-jmm14g {
  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-w73fbc {
  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-k9o27m small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.tower-rush-uh538j .tower-rush-vbf1b5 {
  fill: #c2c0ce;
}

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

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

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

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

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

.tower-rush-px9dx7 {
  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-px9dx7:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-px9dx7 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.tower-rush-m0h6r8 {
  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-54uvn1 {
  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-54uvn1.tower-rush-kze3aw {
  display: block;
}

.tower-rush-7mn0cl {
  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-j4e0sa {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

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

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

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

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

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

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

.tower-rush-fjf8ar {
  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-ecjjyh {
  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-ecjjyh::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.tower-rush-fjf8ar.tower-rush-voxbb0 .tower-rush-ecjjyh::after {
  transform: rotate(45deg);
}

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

.tower-rush-xy63kl {
  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-fjf8ar.tower-rush-voxbb0 .tower-rush-xy63kl {
  max-height: 200px;
  padding: 15px 20px;
}

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

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

.tower-rush-9yt3y5 img {
  position: absolute;
  top: -125px;
}

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

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

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

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

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

/* popup */

.tower-rush-81hrmm {
  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-oyzmk8 ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

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

.tower-rush-rt7s6u 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-rt7s6u button {
  z-index: 2;
}

.tower-rush-81hrmm.tower-rush-2k2nv7 {
  bottom: 40px;
}

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

.tower-rush-yxkuz2 {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.tower-rush-wgjsrz 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-ngzah4 {
  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-0jjaeq ease;
  z-index: 10000;
}

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

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

  .tower-rush-rt7s6u .tower-rush-qmrzho {
    font-size: 13.5px;
  }

  .tower-rush-81hrmm .tower-rush-yxkuz2 {
    animation: jump-y 0.tower-rush-wgjsrz infinite ease-in-out;
  }

  .tower-rush-11jlmh {
    display: none;
  }
}

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

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

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

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

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

.tower-rush-11jlmh {
  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-t01cey {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.tower-rush-kizk1o {
  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-8cbpvf {
  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-fjtgnl {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

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

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

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

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

.tower-rush-kn9z5t {
  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-fjtgnl {
    flex-direction: column;
  }

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

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

  .tower-rush-fjtgnl h3 {
    margin-bottom: 0 !important;
  }
}

.tower-rush-vojljm {
  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-vojljm {
    font-size: 12px;
  }
}

.tower-rush-lbtl4a {
  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-fn8jx8 {
  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-fn8jx8 {
    flex-direction: column;
  }
}

.tower-rush-7pdjzr {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tower-rush-q1763t li:first-child {
  margin-bottom: 10px;
}

.tower-rush-q1763t a {
  color: #000;
}

.tower-rush-q36292 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .tower-rush-q36292 {
    align-items: center;
  }

  .tower-rush-fpg880 {
    flex-direction: column;
  }
}

.tower-rush-ir0lct {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.tower-rush-kbjom9 img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.tower-rush-olooip {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.tower-rush-olooip a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.tower-rush-3pbqp5 ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.tower-rush-olooip a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.tower-rush-9t0d60 {
  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-9t0d60 {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-9t0d60 {
    margin: 15px auto;
  }
}
.tower-rush-9t0d60 li {
  font-size: 16px;
  position: relative;
}
.tower-rush-9t0d60 li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-9t0d60 li a:hover {
    text-decoration: underline;
  }
}
.tower-rush-9t0d60 li span {
  opacity: 0.5;
}
.tower-rush-9t0d60 li + li {
  margin-left: 30px;
}
.tower-rush-9t0d60 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.tower-rush-9jz8mi {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .tower-rush-9jz8mi {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-9jz8mi {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.tower-rush-j4cmvt {
  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-j4cmvt {
    flex-direction: column;
  }
}
.tower-rush-6fl2wb {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.tower-rush-6fl2wb img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tower-rush-6fl2wb {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.tower-rush-a40424 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.tower-rush-a40424 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-a40424 ul {
    margin-bottom: 15px;
  }
}
.tower-rush-a40424 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.tower-rush-a40424 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-a40424 ul li span svg {
  fill: var(--title-color);
}
.tower-rush-a40424 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .tower-rush-a40424 ul li small {
    font-size: 12px;
  }
}
.tower-rush-a40424 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.tower-rush-a40424 ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-a40424 {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.tower-rush-regagg {
  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-regagg {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.tower-rush-hcre89 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.tower-rush-iyk1d1 {
  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-iyk1d1 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .tower-rush-iyk1d1:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.tower-rush-iyk1d1.tower-rush-5cb2o4 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-iyk1d1.tower-rush-5cb2o4:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tower-rush-i0i7ke {
  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-i0i7ke {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-i0i7ke {
    padding: 50px 16px 68px;
  }
}
.tower-rush-l4krsp {
  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-l4krsp {
    flex-direction: column;
  }
}
.tower-rush-flgge4 {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-flgge4 {
    margin-bottom: 40px;
  }
}
.tower-rush-kvc2qe .tower-rush-nwiahs {
  margin-bottom: 28px;
}
.tower-rush-kvc2qe .tower-rush-nwiahs img {
  max-height: 100px;
  width: auto;
}
.tower-rush-ha6fpn {
  display: flex;
  align-items: center;
}
.tower-rush-ha6fpn a + a {
  margin-left: 24px;
}
.tower-rush-ha6fpn img {
  max-height: 56px;
  width: auto;
}
.tower-rush-ha6fpn img + img {
  margin-left: 24px;
}
.tower-rush-jp970g {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-jp970g {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.tower-rush-ngqj8l {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-ngqj8l {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

.tower-rush-036bvi {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.tower-rush-036bvi label {
  font-size: 14px;
}

.tower-rush-036bvi h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.tower-rush-036bvi input,
.tower-rush-036bvi textarea,
.tower-rush-036bvi button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.tower-rush-036bvi button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.tower-rush-0jjaeq ease;
}
.tower-rush-036bvi button:hover {
  background-color: var(--button-bg-hover);
}
.tower-rush-xzzs7r {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.tower-rush-j8h7wr ease-in;
}

.tower-rush-xzzs7r h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#reviews .tower-rush-0qkiqg {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .tower-rush-0qkiqg > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .tower-rush-0qkiqg > div.tower-rush-yw3oz0 {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .tower-rush-0qkiqg > div.tower-rush-yw3oz0 {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.tower-rush-3m0430 {
  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-h4e936 .tower-rush-e9fn4l a {
    font-size: 12px;
  }
}

/* app */
.tower-rush-k5gk44 {
  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-k5gk44 {
    flex-direction: column;
  }
}
.tower-rush-wz8rjt {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.tower-rush-wz8rjt img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tower-rush-wz8rjt {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.tower-rush-7kba3z {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.tower-rush-7kba3z 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-7kba3z ul {
    margin-bottom: 15px;
  }
}
.tower-rush-7kba3z ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.tower-rush-7kba3z 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-7kba3z ul li span svg {
  fill: var(--title-color);
}
.tower-rush-7kba3z ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .tower-rush-7kba3z ul li small {
    font-size: 12px;
  }
}
.tower-rush-7kba3z ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.tower-rush-7kba3z ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-7kba3z {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.tower-rush-hhjdxw {
  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-hhjdxw {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.tower-rush-jbwbkb {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.tower-rush-4pr1p2 {
  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-4pr1p2 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .tower-rush-4pr1p2:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.tower-rush-4pr1p2.tower-rush-b6cvx2 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-4pr1p2.tower-rush-b6cvx2:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tower-rush-yzja0k {
  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-yzja0k {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-yzja0k {
    padding: 50px 16px 68px;
  }
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.tower-rush-7d3rm3, .tower-rush-pqyu2k, [class*="review-card"],
thead, thead th, table th, .tower-rush-f6ujxi,
.tower-rush-ods9pg, [class*="collapsible-header"],
.tower-rush-lnh28x, [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-wiu05p,
.tower-rush-474rfz {
  background: #111214 !important;
}
