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

.wildrobin-iobs7x {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.wildrobin-d909vy {
  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) {
  .wildrobin-d909vy: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;
  }
}

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

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

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

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

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

.wildrobin-whd9sc {
  cursor: pointer;
}

.wildrobin-kc3hwk {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.wildrobin-npqcaq {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.wildrobin-npqcaq figure {
  margin: 0;
}

.wildrobin-npqcaq.wildrobin-0c719s {
  justify-content: flex-start;
  margin-right: 4px;
}

.wildrobin-npqcaq.wildrobin-k2d2br {
  justify-content: flex-end;
  margin-left: 4px;
}

.wildrobin-npqcaq.wildrobin-nq3cha {
  justify-content: center;
}

.wildrobin-npqcaq.wildrobin-rq2tao {
  justify-content: normal;
}

.wildrobin-1c7rk1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .wildrobin-1c7rk1 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .wildrobin-1c7rk1 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

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

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

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

.wildrobin-sa261h img {
  width: 100%;
}

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

.wildrobin-od3x29 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

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

.wildrobin-od3x29 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);
}

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

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

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

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

.wildrobin-od3x29 ul li:last-of-type::after {
  display: none;
}

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

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

.wildrobin-i49ste {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .wildrobin-hswbmp {
    height: 50px;
  }
}

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

