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;
}

* {
  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;
  }
}

.tip-top-96w8qi {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .tip-top-96w8qi {
    padding: 54px 0 0;
  }
}

.tip-top-4qfkjh {
  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) {
  .tip-top-4qfkjh: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;
  }
}

.tip-top-3m9mg3 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .tip-top-3m9mg3 {
    margin: 20px auto 100px;
  }
}

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

@media only screen and (max-width: 767px) {
  .tip-top-3m9mg3 h1 {
    font-size: 120px;
  }
}

.tip-top-3m9mg3 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.tip-top-0v5svs {
  cursor: pointer;
}

.tip-top-znv61f {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.tip-top-f0fwhq {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tip-top-f0fwhq figure {
  margin: 0;
}

.tip-top-f0fwhq.tip-top-q13s89 {
  justify-content: flex-start;
  margin-right: 4px;
}

.tip-top-f0fwhq.tip-top-i2p9ew {
  justify-content: flex-end;
  margin-left: 4px;
}

.tip-top-f0fwhq.tip-top-6kiaxg {
  justify-content: center;
}

.tip-top-f0fwhq.tip-top-6lbmlo {
  justify-content: normal;
}

.tip-top-zbezgm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .tip-top-zbezgm {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-zbezgm {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.tip-top-3qmfy0 {
  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) {
  .tip-top-3qmfy0 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.tip-top-1fk8cq {
  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) {
  .tip-top-1fk8cq {
    flex-direction: column;
  }
}

.tip-top-i5y4t3 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.tip-top-i5y4t3 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tip-top-i5y4t3 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.tip-top-68aqe6 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.tip-top-68aqe6 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) {
  .tip-top-68aqe6 ul {
    margin-bottom: 15px;
  }
}

.tip-top-68aqe6 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.tip-top-68aqe6 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);
}

.tip-top-68aqe6 ul li span svg {
  fill: var(--title-color);
}

.tip-top-68aqe6 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .tip-top-68aqe6 ul li small {
    font-size: 12px;
  }
}

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

.tip-top-68aqe6 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tip-top-68aqe6 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.tip-top-8j82sj {
  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) {
  .tip-top-8j82sj {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.tip-top-ndxe0f {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.tip-top-qv7w1h {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.tip-top-3xbgkk ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .tip-top-qv7w1h {
    height: 50px;
  }
}

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

.tip-top-qv7w1h.tip-top-am7xw1 {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .tip-top-qv7w1h.tip-top-am7xw1:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tip-top-owbzt8 {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .tip-top-owbzt8 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-owbzt8 {
    padding: 50px 16px 68px;
  }
}

.tip-top-luxxyb {
  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) {
  .tip-top-luxxyb {
    flex-direction: column;
  }
}

.tip-top-dvwg0a {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .tip-top-dvwg0a {
    margin-bottom: 40px;
  }
}

.tip-top-uvpx25 .tip-top-zhz85j {
  margin-bottom: 28px;
}

.tip-top-uvpx25 .tip-top-zhz85j img {
  max-height: 100px;
  width: auto;
}

.tip-top-9bl60w {
  display: flex;
  align-items: center;
}

.tip-top-9bl60w a + a {
  margin-left: 24px;
}

.tip-top-9bl60w img {
  max-height: 56px;
  width: auto;
}

.tip-top-9bl60w img + img {
  margin-left: 24px;
}

.tip-top-ztm1y7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.tip-top-499mro {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .tip-top-499mro {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.tip-top-yodjxh {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .tip-top-yodjxh {
    flex-wrap: wrap;
  }
}

.tip-top-yodjxh li {
  display: flex;
  margin: 0 7px;
}

.tip-top-yodjxh li svg {
  transition: 0.tip-top-3xbgkk ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tip-top-yodjxh li:hover svg {
    transform: scale(1.2);
  }
}

.tip-top-5okwfv {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.tip-top-pzvn6g + .tip-top-pzvn6g {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .tip-top-pzvn6g + .tip-top-pzvn6g {
    margin: 36px 0 0;
  }
}

.tip-top-h2cs93 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.tip-top-5wm7p7 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tip-top-5wm7p7 li {
  font-size: 16px;
}

.tip-top-5wm7p7 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tip-top-5wm7p7 li a:hover {
    text-decoration: underline;
  }
}

.tip-top-5wm7p7 li + li {
  margin-top: 16px;
}

.tip-top-13qnf0 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.tip-top-yvrcjd ease-in-out;
}

.tip-top-13qnf0.tip-top-8zyiez {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.tip-top-zvgr50 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

@media only screen and (max-width: 1200px) {
  .tip-top-zvgr50 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-zvgr50 {
    margin-bottom: 60px;
  }
}

.tip-top-377gpx {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .tip-top-377gpx {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.tip-top-377gpx li {
  width: 100%;
}

.tip-top-377gpx 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: 0.tip-top-3xbgkk ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.tip-top-377gpx li a svg {
  fill: var(--button-text-color);
}

.tip-top-377gpx li a.tip-top-8zyiez {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .tip-top-377gpx li a:hover {
    background: var(--border-color);
  }
}

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

.tip-top-gjcm3n {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .tip-top-gjcm3n {
    margin: 0 -5px;
  }
}

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

.tip-top-n7crg5 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.tip-top-n7crg5 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

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

.tip-top-abe5e9 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.tip-top-abe5e9 img {
  width: 100%;
  transition: 0.tip-top-3xbgkk ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tip-top-abe5e9:hover img {
    transform: scale(1.1);
  }
}

.tip-top-d5fx9p {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .tip-top-d5fx9p {
    height: 54px;
  }
}

.tip-top-upqgu8 {
  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) {
  .tip-top-upqgu8 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .tip-top-upqgu8 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-upqgu8 .tip-top-zhz85j img {
    max-width: 90px;
  }
}

.tip-top-zhz85j img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .tip-top-zhz85j {
    order: -2;
  }
}

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

.tip-top-eccwrk {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tip-top-eccwrk li {
  font-size: 16px;
  margin: 0 20px;
}

.tip-top-eccwrk li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tip-top-eccwrk li a:hover {
    text-decoration: underline;
  }
}

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

.tip-top-hscfsm {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .tip-top-hscfsm {
    margin-right: 105px;
  }
}

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

@media only screen and (max-width: 767px) {
  .tip-top-hscfsm {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.tip-top-hscfsm.tip-top-labw2r {
  margin-right: 0;
}

.tip-top-lb2gqt {
  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) {
  .tip-top-lb2gqt {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.tip-top-sa7ipa {
  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) {
  .tip-top-sa7ipa:hover {
    background: var(--button-bg-hover);
  }
}

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

.tip-top-2wr94e {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.tip-top-2wr94e:hover > ul {
  display: flex;
}

.tip-top-2wr94e:focus > ul {
  display: flex;
}

.tip-top-2wr94e:focus-within > ul {
  display: flex;
}

.tip-top-ftkxgo {
  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;
}

.tip-top-ftkxgo::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 0.tip-top-yvrcjd ease-in-out;
}

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

.tip-top-2wr94e ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.tip-top-3xbgkk 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) {
  .tip-top-2wr94e ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.tip-top-2wr94e 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: 0.tip-top-3xbgkk ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tip-top-2wr94e ul li {
    padding: 5px;
  }
}

.tip-top-2wr94e 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) {
  .tip-top-2wr94e ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-2wr94e ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .tip-top-2wr94e ul li a img {
    max-width: 20px;
  }
}

.tip-top-wzdpsd {
  display: none;
}

.tip-top-ekskle {
  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) {
  .tip-top-ekskle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .tip-top-wzdpsd:checked ~ .tip-top-xtkpv2 {
    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;
  }
  .tip-top-xtkpv2 {
    display: none;
    transition: display 0.tip-top-3xbgkk ease-in-out;
  }
  .tip-top-wzdpsd:checked ~ .tip-top-xtkpv2 {
    display: block;
  }
  .tip-top-wzdpsd:checked + .tip-top-ekskle span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .tip-top-wzdpsd:checked + .tip-top-ekskle span:nth-child(2) {
    display: none;
  }
  .tip-top-wzdpsd:checked + .tip-top-ekskle span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.tip-top-154038 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tip-top-154038 {
    padding: 0 16px;
  }
}

.tip-top-154038 img {
  margin-bottom: 20px;
}

.tip-top-154038 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .tip-top-154038 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-154038 {
    margin-bottom: 60px;
  }
}

.tip-top-figk4h {
  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) {
  .tip-top-figk4h {
    font-size: 32px;
  }
}

.tip-top-rg2bus {
  color: var(--text-color);
}

.tip-top-9u27y3 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .tip-top-9u27y3 {
    font-size: 16px;
    line-height: 140%;
  }
}

.tip-top-9u27y3 p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.tip-top-9u27y3 p img {
  display: block;
  margin: 0 auto;
}

.tip-top-9u27y3 p:first-of-type {
  margin-top: 0;
}

.tip-top-9u27y3 p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .tip-top-9u27y3 p {
    font-size: 18px;
    line-height: 140%;
  }
}

.tip-top-9u27y3 ul {
  padding: 0 0 0 20px;
}

.tip-top-9u27y3 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.tip-top-9u27y3 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) {
  .tip-top-9u27y3 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tip-top-9u27y3 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) {
  .tip-top-9u27y3 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tip-top-9u27y3 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.tip-top-9u27y3 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .tip-top-9u27y3 iframe {
    height: 200px;
  }
}

.tip-top-mi09l3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .tip-top-mi09l3 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-mi09l3 {
    margin-bottom: 60px;
  }
}

.tip-top-5fomy2 {
  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) {
  .tip-top-5fomy2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tip-top-5fomy2 h1,
.tip-top-5fomy2 h2,
.tip-top-5fomy2 h3,
.tip-top-5fomy2 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) {
  .tip-top-5fomy2 h1,
  .tip-top-5fomy2 h2,
  .tip-top-5fomy2 h3,
  .tip-top-5fomy2 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tip-top-a7tgdv {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .tip-top-a7tgdv {
    flex-direction: column-reverse;
  }
}

.tip-top-a7tgdv .tip-top-04e8b7 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .tip-top-a7tgdv .tip-top-04e8b7 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.tip-top-a7tgdv .tip-top-in076r {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .tip-top-a7tgdv .tip-top-in076r {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .tip-top-a7tgdv .tip-top-in076r img {
    width: 100%;
  }
}

.tip-top-in076r {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tip-top-in076r {
    margin-bottom: 18px;
  }
}

.tip-top-04e8b7 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tip-top-04e8b7 {
    margin-bottom: 18px;
  }
}

.tip-top-mi09l3 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) {
  .tip-top-mi09l3 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tip-top-mi09l3 .tip-top-4qfkjh {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

@media only screen and (max-width: 767px) {
  .tip-top-ft6gdj {
    margin-bottom: 60px;
  }
}

.tip-top-el0yrf {
  position: relative;
  border: none;
}

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

.tip-top-1jr8bm {
  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;
}

.tip-top-1jr8bm span {
  height: 32px;
}

.tip-top-1jr8bm span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.tip-top-1jr8bm.tip-top-s31t0i span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .tip-top-1jr8bm {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.tip-top-mvhvtb {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tip-top-mvhvtb li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .tip-top-mvhvtb li {
    font-size: 16px;
  }
}

.tip-top-mvhvtb li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.tip-top-3xbgkk ease-in-out;
}

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

@media only screen and (max-width: 767px) {
  .tip-top-mvhvtb li a {
    padding: 12px 14px;
  }
}

.tip-top-mvhvtb.tip-top-jdhmq4 {
  display: none;
}

.tip-top-rlpmd8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.tip-top-rlpmd8 table {
  width: 100%;
  border-collapse: collapse;
}

.tip-top-rlpmd8 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) {
  .tip-top-rlpmd8 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .tip-top-rlpmd8 table td {
    min-width: 75px;
  }
}

.tip-top-rlpmd8 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) {
  .tip-top-rlpmd8 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tip-top-rlpmd8 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.tip-top-rlpmd8 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

@media only screen and (max-width: 1200px) {
  .tip-top-rlpmd8 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-rlpmd8 {
    margin-bottom: 60px;
  }
}

.tip-top-w0a5c5 {
  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) {
  .tip-top-w0a5c5 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.tip-top-bjr6yn {
  width: 100%;
  border-collapse: collapse;
}

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

.tip-top-bjr6yn 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) {
  .tip-top-bjr6yn tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tip-top-bjr6yn tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.tip-top-n1w62h table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.tip-top-n1w62h table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.tip-top-n1w62h p {
  color: var(--text-color);
}

.tip-top-clccet {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tip-top-clccet {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-clccet {
    margin-bottom: 60px;
  }
}

.tip-top-k8lsjd {
  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);
}

.tip-top-ptz7p4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tip-top-ptz7p4 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-ptz7p4 {
    margin-bottom: 60px;
  }
}

.tip-top-8g241w {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.tip-top-8g241w h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .tip-top-8g241w h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.tip-top-8g241w p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.tip-top-8g241w p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .tip-top-8g241w p {
    font-size: 16px;
  }
}

.tip-top-kui8nt {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tip-top-kui8nt {
    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;
  }
}

.tip-top-4yc0dt {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.tip-top-4yc0dt li {
  margin: 0 20px;
}

.tip-top-4yc0dt li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.tip-top-4yc0dt li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .tip-top-4yc0dt li a:hover {
    color: #2ab765;
  }
}

.tip-top-27a516 {
  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) {
  .tip-top-27a516 {
    padding: 0 16px;
  }
}

.tip-top-27a516 li {
  font-size: 16px;
  position: relative;
}

.tip-top-27a516 li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tip-top-27a516 li a:hover {
    text-decoration: underline;
  }
}

.tip-top-27a516 li span {
  opacity: 0.5;
}

.tip-top-27a516 li + li {
  margin-left: 30px;
}

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

h2.tip-top-5fomy2 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.tip-top-5fomy2 {
    margin-bottom: 18px;
  }
}

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

.tip-top-grbod8 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);
}

.tip-top-grbod8 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;
}

.tip-top-grbod8 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;
}

