:root {
    --header-bg-color: #272727;
    --main-bg-color: #1C1C1C;
    --footer-bg-color: #272727;
    --main-text-color: #FAFAFA;
    --link-text-color: #52AFE9;
    --button-text-color: #1C1C1C;
    --button-bg-color: #E7A632;
    --button-second-bg-color: #52AFE9;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    font-family: Noto Sans TC, sans-serif;
    line-height: 1.6;
    color: var(--main-text-color);
}

button {
    font-family: Noto Sans TC, sans-serif;
    cursor: pointer;
    border: none !important;
}

a {
    color: var(--link-text-color);
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: var(--link-text-color);
}

h1, h2, h3, h4 {
    color: var(--main-text-color);
}

h1 {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 30px;
    line-height: 42px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 44px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

p {
  font-size: 16px;
  letter-spacing: normal;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
    p {
        font-size: 14px;
        line-height: 29px;
    }
}

strong {
    font-weight: 600;
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

table p {
    margin: 0;
}

tbody {
    width: calc(100% - 2px);
    display: table;
}

th {
    background: var(--footer-bg-color);
}

th, td {
    border: 1px solid var(--main-text-color);
    padding: 8px;
    box-sizing: border-box;
}

th:first-child {
    border-top-left-radius: 10px;
}

th:last-child {
    border-top-right-radius: 10px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

table::-webkit-scrollbar {
    height: 8px;
}

table::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

table::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

footer, header, nav, section, main {
    display: block;
    position: relative;
}

main {
    flex: 1 0 auto;
    background-color: var(--main-bg-color);
}

section {
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    section {
        padding: 20px 0;
    }
}

.towerrushcasinoscom6c2c8446 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1200px) {
    .towerrushcasinoscom6c2c8446 {
        max-width: 100%;
        padding: 0 15px;
    }
}

img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.towerrushcasinoscom15cb6c75 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.towerrushcasinoscom9dca5cad:first-child {
    width: 820px;

}
.towerrushcasinoscom9dca5cad:last-child {
    flex: 0 0 330px;
}
@media (max-width: 1030px) {
    .towerrushcasinoscom15cb6c75 {
        flex-wrap: wrap;
        justify-content: center;
    }
    .towerrushcasinoscom9dca5cad:first-child, .towerrushcasinoscom9dca5cad:last-child {
        width: 100%;
        flex: auto;
    }
}

.towerrushcasinoscom22238a5d {
    justify-content: end !important;
}

.towerrushcasinoscoma0c6b10c {
    justify-content: center;
}

.towerrushcasinoscomf678e22d {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: inherit;
    height: auto;
    padding: 10px 24px;
    border-radius: 18px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.towerrushcasinoscomf678e22d:hover {
    transform: scale(1.1);
}
.towerrushcasinoscom19410998 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .towerrushcasinoscom19410998 {
        gap: 20px;
    }
}
.towerrushcasinoscom65a2f00b {
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
    box-shadow: 0px 0px 10px 2px var(--button-bg-color);
}

.towerrushcasinoscom65a2f00b:hover {
    color: var(--button-text-color);
    background-color: var(--button-bg-color);
}

.towerrushcasinoscom43b557f1 {
    color: var(--button-text-color);
    background-color: var(--button-second-bg-color);
    box-shadow: 0px 0px 10px 2px var(--button-second-bg-color);
}

.towerrushcasinoscom43b557f1:hover {
    color: var(--button-text-color);
    background-color: var(--button-second-bg-color);
}

.towerrushcasinoscom1bfa5211 {
    animation: pulse 1.5s infinite;
}

.towerrushcasinoscom9ec8fa15 {
    text-transform: uppercase;
}
.towerrushcasinoscom76f4ffca {
    background-color: var(--header-bg-color);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.towerrushcasinoscom76f4ffca ul, .towerrushcasinoscom76f4ffca ol, .towerrushcasinoscom76f4ffca li,
.towerrushcasinoscom6cdca998 ul, .towerrushcasinoscom6cdca998 ol, .towerrushcasinoscom6cdca998 li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none;
}
.towerrushcasinoscom824ae6c2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.towerrushcasinoscomc88f0a89 {
    display: flex;
    align-items: center;
    /*width: 100%;*/
    justify-content: space-between;
    flex: auto;
}

.towerrushcasinoscomb86da6c4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.towerrushcasinoscomab6596fb {
    flex-direction: row;
    height: 80px;
}

.towerrushcasinoscomb86da6c4 .towerrushcasinoscomab6596fb {
    flex-direction: row;
    gap: 10px;
    height: auto;
}

.towerrushcasinoscom1c4c0e36 {
    flex-direction: column;
}

.towerrushcasinoscomb86da6c4.towerrushcasinoscom1c4c0e36 {
    padding: 10px 0;
}

.towerrushcasinoscom02a11909 {
    display: flex;
    max-height: 60px;
    height: 100%;
}

.towerrushcasinoscom02a11909 a {
    text-decoration: none;
    display: flex;
}
.towerrushcasinoscom02a11909 img {
    object-fit: contain;
    border-radius: initial;
}

.towerrushcasinoscom7fee5386 {
    display: flex;
}
.towerrushcasinoscom7fee5386 ul {
    display: flex;
    gap: 10px;
    height: 100%;
    align-items: center;
    list-style-type: none;
    padding: 0;
}

.towerrushcasinoscom7fee5386 ul li {
    display: flex;
    align-items: center;
    height: 100%;
}

.towerrushcasinoscom7fee5386 ul li a {
    color: var(--link-text-color);
    text-decoration: none;
    padding: 10px;
}

.towerrushcasinoscom7fee5386 ul li a:hover {
    color: var(--main-text-color);
}

.towerrushcasinoscomb54e6228 img  {
    max-width: 1108px;
    display: block;
    margin: auto;
}

.towerrushcasinoscom9ef6d274 .towerrushcasinoscom6c2c8446 > :not(:last-child) {
    margin-bottom: 30px;
}

.towerrushcasinoscom3bdf17ab {
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.towerrushcasinoscom3bdf17ab .towerrushcasinoscom65a2f00b {
    padding: 20px 70px;
    border-radius: 30px;
}

.towerrushcasinoscom91363175 {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    cursor: pointer;
}

.towerrushcasinoscom91363175 span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--main-text-color);
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.towerrushcasinoscom91363175.towerrushcasinoscom596a86a3 span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.towerrushcasinoscom91363175.towerrushcasinoscom596a86a3 span:nth-child(2) {
    opacity: 0;
}

.towerrushcasinoscom91363175.towerrushcasinoscom596a86a3 span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.towerrushcasinoscom1ac323f4 h1:first-of-type,
.towerrushcasinoscom1ac323f4 h2:first-of-type,
.towerrushcasinoscom1ac323f4 h3:first-of-type,
.towerrushcasinoscom1ac323f4 h4:first-of-type {
    margin-top: 0;
    margin-bottom: 30px;
}

.towerrushcasinoscom1ac323f4 h1:not(:first-of-type),
.towerrushcasinoscom1ac323f4 h2:not(:first-of-type),
.towerrushcasinoscom1ac323f4 h3:not(:first-of-type),
.towerrushcasinoscom1ac323f4 h4:not(:first-of-type) {
    margin: 30px 0;
}

.towerrushcasinoscom1ac323f4 .towerrushcasinoscombe8a3855 {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px 0;
}

.towerrushcasinoscom1ac323f4 .towerrushcasinoscombe8a3855 p{
    margin: 0;
}

footer {
    flex-shrink: 0;
    background-color: var(--footer-bg-color);;
    color: var(--main-text-color);
}

.towerrushcasinoscomf0b04eac {
    display: flex;
    flex-direction: column;
    justify-self: center;
    padding: 20px 0;
    gap: 17px;
}

.towerrushcasinoscom0b948256, .towerrushcasinoscom7bb0c1f5, .towerrushcasinoscomfc4b6a73 {
    display: flex;
    justify-content: center;
}

.towerrushcasinoscom68c43f7e img {
    border-radius: initial;
}

.towerrushcasinoscomfa99842b {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    gap: 42px;
}

.towerrushcasinoscom4e84eed0 {
    color: var(--link-text-color);
    text-decoration: none;
}
.towerrushcasinoscom4e84eed0:hover {
    color: var(--main-text-color);
}

.towerrushcasinoscom7bb0c1f5 {
    gap: 24px;
    flex-wrap: wrap;
}

.towerrushcasinoscomfc4b6a73 p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
}

.towerrushcasinoscomaa67aa19 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1em 0;
    font-size: 0.95em;
    gap: 0.5em;
}