.wildrobin-hswbmp.wildrobin-gxjbqk {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .wildrobin-hswbmp.wildrobin-gxjbqk:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.wildrobin-6fct6g {
  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) {
  .wildrobin-6fct6g {
    padding: 80px 16px 0;
  }
}

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

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

.wildrobin-80pdoa {
  margin-bottom: 94px;
}

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

.wildrobin-5aqzyp .wildrobin-l9ln6n {
  margin-bottom: 28px;
}

.wildrobin-5aqzyp .wildrobin-l9ln6n img {
  max-height: 100px;
  width: auto;
}

.wildrobin-a3spj8 {
  display: flex;
  align-items: center;
}

.wildrobin-a3spj8 a + a {
  margin-left: 24px;
}

.wildrobin-a3spj8 img {
  max-height: 56px;
  width: auto;
}

.wildrobin-a3spj8 img + img {
  margin-left: 24px;
}

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

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

.wildrobin-amz3gx {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

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

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

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

.wildrobin-dhus5f li {
  display: flex;
  margin: 0 7px;
}

.wildrobin-dhus5f li svg {
  transition: 0.wildrobin-slfme7 ease-in-out;
}

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

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

.wildrobin-77idds + .wildrobin-77idds {
  margin-left: 120px;
}

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

.wildrobin-l4ipwh {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.wildrobin-fnjtry {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wildrobin-fnjtry li {
  font-size: 16px;
}

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

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

.wildrobin-fnjtry li + li {
  margin-top: 16px;
}

.wildrobin-s8o9s0 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.wildrobin-1l2o07 ease-in-out;
}

.wildrobin-s8o9s0.wildrobin-6fyxok {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.wildrobin-acpjpo {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wildrobin-x72zz4 li {
  width: 100%;
}

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

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

.wildrobin-x72zz4 li a.wildrobin-6fyxok {
  background: var(--border-color);
}

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

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

.wildrobin-akwlx0 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.wildrobin-5p5jv8 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.wildrobin-5p5jv8 img {
  width: 100%;
  transition: 0.wildrobin-slfme7 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .wildrobin-5p5jv8:hover img {
    transform: scale(1.1);
  }
}

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

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

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

@media only screen and (max-width: 767px) {
  .wildrobin-jtazr4 .wildrobin-l9ln6n img {
    max-width: 90px;
  }
}

.wildrobin-l9ln6n img {
  max-height: 50px;
  width: auto;
}

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

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

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

.wildrobin-clw3f4 li {
  font-size: 16px;
  margin: 0 20px;
}

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

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

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

.wildrobin-k96txi {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

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

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

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

.wildrobin-k96txi.wildrobin-b3d69q {
  margin-right: 0;
}

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

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

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

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

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

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

.wildrobin-e3d4j5:hover > ul {
  display: flex;
}

.wildrobin-e3d4j5:focus > ul {
  display: flex;
}

.wildrobin-e3d4j5:focus-within > ul {
  display: flex;
}

.wildrobin-ozi39u {
  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;
}

.wildrobin-ozi39u::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.wildrobin-1l2o07 ease-in-out;
}

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

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

.wildrobin-e3d4j5 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.wildrobin-slfme7 ease-in-out;
  overflow: hidden;
}

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

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

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

.wildrobin-v9uruj {
  display: none;
}

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

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

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

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

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

.wildrobin-j0fuek img {
  margin-bottom: 20px;
}

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

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

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

.wildrobin-4vkkmp {
  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) {
  .wildrobin-4vkkmp {
    font-size: 32px;
  }
}

.wildrobin-kev3df {
  color: var(--text-color);
}

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

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

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

.wildrobin-ovi6ba p img {
  display: block;
  margin: 0 auto;
}

.wildrobin-ovi6ba p:first-of-type {
  margin-top: 0;
}

.wildrobin-ovi6ba p:last-of-type {
  margin-bottom: 0;
}

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

.wildrobin-ovi6ba ul {
  padding: 0 0 0 20px;
}

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

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

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

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

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

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

.wildrobin-2j7qg1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

.wildrobin-ar5kgk {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.wildrobin-ar5kgk .wildrobin-e77sx7 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wildrobin-ar5kgk .wildrobin-e77sx7 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.wildrobin-ar5kgk .wildrobin-44onku {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .wildrobin-ar5kgk .wildrobin-44onku {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .wildrobin-ar5kgk .wildrobin-44onku img {
    width: 100%;
  }
}

.wildrobin-44onku {
  margin: 0 0 28px;
}

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

.wildrobin-e77sx7 {
  margin: 0 0 28px;
}

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

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

.wildrobin-2j7qg1 .wildrobin-d909vy {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

.wildrobin-flsty7 {
  position: relative;
  border: none;
}

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

.wildrobin-9zj726 {
  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;
}

.wildrobin-9zj726 span {
  height: 32px;
}

.wildrobin-9zj726 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.wildrobin-9zj726.wildrobin-cj2nfo span {
  transform: scaleY(-1);
}

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

.wildrobin-u601zu {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

.wildrobin-u601zu.wildrobin-95ynx5 {
  display: none;
}

.wildrobin-owmkfl {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.wildrobin-owmkfl table {
  width: 100%;
  border-collapse: collapse;
}

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

  .wildrobin-owmkfl table td {
    min-width: 75px;
  }
}

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

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

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

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

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

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

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

.wildrobin-94qvia {
  width: 100%;
  border-collapse: collapse;
}

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

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

.wildrobin-94qvia tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

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

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

.wildrobin-iwny1h p {
  color: var(--text-color);
}

.wildrobin-fwwg6w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

.wildrobin-2bo8gy {
  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);
}

.wildrobin-oh01ym {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.wildrobin-vefrmp p + p {
  margin-top: 10px;
}

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

.wildrobin-ygey1x {
  display: none;
}

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

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

.wildrobin-cvenv4 li {
  margin: 0 20px;
}

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

.wildrobin-cvenv4 li a img {
  margin-bottom: 4px;
}

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

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

.wildrobin-co7gn4 li {
  font-size: 16px;
  position: relative;
}

.wildrobin-co7gn4 li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.wildrobin-co7gn4 li span {
  opacity: 0.5;
}

.wildrobin-co7gn4 li + li {
  margin-left: 30px;
}

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

h2.wildrobin-ei3kbz {
  margin: 0 0 28px;
}

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

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

.wildrobin-veb0dg 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);
}

.wildrobin-veb0dg 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;
}

.wildrobin-veb0dg 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;
}

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

.wildrobin-veb0dg tbody tr:last-of-type {
  margin-bottom: 0;
}

.wildrobin-veb0dg tbody tr td:first-of-type {
  flex-shrink: 0;
}

.wildrobin-veb0dg 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);
}

.wildrobin-veb0dg 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);
}

.wildrobin-veb0dg tbody tr td:last-of-type {
  margin-left: auto;
}

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

.wildrobin-veb0dg tbody tr td .wildrobin-k6vnb3 {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .wildrobin-veb0dg tbody tr td .wildrobin-k6vnb3 {
    width: 100%;
  }
}

