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

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

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

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

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

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

.tower-rush-6pganf {
  cursor: pointer;
}

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

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

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

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

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

.tower-rush-d0igql.tower-rush-hg6fst {
  justify-content: center;
}

.tower-rush-d0igql.tower-rush-xs47vu {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-66y7ie.tower-rush-ypkrgx {
  background-color: #000;
}

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

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

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

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

.tower-rush-1ftlfo {
  margin-bottom: 94px;
}

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

.tower-rush-gpx29m .tower-rush-eysux3 {
  margin-bottom: 28px;
}

.tower-rush-gpx29m .tower-rush-eysux3 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-fdrtpq.tower-rush-6dysie {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.tower-rush-75gd2m li a.tower-rush-6dysie {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-qcn87z.tower-rush-byn17w {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-phh7rr .tower-rush-48v514 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.tower-rush-k3rbct.tower-rush-2eg21l span {
  transform: scaleY(-1);
}

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

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

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

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

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

.tower-rush-e31hjx.tower-rush-w21fer {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-yegg7t tbody tr td .tower-rush-0o680x {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

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

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

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

.tower-rush-yegg7t tbody tr td .tower-rush-vd29e1 {
  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-yegg7t tbody tr td .tower-rush-vd29e1:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-73rsyo img {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-2hnti9 .tower-rush-yvitbb {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-ohphua.tower-rush-xiyuin {
  display: none;
}

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

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

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

.tower-rush-su7laj.tower-rush-jg69ev {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-t94neh .tower-rush-7181zu {
  position: relative;
}

.tower-rush-t94neh .tower-rush-13logt {
  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-t94neh .tower-rush-13logt.tower-rush-xiyuin {
  display: none;
}

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

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

.tower-rush-t94neh .tower-rush-6g94ws .tower-rush-xuyrd8 {
  max-width: 300px;
  width: 100%;
}

.tower-rush-t94neh
  .tower-rush-6g94ws
  .tower-rush-xuyrd8
  .tower-rush-wh60g8 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-t94neh
    .tower-rush-6g94ws
    .tower-rush-xuyrd8
    .tower-rush-wh60g8 {
    font-size: 32px;
    text-align: center;
  }
}

.tower-rush-t94neh
  .tower-rush-6g94ws
  .tower-rush-xuyrd8
  .tower-rush-kqdob4 {
  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-t94neh
    .tower-rush-6g94ws
    .tower-rush-xuyrd8
    .tower-rush-kqdob4 {
    text-align: center;
  }
}

.tower-rush-t94neh .tower-rush-6g94ws .tower-rush-byn17w {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.tower-rush-t94neh
  .tower-rush-6g94ws
  .tower-rush-byn17w
  .tower-rush-rvzg3c {
  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-t94neh
  .tower-rush-6g94ws
  .tower-rush-byn17w
  .tower-rush-rvzg3c:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .tower-rush-t94neh
    .tower-rush-6g94ws
    .tower-rush-byn17w
    .tower-rush-rvzg3c {
    width: 100%;
  }
}

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

@media only screen and (max-width: 767px) {
  .tower-rush-t94neh
    .tower-rush-6g94ws
    .tower-rush-byn17w
    .tower-rush-i69ein {
    width: 100%;
  }
}

.tower-rush-t94neh .tower-rush-6g94ws.tower-rush-xiyuin {
  display: none;
}

.tower-rush-t94neh .tower-rush-ute0y5 {
  display: none;
}

.tower-rush-t94neh .tower-rush-ute0y5.tower-rush-jg69ev {
  display: block;
}

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

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

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

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

.tower-rush-t94neh .tower-rush-4og2x3 .tower-rush-wh60g8 {
  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-t94neh .tower-rush-4og2x3 .tower-rush-wh60g8 {
    margin-bottom: 24px;
  }
}

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

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

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

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

.tower-rush-dhvyrk.tower-rush-6dysie {
  display: block;
}

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

.tower-rush-dhvyrk .tower-rush-laqocl {
  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-dhvyrk .tower-rush-20bh9k {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

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

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

.tower-rush-apjwly.tower-rush-6dysie {
  display: block;
}

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

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

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

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

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

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

.tower-rush-vvrp0t.tower-rush-xiyuin {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-bg3h2r.tower-rush-xiyuin {
  display: none;
}

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

.tower-rush-bg3h2r .tower-rush-yet6b0 {
  margin: 0 auto;
}

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

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

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

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

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

.tower-rush-lsfdnd > 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-j6n5qt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.tower-rush-mc6tij 44.tower-rush-flwmuj.tower-rush-2aw2je.tower-rush-cbpv87.tower-rush-2wqmkd.tower-rush-jov7j6.tower-rush-l656ux.tower-rush-c4c3nx.tower-rush-9hpc6i.tower-rush-ld68f9.tower-rush-e6bb2t.tower-rush-2qjymv.tower-rush-huy9tt 0l-12.tower-rush-9qdksd 30.tower-rush-ly1p5w.tower-rush-8dm89c 2.tower-rush-vujqzw.tower-rush-8dm89c 3.tower-rush-1w55ru 3.tower-rush-bz7vgx.tower-rush-e82hcq 3.tower-rush-d9eq4m.tower-rush-qg5yww.tower-rush-7zeioc.tower-rush-z8xcq3 7-3.tower-rush-9qdksd 10.tower-rush-qjb3i0.tower-rush-z8xcq3 23.tower-rush-wty7ts.tower-rush-1f7rql 1.tower-rush-7t4o3n 2.tower-rush-9qdksd 3.tower-rush-1f7rql 1.tower-rush-e82hcq 5.tower-rush-v2zgts.tower-rush-e82hcq 32.tower-rush-ub5e7n.tower-rush-qg5yww 5.tower-rush-huy9tt 4.tower-rush-z8xcq3 9.tower-rush-z8xcq3 8.tower-rush-e82hcq 6.tower-rush-kdq2fc.tower-rush-gsoc3y.tower-rush-zjvgnd.tower-rush-vhox7s.tower-rush-bp8cew 4.tower-rush-vbi5ki.tower-rush-bp8cew 6.tower-rush-bp8cew 0l29.tower-rush-huy9tt 17.tower-rush-9ibm56.tower-rush-kt2yrl 2.tower-rush-138eim 10.tower-rush-c85rch.tower-rush-9qdksd 8.tower-rush-hosgg6.tower-rush-0swypb.tower-rush-40o257.tower-rush-f2kue4.tower-rush-svzhx8.tower-rush-qg5yww.tower-rush-jov7j6.tower-rush-9qdksd 1.tower-rush-vopj1z.tower-rush-u6tuyr.tower-rush-8m9w59.tower-rush-3oce1f.tower-rush-up8qyn.tower-rush-7t4o3n 1.tower-rush-5ut7qc.tower-rush-psw38n.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.tower-rush-lsfdnd > input:checked ~ label,
.tower-rush-lsfdnd > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-j6n5qt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.tower-rush-mc6tij 44.tower-rush-flwmuj.tower-rush-2aw2je.tower-rush-cbpv87.tower-rush-2wqmkd.tower-rush-jov7j6.tower-rush-l656ux.tower-rush-c4c3nx.tower-rush-9hpc6i.tower-rush-ld68f9.tower-rush-e6bb2t.tower-rush-2qjymv.tower-rush-huy9tt 0l-12.tower-rush-9qdksd 30.tower-rush-ly1p5w.tower-rush-8dm89c 2.tower-rush-vujqzw.tower-rush-8dm89c 3.tower-rush-1w55ru 3.tower-rush-bz7vgx.tower-rush-e82hcq 3.tower-rush-d9eq4m.tower-rush-qg5yww.tower-rush-7zeioc.tower-rush-z8xcq3 7-3.tower-rush-9qdksd 10.tower-rush-qjb3i0.tower-rush-z8xcq3 23.tower-rush-wty7ts.tower-rush-1f7rql 1.tower-rush-7t4o3n 2.tower-rush-9qdksd 3.tower-rush-1f7rql 1.tower-rush-e82hcq 5.tower-rush-v2zgts.tower-rush-e82hcq 32.tower-rush-ub5e7n.tower-rush-qg5yww 5.tower-rush-huy9tt 4.tower-rush-z8xcq3 9.tower-rush-z8xcq3 8.tower-rush-e82hcq 6.tower-rush-kdq2fc.tower-rush-gsoc3y.tower-rush-zjvgnd.tower-rush-vhox7s.tower-rush-bp8cew 4.tower-rush-vbi5ki.tower-rush-bp8cew 6.tower-rush-bp8cew 0l29.tower-rush-huy9tt 17.tower-rush-9ibm56.tower-rush-kt2yrl 2.tower-rush-138eim 10.tower-rush-c85rch.tower-rush-9qdksd 8.tower-rush-hosgg6.tower-rush-0swypb.tower-rush-40o257.tower-rush-f2kue4.tower-rush-svzhx8.tower-rush-qg5yww.tower-rush-jov7j6.tower-rush-9qdksd 1.tower-rush-vopj1z.tower-rush-u6tuyr.tower-rush-8m9w59.tower-rush-3oce1f.tower-rush-up8qyn.tower-rush-7t4o3n 1.tower-rush-5ut7qc.tower-rush-psw38n.5z'/%3e%3c/svg%3e");
}

.tower-rush-lsfdnd > input:not(:checked) ~ label:hover,
.tower-rush-lsfdnd > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-j6n5qt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-mc6tij 44.tower-rush-flwmuj.tower-rush-2aw2je.tower-rush-cbpv87.tower-rush-2wqmkd.tower-rush-jov7j6.tower-rush-l656ux.tower-rush-c4c3nx.tower-rush-9hpc6i.tower-rush-ld68f9.tower-rush-e6bb2t.tower-rush-2qjymv.tower-rush-huy9tt 0l-12.tower-rush-9qdksd 30.tower-rush-ly1p5w.tower-rush-8dm89c 2.tower-rush-vujqzw.tower-rush-8dm89c 3.tower-rush-1w55ru 3.tower-rush-bz7vgx.tower-rush-e82hcq 3.tower-rush-d9eq4m.tower-rush-qg5yww.tower-rush-7zeioc.tower-rush-z8xcq3 7-3.tower-rush-9qdksd 10.tower-rush-qjb3i0.tower-rush-z8xcq3 23.tower-rush-wty7ts.tower-rush-1f7rql 1.tower-rush-7t4o3n 2.tower-rush-9qdksd 3.tower-rush-1f7rql 1.tower-rush-e82hcq 5.tower-rush-v2zgts.tower-rush-e82hcq 32.tower-rush-ub5e7n.tower-rush-qg5yww 5.tower-rush-huy9tt 4.tower-rush-z8xcq3 9.tower-rush-z8xcq3 8.tower-rush-e82hcq 6.tower-rush-kdq2fc.tower-rush-gsoc3y.tower-rush-zjvgnd.tower-rush-vhox7s.tower-rush-bp8cew 4.tower-rush-vbi5ki.tower-rush-bp8cew 6.tower-rush-bp8cew 0l29.tower-rush-huy9tt 17.tower-rush-9ibm56.tower-rush-kt2yrl 2.tower-rush-138eim 10.tower-rush-c85rch.tower-rush-9qdksd 8.tower-rush-hosgg6.tower-rush-0swypb.tower-rush-40o257.tower-rush-f2kue4.tower-rush-svzhx8.tower-rush-qg5yww.tower-rush-jov7j6.tower-rush-9qdksd 1.tower-rush-vopj1z.tower-rush-u6tuyr.tower-rush-8m9w59.tower-rush-3oce1f.tower-rush-up8qyn.tower-rush-7t4o3n 1.tower-rush-5ut7qc.tower-rush-psw38n.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .tower-rush-uy83jo > .tower-rush-6szh68 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .tower-rush-uy83jo > .tower-rush-6szh68 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .tower-rush-uy83jo > .tower-rush-6szh68 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .tower-rush-uy83jo > .tower-rush-6szh68 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .tower-rush-uy83jo > .tower-rush-6szh68 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.tower-rush-e7otgh.tower-rush-xiyuin {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-e7otgh.tower-rush-eviio6 .tower-rush-yn7c00 {
  background: #2b3b67;
}

.tower-rush-e7otgh.tower-rush-eviio6 .tower-rush-ln98vb {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.tower-rush-e7otgh.tower-rush-eviio6 .tower-rush-ln98vb::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.tower-rush-e7otgh.tower-rush-eviio6 .tower-rush-ln98vb::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.tower-rush-e7otgh.tower-rush-eviio6 .tower-rush-bx4ym3::before {
  background: #0e0f41;
}

.tower-rush-e7otgh.tower-rush-eviio6 .tower-rush-bx4ym3::after {
  background: #152557;
}

.tower-rush-e7otgh.tower-rush-31ico6 .tower-rush-yn7c00 {
  background: #1f35fa;
}

.tower-rush-e7otgh.tower-rush-31ico6 .tower-rush-ln98vb {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.tower-rush-e7otgh.tower-rush-31ico6 .tower-rush-ln98vb::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.tower-rush-e7otgh.tower-rush-31ico6 .tower-rush-ln98vb::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.tower-rush-e7otgh.tower-rush-31ico6 .tower-rush-bx4ym3::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.tower-rush-e7otgh.tower-rush-31ico6 .tower-rush-bx4ym3::after {
  background: #192ac8;
}

.tower-rush-e7otgh.tower-rush-my9lr2 .tower-rush-yn7c00 {
  background: #fa771f;
}

.tower-rush-e7otgh.tower-rush-my9lr2 .tower-rush-ln98vb {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-e7otgh.tower-rush-my9lr2 .tower-rush-ln98vb::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.tower-rush-e7otgh.tower-rush-my9lr2 .tower-rush-ln98vb::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.tower-rush-e7otgh.tower-rush-my9lr2 .tower-rush-bx4ym3::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-e7otgh.tower-rush-my9lr2 .tower-rush-bx4ym3::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-wmztgd .tower-rush-fs9blh {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

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

.tower-rush-siipjf.tower-rush-xiyuin {
  display: none;
}

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

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

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

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

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

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

.tower-rush-qfbb8a .tower-rush-fs9blh {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-z1fpcy .tower-rush-cq85rh {
  justify-content: center;
}

/* faq */

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

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

.tower-rush-3qb9u7.tower-rush-6dysie .tower-rush-ru45rj::after {
  transform: rotate(45deg);
}

.tower-rush-g35d3d {
  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-3qb9u7.tower-rush-6dysie .tower-rush-g35d3d {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.tower-rush-lsfdnd > input:not(:checked) ~ label:hover,
.tower-rush-lsfdnd > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-me3h9s.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-ratszv 44.tower-rush-ypppod.tower-rush-e44fsu.tower-rush-066fjo.tower-rush-jo5cb1.tower-rush-cc8yqs.tower-rush-14z9gs.tower-rush-8crzqe.tower-rush-soas4v.tower-rush-h3bw5i.tower-rush-3t4rdr.tower-rush-ucmx8z.tower-rush-jq98p9 0l-12.tower-rush-vuab3r 30.tower-rush-k4gwyc.tower-rush-ze1w1b 2.tower-rush-pw6ejt.tower-rush-ze1w1b 3.tower-rush-ab4pp8 3.tower-rush-91mopy.tower-rush-n33udy 3.tower-rush-1qyr7w.tower-rush-qgsr5c.tower-rush-v6c016.tower-rush-wec9kv 7-3.tower-rush-vuab3r 10.tower-rush-z6n1mv.tower-rush-wec9kv 23.tower-rush-45k10f.tower-rush-8366l5 1.tower-rush-zg7zgi 2.tower-rush-vuab3r 3.tower-rush-8366l5 1.tower-rush-n33udy 5.tower-rush-v9vurc.tower-rush-n33udy 32.tower-rush-1zccpv.tower-rush-qgsr5c 5.tower-rush-jq98p9 4.tower-rush-wec9kv 9.tower-rush-wec9kv 8.tower-rush-n33udy 6.tower-rush-ihms8m.tower-rush-5hdq1v.tower-rush-ua1bfd.tower-rush-ty3cpi.tower-rush-9x2jle 4.tower-rush-wmeaxw.tower-rush-9x2jle 6.tower-rush-9x2jle 0l29.tower-rush-jq98p9 17.tower-rush-eakopz.tower-rush-cdw151 2.tower-rush-aao7ih 10.tower-rush-b3wy1i.tower-rush-vuab3r 8.tower-rush-b7huuw.tower-rush-1maitd.tower-rush-mtu6hf.tower-rush-lqrp8i.tower-rush-z5jkfj.tower-rush-qgsr5c.tower-rush-cc8yqs.tower-rush-vuab3r 1.tower-rush-udxl6g.tower-rush-ej2p8y.tower-rush-lralsk.tower-rush-46g6hp.tower-rush-lb9hjk.tower-rush-zg7zgi 1.tower-rush-ip1ymu.tower-rush-i42h9g.5z'/%3e%3c/svg%3e");
}

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

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

.tower-rush-y9gzaa.tower-rush-969hju {
  display: none;
}

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

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

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

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

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

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

.tower-rush-74mtlh .tower-rush-mkb7re {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.tower-rush-rcq49i 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-rcq49i 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-cvgzzg {
  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-cvgzzg.tower-rush-6y00vb {
  opacity: 1;
  pointer-events: auto;
}

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

.tower-rush-upqkc4 > input:not(:checked) ~ label:hover,
.tower-rush-upqkc4 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-0kzxhm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-9mvsyx 44.tower-rush-gjtqrz.tower-rush-kkxxdu.tower-rush-gzcsk5.tower-rush-rgj6ed.tower-rush-06zrro.tower-rush-hxi63m.tower-rush-n0uf4a.tower-rush-f9khv1.tower-rush-gju2jw.tower-rush-6iy0gv.tower-rush-761d2a.tower-rush-w31eqx 0l-12.tower-rush-0fd2tn 30.tower-rush-wm3den.tower-rush-3iv2fr 2.tower-rush-jvl2vr.tower-rush-3iv2fr 3.tower-rush-8dagxx 3.tower-rush-zjnqkl.tower-rush-2u70cg 3.tower-rush-ka974n.tower-rush-pq4wlk.tower-rush-3jpk4k.tower-rush-b36bnu 7-3.tower-rush-0fd2tn 10.tower-rush-tpllkg.tower-rush-b36bnu 23.tower-rush-y0maqu.tower-rush-wm43zn 1.tower-rush-rrypn3 2.tower-rush-0fd2tn 3.tower-rush-wm43zn 1.tower-rush-2u70cg 5.tower-rush-j4lshj.tower-rush-2u70cg 32.tower-rush-n4kldk.tower-rush-pq4wlk 5.tower-rush-w31eqx 4.tower-rush-b36bnu 9.tower-rush-b36bnu 8.tower-rush-2u70cg 6.tower-rush-rak07r.tower-rush-58qvjr.tower-rush-3nn5to.tower-rush-0f39i8.tower-rush-0ii8h0 4.tower-rush-szyp5j.tower-rush-0ii8h0 6.tower-rush-0ii8h0 0l29.tower-rush-w31eqx 17.tower-rush-ozyyer.tower-rush-exysdl 2.tower-rush-t5q68c 10.tower-rush-h8h04x.tower-rush-0fd2tn 8.tower-rush-yf4fb8.tower-rush-n30a52.tower-rush-d94v94.tower-rush-s1270r.tower-rush-p55qbw.tower-rush-pq4wlk.tower-rush-06zrro.tower-rush-0fd2tn 1.tower-rush-38eaf2.tower-rush-1sf2hs.tower-rush-9wfla3.tower-rush-r9z8w8.tower-rush-cxe81x.tower-rush-rrypn3 1.tower-rush-skmtg2.tower-rush-xr857f.5z'/%3e%3c/svg%3e");
}

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

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

.tower-rush-ndw2gd.tower-rush-zs6269 {
  display: none;
}

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

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

.tower-rush-76mdos {
  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-uzakra {
  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-th3lb1 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.tower-rush-50lpej .tower-rush-dssepi {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.tower-rush-5x13em {
  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-ndw2gd {
  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-ndw2gd.tower-rush-t7y19x {
  display: block;
}

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

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

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

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

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

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

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

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

.tower-rush-aas6xd.tower-rush-k0npnd .tower-rush-y5b4k1::after {
  transform: rotate(45deg);
}

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

.tower-rush-xxk4aq {
  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-aas6xd.tower-rush-k0npnd .tower-rush-xxk4aq {
  max-height: 200px;
  padding: 15px 20px;
}

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

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

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

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

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

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

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

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

/* popup */

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

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

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

.tower-rush-56t2pg.tower-rush-ipht4t {
  bottom: 40px;
}

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

.tower-rush-t1f2d4 {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.tower-rush-usq0xf 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-2jwqr3 {
  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-gytbds ease;
  z-index: 10000;
}

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

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

  .tower-rush-2960mj .tower-rush-2u90k7 {
    font-size: 13.5px;
  }

  .tower-rush-56t2pg .tower-rush-t1f2d4 {
    animation: jump-y 0.tower-rush-usq0xf infinite ease-in-out;
  }

  .tower-rush-6d1snr {
    display: none;
  }
}

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

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

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

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

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

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

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

.tower-rush-natxxm .tower-rush-957k8q {
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-pmikse {
  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-pmikse {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-pmikse {
    padding: 50px 16px 68px;
  }
}
.tower-rush-qc6bry {
  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-qc6bry {
    flex-direction: column;
  }
}
.tower-rush-6d1n0z {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-6d1n0z {
    margin-bottom: 40px;
  }
}
.tower-rush-os9tou .tower-rush-molz3y {
  margin-bottom: 28px;
}
.tower-rush-os9tou .tower-rush-molz3y img {
  max-height: 100px;
  width: auto;
}
.tower-rush-qr5y81 {
  display: flex;
  align-items: center;
}
.tower-rush-qr5y81 a + a {
  margin-left: 24px;
}
.tower-rush-qr5y81 img {
  max-height: 56px;
  width: auto;
}
.tower-rush-qr5y81 img + img {
  margin-left: 24px;
}
.tower-rush-wcpnhk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-wcpnhk {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.tower-rush-vpmzws {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-vpmzws {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-sfvo3o {
  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-czjzfj .tower-rush-qcn87z a {
    font-size: 12px;
  }
}

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

.tower-rush-re3uy7 {
  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-re3uy7 {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-re3uy7 {
    padding: 50px 16px 68px;
  }
}

.tower-rush-cz20e8 {
  margin: 0 auto;
  max-width: 700px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.tower-rush-fihdi6 {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 105px;
    transform: rotate(339deg);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.tower-rush-fihdi6 img {
  width: 100%;
  display: block;
}

.tower-rush-bal4zv {
  max-width: 300px;
}

.tower-rush-7rxg1m {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tower-rush-7rxg1m .tower-rush-si86f8:first-child {
  margin-bottom:15px;
}

.tower-rush-cz20e8 .tower-rush-7cm7n4 {
  font-size: 40px!important;
  color: var(--menu-color)!important ;
  margin: 0;
}

@media (max-width: 619px) {
  .tower-rush-cz20e8 {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.tower-rush-7rxg1m .tower-rush-5wyo9g {
  background: gray;
  border: 1px solid var(--border-color)
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.tower-rush-3rnnpj, .tower-rush-gu3xuc, [class*="review-card"],
thead, thead th, table th, .tower-rush-0vt8bc,
.tower-rush-uozfbj, [class*="collapsible-header"],
.tower-rush-4z8fsh, [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-nhkk0a,
.tower-rush-ivfle3 {
  background: #111214 !important;
}