.towerrushcasinoscomaa67aa19 li {
    display: flex;
    align-items: center;
}

.towerrushcasinoscomaa67aa19 li a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.towerrushcasinoscomaa67aa19 li::after {
    content: "›";
    margin: 0 0.5em;
}

.towerrushcasinoscomaa67aa19 li:last-child::after {
    content: "";
    margin: 0;
}

.towerrushcasinoscomd9979048 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
}

.towerrushcasinoscome8f180b8 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1 1;
}

.towerrushcasinoscome8f180b8.towerrushcasinoscombfe02201 {
    max-width: 550px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 15px 8px var(--button-bg-color);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 var(--button-bg-color);
    }
}


.towerrushcasinoscom238593d7 {
    align-content: center;
}
.towerrushcasinoscom53b8a614 {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.towerrushcasinoscom238593d7 .towerrushcasinoscom53b8a614 h1, .towerrushcasinoscom238593d7 .towerrushcasinoscom53b8a614 p {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .towerrushcasinoscom1f7fca01 {
        flex-direction: column;
    }

    .towerrushcasinoscome8f180b8.towerrushcasinoscombfe02201 {
        max-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .towerrushcasinoscom91363175 {
        display: flex;
        order: 1;
    }
    .towerrushcasinoscom824ae6c2 {
        justify-content: space-between;
        gap: 20px;
    }
    .towerrushcasinoscom02a11909 {
        max-height: 50px;
    }
    .towerrushcasinoscom02a11909 img {
        max-width: 100px;
    }

   #towerrushcasinoscomb7d48d58 {
       position: absolute;
       top: 68px;
       left: 0;
       width: 100%;
       height: 100vh;
       background-color: var(--header-bg-color);
       flex-direction: column;
       align-items: center;
       justify-content: flex-start !important;
       display: none;
   }

    .towerrushcasinoscom7fee5386 ul {
        flex-direction: column;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .towerrushcasinoscom7fee5386 ul li {
        padding: 10px 0;
    }

    .towerrushcasinoscom76f4ffca .towerrushcasinoscomf678e22d {
        padding: 6px 12px;
    }

    #towerrushcasinoscomb7d48d58.towerrushcasinoscom596a86a3 {
        display: flex;
    }

    .towerrushcasinoscomab6596fb {
       height: 68px;
    }

    .towerrushcasinoscomb86da6c4.towerrushcasinoscom1c4c0e36 {
        flex-direction: row;
    }

    .towerrushcasinoscomfa99842b {
        gap: 20px;
    }

    .towerrushcasinoscomaa67aa19 {
        font-size: 0.75em;
    }
}

#towerrushcasinoscom01e4c638, #towerrushcasinoscom6ecb731f{
    text-transform: uppercase;
    cursor: pointer;
    border: none !important;
}