.wildrobin-veb0dg tbody tr td .wildrobin-mcq8nm {
  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.wildrobin-slfme7 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

@media only screen and (max-width: 767px) {
  .wildrobin-veb0dg tbody tr td .wildrobin-mcq8nm {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .wildrobin-veb0dg tbody tr td .wildrobin-mcq8nm {
    width: 100%;
  }
}

.wildrobin-veb0dg tbody tr td .wildrobin-4xwwau {
  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) {
  .wildrobin-veb0dg tbody tr td .wildrobin-4xwwau:hover {
    text-decoration: none;
  }
}

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

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

.wildrobin-1vupbj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.wildrobin-ivzkyw {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

.wildrobin-lhmcqt img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.wildrobin-slfme7 ease-in-out;
}

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

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

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

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

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

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

.wildrobin-cmp63o img {
  width: 100%;
  height: 100%;
}

.wildrobin-cmp63o iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

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

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

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

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

.wildrobin-wqwo51 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.wildrobin-slfme7 ease-in-out;
}

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

.wildrobin-2uhg1k {
  padding: 90px 0;
}

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

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

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

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

.wildrobin-815mea img {
  width: 100%;
}

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

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

.wildrobin-08g3aa {
  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;
}

.wildrobin-08g3aa 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) {
  .wildrobin-08g3aa {
    flex-basis: auto;
  }
}

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

.wildrobin-p9otts {
  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.wildrobin-slfme7 ease-in-out;
}

.wildrobin-p9otts:hover {
  border: 1px solid #8c8ca2;
}

.wildrobin-swf9pt {
  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%);
}

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

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

.wildrobin-fjpcy5 a {
  text-decoration: underline;
  color: #8babff;
}

.wildrobin-xanwzf {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.wildrobin-xanwzf .wildrobin-p9otts {
  width: 50%;
  margin: 0;
}

.wildrobin-u16svf {
  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;
}

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

.wildrobin-o6sjdn {
  margin: 0 0 100px;
}

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

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

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

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

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

.wildrobin-pb0x8b {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

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

.wildrobin-c951pu 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.wildrobin-slfme7 ease-in-out;
}

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

.wildrobin-c951pu a svg {
  fill: #fff;
}

.wildrobin-c951pu a:hover {
  background: #3d68e7;
}

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

.wildrobin-ep24at {
  margin-bottom: 16px;
}

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

.wildrobin-tuw69i {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

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

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

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

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

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

.wildrobin-jozdlm 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);
}

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

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

.wildrobin-jozdlm table tr:last-of-type td {
  border-bottom: none;
}

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

.wildrobin-4sr6xg {
  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) {
  .wildrobin-4sr6xg {
    min-height: 190px;
  }
}

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

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

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

.wildrobin-yfrsr8.wildrobin-1rvbvl {
  display: none;
}

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

.wildrobin-8ksix9 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wildrobin-8ksix9 iframe.wildrobin-2pwb4k {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.wildrobin-8ksix9.wildrobin-rhf58z {
  opacity: 1;
  pointer-events: all;
}

.wildrobin-tln0h6 {
  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.wildrobin-slfme7 ease-in-out;
}

.wildrobin-tln0h6 svg {
  margin-right: 10px;
}

.wildrobin-tln0h6 + .wildrobin-tln0h6 {
  margin-top: 14px;
}

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

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

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

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

.wildrobin-e7vyt7 .wildrobin-2j7qg1 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.wildrobin-e7vyt7 .wildrobin-2j7qg1 h1,
.wildrobin-e7vyt7 .wildrobin-2j7qg1 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) {
  .wildrobin-e7vyt7 .wildrobin-2j7qg1 h1,
  .wildrobin-e7vyt7 .wildrobin-2j7qg1 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .wildrobin-e7vyt7 .wildrobin-2j7qg1 {
    margin: 28px 0 0;
  }
}

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

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

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

.wildrobin-zgonuy {
  max-width: 545px;
  width: 100%;
}

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

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

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

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

.wildrobin-49ruh5 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

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

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

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

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

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

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