.tip-top-grbod8 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.tip-top-grbod8 tbody tr:last-of-type {
  margin-bottom: 0;
}

.tip-top-grbod8 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.tip-top-grbod8 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);
}

.tip-top-grbod8 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);
}

.tip-top-grbod8 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.tip-top-grbod8 tbody tr td .tip-top-q1pftn {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .tip-top-grbod8 tbody tr td .tip-top-q1pftn {
    width: 100%;
  }
}

.tip-top-grbod8 tbody tr td .tip-top-4o5bdf {
  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: 0.tip-top-3xbgkk ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .tip-top-grbod8 tbody tr td .tip-top-4o5bdf:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-grbod8 tbody tr td .tip-top-4o5bdf {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .tip-top-grbod8 tbody tr td .tip-top-4o5bdf {
    width: 100%;
  }
}

.tip-top-grbod8 tbody tr td .tip-top-zgy512 {
  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) {
  .tip-top-grbod8 tbody tr td .tip-top-zgy512:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-grbod8 tbody tr {
    flex-direction: column;
  }
}

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

.tip-top-o1diu5 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tip-top-o1diu5 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-o1diu5 {
    margin: 0 auto 60px;
  }
}

.tip-top-sqminu {
  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) {
  .tip-top-sqminu {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.tip-top-2g3i9n {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .tip-top-2g3i9n {
    margin: 0 -5px;
  }
}

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

.tip-top-av3uls img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.tip-top-3xbgkk ease-in-out;
}

.tip-top-av3uls p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .tip-top-av3uls:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .tip-top-av3uls {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

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

.tip-top-1xsnvx {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .tip-top-1xsnvx {
    height: 190px;
    margin: 20px auto;
  }
}

.tip-top-1xsnvx img {
  width: 100%;
  height: 100%;
}

.tip-top-1xsnvx iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .tip-top-1xsnvx iframe {
    height: 190px;
  }
}

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

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

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

.tip-top-0tyd3h svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.tip-top-3xbgkk ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tip-top-0tyd3h:hover svg {
    transform: scale(1.1);
  }
}