.towerrushcasinoscom48d959ef {
    transition: transform 0.3s;
    min-width: 225px;
}

#towerrushcasinoscomcbd6d251 {
    z-index: 99999;
    max-width: 100%;
}

.towerrushcasinoscom0fbdd625 {
    width: 100%;
    height: 100%;
    min-width: 650px;
    position: relative;
}

.towerrushcasinoscom45d66a75 {
    position: relative;
    background: url('../images/69f0b54949f3f_ehw.webp') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    border-radius: 10px;

}

#towerrushcasinoscom657fba5b,
#towerrushcasinoscom44ea7e7d,
.towerrushcasinoscom657fba5b,
.towerrushcasinoscom44ea7e7d,
.towerrushcasinoscom2b99d16d {
    position: fixed;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

a#towerrushcasinoscom529ed768 {
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#towerrushcasinoscom01e4c638:hover {
    transform: scale(1.1);
}

#towerrushcasinoscom6ecb731f:hover,
a#towerrushcasinoscom529ed768:hover {
    transform: scale(1.1);
}

.towerrushcasinoscom657fba5b,
.towerrushcasinoscom44ea7e7d,
.towerrushcasinoscom2b99d16d {
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.towerrushcasinoscom83e66c47 {
    position: relative;
    width: 800px;
    height: 600px;
    background: 0 0;
    padding: 0;
    border-radius: 9px;
}

.towerrushcasinoscomd719c6c0,
.towerrushcasinoscomdfd80b54 {
    width: 40px;
    margin-left: 15px;
    right: -40px;
    background: 0 0;
}

iframe {
    width: 100%;
    height: 100%;
    border-radius: 9px;
}

.towerrushcasinoscom308754ae,
.towerrushcasinoscomd719c6c0,
.towerrushcasinoscomdfd80b54 {
    border: none;
    position: absolute;
    cursor: pointer;
}

.towerrushcasinoscomd719c6c0 img {
    width: 20px;
    height: 20px;
}

.towerrushcasinoscomdfd80b54 {
    top: 40px;
    color: #fff;
}

.towerrushcasinoscom308754ae {
    width: 50px;
    height: 50px;
    top: 0;
    left: -70px;
    background: #37bd00;
    box-shadow: 0 0 46.5px #37bd00;
    color: #fff;
    padding: 10px;
    font-size: 29px;
    border-radius: 11px;
}

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

.towerrushcasinoscom637ad9f1 {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 10px;
    z-index: 999;
}

.towerrushcasinoscom637ad9f1 .towerrushcasinoscomd719c6c0 {
    position: absolute;
    right: 50%;
    top: 50%;
    background: 0 0;
    color: red;
    border: none;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
}

.towerrushcasinoscomd719c6c0:hover,
.towerrushcasinoscomdfd80b54:hover {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}

#towerrushcasinoscom657fba5b {
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    max-width: 100%;
}

