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

.RichRoyal-1ttsqr {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-1ttsqr {
    padding: 54px 0 0;
  }
}

.RichRoyal-i2kl18 {
  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) {
  .RichRoyal-i2kl18: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;
  }
}

.RichRoyal-iqlmgd {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

.RichRoyal-iqlmgd h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .RichRoyal-iqlmgd h1 {
    font-size: 120px;
  }
}

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

.RichRoyal-wfaubh {
  cursor: pointer;
}

.RichRoyal-ibu4a0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.RichRoyal-dos5bf {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.RichRoyal-dos5bf figure {
  margin: 0;
}

.RichRoyal-dos5bf.RichRoyal-yefbnr {
  justify-content: flex-start;
  margin-right: 4px;
}

.RichRoyal-dos5bf.RichRoyal-0bwv4q {
  justify-content: flex-end;
  margin-left: 4px;
}

.RichRoyal-dos5bf.RichRoyal-87abse {
  justify-content: center;
}

.RichRoyal-dos5bf.RichRoyal-4es0x6 {
  justify-content: normal;
}

.RichRoyal-2xn4gj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .RichRoyal-2xn4gj {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .RichRoyal-2xn4gj {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

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

.RichRoyal-maf7lr {
  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) {
  .RichRoyal-maf7lr {
    flex-direction: column;
  }
}

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

.RichRoyal-chnz4g img {
  width: 100%;
}

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

.RichRoyal-uayeal {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.RichRoyal-uayeal 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) {
  .RichRoyal-uayeal ul {
    margin-bottom: 15px;
  }
}

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

.RichRoyal-uayeal 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);
}

.RichRoyal-uayeal ul li span svg {
  fill: var(--title-color);
}

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

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

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

.RichRoyal-uayeal ul li:last-of-type::after {
  display: none;
}

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

.RichRoyal-dsf60o {
  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) {
  .RichRoyal-dsf60o {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.RichRoyal-fa14yt {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .RichRoyal-43v5cq {
    height: 50px;
  }
}

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

.RichRoyal-43v5cq.RichRoyal-epftoh {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .RichRoyal-43v5cq.RichRoyal-epftoh:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.RichRoyal-av6p5r {
  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) {
  .RichRoyal-av6p5r {
    padding: 80px 16px 0;
  }
}

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

.RichRoyal-rv3xo9 {
  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) {
  .RichRoyal-rv3xo9 {
    flex-direction: column;
  }
}

.RichRoyal-jfxclo {
  margin-bottom: 94px;
}

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

.RichRoyal-rmnrtv .RichRoyal-ablfkt {
  margin-bottom: 28px;
}

.RichRoyal-rmnrtv .RichRoyal-ablfkt img {
  max-height: 100px;
  width: auto;
}

.RichRoyal-cl1mgg {
  display: flex;
  align-items: center;
}

.RichRoyal-cl1mgg a + a {
  margin-left: 24px;
}

.RichRoyal-cl1mgg img {
  max-height: 56px;
  width: auto;
}

.RichRoyal-cl1mgg img + img {
  margin-left: 24px;
}

.RichRoyal-k4ijkt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.RichRoyal-68xf7r {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-68xf7r {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

@media only screen and (max-width: 767px) {
  .RichRoyal-d3b6e6 {
    flex-wrap: wrap;
  }
}

.RichRoyal-d3b6e6 li {
  display: flex;
  margin: 0 7px;
}

.RichRoyal-d3b6e6 li svg {
  transition: 0.RichRoyal-mg0roz ease-in-out;
}

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

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

.RichRoyal-ls0stc + .RichRoyal-ls0stc {
  margin-left: 120px;
}

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

.RichRoyal-7o9xsi {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.RichRoyal-qtgen1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.RichRoyal-qtgen1 li {
  font-size: 16px;
}

.RichRoyal-qtgen1 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

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

.RichRoyal-qtgen1 li + li {
  margin-top: 16px;
}

.RichRoyal-m4lfrd {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.RichRoyal-bccvpw ease-in-out;
}

.RichRoyal-m4lfrd.RichRoyal-mwq9yu {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.RichRoyal-ab6x0i {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

.RichRoyal-pw97of {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.RichRoyal-pw97of li {
  width: 100%;
}

.RichRoyal-pw97of 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.RichRoyal-mg0roz ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.RichRoyal-pw97of li a svg {
  fill: var(--button-text-color);
}

.RichRoyal-pw97of li a.RichRoyal-mwq9yu {
  background: var(--border-color);
}

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

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

.RichRoyal-5xitj1 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.RichRoyal-2a77vh span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.RichRoyal-2a77vh small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

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

.RichRoyal-7ub6gz {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.RichRoyal-7ub6gz img {
  width: 100%;
  transition: 0.RichRoyal-mg0roz ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .RichRoyal-7ub6gz:hover img {
    transform: scale(1.1);
  }
}

.RichRoyal-yxzrqp {
  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) {
  .RichRoyal-yxzrqp {
    height: 54px;
  }
}

.RichRoyal-pw54zz {
  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) {
  .RichRoyal-pw54zz {
    padding: 0 16px;
  }
}

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

@media only screen and (max-width: 767px) {
  .RichRoyal-pw54zz .RichRoyal-ablfkt img {
    max-width: 90px;
  }
}

.RichRoyal-ablfkt img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .RichRoyal-ablfkt {
    order: -2;
  }
}

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

.RichRoyal-eggl0v {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.RichRoyal-eggl0v li {
  font-size: 16px;
  margin: 0 20px;
}

.RichRoyal-eggl0v li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.RichRoyal-pw89kx {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.RichRoyal-pw89kx.RichRoyal-bt5f5x {
  margin-right: 0;
}

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

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

.RichRoyal-3httyb {
  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) {
  .RichRoyal-3httyb:hover {
    background: var(--button-bg-hover);
  }
}

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

.RichRoyal-ph5aoy {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.RichRoyal-ph5aoy:hover > ul {
  display: flex;
}

.RichRoyal-ph5aoy:focus > ul {
  display: flex;
}

.RichRoyal-ph5aoy:focus-within > ul {
  display: flex;
}

.RichRoyal-8cpgzt {
  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;
}

.RichRoyal-8cpgzt::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.RichRoyal-bccvpw ease-in-out;
}

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

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

.RichRoyal-ph5aoy 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.RichRoyal-mg0roz ease-in-out;
  overflow: hidden;
}

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

.RichRoyal-ph5aoy 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) {
  .RichRoyal-ph5aoy ul li a:hover {
    text-decoration: underline;
  }
}

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

.RichRoyal-t35ep5 {
  display: none;
}

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

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

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

.RichRoyal-vmh9wk {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.RichRoyal-vmh9wk img {
  margin-bottom: 20px;
}

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

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

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

.RichRoyal-mybhae {
  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) {
  .RichRoyal-mybhae {
    font-size: 32px;
  }
}

.RichRoyal-zgqebd {
  color: var(--text-color);
}

.RichRoyal-cshi8l {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.RichRoyal-cshi8l p img {
  display: block;
  margin: 0 auto;
}

.RichRoyal-cshi8l p:first-of-type {
  margin-top: 0;
}

.RichRoyal-cshi8l p:last-of-type {
  margin-bottom: 0;
}

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

.RichRoyal-cshi8l ul {
  padding: 0 0 0 20px;
}

.RichRoyal-cshi8l table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

.RichRoyal-cshi8l table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.RichRoyal-cshi8l iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.RichRoyal-7g7cjs {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .RichRoyal-7g7cjs {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .RichRoyal-7g7cjs {
    margin-bottom: 60px;
  }
}

.RichRoyal-rlrpqq {
  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) {
  .RichRoyal-rlrpqq {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

.RichRoyal-8zieah {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-8zieah {
    flex-direction: column-reverse;
  }
}

.RichRoyal-8zieah .RichRoyal-fa9i96 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-8zieah .RichRoyal-fa9i96 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.RichRoyal-8zieah .RichRoyal-3i6nb1 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-8zieah .RichRoyal-3i6nb1 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .RichRoyal-8zieah .RichRoyal-3i6nb1 img {
    width: 100%;
  }
}

.RichRoyal-3i6nb1 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-3i6nb1 {
    margin-bottom: 18px;
  }
}

.RichRoyal-fa9i96 {
  margin: 0 0 28px;
}

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

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

.RichRoyal-7g7cjs .RichRoyal-i2kl18 {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

@media only screen and (max-width: 767px) {
  .RichRoyal-5v4e2q {
    margin-bottom: 60px;
  }
}

.RichRoyal-4m2z6j {
  position: relative;
  border: none;
}

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

.RichRoyal-h78alt {
  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;
}

.RichRoyal-h78alt span {
  height: 32px;
}

.RichRoyal-h78alt span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.RichRoyal-h78alt.RichRoyal-tsqo3z span {
  transform: scaleY(-1);
}

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

.RichRoyal-y4aowo {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

.RichRoyal-y4aowo li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.RichRoyal-mg0roz ease-in-out;
}

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

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

.RichRoyal-y4aowo.RichRoyal-u9l9h7 {
  display: none;
}

.RichRoyal-gw8ncu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.RichRoyal-gw8ncu table {
  width: 100%;
  border-collapse: collapse;
}

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

  .RichRoyal-gw8ncu table td {
    min-width: 75px;
  }
}

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

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

.RichRoyal-gw8ncu p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

.RichRoyal-4gof4p {
  width: 100%;
  border-collapse: collapse;
}

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

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

.RichRoyal-4gof4p tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.RichRoyal-h6bzgh table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.RichRoyal-h6bzgh table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.RichRoyal-h6bzgh p {
  color: var(--text-color);
}

.RichRoyal-yyk56u {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.RichRoyal-zrxpa9 {
  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);
}

.RichRoyal-s7l8i2 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.RichRoyal-f88vvm p + p {
  margin-top: 10px;
}

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

.RichRoyal-1vmcrx {
  display: none;
}

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

.RichRoyal-mp2aob {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.RichRoyal-mp2aob li {
  margin: 0 20px;
}

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

.RichRoyal-mp2aob li a img {
  margin-bottom: 4px;
}

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

.RichRoyal-4wovsa {
  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) {
  .RichRoyal-4wovsa {
    padding: 0 16px;
  }
}

.RichRoyal-4wovsa li {
  font-size: 16px;
  position: relative;
}

.RichRoyal-4wovsa li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .RichRoyal-4wovsa li a:hover {
    text-decoration: underline;
  }
}

.RichRoyal-4wovsa li span {
  opacity: 0.5;
}

.RichRoyal-4wovsa li + li {
  margin-left: 30px;
}

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

h2.RichRoyal-rlrpqq {
  margin: 0 0 28px;
}

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

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

.RichRoyal-hryqgb 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);
}

.RichRoyal-hryqgb 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;
}

.RichRoyal-hryqgb 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;
}

.RichRoyal-hryqgb tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.RichRoyal-hryqgb tbody tr:last-of-type {
  margin-bottom: 0;
}

.RichRoyal-hryqgb tbody tr td:first-of-type {
  flex-shrink: 0;
}

.RichRoyal-hryqgb 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);
}

.RichRoyal-hryqgb 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);
}

.RichRoyal-hryqgb tbody tr td:last-of-type {
  margin-left: auto;
}

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

.RichRoyal-hryqgb tbody tr td .RichRoyal-qu4063 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .RichRoyal-hryqgb tbody tr td .RichRoyal-qu4063 {
    width: 100%;
  }
}

.RichRoyal-hryqgb tbody tr td .RichRoyal-ku586a {
  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.RichRoyal-mg0roz ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .RichRoyal-hryqgb tbody tr td .RichRoyal-ku586a:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .RichRoyal-hryqgb tbody tr td .RichRoyal-ku586a {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .RichRoyal-hryqgb tbody tr td .RichRoyal-ku586a {
    width: 100%;
  }
}

.RichRoyal-hryqgb tbody tr td .RichRoyal-2gex31 {
  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) {
  .RichRoyal-hryqgb tbody tr td .RichRoyal-2gex31:hover {
    text-decoration: none;
  }
}

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

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

.RichRoyal-z0n07i {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.RichRoyal-9pxeos {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-9pxeos {
    margin: 0 -5px;
  }
}

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

.RichRoyal-07yc17 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.RichRoyal-mg0roz ease-in-out;
}

.RichRoyal-07yc17 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .RichRoyal-07yc17:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .RichRoyal-07yc17 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

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

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

@media only screen and (max-width: 520px) {
  .RichRoyal-byysyx {
    height: 190px;
    margin: 20px auto;
  }
}

.RichRoyal-byysyx img {
  width: 100%;
  height: 100%;
}

.RichRoyal-byysyx iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .RichRoyal-byysyx iframe {
    height: 190px;
  }
}

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

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

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

.RichRoyal-4z70fe svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.RichRoyal-mg0roz ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .RichRoyal-4z70fe:hover svg {
    transform: scale(1.1);
  }
}

.RichRoyal-u7z648 {
  padding: 90px 0;
}

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

.RichRoyal-orauht {
  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) {
  .RichRoyal-orauht {
    padding: 0 16px;
  }
}

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

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

.RichRoyal-zg1yd6 img {
  width: 100%;
}

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

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

.RichRoyal-q51l55 {
  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;
}

.RichRoyal-q51l55 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) {
  .RichRoyal-q51l55 {
    flex-basis: auto;
  }
}

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

.RichRoyal-um95x2 {
  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.RichRoyal-mg0roz ease-in-out;
}

.RichRoyal-um95x2:hover {
  border: 1px solid #8c8ca2;
}

.RichRoyal-qgnjak {
  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%);
}

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

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

.RichRoyal-tg9w6b a {
  text-decoration: underline;
  color: #8babff;
}

.RichRoyal-1eo2ce {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.RichRoyal-1eo2ce .RichRoyal-um95x2 {
  width: 50%;
  margin: 0;
}

.RichRoyal-cwoebz {
  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;
}

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

.RichRoyal-wtnjsu {
  margin: 0 0 100px;
}

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

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

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

.RichRoyal-kmzatq {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

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

.RichRoyal-611xb6 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-611xb6 {
    flex-basis: auto;
    max-width: 100%;
  }
}

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

.RichRoyal-fsm8ir 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.RichRoyal-mg0roz ease-in-out;
}

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

.RichRoyal-fsm8ir a svg {
  fill: #fff;
}

.RichRoyal-fsm8ir a:hover {
  background: #3d68e7;
}

.RichRoyal-y9x86x {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.RichRoyal-p8k8ib {
  margin-bottom: 16px;
}

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

.RichRoyal-b4lfkn {
  font-size: 16px;
  color: var(--text-color);
}

.RichRoyal-oo6jqu {
  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) {
  .RichRoyal-oo6jqu {
    padding: 0 16px;
  }
}

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

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

.RichRoyal-um9lgj {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

.RichRoyal-le1tla {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.RichRoyal-le1tla 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);
}

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

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

.RichRoyal-le1tla table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .RichRoyal-le1tla {
    margin: 0;
  }
}

.RichRoyal-v2frdi {
  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) {
  .RichRoyal-v2frdi {
    min-height: 190px;
  }
}

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

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

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

.RichRoyal-e50vgn.RichRoyal-uklcks {
  display: none;
}

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

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

.RichRoyal-nuzi7x iframe.RichRoyal-dhtlkr {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.RichRoyal-nuzi7x.RichRoyal-kgtkww {
  opacity: 1;
  pointer-events: all;
}

.RichRoyal-t4xrv3 {
  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.RichRoyal-mg0roz ease-in-out;
}

.RichRoyal-t4xrv3 svg {
  margin-right: 10px;
}

.RichRoyal-t4xrv3 + .RichRoyal-t4xrv3 {
  margin-top: 14px;
}

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

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

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

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

.RichRoyal-oo6jqu .RichRoyal-7g7cjs {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.RichRoyal-oo6jqu .RichRoyal-7g7cjs h1,
.RichRoyal-oo6jqu .RichRoyal-7g7cjs 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) {
  .RichRoyal-oo6jqu .RichRoyal-7g7cjs h1,
  .RichRoyal-oo6jqu .RichRoyal-7g7cjs h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .RichRoyal-oo6jqu .RichRoyal-7g7cjs {
    margin: 28px 0 0;
  }
}

.RichRoyal-xugrxn {
  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) {
  .RichRoyal-xugrxn {
    padding: 0 16px;
  }
}

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

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

.RichRoyal-cqo2ly {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.RichRoyal-t6nsnj {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

.RichRoyal-5obypr {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

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

.RichRoyal-vzv0wu {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .RichRoyal-of212p {
    padding: 10px;
  }
}

.RichRoyal-of212p .RichRoyal-i2kl18 {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .RichRoyal-of212p .RichRoyal-i2kl18 {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .RichRoyal-of212p {
    flex-wrap: wrap;
  }
}

.RichRoyal-xpt1zj {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.RichRoyal-xpt1zj img {
  width: 100%;
}

.RichRoyal-63bb9d {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .RichRoyal-63bb9d {
    max-width: 200px;
    margin: 0;
  }
}

.RichRoyal-6od3bw {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.RichRoyal-nppr5z {
  width: 100%;
  margin: 0 0 100px;
}

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

.RichRoyal-nppr5z .RichRoyal-j1k2p2 {
  position: relative;
}

.RichRoyal-nppr5z .RichRoyal-frf1hh {
  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;
}

.RichRoyal-nppr5z .RichRoyal-frf1hh.RichRoyal-uklcks {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .RichRoyal-nppr5z .RichRoyal-re3e96 {
    bottom: 90px;
  }
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-qzvw0p {
  max-width: 300px;
  width: 100%;
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-qzvw0p .RichRoyal-5z78fm {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-qzvw0p .RichRoyal-5z78fm {
    font-size: 32px;
    text-align: center;
  }
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-qzvw0p .RichRoyal-b7hyry {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-qzvw0p .RichRoyal-b7hyry {
    text-align: center;
  }
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x {
    flex-direction: column-reverse;
  }
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x .RichRoyal-wy1arw {
  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.RichRoyal-mg0roz ease-in-out;
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x .RichRoyal-wy1arw:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x .RichRoyal-wy1arw {
    width: 100%;
  }
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x .RichRoyal-bp1cmv {
  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.RichRoyal-mg0roz ease-in-out;
  overflow: hidden;
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x .RichRoyal-bp1cmv 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);
  }
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x .RichRoyal-bp1cmv: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;
}

.RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x .RichRoyal-bp1cmv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .RichRoyal-nppr5z .RichRoyal-re3e96 .RichRoyal-bt5f5x .RichRoyal-bp1cmv {
    width: 100%;
  }
}

.RichRoyal-nppr5z .RichRoyal-re3e96.RichRoyal-uklcks {
  display: none;
}

.RichRoyal-nppr5z .RichRoyal-j09lns {
  display: none;
}

.RichRoyal-nppr5z .RichRoyal-j09lns.RichRoyal-kgtkww {
  display: block;
}

.RichRoyal-nppr5z .RichRoyal-j09lns iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .RichRoyal-nppr5z .RichRoyal-j09lns iframe {
    height: calc(100vh - 54px);
  }
}

.RichRoyal-nppr5z .RichRoyal-370qhb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .RichRoyal-nppr5z .RichRoyal-370qhb {
    padding: 24px 16px 0;
  }
}

.RichRoyal-nppr5z .RichRoyal-370qhb .RichRoyal-5z78fm {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-nppr5z .RichRoyal-370qhb .RichRoyal-5z78fm {
    margin-bottom: 24px;
  }
}

.RichRoyal-nppr5z .RichRoyal-370qhb 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);
}

.RichRoyal-nppr5z .RichRoyal-370qhb 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) {
  .RichRoyal-nppr5z .RichRoyal-370qhb table tr td {
    padding: 12px 4px;
  }
}

.RichRoyal-nppr5z .RichRoyal-370qhb 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) {
  .RichRoyal-nppr5z .RichRoyal-370qhb table tr th {
    padding: 12px 4px;
  }
}

.RichRoyal-nppr5z .RichRoyal-370qhb table tr:last-of-type td {
  border-bottom: none;
}

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

.RichRoyal-wynv2q.RichRoyal-mwq9yu {
  display: block;
}

.RichRoyal-wynv2q iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.RichRoyal-wynv2q .RichRoyal-nvivno {
  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;
}

.RichRoyal-wynv2q .RichRoyal-8v72h4 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.RichRoyal-wynv2q .RichRoyal-bp1cmv {
  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.RichRoyal-mg0roz ease-in-out;
}

.RichRoyal-wynv2q .RichRoyal-bp1cmv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.RichRoyal-sauhya.RichRoyal-mwq9yu {
  display: block;
}

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

.RichRoyal-jelrmd {
  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;
}

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

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

.RichRoyal-i1uqel {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.RichRoyal-i1uqel svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.RichRoyal-gumu8l {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.RichRoyal-b0w33b.RichRoyal-uklcks {
  display: none;
}

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

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

.RichRoyal-0wml4b {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.RichRoyal-0wml4b span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

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

.RichRoyal-0wml4b 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.RichRoyal-mg0roz ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.RichRoyal-0wml4b input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.RichRoyal-0wml4b input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.RichRoyal-0wml4b input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.RichRoyal-0wml4b input:active {
  border-color: #c2c0ce;
}

.RichRoyal-0wml4b input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-0wml4b {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.RichRoyal-xreeb2 {
  margin-bottom: 36px;
}

.RichRoyal-xreeb2 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;
}

.RichRoyal-xreeb2 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.RichRoyal-xreeb2 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.RichRoyal-7lt1s5 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.RichRoyal-r8pojj {
  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.RichRoyal-mg0roz ease-in-out;
}

.RichRoyal-r8pojj:hover {
  background: var(--border-color);
}

.RichRoyal-5y01zh {
  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.RichRoyal-mg0roz ease-in-out;
}

.RichRoyal-5y01zh:hover {
  background: #166ad9;
}

.RichRoyal-bv8hga {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.RichRoyal-bv8hga.RichRoyal-uklcks {
  display: none;
}

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

.RichRoyal-bv8hga .RichRoyal-r8pojj {
  margin: 0 auto;
}

.RichRoyal-jrnuk6 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.RichRoyal-og3zt3 {
  filter: grayscale(100%);
}

.RichRoyal-i5wf37 > input {
  display: none;
}

.RichRoyal-i5wf37 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.RichRoyal-jqtgg9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.RichRoyal-rftfwp 44.RichRoyal-um7194.RichRoyal-ooavec.RichRoyal-3vot2m.RichRoyal-p2jiod.RichRoyal-9dwzq4.RichRoyal-bda6zh.RichRoyal-04hd5z.RichRoyal-xvuwml.RichRoyal-3lmpv8.RichRoyal-ey1ps5.RichRoyal-2xhw36.RichRoyal-sjt2x1 0l-12.RichRoyal-b28u01 30.RichRoyal-9f2qk5.RichRoyal-ofnpno 2.RichRoyal-nnyqkf.RichRoyal-ofnpno 3.RichRoyal-2en98z 3.RichRoyal-uj4fp0.RichRoyal-b6hmrs 3.RichRoyal-v5lpan.RichRoyal-43pyjq.RichRoyal-xo7krc.RichRoyal-12eoj7 7-3.RichRoyal-b28u01 10.RichRoyal-irf7db.RichRoyal-12eoj7 23.RichRoyal-je6u67.RichRoyal-t8y5hi 1.RichRoyal-k8dsa7 2.RichRoyal-b28u01 3.RichRoyal-t8y5hi 1.RichRoyal-b6hmrs 5.RichRoyal-1j7dhz.RichRoyal-b6hmrs 32.RichRoyal-gsh667.RichRoyal-43pyjq 5.RichRoyal-sjt2x1 4.RichRoyal-12eoj7 9.RichRoyal-12eoj7 8.RichRoyal-b6hmrs 6.RichRoyal-n873gn.RichRoyal-3v5vz5.RichRoyal-weoatw.RichRoyal-iiowf5.RichRoyal-jpelc9 4.RichRoyal-yxx3qa.RichRoyal-jpelc9 6.RichRoyal-jpelc9 0l29.RichRoyal-sjt2x1 17.RichRoyal-72h082.RichRoyal-t03g62 2.RichRoyal-2cjjy7 10.RichRoyal-uizjm8.RichRoyal-b28u01 8.RichRoyal-xn2ypb.RichRoyal-2bgr30.RichRoyal-40peen.RichRoyal-7fvhsy.RichRoyal-fp0eqz.RichRoyal-43pyjq.RichRoyal-9dwzq4.RichRoyal-b28u01 1.RichRoyal-bhim9a.RichRoyal-wd0bw8.RichRoyal-cwi75y.RichRoyal-ww332s.RichRoyal-w5f2wd.RichRoyal-k8dsa7 1.RichRoyal-1r80m5.RichRoyal-9u0qtf.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.RichRoyal-i5wf37 > input:checked ~ label,
.RichRoyal-i5wf37 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.RichRoyal-jqtgg9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.RichRoyal-rftfwp 44.RichRoyal-um7194.RichRoyal-ooavec.RichRoyal-3vot2m.RichRoyal-p2jiod.RichRoyal-9dwzq4.RichRoyal-bda6zh.RichRoyal-04hd5z.RichRoyal-xvuwml.RichRoyal-3lmpv8.RichRoyal-ey1ps5.RichRoyal-2xhw36.RichRoyal-sjt2x1 0l-12.RichRoyal-b28u01 30.RichRoyal-9f2qk5.RichRoyal-ofnpno 2.RichRoyal-nnyqkf.RichRoyal-ofnpno 3.RichRoyal-2en98z 3.RichRoyal-uj4fp0.RichRoyal-b6hmrs 3.RichRoyal-v5lpan.RichRoyal-43pyjq.RichRoyal-xo7krc.RichRoyal-12eoj7 7-3.RichRoyal-b28u01 10.RichRoyal-irf7db.RichRoyal-12eoj7 23.RichRoyal-je6u67.RichRoyal-t8y5hi 1.RichRoyal-k8dsa7 2.RichRoyal-b28u01 3.RichRoyal-t8y5hi 1.RichRoyal-b6hmrs 5.RichRoyal-1j7dhz.RichRoyal-b6hmrs 32.RichRoyal-gsh667.RichRoyal-43pyjq 5.RichRoyal-sjt2x1 4.RichRoyal-12eoj7 9.RichRoyal-12eoj7 8.RichRoyal-b6hmrs 6.RichRoyal-n873gn.RichRoyal-3v5vz5.RichRoyal-weoatw.RichRoyal-iiowf5.RichRoyal-jpelc9 4.RichRoyal-yxx3qa.RichRoyal-jpelc9 6.RichRoyal-jpelc9 0l29.RichRoyal-sjt2x1 17.RichRoyal-72h082.RichRoyal-t03g62 2.RichRoyal-2cjjy7 10.RichRoyal-uizjm8.RichRoyal-b28u01 8.RichRoyal-xn2ypb.RichRoyal-2bgr30.RichRoyal-40peen.RichRoyal-7fvhsy.RichRoyal-fp0eqz.RichRoyal-43pyjq.RichRoyal-9dwzq4.RichRoyal-b28u01 1.RichRoyal-bhim9a.RichRoyal-wd0bw8.RichRoyal-cwi75y.RichRoyal-ww332s.RichRoyal-w5f2wd.RichRoyal-k8dsa7 1.RichRoyal-1r80m5.RichRoyal-9u0qtf.5z'/%3e%3c/svg%3e");
}

.RichRoyal-i5wf37 > input:not(:checked) ~ label:hover,
.RichRoyal-i5wf37 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.RichRoyal-jqtgg9.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.RichRoyal-rftfwp 44.RichRoyal-um7194.RichRoyal-ooavec.RichRoyal-3vot2m.RichRoyal-p2jiod.RichRoyal-9dwzq4.RichRoyal-bda6zh.RichRoyal-04hd5z.RichRoyal-xvuwml.RichRoyal-3lmpv8.RichRoyal-ey1ps5.RichRoyal-2xhw36.RichRoyal-sjt2x1 0l-12.RichRoyal-b28u01 30.RichRoyal-9f2qk5.RichRoyal-ofnpno 2.RichRoyal-nnyqkf.RichRoyal-ofnpno 3.RichRoyal-2en98z 3.RichRoyal-uj4fp0.RichRoyal-b6hmrs 3.RichRoyal-v5lpan.RichRoyal-43pyjq.RichRoyal-xo7krc.RichRoyal-12eoj7 7-3.RichRoyal-b28u01 10.RichRoyal-irf7db.RichRoyal-12eoj7 23.RichRoyal-je6u67.RichRoyal-t8y5hi 1.RichRoyal-k8dsa7 2.RichRoyal-b28u01 3.RichRoyal-t8y5hi 1.RichRoyal-b6hmrs 5.RichRoyal-1j7dhz.RichRoyal-b6hmrs 32.RichRoyal-gsh667.RichRoyal-43pyjq 5.RichRoyal-sjt2x1 4.RichRoyal-12eoj7 9.RichRoyal-12eoj7 8.RichRoyal-b6hmrs 6.RichRoyal-n873gn.RichRoyal-3v5vz5.RichRoyal-weoatw.RichRoyal-iiowf5.RichRoyal-jpelc9 4.RichRoyal-yxx3qa.RichRoyal-jpelc9 6.RichRoyal-jpelc9 0l29.RichRoyal-sjt2x1 17.RichRoyal-72h082.RichRoyal-t03g62 2.RichRoyal-2cjjy7 10.RichRoyal-uizjm8.RichRoyal-b28u01 8.RichRoyal-xn2ypb.RichRoyal-2bgr30.RichRoyal-40peen.RichRoyal-7fvhsy.RichRoyal-fp0eqz.RichRoyal-43pyjq.RichRoyal-9dwzq4.RichRoyal-b28u01 1.RichRoyal-bhim9a.RichRoyal-wd0bw8.RichRoyal-cwi75y.RichRoyal-ww332s.RichRoyal-w5f2wd.RichRoyal-k8dsa7 1.RichRoyal-1r80m5.RichRoyal-9u0qtf.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .RichRoyal-926ut5 > .RichRoyal-otec8x {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .RichRoyal-926ut5 > .RichRoyal-otec8x {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .RichRoyal-926ut5 > .RichRoyal-otec8x {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .RichRoyal-926ut5 > .RichRoyal-otec8x {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .RichRoyal-926ut5 > .RichRoyal-otec8x {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.RichRoyal-e5s12n {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.RichRoyal-e5s12n.RichRoyal-uklcks {
  display: none;
}

.RichRoyal-qo7cfu {
  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) {
  .RichRoyal-qo7cfu {
    height: 74px;
    overflow: visible;
  }
}

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

.RichRoyal-6x2vo2 {
  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;
}

.RichRoyal-6x2vo2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.RichRoyal-6x2vo2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.RichRoyal-6x2vo2 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.RichRoyal-vxzaon {
  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;
}

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

.RichRoyal-vxzaon::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) {
  .RichRoyal-vxzaon::after {
    display: none;
  }
}

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .RichRoyal-3cxpl8 {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .RichRoyal-3cxpl8 {
    width: 90px;
    height: 40px;
  }
}

.RichRoyal-e5s12n.RichRoyal-nolwjw .RichRoyal-qo7cfu {
  background: #2b3b67;
}

.RichRoyal-e5s12n.RichRoyal-nolwjw .RichRoyal-6x2vo2 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.RichRoyal-e5s12n.RichRoyal-nolwjw .RichRoyal-6x2vo2::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.RichRoyal-e5s12n.RichRoyal-nolwjw .RichRoyal-6x2vo2::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.RichRoyal-e5s12n.RichRoyal-nolwjw .RichRoyal-vxzaon::before {
  background: #0e0f41;
}

.RichRoyal-e5s12n.RichRoyal-nolwjw .RichRoyal-vxzaon::after {
  background: #152557;
}

.RichRoyal-e5s12n.RichRoyal-84tzch .RichRoyal-qo7cfu {
  background: #1f35fa;
}

.RichRoyal-e5s12n.RichRoyal-84tzch .RichRoyal-6x2vo2 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.RichRoyal-e5s12n.RichRoyal-84tzch .RichRoyal-6x2vo2::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.RichRoyal-e5s12n.RichRoyal-84tzch .RichRoyal-6x2vo2::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.RichRoyal-e5s12n.RichRoyal-84tzch .RichRoyal-vxzaon::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.RichRoyal-e5s12n.RichRoyal-84tzch .RichRoyal-vxzaon::after {
  background: #192ac8;
}

.RichRoyal-e5s12n.RichRoyal-mxogcw .RichRoyal-qo7cfu {
  background: #fa771f;
}

.RichRoyal-e5s12n.RichRoyal-mxogcw .RichRoyal-6x2vo2 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.RichRoyal-e5s12n.RichRoyal-mxogcw .RichRoyal-6x2vo2::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.RichRoyal-e5s12n.RichRoyal-mxogcw .RichRoyal-6x2vo2::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.RichRoyal-e5s12n.RichRoyal-mxogcw .RichRoyal-vxzaon::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.RichRoyal-e5s12n.RichRoyal-mxogcw .RichRoyal-vxzaon::after {
  background: #fa8535;
}

.RichRoyal-0iiv73 {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

.RichRoyal-1ogata {
  display: flex;
  align-items: center;
  gap: 10px;
}

.RichRoyal-1ogata span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.RichRoyal-1ogata small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .RichRoyal-1ogata {
    margin-bottom: 16px;
  }
}

.RichRoyal-xyt8uw {
  width: 120px;
  height: 22px;
}

.RichRoyal-xyt8uw .RichRoyal-pw0z0s {
  fill: #c2c0ce;
}

.RichRoyal-xyt8uw [rating="1"] .RichRoyal-pw0z0s:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.RichRoyal-xyt8uw [rating="2"] .RichRoyal-pw0z0s:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.RichRoyal-xyt8uw [rating="3"] .RichRoyal-pw0z0s:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.RichRoyal-xyt8uw [rating="4"] .RichRoyal-pw0z0s:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.RichRoyal-xyt8uw [rating="5"] .RichRoyal-pw0z0s:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.RichRoyal-mzzbgs {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.RichRoyal-5dyukr {
  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);
}

.RichRoyal-5dyukr.RichRoyal-kgtkww {
  display: block;
}

.RichRoyal-5dyukr.RichRoyal-uklcks {
  display: none;
}

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

.RichRoyal-cbvddt {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.RichRoyal-4scfsd {
  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);
}

.RichRoyal-c3dtn2 {
  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;
}

.RichRoyal-d1e35k small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.RichRoyal-qdr47w {
  font-size: 16px;
  line-height: 140%;
}

.RichRoyal-32b38a {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.RichRoyal-32b38a .RichRoyal-pw0z0s {
  fill: #c2c0ce;
}

.RichRoyal-32b38a [rating="1"] .RichRoyal-pw0z0s:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.RichRoyal-32b38a [rating="2"] .RichRoyal-pw0z0s:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.RichRoyal-32b38a [rating="3"] .RichRoyal-pw0z0s:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.RichRoyal-32b38a [rating="4"] .RichRoyal-pw0z0s:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.RichRoyal-32b38a [rating="5"] .RichRoyal-pw0z0s:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.RichRoyal-5ib1z8 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-5ib1z8 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.RichRoyal-b5q7bc {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .RichRoyal-b5q7bc {
    padding: 0 16px;
  }
}

.RichRoyal-qtbasl {
  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) {
  .RichRoyal-qtbasl {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.RichRoyal-q8e73u {
  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) {
  .RichRoyal-q8e73u {
    padding: 12px;
    gap: 12px;
  }
}

.RichRoyal-6x5mu9 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.RichRoyal-6x5mu9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.RichRoyal-n7cxi6 {
  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;
}

.RichRoyal-snh1ep {
  flex: 1;
  min-width: 0;
}

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

.RichRoyal-tx4jzh {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.RichRoyal-tx4jzh svg,
.RichRoyal-tx4jzh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.RichRoyal-tx4jzh svg path {
  fill: var(--button-bg-color);
}

.RichRoyal-tx4jzh svg circle {
  fill: var(--button-text-color);
}

.RichRoyal-1zzxpq {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .RichRoyal-1zzxpq {
    font-size: 12px;
  }
}

.RichRoyal-1zzxpq strong {
  font-weight: 600;
}

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

.RichRoyal-ef6wnx p {
  margin: 0 0 16px;
}

.RichRoyal-ef6wnx p:last-child {
  margin-bottom: 0;
}

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

.RichRoyal-i0crwf {
  max-width: 300px;
  width: 100%;
}

.RichRoyal-i0crwf a {
  width: 100%;
}

@media (max-width: 575px) {
  .RichRoyal-i0crwf {
    max-width: 200px;
  }
}

.RichRoyal-8kzcti {
  justify-content: center;
}

.RichRoyal-bsw89n {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.RichRoyal-41tzuv {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.RichRoyal-9kcien .RichRoyal-eggl0v {
  justify-content: center;
}

/* faq */

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

.RichRoyal-q6a1ev {
  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.RichRoyal-e370ew ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.RichRoyal-q6a1ev::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.RichRoyal-e370ew ease;
}

.RichRoyal-kno5ut.RichRoyal-mwq9yu .RichRoyal-q6a1ev::after {
  transform: rotate(45deg);
}

.RichRoyal-wcy3lj {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.RichRoyal-mg0roz ease, padding 0.RichRoyal-mg0roz ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.RichRoyal-kno5ut.RichRoyal-mwq9yu .RichRoyal-wcy3lj {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.RichRoyal-7i9ke1 {
  margin: 25px 0;
}

.RichRoyal-i5wf37 > input:not(:checked) ~ label:hover,
.RichRoyal-i5wf37 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.RichRoyal-y1oqsa.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.RichRoyal-puyb0y 44.RichRoyal-lwey0t.RichRoyal-lloa39.RichRoyal-2bnwib.RichRoyal-9jc2md.RichRoyal-2p7my4.RichRoyal-kjfjsu.RichRoyal-gv5h0y.RichRoyal-e0be4d.RichRoyal-ys2l5z.RichRoyal-4xdnmg.RichRoyal-318ltu.RichRoyal-yjbe55 0l-12.RichRoyal-a97wtw 30.RichRoyal-qzrxh2.RichRoyal-ed9h7m 2.RichRoyal-1ombko.RichRoyal-ed9h7m 3.RichRoyal-kczp15 3.RichRoyal-mvx26u.RichRoyal-1gsglx 3.RichRoyal-2acai6.RichRoyal-yygdhv.RichRoyal-dr6oj7.RichRoyal-z0bjx8 7-3.RichRoyal-a97wtw 10.RichRoyal-tbt8yv.RichRoyal-z0bjx8 23.RichRoyal-fxcmr3.RichRoyal-hxvjvb 1.RichRoyal-bf9y1r 2.RichRoyal-a97wtw 3.RichRoyal-hxvjvb 1.RichRoyal-1gsglx 5.RichRoyal-ohaipk.RichRoyal-1gsglx 32.RichRoyal-jaew4w.RichRoyal-yygdhv 5.RichRoyal-yjbe55 4.RichRoyal-z0bjx8 9.RichRoyal-z0bjx8 8.RichRoyal-1gsglx 6.RichRoyal-ftjidt.RichRoyal-amlym0.RichRoyal-0rgvsu.RichRoyal-k6igwz.RichRoyal-noibd2 4.RichRoyal-67lkg7.RichRoyal-noibd2 6.RichRoyal-noibd2 0l29.RichRoyal-yjbe55 17.RichRoyal-1mrb79.RichRoyal-f2pgr0 2.RichRoyal-88ogxo 10.RichRoyal-v86ys0.RichRoyal-a97wtw 8.RichRoyal-r4oua8.RichRoyal-nt3rzx.RichRoyal-p8x862.RichRoyal-w4wkh8.RichRoyal-jaazux.RichRoyal-yygdhv.RichRoyal-2p7my4.RichRoyal-a97wtw 1.RichRoyal-bxjcb8.RichRoyal-f73q97.RichRoyal-1qwne6.RichRoyal-i4pinp.RichRoyal-g4bo2o.RichRoyal-bf9y1r 1.RichRoyal-jpq9qb.RichRoyal-ynza7p.5z'/%3e%3c/svg%3e");
}

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

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

.RichRoyal-m7va0b {
  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);
}

.RichRoyal-m7va0b.RichRoyal-recy5y {
  display: block;
}

.RichRoyal-m7va0b.RichRoyal-ovueft {
  display: none;
}

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

.RichRoyal-acgyvb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.RichRoyal-0sbcat {
  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);
}

.RichRoyal-r7lnf0 {
  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;
}

.RichRoyal-fqsebh small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.RichRoyal-6mzxn2 {
  font-size: 16px;
  line-height: 140%;
}

.RichRoyal-fv0raq {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.RichRoyal-fv0raq .RichRoyal-69ntwa {
  fill: #c2c0ce;
}

.RichRoyal-fv0raq [rating="1"] .RichRoyal-69ntwa:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.RichRoyal-fv0raq [rating="2"] .RichRoyal-69ntwa:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.RichRoyal-fv0raq [rating="3"] .RichRoyal-69ntwa:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.RichRoyal-fv0raq [rating="4"] .RichRoyal-69ntwa:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.RichRoyal-fv0raq [rating="5"] .RichRoyal-69ntwa:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.RichRoyal-547chj 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;
}

.RichRoyal-547chj 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 */

.RichRoyal-txpv4b {
  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);
}

.RichRoyal-txpv4b.RichRoyal-c3snra {
  opacity: 1;
  pointer-events: auto;
}