.tip-top-cz88qi {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .tip-top-cz88qi {
    padding: 40px 0;
  }
}

.tip-top-vrpaxd {
  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) {
  .tip-top-vrpaxd {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .tip-top-vrpaxd {
    flex-direction: column-reverse;
  }
}

.tip-top-s8h2wg {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.tip-top-s8h2wg img {
  width: 100%;
}

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

@media only screen and (max-width: 767px) {
  .tip-top-s8h2wg {
    margin: 10px 0 0;
  }
}

.tip-top-v6qvca {
  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;
}

.tip-top-v6qvca 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) {
  .tip-top-v6qvca {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-v6qvca {
    padding: 24px 10px;
  }
}

.tip-top-ftay1p {
  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: 0.tip-top-3xbgkk ease-in-out;
}

.tip-top-ftay1p:hover {
  border: 1px solid #8c8ca2;
}

.tip-top-do3194 {
  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%);
}

.tip-top-do3194:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

.tip-top-urtvpe a {
  text-decoration: underline;
  color: #8babff;
}

.tip-top-025cab {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.tip-top-025cab .tip-top-ftay1p {
  width: 50%;
  margin: 0;
}

.tip-top-tiwl35 {
  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;
}

.tip-top-tiwl35:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.tip-top-jnayyh {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .tip-top-jnayyh {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-jnayyh {
    margin: 0 0 60px;
  }
}

.tip-top-9rqw6l {
  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) {
  .tip-top-9rqw6l {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.tip-top-5ovufb {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tip-top-5ovufb {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.tip-top-tvmz7j {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .tip-top-tvmz7j {
    flex-basis: auto;
    max-width: 100%;
  }
}

.tip-top-6ib72a {
  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) {
  .tip-top-6ib72a {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.tip-top-6ib72a 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: 0.tip-top-3xbgkk ease-in-out;
}

@media only screen and (max-width: 767px) {
  .tip-top-6ib72a a {
    margin: 1px 0 4px;
  }
}

.tip-top-6ib72a a svg {
  fill: #fff;
}

.tip-top-6ib72a a:hover {
  background: #3d68e7;
}

.tip-top-af55am {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.tip-top-hpdvpd {
  margin-bottom: 16px;
}

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

.tip-top-5s4gn7 {
  font-size: 16px;
  color: var(--text-color);
}

.tip-top-5hlnqa {
  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) {
  .tip-top-5hlnqa {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-5hlnqa {
    margin: 20px auto 60px;
  }
}

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

.tip-top-3pjmtm {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.tip-top-3pjmtm h1,
.tip-top-3pjmtm 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) {
  .tip-top-3pjmtm h1,
  .tip-top-3pjmtm h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .tip-top-3pjmtm {
    margin: 0;
    padding-right: 20px;
  }
}

.tip-top-tcxuy1 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.tip-top-tcxuy1 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) {
  .tip-top-tcxuy1 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.tip-top-tcxuy1 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) {
  .tip-top-tcxuy1 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.tip-top-tcxuy1 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);
}

.tip-top-tcxuy1 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) {
  .tip-top-tcxuy1 table tr td {
    padding: 12px 4px;
  }
}

.tip-top-tcxuy1 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) {
  .tip-top-tcxuy1 table tr th {
    padding: 12px 4px;
  }
}

.tip-top-tcxuy1 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .tip-top-tcxuy1 {
    margin: 0;
  }
}

.tip-top-0sy9oj {
  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) {
  .tip-top-0sy9oj {
    min-height: 190px;
  }
}

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

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

.tip-top-mfvptb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tip-top-mfvptb.tip-top-vion31 {
  display: none;
}

.tip-top-lhhz0y {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.tip-top-lhhz0y iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tip-top-lhhz0y iframe.tip-top-8oufjr {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.tip-top-lhhz0y.tip-top-uqi2pd {
  opacity: 1;
  pointer-events: all;
}

.tip-top-g9p3na {
  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: 0.tip-top-3xbgkk ease-in-out;
}

.tip-top-g9p3na svg {
  margin-right: 10px;
}

.tip-top-g9p3na + .tip-top-g9p3na {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .tip-top-g9p3na:hover {
    background: #a8a6b3;
  }
}

.tip-top-1blypu {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

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

@media only screen and (max-width: 767px) {
  .tip-top-g9p3na {
    height: 42px;
    max-width: 220px;
  }
}

.tip-top-5hlnqa .tip-top-mi09l3 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.tip-top-5hlnqa .tip-top-mi09l3 h1,
.tip-top-5hlnqa .tip-top-mi09l3 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) {
  .tip-top-5hlnqa .tip-top-mi09l3 h1,
  .tip-top-5hlnqa .tip-top-mi09l3 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .tip-top-5hlnqa .tip-top-mi09l3 {
    margin: 28px 0 0;
  }
}

.tip-top-6brady {
  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) {
  .tip-top-6brady {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .tip-top-6brady {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-6brady {
    margin: 20px auto 60px;
  }
}

.tip-top-uclivc {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .tip-top-uclivc {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-uclivc {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.tip-top-ghuijz {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.tip-top-ghuijz iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tip-top-n1zy8e {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.tip-top-n1zy8e h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .tip-top-n1zy8e h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-n1zy8e h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .tip-top-n1zy8e {
    max-width: 100%;
    margin: 0;
  }
}

.tip-top-cktcls {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

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

.tip-top-b8q7y0 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .tip-top-b8q7y0 {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

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

.tip-top-g3wrjr span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

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

@media only screen and (max-width: 540px) {
  .tip-top-l1vdqf {
    padding: 10px;
  }
}

.tip-top-l1vdqf .tip-top-4qfkjh {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .tip-top-l1vdqf .tip-top-4qfkjh {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .tip-top-l1vdqf {
    flex-wrap: wrap;
  }
}

.tip-top-yeds70 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.tip-top-yeds70 img {
  width: 100%;
}

.tip-top-rahxo8 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .tip-top-rahxo8 {
    max-width: 200px;
    margin: 0;
  }
}

.tip-top-hbpkyf {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.tip-top-pyx477 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.tip-top-nxg0oi {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .tip-top-nxg0oi {
    margin: 0 0 60px;
  }
}

.tip-top-nxg0oi .tip-top-ul76ta {
  position: relative;
}

.tip-top-nxg0oi .tip-top-z9nfzq {
  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;
}

.tip-top-nxg0oi .tip-top-z9nfzq.tip-top-vion31 {
  display: none;
}

.tip-top-nxg0oi .tip-top-bmi20v {
  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) {
  .tip-top-nxg0oi .tip-top-bmi20v {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .tip-top-nxg0oi .tip-top-bmi20v {
    bottom: 90px;
  }
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-60oku0 {
  max-width: 300px;
  width: 100%;
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-60oku0 .tip-top-xq7qkk {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tip-top-nxg0oi .tip-top-bmi20v .tip-top-60oku0 .tip-top-xq7qkk {
    font-size: 32px;
    text-align: center;
  }
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-60oku0 .tip-top-4rrd8u {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .tip-top-nxg0oi .tip-top-bmi20v .tip-top-60oku0 .tip-top-4rrd8u {
    text-align: center;
  }
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r {
    flex-direction: column-reverse;
  }
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r .tip-top-qmszsw {
  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: 0.tip-top-3xbgkk ease-in-out;
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r .tip-top-qmszsw:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r .tip-top-qmszsw {
    width: 100%;
  }
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r .tip-top-vqs9je {
  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: 0.tip-top-3xbgkk ease-in-out;
  overflow: hidden;
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r .tip-top-vqs9je 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);
  }
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r .tip-top-vqs9je: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;
}

.tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r .tip-top-vqs9je:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .tip-top-nxg0oi .tip-top-bmi20v .tip-top-labw2r .tip-top-vqs9je {
    width: 100%;
  }
}

.tip-top-nxg0oi .tip-top-bmi20v.tip-top-vion31 {
  display: none;
}

.tip-top-nxg0oi .tip-top-uh5f1f {
  display: none;
}

.tip-top-nxg0oi .tip-top-uh5f1f.tip-top-uqi2pd {
  display: block;
}

.tip-top-nxg0oi .tip-top-uh5f1f iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .tip-top-nxg0oi .tip-top-uh5f1f iframe {
    height: calc(100vh - 54px);
  }
}

.tip-top-nxg0oi .tip-top-okn5mk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .tip-top-nxg0oi .tip-top-okn5mk {
    padding: 24px 16px 0;
  }
}

.tip-top-nxg0oi .tip-top-okn5mk .tip-top-xq7qkk {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .tip-top-nxg0oi .tip-top-okn5mk .tip-top-xq7qkk {
    margin-bottom: 24px;
  }
}

.tip-top-nxg0oi .tip-top-okn5mk 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);
}

.tip-top-nxg0oi .tip-top-okn5mk 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) {
  .tip-top-nxg0oi .tip-top-okn5mk table tr td {
    padding: 12px 4px;
  }
}

.tip-top-nxg0oi .tip-top-okn5mk 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) {
  .tip-top-nxg0oi .tip-top-okn5mk table tr th {
    padding: 12px 4px;
  }
}

.tip-top-nxg0oi .tip-top-okn5mk table tr:last-of-type td {
  border-bottom: none;
}

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

.tip-top-c4l472.tip-top-8zyiez {
  display: block;
}

.tip-top-c4l472 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.tip-top-c4l472 .tip-top-ugv2c9 {
  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;
}

.tip-top-c4l472 .tip-top-hwq0eb {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.tip-top-c4l472 .tip-top-vqs9je {
  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: 0.tip-top-3xbgkk ease-in-out;
}

.tip-top-c4l472 .tip-top-vqs9je:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.tip-top-skz5yw.tip-top-8zyiez {
  display: block;
}

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

.tip-top-l5r9vc {
  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;
}

.tip-top-dmo1p0 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.tip-top-xg9bx6 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.tip-top-xg9bx6 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.tip-top-nwgbz8 {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tip-top-z6kbx7.tip-top-vion31 {
  display: none;
}

.tip-top-720mdp {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .tip-top-720mdp {
    margin-bottom: 20px;
  }
}

.tip-top-7a2zag {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.tip-top-7a2zag span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.tip-top-7a2zag small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.tip-top-7a2zag 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: 0.tip-top-3xbgkk ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.tip-top-7a2zag input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tip-top-7a2zag input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tip-top-7a2zag input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.tip-top-7a2zag input:active {
  border-color: #c2c0ce;
}

.tip-top-7a2zag input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .tip-top-7a2zag {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.tip-top-rnzhm4 {
  margin-bottom: 36px;
}

.tip-top-rnzhm4 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;
}

.tip-top-rnzhm4 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tip-top-rnzhm4 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .tip-top-rnzhm4 {
    margin-bottom: 24px;
  }
}

.tip-top-khvh92 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tip-top-mh02p6 {
  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: 0.tip-top-3xbgkk ease-in-out;
}

.tip-top-mh02p6:hover {
  background: var(--border-color);
}

.tip-top-84v9xr {
  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: 0.tip-top-3xbgkk ease-in-out;
}

.tip-top-84v9xr:hover {
  background: #166ad9;
}

.tip-top-0xne41 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tip-top-0xne41.tip-top-vion31 {
  display: none;
}

.tip-top-4f75xi {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.tip-top-0xne41 .tip-top-mh02p6 {
  margin: 0 auto;
}

.tip-top-7fjeay {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .tip-top-7fjeay {
    margin-bottom: 16px;
  }
}

.tip-top-6rx2kb {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.tip-top-4ousne {
  filter: grayscale(100%);
}

.tip-top-6rx2kb > input {
  display: none;
}

.tip-top-6rx2kb > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tip-top-retqcd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.tip-top-sv6rzd 44.tip-top-h78oa2.tip-top-wmialj.tip-top-4540sx.tip-top-mbnbsr.tip-top-ynzdwj.tip-top-j64fy5.tip-top-0jaz46.tip-top-gzs91x.tip-top-mg56v6.tip-top-ry1n6w.tip-top-o7gun3.tip-top-wjhjb1 0l-12.tip-top-437tux 30.tip-top-56nkeu.tip-top-oywh99 2.tip-top-v2e5n7.tip-top-oywh99 3.tip-top-raoicl 3.tip-top-bw02a3.tip-top-0cupaw 3.tip-top-fic8l2.tip-top-chio44.tip-top-xyl0ub.tip-top-sr6ynf 7-3.tip-top-437tux 10.tip-top-02cka4.tip-top-sr6ynf 23.tip-top-sqxedt.tip-top-v3acb2 1.tip-top-vbem4g 2.tip-top-437tux 3.tip-top-v3acb2 1.tip-top-0cupaw 5.tip-top-p4gwts.tip-top-0cupaw 32.tip-top-oo9854.tip-top-chio44 5.tip-top-wjhjb1 4.tip-top-sr6ynf 9.tip-top-sr6ynf 8.tip-top-0cupaw 6.tip-top-03ku1y.tip-top-7wp0gq.tip-top-hpljne.tip-top-cny4hv.tip-top-sl0hq1 4.tip-top-kknh18.tip-top-sl0hq1 6.tip-top-sl0hq1 0l29.tip-top-wjhjb1 17.tip-top-0f7aox.tip-top-hytj6d 2.tip-top-235vzr 10.tip-top-jq5b56.tip-top-437tux 8.tip-top-8wb65k.tip-top-1ko2z8.tip-top-0dnflh.tip-top-utcx59.tip-top-l6qgdf.tip-top-chio44.tip-top-ynzdwj.tip-top-437tux 1.tip-top-fy0sif.tip-top-v2vw5i.tip-top-rqlr64.tip-top-aakqcf.tip-top-bm2vaj.tip-top-vbem4g 1.tip-top-05lj04.tip-top-adyrgf.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.tip-top-6rx2kb > input:checked ~ label,
.tip-top-6rx2kb > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tip-top-retqcd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.tip-top-sv6rzd 44.tip-top-h78oa2.tip-top-wmialj.tip-top-4540sx.tip-top-mbnbsr.tip-top-ynzdwj.tip-top-j64fy5.tip-top-0jaz46.tip-top-gzs91x.tip-top-mg56v6.tip-top-ry1n6w.tip-top-o7gun3.tip-top-wjhjb1 0l-12.tip-top-437tux 30.tip-top-56nkeu.tip-top-oywh99 2.tip-top-v2e5n7.tip-top-oywh99 3.tip-top-raoicl 3.tip-top-bw02a3.tip-top-0cupaw 3.tip-top-fic8l2.tip-top-chio44.tip-top-xyl0ub.tip-top-sr6ynf 7-3.tip-top-437tux 10.tip-top-02cka4.tip-top-sr6ynf 23.tip-top-sqxedt.tip-top-v3acb2 1.tip-top-vbem4g 2.tip-top-437tux 3.tip-top-v3acb2 1.tip-top-0cupaw 5.tip-top-p4gwts.tip-top-0cupaw 32.tip-top-oo9854.tip-top-chio44 5.tip-top-wjhjb1 4.tip-top-sr6ynf 9.tip-top-sr6ynf 8.tip-top-0cupaw 6.tip-top-03ku1y.tip-top-7wp0gq.tip-top-hpljne.tip-top-cny4hv.tip-top-sl0hq1 4.tip-top-kknh18.tip-top-sl0hq1 6.tip-top-sl0hq1 0l29.tip-top-wjhjb1 17.tip-top-0f7aox.tip-top-hytj6d 2.tip-top-235vzr 10.tip-top-jq5b56.tip-top-437tux 8.tip-top-8wb65k.tip-top-1ko2z8.tip-top-0dnflh.tip-top-utcx59.tip-top-l6qgdf.tip-top-chio44.tip-top-ynzdwj.tip-top-437tux 1.tip-top-fy0sif.tip-top-v2vw5i.tip-top-rqlr64.tip-top-aakqcf.tip-top-bm2vaj.tip-top-vbem4g 1.tip-top-05lj04.tip-top-adyrgf.5z'/%3e%3c/svg%3e");
}

.tip-top-6rx2kb > input:not(:checked) ~ label:hover,
.tip-top-6rx2kb > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tip-top-retqcd.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tip-top-sv6rzd 44.tip-top-h78oa2.tip-top-wmialj.tip-top-4540sx.tip-top-mbnbsr.tip-top-ynzdwj.tip-top-j64fy5.tip-top-0jaz46.tip-top-gzs91x.tip-top-mg56v6.tip-top-ry1n6w.tip-top-o7gun3.tip-top-wjhjb1 0l-12.tip-top-437tux 30.tip-top-56nkeu.tip-top-oywh99 2.tip-top-v2e5n7.tip-top-oywh99 3.tip-top-raoicl 3.tip-top-bw02a3.tip-top-0cupaw 3.tip-top-fic8l2.tip-top-chio44.tip-top-xyl0ub.tip-top-sr6ynf 7-3.tip-top-437tux 10.tip-top-02cka4.tip-top-sr6ynf 23.tip-top-sqxedt.tip-top-v3acb2 1.tip-top-vbem4g 2.tip-top-437tux 3.tip-top-v3acb2 1.tip-top-0cupaw 5.tip-top-p4gwts.tip-top-0cupaw 32.tip-top-oo9854.tip-top-chio44 5.tip-top-wjhjb1 4.tip-top-sr6ynf 9.tip-top-sr6ynf 8.tip-top-0cupaw 6.tip-top-03ku1y.tip-top-7wp0gq.tip-top-hpljne.tip-top-cny4hv.tip-top-sl0hq1 4.tip-top-kknh18.tip-top-sl0hq1 6.tip-top-sl0hq1 0l29.tip-top-wjhjb1 17.tip-top-0f7aox.tip-top-hytj6d 2.tip-top-235vzr 10.tip-top-jq5b56.tip-top-437tux 8.tip-top-8wb65k.tip-top-1ko2z8.tip-top-0dnflh.tip-top-utcx59.tip-top-l6qgdf.tip-top-chio44.tip-top-ynzdwj.tip-top-437tux 1.tip-top-fy0sif.tip-top-v2vw5i.tip-top-rqlr64.tip-top-aakqcf.tip-top-bm2vaj.tip-top-vbem4g 1.tip-top-05lj04.tip-top-adyrgf.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .tip-top-kvifof > .tip-top-bcvul7 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .tip-top-kvifof > .tip-top-bcvul7 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .tip-top-kvifof > .tip-top-bcvul7 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .tip-top-kvifof > .tip-top-bcvul7 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .tip-top-kvifof > .tip-top-bcvul7 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.tip-top-vzwee8 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.tip-top-vzwee8.tip-top-vion31 {
  display: none;
}

.tip-top-a4mpdy {
  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) {
  .tip-top-a4mpdy {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-a4mpdy {
    border-radius: 20px 20px 0 0;
  }
}

.tip-top-b0rz5r {
  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;
}

.tip-top-b0rz5r::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.tip-top-b0rz5r::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.tip-top-b0rz5r img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

.tip-top-j5k728 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .tip-top-j5k728 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-j5k728 {
    font-size: 14px;
  }
}

.tip-top-hdhg8j {
  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;
}

.tip-top-hdhg8j::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) {
  .tip-top-hdhg8j::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.tip-top-hdhg8j::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) {
  .tip-top-hdhg8j::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .tip-top-hdhg8j {
    max-width: 300px;
    padding: 0 10px;
  }
}

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

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

@media only screen and (max-width: 1023px) {
  .tip-top-xrb4nk {
    top: -20px;
  }
}

.tip-top-cqi5dd {
  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: 0.tip-top-3xbgkk ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

@media only screen and (max-width: 1023px) {
  .tip-top-cqi5dd {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-cqi5dd {
    width: 90px;
    height: 40px;
  }
}

.tip-top-vzwee8.tip-top-gkzj7g .tip-top-a4mpdy {
  background: #2b3b67;
}

.tip-top-vzwee8.tip-top-gkzj7g .tip-top-b0rz5r {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.tip-top-vzwee8.tip-top-gkzj7g .tip-top-b0rz5r::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.tip-top-vzwee8.tip-top-gkzj7g .tip-top-b0rz5r::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.tip-top-vzwee8.tip-top-gkzj7g .tip-top-hdhg8j::before {
  background: #0e0f41;
}

.tip-top-vzwee8.tip-top-gkzj7g .tip-top-hdhg8j::after {
  background: #152557;
}

.tip-top-vzwee8.tip-top-75573j .tip-top-a4mpdy {
  background: #1f35fa;
}

.tip-top-vzwee8.tip-top-75573j .tip-top-b0rz5r {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.tip-top-vzwee8.tip-top-75573j .tip-top-b0rz5r::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.tip-top-vzwee8.tip-top-75573j .tip-top-b0rz5r::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.tip-top-vzwee8.tip-top-75573j .tip-top-hdhg8j::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.tip-top-vzwee8.tip-top-75573j .tip-top-hdhg8j::after {
  background: #192ac8;
}

.tip-top-vzwee8.tip-top-hnooug .tip-top-a4mpdy {
  background: #fa771f;
}

.tip-top-vzwee8.tip-top-hnooug .tip-top-b0rz5r {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tip-top-vzwee8.tip-top-hnooug .tip-top-b0rz5r::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.tip-top-vzwee8.tip-top-hnooug .tip-top-b0rz5r::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.tip-top-vzwee8.tip-top-hnooug .tip-top-hdhg8j::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tip-top-vzwee8.tip-top-hnooug .tip-top-hdhg8j::after {
  background: #fa8535;
}

.tip-top-1xonpn {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tip-top-1xonpn {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tip-top-1xonpn {
    margin: 24px 0 60px;
  }
}

.tip-top-1xonpn h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

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

.tip-top-y0q5x3 {
  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) {
  .tip-top-y0q5x3 {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.tip-top-d2mwkk {
  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) {
  .tip-top-d2mwkk:hover {
    background: var(--button-bg-hover);
  }
}

.tip-top-wn5z4u {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tip-top-wn5z4u span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.tip-top-wn5z4u small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .tip-top-wn5z4u {
    margin-bottom: 16px;
  }
}

.tip-top-fb38b8 {
  width: 120px;
  height: 22px;
}

.tip-top-fb38b8 .tip-top-73nmfx {
  fill: #c2c0ce;
}

.tip-top-fb38b8 [rating="1"] .tip-top-73nmfx:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tip-top-fb38b8 [rating="2"] .tip-top-73nmfx:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tip-top-fb38b8 [rating="3"] .tip-top-73nmfx:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tip-top-fb38b8 [rating="4"] .tip-top-73nmfx:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tip-top-fb38b8 [rating="5"] .tip-top-73nmfx:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.tip-top-lq2zqw {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .tip-top-lq2zqw {
    gap: 16px 0;
  }
}

.tip-top-zmjezo {
  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);
}

.tip-top-zmjezo.tip-top-uqi2pd {
  display: block;
}

.tip-top-zmjezo.tip-top-vion31 {
  display: none;
}

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

.tip-top-0hqell {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tip-top-ledy6e {
  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);
}

.tip-top-8dmceu {
  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;
}

.tip-top-vuqi9n small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.tip-top-vuqi9n span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.tip-top-shgnrh {
  font-size: 16px;
  line-height: 140%;
}

.tip-top-vtb9hs {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tip-top-vtb9hs .tip-top-73nmfx {
  fill: #c2c0ce;
}

.tip-top-vtb9hs [rating="1"] .tip-top-73nmfx:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tip-top-vtb9hs [rating="2"] .tip-top-73nmfx:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tip-top-vtb9hs [rating="3"] .tip-top-73nmfx:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tip-top-vtb9hs [rating="4"] .tip-top-73nmfx:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tip-top-vtb9hs [rating="5"] .tip-top-73nmfx:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.tip-top-p4jibc {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .tip-top-p4jibc {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.tip-top-ra1dl4 {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .tip-top-ra1dl4 {
    padding: 0 16px;
  }
}

.tip-top-9jkp1u {
  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) {
  .tip-top-9jkp1u {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tip-top-ejz7hq {
  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) {
  .tip-top-ejz7hq {
    padding: 12px;
    gap: 12px;
  }
}

.tip-top-1b9w4y {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.tip-top-1b9w4y img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tip-top-d6vada {
  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;
}

.tip-top-8t1dwn {
  flex: 1;
  min-width: 0;
}

.tip-top-xpd9xb {
  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) {
  .tip-top-xpd9xb {
    font-size: 14px;
    gap: 6px;
  }
}

.tip-top-wz3zvo {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.tip-top-wz3zvo svg,
.tip-top-wz3zvo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tip-top-wz3zvo svg path {
  fill: var(--button-bg-color);
}

.tip-top-wz3zvo svg circle {
  fill: var(--button-text-color);
}

.tip-top-jhu3t0 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .tip-top-jhu3t0 {
    font-size: 12px;
  }
}

.tip-top-jhu3t0 strong {
  font-weight: 600;
}

.tip-top-q9x7nh {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.tip-top-q9x7nh p {
  margin: 0 0 16px;
}

.tip-top-q9x7nh p:last-child {
  margin-bottom: 0;
}

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

.tip-top-cbb0o9 {
  max-width: 300px;
  width: 100%;
}

.tip-top-cbb0o9 a {
  width: 100%;
}

@media (max-width: 575px) {
  .tip-top-cbb0o9 {
    max-width: 200px;
  }
}

.tip-top-tjahox {
  justify-content: center;
}

.tip-top-t50a0t {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tip-top-iwkxjo {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .tip-top-xgsh7e {
    padding: 0 0 50px;
    justify-content: center;
  }
}

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

.tip-top-wdalgd .tip-top-eccwrk {
  justify-content: center;
}

/* faq */

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

.tip-top-o1e4x1 {
  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 0.tip-top-b4xmid ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tip-top-o1e4x1::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.tip-top-b4xmid ease;
}

.tip-top-b2n30y.tip-top-8zyiez .tip-top-o1e4x1::after {
  transform: rotate(45deg);
}

.tip-top-61neb1 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.tip-top-3xbgkk ease, padding 0.tip-top-3xbgkk ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.tip-top-b2n30y.tip-top-8zyiez .tip-top-61neb1 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.tip-top-6l47pt {
  margin: 25px 0;
}

.tip-top-6rx2kb > input:not(:checked) ~ label:hover,
.tip-top-6rx2kb > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tip-top-9dbb8u.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tip-top-jhwb37 44.tip-top-4b02jd.tip-top-y0k3un.tip-top-6j5f2r.tip-top-ascj6a.tip-top-d6ulr1.tip-top-bw988y.tip-top-fydrvv.tip-top-jtgptm.tip-top-5szw29.tip-top-wrdhzi.tip-top-jpyx8s.tip-top-fx9vdz 0l-12.tip-top-ipgwx9 30.tip-top-enizf8.tip-top-zqmsq1 2.tip-top-6uyix0.tip-top-zqmsq1 3.tip-top-vz4nvh 3.tip-top-2wbc8h.tip-top-5f63g4 3.tip-top-v2w7i8.tip-top-48y4jq.tip-top-89i09c.tip-top-uz189r 7-3.tip-top-ipgwx9 10.tip-top-royb3n.tip-top-uz189r 23.tip-top-tibpdz.tip-top-58tiua 1.tip-top-kr1euk 2.tip-top-ipgwx9 3.tip-top-58tiua 1.tip-top-5f63g4 5.tip-top-qmzd6i.tip-top-5f63g4 32.tip-top-2ll11i.tip-top-48y4jq 5.tip-top-fx9vdz 4.tip-top-uz189r 9.tip-top-uz189r 8.tip-top-5f63g4 6.tip-top-qhmrd6.tip-top-rrlhmf.tip-top-rfxhfi.tip-top-08p6aw.tip-top-z7y5uy 4.tip-top-9c2kl8.tip-top-z7y5uy 6.tip-top-z7y5uy 0l29.tip-top-fx9vdz 17.tip-top-hbhn4i.tip-top-cis1zp 2.tip-top-8raz41 10.tip-top-im0ir8.tip-top-ipgwx9 8.tip-top-tzf3ay.tip-top-yl8qqh.tip-top-39dxmq.tip-top-t1zekt.tip-top-4i7lpc.tip-top-48y4jq.tip-top-d6ulr1.tip-top-ipgwx9 1.tip-top-uh0zzy.tip-top-7wi4m8.tip-top-thwxvb.tip-top-dexgnk.tip-top-orz7a0.tip-top-kr1euk 1.tip-top-dy7stb.tip-top-7d9gbm.5z'/%3e%3c/svg%3e");
}

.tip-top-rvi7jq {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .tip-top-rvi7jq {
    gap: 16px 0;
  }
}

.tip-top-mdd0ba {
  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);
}

.tip-top-mdd0ba.tip-top-xp89r6 {
  display: block;
}

.tip-top-mdd0ba.tip-top-kd95ko {
  display: none;
}

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

.tip-top-ho81e9 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tip-top-peunal {
  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);
}

.tip-top-tbr648 {
  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;
}

.tip-top-gnrzv0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.tip-top-gnrzv0 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.tip-top-3i3j68 {
  font-size: 16px;
  line-height: 140%;
}

.tip-top-xwcggd {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tip-top-xwcggd .tip-top-o5i3m0 {
  fill: #c2c0ce;
}

.tip-top-xwcggd [rating="1"] .tip-top-o5i3m0:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tip-top-xwcggd [rating="2"] .tip-top-o5i3m0:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tip-top-xwcggd [rating="3"] .tip-top-o5i3m0:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tip-top-xwcggd [rating="4"] .tip-top-o5i3m0:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tip-top-xwcggd [rating="5"] .tip-top-o5i3m0:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.tip-top-55awzc {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.tip-top-55awzc 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;
}

.tip-top-55awzc button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

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

/* up */

.tip-top-3tlq3l {
  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);
}

.tip-top-3tlq3l.tip-top-veyfxt {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.tip-top-e4aqbg {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.tip-top-e4aqbg label {
  font-size: 14px;
}

.tip-top-e4aqbg h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.tip-top-e4aqbg input,
.tip-top-e4aqbg textarea,
.tip-top-e4aqbg button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.tip-top-e4aqbg button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.tip-top-b4xmid ease;
}
.tip-top-e4aqbg button:hover {
  background-color: var(--button-bg-hover);
}
.tip-top-0b3bk0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.tip-top-jkx9d6 ease-in;
}

.tip-top-0b3bk0 h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.tip-top-k5r6f8, .tip-top-9m2kpn, [class*="review-card"],
thead, thead th, table th, .tip-top-xuubnv,
.tip-top-lkn19t, [class*="collapsible-header"],
.tip-top-clccet, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.tip-top-qv7w1h, .tip-top-qv7w1h :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