.wildrobin-7o2ddz {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

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

.wildrobin-qulrku .wildrobin-d909vy {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .wildrobin-qulrku .wildrobin-d909vy {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.wildrobin-val2ia {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.wildrobin-val2ia img {
  width: 100%;
}

.wildrobin-4mrgm1 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .wildrobin-4mrgm1 {
    max-width: 200px;
    margin: 0;
  }
}

.wildrobin-uv46dm {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

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

.wildrobin-t4pstc {
  width: 100%;
  margin: 0 0 100px;
}

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

.wildrobin-t4pstc .wildrobin-j3v6py {
  position: relative;
}

.wildrobin-t4pstc .wildrobin-z4i3p4 {
  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;
}

.wildrobin-t4pstc .wildrobin-z4i3p4.wildrobin-1rvbvl {
  display: none;
}

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

@media only screen and (max-width: 520px) {
  .wildrobin-t4pstc .wildrobin-jop2ba {
    bottom: 90px;
  }
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-8tn4d6 {
  max-width: 300px;
  width: 100%;
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-8tn4d6 .wildrobin-oz2nt0 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-8tn4d6 .wildrobin-oz2nt0 {
    font-size: 32px;
    text-align: center;
  }
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-8tn4d6 .wildrobin-rqf5gz {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-8tn4d6 .wildrobin-rqf5gz {
    text-align: center;
  }
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q {
    flex-direction: column-reverse;
  }
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q .wildrobin-lp5unl {
  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.wildrobin-slfme7 ease-in-out;
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q .wildrobin-lp5unl:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q .wildrobin-lp5unl {
    width: 100%;
  }
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q .wildrobin-mbnxag {
  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.wildrobin-slfme7 ease-in-out;
  overflow: hidden;
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q .wildrobin-mbnxag 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);
  }
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q .wildrobin-mbnxag: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;
}

.wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q .wildrobin-mbnxag:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .wildrobin-t4pstc .wildrobin-jop2ba .wildrobin-b3d69q .wildrobin-mbnxag {
    width: 100%;
  }
}

.wildrobin-t4pstc .wildrobin-jop2ba.wildrobin-1rvbvl {
  display: none;
}

.wildrobin-t4pstc .wildrobin-jatjr0 {
  display: none;
}

.wildrobin-t4pstc .wildrobin-jatjr0.wildrobin-rhf58z {
  display: block;
}

.wildrobin-t4pstc .wildrobin-jatjr0 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .wildrobin-t4pstc .wildrobin-jatjr0 iframe {
    height: calc(100vh - 54px);
  }
}

.wildrobin-t4pstc .wildrobin-v488tu {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .wildrobin-t4pstc .wildrobin-v488tu {
    padding: 24px 16px 0;
  }
}

.wildrobin-t4pstc .wildrobin-v488tu .wildrobin-oz2nt0 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .wildrobin-t4pstc .wildrobin-v488tu .wildrobin-oz2nt0 {
    margin-bottom: 24px;
  }
}

.wildrobin-t4pstc .wildrobin-v488tu 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);
}

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

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

.wildrobin-t4pstc .wildrobin-v488tu table tr:last-of-type td {
  border-bottom: none;
}

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

.wildrobin-qd53dg.wildrobin-6fyxok {
  display: block;
}

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

.wildrobin-qd53dg .wildrobin-fjo9wc {
  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;
}

.wildrobin-qd53dg .wildrobin-8i7gdg {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.wildrobin-qd53dg .wildrobin-mbnxag {
  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.wildrobin-slfme7 ease-in-out;
}

.wildrobin-qd53dg .wildrobin-mbnxag:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.wildrobin-jj2ngz.wildrobin-6fyxok {
  display: block;
}

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

.wildrobin-rboqih {
  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;
}

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

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

.wildrobin-uvq305 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.wildrobin-uvq305 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.wildrobin-y440qq {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wildrobin-r8jtoi.wildrobin-1rvbvl {
  display: none;
}

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

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

.wildrobin-62rpdx {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.wildrobin-62rpdx span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

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

.wildrobin-62rpdx 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.wildrobin-slfme7 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.wildrobin-62rpdx input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wildrobin-62rpdx input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.wildrobin-62rpdx input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.wildrobin-62rpdx input:active {
  border-color: #c2c0ce;
}

.wildrobin-62rpdx input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .wildrobin-62rpdx {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.wildrobin-ky1vvv {
  margin-bottom: 36px;
}

.wildrobin-ky1vvv 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;
}

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

.wildrobin-ky1vvv textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.wildrobin-7jlqpw {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wildrobin-t3ypbp {
  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.wildrobin-slfme7 ease-in-out;
}

.wildrobin-t3ypbp:hover {
  background: var(--border-color);
}

.wildrobin-3wtpf9 {
  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.wildrobin-slfme7 ease-in-out;
}

.wildrobin-3wtpf9:hover {
  background: #166ad9;
}

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

.wildrobin-lb4vzv.wildrobin-1rvbvl {
  display: none;
}

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

.wildrobin-lb4vzv .wildrobin-t3ypbp {
  margin: 0 auto;
}

.wildrobin-c6ggql {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.wildrobin-m811co {
  filter: grayscale(100%);
}

.wildrobin-f2arnt > input {
  display: none;
}

.wildrobin-f2arnt > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wildrobin-nwnkdm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.wildrobin-99iy2d 44.wildrobin-pyh10y.wildrobin-9ww98f.wildrobin-8jwyu9.wildrobin-5vxxv8.wildrobin-1qzd2z.wildrobin-d4fuvg.wildrobin-etzes6.wildrobin-7lw9ka.wildrobin-2597e0.wildrobin-7ql1mj.wildrobin-pcps1v.wildrobin-uz76e5 0l-12.wildrobin-riocu1 30.wildrobin-4pldy6.wildrobin-j5ibyh 2.wildrobin-8jo6nd.wildrobin-j5ibyh 3.wildrobin-rgylop 3.wildrobin-ptnc5e.wildrobin-u7x8vw 3.wildrobin-nsesm3.wildrobin-dr6w4u.wildrobin-ep8nxj.wildrobin-qzwdlf 7-3.wildrobin-riocu1 10.wildrobin-tuo3od.wildrobin-qzwdlf 23.wildrobin-bfb0go.wildrobin-82v4if 1.wildrobin-0koiwx 2.wildrobin-riocu1 3.wildrobin-82v4if 1.wildrobin-u7x8vw 5.wildrobin-ckj8cy.wildrobin-u7x8vw 32.wildrobin-wc78hm.wildrobin-dr6w4u 5.wildrobin-uz76e5 4.wildrobin-qzwdlf 9.wildrobin-qzwdlf 8.wildrobin-u7x8vw 6.wildrobin-5fq3m8.wildrobin-mpuyrl.wildrobin-ou8ze5.wildrobin-zi6cby.wildrobin-23z53x 4.wildrobin-yp91vc.wildrobin-23z53x 6.wildrobin-23z53x 0l29.wildrobin-uz76e5 17.wildrobin-0ggpv1.wildrobin-acr97s 2.wildrobin-1v3dq8 10.wildrobin-pukpai.wildrobin-riocu1 8.wildrobin-6718yj.wildrobin-304qrq.wildrobin-lhsx0l.wildrobin-hy1x56.wildrobin-o6a6kr.wildrobin-dr6w4u.wildrobin-1qzd2z.wildrobin-riocu1 1.wildrobin-oqeg0r.wildrobin-jm890z.wildrobin-ig8xoi.wildrobin-mj8pjo.wildrobin-jdf0d8.wildrobin-0koiwx 1.wildrobin-0jn75b.wildrobin-n49crv.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.wildrobin-f2arnt > input:checked ~ label,
.wildrobin-f2arnt > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wildrobin-nwnkdm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.wildrobin-99iy2d 44.wildrobin-pyh10y.wildrobin-9ww98f.wildrobin-8jwyu9.wildrobin-5vxxv8.wildrobin-1qzd2z.wildrobin-d4fuvg.wildrobin-etzes6.wildrobin-7lw9ka.wildrobin-2597e0.wildrobin-7ql1mj.wildrobin-pcps1v.wildrobin-uz76e5 0l-12.wildrobin-riocu1 30.wildrobin-4pldy6.wildrobin-j5ibyh 2.wildrobin-8jo6nd.wildrobin-j5ibyh 3.wildrobin-rgylop 3.wildrobin-ptnc5e.wildrobin-u7x8vw 3.wildrobin-nsesm3.wildrobin-dr6w4u.wildrobin-ep8nxj.wildrobin-qzwdlf 7-3.wildrobin-riocu1 10.wildrobin-tuo3od.wildrobin-qzwdlf 23.wildrobin-bfb0go.wildrobin-82v4if 1.wildrobin-0koiwx 2.wildrobin-riocu1 3.wildrobin-82v4if 1.wildrobin-u7x8vw 5.wildrobin-ckj8cy.wildrobin-u7x8vw 32.wildrobin-wc78hm.wildrobin-dr6w4u 5.wildrobin-uz76e5 4.wildrobin-qzwdlf 9.wildrobin-qzwdlf 8.wildrobin-u7x8vw 6.wildrobin-5fq3m8.wildrobin-mpuyrl.wildrobin-ou8ze5.wildrobin-zi6cby.wildrobin-23z53x 4.wildrobin-yp91vc.wildrobin-23z53x 6.wildrobin-23z53x 0l29.wildrobin-uz76e5 17.wildrobin-0ggpv1.wildrobin-acr97s 2.wildrobin-1v3dq8 10.wildrobin-pukpai.wildrobin-riocu1 8.wildrobin-6718yj.wildrobin-304qrq.wildrobin-lhsx0l.wildrobin-hy1x56.wildrobin-o6a6kr.wildrobin-dr6w4u.wildrobin-1qzd2z.wildrobin-riocu1 1.wildrobin-oqeg0r.wildrobin-jm890z.wildrobin-ig8xoi.wildrobin-mj8pjo.wildrobin-jdf0d8.wildrobin-0koiwx 1.wildrobin-0jn75b.wildrobin-n49crv.5z'/%3e%3c/svg%3e");
}

.wildrobin-f2arnt > input:not(:checked) ~ label:hover,
.wildrobin-f2arnt > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wildrobin-nwnkdm.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wildrobin-99iy2d 44.wildrobin-pyh10y.wildrobin-9ww98f.wildrobin-8jwyu9.wildrobin-5vxxv8.wildrobin-1qzd2z.wildrobin-d4fuvg.wildrobin-etzes6.wildrobin-7lw9ka.wildrobin-2597e0.wildrobin-7ql1mj.wildrobin-pcps1v.wildrobin-uz76e5 0l-12.wildrobin-riocu1 30.wildrobin-4pldy6.wildrobin-j5ibyh 2.wildrobin-8jo6nd.wildrobin-j5ibyh 3.wildrobin-rgylop 3.wildrobin-ptnc5e.wildrobin-u7x8vw 3.wildrobin-nsesm3.wildrobin-dr6w4u.wildrobin-ep8nxj.wildrobin-qzwdlf 7-3.wildrobin-riocu1 10.wildrobin-tuo3od.wildrobin-qzwdlf 23.wildrobin-bfb0go.wildrobin-82v4if 1.wildrobin-0koiwx 2.wildrobin-riocu1 3.wildrobin-82v4if 1.wildrobin-u7x8vw 5.wildrobin-ckj8cy.wildrobin-u7x8vw 32.wildrobin-wc78hm.wildrobin-dr6w4u 5.wildrobin-uz76e5 4.wildrobin-qzwdlf 9.wildrobin-qzwdlf 8.wildrobin-u7x8vw 6.wildrobin-5fq3m8.wildrobin-mpuyrl.wildrobin-ou8ze5.wildrobin-zi6cby.wildrobin-23z53x 4.wildrobin-yp91vc.wildrobin-23z53x 6.wildrobin-23z53x 0l29.wildrobin-uz76e5 17.wildrobin-0ggpv1.wildrobin-acr97s 2.wildrobin-1v3dq8 10.wildrobin-pukpai.wildrobin-riocu1 8.wildrobin-6718yj.wildrobin-304qrq.wildrobin-lhsx0l.wildrobin-hy1x56.wildrobin-o6a6kr.wildrobin-dr6w4u.wildrobin-1qzd2z.wildrobin-riocu1 1.wildrobin-oqeg0r.wildrobin-jm890z.wildrobin-ig8xoi.wildrobin-mj8pjo.wildrobin-jdf0d8.wildrobin-0koiwx 1.wildrobin-0jn75b.wildrobin-n49crv.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .wildrobin-fn0444 > .wildrobin-2u6044 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .wildrobin-fn0444 > .wildrobin-2u6044 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .wildrobin-fn0444 > .wildrobin-2u6044 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .wildrobin-fn0444 > .wildrobin-2u6044 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .wildrobin-fn0444 > .wildrobin-2u6044 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.wildrobin-4kut8u {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.wildrobin-4kut8u.wildrobin-1rvbvl {
  display: none;
}

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

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

.wildrobin-apdcal {
  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;
}

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

.wildrobin-apdcal::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.wildrobin-apdcal img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

.wildrobin-8vdqvn {
  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;
}

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

.wildrobin-8vdqvn::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) {
  .wildrobin-8vdqvn::after {
    display: none;
  }
}

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

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

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

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

.wildrobin-1m3zhr {
  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.wildrobin-slfme7 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

@media only screen and (max-width: 1023px) {
  .wildrobin-1m3zhr {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .wildrobin-1m3zhr {
    width: 90px;
    height: 40px;
  }
}

.wildrobin-4kut8u.wildrobin-alyxa0 .wildrobin-iiset2 {
  background: #2b3b67;
}

.wildrobin-4kut8u.wildrobin-alyxa0 .wildrobin-apdcal {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.wildrobin-4kut8u.wildrobin-alyxa0 .wildrobin-apdcal::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.wildrobin-4kut8u.wildrobin-alyxa0 .wildrobin-apdcal::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.wildrobin-4kut8u.wildrobin-alyxa0 .wildrobin-8vdqvn::before {
  background: #0e0f41;
}

.wildrobin-4kut8u.wildrobin-alyxa0 .wildrobin-8vdqvn::after {
  background: #152557;
}

.wildrobin-4kut8u.wildrobin-mjph2k .wildrobin-iiset2 {
  background: #1f35fa;
}

.wildrobin-4kut8u.wildrobin-mjph2k .wildrobin-apdcal {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.wildrobin-4kut8u.wildrobin-mjph2k .wildrobin-apdcal::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.wildrobin-4kut8u.wildrobin-mjph2k .wildrobin-apdcal::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.wildrobin-4kut8u.wildrobin-mjph2k .wildrobin-8vdqvn::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.wildrobin-4kut8u.wildrobin-mjph2k .wildrobin-8vdqvn::after {
  background: #192ac8;
}

.wildrobin-4kut8u.wildrobin-3ciyrw .wildrobin-iiset2 {
  background: #fa771f;
}

.wildrobin-4kut8u.wildrobin-3ciyrw .wildrobin-apdcal {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wildrobin-4kut8u.wildrobin-3ciyrw .wildrobin-apdcal::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.wildrobin-4kut8u.wildrobin-3ciyrw .wildrobin-apdcal::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.wildrobin-4kut8u.wildrobin-3ciyrw .wildrobin-8vdqvn::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.wildrobin-4kut8u.wildrobin-3ciyrw .wildrobin-8vdqvn::after {
  background: #fa8535;
}

.wildrobin-56ixrk {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

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

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

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

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

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

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

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

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

.wildrobin-xo911p span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.wildrobin-xo911p small {
  font-size: 14px;
  color: var(--text-color);
}

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

.wildrobin-8rvzdt {
  width: 120px;
  height: 22px;
}

.wildrobin-8rvzdt .wildrobin-jh97x1 {
  fill: #c2c0ce;
}

.wildrobin-8rvzdt [rating="1"] .wildrobin-jh97x1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wildrobin-8rvzdt [rating="2"] .wildrobin-jh97x1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wildrobin-8rvzdt [rating="3"] .wildrobin-jh97x1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wildrobin-8rvzdt [rating="4"] .wildrobin-jh97x1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wildrobin-8rvzdt [rating="5"] .wildrobin-jh97x1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.wildrobin-7gp8vb {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

.wildrobin-yudx11 {
  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);
}

.wildrobin-yudx11.wildrobin-rhf58z {
  display: block;
}

.wildrobin-yudx11.wildrobin-1rvbvl {
  display: none;
}

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

.wildrobin-okmayh {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wildrobin-76ky25 {
  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);
}

.wildrobin-0z8fto {
  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;
}

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

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

.wildrobin-nktwev {
  font-size: 16px;
  line-height: 140%;
}

.wildrobin-h98bbc {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wildrobin-h98bbc .wildrobin-jh97x1 {
  fill: #c2c0ce;
}

.wildrobin-h98bbc [rating="1"] .wildrobin-jh97x1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wildrobin-h98bbc [rating="2"] .wildrobin-jh97x1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wildrobin-h98bbc [rating="3"] .wildrobin-jh97x1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wildrobin-h98bbc [rating="4"] .wildrobin-jh97x1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wildrobin-h98bbc [rating="5"] .wildrobin-jh97x1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.wildrobin-jym8vy {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

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

/* Review Hero Block Styles */

.wildrobin-4sdzcn {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .wildrobin-4sdzcn {
    padding: 0 16px;
  }
}

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

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

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

.wildrobin-hnpd6b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wildrobin-qdq0wb {
  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;
}

.wildrobin-2eyw3d {
  flex: 1;
  min-width: 0;
}

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

.wildrobin-4wz4kt {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.wildrobin-4wz4kt svg,
.wildrobin-4wz4kt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wildrobin-4wz4kt svg path {
  fill: var(--button-bg-color);
}

.wildrobin-4wz4kt svg circle {
  fill: var(--button-text-color);
}

.wildrobin-hru6hs {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

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

.wildrobin-hru6hs strong {
  font-weight: 600;
}

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

.wildrobin-wym6gb p {
  margin: 0 0 16px;
}

.wildrobin-wym6gb p:last-child {
  margin-bottom: 0;
}

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

.wildrobin-o5keiq {
  max-width: 300px;
  width: 100%;
}

.wildrobin-o5keiq a {
  width: 100%;
}

@media (max-width: 575px) {
  .wildrobin-o5keiq {
    max-width: 200px;
  }
}

.wildrobin-g6zuf5 {
  justify-content: center;
}

.wildrobin-a83udu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wildrobin-6srqsp {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .wildrobin-18yae9 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

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

.wildrobin-ogmj5h .wildrobin-clw3f4 {
  justify-content: center;
}

/* faq */

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

.wildrobin-lz12p3 {
  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.wildrobin-f6qaj6 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wildrobin-lz12p3::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.wildrobin-f6qaj6 ease;
}

.wildrobin-1zttq9.wildrobin-6fyxok .wildrobin-lz12p3::after {
  transform: rotate(45deg);
}

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

.wildrobin-1zttq9.wildrobin-6fyxok .wildrobin-i4paad {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.wildrobin-i1ywei {
  margin: 25px 0;
}

.wildrobin-f2arnt > input:not(:checked) ~ label:hover,
.wildrobin-f2arnt > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.wildrobin-s0lfaj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.wildrobin-u4jlls 44.wildrobin-2246d1.wildrobin-toyjqk.wildrobin-tkzqjj.wildrobin-bz0j3b.wildrobin-afadlm.wildrobin-8pe58v.wildrobin-0hq704.wildrobin-mfb9lj.wildrobin-ck6ebc.wildrobin-6zpxc8.wildrobin-iaedl1.wildrobin-9cn1ny 0l-12.wildrobin-7kq38o 30.wildrobin-4fsb1n.wildrobin-un1j50 2.wildrobin-4cgg9l.wildrobin-un1j50 3.wildrobin-9iaiub 3.wildrobin-cii9iu.wildrobin-s4x56h 3.wildrobin-t3v8yz.wildrobin-ghmuf8.wildrobin-0s9f24.wildrobin-i2vhzn 7-3.wildrobin-7kq38o 10.wildrobin-4po451.wildrobin-i2vhzn 23.wildrobin-i2dcah.wildrobin-zs24o0 1.wildrobin-wffhzh 2.wildrobin-7kq38o 3.wildrobin-zs24o0 1.wildrobin-s4x56h 5.wildrobin-pzzjon.wildrobin-s4x56h 32.wildrobin-0p3ejv.wildrobin-ghmuf8 5.wildrobin-9cn1ny 4.wildrobin-i2vhzn 9.wildrobin-i2vhzn 8.wildrobin-s4x56h 6.wildrobin-mm86ln.wildrobin-7n969f.wildrobin-tchwrm.wildrobin-kgshok.wildrobin-wkt5nq 4.wildrobin-3qz3zc.wildrobin-wkt5nq 6.wildrobin-wkt5nq 0l29.wildrobin-9cn1ny 17.wildrobin-bf04wr.wildrobin-7do31a 2.wildrobin-p9ftpz 10.wildrobin-t7guf0.wildrobin-7kq38o 8.wildrobin-guvpwk.wildrobin-c4jwia.wildrobin-4gker5.wildrobin-b97bim.wildrobin-n2ceis.wildrobin-ghmuf8.wildrobin-afadlm.wildrobin-7kq38o 1.wildrobin-o9dx4f.wildrobin-vib189.wildrobin-auj6gc.wildrobin-p8p7wa.wildrobin-stdu7p.wildrobin-wffhzh 1.wildrobin-3iqkc4.wildrobin-vjcmte.5z'/%3e%3c/svg%3e");
}

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

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

.wildrobin-dcvji8 {
  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);
}

.wildrobin-dcvji8.wildrobin-d75jz5 {
  display: block;
}

.wildrobin-dcvji8.wildrobin-artgfd {
  display: none;
}

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

.wildrobin-4fdrlg {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.wildrobin-iqklzx {
  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);
}

.wildrobin-d379ra {
  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;
}

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

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

.wildrobin-osrh2q {
  font-size: 16px;
  line-height: 140%;
}

.wildrobin-ngrioi {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.wildrobin-ngrioi .wildrobin-ergy7r {
  fill: #c2c0ce;
}

.wildrobin-ngrioi [rating="1"] .wildrobin-ergy7r:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.wildrobin-ngrioi [rating="2"] .wildrobin-ergy7r:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.wildrobin-ngrioi [rating="3"] .wildrobin-ergy7r:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.wildrobin-ngrioi [rating="4"] .wildrobin-ergy7r:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.wildrobin-ngrioi [rating="5"] .wildrobin-ergy7r:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.wildrobin-ooq6yz 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;
}

.wildrobin-ooq6yz 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 */

.wildrobin-40op3w {
  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);
}

.wildrobin-40op3w.wildrobin-0gsxjl {
  opacity: 1;
  pointer-events: auto;
}