.towerrushcasinoscomda8a3d5c {
    position: relative;
    background: #bd0009;
    padding: 34px 40px 54px;
    text-align: center;
    border-radius: 9px;
}

.towerrushcasinoscom6d4373c2 {
    font-size: 2rem !important;
    color: #fff !important;
}

.towerrushcasinoscom2452c898 {
    color: #d6dff1 !important;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
    padding-bottom: 0 !important;
}

#towerrushcasinoscom44ea7e7d {
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

#towerrushcasinoscom687754a0 {
    width: 100%;
    height: 100%;
    display: block;
}

.towerrushcasinoscom657fba5b .towerrushcasinoscomd719c6c0 {
    position: absolute;
    top: 0;
    right: -15%;
    background: 0 0;
    border: none;
    cursor: pointer;
}

.towerrushcasinoscom48d959ef {
    z-index: 9;
}

.towerrushcasinoscom48d959ef:hover {
    transform: scale(1.1);
}

.towerrushcasinoscom308754ae {
    display: flex;
    justify-content: center;
    align-items: center;
}

.towerrushcasinoscom308754ae:hover {
    transform: scale(1.1) rotate(5deg);
    animation: 0.5s infinite shakes;
}

@keyframes shakes {
    0%,
    100% {
        transform: scale(1.1) rotate(5deg);
    }
    50% {
        transform: scale(1.1) rotate(-5deg);
    }
}

@media (max-width: 1030px) {
    .towerrushcasinoscom0fbdd625 {
        height: 540px;
    }
}
@media (max-width: 768px) {
    .towerrushcasinoscom83e66c47 {
        width: 100%;
        height: 100%;
    }

    .towerrushcasinoscomdfd80b54 {
        display: none;
    }

    a#towerrushcasinoscom529ed768 {
        padding: 18px 30px;
    }
}
@media (max-width: 720px) {

    .towerrushcasinoscom308754ae,
    .towerrushcasinoscomd719c6c0 {
        width: 50px;
        height: 50px;
    }

    #towerrushcasinoscomaf304ec5 img {
        position: relative;
        top: -2px;
    }

    #towerrushcasinoscom01e4c638,
    #towerrushcasinoscom6ecb731f {
        white-space: nowrap;
        text-align: center;
        display: inline-block;
    }

    .towerrushcasinoscomd719c6c0 {
        background: #232a5c;
        right: 0;
        border-radius: 0 0 0 11px;
        font-size: 32px;
    }

    .towerrushcasinoscom308754ae {
        left: 0;
        border-radius: 0 0 11px;
        padding-top: 6px;
    }

    .towerrushcasinoscomda8a3d5c {
        padding: 26px 26px 46px;
        margin: 10px;
    }

    #towerrushcasinoscom299df8d1 {
        right: 0;
    }
}
@media (max-width: 800px) {
    .towerrushcasinoscom0fbdd625 {
        min-width: auto;
    }
}
@media (max-width: 500px) {
    .towerrushcasinoscom0fbdd625 {
        min-height: 350px;
        height: 100%;
    }
}





/* TOC Styles */
.towerrushcasinoscome2ca8c88 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px 0 40px;
    margin: 0;
}

.towerrushcasinoscome2ca8c88 li::marker {
    color: var(--link-text-color);
}

.towerrushcasinoscom208954d3 {
    margin: 20px auto;
    border-radius: 10px;
    border: 1px solid var(--main-text-color);
}

.towerrushcasinoscoma20d2890 {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 10px;
}

.towerrushcasinoscome2ca8c88.towerrushcasinoscomf88e9cff {
    margin: inherit;
    margin-top: 0;
}

.towerrushcasinoscom13d9c4ff {
    width: 8px;
    height: 8px;
    margin-bottom: 4px;
    border: solid var(--main-text-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.towerrushcasinoscom13d9c4ff.towerrushcasinoscom2b9a2888 {
    transform: rotate(-135deg);
    margin-bottom: -4px;
}